summaryrefslogtreecommitdiff
path: root/kde-base/juk/juk-4.1.71.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/juk/juk-4.1.71.ebuild')
-rw-r--r--kde-base/juk/juk-4.1.71.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-base/juk/juk-4.1.71.ebuild b/kde-base/juk/juk-4.1.71.ebuild
deleted file mode 100644
index 744f40d0065..00000000000
--- a/kde-base/juk/juk-4.1.71.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="Jukebox and music manager for KDE."
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook tunepimp"
-
-DEPEND="
- >=media-libs/taglib-1.5
- tunepimp? ( media-libs/tunepimp )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with tunepimp TunePimp)"
- kde4-meta_src_configure
-}