diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:37:05 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:37:05 +0000 |
commit | d0c172326733d768a4f6ae156454e1474a3e3486 (patch) | |
tree | acf06fd89f057d8fe2d059516699577a4613a204 /kde-base/libkcompactdisc | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-d0c172326733d768a4f6ae156454e1474a3e3486.tar.gz gentoo-2-d0c172326733d768a4f6ae156454e1474a3e3486.tar.bz2 gentoo-2-d0c172326733d768a4f6ae156454e1474a3e3486.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index 63aa698f2b65..04bda2862715 100644 --- a/kde-base/libkcompactdisc/ChangeLog +++ b/kde-base/libkcompactdisc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkcompactdisc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.18 2009/02/17 14:21:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.19 2009/03/04 22:37:05 alexxy Exp $ + +*libkcompactdisc-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> + +libkcompactdisc-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkcompactdisc-4.1.4.ebuild: diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild new file mode 100644 index 000000000000..27f40531227c --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild,v 1.1 2009/03/04 22:37:05 alexxy Exp $ + +EAPI="2" + +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="alsa debug" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with alsa Alsa)" + kde4-meta_src_configure +} |