Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: ChangeLog texinfo-4.11-r1.ebuild
Date: Sat, 19 Apr 2008 06:57:18
Message-Id: E1Jn70d-0004eZ-9F@stork.gentoo.org
1 vapier 08/04/19 06:57:15
2
3 Modified: ChangeLog texinfo-4.11-r1.ebuild
4 Log:
5 Add fix from upstream for parallel build issues #214127 by Michael Haubenwallner.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.98 sys-apps/texinfo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.98&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.98&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.97&r2=1.98
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
18 retrieving revision 1.97
19 retrieving revision 1.98
20 diff -u -r1.97 -r1.98
21 --- ChangeLog 19 Apr 2008 06:53:54 -0000 1.97
22 +++ ChangeLog 19 Apr 2008 06:57:14 -0000 1.98
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-apps/texinfo
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.97 2008/04/19 06:53:54 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.98 2008/04/19 06:57:14 vapier Exp $
28 +
29 + 19 Apr 2008; Mike Frysinger <vapier@g.o>
30 + +files/texinfo-4.11-parallel-build.patch, texinfo-4.11-r1.ebuild:
31 + Add fix from upstream for parallel build issues #214127 by Michael
32 + Haubenwallner.
33
34 19 Apr 2008; Mike Frysinger <vapier@g.o> texinfo-4.11-r1.ebuild:
35 Mark amd64 stable #214428.
36
37
38
39 1.12 sys-apps/texinfo/texinfo-4.11-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild?r1=1.11&r2=1.12
44
45 Index: texinfo-4.11-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- texinfo-4.11-r1.ebuild 19 Apr 2008 06:53:54 -0000 1.11
52 +++ texinfo-4.11-r1.ebuild 19 Apr 2008 06:57:14 -0000 1.12
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v 1.11 2008/04/19 06:53:54 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v 1.12 2008/04/19 06:57:14 vapier Exp $
58
59 inherit flag-o-matic
60
61 @@ -27,6 +27,7 @@
62 epatch "${FILESDIR}"/${P}-dir-entry.patch #198545
63 epatch "${FILESDIR}"/${P}-test-tex.patch #195313
64 epatch "${FILESDIR}"/${P}-test.patch #215359
65 + epatch "${FILESDIR}"/${P}-parallel-build.patch #214127
66
67 # FreeBSD requires install-sh, but usptream don't have it marked
68 # exec, #195076
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list