diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-06-02 21:58:00 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-06-02 21:58:00 +0000 |
commit | 0613108b68fd0e56a2bd021bc73ba8251e25fc12 (patch) | |
tree | 5312bbd1b79501d30ee0dba82451de17ccd2af46 /kde-base/step | |
parent | Memphis is also needed for libchamplain (diff) | |
download | historical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.tar.gz historical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.tar.bz2 historical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.zip |
Drop KDE 4.4
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/step')
-rw-r--r-- | kde-base/step/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/step/step-4.4.5.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog index 5fd6f1f1baf1..a4144b8a05ea 100644 --- a/kde-base/step/ChangeLog +++ b/kde-base/step/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/step # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.72 2011/06/01 19:26:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.73 2011/06/02 21:57:51 dilfridge Exp $ + + 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -step-4.4.5.ebuild: + Drop KDE-4.4 01 Jun 2011; Brent Baude <ranger@gentoo.org> step-4.6.2.ebuild: Marking step-4.6.2 ppc stable for bug 354033 diff --git a/kde-base/step/step-4.4.5.ebuild b/kde-base/step/step-4.4.5.ebuild deleted file mode 100644 index 4c832e3f8d38..000000000000 --- a/kde-base/step/step-4.4.5.ebuild +++ /dev/null @@ -1,34 +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/step/step-4.4.5.ebuild,v 1.5 2010/08/09 17:34:57 scarabeus Exp $ - -EAPI="3" - -KMNAME="kdeedu" -inherit kde4-meta - -DESCRIPTION="The KDE physics simulator" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook +gsl +qalculate" - -DEPEND=" - >=dev-cpp/eigen-2.0.3:2 - sci-libs/cln - >=sci-mathematics/gmm-3.0 - gsl? ( >=sci-libs/gsl-1.9-r1 ) - qalculate? ( >=sci-libs/libqalculate-0.9.5 ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-4.3.2-solaris.patch -) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with gsl) - $(cmake-utils_use_with qalculate) - ) - - kde4-meta_src_configure -} |