Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/calc: ChangeLog calc-2.12.2.2.ebuild
Date: Fri, 01 Jan 2010 17:33:55
Message-Id: E1NQlNd-0007MU-Mm@stork.gentoo.org
1 flameeyes 10/01/01 17:33:41
2
3 Modified: ChangeLog calc-2.12.2.2.ebuild
4 Log:
5 Use -j1 for build (bug #299224).
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 sci-mathematics/calc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 2 Jun 2008 22:39:34 -0000 1.17
22 +++ ChangeLog 1 Jan 2010 17:33:41 -0000 1.18
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-mathematics/calc
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.17 2008/06/02 22:39:34 coldwind Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.18 2010/01/01 17:33:41 flameeyes Exp $
29 +
30 + 01 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
31 + calc-2.12.2.2.ebuild:
32 + Use -j1 for build (bug #299224).
33
34 02 Jun 2008; Santiago M. Mola <coldwind@g.o> calc-2.12.2.2.ebuild:
35 amd64 stable and quoting fixed.
36
37
38
39 1.6 sci-mathematics/calc/calc-2.12.2.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?r1=1.5&r2=1.6
44
45 Index: calc-2.12.2.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- calc-2.12.2.2.ebuild 2 Jun 2008 22:39:34 -0000 1.5
52 +++ calc-2.12.2.2.ebuild 1 Jan 2010 17:33:41 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.5 2008/06/02 22:39:34 coldwind Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.6 2010/01/01 17:33:41 flameeyes Exp $
59
60 inherit eutils multilib
61
62 @@ -30,7 +30,8 @@
63 }
64
65 src_compile() {
66 - make \
67 + # bug #299224
68 + emake -j1 \
69 T="${D}" \
70 DEBUG="${CFLAGS}" \
71 CALCPAGER=less \