summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
commit88e434d9b94e7ed99863ecd4c9e46474bc7d6943 (patch)
tree45f71aa32c0dacbac18ff36e06524a928d885517 /kde-base/step
parentold (diff)
downloadhistorical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.gz
historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.bz2
historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.zip
rm 4.3.5 and 4.4.4
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/ChangeLog6
-rw-r--r--kde-base/step/step-4.3.5.ebuild34
-rw-r--r--kde-base/step/step-4.4.4.ebuild34
3 files changed, 5 insertions, 69 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog
index fa9e1251ce43..9fa8ed107f34 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.58 2010/08/09 10:19:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.59 2010/08/09 11:31:06 scarabeus Exp $
+
+ 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -step-4.3.5.ebuild,
+ -step-4.4.4.ebuild:
+ rm
09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> step-4.4.5.ebuild:
x86 stable, bug 322791
diff --git a/kde-base/step/step-4.3.5.ebuild b/kde-base/step/step-4.3.5.ebuild
deleted file mode 100644
index b651e77cae74..000000000000
--- a/kde-base/step/step-4.3.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.3.5.ebuild,v 1.4 2010/06/21 15:53:51 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdeedu"
-inherit kde4-meta
-
-DESCRIPTION="The KDE physics simulator"
-KEYWORDS="~alpha amd64 ~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.4.ebuild b/kde-base/step/step-4.4.4.ebuild
deleted file mode 100644
index 2d3bc5b5e248..000000000000
--- a/kde-base/step/step-4.4.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.4.4.ebuild,v 1.4 2010/06/28 04:00:12 fauli Exp $
-
-EAPI="3"
-
-KMNAME="kdeedu"
-inherit kde4-meta
-
-DESCRIPTION="The KDE physics simulator"
-KEYWORDS="~alpha amd64 ~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
-}