diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-20 18:29:03 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-20 18:29:03 +0000 |
commit | 6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a (patch) | |
tree | 8b03b2997b4996d138f8e4a411fc0e84750d4040 /kde-base/libkcompactdisc | |
parent | stabilize new versions for amd64,ppc,x86 (diff) | |
download | historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.gz historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.bz2 historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.zip |
Old.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.0.1.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index 30069d4f67e0..45eec9748a67 100644 --- a/kde-base/libkcompactdisc/ChangeLog +++ b/kde-base/libkcompactdisc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkcompactdisc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.4 2008/03/10 23:59:53 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.5 2008/03/20 18:13:58 ingmar Exp $ + + 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -libkcompactdisc-4.0.1.ebuild: + Old. *libkcompactdisc-4.0.2 (10 Mar 2008) diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.0.1.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.0.1.ebuild deleted file mode 100644 index 3438232aef88..000000000000 --- a/kde-base/libkcompactdisc/libkcompactdisc-4.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.0.1.ebuild,v 1.1 2008/02/07 00:11:08 philantrop Exp $ - -EAPI="1" - -KMNAME=kdemultimedia -inherit kde4-meta - -DESCRIPTION="KDE library for playing & ripping CDs" -KEYWORDS="~amd64 ~x86" -IUSE="alsa debug htmlhandbook" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with alsa Alsa)" - kde4-meta_src_compile -} |