Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/calc: calc-2.12.4.0.ebuild ChangeLog
Date: Thu, 07 Jan 2010 17:21:19
Message-Id: E1NSw2u-0007MU-De@stork.gentoo.org
1 bicatali 10/01/07 17:21:16
2
3 Modified: calc-2.12.4.0.ebuild ChangeLog
4 Log:
5 Added quotes
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-mathematics/calc/calc-2.12.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild?r1=1.1&r2=1.2
14
15 Index: calc-2.12.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- calc-2.12.4.0.ebuild 5 Jan 2010 21:35:27 -0000 1.1
22 +++ calc-2.12.4.0.ebuild 7 Jan 2010 17:21:15 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild,v 1.1 2010/01/05 21:35:27 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild,v 1.2 2010/01/07 17:21:15 bicatali Exp $
28
29 EAPI=2
30 inherit eutils
31 @@ -23,7 +23,7 @@
32 # parallel compilation hard to fix. better to leave upstream.
33 emake -j1 \
34 DEBUG="${CFLAGS}" \
35 - CALCPAGER=${PAGER} \
36 + CALCPAGER="${PAGER}" \
37 USE_READLINE="-DUSE_READLINE" \
38 READLINE_LIB="-lreadline -lhistory -lncurses" \
39 all || die "emake failed"
40
41
42
43 1.20 sci-mathematics/calc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?rev=1.20&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?rev=1.20&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?r1=1.19&r2=1.20
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v
52 retrieving revision 1.19
53 retrieving revision 1.20
54 diff -u -r1.19 -r1.20
55 --- ChangeLog 5 Jan 2010 21:35:27 -0000 1.19
56 +++ ChangeLog 7 Jan 2010 17:21:15 -0000 1.20
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-mathematics/calc
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.19 2010/01/05 21:35:27 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.20 2010/01/07 17:21:15 bicatali Exp $
62 +
63 + 07 Jan 2010; Sébastien Fabbro <bicatali@g.o> calc-2.12.4.0.ebuild:
64 + Added quotes
65
66 *calc-2.12.4.0 (05 Jan 2010)