summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-31 23:37:16 +0000
committerDror Levin <spatz@gentoo.org>2010-03-31 23:37:16 +0000
commit556bde5af08603f6d6834c63a8c2e0e40f536051 (patch)
tree4f8b3ec134b39b100c09c78ef08873dc894d1d89 /kde-base/libkcddb
parentVersion bump. Mostly build fixes and translation updates. (diff)
downloadhistorical-556bde5af08603f6d6834c63a8c2e0e40f536051.tar.gz
historical-556bde5af08603f6d6834c63a8c2e0e40f536051.tar.bz2
historical-556bde5af08603f6d6834c63a8c2e0e40f536051.zip
Remove old KDE versions.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/libkcddb')
-rw-r--r--kde-base/libkcddb/ChangeLog6
-rw-r--r--kde-base/libkcddb/libkcddb-4.3.4.ebuild30
-rw-r--r--kde-base/libkcddb/libkcddb-4.4.0.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog
index d633405d8033..135c0b2a198a 100644
--- a/kde-base/libkcddb/ChangeLog
+++ b/kde-base/libkcddb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkcddb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.147 2010/03/30 21:50:27 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.148 2010/03/31 23:18:16 spatz Exp $
+
+ 31 Mar 2010; Dror Levin <spatz@gentoo.org> -libkcddb-4.3.4.ebuild,
+ -libkcddb-4.4.0.ebuild:
+ Remove old KDE versions.
*libkcddb-4.4.2 (30 Mar 2010)
diff --git a/kde-base/libkcddb/libkcddb-4.3.4.ebuild b/kde-base/libkcddb/libkcddb-4.3.4.ebuild
deleted file mode 100644
index 055562553a6b..000000000000
--- a/kde-base/libkcddb/libkcddb-4.3.4.ebuild
+++ /dev/null
@@ -1,30 +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/libkcddb/libkcddb-4.3.4.ebuild,v 1.5 2010/01/22 00:17:05 abcd Exp $
-
-EAPI="2"
-
-KMNAME="kdemultimedia"
-inherit kde4-meta
-
-DESCRIPTION="KDE library for CDDB"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug musicbrainz"
-
-# tests fail / timeout, last checked for 4.2.89
-RESTRICT=test
-
-DEPEND="
- musicbrainz? ( media-libs/musicbrainz:1 )
-"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with musicbrainz MusicBrainz)
- )
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/libkcddb/libkcddb-4.4.0.ebuild b/kde-base/libkcddb/libkcddb-4.4.0.ebuild
deleted file mode 100644
index 2d2c0f95e116..000000000000
--- a/kde-base/libkcddb/libkcddb-4.4.0.ebuild
+++ /dev/null
@@ -1,30 +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/libkcddb/libkcddb-4.4.0.ebuild,v 1.1 2010/02/09 00:21:48 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdemultimedia"
-inherit kde4-meta
-
-DESCRIPTION="KDE library for CDDB"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug musicbrainz"
-
-# tests fail / timeout, last checked for 4.2.89
-RESTRICT=test
-
-DEPEND="
- musicbrainz? ( media-libs/musicbrainz:1 )
-"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with musicbrainz MusicBrainz)
- )
-
- kde4-meta_src_configure
-}