diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 21:55:59 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 21:55:59 +0000 |
commit | ad51762ace52d6e8bd373afb65dbff208fcd4a7d (patch) | |
tree | 782beb00031e2a947a1265969894b044d28ab35d /kde-base/libkcompactdisc | |
parent | Drop KDE 4.2.4 (diff) | |
download | gentoo-2-ad51762ace52d6e8bd373afb65dbff208fcd4a7d.tar.gz gentoo-2-ad51762ace52d6e8bd373afb65dbff208fcd4a7d.tar.bz2 gentoo-2-ad51762ace52d6e8bd373afb65dbff208fcd4a7d.zip |
Drop KDE 4.2.4
(Portage version: 2.2_rc49/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.4.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index 059affc5394f..a3d78bacba49 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.35 2009/11/02 21:56:56 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.36 2009/11/08 21:55:59 alexxy Exp $ + + 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> + -libkcompactdisc-4.2.4.ebuild: + Drop KDE 4.2.4 *libkcompactdisc-4.3.3 (02 Nov 2009) diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.2.4.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.2.4.ebuild deleted file mode 100644 index 651149f3c0d5..000000000000 --- a/kde-base/libkcompactdisc/libkcompactdisc-4.2.4.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.4.ebuild,v 1.1 2009/06/04 13:36:09 alexxy 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 -} |