summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-04 05:56:05 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-04 05:56:05 +0000
commitdcda06df03ca2eb8a73b5203a9a68b4ab7148abf (patch)
treeefc6a721654baad7194f07c704ff4f495f38b97b /kde-base/step
parentAllow newer boost and steal boost-related code from wesnoth ebuild (diff)
downloadhistorical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.tar.gz
historical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.tar.bz2
historical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.zip
[kde-base] Drop KDE SC 4.4.1
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/step')
-rw-r--r--kde-base/step/ChangeLog5
-rw-r--r--kde-base/step/step-4.4.1.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog
index 0b9f656663ca..dd8e63d5da27 100644
--- a/kde-base/step/ChangeLog
+++ b/kde-base/step/ChangeLog
@@ -1,6 +1,9 @@
# 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.49 2010/05/03 21:47:50 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.50 2010/05/04 05:54:31 alexxy Exp $
+
+ 04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -step-4.4.1.ebuild:
+ Drop KDE SC 4.4.1
*step-4.4.3 (03 May 2010)
diff --git a/kde-base/step/step-4.4.1.ebuild b/kde-base/step/step-4.4.1.ebuild
deleted file mode 100644
index f56f818d60c3..000000000000
--- a/kde-base/step/step-4.4.1.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.1.ebuild,v 1.1 2010/03/02 19:48:15 tampakrap Exp $
-
-EAPI="3"
-
-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
-}