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