mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/cantor: drop 23.08.5, 24.02.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST cantor-23.08.5.tar.xz 9287344 BLAKE2B cf47910558f702a4a5a1ca4e045a422b2806e523a58c9071682360160cdceb41a6a954682e1eaa57148fedd1ea1be363ec81b3c7d764e985e3f26f39a06214a0 SHA512 0eb3ba85120def88a7f85c0bb445d5ed580a969e02ff503d811916588aef5e015d7873c33dfacb58a8bd88a06a18ca5e321b2a5567e910afdd85054fa79ede09
|
||||
DIST cantor-24.02.2.tar.xz 9301760 BLAKE2B eea8758fd3caa011b75bd3e34531d0af7fea77b9d97a4528a49a1fa18c34808738e8a9ec44fb526965ce03217591f5c572d234d8587dc2e63c3fae4ac746c9c8 SHA512 98647569ef979a88941e5cd3e77653b36209b2c20333a9af4f369d4bf9d702d53bbe458bc6a935b99b8ed51e90437523ec9c9373ef180a06b34202806b31598b
|
||||
DIST cantor-24.05.1.tar.xz 9198092 BLAKE2B 21555d041eb49eaf61b1a198aa3b63775c160a9084c6ac581b37f9c560743312744405b4756bffcbe140dcee07d72c75f4edf4449b94a74beda28b899d3e1203 SHA512 f24ad62b1478f9cb3754a7b9ed522e230450a2c41e89adef3a02b457f9bddc75bc068e2cd658082a669e2e52a12e08427124b13b8f26af25d330fa970a427aeb
|
||||
|
||||
@@ -1,115 +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.106.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"
|
||||
IUSE="+analitza 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)
|
||||
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
|
||||
analitza? ( >=kde-apps/analitza-${PVCUT}: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 )
|
||||
"
|
||||
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
|
||||
ecm_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use julia && addpredict /proc/self/mem # bug 602894
|
||||
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package analitza Analitza5)
|
||||
$(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
|
||||
}
|
||||
@@ -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.115.0
|
||||
QTMIN=5.15.12
|
||||
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
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
<bugs-to>https://bugs.kde.org/</bugs-to>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="analitza">Enable <pkg>kde-apps/analitza</pkg> backend support</flag>
|
||||
<!-- <flag name="analitza">Enable <pkg>kde-apps/analitza</pkg> backend support</flag> -->
|
||||
<flag name="julia">Enable <pkg>dev-lang/julia</pkg> backend support</flag>
|
||||
<flag name="qalculate">Enable <pkg>sci-libs/libqalculate</pkg> backend support</flag>
|
||||
<flag name="R">Enable <pkg>dev-lang/R</pkg> backend support</flag>
|
||||
|
||||
Reference in New Issue
Block a user