diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:01:21 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:01:21 +0000 |
commit | 534c006549cf6cca3d4777e0d48a641dbc1e23ad (patch) | |
tree | ea97754586178b1accd40d496cb23e70621f135c | |
parent | Removed old versions. (diff) | |
download | gentoo-2-534c006549cf6cca3d4777e0d48a641dbc1e23ad.tar.gz gentoo-2-534c006549cf6cca3d4777e0d48a641dbc1e23ad.tar.bz2 gentoo-2-534c006549cf6cca3d4777e0d48a641dbc1e23ad.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
-rw-r--r-- | kde-base/libkcddb/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-3.5.8.ebuild | 12 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-4.0.2.ebuild | 23 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-4.0.3.ebuild | 25 |
4 files changed, 5 insertions, 61 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog index 72d0165eb15d..02ad715e6c89 100644 --- a/kde-base/libkcddb/ChangeLog +++ b/kde-base/libkcddb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkcddb # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.91 2008/06/05 22:35:51 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.92 2008/06/07 16:01:21 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -libkcddb-3.5.8.ebuild, -libkcddb-4.0.2.ebuild, -libkcddb-4.0.3.ebuild: + Removed old versions. *libkcddb-4.0.5 (05 Jun 2008) diff --git a/kde-base/libkcddb/libkcddb-3.5.8.ebuild b/kde-base/libkcddb/libkcddb-3.5.8.ebuild deleted file mode 100644 index 1b3a8b00a68b..000000000000 --- a/kde-base/libkcddb/libkcddb-3.5.8.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-3.5.8.ebuild,v 1.7 2008/03/04 05:24:58 jer Exp $ - -KMNAME=kdemultimedia -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE library for CDDB" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" diff --git a/kde-base/libkcddb/libkcddb-4.0.2.ebuild b/kde-base/libkcddb/libkcddb-4.0.2.ebuild deleted file mode 100644 index 2804684f4083..000000000000 --- a/kde-base/libkcddb/libkcddb-4.0.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.0.2.ebuild,v 1.1 2008/03/10 23:59:42 philantrop Exp $ - -EAPI="1" - -KMNAME=kdemultimedia -inherit kde4-meta - -DESCRIPTION="KDE library for CDDB" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook musicbrainz" -RESTRICT="test" # last checked on 4.0.2. - -DEPEND="${DEPEND} - musicbrainz? ( media-libs/musicbrainz )" -RDEPEND="${DEPEND}" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_enable musicbrainz MusicBrainz)" - kde4-meta_src_compile -} diff --git a/kde-base/libkcddb/libkcddb-4.0.3.ebuild b/kde-base/libkcddb/libkcddb-4.0.3.ebuild deleted file mode 100644 index bdec7719e489..000000000000 --- a/kde-base/libkcddb/libkcddb-4.0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.0.3.ebuild,v 1.2 2008/04/04 01:41:16 mr_bones_ Exp $ - -EAPI="1" - -KMNAME=kdemultimedia -inherit kde4-meta - -DESCRIPTION="KDE library for CDDB" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook musicbrainz" - -# Tests are broken. Last checked on 4.0.3. -RESTRICT="test" - -DEPEND="${DEPEND} - musicbrainz? ( media-libs/musicbrainz )" -RDEPEND="${DEPEND}" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_enable musicbrainz MusicBrainz)" - kde4-meta_src_compile -} |