Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/apbs: ChangeLog apbs-1.2.1b-r4.ebuild
Date: Sun, 27 Jun 2010 16:53:43
Message-Id: 20100627165336.A89D72CF95@corvid.gentoo.org
1 jlec 10/06/27 16:53:36
2
3 Modified: ChangeLog apbs-1.2.1b-r4.ebuild
4 Log:
5 Force LC_NUMERIC to C during test, should fix problem with decimal seperators
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.37 sci-chemistry/apbs/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 27 Jun 2010 14:16:21 -0000 1.36
22 +++ ChangeLog 27 Jun 2010 16:53:36 -0000 1.37
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-chemistry/apbs
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.36 2010/06/27 14:16:21 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.37 2010/06/27 16:53:36 jlec Exp $
28 +
29 + 27 Jun 2010; Justin Lecher <jlec@g.o> apbs-1.2.1b-r4.ebuild:
30 + Force LC_NUMERIC to C during test, should fix problem with decimal
31 + seperators
32
33 27 Jun 2010; <nixnut@g.o> apbs-1.2.1b-r4.ebuild:
34 ppc stable #324613
35
36
37
38 1.6 sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild?r1=1.5&r2=1.6
43
44 Index: apbs-1.2.1b-r4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- apbs-1.2.1b-r4.ebuild 27 Jun 2010 14:16:21 -0000 1.5
51 +++ apbs-1.2.1b-r4.ebuild 27 Jun 2010 16:53:36 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.5 2010/06/27 14:16:21 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.6 2010/06/27 16:53:36 jlec Exp $
57
58 EAPI="3"
59
60 @@ -91,6 +91,7 @@
61 elog "tinker code make apbs to not reach the expected precission"
62 elog "https://sourceforge.net/tracker/?func=detail&aid=3019465&group_id=148472&atid=771704"
63 else
64 + export LC_NUMERIC=C
65 cd examples && make test \
66 || die "Tests failed"
67 grep -q 'FAILED' "${S}"/examples/TESTRESULTS.log && die "Tests failed"