summaryrefslogtreecommitdiff
path: root/kde-base/cantor/cantor-4.6.80.ebuild
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2011-07-06 21:17:11 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2011-07-06 21:17:11 +0200
commit70fb253cd381c16cc1e5990a207b85a67c7f3750 (patch)
treeb17355dea903fc021ea7b64fa758fddd98f09f48 /kde-base/cantor/cantor-4.6.80.ebuild
parent3893e0ae4b3ec907a08ccb22986c0be209d9f143 (diff)
downloadkde-70fb253cd381c16cc1e5990a207b85a67c7f3750.tar.gz
kde-70fb253cd381c16cc1e5990a207b85a67c7f3750.tar.bz2
kde-70fb253cd381c16cc1e5990a207b85a67c7f3750.zip
[kde] Drop 4.6.80
(Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'kde-base/cantor/cantor-4.6.80.ebuild')
-rw-r--r--kde-base/cantor/cantor-4.6.80.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/kde-base/cantor/cantor-4.6.80.ebuild b/kde-base/cantor/cantor-4.6.80.ebuild
deleted file mode 100644
index 9212b892d61..00000000000
--- a/kde-base/cantor/cantor-4.6.80.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KDE_SCM="git"
-inherit kde4-base
-
-DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-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
-"
-
-src_configure() {
- mycmakeargs+="
- $(cmake-utils_use_with ps LibSpectre)
- $(cmake-utils_use_with R)
- "
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_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
-}