public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-extraplaylist: gmpc-extraplaylist-0.18.0.ebuild ChangeLog
@ 2009-03-13 11:35 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2009-03-13 11:35 UTC (permalink / raw
  To: gentoo-commits

angelos     09/03/13 11:35:56

  Modified:             ChangeLog
  Added:                gmpc-extraplaylist-0.18.0.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	27 Feb 2009 16:41:52 -0000	1.7
+++ ChangeLog	13 Mar 2009 11:35:56 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gmpc-extraplaylist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.7 2009/02/27 16:41:52 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.8 2009/03/13 11:35:56 angelos Exp $
+
+*gmpc-extraplaylist-0.18.0 (12 Mar 2009)
+
+  12 Mar 2009; Christoph Mende <angelos@gentoo.org>
+  +gmpc-extraplaylist-0.18.0.ebuild:
+  Version bump
 
   27 Feb 2009; Tiago Cunha <tcunha@gentoo.org>
   gmpc-extraplaylist-0.17.0.ebuild:



1.1                  media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild?rev=1.1&content-type=text/plain

Index: gmpc-extraplaylist-0.18.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.1 2009/03/13 11:35:56 angelos Exp $

DESCRIPTION="This plugin adds a second pane showing the playlist"
HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Extra_playlist"
SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"

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

RDEPEND=">=media-sound/gmpc-${PV}
	dev-libs/libxml2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

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






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-extraplaylist: gmpc-extraplaylist-0.18.0.ebuild ChangeLog
@ 2009-06-03 20:49 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-06-03 20:49 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/06/03 20:49:53

  Modified:             gmpc-extraplaylist-0.18.0.ebuild ChangeLog
  Log:
  stable amd64, bug 272336
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild

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

Index: gmpc-extraplaylist-0.18.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmpc-extraplaylist-0.18.0.ebuild	13 Mar 2009 11:35:56 -0000	1.1
+++ gmpc-extraplaylist-0.18.0.ebuild	3 Jun 2009 20:49:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.1 2009/03/13 11:35:56 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.2 2009/06/03 20:49:53 gentoofan23 Exp $
 
 DESCRIPTION="This plugin adds a second pane showing the playlist"
 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Extra_playlist"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=media-sound/gmpc-${PV}



1.11                 media-plugins/gmpc-extraplaylist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Mar 2009 17:20:12 -0000	1.10
+++ ChangeLog	3 Jun 2009 20:49:53 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gmpc-extraplaylist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.10 2009/03/20 17:20:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.11 2009/06/03 20:49:53 gentoofan23 Exp $
+
+  03 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org>
+  gmpc-extraplaylist-0.18.0.ebuild:
+  stable amd64, bug 272336
 
   20 Mar 2009; Brent Baude <ranger@gentoo.org>
   gmpc-extraplaylist-0.17.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-extraplaylist: gmpc-extraplaylist-0.18.0.ebuild ChangeLog
@ 2009-06-06 17:19 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-06-06 17:19 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/06/06 17:19:29

  Modified:             gmpc-extraplaylist-0.18.0.ebuild ChangeLog
  Log:
  ppc stable #272336
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.3                  media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild

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

Index: gmpc-extraplaylist-0.18.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gmpc-extraplaylist-0.18.0.ebuild	3 Jun 2009 20:49:53 -0000	1.2
+++ gmpc-extraplaylist-0.18.0.ebuild	6 Jun 2009 17:19:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.2 2009/06/03 20:49:53 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.3 2009/06/06 17:19:29 nixnut Exp $
 
 DESCRIPTION="This plugin adds a second pane showing the playlist"
 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Extra_playlist"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND=">=media-sound/gmpc-${PV}



1.12                 media-plugins/gmpc-extraplaylist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	3 Jun 2009 20:49:53 -0000	1.11
+++ ChangeLog	6 Jun 2009 17:19:29 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gmpc-extraplaylist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.11 2009/06/03 20:49:53 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.12 2009/06/06 17:19:29 nixnut Exp $
+
+  06 Jun 2009; nixnut <nixnut@gentoo.org> gmpc-extraplaylist-0.18.0.ebuild:
+  ppc stable #272336
 
   03 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org>
   gmpc-extraplaylist-0.18.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-extraplaylist: gmpc-extraplaylist-0.18.0.ebuild ChangeLog
@ 2009-06-09 19:04 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-09 19:04 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/09 19:04:57

  Modified:             gmpc-extraplaylist-0.18.0.ebuild ChangeLog
  Log:
  stable x86, bug 272336
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild

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

Index: gmpc-extraplaylist-0.18.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gmpc-extraplaylist-0.18.0.ebuild	6 Jun 2009 17:19:29 -0000	1.3
+++ gmpc-extraplaylist-0.18.0.ebuild	9 Jun 2009 19:04:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.3 2009/06/06 17:19:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.4 2009/06/09 19:04:57 fauli Exp $
 
 DESCRIPTION="This plugin adds a second pane showing the playlist"
 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Extra_playlist"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/gmpc-${PV}



1.13                 media-plugins/gmpc-extraplaylist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	6 Jun 2009 17:19:29 -0000	1.12
+++ ChangeLog	9 Jun 2009 19:04:57 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gmpc-extraplaylist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.12 2009/06/06 17:19:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.13 2009/06/09 19:04:57 fauli Exp $
+
+  09 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  gmpc-extraplaylist-0.18.0.ebuild:
+  stable x86, bug 272336
 
   06 Jun 2009; nixnut <nixnut@gentoo.org> gmpc-extraplaylist-0.18.0.ebuild:
   ppc stable #272336






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

end of thread, other threads:[~2009-06-09 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 17:19 [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-extraplaylist: gmpc-extraplaylist-0.18.0.ebuild ChangeLog Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-09 19:04 Christian Faulhammer (fauli)
2009-06-03 20:49 Thomas Anderson (gentoofan23)
2009-03-13 11:35 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