diff options
author | 2009-05-07 00:22:11 +0000 | |
---|---|---|
committer | 2009-05-07 00:22:11 +0000 | |
commit | ee5e4f34061337ffcea150f1c790eea2f794e41c (patch) | |
tree | 823b8b79eb6d56c4166f6755dd39875eea0cc790 /kde-base/libkcompactdisc | |
parent | Rename modprobe.d/alsa file to alsa.conf. (diff) | |
download | historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.tar.gz historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.tar.bz2 historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.zip |
Version bump KDE 4.2.3
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.2.3.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index ee32311c9749..206da4855d9f 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.23 2009/04/17 06:21:05 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.24 2009/05/07 00:07:14 scarabeus Exp $ + +*libkcompactdisc-4.2.3 (07 May 2009) + + 07 May 2009; Tomas Chvatal <scarabeus@gentoo.org> + +libkcompactdisc-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkcompactdisc-4.2.1.ebuild, libkcompactdisc-4.2.2: diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.2.3.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.2.3.ebuild new file mode 100644 index 000000000000..566cb61fc7a7 --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.2.3.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.3.ebuild,v 1.1 2009/05/07 00:07:14 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="alsa debug" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with alsa Alsa)" + kde4-meta_src_configure +} |