Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/gimp-help: ChangeLog gimp-help-2.4.0.ebuild
Date: Mon, 07 Jan 2008 22:01:08
Message-Id: E1JC01p-0002L6-SE@stork.gentoo.org
1 pva 08/01/07 22:01:05
2
3 Modified: ChangeLog gimp-help-2.4.0.ebuild
4 Log:
5 Fixed parallel build issue, bug #204794. Thank you Gunnar Steiniger <stonie81 AT gmx.de> for report.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.42 app-doc/gimp-help/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 6 Jan 2008 00:49:09 -0000 1.41
22 +++ ChangeLog 7 Jan 2008 22:01:05 -0000 1.42
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-doc/gimp-help
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.41 2008/01/06 00:49:09 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.42 2008/01/07 22:01:05 pva Exp $
28 +
29 + 07 Jan 2008; <pva@g.o> gimp-help-2.4.0.ebuild:
30 + Fixed parallel build issue, bug #204794. Thank you Gunnar Steiniger
31 + <stonie81 AT gmx.de> for report.
32
33 *gimp-help-2.4.0 (06 Jan 2008)
34
35
36
37
38 1.3 app-doc/gimp-help/gimp-help-2.4.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.0.ebuild?r1=1.2&r2=1.3
43
44 Index: gimp-help-2.4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- gimp-help-2.4.0.ebuild 6 Jan 2008 07:06:18 -0000 1.2
51 +++ gimp-help-2.4.0.ebuild 7 Jan 2008 22:01:05 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.0.ebuild,v 1.2 2008/01/06 07:06:18 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.0.ebuild,v 1.3 2008/01/07 22:01:05 pva Exp $
57
58 inherit eutils autotools
59
60 @@ -50,7 +50,7 @@
61 --disable-network \
62 || die "econf failed"
63
64 - emake || die "emake failed"
65 + emake -j1 || die "emake failed"
66 }
67
68 src_install() {
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list