diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
commit | 69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch) | |
tree | ad8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/kstars | |
parent | Version bumps. Remove old (diff) | |
download | gentoo-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/kstars')
-rw-r--r-- | kde-base/kstars/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.13.3.ebuild | 35 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.14.1.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index cbd0f7077f83..134268c7b226 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kstars # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.340 2014/10/25 20:40:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.341 2014/11/14 19:33:10 mrueg Exp $ + + 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kstars-4.13.3.ebuild, + -kstars-4.14.1.ebuild: + Cleanup old. 25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -kstars-4.14.0.ebuild: Cleanup KDE SC 4.14.0 diff --git a/kde-base/kstars/kstars-4.13.3.ebuild b/kde-base/kstars/kstars-4.13.3.ebuild deleted file mode 100644 index 49ff76b169b8..000000000000 --- a/kde-base/kstars/kstars-4.13.3.ebuild +++ /dev/null @@ -1,35 +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/kstars/kstars-4.13.3.ebuild,v 1.1 2014/07/16 17:40:47 johu Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit flag-o-matic kde4-base - -DESCRIPTION="KDE Desktop Planetarium" -HOMEPAGE="http://www.kde.org/applications/education/kstars http://edu.kde.org/kstars" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug fits indi" - -REQUIRED_USE="indi? ( fits )" - -DEPEND=" - dev-cpp/eigen:3 - $(add_kdebase_dep libkdeedu) - fits? ( >=sci-libs/cfitsio-0.390 ) - indi? ( >=sci-libs/indilib-0.9.1 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - local mycmakeargs=( - $(cmake-utils_use_with fits CFitsio) - $(cmake-utils_use_with indi) - ) - - kde4-base_src_configure -} diff --git a/kde-base/kstars/kstars-4.14.1.ebuild b/kde-base/kstars/kstars-4.14.1.ebuild deleted file mode 100644 index c1a64b2269b7..000000000000 --- a/kde-base/kstars/kstars-4.14.1.ebuild +++ /dev/null @@ -1,35 +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/kstars/kstars-4.14.1.ebuild,v 1.1 2014/09/16 18:17:31 johu Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit flag-o-matic kde4-base - -DESCRIPTION="KDE Desktop Planetarium" -HOMEPAGE="http://www.kde.org/applications/education/kstars http://edu.kde.org/kstars" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug fits indi" - -REQUIRED_USE="indi? ( fits )" - -DEPEND=" - dev-cpp/eigen:3 - $(add_kdebase_dep libkdeedu) - fits? ( >=sci-libs/cfitsio-0.390 ) - indi? ( >=sci-libs/indilib-0.9.8 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - local mycmakeargs=( - $(cmake-utils_use_with fits CFitsio) - $(cmake-utils_use_with indi) - ) - - kde4-base_src_configure -} |