summaryrefslogtreecommitdiff
path: root/kde-base/juk/juk-4.14.49.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/juk/juk-4.14.49.9999.ebuild')
-rw-r--r--kde-base/juk/juk-4.14.49.9999.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-base/juk/juk-4.14.49.9999.ebuild b/kde-base/juk/juk-4.14.49.9999.ebuild
deleted file mode 100644
index b2648e215ba..00000000000
--- a/kde-base/juk/juk-4.14.49.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Jukebox and music manager for KDE"
-HOMEPAGE="http://www.kde.org/applications/multimedia/juk/"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- >=media-libs/taglib-1.6
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # http://bugs.gentoo.org/410551 for disabling deprecated TunePimp support
- local mycmakeargs=(
- -DWITH_TunePimp=OFF
- )
-
- kde4-base_src_configure
-}