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-physics/pythia: pythia-8.1.30.ebuild ChangeLog
Date: Fri, 08 Jan 2010 04:41:12
Message-Id: E1NT6er-0002xA-2o@stork.gentoo.org
1 bicatali 10/01/08 04:41:09
2
3 Modified: pythia-8.1.30.ebuild ChangeLog
4 Log:
5 Reduce the number of tests, closing bug #297512
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-physics/pythia/pythia-8.1.30.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild?r1=1.1&r2=1.2
14
15 Index: pythia-8.1.30.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pythia-8.1.30.ebuild 23 Nov 2009 07:15:40 -0000 1.1
22 +++ pythia-8.1.30.ebuild 8 Jan 2010 04:41:08 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild,v 1.1 2009/11/23 07:15:40 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild,v 1.2 2010/01/08 04:41:08 bicatali Exp $
29
30 EAPI=2
31
32 @@ -39,9 +39,9 @@
33 cd "${S}"/examples
34 # use emake for parallel instead of long runmains
35 emake \
36 - $(ls main0{1..9}*.cc main1{0..5}*.cc | sed -e 's/.cc//') \
37 + $(ls main0{1..9}*.cc | sed -e 's/.cc//') \
38 || die "emake tests failed"
39 - for i in main0{1..9}*.exe main1{0..5}*.exe; do
40 + for i in main0{1..9}*.exe; do
41 ./${i} > ${i}.out || die "test ${i} failed"
42 done
43 if use hepmc; then
44
45
46
47 1.17 sci-physics/pythia/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.17&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.17&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?r1=1.16&r2=1.17
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v
56 retrieving revision 1.16
57 retrieving revision 1.17
58 diff -u -r1.16 -r1.17
59 --- ChangeLog 23 Nov 2009 07:15:40 -0000 1.16
60 +++ ChangeLog 8 Jan 2010 04:41:08 -0000 1.17
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sci-physics/pythia
63 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.16 2009/11/23 07:15:40 bicatali Exp $
65 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.17 2010/01/08 04:41:08 bicatali Exp $
67 +
68 + 08 Jan 2010; Sébastien Fabbro <bicatali@g.o> pythia-8.1.30.ebuild:
69 + Reduce the number of tests, closing bug #297512
70
71 *pythia-8.1.30 (23 Nov 2009)
72 *pythia-6.4.22 (23 Nov 2009)