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/yacas: yacas-1.2.2.ebuild ChangeLog
Date: Mon, 24 Nov 2008 09:41:01
Message-Id: E1L4Xw9-0007Nu-OY@stork.gentoo.org
1 bicatali 08/11/24 09:40:57
2
3 Modified: yacas-1.2.2.ebuild ChangeLog
4 Log:
5 Added -j1 for java case
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.7 sci-mathematics/yacas/yacas-1.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?r1=1.6&r2=1.7
14
15 Index: yacas-1.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- yacas-1.2.2.ebuild 10 Nov 2008 23:34:22 -0000 1.6
22 +++ yacas-1.2.2.ebuild 24 Nov 2008 09:40:57 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.6 2008/11/10 23:34:22 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.7 2008/11/24 09:40:57 bicatali Exp $
28
29 inherit eutils java-pkg-opt-2
30
31 @@ -33,7 +33,8 @@
32 emake || die "emake failed"
33 if use java; then
34 cd JavaYacas || die
35 - emake -f makefile.yacas || die "emake java interface failed"
36 + # -j1 because of file generation dependence
37 + emake -j1 -f makefile.yacas || die "emake java interface failed"
38 fi
39 }
40
41
42
43
44 1.26 sci-mathematics/yacas/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.26&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.26&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?r1=1.25&r2=1.26
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v
53 retrieving revision 1.25
54 retrieving revision 1.26
55 diff -u -r1.25 -r1.26
56 --- ChangeLog 10 Nov 2008 23:34:22 -0000 1.25
57 +++ ChangeLog 24 Nov 2008 09:40:57 -0000 1.26
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sci-mathematics/yacas
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.25 2008/11/10 23:34:22 bicatali Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.26 2008/11/24 09:40:57 bicatali Exp $
63 +
64 + 24 Nov 2008; Sébastien Fabbro <bicatali@g.o> yacas-1.2.2.ebuild:
65 + Added -j1 for java case
66
67 10 Nov 2008; Sébastien Fabbro <bicatalib@g.o>
68 +files/yacas-1.2.2-makefixes.patch, -yacas-1.0.61.ebuild,