summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 20:22:36 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 20:22:36 +0000
commite4f5ea0ec107653ee0449a81e0e9971f0455d21f (patch)
treec4fd390d16070b76e7fe50cd80d18fef91330883 /kde-base/libkcddb
parentVersion bump KDE 4.3.2 (diff)
downloadgentoo-2-e4f5ea0ec107653ee0449a81e0e9971f0455d21f.tar.gz
gentoo-2-e4f5ea0ec107653ee0449a81e0e9971f0455d21f.tar.bz2
gentoo-2-e4f5ea0ec107653ee0449a81e0e9971f0455d21f.zip
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/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.2.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog
index 022ab1db3d73..bacc4624517c 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.121 2009/09/01 16:12:14 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.122 2009/10/06 20:22:36 alexxy Exp $
+
+*libkcddb-4.3.2 (06 Oct 2009)
+
+ 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +libkcddb-4.3.2.ebuild:
+ Version bump
*libkcddb-4.3.1 (01 Sep 2009)
diff --git a/kde-base/libkcddb/libkcddb-4.3.2.ebuild b/kde-base/libkcddb/libkcddb-4.3.2.ebuild
new file mode 100644
index 000000000000..9589fd21bc0c
--- /dev/null
+++ b/kde-base/libkcddb/libkcddb-4.3.2.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.2.ebuild,v 1.1 2009/10/06 20:22:36 alexxy 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
+}