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.ebuild
Date: Wed, 28 Jul 2010 08:25:04
Message-Id: 20100728082455.DB4F62CE15@corvid.gentoo.org
1 keri 10/07/28 08:24:55
2
3 Modified: ChangeLog mercury-10.04.ebuild
4 Log:
5 Disable hard-coded static link tests
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.112 dev-lang/mercury/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.112&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.112&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?r1=1.111&r2=1.112
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v
18 retrieving revision 1.111
19 retrieving revision 1.112
20 diff -u -r1.111 -r1.112
21 --- ChangeLog 26 Jul 2010 07:30:19 -0000 1.111
22 +++ ChangeLog 28 Jul 2010 08:24:55 -0000 1.112
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/mercury
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.111 2010/07/26 07:30:19 keri Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.112 2010/07/28 08:24:55 keri Exp $
28 +
29 + 28 Jul 2010; <keri@g.o> mercury-10.04.ebuild,
30 + +files/mercury-10.04-tests-static-link.patch:
31 + Disable hard-coded static link tests
32
33 26 Jul 2010; <keri@g.o> mercury-10.04.ebuild,
34 +files/mercury-10.04-sparc-llds-base-grade.patch:
35
36
37
38 1.6 dev-lang/mercury/mercury-10.04.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.ebuild?r1=1.5&r2=1.6
43
44 Index: mercury-10.04.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- mercury-10.04.ebuild 26 Jul 2010 07:30:20 -0000 1.5
51 +++ mercury-10.04.ebuild 28 Jul 2010 08:24:55 -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/dev-lang/mercury/mercury-10.04.ebuild,v 1.5 2010/07/26 07:30:20 keri Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.ebuild,v 1.6 2010/07/28 08:24:55 keri Exp $
57
58 inherit elisp-common eutils flag-o-matic java-pkg-opt-2 multilib
59
60 @@ -49,6 +49,7 @@
61 epatch "${FILESDIR}"/${P}-tests-workspace.patch
62 epatch "${FILESDIR}"/${P}-tests-sandbox.patch
63 epatch "${FILESDIR}"/${P}-tests-mercury-float.patch
64 + epatch "${FILESDIR}"/${P}-tests-static-link.patch
65 fi
66 }