Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: librsvg-2.34.2.ebuild ChangeLog
Date: Wed, 23 Nov 2011 23:06:23
Message-Id: 20111123230613.62A532004B@flycatcher.gentoo.org
1 tetromino 11/11/23 23:06:13
2
3 Modified: librsvg-2.34.2.ebuild ChangeLog
4 Log:
5 Add patch to fix parallel make failure when USE=introspection; many thanks to Rafał Mużyło <galtgendo@××.pl> for the solution (bug #391215). Should also fix bug #391213. Thanks to all for reporting.
6
7 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 gnome-base/librsvg/librsvg-2.34.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild?r1=1.3&r2=1.4
15
16 Index: librsvg-2.34.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- librsvg-2.34.2.ebuild 21 Nov 2011 22:26:35 -0000 1.3
23 +++ librsvg-2.34.2.ebuild 23 Nov 2011 23:06:13 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild,v 1.3 2011/11/21 22:26:35 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild,v 1.4 2011/11/23 23:06:13 tetromino Exp $
29
30 EAPI="4"
31 GNOME2_LA_PUNT="yes"
32 @@ -56,6 +56,9 @@
33 # Fix automagic gtk+ dependency, bug #371290
34 epatch "${FILESDIR}/${PN}-2.34.0-automagic-gtk.patch"
35
36 + # bug #391215, https://bugzilla.gnome.org/show_bug.cgi?id=664684
37 + epatch "${FILESDIR}/${PN}-2.34.2-gir-filename.patch"
38 +
39 # introspection.m4 needed for eautoreconf
40 mv "${WORKDIR}/introspection.m4" "${S}"/ || die
41
42
43
44
45 1.261 gnome-base/librsvg/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.261&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.261&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.260&r2=1.261
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
54 retrieving revision 1.260
55 retrieving revision 1.261
56 diff -u -r1.260 -r1.261
57 --- ChangeLog 21 Nov 2011 22:26:35 -0000 1.260
58 +++ ChangeLog 23 Nov 2011 23:06:13 -0000 1.261
59 @@ -1,6 +1,12 @@
60 # ChangeLog for gnome-base/librsvg
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.260 2011/11/21 22:26:35 pacho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.261 2011/11/23 23:06:13 tetromino Exp $
64 +
65 + 23 Nov 2011; Alexandre Rostovtsev <tetromino@g.o>
66 + librsvg-2.34.2.ebuild, +files/librsvg-2.34.2-gir-filename.patch:
67 + Add patch to fix parallel make failure when USE=introspection; many thanks to
68 + Rafał Mużyło <galtgendo@××.pl> for the solution (bug #391215). Should also
69 + fix bug #391213. Thanks to all for reporting.
70
71 21 Nov 2011; Pacho Ramos <pacho@g.o> librsvg-2.34.2.ebuild:
72 Only pull in introspection.m4, not full gobject-introspection.