Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/icedtea: ChangeLog icedtea-7.2.0-r1.ebuild icedtea-6.1.10.4-r1.ebuild
Date: Fri, 18 Nov 2011 21:18:56
Message-Id: 20111118211840.BF89D2004B@flycatcher.gentoo.org
1 caster 11/11/18 21:18:40
2
3 Modified: ChangeLog icedtea-7.2.0-r1.ebuild
4 icedtea-6.1.10.4-r1.ebuild
5 Log:
6 Add missing cpio dep and remove the old libXext version variant, bug #389599.
7
8 (Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.52 dev-java/icedtea/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 18 Nov 2011 21:02:01 -0000 1.51
24 +++ ChangeLog 18 Nov 2011 21:18:40 -0000 1.52
25 @@ -1,259 +1,8 @@
26 # ChangeLog for dev-java/icedtea
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.51 2011/11/18 21:02:01 caster Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.52 2011/11/18 21:18:40 caster Exp $
30
31 18 Nov 2011; Vlastimil Babka <caster@g.o> icedtea-6.1.10.4-r1.ebuild,
32 icedtea-7.2.0-r1.ebuild:
33 - Remove 'cacao' and 'jamvm' USE flags. Also remove 'zero' flag and have it
34 - used only for ppc/ppc64. This functionality was experimental and brought more
35 - problems than benefits. Also remove the bootstrapping with cacao due to
36 - failures. Fixes numerous bugs.
37 -
38 - 18 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-6.1.10.4-r1.ebuild,
39 - icedtea-7.2.0-r1.ebuild:
40 - Add additional PaX markings to executables for x86. Bug 389751
41 -
42 - 18 Nov 2011; Vlastimil Babka <caster@g.o> icedtea-6.1.10.4-r1.ebuild,
43 - icedtea-7.2.0-r1.ebuild:
44 - Fix detection of parallel jobs from MAKEOPTS to handle all syntax variants.
45 - Fixes bug #337827 and #389791. Using syntax from waf-utils.eclass
46 -
47 - 18 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-6.1.10.4-r1.ebuild,
48 - icedtea-7.2.0-r1.ebuild:
49 - Add --disable-bootstrap on PaX enabled hosts when building using IcedTea7.
50 - Bug #389751.
51 -
52 - 13 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-7.2.0-r1.ebuild:
53 - Fix building with PaX enabled kernels. Bug #389751. Thanks to Daniel Kuehn
54 - <enhaisa@×××××.com> and Magnus Granberg <zorry@g.o> for their help
55 - finding the patch
56 -
57 - 12 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-7.2.0-r1.ebuild:
58 - Use java-vm_sandbox-predict for installing the controle file
59 -
60 - 11 Nov 2011; Vlastimil Babka <caster@g.o> icedtea-7.2.0-r1.ebuild:
61 - Support building using icedtea-bin-7.
62 -
63 - 10 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-6.1.10.4-r1.ebuild,
64 - icedtea-7.2.0-r1.ebuild:
65 - Fix building with unusal locales, bug #330433 #389717
66 -
67 - 08 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-6.1.10.4-r1.ebuild,
68 - icedtea-7.2.0-r1.ebuild:
69 - Allow building of icedtea with icedtea-bin-6, bug 389885
70 -
71 - 07 Nov 2011; Vlastimil Babka <caster@g.o> -icedtea-6.1.10.4.ebuild,
72 - icedtea-6.1.10.4-r1.ebuild, icedtea-7.2.0-r1.ebuild:
73 - Prepare for icedtea-bin version and VMHANDLE migration.
74 -
75 - 06 Nov 2011; Vlastimil Babka <caster@g.o> icedtea-7.2.0-r1.ebuild:
76 - Fix build due to missing ant class when xalan and xerces are not installed,
77 - bug #389625.
78 -
79 - 05 Nov 2011; Vlastimil Babka <caster@g.o> icedtea-7.2.0-r1.ebuild:
80 - Relax lcms dep to allow the stable 2.0a satisfy it.
81 -
82 - 05 Nov 2011; Diego E. Pettenò <flameeyes@g.o> icedtea-7.2.0-r1.ebuild:
83 - QA fix: add missing cpio dependency.
84 -
85 - 04 Nov 2011; Vlastimil Babka <caster@g.o> icedtea-7.2.0-r1.ebuild:
86 - Add ~x86 keyword.
87 -
88 -*icedtea-7.2.0-r1 (04 Nov 2011)
89 -
90 - 04 Nov 2011; Vlastimil Babka <caster@g.o> +icedtea-7.2.0-r1.ebuild:
91 - Version bump from the java-overlay, bug #382485.
92 -
93 - 04 Nov 2011; Vlastimil Babka <caster@g.o>
94 - -files/6.1.10.2-371405-linux_version.patch, -files/6.1.9.6-sparc.patch:
95 - Remove unused patches.
96 -
97 -*icedtea-6.1.10.4-r1 (04 Nov 2011)
98 -
99 - 04 Nov 2011; Vlastimil Babka <caster@g.o> +icedtea-6.1.10.4-r1.ebuild:
100 - Revbump to use EAPI=4 and change the VMHANDLE icedtea6 to the standard
101 - icedtea-6. System vm setting is upgraded automatically. Any user-vm setting
102 - have to be migrated manually.
103 -
104 - 30 Oct 2011; Vlastimil Babka <caster@g.o> -icedtea-6.1.10.2.ebuild,
105 - -icedtea-6.1.10.3.ebuild, icedtea-6.1.10.4.ebuild:
106 - Package move icedtea6-bin to icedtea-bin.
107 -
108 -*icedtea-6.1.10.4 (21 Oct 2011)
109 -
110 - 21 Oct 2011; Vlastimil Babka <caster@g.o> +icedtea-6.1.10.4.ebuild:
111 - Version bump, security bug #387637.
112 -
113 - 09 Sep 2011; Vlastimil Babka <caster@g.o> icedtea-6.1.10.2.ebuild,
114 - icedtea-6.1.10.3.ebuild:
115 - Use /usr/lib instead of get_libdir for the vmhome path, bug #380853.
116 -
117 -*icedtea-6.1.10.3 (22 Jul 2011)
118 -
119 - 22 Jul 2011; Vlastimil Babka <caster@g.o> +icedtea-6.1.10.3.ebuild:
120 - Version bump, from java-overlay.
121 -
122 - 17 Jul 2011; Vlastimil Babka <caster@g.o> -icedtea-6.1.9.7-r1.ebuild,
123 - -icedtea-6.1.10.ebuild, -icedtea-6.1.10.1.ebuild, icedtea-6.1.10.2.ebuild,
124 - +files/6.1.10.2-371405-linux_version.patch:
125 - Apply patch for Linux 3.* compatibility from overlay, fixing buf #371405.
126 - Remove old versions.
127 -
128 -*icedtea-6.1.10.2 (09 Jun 2011)
129 -
130 - 09 Jun 2011; Vlastimil Babka <caster@g.o> +icedtea-6.1.10.2.ebuild:
131 - Version bump, security bug #370787.
132 -
133 - 22 Apr 2011; Jeroen Roovers <jer@g.o> metadata.xml:
134 - Spelling.
135 -
136 -*icedtea-6.1.10.1 (08 Apr 2011)
137 -
138 - 08 Apr 2011; Vlastimil Babka <caster@g.o> icedtea-6.1.9.7-r1.ebuild,
139 - icedtea-6.1.10.ebuild, +icedtea-6.1.10.1.ebuild, metadata.xml:
140 - Version bump, bug #361921. Restrict libpng deps on older versions.
141 -
142 - 29 Mar 2011; Vlastimil Babka <caster@g.o> icedtea-6.1.9.7-r1.ebuild,
143 - icedtea-6.1.10.ebuild:
144 - Slot GTK+ deps.
145 -
146 -*icedtea-6.1.10 (05 Mar 2011)
147 -
148 - 05 Mar 2011; <caster@g.o> -icedtea-6.1.9.6.ebuild,
149 - +icedtea-6.1.10.ebuild, metadata.xml:
150 - Version bump, bug #357153.
151 -
152 -*icedtea-6.1.9.7-r1 (18 Feb 2011)
153 -
154 - 18 Feb 2011; Vlastimil Babka <caster@g.o> -files/6.1.9.4-sparc.patch,
155 - -icedtea-6.1.9.4.ebuild, -icedtea-6.1.9.5.ebuild, +icedtea-6.1.9.7-r1.ebuild,
156 - -files/6.1.9.5-sparc.patch, -files/icedtea-old.env:
157 - Version bump, security bug #355127. Webstart and nsplugin are now deferred to
158 - separate icedtea-web package via PDEPEND.
159 -
160 -*icedtea-6.1.9.6 (09 Feb 2011)
161 -
162 - 09 Feb 2011; Vlastimil Babka <caster@g.o> +files/6.1.9.6-sparc.patch,
163 - +icedtea-6.1.9.6.ebuild:
164 - Version bump, security bug #354231.
165 -
166 -*icedtea-6.1.9.5 (02 Feb 2011)
167 -
168 - 02 Feb 2011; Vlastimil Babka <caster@g.o> +files/6.1.9.5-sparc.patch,
169 - +icedtea-6.1.9.5.ebuild, +files/icedtea-old.env, -files/6.1.9.3-sparc.patch,
170 - -icedtea-6.1.9.3.ebuild, icedtea-6.1.9.4.ebuild, files/icedtea.env:
171 - Version bump, security bug #353418. Use get_libdir to set proper lib dir in
172 - the env file.
173 -
174 - 21 Jan 2011; Vlastimil Babka <caster@g.o> icedtea-6.1.9.3.ebuild,
175 - icedtea-6.1.9.4.ebuild:
176 - Use virtual/jpeg, bug #347953.
177 -
178 - 21 Jan 2011; Vlastimil Babka <caster@g.o> +files/6.1.9.4-sparc.patch:
179 - Add missing patch from the overlay, sorry. Bug #352314.
180 -
181 -*icedtea-6.1.9.4 (21 Jan 2011)
182 -
183 - 21 Jan 2011; Vlastimil Babka <caster@g.o> -icedtea-6.1.9.1.ebuild,
184 - -icedtea-6.1.9.2.ebuild, +icedtea-6.1.9.4.ebuild:
185 - Version bump, including security fix for CVE-2010-4351: IcedTea JNLP
186 - SecurityManager bypass. Bug #352035.
187 -
188 - 20 Jan 2011; Kacper Kowalik <xarthisius@g.o>
189 - icedtea-6.1.9.3.ebuild:
190 - Mark ~ppc/~ppc64 wrt #308513. Thanks to Kris Hepler <khepler@×××××.com>
191 - for testing.
192 -
193 - 12 Dec 2010; Vlastimil Babka <caster@g.o> +files/6.1.9.3-sparc.patch,
194 - icedtea-6.1.9.3.ebuild:
195 - Add patch for sparc, bug #344659.
196 -
197 - 02 Dec 2010; Vlastimil Babka <caster@g.o> icedtea-6.1.9.3.ebuild,
198 - metadata.xml:
199 - Check that webstart flag is enabled if nsplugin flag is enabled. Document
200 - this in metadata.xml.
201 -
202 -*icedtea-6.1.9.3 (02 Dec 2010)
203 -
204 - 02 Dec 2010; Vlastimil Babka <caster@g.o> +icedtea-6.1.9.3.ebuild:
205 - Version bump.
206 -
207 - 26 Nov 2010; Vlastimil Babka <caster@g.o> icedtea-6.1.9.1.ebuild,
208 - icedtea-6.1.9.2.ebuild:
209 - Use versionator for ICEDTEA_VER
210 -
211 -*icedtea-6.1.9.2 (25 Nov 2010)
212 -
213 - 25 Nov 2010; Vlastimil Babka <caster@g.o> +icedtea-6.1.9.2.ebuild,
214 - metadata.xml:
215 - Security version bump, bug #346799, thanks to Andrew John Hughes
216 - (gnu_andrew@××××××××××.org). Also adds webstart useflag.
217 -
218 - 14 Nov 2010; Vlastimil Babka <caster@g.o>
219 - -files/6.1.8.0-systemtap-gcc-4.5.patch, -icedtea-6.1.8.0.ebuild,
220 - -icedtea-6.1.8.1.ebuild, -icedtea-6.1.9.ebuild:
221 - Remove old.
222 -
223 - 14 Nov 2010; Vlastimil Babka <caster@g.o> icedtea-6.1.8.0.ebuild,
224 - icedtea-6.1.8.1.ebuild, icedtea-6.1.9.ebuild, icedtea-6.1.9.1.ebuild:
225 - Fix eselect-ecj deps.
226 -
227 -*icedtea-6.1.9.1 (13 Oct 2010)
228 -
229 - 13 Oct 2010; Vlastimil Babka <caster@g.o> +icedtea-6.1.9.1.ebuild,
230 - metadata.xml:
231 - Version bump, security bug #340819.
232 -
233 -*icedtea-6.1.9 (09 Sep 2010)
234 -
235 - 09 Sep 2010; Vlastimil Babka <caster@g.o> +icedtea-6.1.9.ebuild:
236 - Version bump from java-overlay.
237 -
238 -*icedtea-6.1.8.1 (30 Jul 2010)
239 -
240 - 30 Jul 2010; Vlastimil Babka <caster@g.o> -files/1.7.2-free.patch,
241 - -files/6.1.7.3-systemtap-gcc-4.5.patch, -icedtea-6.1.7.2-r1.ebuild,
242 - -icedtea-6.1.7.3.ebuild, +icedtea-6.1.8.1.ebuild, metadata.xml:
243 - Security version bump, bug #330205. Remove the older 1.7.x.
244 -
245 -*icedtea-6.1.7.3 (03 May 2010)
246 -
247 - 03 May 2010; Vlastimil Babka <caster@g.o>
248 - +files/6.1.7.3-systemtap-gcc-4.5.patch,
249 - +files/6.1.8.0-systemtap-gcc-4.5.patch, -icedtea-6.1.7.1.ebuild,
250 - +icedtea-6.1.7.3.ebuild, icedtea-6.1.8.0.ebuild:
251 - Fix building with gcc-4.5 and USE=systemtap - fixes bug #317343. Bump the
252 - 6.1.7.2-r1 to 6.7.1.3 (which is the same)for easier sync with the overlay.
253 -
254 - 15 Apr 2010; Vlastimil Babka <caster@g.o> icedtea-6.1.8.0.ebuild:
255 - Add ant-nodeps to DEPEND since it's used in ANT_TASKS variable. Bug
256 - #315457.
257 -
258 -*icedtea-6.1.8.0 (14 Apr 2010)
259 -
260 - 14 Apr 2010; Vlastimil Babka <caster@g.o> +icedtea-6.1.8.0.ebuild:
261 - Version bump, based on java-overlay ebuild. Remove the npplugin flag as
262 - upstream removed the old plugin - the npplugin is now installed simply
263 - with USE=nsplugin.
264 -
265 - 31 Mar 2010; Vlastimil Babka <caster@g.o> -icedtea-6.1.7.2.ebuild:
266 - Remove the unpatched revision.
267 -
268 -*icedtea-6.1.7.2-r1 (31 Mar 2010)
269 -
270 - 31 Mar 2010; Vlastimil Babka <caster@g.o> +files/1.7.2-free.patch,
271 - +icedtea-6.1.7.2-r1.ebuild:
272 - Revbump to fix buffer overflow in npplugin.
273 -
274 -*icedtea-6.1.7.2 (31 Mar 2010)
275 -
276 - 31 Mar 2010; Vlastimil Babka <caster@g.o> +icedtea-6.1.7.2.ebuild:
277 - Version bump, security bug #312297.
278 -
279 -*icedtea-6.1.7.1 (04 Mar 2010)
280 -
281 - 04 Mar 2010; Vlastimil Babka <caster@g.o> +icedtea-6.1.7.1.ebuild,
282 - +files/generate-cacerts.pl, +files/icedtea.env, +metadata.xml:
283 - Import of ebuild by Andrew John Hughes (gnu_andrew@××××××××××.org) from
284 - java-overlay.
285 + Add missing cpio dep and remove the old libXext version variant, bug #389599.
286
287
288
289
290 1.16 dev-java/icedtea/icedtea-7.2.0-r1.ebuild
291
292 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild?rev=1.16&view=markup
293 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild?rev=1.16&content-type=text/plain
294 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild?r1=1.15&r2=1.16
295
296 Index: icedtea-7.2.0-r1.ebuild
297 ===================================================================
298 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v
299 retrieving revision 1.15
300 retrieving revision 1.16
301 diff -u -r1.15 -r1.16
302 --- icedtea-7.2.0-r1.ebuild 18 Nov 2011 21:02:01 -0000 1.15
303 +++ icedtea-7.2.0-r1.ebuild 18 Nov 2011 21:18:40 -0000 1.16
304 @@ -1,6 +1,6 @@
305 # Copyright 1999-2011 Gentoo Foundation
306 # Distributed under the terms of the GNU General Public License v2
307 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.15 2011/11/18 21:02:01 caster Exp $
308 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.16 2011/11/18 21:18:40 caster Exp $
309 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
310
311 # *********************************************************
312 @@ -51,6 +51,7 @@
313 >=x11-libs/libXau-1.0.3
314 >=x11-libs/libXdmcp-1.0.2
315 >=x11-libs/libXtst-1.0.3
316 + >=x11-libs/libXext-1.1.1
317 virtual/jpeg
318 >=media-libs/libpng-1.2
319 >=media-libs/giflib-4.1.6
320 @@ -86,6 +87,8 @@
321 )
322 app-arch/zip
323 >=dev-libs/libxslt-1.1.26
324 + >=x11-proto/xextproto-7.1.1
325 + x11-proto/xproto
326 >=dev-java/ant-core-1.8.1
327 dev-java/ant-nodeps
328 app-misc/ca-certificates
329
330
331
332 1.9 dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild
333
334 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild?rev=1.9&view=markup
335 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild?rev=1.9&content-type=text/plain
336 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild?r1=1.8&r2=1.9
337
338 Index: icedtea-6.1.10.4-r1.ebuild
339 ===================================================================
340 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v
341 retrieving revision 1.8
342 retrieving revision 1.9
343 diff -u -r1.8 -r1.9
344 --- icedtea-6.1.10.4-r1.ebuild 18 Nov 2011 21:02:03 -0000 1.8
345 +++ icedtea-6.1.10.4-r1.ebuild 18 Nov 2011 21:18:40 -0000 1.9
346 @@ -1,6 +1,6 @@
347 # Copyright 1999-2011 Gentoo Foundation
348 # Distributed under the terms of the GNU General Public License v2
349 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.8 2011/11/18 21:02:03 caster Exp $
350 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.9 2011/11/18 21:18:40 caster Exp $
351 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
352
353 # *********************************************************
354 @@ -90,15 +90,11 @@
355 app-misc/ca-certificates
356 dev-lang/perl
357 dev-libs/openssl
358 - || (
359 - (
360 - >=x11-libs/libXext-1.1.1
361 - >=x11-proto/xextproto-7.1.1
362 - x11-proto/xproto
363 - )
364 - <x11-libs/libXext-1.1.1
365 - )
366 - sys-apps/lsb-release"
367 + >=x11-libs/libXext-1.1.1
368 + >=x11-proto/xextproto-7.1.1
369 + x11-proto/xproto
370 + sys-apps/lsb-release
371 + app-arch/cpio"
372
373 PDEPEND="webstart? ( dev-java/icedtea-web:6 )
374 nsplugin? ( dev-java/icedtea-web:6[nsplugin] )"