summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-04-17 00:56:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-04-17 00:56:22 +0200
commit253c20292684b2c937c19012cd2b495327243c52 (patch)
tree2946753eea6508cdbb13ae529d9c07cdfb69e77c
parent3a4ba3dc748360856e219a9999e7dc6c39d07acc (diff)
downloadkde-253c20292684b2c937c19012cd2b495327243c52.tar.gz
kde-253c20292684b2c937c19012cd2b495327243c52.tar.bz2
kde-253c20292684b2c937c19012cd2b495327243c52.zip
kde-apps/cantor: drop 25.03.90
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/cantor/Manifest1
-rw-r--r--kde-apps/cantor/cantor-25.03.90.ebuild116
2 files changed, 0 insertions, 117 deletions
diff --git a/kde-apps/cantor/Manifest b/kde-apps/cantor/Manifest
index 58ce2c64de7..c8fc41580ba 100644
--- a/kde-apps/cantor/Manifest
+++ b/kde-apps/cantor/Manifest
@@ -1,2 +1 @@
-DIST cantor-25.03.90.tar.xz 10906364 BLAKE2B fd3a1d8ea13d2f09a13b772218cf1593919f91ea35023fff25a6227dfeac8585f188dd882b5cd536d8b38dcff30c44a91049b027e95c47286daf3cb822dcd923 SHA512 48a24fb7c694903f625276367570767bd1312ed576721a4c45c684b053508d918020fe08b25747574077fbe63e8676b79e5c8e604ca9454061a0677ea24e055c
DIST cantor-25.04.0.tar.xz 10905352 BLAKE2B 76699d075c4cca91ec1bfde14bcc2093a11e9c2696453239b475b14b30b8935347304f46855fc48294330039415f2e27a23a1418793c2a6258f0d10de86b633e SHA512 bd3449344633a1f89f6f74377954f81ed4ab91ac74a5419eb3ce97d193003c3ed4cb42c42af9eeeeb52f6d2bb129f4d911275998ca614327811f9c9d3a3cc567
diff --git a/kde-apps/cantor/cantor-25.03.90.ebuild b/kde-apps/cantor/cantor-25.03.90.ebuild
deleted file mode 100644
index c72791b3be9..00000000000
--- a/kde-apps/cantor/cantor-25.03.90.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2025 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=6.9.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org lua-single optfeature python-single-r1 xdg
-
-DESCRIPTION="Interface for doing mathematics and scientific computing"
-HOMEPAGE="https://apps.kde.org/cantor/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+analitza julia lua postscript python qalculate R webengine"
-
-REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="test"
-
-# TODO Add Sage Mathematics Software backend (https://www.sagemath.org)
-DEPEND="
- >=app-text/poppler-23.12.0[qt6]
- dev-libs/libxml2:2
- dev-libs/libxslt
- >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
- >=dev-qt/qtsvg-${QTMIN}:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcompletion-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/knewstuff-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/ktexteditor-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/syntax-highlighting-${KFMIN}:6
- analitza? ( >=kde-apps/analitza-${PVCUT}:6 )
- julia? ( dev-lang/julia )
- lua? ( ${LUA_DEPS} )
- qalculate? (
- sci-libs/cln
- sci-libs/libqalculate:=
- )
- postscript? ( app-text/libspectre )
- python? (
- ${PYTHON_DEPS}
- >=dev-qt/qtbase-${QTMIN}:6[dbus]
- )
- R? ( dev-lang/R )
- webengine? (
- >=dev-qt/qttools-${QTMIN}:6[assistant]
- >=dev-qt/qtwebengine-${QTMIN}:6[widgets]
- )
-"
-# !analitza?
-RDEPEND="${DEPEND}
- !analitza? ( !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
-}
-
-src_configure() {
- use julia && addpredict /proc/self/mem # bug 602894
-
- local mycmakeargs=(
- $(cmake_use_find_package analitza Analitza6)
- $(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)
- -DENABLE_EMBEDDED_DOCUMENTATION=$(usex webengine)
- )
- 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
- xdg_pkg_postinst
-}