summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2012-05-27 08:15:50 +0000
committerChristoph Mende <angelos@gentoo.org>2012-05-27 08:15:50 +0000
commite63999aa76492eb49a3ad44b538e9f2d49d38e2a (patch)
tree37b4787de888b85efffeee9e23e2c451c655608a /media-plugins/gmpc-jamendo
parentRemove unused desc. (diff)
downloadhistorical-e63999aa76492eb49a3ad44b538e9f2d49d38e2a.tar.gz
historical-e63999aa76492eb49a3ad44b538e9f2d49d38e2a.tar.bz2
historical-e63999aa76492eb49a3ad44b538e9f2d49d38e2a.zip
Remove old
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gmpc-jamendo')
-rw-r--r--media-plugins/gmpc-jamendo/ChangeLog5
-rw-r--r--media-plugins/gmpc-jamendo/gmpc-jamendo-0.20.0.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/media-plugins/gmpc-jamendo/ChangeLog b/media-plugins/gmpc-jamendo/ChangeLog
index 49c213767269..58083621302d 100644
--- a/media-plugins/gmpc-jamendo/ChangeLog
+++ b/media-plugins/gmpc-jamendo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gmpc-jamendo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog,v 1.12 2012/05/05 08:27:17 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog,v 1.13 2012/05/27 08:12:51 angelos Exp $
+
+ 27 May 2012; Christoph Mende <angelos@gentoo.org> -gmpc-jamendo-0.20.0.ebuild:
+ Remove old
05 May 2012; Jeff Horelick <jdhore@gentoo.org> gmpc-jamendo-0.20.0.ebuild,
gmpc-jamendo-11.8.16.ebuild:
diff --git a/media-plugins/gmpc-jamendo/gmpc-jamendo-0.20.0.ebuild b/media-plugins/gmpc-jamendo/gmpc-jamendo-0.20.0.ebuild
deleted file mode 100644
index decae6f53e50..000000000000
--- a/media-plugins/gmpc-jamendo/gmpc-jamendo-0.20.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/gmpc-jamendo-0.20.0.ebuild,v 1.5 2012/05/05 08:27:17 jdhore Exp $
-
-EAPI=3
-
-DESCRIPTION="Plugin allows you to browse and preview music available on jamendo."
-HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_JAMENDO"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND=">=media-sound/gmpc-${PV}
- >=media-libs/libmpd-0.15.98
- dev-db/sqlite:3
- sys-libs/zlib
- >=dev-libs/libxml2-2.6
- >=x11-libs/gtk+-2.4:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/gob
- nls? ( dev-util/intltool
- sys-devel/gettext )"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- find "${ED}" -name "*.la" -delete || die
-}