summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 15:52:00 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 15:52:00 +0000
commit69d0f75fb65b0424de2c132d8f346e653a1343b0 (patch)
tree0f185fa1e1fc6b6cd3550c30f34a916907495acf /kde-base/libkcddb
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-69d0f75fb65b0424de2c132d8f346e653a1343b0.tar.gz
gentoo-2-69d0f75fb65b0424de2c132d8f346e653a1343b0.tar.bz2
gentoo-2-69d0f75fb65b0424de2c132d8f346e653a1343b0.zip
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/libkcddb')
-rw-r--r--kde-base/libkcddb/ChangeLog6
-rw-r--r--kde-base/libkcddb/libkcddb-4.1.2.ebuild27
-rw-r--r--kde-base/libkcddb/libkcddb-4.1.3.ebuild27
3 files changed, 5 insertions, 55 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog
index 0b0a7cfd667f..82c7ba88f680 100644
--- a/kde-base/libkcddb/ChangeLog
+++ b/kde-base/libkcddb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkcddb
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.98 2009/01/13 23:11:53 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.99 2009/01/14 15:52:00 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkcddb-4.1.2.ebuild,
+ -libkcddb-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*libkcddb-4.1.4 (13 Jan 2009)
diff --git a/kde-base/libkcddb/libkcddb-4.1.2.ebuild b/kde-base/libkcddb/libkcddb-4.1.2.ebuild
deleted file mode 100644
index 26f51f9f0731..000000000000
--- a/kde-base/libkcddb/libkcddb-4.1.2.ebuild
+++ /dev/null
@@ -1,27 +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.1.2.ebuild,v 1.1 2008/10/02 10:39:03 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE library for CDDB"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook musicbrainz"
-
-# Tests are broken. Last checked on 4.1.0.
-RESTRICT="test"
-
-DEPEND=">=media-sound/phonon-4.2.0
- musicbrainz? ( media-libs/musicbrainz )"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_enable musicbrainz MusicBrainz)"
- kde4-meta_src_configure
-}
diff --git a/kde-base/libkcddb/libkcddb-4.1.3.ebuild b/kde-base/libkcddb/libkcddb-4.1.3.ebuild
deleted file mode 100644
index dd7111e04a19..000000000000
--- a/kde-base/libkcddb/libkcddb-4.1.3.ebuild
+++ /dev/null
@@ -1,27 +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.1.3.ebuild,v 1.2 2008/11/16 08:15:53 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE library for CDDB"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug htmlhandbook musicbrainz"
-
-# Tests are broken. Last checked on 4.1.0.
-RESTRICT="test"
-
-DEPEND=">=media-sound/phonon-4.2.0
- musicbrainz? ( media-libs/musicbrainz )"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_enable musicbrainz MusicBrainz)"
- kde4-meta_src_configure
-}