aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-01 01:59:44 +1100
committerMichael Palimaka <kensington@gentoo.org>2013-02-01 01:59:44 +1100
commitf87f13c796b3af52d6c191e4eb668947ba4fffc2 (patch)
treedc3eac6730b593584cc7d4d39f6f10a3c2185aab /kde-base/kmix/kmix-4.9.49.9999.ebuild
parent[kdepim-4.10.0] Remanifest. (diff)
downloadkde-f87f13c796b3af52d6c191e4eb668947ba4fffc2.tar.gz
kde-f87f13c796b3af52d6c191e4eb668947ba4fffc2.tar.bz2
kde-f87f13c796b3af52d6c191e4eb668947ba4fffc2.zip
[kde-base] Drop 4.9.49.9999.
Diffstat (limited to 'kde-base/kmix/kmix-4.9.49.9999.ebuild')
-rw-r--r--kde-base/kmix/kmix-4.9.49.9999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-base/kmix/kmix-4.9.49.9999.ebuild b/kde-base/kmix/kmix-4.9.49.9999.ebuild
deleted file mode 100644
index bfa4fea222..0000000000
--- a/kde-base/kmix/kmix-4.9.49.9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE mixer gui"
-KEYWORDS=""
-IUSE="alsa debug canberra pulseaudio"
-
-DEPEND="
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- canberra? ( media-libs/libcanberra )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.12 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with alsa)
- $(cmake-utils_use_with canberra)
- $(cmake-utils_use_with pulseaudio PulseAudio)
- )
-
- kde4-base_src_configure
-}