diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-03-20 21:41:14 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-03-20 21:41:14 +0000 |
commit | 980df8e750d14bb793868cbb50e85e416df064b2 (patch) | |
tree | fe79c4830ccdfde3dec5babcdd413da3f3c167be /media-plugins/gmpc-lastfm | |
parent | Remove old (diff) | |
download | gentoo-2-980df8e750d14bb793868cbb50e85e416df064b2.tar.gz gentoo-2-980df8e750d14bb793868cbb50e85e416df064b2.tar.bz2 gentoo-2-980df8e750d14bb793868cbb50e85e416df064b2.zip |
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/gmpc-lastfm')
-rw-r--r-- | media-plugins/gmpc-lastfm/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild | 26 | ||||
-rw-r--r-- | media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild | 36 |
3 files changed, 5 insertions, 63 deletions
diff --git a/media-plugins/gmpc-lastfm/ChangeLog b/media-plugins/gmpc-lastfm/ChangeLog index 3ba5a9d72b89..ef501485adae 100644 --- a/media-plugins/gmpc-lastfm/ChangeLog +++ b/media-plugins/gmpc-lastfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gmpc-lastfm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.12 2008/03/17 14:44:07 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.13 2008/03/20 21:41:14 angelos Exp $ + + 20 Mar 2008; Christoph Mende <angelos@gentoo.org> + -gmpc-lastfm-0.14.0.ebuild, -gmpc-lastfm-0.15.0.ebuild: + Remove old 17 Mar 2008; Ferris McCormick <fmccor@gentoo.org> gmpc-lastfm-0.15.5.0.ebuild: diff --git a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild deleted file mode 100644 index 8d04d79a5bc5..000000000000 --- a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild,v 1.2 2007/04/15 15:31:51 ticho Exp $ - -DESCRIPTION="The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music, use a dedicated client like mpdscribble for this." -HOMEPAGE="http://sarine.nl/gmpc-plugins-lastfm" -SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=media-sound/gmpc-${PV} - dev-libs/libxml2" - -src_compile () -{ - econf || die - emake || die -} - -src_install () -{ - make DESTDIR="${D}" install || die -} diff --git a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild deleted file mode 100644 index e2e185d30c3b..000000000000 --- a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.0.ebuild,v 1.6 2007/08/07 15:55:44 gustavoz Exp $ - -inherit eutils - -DESCRIPTION="The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music, use a dedicated client like mpdscribble for this." -HOMEPAGE="http://sarine.nl/gmpc-plugins-lastfm" -SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc sparc ~x86" -IUSE="" - -DEPEND=">=media-sound/gmpc-${PV} - dev-libs/libxml2" - -pkg_setup() { - if ! built_with_use =x11-libs/gtk+-2* jpeg ; then - echo - eerror "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag" - die "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag" - fi -} - -src_compile () -{ - econf || die - emake || die -} - -src_install () -{ - make DESTDIR="${D}" install || die -} |