summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-08-04 01:18:05 +0000
committerAlex Alexander <wired@gentoo.org>2009-08-04 01:18:05 +0000
commit80f8951e4f4613ad4c168925dfea9796757c2a0d (patch)
tree5eeeaa5520e18f378a58a90b2d3404987365dbf0 /kde-base/libkcddb
parentVersion bump KDE 4.3.0 (diff)
downloadgentoo-2-80f8951e4f4613ad4c168925dfea9796757c2a0d.tar.gz
gentoo-2-80f8951e4f4613ad4c168925dfea9796757c2a0d.tar.bz2
gentoo-2-80f8951e4f4613ad4c168925dfea9796757c2a0d.zip
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkcddb')
-rw-r--r--kde-base/libkcddb/ChangeLog7
-rw-r--r--kde-base/libkcddb/libkcddb-4.3.0.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog
index 6928897c7512..93ab7ff5732b 100644
--- a/kde-base/libkcddb/ChangeLog
+++ b/kde-base/libkcddb/ChangeLog
@@ -1,6 +1,11 @@
# 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.119 2009/07/12 09:25:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.120 2009/08/04 01:18:05 wired Exp $
+
+*libkcddb-4.3.0 (04 Aug 2009)
+
+ 04 Aug 2009; Alex Alexander <wired@gentoo.org> +libkcddb-4.3.0.ebuild:
+ Version bump
12 Jul 2009; Raúl Porcel <armin76@gentoo.org> libkcddb-3.5.10.ebuild:
alpha/ia64/sparc stable wrt #271889
diff --git a/kde-base/libkcddb/libkcddb-4.3.0.ebuild b/kde-base/libkcddb/libkcddb-4.3.0.ebuild
new file mode 100644
index 000000000000..4bf635098872
--- /dev/null
+++ b/kde-base/libkcddb/libkcddb-4.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.3.0.ebuild,v 1.1 2009/08/04 01:18:05 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="KDE library for CDDB"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+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="${mycmakeargs}
+ $(cmake-utils_use_with musicbrainz MusicBrainz)"
+
+ kde4-meta_src_configure
+}