summaryrefslogtreecommitdiff
path: root/kde-base/kmix/kmix-4.2.1.ebuild
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-08 15:27:59 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-08 15:27:59 +0100
commit8fab353cd6ac3f77903daf7ad703b71d482c2419 (patch)
tree0db38fcb689033521ae402f26148ddab6020b021 /kde-base/kmix/kmix-4.2.1.ebuild
parenta406246b4cd46ae0876170ad9bc66b6fa20d8aaa (diff)
downloadkde-8fab353cd6ac3f77903daf7ad703b71d482c2419.tar.gz
kde-8fab353cd6ac3f77903daf7ad703b71d482c2419.tar.bz2
kde-8fab353cd6ac3f77903daf7ad703b71d482c2419.zip
Moved to the tree.
Diffstat (limited to 'kde-base/kmix/kmix-4.2.1.ebuild')
-rw-r--r--kde-base/kmix/kmix-4.2.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-base/kmix/kmix-4.2.1.ebuild b/kde-base/kmix/kmix-4.2.1.ebuild
deleted file mode 100644
index 17562529d23..00000000000
--- a/kde-base/kmix/kmix-4.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-KMNAME="kdemultimedia"
-inherit kde4-meta
-
-DESCRIPTION="KDE mixer gui"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="alsa debug"
-
-DEPEND="
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with alsa Alsa)"
-
- kde4-meta_src_configure
-}