summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 16:10:53 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 16:10:53 +0000
commitd38a5828d6a18f82bc7627dfa12a7b660dfbc52e (patch)
tree62912a53eb5bad74c46691d1ec95456db51bfad6 /kde-base/step
parentPrevent automatic stripping of binaries. Closes bug #252107. (diff)
downloadhistorical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.gz
historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.bz2
historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.zip
Drop KDE 4.1.2 and 4.1.3
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/step')
-rw-r--r--kde-base/step/ChangeLog6
-rw-r--r--kde-base/step/step-4.1.2.ebuild27
-rw-r--r--kde-base/step/step-4.1.3.ebuild27
3 files changed, 5 insertions, 55 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog
index 6ab817ef9c6c..b893541112b6 100644
--- a/kde-base/step/ChangeLog
+++ b/kde-base/step/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/step
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.5 2009/01/13 23:33:30 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.6 2009/01/14 16:08:31 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -step-4.1.2.ebuild,
+ -step-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*step-4.1.4 (13 Jan 2009)
diff --git a/kde-base/step/step-4.1.2.ebuild b/kde-base/step/step-4.1.2.ebuild
deleted file mode 100644
index 260443f1c772..000000000000
--- a/kde-base/step/step-4.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.1.2.ebuild,v 1.2 2008/10/13 17:47:04 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdeedu
-OPENGL_REQUIRED="always"
-inherit kde4-meta
-
-DESCRIPTION="The KDE physics simulator"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gsl +qalculate"
-
-DEPEND=">=sci-mathematics/gmm-3.0
- sci-libs/cln
- gsl? ( >=sci-libs/gsl-1.9-r1 )
- qalculate? ( >=sci-libs/libqalculate-0.9.5 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with gsl GSL)
- $(cmake-utils_use_with qalculate Qalculate)"
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/step/step-4.1.3.ebuild b/kde-base/step/step-4.1.3.ebuild
deleted file mode 100644
index db6b77005b88..000000000000
--- a/kde-base/step/step-4.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.1.3.ebuild,v 1.2 2008/11/16 08:27:51 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdeedu
-OPENGL_REQUIRED="always"
-inherit kde4-meta
-
-DESCRIPTION="The KDE physics simulator"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+gsl +qalculate"
-
-DEPEND=">=sci-mathematics/gmm-3.0
- sci-libs/cln
- gsl? ( >=sci-libs/gsl-1.9-r1 )
- qalculate? ( >=sci-libs/libqalculate-0.9.5 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with gsl GSL)
- $(cmake-utils_use_with qalculate Qalculate)"
-
- kde4-meta_src_configure
-}