diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:42:35 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:42:35 +0000 |
commit | e204b27dd042e3183debbf11d5b823674fc0005c (patch) | |
tree | 7195ab46ce68c57b9abdeac5328551346299adcd /kde-base/libkcompactdisc | |
parent | Drop KDE 4.2.0 (diff) | |
download | gentoo-2-e204b27dd042e3183debbf11d5b823674fc0005c.tar.gz gentoo-2-e204b27dd042e3183debbf11d5b823674fc0005c.tar.bz2 gentoo-2-e204b27dd042e3183debbf11d5b823674fc0005c.zip |
Drop KDE 4.2.0
(Portage version: 2.2_rc23/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.0.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index 04bda2862715..c0e696b8f8c4 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.19 2009/03/04 22:37:05 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.20 2009/03/08 20:42:35 alexxy Exp $ + + 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> + -libkcompactdisc-4.2.0.ebuild: + Drop KDE 4.2.0 *libkcompactdisc-4.2.1 (04 Mar 2009) diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.2.0.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.2.0.ebuild deleted file mode 100644 index 238a09081bb7..000000000000 --- a/kde-base/libkcompactdisc/libkcompactdisc-4.2.0.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.0.ebuild,v 1.2 2009/02/01 08:18:26 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME="kdemultimedia" -inherit kde4-meta - -DESCRIPTION="KDE library for playing & ripping CDs" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="alsa debug htmlhandbook" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with alsa Alsa)" - kde4-meta_src_configure -} |