summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-01-08 04:41:08 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-01-08 04:41:08 +0000
commita7a06dc645bdd04fa65917c1b166ec9a658c7834 (patch)
tree6887b646ccfc36697a587cab90904ecb98673a7d /sci-physics/pythia
parentRemove old. (diff)
downloadgentoo-2-a7a06dc645bdd04fa65917c1b166ec9a658c7834.tar.gz
gentoo-2-a7a06dc645bdd04fa65917c1b166ec9a658c7834.tar.bz2
gentoo-2-a7a06dc645bdd04fa65917c1b166ec9a658c7834.zip
Reduce the number of tests, closing bug #297512
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/pythia')
-rw-r--r--sci-physics/pythia/ChangeLog7
-rw-r--r--sci-physics/pythia/pythia-8.1.30.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog
index 6aa5f17556bb..0207683f8305 100644
--- a/sci-physics/pythia/ChangeLog
+++ b/sci-physics/pythia/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/pythia
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.16 2009/11/23 07:15:40 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.17 2010/01/08 04:41:08 bicatali Exp $
+
+ 08 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> pythia-8.1.30.ebuild:
+ Reduce the number of tests, closing bug #297512
*pythia-8.1.30 (23 Nov 2009)
*pythia-6.4.22 (23 Nov 2009)
diff --git a/sci-physics/pythia/pythia-8.1.30.ebuild b/sci-physics/pythia/pythia-8.1.30.ebuild
index ee5cd950960d..ce9365dbd99e 100644
--- a/sci-physics/pythia/pythia-8.1.30.ebuild
+++ b/sci-physics/pythia/pythia-8.1.30.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild,v 1.1 2009/11/23 07:15:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.30.ebuild,v 1.2 2010/01/08 04:41:08 bicatali Exp $
EAPI=2
@@ -39,9 +39,9 @@ src_test() {
cd "${S}"/examples
# use emake for parallel instead of long runmains
emake \
- $(ls main0{1..9}*.cc main1{0..5}*.cc | sed -e 's/.cc//') \
+ $(ls main0{1..9}*.cc | sed -e 's/.cc//') \
|| die "emake tests failed"
- for i in main0{1..9}*.exe main1{0..5}*.exe; do
+ for i in main0{1..9}*.exe; do
./${i} > ${i}.out || die "test ${i} failed"
done
if use hepmc; then