summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-31 23:34:56 +0000
committerDror Levin <spatz@gentoo.org>2010-03-31 23:34:56 +0000
commit113c92aee370314b5c94322a5de4923830e68577 (patch)
tree2676515f7fbe4039c6998851c296f714a691fe07 /kde-base
parentRemove old KDE versions. (diff)
downloadgentoo-2-113c92aee370314b5c94322a5de4923830e68577.tar.gz
gentoo-2-113c92aee370314b5c94322a5de4923830e68577.tar.bz2
gentoo-2-113c92aee370314b5c94322a5de4923830e68577.zip
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/step/ChangeLog6
-rw-r--r--kde-base/step/step-4.3.4.ebuild34
-rw-r--r--kde-base/step/step-4.4.0.ebuild34
3 files changed, 5 insertions, 69 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog
index db6c90ffc667..65f89311b4b6 100644
--- a/kde-base/step/ChangeLog
+++ b/kde-base/step/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/step
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.47 2010/03/30 22:06:16 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.48 2010/03/31 23:34:56 spatz Exp $
+
+ 31 Mar 2010; Dror Levin <spatz@gentoo.org> -step-4.3.4.ebuild,
+ -step-4.4.0.ebuild:
+ Remove old KDE versions.
*step-4.4.2 (30 Mar 2010)
diff --git a/kde-base/step/step-4.3.4.ebuild b/kde-base/step/step-4.3.4.ebuild
deleted file mode 100644
index a702202e60ab..000000000000
--- a/kde-base/step/step-4.3.4.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.3.4.ebuild,v 1.3 2010/01/23 06:56:00 abcd Exp $
-
-EAPI="2"
-
-KMNAME="kdeedu"
-inherit kde4-meta
-
-DESCRIPTION="The KDE physics simulator"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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
-}
diff --git a/kde-base/step/step-4.4.0.ebuild b/kde-base/step/step-4.4.0.ebuild
deleted file mode 100644
index 4ff4d7e504ac..000000000000
--- a/kde-base/step/step-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:22:55 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdeedu"
-inherit kde4-meta
-
-DESCRIPTION="The KDE physics simulator"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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
-}