diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 65f23fa591b40aa410097713165d986c18541bfa (patch) | |
tree | 511c72b50399d2ce73e166154c218274d721b259 /kde-base/kstars | |
parent | old (diff) | |
download | gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2 gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip |
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kstars')
-rw-r--r-- | kde-base/kstars/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.3.5.ebuild | 34 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.4.4.ebuild | 34 |
3 files changed, 5 insertions, 69 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index a5ce119c11e3..a574797745c2 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kstars # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.170 2010/08/09 09:28:35 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.171 2010/08/09 11:30:27 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kstars-4.3.5.ebuild, + -kstars-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kstars-4.4.5.ebuild: x86 stable, bug 322791 diff --git a/kde-base/kstars/kstars-4.3.5.ebuild b/kde-base/kstars/kstars-4.3.5.ebuild deleted file mode 100644 index f046d63492b5..000000000000 --- a/kde-base/kstars/kstars-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/kstars/kstars-4.3.5.ebuild,v 1.5 2010/06/22 16:18:28 reavertm Exp $ -EAPI="2" - -KMNAME="kdeedu" -inherit kde4-meta - -DESCRIPTION="KDE Desktop Planetarium" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug fits +handbook indi" - -DEPEND=" - $(add_kdebase_dep libkdeedu) - fits? ( >=sci-libs/cfitsio-0.390 ) - indi? ( >=sci-libs/indilib-0.6[fits?] ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-4.3.2-solaris.patch -) - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - mycmakeargs=( - $(cmake-utils_use_with fits CFitsio) - $(cmake-utils_use_with indi) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kstars/kstars-4.4.4.ebuild b/kde-base/kstars/kstars-4.4.4.ebuild deleted file mode 100644 index 566647b9b39b..000000000000 --- a/kde-base/kstars/kstars-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/kstars/kstars-4.4.4.ebuild,v 1.5 2010/06/27 23:19:16 fauli Exp $ -EAPI="3" - -KMNAME="kdeedu" -inherit kde4-meta - -DESCRIPTION="KDE Desktop Planetarium" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug fits +handbook indi" - -DEPEND=" - $(add_kdebase_dep libkdeedu) - fits? ( >=sci-libs/cfitsio-0.390 ) - indi? ( >=sci-libs/indilib-0.6[fits?] ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-4.3.80-solaris.patch -) - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - mycmakeargs=( - $(cmake-utils_use_with fits CFitsio) - $(cmake-utils_use_with indi) - ) - - kde4-meta_src_configure -} |