* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild
@ 2011-04-05 0:31 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-04-05 0:31 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/04/05 00:31:58
Modified: ChangeLog
Added: librsvg-2.34.0.ebuild
Log:
Bump to 2.34.0
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Revision Changes Path
1.237 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.237&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.237&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.236&r2=1.237
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog 22 Mar 2011 19:19:58 -0000 1.236
+++ ChangeLog 5 Apr 2011 00:31:56 -0000 1.237
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.236 2011/03/22 19:19:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.237 2011/04/05 00:31:56 nirbheek Exp $
+
+*librsvg-2.34.0 (05 Apr 2011)
+
+ 05 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ +librsvg-2.34.0.ebuild:
+ Bump to 2.34.0
22 Mar 2011; Brent Baude <ranger@gentoo.org> librsvg-2.32.1.ebuild:
Marking librsvg-2.32.1 ppc stable for bug 353436
1.1 gnome-base/librsvg/librsvg-2.34.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.1&content-type=text/plain
Index: librsvg-2.34.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.1 2011/04/05 00:31:58 nirbheek Exp $
EAPI="3"
GCONF_DEBUG="no"
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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +gtk tools"
RDEPEND=">=media-libs/fontconfig-1.0.1
>=media-libs/freetype-2
>=dev-libs/glib-2.24:2
>=x11-libs/cairo-1.2
>=x11-libs/pango-1.10
>=dev-libs/libxml2-2.4.7:2
>=dev-libs/libcroco-0.6.1
|| ( x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2 )
gtk? ( >=x11-libs/gtk+-2.16:2 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12
doc? ( >=dev-util/gtk-doc-1.13 )"
# >=dev-util/gtk-doc-am-1.13 needed by eautoreconf
pkg_setup() {
# croco is forced on to respect SVG specification
G2CONF="${G2CONF}
--disable-static
$(use_enable tools)
$(use_enable gtk gtk-theme)
--with-croco
--enable-pixbuf-loader"
DOCS="AUTHORS ChangeLog README NEWS TODO"
}
src_install() {
gnome2_src_install
# Remove .la files, these libraries are dlopen()-ed.
rm -vf "${ED}"/usr/lib*/gtk-2.0/*/engines/libsvg.la
rm -vf "${ED}"/usr/lib*/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.la
}
pkg_postinst() {
gdk-pixbuf-query-loaders > "${EROOT}/usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
}
pkg_postrm() {
gdk-pixbuf-query-loaders > "${EROOT}/usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild
@ 2011-04-10 9:34 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-10 9:34 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/04/10 09:34:10
Modified: ChangeLog librsvg-2.34.0.ebuild
Log:
Punt useless libtool file.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.238 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.238&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.238&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.237&r2=1.238
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog 5 Apr 2011 00:31:56 -0000 1.237
+++ ChangeLog 10 Apr 2011 09:34:10 -0000 1.238
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.237 2011/04/05 00:31:56 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.238 2011/04/10 09:34:10 ssuominen Exp $
+
+ 10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> librsvg-2.34.0.ebuild:
+ Punt useless libtool file.
*librsvg-2.34.0 (05 Apr 2011)
1.2 gnome-base/librsvg/librsvg-2.34.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?r1=1.1&r2=1.2
Index: librsvg-2.34.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- librsvg-2.34.0.ebuild 5 Apr 2011 00:31:58 -0000 1.1
+++ librsvg-2.34.0.ebuild 10 Apr 2011 09:34:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.1 2011/04/05 00:31:58 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.2 2011/04/10 09:34:10 ssuominen Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -43,10 +43,7 @@
src_install() {
gnome2_src_install
-
- # Remove .la files, these libraries are dlopen()-ed.
- rm -vf "${ED}"/usr/lib*/gtk-2.0/*/engines/libsvg.la
- rm -vf "${ED}"/usr/lib*/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.la
+ find "${ED}" -name '*.la' -exec rm -f {} +
}
pkg_postinst() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild
@ 2011-07-01 21:12 Markos Chandras (hwoarang)
0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-01 21:12 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/07/01 21:12:12
Modified: ChangeLog librsvg-2.34.0.ebuild
Log:
Stable on amd64 wrt bug #278255
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Revision Changes Path
1.241 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.241&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.241&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.240&r2=1.241
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog 28 Jun 2011 18:54:54 -0000 1.240
+++ ChangeLog 1 Jul 2011 21:12:12 -0000 1.241
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.240 2011/06/28 18:54:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.241 2011/07/01 21:12:12 hwoarang Exp $
+
+ 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> librsvg-2.34.0.ebuild:
+ Stable on amd64 wrt bug #278255
28 Jun 2011; Pacho Ramos <pacho@gentoo.org> librsvg-2.34.0.ebuild,
librsvg-2.34.0-r1.ebuild:
1.5 gnome-base/librsvg/librsvg-2.34.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?r1=1.4&r2=1.5
Index: librsvg-2.34.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- librsvg-2.34.0.ebuild 28 Jun 2011 18:54:54 -0000 1.4
+++ librsvg-2.34.0.ebuild 1 Jul 2011 21:12:12 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.4 2011/06/28 18:54:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.5 2011/07/01 21:12:12 hwoarang Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +gtk tools"
RDEPEND=">=media-libs/fontconfig-1.0.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild
@ 2011-07-14 10:28 Thomas Kahle (tomka)
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-14 10:28 UTC (permalink / raw
To: gentoo-commits
tomka 11/07/14 10:28:17
Modified: ChangeLog librsvg-2.34.0.ebuild
Log:
x86 stable per bug 369909
(Portage version: 2.1.10.4/cvs/Linux i686)
Revision Changes Path
1.242 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.241&r2=1.242
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog 1 Jul 2011 21:12:12 -0000 1.241
+++ ChangeLog 14 Jul 2011 10:28:17 -0000 1.242
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.241 2011/07/01 21:12:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.242 2011/07/14 10:28:17 tomka Exp $
+
+ 14 Jul 2011; Thomas Kahle <tomka@gentoo.org> librsvg-2.34.0.ebuild:
+ x86 stable per bug 369909
01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> librsvg-2.34.0.ebuild:
Stable on amd64 wrt bug #278255
1.6 gnome-base/librsvg/librsvg-2.34.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?r1=1.5&r2=1.6
Index: librsvg-2.34.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- librsvg-2.34.0.ebuild 1 Jul 2011 21:12:12 -0000 1.5
+++ librsvg-2.34.0.ebuild 14 Jul 2011 10:28:17 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.5 2011/07/01 21:12:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.6 2011/07/14 10:28:17 tomka Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +gtk tools"
RDEPEND=">=media-libs/fontconfig-1.0.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild
@ 2011-07-17 20:58 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-07-17 20:58 UTC (permalink / raw
To: gentoo-commits
maekke 11/07/17 20:58:12
Modified: ChangeLog librsvg-2.34.0.ebuild
Log:
arm stable, bug #369909
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Revision Changes Path
1.243 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.243&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.243&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.242&r2=1.243
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog 14 Jul 2011 10:28:17 -0000 1.242
+++ ChangeLog 17 Jul 2011 20:58:11 -0000 1.243
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.242 2011/07/14 10:28:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.243 2011/07/17 20:58:11 maekke Exp $
+
+ 17 Jul 2011; Markus Meier <maekke@gentoo.org> librsvg-2.34.0.ebuild:
+ arm stable, bug #369909
14 Jul 2011; Thomas Kahle <tomka@gentoo.org> librsvg-2.34.0.ebuild:
x86 stable per bug 369909
1.7 gnome-base/librsvg/librsvg-2.34.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?r1=1.6&r2=1.7
Index: librsvg-2.34.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- librsvg-2.34.0.ebuild 14 Jul 2011 10:28:17 -0000 1.6
+++ librsvg-2.34.0.ebuild 17 Jul 2011 20:58:11 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.6 2011/07/14 10:28:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.7 2011/07/17 20:58:11 maekke Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +gtk tools"
RDEPEND=">=media-libs/fontconfig-1.0.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild
@ 2011-08-13 17:28 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-13 17:28 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/13 17:28:06
Modified: ChangeLog librsvg-2.34.0.ebuild
Log:
alpha/ia64/sh/sparc stable wrt #369909
(Portage version: 2.1.10.7/cvs/Linux ia64)
Revision Changes Path
1.244 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.244&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.244&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.243&r2=1.244
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog 17 Jul 2011 20:58:11 -0000 1.243
+++ ChangeLog 13 Aug 2011 17:28:06 -0000 1.244
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.243 2011/07/17 20:58:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.244 2011/08/13 17:28:06 armin76 Exp $
+
+ 13 Aug 2011; Raúl Porcel <armin76@gentoo.org> librsvg-2.34.0.ebuild:
+ alpha/ia64/sh/sparc stable wrt #369909
17 Jul 2011; Markus Meier <maekke@gentoo.org> librsvg-2.34.0.ebuild:
arm stable, bug #369909
1.8 gnome-base/librsvg/librsvg-2.34.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?r1=1.7&r2=1.8
Index: librsvg-2.34.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- librsvg-2.34.0.ebuild 17 Jul 2011 20:58:11 -0000 1.7
+++ librsvg-2.34.0.ebuild 13 Aug 2011 17:28:06 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.7 2011/07/17 20:58:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.8 2011/08/13 17:28:06 armin76 Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +gtk tools"
RDEPEND=">=media-libs/fontconfig-1.0.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild
@ 2011-08-20 18:38 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-08-20 18:38 UTC (permalink / raw
To: gentoo-commits
jer 11/08/20 18:38:07
Modified: ChangeLog librsvg-2.34.0.ebuild
Log:
Stable for HPPA (bug #369909).
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.245 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.245&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.245&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.244&r2=1.245
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog 13 Aug 2011 17:28:06 -0000 1.244
+++ ChangeLog 20 Aug 2011 18:38:07 -0000 1.245
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.244 2011/08/13 17:28:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.245 2011/08/20 18:38:07 jer Exp $
+
+ 20 Aug 2011; Jeroen Roovers <jer@gentoo.org> librsvg-2.34.0.ebuild:
+ Stable for HPPA (bug #369909).
13 Aug 2011; Raúl Porcel <armin76@gentoo.org> librsvg-2.34.0.ebuild:
alpha/ia64/sh/sparc stable wrt #369909
1.9 gnome-base/librsvg/librsvg-2.34.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild?r1=1.8&r2=1.9
Index: librsvg-2.34.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- librsvg-2.34.0.ebuild 13 Aug 2011 17:28:06 -0000 1.8
+++ librsvg-2.34.0.ebuild 20 Aug 2011 18:38:07 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.8 2011/08/13 17:28:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.9 2011/08/20 18:38:07 jer Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +gtk tools"
RDEPEND=">=media-libs/fontconfig-1.0.1
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-08-20 18:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 20:58 [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.34.0.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2011-08-20 18:38 Jeroen Roovers (jer)
2011-08-13 17:28 Raul Porcel (armin76)
2011-07-14 10:28 Thomas Kahle (tomka)
2011-07-01 21:12 Markos Chandras (hwoarang)
2011-04-10 9:34 Samuli Suominen (ssuominen)
2011-04-05 0:31 Nirbheek Chauhan (nirbheek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox