summaryrefslogtreecommitdiff
path: root/kde-base/cantor
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-04-16 20:30:14 +0200
committerJohannes Huber <johu@gentoo.org>2014-04-16 20:30:14 +0200
commit0141b2c2189846e6db57fdc45b2c3cd200010ba3 (patch)
tree86e4002f94499b3ef0366e95d1911ee7ebe438be /kde-base/cantor
parent6231bd004d75f766c64aa89e42f7dda58ea4e3bd (diff)
downloadkde-0141b2c2189846e6db57fdc45b2c3cd200010ba3.tar.gz
kde-0141b2c2189846e6db57fdc45b2c3cd200010ba3.tar.bz2
kde-0141b2c2189846e6db57fdc45b2c3cd200010ba3.zip
[kde-base] Remove KDE SC 4.13.0
Package-Manager: portage-2.2.10
Diffstat (limited to 'kde-base/cantor')
-rw-r--r--kde-base/cantor/Manifest1
-rw-r--r--kde-base/cantor/cantor-4.13.0.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-base/cantor/Manifest b/kde-base/cantor/Manifest
deleted file mode 100644
index 3f3ad217e01..00000000000
--- a/kde-base/cantor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cantor-4.13.0.tar.xz 331908 SHA256 9a06d19d2d2499fe98e199266c5ace899a3db442826a489f06eb7c5c1ba4e3e6 SHA512 df6c2b844d6bfb7c13119dc8d1ac777a5cab507f08f290072ccb23e2d7c2ca34518b5a23f39b56de8f724ffe41e9fbac14212e1c60d667ef22bc3ba89774efcd WHIRLPOOL 32eabaf421b998a1b889060132c16270ff341e0a06b21696b08e2214a81c5265a5d6d07fc9f5aadaadfc043551a475777e90faae20ddbd27191d1f56c10ca4ba
diff --git a/kde-base/cantor/cantor-4.13.0.ebuild b/kde-base/cantor/cantor-4.13.0.ebuild
deleted file mode 100644
index 595b5891e9f..00000000000
--- a/kde-base/cantor/cantor-4.13.0.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
-}