diff options
Diffstat (limited to 'kde-base/cantor')
-rw-r--r-- | kde-base/cantor/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/cantor/cantor-4.4.4.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/cantor/ChangeLog b/kde-base/cantor/ChangeLog index f865840c978a..8c1ec866d687 100644 --- a/kde-base/cantor/ChangeLog +++ b/kde-base/cantor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/cantor # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/ChangeLog,v 1.15 2010/08/09 06:14:14 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/ChangeLog,v 1.16 2010/08/09 11:30:32 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -cantor-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> cantor-4.4.5.ebuild: x86 stable, bug 322791 diff --git a/kde-base/cantor/cantor-4.4.4.ebuild b/kde-base/cantor/cantor-4.4.4.ebuild deleted file mode 100644 index b55678d9aad7..000000000000 --- a/kde-base/cantor/cantor-4.4.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.4.4.ebuild,v 1.3 2010/06/27 09:21:27 fauli Exp $ - -EAPI="3" - -KMNAME="kdeedu" -inherit kde4-meta - -DESCRIPTION="KDE4 interface for doing mathematics and scientific computing" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook 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-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 -} |