public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild
@ 2008-07-31 21:23 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-07-31 21:23 UTC (permalink / raw
  To: gentoo-commits

eva         08/07/31 21:23:45

  Modified:             ChangeLog
  Added:                sound-juicer-2.22.0-r1.ebuild
  Log:
  bump to r1, add patch to handle uris, bug #229745.
  (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

Revision  Changes    Path
1.143                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.142&r2=1.143

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog	30 Jul 2008 22:02:13 -0000	1.142
+++ ChangeLog	31 Jul 2008 21:23:45 -0000	1.143
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.142 2008/07/30 22:02:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.143 2008/07/31 21:23:45 eva Exp $
+
+*sound-juicer-2.22.0-r1 (31 Jul 2008)
+
+  31 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +files/sound-juicer-2.22.0-sj-handle-uri.patch,
+  +sound-juicer-2.22.0-r1.ebuild:
+  bump to r1, add patch to handle uris, bug #229745.
 
   30 Jul 2008; Brent Baude <ranger@gentoo.org> sound-juicer-2.22.0.ebuild:
   Marking sound-juicer-2.22.0 ppc stable for bug 229709



1.1                  media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: sound-juicer-2.22.0-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.1 2008/07/31 21:23:45 eva Exp $

EAPI="1"

inherit eutils gnome2

DESCRIPTION="CD ripper for GNOME 2"
HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"

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

RDEPEND=">=dev-libs/glib-2.14
	>=gnome-extra/nautilus-cd-burner-2.15.3
	>=x11-libs/gtk+-2.8
	>=gnome-base/libglade-2
	>=gnome-base/gconf-2
	>=gnome-base/libgnomeui-2.13
	>=gnome-base/gnome-vfs-2.9
	dev-libs/dbus-glib
	>=media-libs/gstreamer-0.10.5
	>=gnome-extra/gnome-media-2.11.91
	>=media-libs/musicbrainz-2.1.3:1
	>=dev-libs/libcdio-0.70
	media-libs/taglib
	>=media-libs/gst-plugins-base-0.10
	>=media-plugins/gst-plugins-gconf-0.10
	>=media-plugins/gst-plugins-gnomevfs-0.10
	|| (
		>=media-plugins/gst-plugins-cdparanoia-0.10
		>=media-plugins/gst-plugins-cdio-0.10
	)

	>=media-plugins/gst-plugins-meta-0.10-r2:0.10"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	>=dev-util/intltool-0.35
	>=app-text/scrollkeeper-0.3.5
	  app-text/gnome-doc-utils
	test? ( ~app-text/docbook-xml-dtd-4.3 )"

DOCS="AUTHORS ChangeLog NEWS README TODO"

# needed to get around some sandboxing checks
export GST_INSPECT=/bin/true

pkg_setup() {
	G2CONF="${G2CONF} --disable-scrollkeeper"
}

src_unpack() {
	gnome2_src_unpack

	# Handle uris, bug #229745
	epatch "${FILESDIR}/${P}-sj-handle-uri.patch"
}

pkg_postinst() {
	gnome2_pkg_postinst
	ewarn
	ewarn "If ${PN} does not rip to some music format, please check your"
	ewarn "USE flags on media-plugins/gst-plugins-meta"
	ewarn
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild
@ 2008-09-07 18:58 Olivier Crete (tester)
  0 siblings, 0 replies; 7+ messages in thread
From: Olivier Crete (tester) @ 2008-09-07 18:58 UTC (permalink / raw
  To: gentoo-commits

tester      08/09/07 18:58:51

  Modified:             ChangeLog sound-juicer-2.22.0-r1.ebuild
  Log:
  amd64 stable, bug #236971
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.148                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	12 Aug 2008 14:12:46 -0000	1.147
+++ ChangeLog	7 Sep 2008 18:58:50 -0000	1.148
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.147 2008/08/12 14:12:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.148 2008/09/07 18:58:50 tester Exp $
+
+  07 Sep 2008; Olivier Crête <tester@gentoo.org>
+  sound-juicer-2.22.0-r1.ebuild:
+  amd64 stable, bug #236971
 
   12 Aug 2008; Raúl Porcel <armin76@gentoo.org> sound-juicer-2.22.0.ebuild:
   alpha/ia64/sparc stable wrt #229709



1.2                  media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild

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

Index: sound-juicer-2.22.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sound-juicer-2.22.0-r1.ebuild	31 Jul 2008 21:23:45 -0000	1.1
+++ sound-juicer-2.22.0-r1.ebuild	7 Sep 2008 18:58:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.1 2008/07/31 21:23:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.2 2008/09/07 18:58:50 tester Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.14






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild
@ 2008-09-08 20:01 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2008-09-08 20:01 UTC (permalink / raw
  To: gentoo-commits

maekke      08/09/08 20:01:20

  Modified:             ChangeLog sound-juicer-2.22.0-r1.ebuild
  Log:
  x86 stable, bug #236971
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 i686)

Revision  Changes    Path
1.149                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	7 Sep 2008 18:58:50 -0000	1.148
+++ ChangeLog	8 Sep 2008 20:01:19 -0000	1.149
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.148 2008/09/07 18:58:50 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.149 2008/09/08 20:01:19 maekke Exp $
+
+  08 Sep 2008; Markus Meier <maekke@gentoo.org>
+  sound-juicer-2.22.0-r1.ebuild:
+  x86 stable, bug #236971
 
   07 Sep 2008; Olivier Crête <tester@gentoo.org>
   sound-juicer-2.22.0-r1.ebuild:



1.3                  media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild

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

Index: sound-juicer-2.22.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sound-juicer-2.22.0-r1.ebuild	7 Sep 2008 18:58:50 -0000	1.2
+++ sound-juicer-2.22.0-r1.ebuild	8 Sep 2008 20:01:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.2 2008/09/07 18:58:50 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.3 2008/09/08 20:01:20 maekke Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.14






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild
@ 2008-09-09 11:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-09-09 11:24 UTC (permalink / raw
  To: gentoo-commits

armin76     08/09/09 11:24:49

  Modified:             ChangeLog sound-juicer-2.22.0-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #236971
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.150                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	8 Sep 2008 20:01:19 -0000	1.149
+++ ChangeLog	9 Sep 2008 11:24:48 -0000	1.150
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.149 2008/09/08 20:01:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.150 2008/09/09 11:24:48 armin76 Exp $
+
+  09 Sep 2008; Raúl Porcel <armin76@gentoo.org>
+  sound-juicer-2.22.0-r1.ebuild:
+  alpha/ia64/sparc stable wrt #236971
 
   08 Sep 2008; Markus Meier <maekke@gentoo.org>
   sound-juicer-2.22.0-r1.ebuild:



1.4                  media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild

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

Index: sound-juicer-2.22.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sound-juicer-2.22.0-r1.ebuild	8 Sep 2008 20:01:20 -0000	1.3
+++ sound-juicer-2.22.0-r1.ebuild	9 Sep 2008 11:24:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.3 2008/09/08 20:01:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.4 2008/09/09 11:24:48 armin76 Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.14






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild
@ 2008-09-25 15:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-09-25 15:48 UTC (permalink / raw
  To: gentoo-commits

jer         08/09/25 15:48:20

  Modified:             ChangeLog sound-juicer-2.22.0-r1.ebuild
  Log:
  Stable for HPPA (bug #236971).
  (Portage version: 2.2_rc9/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.151                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	9 Sep 2008 11:24:48 -0000	1.150
+++ ChangeLog	25 Sep 2008 15:48:19 -0000	1.151
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.150 2008/09/09 11:24:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.151 2008/09/25 15:48:19 jer Exp $
+
+  25 Sep 2008; Jeroen Roovers <jer@gentoo.org>
+  sound-juicer-2.22.0-r1.ebuild:
+  Stable for HPPA (bug #236971).
 
   09 Sep 2008; Raúl Porcel <armin76@gentoo.org>
   sound-juicer-2.22.0-r1.ebuild:



1.5                  media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild

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

Index: sound-juicer-2.22.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sound-juicer-2.22.0-r1.ebuild	9 Sep 2008 11:24:48 -0000	1.4
+++ sound-juicer-2.22.0-r1.ebuild	25 Sep 2008 15:48:19 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.4 2008/09/09 11:24:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.5 2008/09/25 15:48:19 jer Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.14






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild
@ 2008-10-18 22:52 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-10-18 22:52 UTC (permalink / raw
  To: gentoo-commits

ranger      08/10/18 22:52:11

  Modified:             ChangeLog sound-juicer-2.22.0-r1.ebuild
  Log:
  Marking sound-juicer-2.22.0-r1 ppc stable for bug 236971
  (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.153                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	11 Oct 2008 22:52:09 -0000	1.152
+++ ChangeLog	18 Oct 2008 22:52:10 -0000	1.153
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.152 2008/10/11 22:52:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.153 2008/10/18 22:52:10 ranger Exp $
+
+  18 Oct 2008; Brent Baude <ranger@gentoo.org>
+  sound-juicer-2.22.0-r1.ebuild:
+  Marking sound-juicer-2.22.0-r1 ppc stable for bug 236971
 
 *sound-juicer-2.24.0 (11 Oct 2008)
 



1.6                  media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild

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

Index: sound-juicer-2.22.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sound-juicer-2.22.0-r1.ebuild	25 Sep 2008 15:48:19 -0000	1.5
+++ sound-juicer-2.22.0-r1.ebuild	18 Oct 2008 22:52:11 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.5 2008/09/25 15:48:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.6 2008/10/18 22:52:11 ranger Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.14






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild
@ 2008-11-13 19:35 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-11-13 19:35 UTC (permalink / raw
  To: gentoo-commits

ranger      08/11/13 19:35:41

  Modified:             ChangeLog sound-juicer-2.22.0-r1.ebuild
  Log:
  Marking sound-juicer-2.22.0-r1 ppc64 for bug 236971
  (Portage version: 2.2_rc14/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.156                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	30 Oct 2008 10:54:14 -0000	1.155
+++ ChangeLog	13 Nov 2008 19:35:41 -0000	1.156
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.155 2008/10/30 10:54:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.156 2008/11/13 19:35:41 ranger Exp $
+
+  13 Nov 2008; Brent Baude <ranger@gentoo.org>
+  sound-juicer-2.22.0-r1.ebuild:
+  Marking sound-juicer-2.22.0-r1 ppc64 stable for bug 236971
 
   30 Oct 2008; Raúl Porcel <armin76@gentoo.org> sound-juicer-2.24.0.ebuild:
   Re-add ~ia64/~sparc wrt #241476



1.7                  media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild

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

Index: sound-juicer-2.22.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sound-juicer-2.22.0-r1.ebuild	18 Oct 2008 22:52:11 -0000	1.6
+++ sound-juicer-2.22.0-r1.ebuild	13 Nov 2008 19:35:41 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.6 2008/10/18 22:52:11 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0-r1.ebuild,v 1.7 2008/11/13 19:35:41 ranger Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.14






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

end of thread, other threads:[~2008-11-13 19:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-25 15:48 [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.22.0-r1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-13 19:35 Brent Baude (ranger)
2008-10-18 22:52 Brent Baude (ranger)
2008-09-09 11:24 Raul Porcel (armin76)
2008-09-08 20:01 Markus Meier (maekke)
2008-09-07 18:58 Olivier Crete (tester)
2008-07-31 21:23 Gilles Dartiguelongue (eva)

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