Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-1.2.5.ebuild mono-1.2.5.1.ebuild mono-1.1.16.1.ebuild ChangeLog mono-1.2.2.1.ebuild mono-1.2.5.1-r1.ebuild mono-1.2.4.ebuild mono-1.2.3.1.ebuild
Date: Sun, 02 Mar 2008 19:34:55
Message-Id: E1JVtx6-0005P7-4l@stork.gentoo.org
1 compnerd 08/03/02 19:34:28
2
3 Modified: mono-1.2.5.ebuild mono-1.2.5.1.ebuild
4 mono-1.1.16.1.ebuild ChangeLog mono-1.2.2.1.ebuild
5 mono-1.2.5.1-r1.ebuild mono-1.2.4.ebuild
6 mono-1.2.3.1.ebuild
7 Log:
8 zomg quoting!
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.3 dev-lang/mono/mono-1.2.5.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.ebuild?r1=1.2&r2=1.3
17
18 Index: mono-1.2.5.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- mono-1.2.5.ebuild 11 Sep 2007 08:10:20 -0000 1.2
25 +++ mono-1.2.5.ebuild 2 Mar 2008 19:34:27 -0000 1.3
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2007 Gentoo Foundation
28 +# Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.ebuild,v 1.2 2007/09/11 08:10:20 jurek Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.ebuild,v 1.3 2008/03/02 19:34:27 compnerd Exp $
32
33 inherit eutils flag-o-matic multilib autotools
34
35 @@ -37,25 +37,25 @@
36
37 src_unpack() {
38 unpack ${A}
39 - cd ${S}
40 + cd "${S}"
41
42 # Fix the install path, install into $(libdir)
43 sed -i -e 's:$(prefix)/lib:$(libdir):' \
44 -i -e 's:$(exec_prefix)/lib:$(libdir):' \
45 -i -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \
46 - ${S}/{scripts,mono/metadata}/Makefile.am ${S}/configure.in \
47 + "${S}"/{scripts,mono/metadata}/Makefile.am "${S}/configure.in" \
48 || die "sed failed"
49
50 sed -i -e 's:^libdir.*:libdir=@libdir@:' \
51 -i -e 's:${prefix}/lib/:${libdir}/:g' \
52 - ${S}/{scripts,}/*.pc.in \
53 + "${S}"/{scripts,}/*.pc.in \
54 || die "sed failed"
55
56 - epatch ${FILESDIR}/${P}-make-check.patch || die "patch failed"
57 - epatch ${FILESDIR}/${PN}-1.2.4-pic.patch || die "patch failed"
58 + epatch "${FILESDIR}/${P}-make-check.patch" || die "patch failed"
59 + epatch "${FILESDIR}/${PN}-1.2.4-pic.patch" || die "patch failed"
60
61 # Remove dummy ltconfig and let libtool handle it
62 - rm -f ${S}/libgc/ltconfig
63 + rm -f "${S}/libgc/ltconfig"
64
65 einfo "Regenerating the build files, this will take some time..."
66 eautoreconf
67 @@ -82,7 +82,7 @@
68 fi
69
70 # Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
71 - touch ${S}/mcs/build/deps/use-monolite
72 + touch "${S}/mcs/build/deps/use-monolite"
73
74 econf ${myconf} || die "configure failed"
75 emake EXTERNAL_MCS=false EXTERNAL_MONO=false
76
77
78
79 1.2 dev-lang/mono/mono-1.2.5.1.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.1.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.1.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.1.ebuild?r1=1.1&r2=1.2
84
85 Index: mono-1.2.5.1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.1.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- mono-1.2.5.1.ebuild 20 Sep 2007 23:18:31 -0000 1.1
92 +++ mono-1.2.5.1.ebuild 2 Mar 2008 19:34:27 -0000 1.2
93 @@ -1,6 +1,6 @@
94 -# Copyright 1999-2007 Gentoo Foundation
95 +# Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.1.ebuild,v 1.1 2007/09/20 23:18:31 jurek Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.1.ebuild,v 1.2 2008/03/02 19:34:27 compnerd Exp $
99
100 inherit eutils flag-o-matic multilib autotools
101
102 @@ -37,24 +37,24 @@
103
104 src_unpack() {
105 unpack ${A}
106 - cd ${S}
107 + cd "${S}"
108
109 # Fix the install path, install into $(libdir)
110 sed -i -e 's:$(prefix)/lib:$(libdir):' \
111 -i -e 's:$(exec_prefix)/lib:$(libdir):' \
112 -i -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \
113 - ${S}/{scripts,mono/metadata}/Makefile.am ${S}/configure.in \
114 + "${S}"/{scripts,mono/metadata}/Makefile.am "${S}/configure.in" \
115 || die "sed failed"
116
117 sed -i -e 's:^libdir.*:libdir=@libdir@:' \
118 -i -e 's:${prefix}/lib/:${libdir}/:g' \
119 - ${S}/{scripts,}/*.pc.in \
120 + "${S}"/{scripts,}/*.pc.in \
121 || die "sed failed"
122
123 - epatch ${FILESDIR}/${PN}-1.2.4-pic.patch || die "patch failed"
124 + epatch "${FILESDIR}/${PN}-1.2.4-pic.patch" || die "patch failed"
125
126 # Remove dummy ltconfig and let libtool handle it
127 - rm -f ${S}/libgc/ltconfig
128 + rm -f "${S}/libgc/ltconfig"
129
130 einfo "Regenerating the build files, this will take some time..."
131 eautoreconf
132 @@ -81,7 +81,7 @@
133 fi
134
135 # Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
136 - touch ${S}/mcs/build/deps/use-monolite
137 + touch "${S}/mcs/build/deps/use-monolite"
138
139 econf ${myconf} || die "configure failed"
140 emake EXTERNAL_MCS=false EXTERNAL_MONO=false
141
142
143
144 1.8 dev-lang/mono/mono-1.1.16.1.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild?rev=1.8&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild?rev=1.8&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild?r1=1.7&r2=1.8
149
150 Index: mono-1.1.16.1.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild,v
153 retrieving revision 1.7
154 retrieving revision 1.8
155 diff -u -r1.7 -r1.8
156 --- mono-1.1.16.1.ebuild 2 Jul 2007 02:31:24 -0000 1.7
157 +++ mono-1.1.16.1.ebuild 2 Mar 2008 19:34:27 -0000 1.8
158 @@ -1,6 +1,6 @@
159 -# Copyright 1999-2007 Gentoo Foundation
160 +# Copyright 1999-2008 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild,v 1.7 2007/07/02 02:31:24 peper Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild,v 1.8 2008/03/02 19:34:27 compnerd Exp $
164
165 inherit eutils mono flag-o-matic multilib autotools
166
167 @@ -31,25 +31,25 @@
168
169 src_unpack() {
170 unpack ${A}
171 - cd ${S}
172 + cd "${S}"
173
174 # Fix munging of Unix paths
175 - epatch ${FILESDIR}/${PN}-1.1.13-pathfix.diff
176 + epatch "${FILESDIR}/${PN}-1.1.13-pathfix.diff"
177
178 # Install all our .dlls under $(libdir), not $(prefix)/lib
179 if [ $(get_libdir) != "lib" ] ; then
180 sed -i -e 's:$(prefix)/lib:$(libdir):' \
181 -e 's:$(exec_prefix)/lib:$(libdir):' \
182 -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \
183 - ${S}/{scripts,mono/metadata}/Makefile.am \
184 - ${S}/configure.in || die "sed failed"
185 + "${S}"/{scripts,mono/metadata}/Makefile.am \
186 + "${S}"/configure.in || die "sed failed"
187 sed -i -e 's:^libdir.*:libdir=@libdir@:' \
188 -e 's:${prefix}/lib/:${libdir}/:g' \
189 - ${S}/{scripts,}/*.pc.in || die "sed failed"
190 + "${S}"/{scripts,}/*.pc.in || die "sed failed"
191 fi
192
193 # Remove the dummy ltconfig and leave to libtoolize handling it
194 - rm -f ${S}/libgc/ltconfig
195 + rm -f "${S}/libgc/ltconfig"
196
197 eautoreconf
198 }
199 @@ -74,7 +74,7 @@
200
201 # Force the use of the monolite mcs, to prevent us from trying to build
202 # with old buggy classlibs/mcs versions. See bug #118062
203 - touch ${S}/mcs/build/deps/use-monolite
204 + touch "${S}/mcs/build/deps/use-monolite"
205
206 econf ${myconf} || die
207 emake EXTERNAL_MCS=false EXTERNAL_MONO=false
208 @@ -89,7 +89,7 @@
209 }
210
211 src_install() {
212 - make DESTDIR=${D} install || die
213 + make DESTDIR="${D}" install || die
214
215 dodoc AUTHORS ChangeLog NEWS README
216 docinto docs
217
218
219
220 1.136 dev-lang/mono/ChangeLog
221
222 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.136&view=markup
223 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.136&content-type=text/plain
224 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.135&r2=1.136
225
226 Index: ChangeLog
227 ===================================================================
228 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
229 retrieving revision 1.135
230 retrieving revision 1.136
231 diff -u -r1.135 -r1.136
232 --- ChangeLog 2 Mar 2008 19:19:49 -0000 1.135
233 +++ ChangeLog 2 Mar 2008 19:34:27 -0000 1.136
234 @@ -1,6 +1,12 @@
235 # ChangeLog for dev-lang/mono
236 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
237 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.135 2008/03/02 19:19:49 compnerd Exp $
238 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.136 2008/03/02 19:34:27 compnerd Exp $
239 +
240 + 02 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
241 + mono-1.1.16.1.ebuild, mono-1.2.2.1.ebuild, mono-1.2.3.1.ebuild,
242 + mono-1.2.4.ebuild, mono-1.2.5.ebuild, mono-1.2.5.1.ebuild,
243 + mono-1.2.5.1-r1.ebuild:
244 + fix some quoting issues
245
246 02 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
247 mono-1.2.6-r2.ebuild:
248
249
250
251 1.11 dev-lang/mono/mono-1.2.2.1.ebuild
252
253 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild?rev=1.11&view=markup
254 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild?rev=1.11&content-type=text/plain
255 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild?r1=1.10&r2=1.11
256
257 Index: mono-1.2.2.1.ebuild
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v
260 retrieving revision 1.10
261 retrieving revision 1.11
262 diff -u -r1.10 -r1.11
263 --- mono-1.2.2.1.ebuild 2 Jul 2007 02:31:24 -0000 1.10
264 +++ mono-1.2.2.1.ebuild 2 Mar 2008 19:34:27 -0000 1.11
265 @@ -1,6 +1,6 @@
266 -# Copyright 1999-2007 Gentoo Foundation
267 +# Copyright 1999-2008 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.10 2007/07/02 02:31:24 peper Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.11 2008/03/02 19:34:27 compnerd Exp $
271
272 inherit eutils flag-o-matic multilib autotools
273
274 @@ -37,22 +37,22 @@
275
276 src_unpack() {
277 unpack ${A}
278 - cd ${S}
279 + cd "${S}"
280
281 # Fix the install path, install into $(libdir)
282 sed -i -e 's:$(prefix)/lib:$(libdir):' \
283 -i -e 's:$(exec_prefix)/lib:$(libdir):' \
284 -i -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \
285 - ${S}/{scripts,mono/metadata}/Makefile.am ${S}/configure.in \
286 + "${S}"/{scripts,mono/metadata}/Makefile.am "${S}/configure.in" \
287 || die "sed failed"
288
289 sed -i -e 's:^libdir.*:libdir=@libdir@:' \
290 -i -e 's:${prefix}/lib/:${libdir}/:g' \
291 - ${S}/{scripts,}/*.pc.in \
292 + "${S}"/{scripts,}/*.pc.in \
293 || die "sed failed"
294
295 # Remove dummy ltconfig and let libtool handle it
296 - rm -f ${S}/libgc/ltconfig
297 + rm -f "${S}/libgc/ltconfig"
298
299 einfo "Regenerating the build files, this will take some time..."
300 eautoreconf
301 @@ -83,7 +83,7 @@
302 fi
303
304 # Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
305 - touch ${S}/mcs/build/deps/use-monolite
306 + touch "${S}/mcs/build/deps/use-monolite"
307
308 econf ${myconf} || die "configure failed"
309 emake EXTERNAL_MCS=false EXTERNAL_MONO=false
310 @@ -98,7 +98,7 @@
311 }
312
313 src_install() {
314 - emake DESTDIR=${D} install || die "install failed"
315 + emake DESTDIR="${D}" install || die "install failed"
316
317 dodoc AUTHORS ChangeLog NEWS README
318
319
320
321
322 1.5 dev-lang/mono/mono-1.2.5.1-r1.ebuild
323
324 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.1-r1.ebuild?rev=1.5&view=markup
325 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.1-r1.ebuild?rev=1.5&content-type=text/plain
326 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.5.1-r1.ebuild?r1=1.4&r2=1.5
327
328 Index: mono-1.2.5.1-r1.ebuild
329 ===================================================================
330 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.1-r1.ebuild,v
331 retrieving revision 1.4
332 retrieving revision 1.5
333 diff -u -r1.4 -r1.5
334 --- mono-1.2.5.1-r1.ebuild 6 Nov 2007 22:52:21 -0000 1.4
335 +++ mono-1.2.5.1-r1.ebuild 2 Mar 2008 19:34:27 -0000 1.5
336 @@ -1,6 +1,6 @@
337 -# Copyright 1999-2007 Gentoo Foundation
338 +# Copyright 1999-2008 Gentoo Foundation
339 # Distributed under the terms of the GNU General Public License v2
340 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.1-r1.ebuild,v 1.4 2007/11/06 22:52:21 wolf31o2 Exp $
341 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.1-r1.ebuild,v 1.5 2008/03/02 19:34:27 compnerd Exp $
342
343 inherit eutils flag-o-matic multilib autotools
344
345 @@ -37,26 +37,26 @@
346
347 src_unpack() {
348 unpack ${A}
349 - cd ${S}
350 + cd "${S}"
351
352 # Fix the install path, install into $(libdir)
353 sed -i -e 's:$(prefix)/lib:$(libdir):' \
354 -i -e 's:$(exec_prefix)/lib:$(libdir):' \
355 -i -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \
356 - ${S}/{scripts,mono/metadata}/Makefile.am ${S}/configure.in \
357 + "${S}"/{scripts,mono/metadata}/Makefile.am "${S}/configure.in" \
358 || die "sed failed"
359
360 sed -i -e 's:^libdir.*:libdir=@libdir@:' \
361 -i -e 's:${prefix}/lib/:${libdir}/:g' \
362 - ${S}/{scripts,}/*.pc.in \
363 + "${S}"/{scripts,}/*.pc.in \
364 || die "sed failed"
365
366 - epatch ${FILESDIR}/${PN}-1.2.4-pic.patch || die "patch failed"
367 + epatch "${FILESDIR}/${PN}-1.2.4-pic.patch" || die "patch failed"
368
369 # Remove dummy ltconfig and let libtool handle it
370 - rm -f ${S}/libgc/ltconfig
371 + rm -f "${S}/libgc/ltconfig"
372
373 - epatch ${FILESDIR}/mono-biginteger_overflow.diff
374 + epatch "${FILESDIR}/mono-biginteger_overflow.diff"
375
376 einfo "Regenerating the build files, this will take some time..."
377 eautoreconf
378 @@ -83,7 +83,7 @@
379 fi
380
381 # Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
382 - touch ${S}/mcs/build/deps/use-monolite
383 + touch "${S}/mcs/build/deps/use-monolite"
384
385 econf ${myconf} || die "configure failed"
386 emake EXTERNAL_MCS=false EXTERNAL_MONO=false
387
388
389
390 1.13 dev-lang/mono/mono-1.2.4.ebuild
391
392 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild?rev=1.13&view=markup
393 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild?rev=1.13&content-type=text/plain
394 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild?r1=1.12&r2=1.13
395
396 Index: mono-1.2.4.ebuild
397 ===================================================================
398 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild,v
399 retrieving revision 1.12
400 retrieving revision 1.13
401 diff -u -r1.12 -r1.13
402 --- mono-1.2.4.ebuild 10 Sep 2007 19:10:11 -0000 1.12
403 +++ mono-1.2.4.ebuild 2 Mar 2008 19:34:27 -0000 1.13
404 @@ -1,6 +1,6 @@
405 -# Copyright 1999-2007 Gentoo Foundation
406 +# Copyright 1999-2008 Gentoo Foundation
407 # Distributed under the terms of the GNU General Public License v2
408 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild,v 1.12 2007/09/10 19:10:11 jurek Exp $
409 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild,v 1.13 2008/03/02 19:34:27 compnerd Exp $
410
411 inherit eutils flag-o-matic multilib autotools
412
413 @@ -37,25 +37,25 @@
414
415 src_unpack() {
416 unpack ${A}
417 - cd ${S}
418 + cd "${S}"
419
420 # Fix the install path, install into $(libdir)
421 sed -i -e 's:$(prefix)/lib:$(libdir):' \
422 -i -e 's:$(exec_prefix)/lib:$(libdir):' \
423 -i -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \
424 - ${S}/{scripts,mono/metadata}/Makefile.am ${S}/configure.in \
425 + "${S}"/{scripts,mono/metadata}/Makefile.am "${S}/configure.in" \
426 || die "sed failed"
427
428 sed -i -e 's:^libdir.*:libdir=@libdir@:' \
429 -i -e 's:${prefix}/lib/:${libdir}/:g' \
430 - ${S}/{scripts,}/*.pc.in \
431 + "${S}"/{scripts,}/*.pc.in \
432 || die "sed failed"
433
434 - epatch ${FILESDIR}/${P}-make-check.patch || die "patch failed"
435 - epatch ${FILESDIR}/${P}-pic.patch || die "patch failed"
436 + epatch "${FILESDIR}/${P}-make-check.patch" || die "patch failed"
437 + epatch "${FILESDIR}/${P}-pic.patch" || die "patch failed"
438
439 # Remove dummy ltconfig and let libtool handle it
440 - rm -f ${S}/libgc/ltconfig
441 + rm -f "${S}/libgc/ltconfig"
442
443 einfo "Regenerating the build files, this will take some time..."
444 eautoreconf
445 @@ -82,7 +82,7 @@
446 fi
447
448 # Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
449 - touch ${S}/mcs/build/deps/use-monolite
450 + touch "${S}/mcs/build/deps/use-monolite"
451
452 econf ${myconf} || die "configure failed"
453 emake EXTERNAL_MCS=false EXTERNAL_MONO=false
454
455
456
457 1.8 dev-lang/mono/mono-1.2.3.1.ebuild
458
459 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild?rev=1.8&view=markup
460 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild?rev=1.8&content-type=text/plain
461 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild?r1=1.7&r2=1.8
462
463 Index: mono-1.2.3.1.ebuild
464 ===================================================================
465 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild,v
466 retrieving revision 1.7
467 retrieving revision 1.8
468 diff -u -r1.7 -r1.8
469 --- mono-1.2.3.1.ebuild 2 Jul 2007 02:31:24 -0000 1.7
470 +++ mono-1.2.3.1.ebuild 2 Mar 2008 19:34:27 -0000 1.8
471 @@ -1,6 +1,6 @@
472 -# Copyright 1999-2007 Gentoo Foundation
473 +# Copyright 1999-2008 Gentoo Foundation
474 # Distributed under the terms of the GNU General Public License v2
475 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild,v 1.7 2007/07/02 02:31:24 peper Exp $
476 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild,v 1.8 2008/03/02 19:34:27 compnerd Exp $
477
478 inherit eutils flag-o-matic multilib autotools
479
480 @@ -37,22 +37,22 @@
481
482 src_unpack() {
483 unpack ${A}
484 - cd ${S}
485 + cd "${S}"
486
487 # Fix the install path, install into $(libdir)
488 sed -i -e 's:$(prefix)/lib:$(libdir):' \
489 -i -e 's:$(exec_prefix)/lib:$(libdir):' \
490 -i -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \
491 - ${S}/{scripts,mono/metadata}/Makefile.am ${S}/configure.in \
492 + "${S}"/{scripts,mono/metadata}/Makefile.am "${S}/configure.in" \
493 || die "sed failed"
494
495 sed -i -e 's:^libdir.*:libdir=@libdir@:' \
496 -i -e 's:${prefix}/lib/:${libdir}/:g' \
497 - ${S}/{scripts,}/*.pc.in \
498 + "${S}"/{scripts,}/*.pc.in \
499 || die "sed failed"
500
501 # Remove dummy ltconfig and let libtool handle it
502 - rm -f ${S}/libgc/ltconfig
503 + rm -f "${S}/libgc/ltconfig"
504
505 einfo "Regenerating the build files, this will take some time..."
506 eautoreconf
507 @@ -83,7 +83,7 @@
508 fi
509
510 # Force the use of monolite mcs to prevent issues with classlibs (bug #118062)
511 - touch ${S}/mcs/build/deps/use-monolite
512 + touch "${S}/mcs/build/deps/use-monolite"
513
514 econf ${myconf} || die "configure failed"
515 emake EXTERNAL_MCS=false EXTERNAL_MONO=false
516 @@ -98,7 +98,7 @@
517 }
518
519 src_install() {
520 - emake DESTDIR=${D} install || die "install failed"
521 + emake DESTDIR="${D}" install || die "install failed"
522
523 dodoc AUTHORS ChangeLog NEWS README
524
525
526
527
528 --
529 gentoo-commits@l.g.o mailing list