summaryrefslogtreecommitdiff
path: root/kde-base/cantor
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/cantor')
-rw-r--r--kde-base/cantor/Manifest2
-rw-r--r--kde-base/cantor/cantor-4.10.0.ebuild50
-rw-r--r--kde-base/cantor/cantor-4.9.98.ebuild50
3 files changed, 0 insertions, 102 deletions
diff --git a/kde-base/cantor/Manifest b/kde-base/cantor/Manifest
deleted file mode 100644
index ffb6e9afda7..00000000000
--- a/kde-base/cantor/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cantor-4.10.0.tar.xz 308684 SHA256 d398909f872fd8e06d54b157cda39fc7c08a0542f0cfcd5831a772bb66728bba SHA512 b4f4270c4d11351ec19145bd2bc9570bfd6dacfc500e25fd8f6946f1558afd8e3c8324d2cb43a81480dc1acff456301b357e3ca60a16b61467a2ae059978ca10 WHIRLPOOL 973b02c2dbce5347ebea6da16338b07e47d23e1f1374104f6c16825629f9b95381466395d1d040cb239a2ef5fe75f43d7043e0c7c3c9640f097dc2db89062932
-DIST cantor-4.9.98.tar.xz 310164 SHA256 39451d1526c09b9c2c95b4fb21a1b48072594c0902c44789a4542ac69f5f35a3 SHA512 40ac2749057f7e6bdfb7925f959667b997791ddba98e720e950815ecf65840ac687f1985c487f825f8a3857b8572e40f4b18ae062a1b9017ac709389cc90e62b WHIRLPOOL 1c5ac0e66a20cd471b9f7c9e6a6693fdf28b9ffb0f05172a50f48d60baece97e5e99044d11aa680cec543cb09b07ab68b27055ee3ea6d94b721098851f7a2c5e
diff --git a/kde-base/cantor/cantor-4.10.0.ebuild b/kde-base/cantor/cantor-4.10.0.ebuild
deleted file mode 100644
index b90b4aa108c..00000000000
--- a/kde-base/cantor/cantor-4.10.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="analitza debug postscript qalculate +R"
-
-# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
-RDEPEND="
- analitza? ( $(add_kdebase_dep analitza) )
- qalculate? (
- sci-libs/cln
- sci-libs/libqalculate
- )
- postscript? ( app-text/libspectre )
- R? ( dev-lang/R )
- x11-libs/qt-xmlpatterns:4
-"
-DEPEND="${RDEPEND}
- >=dev-cpp/eigen-2.0.3:2
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with analitza)
- $(cmake-utils_use_with postscript LibSpectre)
- $(cmake-utils_use_with qalculate)
- $(cmake-utils_use_with R)
- )
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if ! use analitza && ! use qalculate && ! use R; then
- echo
- ewarn "You have decided to build ${PN} with no backend."
- ewarn "To have this application functional, please do one of below:"
- ewarn " # emerge -va1 '='${CATEGORY}/${P} with 'analitza', 'qalculate' or 'R' USE flag enabled"
- ewarn " # emerge -vaDu sci-mathematics/maxima"
- echo
- fi
-}
diff --git a/kde-base/cantor/cantor-4.9.98.ebuild b/kde-base/cantor/cantor-4.9.98.ebuild
deleted file mode 100644
index b90b4aa108c..00000000000
--- a/kde-base/cantor/cantor-4.9.98.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="analitza debug postscript qalculate +R"
-
-# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
-RDEPEND="
- analitza? ( $(add_kdebase_dep analitza) )
- qalculate? (
- sci-libs/cln
- sci-libs/libqalculate
- )
- postscript? ( app-text/libspectre )
- R? ( dev-lang/R )
- x11-libs/qt-xmlpatterns:4
-"
-DEPEND="${RDEPEND}
- >=dev-cpp/eigen-2.0.3:2
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with analitza)
- $(cmake-utils_use_with postscript LibSpectre)
- $(cmake-utils_use_with qalculate)
- $(cmake-utils_use_with R)
- )
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if ! use analitza && ! use qalculate && ! use R; then
- echo
- ewarn "You have decided to build ${PN} with no backend."
- ewarn "To have this application functional, please do one of below:"
- ewarn " # emerge -va1 '='${CATEGORY}/${P} with 'analitza', 'qalculate' or 'R' USE flag enabled"
- ewarn " # emerge -vaDu sci-mathematics/maxima"
- echo
- fi
-}