diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-21 11:24:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-21 16:35:19 +0100 |
commit | 2523a4de473dcedc9e564d6a0844de97ef6b6249 (patch) | |
tree | f6ec6bf44419bad47b11630c58a54bbf6e127521 /kde-apps/cantor | |
parent | kde-apps/blinken: drop 24.02.0 (diff) | |
download | gentoo-2523a4de473dcedc9e564d6a0844de97ef6b6249.tar.gz gentoo-2523a4de473dcedc9e564d6a0844de97ef6b6249.tar.bz2 gentoo-2523a4de473dcedc9e564d6a0844de97ef6b6249.zip |
kde-apps/cantor: drop 24.02.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/cantor')
-rw-r--r-- | kde-apps/cantor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/cantor/cantor-24.02.0.ebuild | 117 |
2 files changed, 0 insertions, 118 deletions
diff --git a/kde-apps/cantor/Manifest b/kde-apps/cantor/Manifest index 41b52ae31675..f0cbb0742c86 100644 --- a/kde-apps/cantor/Manifest +++ b/kde-apps/cantor/Manifest @@ -1,3 +1,2 @@ DIST cantor-23.08.5.tar.xz 9287344 BLAKE2B cf47910558f702a4a5a1ca4e045a422b2806e523a58c9071682360160cdceb41a6a954682e1eaa57148fedd1ea1be363ec81b3c7d764e985e3f26f39a06214a0 SHA512 0eb3ba85120def88a7f85c0bb445d5ed580a969e02ff503d811916588aef5e015d7873c33dfacb58a8bd88a06a18ca5e321b2a5567e910afdd85054fa79ede09 -DIST cantor-24.02.0.tar.xz 9298548 BLAKE2B 1f991f096cd6a71cd16a807b928c0b0717e89bb9f5f36e8cab9ec8ef0e9ef85f1cd69e488ec6c2418d65eef8603a6a9a1ad252b86ae0b1791c18fc3518faa3e8 SHA512 d309ac6de3caa1a73bebc9da4c3f22a04e423e6595060c889740ff4b9fe8646766c9c50eb1c6eaa7d31d7530660ebbd3abd85cd66763355f5f5902c078926799 DIST cantor-24.02.1.tar.xz 9301624 BLAKE2B 36b7fe4b8010d8c11ff249beee0cc8dd9a50434890421e09f54f1894db5b39eb7c7c0cc9ebf82c8fa71b3993575a2d34427719529cb1674a3a51b9572b1fb98e SHA512 9104098e783cd88edbf38965219c369cc2ff1e6822bd7753282e793e801d689b1fbaabc7127a1bde150e9e7cb41433f7b71373212e2abd32b26d295129ce77eb diff --git a/kde-apps/cantor/cantor-24.02.0.ebuild b/kde-apps/cantor/cantor-24.02.0.ebuild deleted file mode 100644 index 58ec0f5fab74..000000000000 --- a/kde-apps/cantor/cantor-24.02.0.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CMAKE_MAKEFILE_GENERATOR="emake" -ECM_HANDBOOK="forceoptional" -ECM_TEST="forceoptional" -LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..12} ) -PVCUT=$(ver_cut 1-3) -KFMIN=5.113.0 -QTMIN=5.15.9 -inherit ecm gear.kde.org lua-single optfeature python-single-r1 - -DESCRIPTION="Interface for doing mathematics and scientific computing" -HOMEPAGE="https://apps.kde.org/cantor/ https://edu.kde.org/cantor/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" -# TODO: restore +analitza once cantor is ported to Qt6 -IUSE="julia lua postscript python qalculate R" - -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="test" - -# TODO Add Sage Mathematics Software backend (https://www.sagemath.org) -# analitza? ( >=kde-apps/analitza-23.08.4:5 ) -DEPEND=" - app-text/poppler[qt5] - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qthelp-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwebengine-${QTMIN}:5[widgets] - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=dev-qt/qtxmlpatterns-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/ktexteditor-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/syntax-highlighting-${KFMIN}:5 - julia? ( dev-lang/julia ) - lua? ( ${LUA_DEPS} ) - qalculate? ( - sci-libs/cln - sci-libs/libqalculate:= - ) - postscript? ( app-text/libspectre ) - python? ( - ${PYTHON_DEPS} - >=dev-qt/qtdbus-${QTMIN}:5 - ) - R? ( dev-lang/R ) -" -# !analitza? -RDEPEND="${DEPEND} - !julia? ( !lua? ( !python? ( !qalculate? ( !R? ( - || ( - sci-mathematics/maxima - sci-mathematics/octave - ) - ) ) ) ) ) -" -BDEPEND="x11-misc/shared-mime-info" - -pkg_setup() { - use lua && lua-single_pkg_setup - use python && python-single-r1_pkg_setup - ecm_pkg_setup -} - -src_configure() { - use julia && addpredict /proc/self/mem # bug 602894 - - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_Analitza5=ON - $(cmake_use_find_package julia Julia) - $(cmake_use_find_package lua LuaJIT) - -DUSE_LIBSPECTRE=$(usex postscript) - $(cmake_use_find_package python Python3) - $(cmake_use_find_package qalculate Qalculate) - $(cmake_use_find_package R R) - ) - use lua && mycmakeargs+=( - -DLUAJIT_INCLUDEDIR="${EPREFIX}/$(lua_get_include_dir)" - -DLUAJIT_LIBDIR="${EPREFIX}/$(lua_get_cmod_dir)" - ) - ecm_src_configure -} - -src_compile() { - # -j1 for bug #919576 - MAKEOPTS="-j1" ecm_src_compile -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Maxima backend" sci-mathematics/maxima - optfeature "Octave backend" sci-mathematics/octave - optfeature "LaTeX support" virtual/latex-base - fi - ecm_pkg_postinst -} |