diff options
-rw-r--r-- | kde-base/kmix/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kmix/kmix-4.3.0.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog index 155308ad0f45..4e34d03510f2 100644 --- a/kde-base/kmix/ChangeLog +++ b/kde-base/kmix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kmix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.128 2009/10/06 19:43:11 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.129 2009/10/08 14:34:12 alexxy Exp $ + + 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmix-4.3.0.ebuild: + Drop KDE 4.3.0 *kmix-4.3.2 (06 Oct 2009) diff --git a/kde-base/kmix/kmix-4.3.0.ebuild b/kde-base/kmix/kmix-4.3.0.ebuild deleted file mode 100644 index ce3a48bf0c83..000000000000 --- a/kde-base/kmix/kmix-4.3.0.ebuild +++ /dev/null @@ -1,26 +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/kmix/kmix-4.3.0.ebuild,v 1.1 2009/08/04 00:44:36 wired Exp $ - -EAPI="2" - -KMNAME="kdemultimedia" -inherit kde4-meta - -DESCRIPTION="KDE mixer gui" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="alsa debug +handbook pulseaudio" - -DEPEND=" - alsa? ( >=media-libs/alsa-lib-1.0.14a ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.12 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with pulseaudio PulseAudio) - $(cmake-utils_use_with alsa)" - - kde4-meta_src_configure -} |