summaryrefslogtreecommitdiff
path: root/kde-base/cantor
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/cantor')
-rw-r--r--kde-base/cantor/Manifest1
-rw-r--r--kde-base/cantor/cantor-4.12.97.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-base/cantor/Manifest b/kde-base/cantor/Manifest
index b7693718be5..3f3ad217e01 100644
--- a/kde-base/cantor/Manifest
+++ b/kde-base/cantor/Manifest
@@ -1,2 +1 @@
-DIST cantor-4.12.97.tar.xz 331832 SHA256 626d66f8d7ddb3a4b3a44454853564f8d23768c9a013d6e4a6aefd20be941f3e SHA512 fe172641320dd70d280ea56efcbd80554a1aedd64920aaa38a6a83b299d63188a07beaed0b48e1464f9f4b3ebbbd763c338c368452f711914eca1266ec83569e WHIRLPOOL ada07f398600ab696f6d27f933adce49477aac13189b0a641c71af2bee19bc2cbd088af5d84da1042c453cca24da63b080d487a663700df3cf1fe7afe140fd29
DIST cantor-4.13.0.tar.xz 331908 SHA256 9a06d19d2d2499fe98e199266c5ace899a3db442826a489f06eb7c5c1ba4e3e6 SHA512 df6c2b844d6bfb7c13119dc8d1ac777a5cab507f08f290072ccb23e2d7c2ca34518b5a23f39b56de8f724ffe41e9fbac14212e1c60d667ef22bc3ba89774efcd WHIRLPOOL 32eabaf421b998a1b889060132c16270ff341e0a06b21696b08e2214a81c5265a5d6d07fc9f5aadaadfc043551a475777e90faae20ddbd27191d1f56c10ca4ba
diff --git a/kde-base/cantor/cantor-4.12.97.ebuild b/kde-base/cantor/cantor-4.12.97.ebuild
deleted file mode 100644
index a279e966bb3..00000000000
--- a/kde-base/cantor/cantor-4.12.97.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-PYTHON_COMPAT=( python2_7 )
-inherit kde4-base python-single-r1
-
-DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
-HOMEPAGE="http://www.kde.org/applications/education/cantor http://edu.kde.org/cantor"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="analitza debug postscript python qalculate +R"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# 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 )
- python? ( ${PYTHON_DEPS} )
- R? ( dev-lang/R )
- dev-qt/qtxmlpatterns:4
-"
-DEPEND="${RDEPEND}
- >=dev-cpp/eigen-2.0.3:2
-"
-
-RESTRICT="test"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with analitza)
- $(cmake-utils_use_with postscript LibSpectre)
- $(cmake-utils_use_with python PythonLibs)
- $(cmake-utils_use_with qalculate)
- $(cmake-utils_use_with R)
- )
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if ! use analitza && ! use python && ! 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', 'python', 'qalculate' or 'R' USE flag enabled"
- ewarn " # emerge -vaDu sci-mathematics/maxima"
- echo
- fi
-}