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-0.13.1-r1.ebuild
Date: Fri, 04 Apr 2008 08:35:28
Message-Id: E1JhhOQ-0001yV-6W@stork.gentoo.org
1 keri 08/04/04 08:35:26
2
3 Modified: ChangeLog mercury-0.13.1-r1.ebuild
4 Log:
5 Reduce CFLAGS to those which do not interfere with mdb.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.82 dev-lang/mercury/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.82&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.82&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?r1=1.81&r2=1.82
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v
18 retrieving revision 1.81
19 retrieving revision 1.82
20 diff -u -r1.81 -r1.82
21 --- ChangeLog 20 Oct 2007 03:28:17 -0000 1.81
22 +++ ChangeLog 4 Apr 2008 08:35:25 -0000 1.82
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/mercury
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.81 2007/10/20 03:28:17 keri Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.82 2008/04/04 08:35:25 keri Exp $
29 +
30 + 04 Apr 2008; keri <keri@g.o> mercury-0.13.1-r1.ebuild:
31 + Reduce CFLAGS to those which do not interfere with mdb.
32
33 20 Oct 2007; keri <keri@g.o>
34 +files/mercury-0.13.1-tests-declarative-throw.patch,
35
36
37
38 1.11 dev-lang/mercury/mercury-0.13.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?r1=1.10&r2=1.11
43
44 Index: mercury-0.13.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- mercury-0.13.1-r1.ebuild 20 Oct 2007 03:28:17 -0000 1.10
51 +++ mercury-0.13.1-r1.ebuild 4 Apr 2008 08:35:25 -0000 1.11
52 @@ -1,8 +1,8 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v 1.10 2007/10/20 03:28:17 keri Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v 1.11 2008/04/04 08:35:25 keri Exp $
58
59 -inherit eutils
60 +inherit eutils flag-o-matic
61
62 MY_P=${PN}-compiler-${PV}
63
64 @@ -44,6 +44,9 @@
65 }
66
67 src_compile() {
68 + strip-flags
69 + append-flags -fno-tree-ter -fno-tree-lrs -fno-cse-follow-jumps -fno-expensive-optimizations -fno-rerun-cse-after-loop
70 +
71 local myconf
72 myconf="--libdir=/usr/$(get_libdir) \
73 --disable-gcc-back-end \
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list