public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-magnatune: ChangeLog gmpc-magnatune-0.17.0.ebuild gmpc-magnatune-0.16.0.ebuild gmpc-magnatune-0.15.5.0.ebuild
@ 2009-01-03 23:57 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2009-01-03 23:57 UTC (permalink / raw
  To: gentoo-commits

angelos     09/01/03 23:57:41

  Modified:             ChangeLog gmpc-magnatune-0.17.0.ebuild
                        gmpc-magnatune-0.16.0.ebuild
  Removed:              gmpc-magnatune-0.15.5.0.ebuild
  Log:
  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)

Revision  Changes    Path
1.20                 media-plugins/gmpc-magnatune/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	29 Dec 2008 23:25:45 -0000	1.19
+++ ChangeLog	3 Jan 2009 23:57:41 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gmpc-magnatune
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.19 2008/12/29 23:25:45 tcunha Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.20 2009/01/03 23:57:41 angelos Exp $
+
+  03 Jan 2009; Christoph Mende <angelos@gentoo.org>
+  -gmpc-magnatune-0.15.5.0.ebuild, gmpc-magnatune-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-magnatune-0.16.0.ebuild:
   stable sparc, bug 251332



1.2                  media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild?r1=1.1&r2=1.2

Index: gmpc-magnatune-0.17.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmpc-magnatune-0.17.0.ebuild	26 Dec 2008 19:48:19 -0000	1.1
+++ gmpc-magnatune-0.17.0.ebuild	3 Jan 2009 23:57:41 -0000	1.2
@@ -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-magnatune/gmpc-magnatune-0.17.0.ebuild,v 1.1 2008/12/26 19:48:19 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild,v 1.2 2009/01/03 23:57:41 angelos Exp $
 
-inherit eutils
+EAPI=2
 
 DESCRIPTION="This plugin allows you to browse and preview available albums on magnatune.com"
 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Magnatune"
@@ -14,18 +14,11 @@
 IUSE=""
 
 RDEPEND=">=media-sound/gmpc-${PV}
-	dev-libs/libxml2"
+	dev-libs/libxml2
+	x11-libs/gtk+:2[jpeg]"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-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"
 }



1.5                  media-plugins/gmpc-magnatune/gmpc-magnatune-0.16.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.16.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.16.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.16.0.ebuild?r1=1.4&r2=1.5

Index: gmpc-magnatune-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.16.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmpc-magnatune-0.16.0.ebuild	29 Dec 2008 23:25:45 -0000	1.4
+++ gmpc-magnatune-0.16.0.ebuild	3 Jan 2009 23:57:41 -0000	1.5
@@ -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-magnatune/gmpc-magnatune-0.16.0.ebuild,v 1.4 2008/12/29 23:25:45 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.16.0.ebuild,v 1.5 2009/01/03 23:57:41 angelos Exp $
 
 inherit autotools eutils multilib
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-03 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 23:57 [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-magnatune: ChangeLog gmpc-magnatune-0.17.0.ebuild gmpc-magnatune-0.16.0.ebuild gmpc-magnatune-0.15.5.0.ebuild Christoph Mende (angelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox