public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2008-09-27 16:11 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-09-27 16:11 UTC (permalink / raw
  To: gentoo-commits

eva         08/09/27 16:11:28

  Modified:             ChangeLog
  Added:                librsvg-2.22.3.ebuild
  Log:
  bump to 2.22.3. Build & runtime fixes. Use GSlice instead of GMemChunk.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

Revision  Changes    Path
1.180                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.179&r2=1.180

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	25 Sep 2008 14:26:26 -0000	1.179
+++ ChangeLog	27 Sep 2008 16:11:28 -0000	1.180
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.179 2008/09/25 14:26:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.180 2008/09/27 16:11:28 eva Exp $
+
+*librsvg-2.22.3 (27 Sep 2008)
+
+  27 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +librsvg-2.22.3.ebuild:
+  bump to 2.22.3. Build & runtime fixes. Use GSlice instead of GMemChunk.
 
   25 Sep 2008; Jeroen Roovers <jer@gentoo.org> librsvg-2.22.2.ebuild:
   Stable for HPPA (bug #236971).



1.1                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.1&content-type=text/plain

Index: librsvg-2.22.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.1 2008/09/27 16:11:28 eva Exp $

inherit gnome2 multilib

DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
HOMEPAGE="http://librsvg.sourceforge.net/"

LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc zlib"

RDEPEND=">=media-libs/fontconfig-1.0.1
	>=media-libs/freetype-2
	>=x11-libs/gtk+-2.6
	>=dev-libs/glib-2.15.4
	>=x11-libs/cairo-1.2
	>=x11-libs/pango-1.10
	>=dev-libs/libxml2-2.4.7
	>=dev-libs/libcroco-0.6.1
	zlib? ( >=gnome-extra/libgsf-1.6 )"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog README NEWS TODO"

pkg_setup() {
	# FIXME: USEify mozilla support (?)
	# croco is forced on to respect SVG specification
	G2CONF="${G2CONF}
		$(use_with zlib svgz)
		--disable-mozilla-plugin
		--with-croco
		--enable-pixbuf-loader
		--enable-gtk-theme"
}

set_gtk_confdir() {
	# An arch specific config directory is used on multilib systems
	has_multilib_profile && GTK2_CONFDIR="${ROOT}etc/gtk-2.0/${CHOST}"
	GTK2_CONFDIR="${GTK2_CONFDIR:-/etc/gtk-2.0}"
}

src_install() {
	gnome2_src_install

	# remove gdk-pixbuf loaders (#47766)
	rm -fr "${D}/etc"
}

pkg_postinst() {
	set_gtk_confdir
	gdk-pixbuf-query-loaders > "${GTK2_CONFDIR}/gdk-pixbuf.loaders"
}

pkg_postrm() {
	set_gtk_confdir
	gdk-pixbuf-query-loaders > "${GTK2_CONFDIR}/gdk-pixbuf.loaders"
}






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-03-05 21:26 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-03-05 21:26 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/05 21:26:37

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

Revision  Changes    Path
1.182                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog	13 Nov 2008 19:10:42 -0000	1.181
+++ ChangeLog	5 Mar 2009 21:26:37 -0000	1.182
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.181 2008/11/13 19:10:42 ranger Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.182 2009/03/05 21:26:37 ranger Exp $
+
+  05 Mar 2009; Brent Baude <ranger@gentoo.org> librsvg-2.22.3.ebuild:
+  Marking librsvg-2.22.3 ppc64 stable for bug 260063
 
   13 Nov 2008; Brent Baude <ranger@gentoo.org> librsvg-2.22.2.ebuild:
   Marking librsvg-2.22.2 ppc64 stable for bug 236971



1.2                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.1&r2=1.2

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- librsvg-2.22.3.ebuild	27 Sep 2008 16:11:28 -0000	1.1
+++ librsvg-2.22.3.ebuild	5 Mar 2009 21:26:37 -0000	1.2
@@ -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/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.1 2008/09/27 16:11:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.2 2009/03/05 21:26:37 ranger Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-03-06 15:37 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-03-06 15:37 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/06 15:37:28

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

Revision  Changes    Path
1.183                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.182&r2=1.183

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog	5 Mar 2009 21:26:37 -0000	1.182
+++ ChangeLog	6 Mar 2009 15:37:28 -0000	1.183
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.182 2009/03/05 21:26:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.183 2009/03/06 15:37:28 ranger Exp $
+
+  06 Mar 2009; Brent Baude <ranger@gentoo.org> librsvg-2.22.3.ebuild:
+  Marking librsvg-2.22.3 ppc stable for bug 260063
 
   05 Mar 2009; Brent Baude <ranger@gentoo.org> librsvg-2.22.3.ebuild:
   Marking librsvg-2.22.3 ppc64 stable for bug 260063



1.3                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.2&r2=1.3

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- librsvg-2.22.3.ebuild	5 Mar 2009 21:26:37 -0000	1.2
+++ librsvg-2.22.3.ebuild	6 Mar 2009 15:37:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.2 2009/03/05 21:26:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.3 2009/03/06 15:37:28 ranger Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-03-11  2:11 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 10+ messages in thread
From: Daniel Gryniewicz (dang) @ 2009-03-11  2:11 UTC (permalink / raw
  To: gentoo-commits

dang        09/03/11 02:11:33

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

Revision  Changes    Path
1.184                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog	6 Mar 2009 15:37:28 -0000	1.183
+++ ChangeLog	11 Mar 2009 02:11:33 -0000	1.184
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.183 2009/03/06 15:37:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.184 2009/03/11 02:11:33 dang Exp $
+
+  11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> librsvg-2.22.3.ebuild:
+  Marked stable on amd64
 
   06 Mar 2009; Brent Baude <ranger@gentoo.org> librsvg-2.22.3.ebuild:
   Marking librsvg-2.22.3 ppc stable for bug 260063



1.4                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.3&r2=1.4

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- librsvg-2.22.3.ebuild	6 Mar 2009 15:37:28 -0000	1.3
+++ librsvg-2.22.3.ebuild	11 Mar 2009 02:11:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.3 2009/03/06 15:37:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.4 2009/03/11 02:11:33 dang Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-03-15 21:19 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-03-15 21:19 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/15 21:19:45

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

Revision  Changes    Path
1.185                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.184&r2=1.185

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	11 Mar 2009 02:11:33 -0000	1.184
+++ ChangeLog	15 Mar 2009 21:19:45 -0000	1.185
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.184 2009/03/11 02:11:33 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.185 2009/03/15 21:19:45 maekke Exp $
+
+  15 Mar 2009; Markus Meier <maekke@gentoo.org> librsvg-2.22.3.ebuild:
+  x86 stable, bug #260063
 
   11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> librsvg-2.22.3.ebuild:
   Marked stable on amd64



1.5                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.4&r2=1.5

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- librsvg-2.22.3.ebuild	11 Mar 2009 02:11:33 -0000	1.4
+++ librsvg-2.22.3.ebuild	15 Mar 2009 21:19:45 -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/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.4 2009/03/11 02:11:33 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.5 2009/03/15 21:19:45 maekke Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-03-18 14:51 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-18 14:51 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/18 14:51:42

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

Revision  Changes    Path
1.186                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.186&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.186&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.185&r2=1.186

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog	15 Mar 2009 21:19:45 -0000	1.185
+++ ChangeLog	18 Mar 2009 14:51:42 -0000	1.186
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.185 2009/03/15 21:19:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.186 2009/03/18 14:51:42 armin76 Exp $
+
+  18 Mar 2009; Raúl Porcel <armin76@gentoo.org> librsvg-2.22.3.ebuild:
+  alpha/ia64 stable wrt #260063
 
   15 Mar 2009; Markus Meier <maekke@gentoo.org> librsvg-2.22.3.ebuild:
   x86 stable, bug #260063



1.6                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.5&r2=1.6

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- librsvg-2.22.3.ebuild	15 Mar 2009 21:19:45 -0000	1.5
+++ librsvg-2.22.3.ebuild	18 Mar 2009 14:51:42 -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/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.5 2009/03/15 21:19:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.6 2009/03/18 14:51:42 armin76 Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-04-12 20:45 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 10+ messages in thread
From: Friedrich Oslage (bluebird) @ 2009-04-12 20:45 UTC (permalink / raw
  To: gentoo-commits

bluebird    09/04/12 20:45:24

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

Revision  Changes    Path
1.187                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.187&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.187&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.186&r2=1.187

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog	18 Mar 2009 14:51:42 -0000	1.186
+++ ChangeLog	12 Apr 2009 20:45:24 -0000	1.187
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.186 2009/03/18 14:51:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.187 2009/04/12 20:45:24 bluebird Exp $
+
+  12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> librsvg-2.22.3.ebuild:
+  Stable on sparc, bug #260063
 
   18 Mar 2009; Raúl Porcel <armin76@gentoo.org> librsvg-2.22.3.ebuild:
   alpha/ia64 stable wrt #260063



1.7                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.6&r2=1.7

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- librsvg-2.22.3.ebuild	18 Mar 2009 14:51:42 -0000	1.6
+++ librsvg-2.22.3.ebuild	12 Apr 2009 20:45:24 -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/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.6 2009/03/18 14:51:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.7 2009/04/12 20:45:24 bluebird Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-04-27 10:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-27 10:03 UTC (permalink / raw
  To: gentoo-commits

armin76     09/04/27 10:03:14

  Modified:             ChangeLog librsvg-2.22.3.ebuild
  Log:
  arm stable
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.188                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.188&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.188&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.187&r2=1.188

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog	12 Apr 2009 20:45:24 -0000	1.187
+++ ChangeLog	27 Apr 2009 10:03:14 -0000	1.188
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.187 2009/04/12 20:45:24 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.188 2009/04/27 10:03:14 armin76 Exp $
+
+  27 Apr 2009; Raúl Porcel <armin76@gentoo.org> librsvg-2.22.3.ebuild:
+  arm stable
 
   12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> librsvg-2.22.3.ebuild:
   Stable on sparc, bug #260063



1.8                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.7&r2=1.8

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- librsvg-2.22.3.ebuild	12 Apr 2009 20:45:24 -0000	1.7
+++ librsvg-2.22.3.ebuild	27 Apr 2009 10:03:14 -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/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.7 2009/04/12 20:45:24 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.8 2009/04/27 10:03:14 armin76 Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-04-27 13:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-27 13:32 UTC (permalink / raw
  To: gentoo-commits

jer         09/04/27 13:32:16

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

Revision  Changes    Path
1.189                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.189&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.189&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.188&r2=1.189

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog	27 Apr 2009 10:03:14 -0000	1.188
+++ ChangeLog	27 Apr 2009 13:32:16 -0000	1.189
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.188 2009/04/27 10:03:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.189 2009/04/27 13:32:16 jer Exp $
+
+  27 Apr 2009; Jeroen Roovers <jer@gentoo.org> librsvg-2.22.3:
+  Stable for HPPA (bug #260063).
 
   27 Apr 2009; Raúl Porcel <armin76@gentoo.org> librsvg-2.22.3.ebuild:
   arm stable



1.9                  gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.8&r2=1.9

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- librsvg-2.22.3.ebuild	27 Apr 2009 10:03:14 -0000	1.8
+++ librsvg-2.22.3.ebuild	27 Apr 2009 13:32:16 -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/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.8 2009/04/27 10:03:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.9 2009/04/27 13:32:16 jer Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild
@ 2009-04-28 10:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-28 10:55 UTC (permalink / raw
  To: gentoo-commits

armin76     09/04/28 10:55:32

  Modified:             ChangeLog librsvg-2.22.3.ebuild
  Log:
  sh stable
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.190                gnome-base/librsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.189&r2=1.190

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog	27 Apr 2009 13:32:16 -0000	1.189
+++ ChangeLog	28 Apr 2009 10:55:32 -0000	1.190
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.189 2009/04/27 13:32:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.190 2009/04/28 10:55:32 armin76 Exp $
+
+  28 Apr 2009; Raúl Porcel <armin76@gentoo.org> librsvg-2.22.3.ebuild:
+  sh stable
 
   27 Apr 2009; Jeroen Roovers <jer@gentoo.org> librsvg-2.22.3:
   Stable for HPPA (bug #260063).



1.10                 gnome-base/librsvg/librsvg-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild?r1=1.9&r2=1.10

Index: librsvg-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- librsvg-2.22.3.ebuild	27 Apr 2009 13:32:16 -0000	1.9
+++ librsvg-2.22.3.ebuild	28 Apr 2009 10:55:32 -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/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.9 2009/04/27 13:32:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.3.ebuild,v 1.10 2009/04/28 10:55:32 armin76 Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="doc zlib"
 
 RDEPEND=">=media-libs/fontconfig-1.0.1






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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-27 16:11 [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.3.ebuild Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-05 21:26 Brent Baude (ranger)
2009-03-06 15:37 Brent Baude (ranger)
2009-03-11  2:11 Daniel Gryniewicz (dang)
2009-03-15 21:19 Markus Meier (maekke)
2009-03-18 14:51 Raul Porcel (armin76)
2009-04-12 20:45 Friedrich Oslage (bluebird)
2009-04-27 10:03 Raul Porcel (armin76)
2009-04-27 13:32 Jeroen Roovers (jer)
2009-04-28 10:55 Raul Porcel (armin76)

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