public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2009-10-27 11:37 Alexis Ballier (aballier)
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2009-10-27 11:37 UTC (permalink / raw
  To: gentoo-commits

aballier    09/10/27 11:37:33

  Modified:             ChangeLog
  Added:                mutagen-1.18.ebuild
  Log:
  version bump, by Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>, bug #288254
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	5 Jul 2009 13:52:10 -0000	1.71
+++ ChangeLog	27 Oct 2009 11:37:33 -0000	1.72
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.71 2009/07/05 13:52:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.72 2009/10/27 11:37:33 aballier Exp $
+
+*mutagen-1.18 (27 Oct 2009)
+
+  27 Oct 2009; Alexis Ballier <aballier@gentoo.org> +mutagen-1.18.ebuild:
+  version bump, by Arfrever Frehtes Taifersar Arahesis
+  <arfrever@gentoo.org>, bug #288254
 
 *mutagen-1.16 (05 Jul 2009)
 



1.1                  media-libs/mutagen/mutagen-1.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.1&content-type=text/plain

Index: mutagen-1.18.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.1 2009/10/27 11:37:33 aballier Exp $

EAPI=2
inherit distutils

DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python."
HOMEPAGE="http://code.google.com/p/mutagen"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"

RDEPEND=">=dev-lang/python-2.4"
DEPEND="${RDEPEND}
	test? (	dev-python/eyeD3
		dev-python/pyvorbis
		media-libs/flac[ogg]
		media-sound/vorbis-tools )"

DOCS="API-NOTES NEWS README TODO TUTORIAL"

src_test() {
	${python} setup.py test || die "src_test failed"
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2010-01-05 17:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-05 17:00 UTC (permalink / raw
  To: gentoo-commits

jer         10/01/05 17:00:47

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #299212).
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-libs/mutagen/mutagen-1.18.ebuild

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

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mutagen-1.18.ebuild	27 Oct 2009 11:37:33 -0000	1.1
+++ mutagen-1.18.ebuild	5 Jan 2010 17:00:47 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.1 2009/10/27 11:37:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.2 2010/01/05 17:00:47 jer Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-lang/python-2.4"



1.74                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	8 Dec 2009 01:43:19 -0000	1.73
+++ ChangeLog	5 Jan 2010 17:00:47 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.73 2009/12/08 01:43:19 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.74 2010/01/05 17:00:47 jer Exp $
+
+  05 Jan 2010; Jeroen Roovers <jer@gentoo.org> mutagen-1.18.ebuild:
+  Stable for HPPA (bug #299212).
 
   08 Dec 2009; Jeroen Roovers <jer@gentoo.org> mutagen-1.15.ebuild:
   Stable for HPPA (bug #289703).






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2010-01-06 21:40 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-01-06 21:40 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/06 21:40:23

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  Marking mutagen-1.18 ppc64 for bug 299212
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  media-libs/mutagen/mutagen-1.18.ebuild

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

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mutagen-1.18.ebuild	5 Jan 2010 17:00:47 -0000	1.2
+++ mutagen-1.18.ebuild	6 Jan 2010 21:40:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.2 2010/01/05 17:00:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.3 2010/01/06 21:40:23 ranger Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-lang/python-2.4"



1.75                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	5 Jan 2010 17:00:47 -0000	1.74
+++ ChangeLog	6 Jan 2010 21:40:23 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.74 2010/01/05 17:00:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.75 2010/01/06 21:40:23 ranger Exp $
+
+  06 Jan 2010; Brent Baude <ranger@gentoo.org> mutagen-1.18.ebuild:
+  Marking mutagen-1.18 ppc64 for bug 299212
 
   05 Jan 2010; Jeroen Roovers <jer@gentoo.org> mutagen-1.18.ebuild:
   Stable for HPPA (bug #299212).






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2010-01-09 15:44 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-09 15:44 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/09 15:44:20

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  stable x86, bug 299212
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-libs/mutagen/mutagen-1.18.ebuild

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

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mutagen-1.18.ebuild	6 Jan 2010 21:40:23 -0000	1.3
+++ mutagen-1.18.ebuild	9 Jan 2010 15:44:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.3 2010/01/06 21:40:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.4 2010/01/09 15:44:20 fauli Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND=">=dev-lang/python-2.4"



1.76                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	6 Jan 2010 21:40:23 -0000	1.75
+++ ChangeLog	9 Jan 2010 15:44:20 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.75 2010/01/06 21:40:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.76 2010/01/09 15:44:20 fauli Exp $
+
+  09 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mutagen-1.18.ebuild:
+  stable x86, bug 299212
 
   06 Jan 2010; Brent Baude <ranger@gentoo.org> mutagen-1.18.ebuild:
   Marking mutagen-1.18 ppc64 for bug 299212






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2010-01-12 18:40 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-01-12 18:40 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/01/12 18:40:59

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  ppc stable #299212
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.5                  media-libs/mutagen/mutagen-1.18.ebuild

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

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mutagen-1.18.ebuild	9 Jan 2010 15:44:20 -0000	1.4
+++ mutagen-1.18.ebuild	12 Jan 2010 18:40:58 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.4 2010/01/09 15:44:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.5 2010/01/12 18:40:58 nixnut Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND=">=dev-lang/python-2.4"



1.77                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	9 Jan 2010 15:44:20 -0000	1.76
+++ ChangeLog	12 Jan 2010 18:40:58 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.76 2010/01/09 15:44:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.77 2010/01/12 18:40:58 nixnut Exp $
+
+  12 Jan 2010; nixnut <nixnut@gentoo.org> mutagen-1.18.ebuild:
+  ppc stable #299212
 
   09 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mutagen-1.18.ebuild:
   stable x86, bug 299212






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2010-01-12 19:45 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-01-12 19:45 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/01/12 19:45:37

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #299212
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-libs/mutagen/mutagen-1.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?r1=1.5&r2=1.6

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mutagen-1.18.ebuild	12 Jan 2010 18:40:58 -0000	1.5
+++ mutagen-1.18.ebuild	12 Jan 2010 19:45:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.5 2010/01/12 18:40:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.6 2010/01/12 19:45:36 hwoarang Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND=">=dev-lang/python-2.4"



1.78                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	12 Jan 2010 18:40:58 -0000	1.77
+++ ChangeLog	12 Jan 2010 19:45:36 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.77 2010/01/12 18:40:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.78 2010/01/12 19:45:36 hwoarang Exp $
+
+  12 Jan 2010; <hwoarang@gentoo.org> mutagen-1.18.ebuild:
+  Stable on amd64 wrt bug #299212
 
   12 Jan 2010; nixnut <nixnut@gentoo.org> mutagen-1.18.ebuild:
   ppc stable #299212






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2010-01-15  9:44 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-15  9:44 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/15 09:44:36

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.7                  media-libs/mutagen/mutagen-1.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?r1=1.6&r2=1.7

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mutagen-1.18.ebuild	12 Jan 2010 19:45:36 -0000	1.6
+++ mutagen-1.18.ebuild	15 Jan 2010 09:44:36 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.6 2010/01/12 19:45:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.7 2010/01/15 09:44:36 fauli Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-lang/python-2.4"



1.79                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	12 Jan 2010 19:45:36 -0000	1.78
+++ ChangeLog	15 Jan 2010 09:44:36 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.78 2010/01/12 19:45:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.79 2010/01/15 09:44:36 fauli Exp $
+
+  15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mutagen-1.18.ebuild:
+  Transfer Prefix keywords
 
   12 Jan 2010; <hwoarang@gentoo.org> mutagen-1.18.ebuild:
   Stable on amd64 wrt bug #299212






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2010-01-17 19:13 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-17 19:13 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/17 19:13:49

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  alpha/sparc stable wrt #299212
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.8                  media-libs/mutagen/mutagen-1.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?r1=1.7&r2=1.8

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mutagen-1.18.ebuild	15 Jan 2010 09:44:36 -0000	1.7
+++ mutagen-1.18.ebuild	17 Jan 2010 19:13:49 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.7 2010/01/15 09:44:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.8 2010/01/17 19:13:49 armin76 Exp $
 
 EAPI=2
 inherit distutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-lang/python-2.4"



1.80                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	15 Jan 2010 09:44:36 -0000	1.79
+++ ChangeLog	17 Jan 2010 19:13:49 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.79 2010/01/15 09:44:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.80 2010/01/17 19:13:49 armin76 Exp $
+
+  17 Jan 2010; Raúl Porcel <armin76@gentoo.org> mutagen-1.18.ebuild:
+  alpha/sparc stable wrt #299212
 
   15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mutagen-1.18.ebuild:
   Transfer Prefix keywords






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

* [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
@ 2011-04-11 21:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 9+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-11 21:45 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/11 21:45:25

  Modified:             mutagen-1.18.ebuild ChangeLog
  Log:
  Fix deprecation warning.
  
  (Portage version: 2.2.0_alpha29_p12/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-libs/mutagen/mutagen-1.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?r1=1.8&r2=1.9

Index: mutagen-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mutagen-1.18.ebuild	17 Jan 2010 19:13:49 -0000	1.8
+++ mutagen-1.18.ebuild	11 Apr 2011 21:45:25 -0000	1.9
@@ -1,8 +1,8 @@
-# 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-libs/mutagen/mutagen-1.18.ebuild,v 1.8 2010/01/17 19:13:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild,v 1.9 2011/04/11 21:45:25 arfrever Exp $
 
-EAPI=2
+EAPI=3
 inherit distutils
 
 DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python."
@@ -24,5 +24,5 @@
 DOCS="API-NOTES NEWS README TODO TUTORIAL"
 
 src_test() {
-	${python} setup.py test || die "src_test failed"
+	$(PYTHON) setup.py test || die "src_test failed"
 }



1.90                 media-libs/mutagen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	21 Mar 2011 16:07:24 -0000	1.89
+++ ChangeLog	11 Apr 2011 21:45:25 -0000	1.90
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/mutagen
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.89 2011/03/21 16:07:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.90 2011/04/11 21:45:25 arfrever Exp $
+
+  11 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  mutagen-1.18.ebuild:
+  Fix deprecation warning.
 
   21 Mar 2011; Thomas Kahle <tomka@gentoo.org> mutagen-1.20.ebuild:
   x86 stable per bug 357427






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

end of thread, other threads:[~2011-04-11 21:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 21:40 [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-11 21:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-01-17 19:13 Raul Porcel (armin76)
2010-01-15  9:44 Christian Faulhammer (fauli)
2010-01-12 19:45 Markos Chandras (hwoarang)
2010-01-12 18:40 Gysbert Wassenaar (nixnut)
2010-01-09 15:44 Christian Faulhammer (fauli)
2010-01-05 17:00 Jeroen Roovers (jer)
2009-10-27 11:37 Alexis Ballier (aballier)

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