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.24.0.ebuild
@ 2008-10-11 22:52 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-10-11 22:52 UTC (permalink / raw
  To: gentoo-commits

eva         08/10/11 22:52:09

  Modified:             ChangeLog
  Added:                sound-juicer-2.24.0.ebuild
  Log:
  New version for GNOME 2.24. Port to GIO.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	25 Sep 2008 15:48:19 -0000	1.151
+++ ChangeLog	11 Oct 2008 22:52:09 -0000	1.152
@@ -1,6 +1,12 @@
 # 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.151 2008/09/25 15:48:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.152 2008/10/11 22:52:09 eva Exp $
+
+*sound-juicer-2.24.0 (11 Oct 2008)
+
+  11 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +sound-juicer-2.24.0.ebuild:
+  New version for GNOME 2.24. Port to GIO.
 
   25 Sep 2008; Jeroen Roovers <jer@gentoo.org>
   sound-juicer-2.22.0-r1.ebuild:



1.1                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.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.24.0.ebuild,v 1.1 2008/10/11 22:52:09 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 ~ppc64 ~x86 ~x86-fbsd"
IUSE="test"

RDEPEND=">=dev-libs/glib-2.16
	>=gnome-extra/nautilus-cd-burner-2.15.3
	>=x11-libs/gtk+-2.12
	>=gnome-base/libglade-2
	>=gnome-base/gconf-2
	>=gnome-base/libgnomeui-2.13
	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-gio-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.40
	>=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"
}

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] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2008-10-27 15:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2008-10-27 15:53 UTC (permalink / raw
  To: gentoo-commits

jer         08/10/27 15:53:30

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Marked ~hppa (bug #241476).
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	18 Oct 2008 22:52:10 -0000	1.153
+++ ChangeLog	27 Oct 2008 15:53:30 -0000	1.154
@@ -1,6 +1,9 @@
 # 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.153 2008/10/18 22:52:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.154 2008/10/27 15:53:30 jer Exp $
+
+  27 Oct 2008; Jeroen Roovers <jer@gentoo.org> sound-juicer-2.24.0.ebuild:
+  Marked ~hppa (bug #241476).
 
   18 Oct 2008; Brent Baude <ranger@gentoo.org>
   sound-juicer-2.22.0-r1.ebuild:



1.2                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sound-juicer-2.24.0.ebuild	11 Oct 2008 22:52:09 -0000	1.1
+++ sound-juicer-2.24.0.ebuild	27 Oct 2008 15:53:30 -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.24.0.ebuild,v 1.1 2008/10/11 22:52:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.2 2008/10/27 15:53:30 jer Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.16






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

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

armin76     08/10/30 10:54:14

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Re-add ~ia64/~sparc wrt #241476
  (Portage version: 2.1.4.5)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	27 Oct 2008 15:53:30 -0000	1.154
+++ ChangeLog	30 Oct 2008 10:54:14 -0000	1.155
@@ -1,6 +1,9 @@
 # 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.154 2008/10/27 15:53:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.155 2008/10/30 10:54:14 armin76 Exp $
+
+  30 Oct 2008; Raúl Porcel <armin76@gentoo.org> sound-juicer-2.24.0.ebuild:
+  Re-add ~ia64/~sparc wrt #241476
 
   27 Oct 2008; Jeroen Roovers <jer@gentoo.org> sound-juicer-2.24.0.ebuild:
   Marked ~hppa (bug #241476).



1.3                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sound-juicer-2.24.0.ebuild	27 Oct 2008 15:53:30 -0000	1.2
+++ sound-juicer-2.24.0.ebuild	30 Oct 2008 10:54:14 -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.24.0.ebuild,v 1.2 2008/10/27 15:53:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.3 2008/10/30 10:54:14 armin76 Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-02-24 17:19 Joseph Jezak (josejx)
  0 siblings, 0 replies; 11+ messages in thread
From: Joseph Jezak (josejx) @ 2009-02-24 17:19 UTC (permalink / raw
  To: gentoo-commits

josejx      09/02/24 17:19:35

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Marked ~ppc for bug #241476.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	13 Nov 2008 19:35:41 -0000	1.156
+++ ChangeLog	24 Feb 2009 17:19:35 -0000	1.157
@@ -1,6 +1,9 @@
 # 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.156 2008/11/13 19:35:41 ranger Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.157 2009/02/24 17:19:35 josejx Exp $
+
+  24 Feb 2009; Joseph Jezak <josejx@gentoo.org> sound-juicer-2.24.0.ebuild:
+  Marked ~ppc for bug #241476.
 
   13 Nov 2008; Brent Baude <ranger@gentoo.org>
   sound-juicer-2.22.0-r1.ebuild:



1.4                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sound-juicer-2.24.0.ebuild	30 Oct 2008 10:54:14 -0000	1.3
+++ sound-juicer-2.24.0.ebuild	24 Feb 2009 17:19:35 -0000	1.4
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.3 2008/10/30 10:54:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.4 2009/02/24 17:19:35 josejx Exp $
 
 EAPI="1"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-libs/glib-2.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-03-05 21:45 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-03-05 21:45 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/05 21:45:13

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Marking sound-juicer-2.24.0 ppc64 for bug 260063
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	24 Feb 2009 17:19:35 -0000	1.157
+++ ChangeLog	5 Mar 2009 21:45:13 -0000	1.158
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.157 2009/02/24 17:19:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.158 2009/03/05 21:45:13 ranger Exp $
+
+  05 Mar 2009; Brent Baude <ranger@gentoo.org> sound-juicer-2.24.0.ebuild:
+  Marking sound-juicer-2.24.0 ppc64 stable for bug 260063
 
   24 Feb 2009; Joseph Jezak <josejx@gentoo.org> sound-juicer-2.24.0.ebuild:
   Marked ~ppc for bug #241476.



1.5                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sound-juicer-2.24.0.ebuild	24 Feb 2009 17:19:35 -0000	1.4
+++ sound-juicer-2.24.0.ebuild	5 Mar 2009 21:45:13 -0000	1.5
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.4 2009/02/24 17:19:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.5 2009/03/05 21:45:13 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.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-03-06 15:55 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-03-06 15:55 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/06 15:55:13

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Marking sound-juicer-2.24.0 ppc for bug 260063
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	5 Mar 2009 21:45:13 -0000	1.158
+++ ChangeLog	6 Mar 2009 15:55:13 -0000	1.159
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.158 2009/03/05 21:45:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.159 2009/03/06 15:55:13 ranger Exp $
+
+  06 Mar 2009; Brent Baude <ranger@gentoo.org> sound-juicer-2.24.0.ebuild:
+  Marking sound-juicer-2.24.0 ppc stable for bug 260063
 
   05 Mar 2009; Brent Baude <ranger@gentoo.org> sound-juicer-2.24.0.ebuild:
   Marking sound-juicer-2.24.0 ppc64 stable for bug 260063



1.6                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sound-juicer-2.24.0.ebuild	5 Mar 2009 21:45:13 -0000	1.5
+++ sound-juicer-2.24.0.ebuild	6 Mar 2009 15:55:13 -0000	1.6
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.5 2009/03/05 21:45:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.6 2009/03/06 15:55:13 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.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-03-11  2:23 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 11+ messages in thread
From: Daniel Gryniewicz (dang) @ 2009-03-11  2:23 UTC (permalink / raw
  To: gentoo-commits

dang        09/03/11 02:23:02

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Marked stable on amd64 for bug #260063
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	6 Mar 2009 15:55:13 -0000	1.159
+++ ChangeLog	11 Mar 2009 02:23:02 -0000	1.160
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.159 2009/03/06 15:55:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.160 2009/03/11 02:23:02 dang Exp $
+
+  11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org>
+  sound-juicer-2.24.0.ebuild:
+  Marked stable on amd64
 
   06 Mar 2009; Brent Baude <ranger@gentoo.org> sound-juicer-2.24.0.ebuild:
   Marking sound-juicer-2.24.0 ppc stable for bug 260063



1.7                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sound-juicer-2.24.0.ebuild	6 Mar 2009 15:55:13 -0000	1.6
+++ sound-juicer-2.24.0.ebuild	11 Mar 2009 02:23:02 -0000	1.7
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.6 2009/03/06 15:55:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.7 2009/03/11 02:23:02 dang 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.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-03-15 21:51 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2009-03-15 21:51 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/15 21:51:49

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  x86 stable, bug #260063
  (Portage version: 2.1.6.8/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	11 Mar 2009 02:23:02 -0000	1.160
+++ ChangeLog	15 Mar 2009 21:51:49 -0000	1.161
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.160 2009/03/11 02:23:02 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.161 2009/03/15 21:51:49 maekke Exp $
+
+  15 Mar 2009; Markus Meier <maekke@gentoo.org> sound-juicer-2.24.0.ebuild:
+  x86 stable, bug #260063
 
   11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org>
   sound-juicer-2.24.0.ebuild:



1.8                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sound-juicer-2.24.0.ebuild	11 Mar 2009 02:23:02 -0000	1.7
+++ sound-juicer-2.24.0.ebuild	15 Mar 2009 21:51:49 -0000	1.8
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.7 2009/03/11 02:23:02 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.8 2009/03/15 21:51:49 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.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-03-18 15:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-18 15:30 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/18 15:30:59

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  alpha/ia64 stable wrt #260063
  (Portage version: 2.1.6.7/cvs/Linux ia64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	15 Mar 2009 21:51:49 -0000	1.161
+++ ChangeLog	18 Mar 2009 15:30:59 -0000	1.162
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.161 2009/03/15 21:51:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.162 2009/03/18 15:30:59 armin76 Exp $
+
+  18 Mar 2009; Raúl Porcel <armin76@gentoo.org> sound-juicer-2.24.0.ebuild:
+  alpha/ia64 stable wrt #260063
 
   15 Mar 2009; Markus Meier <maekke@gentoo.org> sound-juicer-2.24.0.ebuild:
   x86 stable, bug #260063



1.9                  media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sound-juicer-2.24.0.ebuild	15 Mar 2009 21:51:49 -0000	1.8
+++ sound-juicer-2.24.0.ebuild	18 Mar 2009 15:30:59 -0000	1.9
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.8 2009/03/15 21:51:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.9 2009/03/18 15:30:59 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.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-04-12 21:08 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 11+ messages in thread
From: Friedrich Oslage (bluebird) @ 2009-04-12 21:08 UTC (permalink / raw
  To: gentoo-commits

bluebird    09/04/12 21:08:31

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Stable on sparc, bug #260063
  (Portage version: 2.1.6.7/cvs/Linux sparc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	18 Mar 2009 15:30:59 -0000	1.162
+++ ChangeLog	12 Apr 2009 21:08:31 -0000	1.163
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.162 2009/03/18 15:30:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.163 2009/04/12 21:08:31 bluebird Exp $
+
+  12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org>
+  sound-juicer-2.24.0.ebuild:
+  Stable on sparc, bug #260063
 
   18 Mar 2009; Raúl Porcel <armin76@gentoo.org> sound-juicer-2.24.0.ebuild:
   alpha/ia64 stable wrt #260063



1.10                 media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sound-juicer-2.24.0.ebuild	18 Mar 2009 15:30:59 -0000	1.9
+++ sound-juicer-2.24.0.ebuild	12 Apr 2009 21:08:31 -0000	1.10
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.9 2009/03/18 15:30:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.10 2009/04/12 21:08:31 bluebird 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.16






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

* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
@ 2009-04-27 14:28 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-27 14:28 UTC (permalink / raw
  To: gentoo-commits

jer         09/04/27 14:28:36

  Modified:             ChangeLog sound-juicer-2.24.0.ebuild
  Log:
  Stable for HPPA (bug #260063).
  (Portage version: 2.2_rc31/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog	12 Apr 2009 21:08:31 -0000	1.163
+++ ChangeLog	27 Apr 2009 14:28:36 -0000	1.164
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.163 2009/04/12 21:08:31 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.164 2009/04/27 14:28:36 jer Exp $
+
+  27 Apr 2009; Jeroen Roovers <jer@gentoo.org> sound-juicer-2.24.0:
+  Stable for HPPA (bug #260063).
 
   12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org>
   sound-juicer-2.24.0.ebuild:



1.11                 media-sound/sound-juicer/sound-juicer-2.24.0.ebuild

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

Index: sound-juicer-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sound-juicer-2.24.0.ebuild	12 Apr 2009 21:08:31 -0000	1.10
+++ sound-juicer-2.24.0.ebuild	27 Apr 2009 14:28:36 -0000	1.11
@@ -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-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.10 2009/04/12 21:08:31 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.11 2009/04/27 14:28:36 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.16






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

end of thread, other threads:[~2009-04-27 14:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 15:55 [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-27 14:28 Jeroen Roovers (jer)
2009-04-12 21:08 Friedrich Oslage (bluebird)
2009-03-18 15:30 Raul Porcel (armin76)
2009-03-15 21:51 Markus Meier (maekke)
2009-03-11  2:23 Daniel Gryniewicz (dang)
2009-03-05 21:45 Brent Baude (ranger)
2009-02-24 17:19 Joseph Jezak (josejx)
2008-10-30 10:54 Raul Porcel (armin76)
2008-10-27 15:53 Jeroen Roovers (jer)
2008-10-11 22:52 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