Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.26.0.ebuild ChangeLog
Date: Sat, 31 Oct 2009 14:33:32
Message-Id: E1N4F1G-0004iL-Jy@stork.gentoo.org
1 nirbheek 09/10/31 14:33:30
2
3 Modified: pango-1.26.0.ebuild ChangeLog
4 Log:
5 Fix parallel build with patch by Martin von Gagern from bug 287825
6 (Portage version: 2.1.7.2/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 x11-libs/pango/pango-1.26.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.26.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.26.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.26.0.ebuild?r1=1.1&r2=1.2
14
15 Index: pango-1.26.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.26.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pango-1.26.0.ebuild 29 Oct 2009 21:25:57 -0000 1.1
22 +++ pango-1.26.0.ebuild 31 Oct 2009 14:33:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.26.0.ebuild,v 1.1 2009/10/29 21:25:57 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.26.0.ebuild,v 1.2 2009/10/31 14:33:29 nirbheek Exp $
28
29 EAPI="2"
30 GCONF_DEBUG="yes"
31 @@ -66,6 +66,9 @@
32 # https://bugzilla.gnome.org/show_bug.cgi?id=596506
33 epatch "${FILESDIR}/${PN}-1.26.0-introspection-automagic.patch"
34
35 + # Fix parallel build, bug 287825
36 + epatch "${FILESDIR}/${PN}-1.26.0-fix-parallel-build.patch"
37 +
38 eautoreconf
39 }
40
41
42
43
44 1.276 x11-libs/pango/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.276&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.276&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.275&r2=1.276
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v
53 retrieving revision 1.275
54 retrieving revision 1.276
55 diff -u -r1.275 -r1.276
56 --- ChangeLog 29 Oct 2009 21:25:57 -0000 1.275
57 +++ ChangeLog 31 Oct 2009 14:33:29 -0000 1.276
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-libs/pango
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.275 2009/10/29 21:25:57 eva Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.276 2009/10/31 14:33:29 nirbheek Exp $
63 +
64 + 31 Oct 2009; Nirbheek Chauhan <nirbheek@g.o> pango-1.26.0.ebuild,
65 + +files/pango-1.26.0-fix-parallel-build.patch:
66 + Fix parallel build with patch by Martin von Gagern from bug 287825
67
68 *pango-1.26.0 (29 Oct 2009)