Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pari: pari-2.3.2.ebuild ChangeLog
Date: Mon, 01 Oct 2007 17:12:34
Message-Id: E1IcOgD-0000pk-8Z@stork.gentoo.org
1 jer 07/10/01 17:03:37
2
3 Modified: pari-2.3.2.ebuild ChangeLog
4 Log:
5 DON'T hide build output.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.8 sci-mathematics/pari/pari-2.3.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?r1=1.7&r2=1.8
14
15 Index: pari-2.3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- pari-2.3.2.ebuild 30 Sep 2007 17:24:14 -0000 1.7
22 +++ pari-2.3.2.ebuild 1 Oct 2007 17:03:36 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.7 2007/09/30 17:24:14 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.8 2007/10/01 17:03:36 jer Exp $
28
29 inherit elisp-common eutils flag-o-matic multilib toolchain-funcs
30
31 @@ -78,7 +78,7 @@
32 src_test() {
33 cd "${S}"
34 ebegin "Testing pari kernel"
35 - make test-kernel > /dev/null
36 + make test-kernel
37 eend $?
38 }
39
40
41
42
43 1.49 sci-mathematics/pari/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.49&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.49&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?r1=1.48&r2=1.49
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v
52 retrieving revision 1.48
53 retrieving revision 1.49
54 diff -u -r1.48 -r1.49
55 --- ChangeLog 30 Sep 2007 17:24:14 -0000 1.48
56 +++ ChangeLog 1 Oct 2007 17:03:36 -0000 1.49
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-mathematics/pari
59 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.48 2007/09/30 17:24:14 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.49 2007/10/01 17:03:36 jer Exp $
62 +
63 + 01 Oct 2007; Jeroen Roovers <jer@g.o> pari-2.3.2.ebuild:
64 + DON'T hide build output.
65
66 30 Sep 2007; Raúl Porcel <armin76@g.o> pari-2.3.2.ebuild:
67 alpha stable wrt #194265
68
69
70
71 --
72 gentoo-commits@g.o mailing list