Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mercury: ChangeLog mercury-10.04.2-r1.ebuild
Date: Wed, 29 Dec 2010 21:43:56
Message-Id: 20101229214345.9D9D220054@flycatcher.gentoo.org
1 keri 10/12/29 21:43:45
2
3 Modified: ChangeLog mercury-10.04.2-r1.ebuild
4 Log:
5 Run tests in C locale since output is compared against hard-coded errors/warnings. Closes #350030
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.131 dev-lang/mercury/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.131&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.131&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?r1=1.130&r2=1.131
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v
19 retrieving revision 1.130
20 retrieving revision 1.131
21 diff -u -r1.130 -r1.131
22 --- ChangeLog 22 Dec 2010 11:50:09 -0000 1.130
23 +++ ChangeLog 29 Dec 2010 21:43:45 -0000 1.131
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-lang/mercury
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.130 2010/12/22 11:50:09 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.131 2010/12/29 21:43:45 keri Exp $
29 +
30 + 29 Dec 2010; <keri@g.o> mercury-10.04.2-r1.ebuild:
31 + Run tests in C locale since output is compared against hard-coded
32 + errors/warnings. Closes #350030
33
34 22 Dec 2010; Markos Chandras <hwoarang@g.o> mercury-10.04.2-r1.ebuild:
35 Stable on amd64 wrt bug #346451
36
37
38
39 1.9 dev-lang/mercury/mercury-10.04.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild?r1=1.8&r2=1.9
44
45 Index: mercury-10.04.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- mercury-10.04.2-r1.ebuild 22 Dec 2010 11:50:09 -0000 1.8
52 +++ mercury-10.04.2-r1.ebuild 29 Dec 2010 21:43:45 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild,v 1.8 2010/12/22 11:50:09 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild,v 1.9 2010/12/29 21:43:45 keri Exp $
58
59 inherit autotools elisp-common eutils flag-o-matic java-pkg-opt-2 multilib
60
61 @@ -133,6 +133,9 @@
62 sed -i -e "s:@WORKSPACE@:${TWS}:" WS_FLAGS.ws \
63 || die "sed WORKSPACE failed"
64
65 + # Mercury tests must be run in C locale since Mercury output is
66 + # compared to hard-coded warnings/errors
67 + LC_ALL="C" \
68 PATH="${TWS}"/scripts:"${TWS}"/util:"${TWS}"/slice:"${PATH}" \
69 TERM="" \
70 WORKSPACE="${TWS}" \