summaryrefslogtreecommitdiff
path: root/kde-base/cantor/cantor-4.5.9999.ebuild
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-29 22:36:47 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-29 22:36:47 +0100
commit05a4cbe29f5e85d1f138841401e852d78bc5a4b4 (patch)
tree57f209e50a78cee41d69e769b705180d594346c2 /kde-base/cantor/cantor-4.5.9999.ebuild
parent14bac8b3785e28f5fbcaf89f9711a74eee0f6bd6 (diff)
downloadkde-05a4cbe29f5e85d1f138841401e852d78bc5a4b4.tar.gz
kde-05a4cbe29f5e85d1f138841401e852d78bc5a4b4.tar.bz2
kde-05a4cbe29f5e85d1f138841401e852d78bc5a4b4.zip
[kde-base] I never really liked 4.5 branch anyway, so say goodbye to it.
Diffstat (limited to 'kde-base/cantor/cantor-4.5.9999.ebuild')
-rw-r--r--kde-base/cantor/cantor-4.5.9999.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/kde-base/cantor/cantor-4.5.9999.ebuild b/kde-base/cantor/cantor-4.5.9999.ebuild
deleted file mode 100644
index 5c85e7a0e06..00000000000
--- a/kde-base/cantor/cantor-4.5.9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-KDE_HANDBOOK="optional"
-KMNAME="kdeedu"
-inherit kde4-meta
-
-DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
-KEYWORDS=""
-IUSE="debug ps +R"
-
-# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
-RDEPEND="
- ps? ( app-text/libspectre )
- R? ( dev-lang/R )
-"
-DEPEND="${RDEPEND}
- >=dev-cpp/eigen-2.0.3:2
-"
-
-RESTRICT=test
-
-src_configure() {
- mycmakeargs+="
- $(cmake-utils_use_with ps LibSpectre)
- $(cmake-utils_use_with R)
- "
-
- kde4-meta_src_configure
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- if ! 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 'R' USE flag enabled"
- ewarn " # emerge -vaDu sci-mathematics/maxima"
- echo
- fi
-}