summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-14 19:33:14 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-14 19:33:14 +0000
commit69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch)
treead8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/step
parentVersion bumps. Remove old (diff)
downloadgentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.gz
gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.bz2
gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.zip
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Diffstat (limited to 'kde-base/step')
-rw-r--r--kde-base/step/ChangeLog6
-rw-r--r--kde-base/step/step-4.13.3.ebuild28
-rw-r--r--kde-base/step/step-4.14.1.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog
index 4994b2eb3aad..5489c5170bb8 100644
--- a/kde-base/step/ChangeLog
+++ b/kde-base/step/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/step
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.220 2014/10/25 20:40:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.221 2014/11/14 19:33:14 mrueg Exp $
+
+ 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -step-4.13.3.ebuild,
+ -step-4.14.1.ebuild:
+ Cleanup old.
25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -step-4.14.0.ebuild:
Cleanup KDE SC 4.14.0
diff --git a/kde-base/step/step-4.13.3.ebuild b/kde-base/step/step-4.13.3.ebuild
deleted file mode 100644
index cd88e15d0e58..000000000000
--- a/kde-base/step/step-4.13.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.13.3.ebuild,v 1.1 2014/07/16 17:41:01 johu Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="The KDE physics simulator"
-HOMEPAGE="http://edu.kde.org/step"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +gsl +qalculate"
-
-DEPEND="
- >=dev-cpp/eigen-2.0.3:2
- gsl? ( >=sci-libs/gsl-1.9-r1 )
- qalculate? ( >=sci-libs/libqalculate-0.9.5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with gsl)
- $(cmake-utils_use_with qalculate)
- )
- kde4-base_src_configure
-}
diff --git a/kde-base/step/step-4.14.1.ebuild b/kde-base/step/step-4.14.1.ebuild
deleted file mode 100644
index 69f1df505402..000000000000
--- a/kde-base/step/step-4.14.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.14.1.ebuild,v 1.1 2014/09/16 18:17:25 johu Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="The KDE physics simulator"
-HOMEPAGE="http://edu.kde.org/step"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +gsl +qalculate"
-
-DEPEND="
- >=dev-cpp/eigen-2.0.3:2
- gsl? ( >=sci-libs/gsl-1.9-r1 )
- qalculate? ( >=sci-libs/libqalculate-0.9.5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with gsl)
- $(cmake-utils_use_with qalculate)
- )
- kde4-base_src_configure
-}