diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:49 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:49 +0000 |
commit | 9a6afaee33a3a14b260caf037cc91317f862f4a7 (patch) | |
tree | b5b02da37d367a2326a2d307e9bf28a395c88864 /kde-base/libkcddb | |
parent | [kde-base/kbounce] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-9a6afaee33a3a14b260caf037cc91317f862f4a7.tar.gz historical-9a6afaee33a3a14b260caf037cc91317f862f4a7.tar.bz2 historical-9a6afaee33a3a14b260caf037cc91317f862f4a7.zip |
[kde-base/libkcddb] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/libkcddb')
-rw-r--r-- | kde-base/libkcddb/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-4.4.0.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog index 4f2c07b462a9..78818d689694 100644 --- a/kde-base/libkcddb/ChangeLog +++ b/kde-base/libkcddb/ChangeLog @@ -1,6 +1,11 @@ # 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.142 2010/01/25 17:12:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.143 2010/02/09 00:21:48 alexxy Exp $ + +*libkcddb-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +libkcddb-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *libkcddb-4.3.5 (25 Jan 2010) diff --git a/kde-base/libkcddb/libkcddb-4.4.0.ebuild b/kde-base/libkcddb/libkcddb-4.4.0.ebuild new file mode 100644 index 000000000000..2d2c0f95e116 --- /dev/null +++ b/kde-base/libkcddb/libkcddb-4.4.0.ebuild @@ -0,0 +1,30 @@ +# 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 +} |