diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:45:47 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:45:47 +0000 |
commit | 8e608860c11f814e8b85c96f53f6f405b556faea (patch) | |
tree | 4d400ab5b69a29451cfb8893bc58182691e1cb18 /kde-base/kscd | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-8e608860c11f814e8b85c96f53f6f405b556faea.tar.gz gentoo-2-8e608860c11f814e8b85c96f53f6f405b556faea.tar.bz2 gentoo-2-8e608860c11f814e8b85c96f53f6f405b556faea.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kscd')
-rw-r--r-- | kde-base/kscd/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kscd/kscd-4.1.4.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/kde-base/kscd/ChangeLog b/kde-base/kscd/ChangeLog index d5c78baf8dea..396dde966e9f 100644 --- a/kde-base/kscd/ChangeLog +++ b/kde-base/kscd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kscd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.103 2008/11/16 08:00:33 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.104 2009/01/13 22:45:47 alexxy Exp $ + +*kscd-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kscd-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kscd-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kscd/kscd-4.1.4.ebuild b/kde-base/kscd/kscd-4.1.4.ebuild new file mode 100644 index 000000000000..279b0397de48 --- /dev/null +++ b/kde-base/kscd/kscd-4.1.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-4.1.4.ebuild,v 1.1 2009/01/13 22:45:47 alexxy Exp $ + +EAPI="2" + +KMNAME=kdemultimedia +inherit kde4-meta + +DESCRIPTION="KDE CD player" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND=" + >=kde-base/libkcddb-${PV}:${SLOT} + >=kde-base/libkcompactdisc-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkcompactdisc/" |