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: mercury-0.12.2-r3.ebuild ChangeLog mercury-0.12.2-r4.ebuild mercury-0.13.1-r1.ebuild mercury-0.13.1.ebuild
Date: Fri, 09 May 2008 07:28:43
Message-Id: E1JuN20-0007pK-S0@stork.gentoo.org
1 keri 08/05/09 07:28:40
2
3 Modified: mercury-0.12.2-r3.ebuild ChangeLog
4 mercury-0.12.2-r4.ebuild mercury-0.13.1-r1.ebuild
5 mercury-0.13.1.ebuild
6 Log:
7 Remove redundant calls to cd ${S}
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.16 dev-lang/mercury/mercury-0.12.2-r3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild?r1=1.15&r2=1.16
16
17 Index: mercury-0.12.2-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- mercury-0.12.2-r3.ebuild 13 Jan 2007 09:02:46 -0000 1.15
24 +++ mercury-0.12.2-r3.ebuild 9 May 2008 07:28:40 -0000 1.16
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild,v 1.15 2007/01/13 09:02:46 keri Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild,v 1.16 2008/05/09 07:28:40 keri Exp $
31
32 inherit eutils
33
34 @@ -86,7 +86,6 @@
35 }
36
37 src_test() {
38 - cd "${S}"
39 TEST_GRADE=`scripts/ml --print-grade`
40 if [ -d "${S}"/libgrades/${TEST_GRADE} ] ; then
41 TWS="${S}"/libgrades/${TEST_GRADE}
42
43
44
45 1.83 dev-lang/mercury/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.83&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.83&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?r1=1.82&r2=1.83
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v
54 retrieving revision 1.82
55 retrieving revision 1.83
56 diff -u -r1.82 -r1.83
57 --- ChangeLog 4 Apr 2008 08:35:25 -0000 1.82
58 +++ ChangeLog 9 May 2008 07:28:40 -0000 1.83
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-lang/mercury
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.82 2008/04/04 08:35:25 keri Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.83 2008/05/09 07:28:40 keri Exp $
64 +
65 + 09 May 2008; keri <keri@g.o> mercury-0.12.2-r3.ebuild,
66 + mercury-0.12.2-r4.ebuild, mercury-0.13.1.ebuild, mercury-0.13.1-r1.ebuild:
67 + Remove redundant calls to cd ${S}
68
69 04 Apr 2008; keri <keri@g.o> mercury-0.13.1-r1.ebuild:
70 Reduce CFLAGS to those which do not interfere with mdb.
71
72
73
74 1.7 dev-lang/mercury/mercury-0.12.2-r4.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild?rev=1.7&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild?rev=1.7&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild?r1=1.6&r2=1.7
79
80 Index: mercury-0.12.2-r4.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild,v
83 retrieving revision 1.6
84 retrieving revision 1.7
85 diff -u -r1.6 -r1.7
86 --- mercury-0.12.2-r4.ebuild 13 Jan 2007 09:02:46 -0000 1.6
87 +++ mercury-0.12.2-r4.ebuild 9 May 2008 07:28:40 -0000 1.7
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2007 Gentoo Foundation
90 +# Copyright 1999-2008 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild,v 1.6 2007/01/13 09:02:46 keri Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild,v 1.7 2008/05/09 07:28:40 keri Exp $
94
95 inherit eutils
96
97 @@ -89,7 +89,6 @@
98 }
99
100 src_test() {
101 - cd "${S}"
102 TEST_GRADE=`scripts/ml --print-grade`
103 if [ -d "${S}"/libgrades/${TEST_GRADE} ] ; then
104 TWS="${S}"/libgrades/${TEST_GRADE}
105
106
107
108 1.12 dev-lang/mercury/mercury-0.13.1-r1.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?rev=1.12&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?rev=1.12&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?r1=1.11&r2=1.12
113
114 Index: mercury-0.13.1-r1.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v
117 retrieving revision 1.11
118 retrieving revision 1.12
119 diff -u -r1.11 -r1.12
120 --- mercury-0.13.1-r1.ebuild 4 Apr 2008 08:35:25 -0000 1.11
121 +++ mercury-0.13.1-r1.ebuild 9 May 2008 07:28:40 -0000 1.12
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2008 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $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 $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v 1.12 2008/05/09 07:28:40 keri Exp $
127
128 inherit eutils flag-o-matic
129
130 @@ -92,7 +92,6 @@
131 }
132
133 src_test() {
134 - cd "${S}"
135 TEST_GRADE=`scripts/ml --print-grade`
136 if [ -d "${S}"/libgrades/${TEST_GRADE} ] ; then
137 TWS="${S}"/libgrades/${TEST_GRADE}
138
139
140
141 1.3 dev-lang/mercury/mercury-0.13.1.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild?rev=1.3&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild?rev=1.3&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild?r1=1.2&r2=1.3
146
147 Index: mercury-0.13.1.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild,v
150 retrieving revision 1.2
151 retrieving revision 1.3
152 diff -u -r1.2 -r1.3
153 --- mercury-0.13.1.ebuild 13 Jan 2007 09:02:46 -0000 1.2
154 +++ mercury-0.13.1.ebuild 9 May 2008 07:28:40 -0000 1.3
155 @@ -1,6 +1,6 @@
156 -# Copyright 1999-2007 Gentoo Foundation
157 +# Copyright 1999-2008 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild,v 1.2 2007/01/13 09:02:46 keri Exp $
160 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild,v 1.3 2008/05/09 07:28:40 keri Exp $
161
162 inherit eutils
163
164 @@ -84,7 +84,6 @@
165 }
166
167 src_test() {
168 - cd "${S}"
169 TEST_GRADE=`scripts/ml --print-grade`
170 if [ -d "${S}"/libgrades/${TEST_GRADE} ] ; then
171 TWS="${S}"/libgrades/${TEST_GRADE}
172
173
174
175 --
176 gentoo-commits@l.g.o mailing list