aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/juk/juk-9999.ebuild')
-rw-r--r--kde-base/juk/juk-9999.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-base/juk/juk-9999.ebuild b/kde-base/juk/juk-9999.ebuild
deleted file mode 100644
index 35d5a8eb96..0000000000
--- a/kde-base/juk/juk-9999.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="1"
-
-KMNAME=kdemultimedia
-inherit kde4svn-meta
-
-DESCRIPTION="Jukebox and music manager for KDE."
-KEYWORDS=""
-IUSE="debug htmlhandbook tunepimp"
-
-DEPEND="
- >=media-libs/taglib-1.5
- tunepimp? ( media-libs/tunepimp )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with tunepimp TunePimp)"
- kde4overlay-meta_src_compile
-}