diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 11:44:08 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 11:44:08 +0000 |
commit | d226e3d3f74499c85217941422c518d253935ccf (patch) | |
tree | cb8af91493540a14e8d203dffcfbaf20eec7fb0b /kde-base/libkcompactdisc | |
parent | [kde-base/libkcddb] Drop KDE 4.2.3 (diff) | |
download | gentoo-2-d226e3d3f74499c85217941422c518d253935ccf.tar.gz gentoo-2-d226e3d3f74499c85217941422c518d253935ccf.tar.bz2 gentoo-2-d226e3d3f74499c85217941422c518d253935ccf.zip |
[kde-base/libkcompactdisc] Drop KDE 4.2.3
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.2.3.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index d247b9d1e53f..fc03e3387ea2 100644 --- a/kde-base/libkcompactdisc/ChangeLog +++ b/kde-base/libkcompactdisc/ChangeLog @@ -1,6 +1,10 @@ # 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.27 2009/06/05 07:34:27 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.28 2009/06/14 11:44:08 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + -libkcompactdisc-4.2.3.ebuild: + Drop KDE 4.2.3 05 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> ChangeLog: Fix accidently added keywords diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.2.3.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.2.3.ebuild deleted file mode 100644 index 566cb61fc7a7..000000000000 --- a/kde-base/libkcompactdisc/libkcompactdisc-4.2.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |