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: Thu, 25 Nov 2010 05:54:45
Message-Id: 20101125055437.8F4C820051@flycatcher.gentoo.org
1 keri 10/11/25 05:54:37
2
3 Modified: ChangeLog mercury-10.04.2-r1.ebuild
4 Log:
5 Disable mono library checks as they attempt to scribble outside of the sandbox
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.129 dev-lang/mercury/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.129&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.129&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/ChangeLog?r1=1.128&r2=1.129
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v
18 retrieving revision 1.128
19 retrieving revision 1.129
20 diff -u -r1.128 -r1.129
21 --- ChangeLog 6 Nov 2010 20:58:43 -0000 1.128
22 +++ ChangeLog 25 Nov 2010 05:54:37 -0000 1.129
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.128 2010/11/06 20:58:43 keri Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.129 2010/11/25 05:54:37 keri Exp $
28 +
29 + 25 Nov 2010; <keri@g.o> mercury-10.04.2-r1.ebuild:
30 + Disable mono library checks as they attempt to scribble outside of the
31 + sandbox
32
33 06 Nov 2010; <keri@g.o> mercury-10.04.2-r1.ebuild:
34 Add bootstrap_depend step to stop race condition in mmc dependency
35
36
37
38 1.7 dev-lang/mercury/mercury-10.04.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild?r1=1.6&r2=1.7
43
44 Index: mercury-10.04.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- mercury-10.04.2-r1.ebuild 6 Nov 2010 20:58:43 -0000 1.6
51 +++ mercury-10.04.2-r1.ebuild 25 Nov 2010 05:54:37 -0000 1.7
52 @@ -1,10 +1,10 @@
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.2-r1.ebuild,v 1.6 2010/11/06 20:58:43 keri Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild,v 1.7 2010/11/25 05:54:37 keri Exp $
57
58 inherit autotools elisp-common eutils flag-o-matic java-pkg-opt-2 multilib
59
60 -PATCHSET_VER="2"
61 +PATCHSET_VER="3"
62 MY_P=${PN}-compiler-${PV}
63
64 DESCRIPTION="Mercury is a modern general-purpose logic/functional programming language"