summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-01-03 23:51:28 +0000
committerChristoph Mende <angelos@gentoo.org>2009-01-03 23:51:28 +0000
commit3510cb8671c03a0765793549c0458f3abef88caa (patch)
treee17220e18f742e3da752f18828c61d677a5fbeb1 /media-plugins
parentStable on amd64 (bug #253325) (diff)
downloadgentoo-2-3510cb8671c03a0765793549c0458f3abef88caa.tar.gz
gentoo-2-3510cb8671c03a0765793549c0458f3abef88caa.tar.bz2
gentoo-2-3510cb8671c03a0765793549c0458f3abef88caa.zip
Bumped 0.17.0 to EAPI2 to replace built_with_use+die and cleaned up
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gmpc-lastfm/ChangeLog9
-rw-r--r--media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.5.0.ebuild36
-rw-r--r--media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.1.ebuild6
-rw-r--r--media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild19
4 files changed, 16 insertions, 54 deletions
diff --git a/media-plugins/gmpc-lastfm/ChangeLog b/media-plugins/gmpc-lastfm/ChangeLog
index 84426855eaf4..65fd96586c8c 100644
--- a/media-plugins/gmpc-lastfm/ChangeLog
+++ b/media-plugins/gmpc-lastfm/ChangeLog
@@ -1,6 +1,11 @@
# 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.19 2008/12/29 23:22:24 tcunha Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.20 2009/01/03 23:51:28 angelos Exp $
+
+ 03 Jan 2009; Christoph Mende <angelos@gentoo.org>
+ -gmpc-lastfm-0.15.5.0.ebuild, gmpc-lastfm-0.16.1.ebuild,
+ gmpc-lastfm-0.17.0.ebuild:
+ Bumped 0.17.0 to EAPI2 to replace built_with_use+die and cleaned up
29 Dec 2008; Tiago Cunha <tcunha@gentoo.org> gmpc-lastfm-0.16.1.ebuild:
stable sparc, bug 251332
diff --git a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.5.0.ebuild b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.5.0.ebuild
deleted file mode 100644
index 970cb93c2def..000000000000
--- a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.15.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 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.5.0.ebuild,v 1.5 2008/03/17 14:44:07 fmccor Exp $
-
-inherit eutils
-
-MY_PN="gmpc-last.fm"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="This plugin fetches artist art from last.fm"
-HOMEPAGE="http://sarine.nl/gmpc-plugins-lastfm"
-SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-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_install () {
- emake DESTDIR="${D}" install || die
-}
diff --git a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.1.ebuild b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.1.ebuild
index d4f11114b561..98fb65600f59 100644
--- a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.1.ebuild
+++ b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.16.1.ebuild,v 1.4 2008/12/29 23:22:24 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.1.ebuild,v 1.5 2009/01/03 23:51:28 angelos Exp $
inherit autotools eutils multilib
@@ -40,5 +40,5 @@ src_unpack() {
}
src_install () {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
}
diff --git a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild
index 80897595fe2e..da864c756c90 100644
--- a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild
+++ b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.17.0.ebuild,v 1.1 2008/12/26 19:37:44 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild,v 1.2 2009/01/03 23:51:28 angelos Exp $
-inherit eutils
+EAPI=2
MY_PN="gmpc-last-fm"
MY_P=${MY_PN}-${PV}
@@ -17,20 +17,13 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
+ dev-libs/libxml2
+ x11-libs/gtk+:2[jpeg]"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
-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_install () {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
}