summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-06-21 15:53:54 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-06-21 15:53:54 +0000
commitad0923563c98a039f39749ac48d242625d8a256e (patch)
tree02b11ac42d36c3074f519c736457135d2aa4f0e2 /kde-base/juk/juk-4.3.3.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-ad0923563c98a039f39749ac48d242625d8a256e.tar.gz
historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.bz2
historical-ad0923563c98a039f39749ac48d242625d8a256e.zip
Drop 4.3.3. Drop hppa keywords per bug #304363.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-base/juk/juk-4.3.3.ebuild')
-rw-r--r--kde-base/juk/juk-4.3.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-base/juk/juk-4.3.3.ebuild b/kde-base/juk/juk-4.3.3.ebuild
deleted file mode 100644
index 534fb1e87615..000000000000
--- a/kde-base/juk/juk-4.3.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/juk-4.3.3.ebuild,v 1.6 2010/01/19 02:21:02 jer Exp $
-
-EAPI="2"
-
-KMNAME="kdemultimedia"
-inherit kde4-meta
-
-DESCRIPTION="Jukebox and music manager for KDE."
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="debug +handbook musicbrainz"
-
-DEPEND="
- >=media-libs/taglib-1.5
- musicbrainz? ( media-libs/tunepimp )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with musicbrainz TunePimp)"
-
- kde4-meta_src_configure
-}