summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-10-21 23:53:43 +0200
committerMichael Palimaka <kensington@gentoo.org>2015-10-22 20:56:35 +1100
commit3f643a0ae42570e9d6a2cd3c1d260be224ba1b3a (patch)
treeaec727525eb5b49bffccf55ce4f9284e0430ac6c /kde-apps/juk/juk-15.08.0.ebuild
parentkde-apps: Move 15.08.2 from overlay (diff)
downloadgentoo-3f643a0ae42570e9d6a2cd3c1d260be224ba1b3a.tar.gz
gentoo-3f643a0ae42570e9d6a2cd3c1d260be224ba1b3a.tar.bz2
gentoo-3f643a0ae42570e9d6a2cd3c1d260be224ba1b3a.zip
kde-apps: Drop KDE Applications 15.08.0
Package-Manager: portage-2.2.23
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
-}