diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:57:36 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:57:36 +0000 |
commit | 22ce370f5d4580a5cd09893714a73725307ec099 (patch) | |
tree | 321101d0c3d0aeff0bb0777979a4758baceedbc1 /kde-base/libkcompactdisc | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-22ce370f5d4580a5cd09893714a73725307ec099.tar.gz gentoo-2-22ce370f5d4580a5cd09893714a73725307ec099.tar.bz2 gentoo-2-22ce370f5d4580a5cd09893714a73725307ec099.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.0.0.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index 4e45fe2dd9fa..bbf7472027f8 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.2 2008/02/07 00:11:08 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.3 2008/02/17 02:57:36 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -libkcompactdisc-4.0.0.ebuild: + Spring cleaning *libkcompactdisc-4.0.1 (06 Feb 2008) diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.0.0.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.0.0.ebuild deleted file mode 100644 index d08d60fe3134..000000000000 --- a/kde-base/libkcompactdisc/libkcompactdisc-4.0.0.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.0.ebuild,v 1.1 2008/01/18 01:27:13 ingmar 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 -} |