diff options
author | 2010-03-31 21:59:55 +0000 | |
---|---|---|
committer | 2010-03-31 21:59:55 +0000 | |
commit | 2328c8cbb3e711b4017174ad0c5d1e1baf0d857b (patch) | |
tree | 45b29aca6491547ac3e8e95e5d1254fd54d18dc7 /kde-base/cantor | |
parent | Version bump, small fixes by upstream developers (diff) | |
download | gentoo-2-2328c8cbb3e711b4017174ad0c5d1e1baf0d857b.tar.gz gentoo-2-2328c8cbb3e711b4017174ad0c5d1e1baf0d857b.tar.bz2 gentoo-2-2328c8cbb3e711b4017174ad0c5d1e1baf0d857b.zip |
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/cantor')
-rw-r--r-- | kde-base/cantor/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/cantor/cantor-4.4.0.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/cantor/ChangeLog b/kde-base/cantor/ChangeLog index 58d11211b480..d654422aba32 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.5 2010/03/30 19:23:11 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/ChangeLog,v 1.6 2010/03/31 21:59:55 spatz Exp $ + + 31 Mar 2010; Dror Levin <spatz@gentoo.org> -cantor-4.4.0.ebuild: + Remove old KDE versions. *cantor-4.4.2 (30 Mar 2010) diff --git a/kde-base/cantor/cantor-4.4.0.ebuild b/kde-base/cantor/cantor-4.4.0.ebuild deleted file mode 100644 index 8c65465910c4..000000000000 --- a/kde-base/cantor/cantor-4.4.0.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.0.ebuild,v 1.3 2010/02/23 10:46:37 josejx Exp $ - -EAPI="2" - -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 -} |