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

eva         08/03/23 11:50:30

  Modified:             ChangeLog
  Added:                librsvg-2.22.2.ebuild
  Log:
  New version for GNOME-2.22. Uses GIO instead of gnome-vfs and gtk-print in place of gnomeprint
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.171                gnome-base/librsvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog	4 Feb 2008 04:28:41 -0000	1.170
+++ ChangeLog	23 Mar 2008 11:50:29 -0000	1.171
@@ -1,6 +1,13 @@
 # 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.170 2008/02/04 04:28:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.171 2008/03/23 11:50:29 eva Exp $
+
+*librsvg-2.22.2 (23 Mar 2008)
+
+  23 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +librsvg-2.22.2.ebuild:
+  New version for GNOME-2.22. Uses GIO instead of gnome-vfs and gtk-print in
+  place of gnomeprint.
 
   04 Feb 2008; Jeroen Roovers <jer@gentoo.org> librsvg-2.20.0.ebuild:
   Stable for HPPA (bug #208366).



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

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

Index: librsvg-2.22.2.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.2.ebuild,v 1.1 2008/03/23 11:50:29 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 ~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"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.2.ebuild
@ 2008-05-05  5:29 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2008-05-05  5:29 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    08/05/05 05:29:28

  Modified:             ChangeLog librsvg-2.22.2.ebuild
  Log:
  Rekeyword for mips.  Not sure why it was dropped in the first place.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.173                gnome-base/librsvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog	2 May 2008 15:12:48 -0000	1.172
+++ ChangeLog	5 May 2008 05:29:28 -0000	1.173
@@ -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.172 2008/05/02 15:12:48 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.173 2008/05/05 05:29:28 dirtyepic Exp $
+
+  05 May 2008; Ryan Hill <dirtyepic@gentoo.org> librsvg-2.22.2.ebuild:
+  Rekeyword for mips.
 
   02 May 2008; Doug Goldstein <cardoe@gentoo.org> librsvg-2.18.2.ebuild:
   move G2CONF and DOCS into pkg_setup()



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

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

Index: librsvg-2.22.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- librsvg-2.22.2.ebuild	23 Mar 2008 11:50:29 -0000	1.1
+++ librsvg-2.22.2.ebuild	5 May 2008 05:29:28 -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/gnome-base/librsvg/librsvg-2.22.2.ebuild,v 1.1 2008/03/23 11:50:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.2.ebuild,v 1.2 2008/05/05 05:29:28 dirtyepic Exp $
 
 inherit gnome2 multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.2.ebuild
@ 2008-11-13 19:10 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2008-11-13 19:10 UTC (permalink / raw
  To: gentoo-commits

ranger      08/11/13 19:10:42

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

Revision  Changes    Path
1.181                gnome-base/librsvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog	27 Sep 2008 16:11:28 -0000	1.180
+++ ChangeLog	13 Nov 2008 19:10:42 -0000	1.181
@@ -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.180 2008/09/27 16:11:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.181 2008/11/13 19:10:42 ranger Exp $
+
+  13 Nov 2008; Brent Baude <ranger@gentoo.org> librsvg-2.22.2.ebuild:
+  Marking librsvg-2.22.2 ppc64 stable for bug 236971
 
 *librsvg-2.22.3 (27 Sep 2008)
 



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

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

Index: librsvg-2.22.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- librsvg-2.22.2.ebuild	25 Sep 2008 14:26:26 -0000	1.7
+++ librsvg-2.22.2.ebuild	13 Nov 2008 19:10:42 -0000	1.8
@@ -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/gnome-base/librsvg/librsvg-2.22.2.ebuild,v 1.7 2008/09/25 14:26:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.22.2.ebuild,v 1.8 2008/11/13 19:10:42 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 11:50 [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.22.2.ebuild Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-05  5:29 Ryan Hill (dirtyepic)
2008-11-13 19:10 Brent Baude (ranger)

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