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/groff: groff-1.21-r1.ebuild ChangeLog groff-1.21.ebuild groff-1.20.1-r3.ebuild
Date: Wed, 21 Dec 2011 19:33:35
Message-Id: 20111221193324.6526A2004B@flycatcher.gentoo.org
1 vapier 11/12/21 19:33:24
2
3 Modified: groff-1.21-r1.ebuild ChangeLog groff-1.21.ebuild
4 groff-1.20.1-r3.ebuild
5 Log:
6 Fix parallel build failure in pdfmark subdir.
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-apps/groff/groff-1.21-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: groff-1.21-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- groff-1.21-r1.ebuild 23 Oct 2011 19:42:35 -0000 1.1
24 +++ groff-1.21-r1.ebuild 21 Dec 2011 19:33:24 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21-r1.ebuild,v 1.1 2011/10/23 19:42:35 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21-r1.ebuild,v 1.2 2011/12/21 19:33:24 vapier Exp $
30
31 EAPI="3"
32
33 @@ -28,6 +28,7 @@
34
35 src_prepare() {
36 epatch "${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch #16108 #17580 #121502
37 + epatch "${FILESDIR}"/${PN}-1.20.1-pdfmark-parallel.patch
38
39 # Make sure we can cross-compile this puppy
40 if tc-is-cross-compiler ; then
41
42
43
44 1.122 sys-apps/groff/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.122&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.122&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?r1=1.121&r2=1.122
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v
53 retrieving revision 1.121
54 retrieving revision 1.122
55 diff -u -r1.121 -r1.122
56 --- ChangeLog 23 Oct 2011 19:42:35 -0000 1.121
57 +++ ChangeLog 21 Dec 2011 19:33:24 -0000 1.122
58 @@ -1,6 +1,11 @@
59 # ChangeLog for sys-apps/groff
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.121 2011/10/23 19:42:35 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.122 2011/12/21 19:33:24 vapier Exp $
63 +
64 + 21 Dec 2011; Mike Frysinger <vapier@g.o> groff-1.20.1-r3.ebuild,
65 + +files/groff-1.20.1-pdfmark-parallel.patch, groff-1.21.ebuild,
66 + groff-1.21-r1.ebuild:
67 + Fix parallel build failure in pdfmark subdir.
68
69 *groff-1.21-r1 (23 Oct 2011)
70
71
72
73
74 1.9 sys-apps/groff/groff-1.21.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21.ebuild?rev=1.9&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21.ebuild?rev=1.9&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21.ebuild?r1=1.8&r2=1.9
79
80 Index: groff-1.21.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v
83 retrieving revision 1.8
84 retrieving revision 1.9
85 diff -u -r1.8 -r1.9
86 --- groff-1.21.ebuild 7 May 2011 18:02:54 -0000 1.8
87 +++ groff-1.21.ebuild 21 Dec 2011 19:33:24 -0000 1.9
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.8 2011/05/07 18:02:54 armin76 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.9 2011/12/21 19:33:24 vapier Exp $
93
94 inherit autotools eutils toolchain-funcs
95
96 @@ -29,6 +29,7 @@
97 cd "${S}"
98
99 epatch "${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch #16108 #17580 #121502
100 + epatch "${FILESDIR}"/${PN}-1.20.1-pdfmark-parallel.patch
101
102 # Make sure we can cross-compile this puppy
103 if tc-is-cross-compiler ; then
104
105
106
107 1.10 sys-apps/groff/groff-1.20.1-r3.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.20.1-r3.ebuild?rev=1.10&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.20.1-r3.ebuild?rev=1.10&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.20.1-r3.ebuild?r1=1.9&r2=1.10
112
113 Index: groff-1.20.1-r3.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.20.1-r3.ebuild,v
116 retrieving revision 1.9
117 retrieving revision 1.10
118 diff -u -r1.9 -r1.10
119 --- groff-1.20.1-r3.ebuild 24 Feb 2011 22:13:39 -0000 1.9
120 +++ groff-1.20.1-r3.ebuild 21 Dec 2011 19:33:24 -0000 1.10
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2011 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.20.1-r3.ebuild,v 1.9 2011/02/24 22:13:39 xarthisius Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.20.1-r3.ebuild,v 1.10 2011/12/21 19:33:24 vapier Exp $
126
127 inherit autotools eutils toolchain-funcs
128
129 @@ -32,6 +32,7 @@
130 epatch "${FILESDIR}"/${P}-tmac-ec.patch #263524
131 epatch "${FILESDIR}"/${P}-Thtml-mem-leak.patch #294045
132 epatch "${FILESDIR}"/${P}-double-frees-mem-leaks.patch #294045
133 + epatch "${FILESDIR}"/${PN}-1.20.1-pdfmark-parallel.patch
134
135 # put the docs in the Gentoo-specific spot
136 sed -i \