Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
pacho 10/04/23 07:05:44
Modified: ChangeLog librsvg-2.26.2.ebuild
Log:
Needs gtk-doc-am-1.13 (bug #315953)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.207 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.207&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.207&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.206&r2=1.207
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog 18 Apr 2010 10:10:02 -0000 1.206
+++ ChangeLog 23 Apr 2010 07:05:44 -0000 1.207
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.206 2010/04/18 10:10:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.207 2010/04/23 07:05:44 pacho Exp $
+
+ 23 Apr 2010; Pacho Ramos <pacho@g.o> librsvg-2.26.2.ebuild:
+ Needs gtk-doc-am-1.13 (bug #315953).
18 Apr 2010; Pacho Ramos <pacho@g.o> librsvg-2.26.2.ebuild,
+files/librsvg-2.26.2-choosable-tools.patch, metadata.xml:
1.3 gnome-base/librsvg/librsvg-2.26.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild?r1=1.2&r2=1.3
Index: librsvg-2.26.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- librsvg-2.26.2.ebuild 18 Apr 2010 10:10:03 -0000 1.2
+++ librsvg-2.26.2.ebuild 23 Apr 2010 07:05:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild,v 1.2 2010/04/18 10:10:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild,v 1.3 2010/04/23 07:05:44 pacho Exp $
inherit autotools eutils gnome2 multilib
@@ -23,7 +23,9 @@
zlib? ( >=gnome-extra/libgsf-1.6 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12
+ >=dev-util/gtk-doc-am-1.13
doc? ( >=dev-util/gtk-doc-1 )"
+# >=dev-util/gtk-doc-am-1.13 needed by eautoreconf, feel free to drop it when not run it
DOCS="AUTHORS ChangeLog README NEWS TODO"
|
|