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.22.2.ebuild ChangeLog
Date: Sat, 07 Dec 2013 05:55:07
Message-Id: 20131207055500.EC7D42004E@flycatcher.gentoo.org
1 vapier 13/12/07 05:55:00
2
3 Modified: groff-1.22.2.ebuild ChangeLog
4 Log:
5 Fix parallel build with gropdf #487276 by Jimmy C. Chau.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.11 sys-apps/groff/groff-1.22.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.2.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.2.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.2.ebuild?r1=1.10&r2=1.11
15
16 Index: groff-1.22.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.22.2.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- groff-1.22.2.ebuild 9 Oct 2013 17:11:09 -0000 1.10
23 +++ groff-1.22.2.ebuild 7 Dec 2013 05:55:00 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.22.2.ebuild,v 1.10 2013/10/09 17:11:09 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.22.2.ebuild,v 1.11 2013/12/07 05:55:00 vapier Exp $
29
30 EAPI="4"
31
32 @@ -32,6 +32,7 @@
33
34 src_prepare() {
35 epatch "${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch #16108 #17580 #121502
36 + epatch "${FILESDIR}"/${PN}-1.22.2-parallel-mom.patch #487276
37
38 # Make sure we can cross-compile this puppy
39 if tc-is-cross-compiler ; then
40
41
42
43 1.140 sys-apps/groff/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.140&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.140&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?r1=1.139&r2=1.140
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v
52 retrieving revision 1.139
53 retrieving revision 1.140
54 diff -u -r1.139 -r1.140
55 --- ChangeLog 9 Oct 2013 17:11:09 -0000 1.139
56 +++ ChangeLog 7 Dec 2013 05:55:00 -0000 1.140
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-apps/groff
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.139 2013/10/09 17:11:09 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.140 2013/12/07 05:55:00 vapier Exp $
62 +
63 + 07 Dec 2013; Mike Frysinger <vapier@g.o>
64 + +files/groff-1.22.2-parallel-mom.patch, groff-1.22.2.ebuild:
65 + Fix parallel build with gropdf #487276 by Jimmy C. Chau.
66
67 09 Oct 2013; Agostino Sarubbo <ago@g.o> groff-1.22.2.ebuild:
68 Stable for sparc, wrt bug #386335