diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:39:52 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:39:52 +0000 |
commit | 75d4ce0792415a06d0ea32a7ab737369d506c524 (patch) | |
tree | 8e7c07b2eba7faaa93952edee09224b8c372ee1d /kde-base | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-75d4ce0792415a06d0ea32a7ab737369d506c524.tar.gz gentoo-2-75d4ce0792415a06d0ea32a7ab737369d506c524.tar.bz2 gentoo-2-75d4ce0792415a06d0ea32a7ab737369d506c524.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/libkcddb/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-4.0.3.ebuild | 25 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog index cefc38ec59eb..1db077e3ca7f 100644 --- a/kde-base/libkcddb/ChangeLog +++ b/kde-base/libkcddb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/libkcddb # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.83 2008/03/20 18:13:33 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.84 2008/04/03 21:39:52 philantrop Exp $ + +*libkcddb-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +libkcddb-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -libkcddb-4.0.1.ebuild: Old. diff --git a/kde-base/libkcddb/libkcddb-4.0.3.ebuild b/kde-base/libkcddb/libkcddb-4.0.3.ebuild new file mode 100644 index 000000000000..3522b72cddd3 --- /dev/null +++ b/kde-base/libkcddb/libkcddb-4.0.3.ebuild @@ -0,0 +1,25 @@ +# 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.0.3.ebuild,v 1.1 2008/04/03 21:39:52 philantrop Exp $ + +EAPI="1" + +KMNAME=kdemultimedia +inherit kde4-meta + +DESCRIPTION="KDE library for CDDB" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook musicbrainz" + +# Tests are broken. Last checked on 4.0.3. +RESTRICT="test" + +DEPEND="${DEPEND} + musicbrainz? ( media-libs/musicbrainz )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_enable musicbrainz MusicBrainz)" + kde4-meta_src_compile +} |