diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:08 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:08 +0000 |
commit | e874d67a4aac964630328a0322acf08cf2f488e1 (patch) | |
tree | ce1c771b729aa9c21094a8c2e9471ab0944543fe /kde-base/kscd | |
parent | [kde-base/kdnssd] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-e874d67a4aac964630328a0322acf08cf2f488e1.tar.gz historical-e874d67a4aac964630328a0322acf08cf2f488e1.tar.bz2 historical-e874d67a4aac964630328a0322acf08cf2f488e1.zip |
[kde-base/kscd] 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/kscd')
-rw-r--r-- | kde-base/kscd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kscd/kscd-4.4.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kscd/ChangeLog b/kde-base/kscd/ChangeLog index 15e4af26ee06..c3a450a45424 100644 --- a/kde-base/kscd/ChangeLog +++ b/kde-base/kscd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kscd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.146 2010/01/25 16:45:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.147 2010/02/09 00:21:07 alexxy Exp $ + +*kscd-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kscd-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kscd-4.3.5 (25 Jan 2010) diff --git a/kde-base/kscd/kscd-4.4.0.ebuild b/kde-base/kscd/kscd-4.4.0.ebuild new file mode 100644 index 000000000000..58498a1abcc3 --- /dev/null +++ b/kde-base/kscd/kscd-4.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-4.4.0.ebuild,v 1.1 2010/02/09 00:21:07 alexxy Exp $ + +EAPI="2" + +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE CD player" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep libkcddb) + $(add_kdebase_dep libkcompactdisc) + media-libs/musicbrainz:1 +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libkcompactdisc/ +" |