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: Mon, 21 Nov 2011 01:13:15
Message-Id: 20111121011236.9D0962004B@flycatcher.gentoo.org
1 tetromino 11/11/21 01:12:36
2
3 Modified: librsvg-2.34.2.ebuild ChangeLog
4 Log:
5 Add gobject-introspection to build-time dependenciess, needed for eatoreconf (bug #391173, thanks to Duncan <1i5t5.duncan@×××.net> for reporting).
6
7 (Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- librsvg-2.34.2.ebuild 20 Nov 2011 16:06:18 -0000 1.1
23 +++ librsvg-2.34.2.ebuild 21 Nov 2011 01:12:36 -0000 1.2
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.1 2011/11/20 16:06:18 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild,v 1.2 2011/11/21 01:12:36 tetromino Exp $
29
30 EAPI="4"
31 GNOME2_LA_PUNT="yes"
32 @@ -31,8 +31,10 @@
33 DEPEND="${RDEPEND}
34 >=dev-util/pkgconfig-0.12
35 doc? ( >=dev-util/gtk-doc-1.13 )
36 +
37 + >=dev-libs/gobject-introspection-0.6.7
38 >=dev-util/gtk-doc-am-1.13"
39 -# >=dev-util/gtk-doc-am-1.13 needed by eautoreconf
40 +# >=dev-util/gtk-doc-am-1.13 and gobject-introspection needed by eautoreconf
41
42 pkg_setup() {
43 # croco is forced on to respect SVG specification
44
45
46
47 1.258 gnome-base/librsvg/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.258&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.258&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.257&r2=1.258
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
56 retrieving revision 1.257
57 retrieving revision 1.258
58 diff -u -r1.257 -r1.258
59 --- ChangeLog 20 Nov 2011 16:06:18 -0000 1.257
60 +++ ChangeLog 21 Nov 2011 01:12:36 -0000 1.258
61 @@ -1,6 +1,11 @@
62 # ChangeLog for gnome-base/librsvg
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.257 2011/11/20 16:06:18 pacho Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.258 2011/11/21 01:12:36 tetromino Exp $
66 +
67 + 21 Nov 2011; Alexandre Rostovtsev <tetromino@g.o>
68 + librsvg-2.34.2.ebuild:
69 + Add gobject-introspection to build-time dependenciess, needed for eatoreconf
70 + (bug #391173, thanks to Duncan <1i5t5.duncan@×××.net> for reporting).
71
72 *librsvg-2.34.2 (20 Nov 2011)