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-r2.ebuild mercury-0.13.1.ebuild
Date: Fri, 21 Nov 2008 22:39:00
Message-Id: E1L3eeO-0005gP-8z@stork.gentoo.org
1 keri 08/11/21 22:38:56
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-r2.ebuild mercury-0.13.1.ebuild
6 Log:
7 Block dev-libs/mpatrol. Bug #247070.
8 (Portage version: 2.1.4.5)
9
10 Revision Changes Path
11 1.17 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.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild?rev=1.17&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.16&r2=1.17
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.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- mercury-0.12.2-r3.ebuild 9 May 2008 07:28:40 -0000 1.16
24 +++ mercury-0.12.2-r3.ebuild 21 Nov 2008 22:38:56 -0000 1.17
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild,v 1.17 2008/11/21 22:38:56 keri Exp $
30
31 inherit eutils
32
33 @@ -17,7 +17,8 @@
34
35 IUSE="debug minimal readline threads"
36
37 -DEPEND="readline? ( sys-libs/readline )"
38 +DEPEND="!dev-util/mpatrol
39 + readline? ( sys-libs/readline )"
40
41 S="${WORKDIR}"/${MY_P}
42 TESTDIR="${WORKDIR}"/${PN}-tests-${PV}
43
44
45
46 1.86 dev-lang/mercury/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.86&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?rev=1.86&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/ChangeLog?r1=1.85&r2=1.86
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v
55 retrieving revision 1.85
56 retrieving revision 1.86
57 diff -u -r1.85 -r1.86
58 --- ChangeLog 23 Sep 2008 06:17:35 -0000 1.85
59 +++ ChangeLog 21 Nov 2008 22:38:56 -0000 1.86
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-lang/mercury
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.85 2008/09/23 06:17:35 keri Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.86 2008/11/21 22:38:56 keri Exp $
65 +
66 + 21 Nov 2008; <keri@g.o> mercury-0.12.2-r3.ebuild,
67 + mercury-0.12.2-r4.ebuild, mercury-0.13.1.ebuild, mercury-0.13.1-r1.ebuild,
68 + mercury-0.13.1-r2.ebuild:
69 + Block dev-libs/mpatrol. Bug #247070.
70
71 23 Sep 2008; <keri@g.o> +files/mercury-0.13.1-rebuild-mslice.patch,
72 mercury-0.13.1-r2.ebuild:
73
74
75
76 1.8 dev-lang/mercury/mercury-0.12.2-r4.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild?rev=1.8&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild?rev=1.8&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild?r1=1.7&r2=1.8
81
82 Index: mercury-0.12.2-r4.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild,v
85 retrieving revision 1.7
86 retrieving revision 1.8
87 diff -u -r1.7 -r1.8
88 --- mercury-0.12.2-r4.ebuild 9 May 2008 07:28:40 -0000 1.7
89 +++ mercury-0.12.2-r4.ebuild 21 Nov 2008 22:38:56 -0000 1.8
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r4.ebuild,v 1.8 2008/11/21 22:38:56 keri Exp $
95
96 inherit eutils
97
98 @@ -17,7 +17,8 @@
99
100 IUSE="debug minimal readline threads"
101
102 -DEPEND="readline? ( sys-libs/readline )"
103 +DEPEND="!dev-libs/mpatrol
104 + readline? ( sys-libs/readline )"
105
106 S="${WORKDIR}"/${MY_P}
107 TESTDIR="${WORKDIR}"/${PN}-tests-${PV}
108
109
110
111 1.13 dev-lang/mercury/mercury-0.13.1-r1.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?rev=1.13&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?rev=1.13&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild?r1=1.12&r2=1.13
116
117 Index: mercury-0.13.1-r1.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v
120 retrieving revision 1.12
121 retrieving revision 1.13
122 diff -u -r1.12 -r1.13
123 --- mercury-0.13.1-r1.ebuild 9 May 2008 07:28:40 -0000 1.12
124 +++ mercury-0.13.1-r1.ebuild 21 Nov 2008 22:38:56 -0000 1.13
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2008 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $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 $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v 1.13 2008/11/21 22:38:56 keri Exp $
130
131 inherit eutils flag-o-matic
132
133 @@ -17,7 +17,8 @@
134
135 IUSE="debug minimal readline threads"
136
137 -DEPEND="readline? ( sys-libs/readline )"
138 +DEPEND="!dev-libs/mpatrol
139 + readline? ( sys-libs/readline )"
140
141 S="${WORKDIR}"/${MY_P}
142 TESTDIR="${WORKDIR}"/${PN}-tests-${PV}
143
144
145
146 1.3 dev-lang/mercury/mercury-0.13.1-r2.ebuild
147
148 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r2.ebuild?rev=1.3&view=markup
149 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r2.ebuild?rev=1.3&content-type=text/plain
150 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r2.ebuild?r1=1.2&r2=1.3
151
152 Index: mercury-0.13.1-r2.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r2.ebuild,v
155 retrieving revision 1.2
156 retrieving revision 1.3
157 diff -u -r1.2 -r1.3
158 --- mercury-0.13.1-r2.ebuild 23 Sep 2008 06:17:35 -0000 1.2
159 +++ mercury-0.13.1-r2.ebuild 21 Nov 2008 22:38:56 -0000 1.3
160 @@ -1,6 +1,6 @@
161 # Copyright 1999-2008 Gentoo Foundation
162 # Distributed under the terms of the GNU General Public License v2
163 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r2.ebuild,v 1.2 2008/09/23 06:17:35 keri Exp $
164 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r2.ebuild,v 1.3 2008/11/21 22:38:56 keri Exp $
165
166 inherit eutils flag-o-matic
167
168 @@ -17,7 +17,8 @@
169
170 IUSE="debug minimal readline test threads"
171
172 -DEPEND="readline? ( sys-libs/readline )"
173 +DEPEND="!dev-libs/mpatrol
174 + readline? ( sys-libs/readline )"
175
176 S="${WORKDIR}"/${MY_P}
177 TESTDIR="${WORKDIR}"/${PN}-tests-${PV}
178
179
180
181 1.4 dev-lang/mercury/mercury-0.13.1.ebuild
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild?rev=1.4&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild?rev=1.4&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild?r1=1.3&r2=1.4
186
187 Index: mercury-0.13.1.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild,v
190 retrieving revision 1.3
191 retrieving revision 1.4
192 diff -u -r1.3 -r1.4
193 --- mercury-0.13.1.ebuild 9 May 2008 07:28:40 -0000 1.3
194 +++ mercury-0.13.1.ebuild 21 Nov 2008 22:38:56 -0000 1.4
195 @@ -1,6 +1,6 @@
196 # Copyright 1999-2008 Gentoo Foundation
197 # Distributed under the terms of the GNU General Public License v2
198 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild,v 1.3 2008/05/09 07:28:40 keri Exp $
199 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1.ebuild,v 1.4 2008/11/21 22:38:56 keri Exp $
200
201 inherit eutils
202
203 @@ -17,7 +17,8 @@
204
205 IUSE="debug minimal readline threads"
206
207 -DEPEND="readline? ( sys-libs/readline )"
208 +DEPEND="!dev-libs/mpatrol
209 + readline? ( sys-libs/readline )"
210
211 S="${WORKDIR}"/${MY_P}
212 TESTDIR="${WORKDIR}"/${PN}-tests-${PV}