diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-01 16:04:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-01 16:04:13 +0000 |
commit | 8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9 (patch) | |
tree | 1aa872edc30f3816b18a620a181a7c1598b9d9fa /kde-base/libkcddb | |
parent | Inadvertently left out manifest change from previous commit - already in Chan... (diff) | |
download | gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.gz gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.bz2 gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.zip |
Remove old
(Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/libkcddb')
-rw-r--r-- | kde-base/libkcddb/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-4.10.0.ebuild | 32 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-4.9.5.ebuild | 32 |
3 files changed, 5 insertions, 65 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog index 7723e49adfee..c2572f6dad58 100644 --- a/kde-base/libkcddb/ChangeLog +++ b/kde-base/libkcddb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkcddb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.244 2013/04/01 13:06:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.245 2013/04/01 16:03:58 ago Exp $ + + 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -libkcddb-4.10.0.ebuild, + -libkcddb-4.9.5.ebuild: + Remove old 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libkcddb-4.10.1.ebuild: Stable for ppc, wrt to bug #462890 diff --git a/kde-base/libkcddb/libkcddb-4.10.0.ebuild b/kde-base/libkcddb/libkcddb-4.10.0.ebuild deleted file mode 100644 index 62d6a8f55c73..000000000000 --- a/kde-base/libkcddb/libkcddb-4.10.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.10.0.ebuild,v 1.2 2013/02/23 17:06:49 ago Exp $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="KDE library for CDDB" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug musicbrainz" - -# tests require network access and compare static data with online data -# bug 280996 -RESTRICT=test - -DEPEND=" - musicbrainz? ( media-libs/musicbrainz:5 ) -" -RDEPEND="${DEPEND}" -add_blocker kscd "<4.8.50" -add_blocker kdemultimedia-kioslaves - -KMSAVELIBS="true" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with musicbrainz MusicBrainz5) - ) - - kde4-base_src_configure -} diff --git a/kde-base/libkcddb/libkcddb-4.9.5.ebuild b/kde-base/libkcddb/libkcddb-4.9.5.ebuild deleted file mode 100644 index b9a71035252e..000000000000 --- a/kde-base/libkcddb/libkcddb-4.9.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.9.5.ebuild,v 1.5 2013/02/23 17:06:49 ago Exp $ - -EAPI=4 - -inherit kde4-base - -DESCRIPTION="KDE library for CDDB" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug musicbrainz" - -# tests require network access and compare static data with online data -# bug 280996 -RESTRICT=test - -DEPEND=" - musicbrainz? ( media-libs/musicbrainz:5 ) -" -RDEPEND="${DEPEND}" -add_blocker kscd "<4.8.50" -add_blocker kdemultimedia-kioslaves - -KMSAVELIBS="true" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with musicbrainz MusicBrainz5) - ) - - kde4-base_src_configure -} |