Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/ikvm: ikvm-0.20.0.0.ebuild ChangeLog ikvm-0.8.0.0.ebuild ikvm-0.34.0.2.ebuild ikvm-0.14.0.1-r1.ebuild ikvm-0.14.0.1.ebuild ikvm-0.14.0.1-r2.ebuild ikvm-0.36.0.5.ebuild
Date: Fri, 30 May 2008 23:03:54
Message-Id: E1K2DdT-0005gO-5x@stork.gentoo.org
1 jurek 08/05/30 23:03:47
2
3 Modified: ikvm-0.20.0.0.ebuild ChangeLog ikvm-0.8.0.0.ebuild
4 ikvm-0.34.0.2.ebuild ikvm-0.14.0.1-r1.ebuild
5 ikvm-0.14.0.1.ebuild ikvm-0.14.0.1-r2.ebuild
6 ikvm-0.36.0.5.ebuild
7 Log:
8 dev-dotnet/ikvm: Added dev-util/pkgconfig dependency (bug #206101)
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.5 dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild?r1=1.4&r2=1.5
17
18 Index: ikvm-0.20.0.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ikvm-0.20.0.0.ebuild 26 Jun 2007 23:53:10 -0000 1.4
25 +++ ikvm-0.20.0.0.ebuild 30 May 2008 23:03:46 -0000 1.5
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-dotnet/ikvm/ikvm-0.20.0.0.ebuild,v 1.4 2007/06/26 23:53:10 jurek Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild,v 1.5 2008/05/30 23:03:46 jurek Exp $
32
33 inherit mono multilib
34
35 @@ -22,7 +22,8 @@
36 !dev-dotnet/ikvm-bin
37 >=dev-java/jikes-1.21
38 >=dev-dotnet/nant-0.85_rc2
39 - app-arch/unzip"
40 + app-arch/unzip
41 + dev-util/pkgconfig"
42
43 src_compile() {
44 nant -D:jikes.compiler=true -D:ecj.compiler=false || die "ikvm build failed"
45 @@ -34,16 +35,16 @@
46 do
47 sed -e "s:EXE:${exe}:" \
48 -e "s:P:${PN}:" \
49 - ${FILESDIR}/script-template \
50 - > ${D}/usr/bin/${exe}
51 + "${FILESDIR}"/script-template \
52 + > "${D}"/usr/bin/${exe}
53 fperms +x /usr/bin/${exe}
54 done
55
56 dodir /usr/$(get_libdir)/pkgconfig
57 sed -e "s:@VERSION@:${PV}:" \
58 -e "s:@LIBDIR@:$(get_libdir):" \
59 - ${FILESDIR}/ikvm.pc.in > ${D}/usr/$(get_libdir)/pkgconfig/ikvm.pc
60 + "${FILESDIR}"/ikvm.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/ikvm.pc
61
62 insinto /usr/$(get_libdir)/${PN}
63 - doins ${S}/bin/*
64 + doins "${S}"/bin/*
65 }
66
67
68
69 1.21 dev-dotnet/ikvm/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ChangeLog?rev=1.21&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ChangeLog?rev=1.21&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ChangeLog?r1=1.20&r2=1.21
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v
78 retrieving revision 1.20
79 retrieving revision 1.21
80 diff -u -r1.20 -r1.21
81 --- ChangeLog 12 Mar 2008 13:52:07 -0000 1.20
82 +++ ChangeLog 30 May 2008 23:03:46 -0000 1.21
83 @@ -1,6 +1,11 @@
84 # ChangeLog for dev-dotnet/ikvm
85 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v 1.20 2008/03/12 13:52:07 phreak Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v 1.21 2008/05/30 23:03:46 jurek Exp $
88 +
89 + 30 May 2008; Jurek Bartuszek <jurek@g.o> ikvm-0.8.0.0.ebuild,
90 + ikvm-0.14.0.1.ebuild, ikvm-0.14.0.1-r1.ebuild, ikvm-0.14.0.1-r2.ebuild,
91 + ikvm-0.20.0.0.ebuild, ikvm-0.34.0.2.ebuild, ikvm-0.36.0.5.ebuild:
92 + Added dev-util/pkgconfig dependency (bug #206101)
93
94 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
95 Removing Peter Johanson (latexer, #206688) from metadata.xml.
96
97
98
99 1.8 dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild?rev=1.8&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild?rev=1.8&content-type=text/plain
103 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild?r1=1.7&r2=1.8
104
105 Index: ikvm-0.8.0.0.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild,v
108 retrieving revision 1.7
109 retrieving revision 1.8
110 diff -u -r1.7 -r1.8
111 --- ikvm-0.8.0.0.ebuild 5 Feb 2007 00:23:11 -0000 1.7
112 +++ ikvm-0.8.0.0.ebuild 30 May 2008 23:03:46 -0000 1.8
113 @@ -1,6 +1,6 @@
114 -# Copyright 1999-2007 Gentoo Foundation
115 +# Copyright 1999-2008 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild,v 1.7 2007/02/05 00:23:11 jurek Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild,v 1.8 2008/05/30 23:03:46 jurek Exp $
119
120 inherit mono
121
122 @@ -23,7 +23,7 @@
123 unpack ${A}
124
125 # Fix some makefile borkage.
126 - sed -i -e 's:-e$:-e \\:' ${S}/scripts/Makefile.in
127 + sed -i -e 's:-e$:-e \\:' "${S}"/scripts/Makefile.in
128 }
129
130 src_compile() {
131 @@ -31,5 +31,5 @@
132 }
133
134 src_install() {
135 - make DESTDIR=${D} install || die
136 + make DESTDIR="${D}" install || die
137 }
138
139
140
141 1.5 dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild?rev=1.5&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild?rev=1.5&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild?r1=1.4&r2=1.5
146
147 Index: ikvm-0.34.0.2.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v
150 retrieving revision 1.4
151 retrieving revision 1.5
152 diff -u -r1.4 -r1.5
153 --- ikvm-0.34.0.2.ebuild 28 Jul 2007 12:46:23 -0000 1.4
154 +++ ikvm-0.34.0.2.ebuild 30 May 2008 23:03:46 -0000 1.5
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-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v 1.4 2007/07/28 12:46:23 jurek Exp $
160 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v 1.5 2008/05/30 23:03:46 jurek Exp $
161
162 inherit eutils mono multilib
163
164 @@ -24,7 +24,8 @@
165 !dev-dotnet/ikvm-bin
166 >=dev-dotnet/nant-0.85
167 >=virtual/jdk-1.5
168 - app-arch/unzip"
169 + app-arch/unzip
170 + dev-util/pkgconfig"
171
172 src_compile() {
173 # Remove unneccesary executables and
174 @@ -54,6 +55,6 @@
175 dodir /usr/$(get_libdir)/pkgconfig
176 sed -e "s:@VERSION@:${PV}:" \
177 -e "s:@LIBDIR@:$(get_libdir):" \
178 - ${FILESDIR}/${PN}.pc.in > ${D}/usr/$(get_libdir)/pkgconfig/${PN}.pc \
179 + "${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/${PN}.pc \
180 || die "sed failed"
181 }
182
183
184
185 1.8 dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild
186
187 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild?rev=1.8&view=markup
188 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild?rev=1.8&content-type=text/plain
189 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild?r1=1.7&r2=1.8
190
191 Index: ikvm-0.14.0.1-r1.ebuild
192 ===================================================================
193 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild,v
194 retrieving revision 1.7
195 retrieving revision 1.8
196 diff -u -r1.7 -r1.8
197 --- ikvm-0.14.0.1-r1.ebuild 26 Jun 2007 23:53:10 -0000 1.7
198 +++ ikvm-0.14.0.1-r1.ebuild 30 May 2008 23:03:46 -0000 1.8
199 @@ -1,6 +1,6 @@
200 -# Copyright 1999-2007 Gentoo Foundation
201 +# Copyright 1999-2008 Gentoo Foundation
202 # Distributed under the terms of the GNU General Public License v2
203 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild,v 1.7 2007/06/26 23:53:10 jurek Exp $
204 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild,v 1.8 2008/05/30 23:03:46 jurek Exp $
205
206 inherit mono multilib
207
208 @@ -22,7 +22,8 @@
209 !dev-dotnet/ikvm-bin
210 >=dev-java/jikes-1.21
211 >=dev-dotnet/nant-0.85_rc2
212 - app-arch/unzip"
213 + app-arch/unzip
214 + dev-util/pkgconfig"
215
216 src_compile() {
217 nant || die "ikvm build failed"
218 @@ -34,15 +35,15 @@
219 do
220 sed -e "s:EXE:${exe}:" \
221 -e "s:P:${PN}:" \
222 - ${FILESDIR}/script-template \
223 - > ${D}/usr/bin/${exe}
224 + "${FILESDIR}"/script-template \
225 + > "${D}"/usr/bin/${exe}
226 fperms +x /usr/bin/${exe}
227 done
228
229 dodir /usr/$(get_libdir)/pkgconfig
230 - sed -e "s:@VERSION@:${PV}:" ${FILESDIR}/ikvm.pc.in \
231 - > ${D}/usr/$(get_libdir)/pkgconfig/ikvm.pc
232 + sed -e "s:@VERSION@:${PV}:" "${FILESDIR}"/ikvm.pc.in \
233 + > "${D}"/usr/$(get_libdir)/pkgconfig/ikvm.pc
234
235 insinto /usr/$(get_libdir)/${PN}
236 - doins ${S}/bin/*
237 + doins "${S}"/bin/*
238 }
239
240
241
242 1.6 dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild
243
244 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild?rev=1.6&view=markup
245 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild?rev=1.6&content-type=text/plain
246 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild?r1=1.5&r2=1.6
247
248 Index: ikvm-0.14.0.1.ebuild
249 ===================================================================
250 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild,v
251 retrieving revision 1.5
252 retrieving revision 1.6
253 diff -u -r1.5 -r1.6
254 --- ikvm-0.14.0.1.ebuild 26 Jun 2007 23:53:10 -0000 1.5
255 +++ ikvm-0.14.0.1.ebuild 30 May 2008 23:03:46 -0000 1.6
256 @@ -1,6 +1,6 @@
257 -# Copyright 1999-2007 Gentoo Foundation
258 +# Copyright 1999-2008 Gentoo Foundation
259 # Distributed under the terms of the GNU General Public License v2
260 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild,v 1.5 2007/06/26 23:53:10 jurek Exp $
261 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild,v 1.6 2008/05/30 23:03:46 jurek Exp $
262
263 inherit mono multilib
264
265 @@ -22,7 +22,8 @@
266 !dev-dotnet/ikvm-bin
267 >=dev-java/jikes-1.21
268 >=dev-dotnet/nant-0.85_rc2
269 - app-arch/unzip"
270 + app-arch/unzip
271 + dev-util/pkgconfig"
272
273 src_compile() {
274 nant || die "ikvm build failed"
275 @@ -34,11 +35,11 @@
276 do
277 sed -e "s:EXE:${exe}:" \
278 -e "s:P:${P}:" \
279 - ${FILESDIR}/script-template \
280 - > ${D}/usr/bin/${exe}
281 + "${FILESDIR}"/script-template \
282 + > "${D}"/usr/bin/${exe}
283 fperms +x /usr/bin/${exe}
284 done
285
286 insinto /usr/$(get_libdir)/${P}
287 - doins ${S}/bin/*
288 + doins "${S}"/bin/*
289 }
290
291
292
293 1.5 dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild
294
295 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild?rev=1.5&view=markup
296 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild?rev=1.5&content-type=text/plain
297 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild?r1=1.4&r2=1.5
298
299 Index: ikvm-0.14.0.1-r2.ebuild
300 ===================================================================
301 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild,v
302 retrieving revision 1.4
303 retrieving revision 1.5
304 diff -u -r1.4 -r1.5
305 --- ikvm-0.14.0.1-r2.ebuild 26 Jun 2007 23:53:10 -0000 1.4
306 +++ ikvm-0.14.0.1-r2.ebuild 30 May 2008 23:03:46 -0000 1.5
307 @@ -1,6 +1,6 @@
308 -# Copyright 1999-2007 Gentoo Foundation
309 +# Copyright 1999-2008 Gentoo Foundation
310 # Distributed under the terms of the GNU General Public License v2
311 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild,v 1.4 2007/06/26 23:53:10 jurek Exp $
312 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild,v 1.5 2008/05/30 23:03:46 jurek Exp $
313
314 inherit mono multilib
315
316 @@ -22,7 +22,8 @@
317 !dev-dotnet/ikvm-bin
318 >=dev-java/jikes-1.21
319 >=dev-dotnet/nant-0.85_rc2
320 - app-arch/unzip"
321 + app-arch/unzip
322 + dev-util/pkgconfig"
323
324 src_compile() {
325 nant || die "ikvm build failed"
326 @@ -34,16 +35,16 @@
327 do
328 sed -e "s:EXE:${exe}:" \
329 -e "s:P:${PN}:" \
330 - ${FILESDIR}/script-template \
331 - > ${D}/usr/bin/${exe}
332 + "${FILESDIR}"/script-template \
333 + > "${D}"/usr/bin/${exe}
334 fperms +x /usr/bin/${exe}
335 done
336
337 dodir /usr/$(get_libdir)/pkgconfig
338 sed -e "s:@VERSION@:${PV}:" \
339 -e "s:@LIBDIR@:$(get_libdir):" \
340 - ${FILESDIR}/ikvm.pc.in > ${D}/usr/$(get_libdir)/pkgconfig/ikvm.pc
341 + "${FILESDIR}"/ikvm.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/ikvm.pc
342
343 insinto /usr/$(get_libdir)/${PN}
344 - doins ${S}/bin/*
345 + doins "${S}"/bin/*
346 }
347
348
349
350 1.3 dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild
351
352 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild?rev=1.3&view=markup
353 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild?rev=1.3&content-type=text/plain
354 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild?r1=1.2&r2=1.3
355
356 Index: ikvm-0.36.0.5.ebuild
357 ===================================================================
358 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild,v
359 retrieving revision 1.2
360 retrieving revision 1.3
361 diff -u -r1.2 -r1.3
362 --- ikvm-0.36.0.5.ebuild 2 Jan 2008 21:46:51 -0000 1.2
363 +++ ikvm-0.36.0.5.ebuild 30 May 2008 23:03:46 -0000 1.3
364 @@ -1,6 +1,6 @@
365 # Copyright 1999-2008 Gentoo Foundation
366 # Distributed under the terms of the GNU General Public License v2
367 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild,v 1.2 2008/01/02 21:46:51 jurek Exp $
368 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild,v 1.3 2008/05/30 23:03:46 jurek Exp $
369
370 inherit eutils mono multilib
371
372 @@ -25,7 +25,8 @@
373 !dev-dotnet/ikvm-bin
374 >=dev-dotnet/nant-0.85
375 >=virtual/jdk-1.5
376 - app-arch/unzip"
377 + app-arch/unzip
378 + dev-util/pkgconfig"
379
380 src_compile() {
381 # Add missing strong name key
382
383
384
385 --
386 gentoo-commits@l.g.o mailing list