Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/pgocaml: ChangeLog pgocaml-1.6.ebuild
Date: Wed, 21 Nov 2012 12:00:07
Message-Id: 20121121115955.D067A20C63@flycatcher.gentoo.org
1 aballier 12/11/21 11:59:55
2
3 Modified: ChangeLog pgocaml-1.6.ebuild
4 Log:
5 fix parallel build by Jeroen Roovers, bug #442798
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.2 dev-ml/pgocaml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 6 Oct 2012 21:05:20 -0000 1.1
23 +++ ChangeLog 21 Nov 2012 11:59:55 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ml/pgocaml
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.1 2012/10/06 21:05:20 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.2 2012/11/21 11:59:55 aballier Exp $
29 +
30 + 21 Nov 2012; Alexis Ballier <aballier@g.o> pgocaml-1.6.ebuild,
31 + +files/pgocaml-1.6-parallel-make.patch:
32 + fix parallel build by Jeroen Roovers, bug #442798
33
34 *pgocaml-1.6 (07 Oct 2012)
35
36
37
38
39 1.2 dev-ml/pgocaml/pgocaml-1.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild?r1=1.1&r2=1.2
44
45 Index: pgocaml-1.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- pgocaml-1.6.ebuild 6 Oct 2012 21:05:20 -0000 1.1
52 +++ pgocaml-1.6.ebuild 21 Nov 2012 11:59:55 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild,v 1.1 2012/10/06 21:05:20 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild,v 1.2 2012/11/21 11:59:55 aballier Exp $
58
59 EAPI=4
60
61 @@ -26,6 +26,7 @@
62 src_prepare() {
63 epatch "${FILESDIR}/${P}-test.patch"
64 epatch "${FILESDIR}/${P}-makefile.patch"
65 + epatch "${FILESDIR}/${P}-parallel-make.patch"
66 }
67
68 src_configure() {