public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-shout: ChangeLog gmpc-shout-0.20.0.ebuild
@ 2010-05-25 10:03 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-25 10:03 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/25 10:03:32

  Modified:             ChangeLog
  Added:                gmpc-shout-0.20.0.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-plugins/gmpc-shout/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Sep 2009 12:44:00 -0000	1.2
+++ ChangeLog	25 May 2010 10:03:32 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gmpc-shout
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.2 2009/09/27 12:44:00 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.3 2010/05/25 10:03:32 angelos Exp $
+
+*gmpc-shout-0.20.0 (25 May 2010)
+
+  25 May 2010; Christoph Mende <angelos@gentoo.org>
+  +gmpc-shout-0.20.0.ebuild:
+  Version bump
 
 *gmpc-shout-0.19.0 (27 Sep 2009)
 



1.1                  media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.1&content-type=text/plain

Index: gmpc-shout-0.20.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.1 2010/05/25 10:03:32 angelos Exp $

EAPI=2

DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

RDEPEND=">=media-sound/gmpc-${PV}
	media-sound/vorbis-tools[ogg123]
	dev-libs/libxml2
	x11-libs/cairo"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( dev-util/intltool
		sys-devel/gettext )"

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install || die
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-shout: ChangeLog gmpc-shout-0.20.0.ebuild
@ 2011-02-17 13:56 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-17 13:56 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/17 13:56:21

  Modified:             ChangeLog gmpc-shout-0.20.0.ebuild
  Log:
  Stable on amd64 wrt bug #325621
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-plugins/gmpc-shout/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	25 May 2010 10:03:32 -0000	1.3
+++ ChangeLog	17 Feb 2011 13:56:21 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gmpc-shout
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.3 2010/05/25 10:03:32 angelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.4 2011/02/17 13:56:21 hwoarang Exp $
+
+  17 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gmpc-shout-0.20.0.ebuild:
+  Stable on amd64 wrt bug #325621
 
 *gmpc-shout-0.20.0 (25 May 2010)
 



1.2                  media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?r1=1.1&r2=1.2

Index: gmpc-shout-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmpc-shout-0.20.0.ebuild	25 May 2010 10:03:32 -0000	1.1
+++ gmpc-shout-0.20.0.ebuild	17 Feb 2011 13:56:21 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.1 2010/05/25 10:03:32 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.2 2011/02/17 13:56:21 hwoarang Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 RDEPEND=">=media-sound/gmpc-${PV}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-shout: ChangeLog gmpc-shout-0.20.0.ebuild
@ 2011-02-20 17:43 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-20 17:43 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/20 17:43:17

  Modified:             ChangeLog gmpc-shout-0.20.0.ebuild
  Log:
  x86 stable wrt bug #325621
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.5                  media-plugins/gmpc-shout/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Feb 2011 13:56:21 -0000	1.4
+++ ChangeLog	20 Feb 2011 17:43:16 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gmpc-shout
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.4 2011/02/17 13:56:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.5 2011/02/20 17:43:16 phajdan.jr Exp $
+
+  20 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gmpc-shout-0.20.0.ebuild:
+  x86 stable wrt bug #325621
 
   17 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gmpc-shout-0.20.0.ebuild:
   Stable on amd64 wrt bug #325621



1.3                  media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?r1=1.2&r2=1.3

Index: gmpc-shout-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gmpc-shout-0.20.0.ebuild	17 Feb 2011 13:56:21 -0000	1.2
+++ gmpc-shout-0.20.0.ebuild	20 Feb 2011 17:43:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.2 2011/02/17 13:56:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.3 2011/02/20 17:43:16 phajdan.jr Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND=">=media-sound/gmpc-${PV}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-shout: ChangeLog gmpc-shout-0.20.0.ebuild
@ 2011-03-19 16:48 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-19 16:48 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/19 16:48:17

  Modified:             ChangeLog gmpc-shout-0.20.0.ebuild
  Log:
  Remove .la file
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-plugins/gmpc-shout/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Mar 2011 16:39:12 -0000	1.6
+++ ChangeLog	19 Mar 2011 16:48:17 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gmpc-shout
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.6 2011/03/13 16:39:12 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.7 2011/03/19 16:48:17 angelos Exp $
+
+  19 Mar 2011; Christoph Mende <angelos@gentoo.org> gmpc-shout-0.20.0.ebuild:
+  Remove .la file
 
   13 Mar 2011; <angelos@gentoo.org> -gmpc-shout-0.19.0.ebuild:
   Removed old



1.4                  media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?r1=1.3&r2=1.4

Index: gmpc-shout-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gmpc-shout-0.20.0.ebuild	20 Feb 2011 17:43:16 -0000	1.3
+++ gmpc-shout-0.20.0.ebuild	19 Mar 2011 16:48:17 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.3 2011/02/20 17:43:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.4 2011/03/19 16:48:17 angelos Exp $
 
-EAPI=2
+EAPI=3
 
 DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
 HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
@@ -30,4 +30,5 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die
+	find "${ED}" -name "*.la" -delete || die
 }






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-shout: ChangeLog gmpc-shout-0.20.0.ebuild
@ 2012-05-05  8:27 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  8:27 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 08:27:15

  Modified:             ChangeLog gmpc-shout-0.20.0.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.8                  media-plugins/gmpc-shout/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Mar 2011 16:48:17 -0000	1.7
+++ ChangeLog	5 May 2012 08:27:15 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gmpc-shout
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.7 2011/03/19 16:48:17 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.8 2012/05/05 08:27:15 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> gmpc-shout-0.20.0.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   19 Mar 2011; Christoph Mende <angelos@gentoo.org> gmpc-shout-0.20.0.ebuild:
   Remove .la file



1.5                  media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild?r1=1.4&r2=1.5

Index: gmpc-shout-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmpc-shout-0.20.0.ebuild	19 Mar 2011 16:48:17 -0000	1.4
+++ gmpc-shout-0.20.0.ebuild	5 May 2012 08:27:15 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.4 2011/03/19 16:48:17 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.5 2012/05/05 08:27:15 jdhore Exp $
 
 EAPI=3
 
@@ -18,7 +18,7 @@
 	dev-libs/libxml2
 	x11-libs/cairo"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	nls? ( dev-util/intltool
 		sys-devel/gettext )"
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-05  8:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  8:27 [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-shout: ChangeLog gmpc-shout-0.20.0.ebuild Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-19 16:48 Christoph Mende (angelos)
2011-02-20 17:43 PaweA Hajdan (phajdan.jr)
2011-02-17 13:56 Markos Chandras (hwoarang)
2010-05-25 10:03 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