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/singular: singular-3.1.1.ebuild ChangeLog
Date: Wed, 28 Apr 2010 14:55:20
Message-Id: 20100428145517.263582C065@corvid.gentoo.org
1 bicatali 10/04/28 14:55:17
2
3 Modified: singular-3.1.1.ebuild ChangeLog
4 Log:
5 Reverted to full -j1, simple hacks for parallel builds unstable
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-mathematics/singular/singular-3.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/singular/singular-3.1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/singular/singular-3.1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/singular/singular-3.1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: singular-3.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- singular-3.1.1.ebuild 28 Apr 2010 04:53:21 -0000 1.1
22 +++ singular-3.1.1.ebuild 28 Apr 2010 14:55:16 -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/singular/singular-3.1.1.ebuild,v 1.1 2010/04/28 04:53:21 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.1.ebuild,v 1.2 2010/04/28 14:55:16 bicatali Exp $
28
29 EAPI="2"
30
31 @@ -66,10 +66,6 @@
32 }
33
34 src_compile() {
35 - emake install -j1 -C omalloc || die "emake omalloc failed"
36 - emake install -j1 -C factory || die "emake factory failed"
37 - emake install -C libfac || die "emake libfac failed"
38 - emake install -C kernel || die "emake libfac failed"
39 emake -j1 || die "emake failed"
40 if use emacs; then
41 cd "${WORKDIR}"/${MY_PN}/${MY_PV}/emacs/
42
43
44
45 1.33 sci-mathematics/singular/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.33&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.33&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.32&r2=1.33
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
54 retrieving revision 1.32
55 retrieving revision 1.33
56 diff -u -r1.32 -r1.33
57 --- ChangeLog 28 Apr 2010 04:53:21 -0000 1.32
58 +++ ChangeLog 28 Apr 2010 14:55:16 -0000 1.33
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sci-mathematics/singular
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.32 2010/04/28 04:53:21 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.33 2010/04/28 14:55:16 bicatali Exp $
64 +
65 + 28 Apr 2010; Sébastien Fabbro <bicatali@g.o>
66 + singular-3.1.1.ebuild:
67 + Reverted to full -j1, simple hacks for parallel builds unstable
68
69 *singular-3.1.1 (28 Apr 2010)