1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
|
# ChangeLog for dev-java/ibm-jdk-bin
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jdk-bin/ChangeLog,v 1.76 2006/09/17 11:01:58 betelgeuse Exp $
17 Sep 2006; Petteri Räty <betelgeuse@gentoo.org>
ibm-jdk-bin-1.4.2.04.ebuild, ibm-jdk-bin-1.4.2.6-r1.ebuild,
ibm-jdk-bin-1.4.2.6-r3.ebuild, ibm-jdk-bin-1.5.0.ebuild,
ibm-jdk-bin-1.5.0.2.ebuild:
Fixed dependencies by adding the deps needed by nsplugin and added the alsa
use flag. Now removes the plugin and alsa shared libraries if the use flags
are not set. Fixes bug #147610 and bug #118685.
17 Sep 2006; Vlastimil Babka <caster@gentoo.org> -files/ibm-jdk-bin-1.4.2,
-files/ibm-jdk-bin-1.4.2.03, -ibm-jdk-bin-1.4.2.03.ebuild,
-ibm-jdk-bin-1.4.2.04-r10.ebuild, -ibm-jdk-bin-1.4.2.5.ebuild,
-ibm-jdk-bin-1.4.2.6.ebuild, -ibm-jdk-bin-1.5.0-r11.ebuild:
Cleanup of obsolete ebuilds.
15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
ibm-jdk-bin-1.4.2.6-r1.ebuild:
Stable on x86 wrt bug #136710.
15 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.4.2.6-r1.ebuild:
Added QA_TEXTRELS for ppc64. Keyworded ppc64. Also only do chmod on javaws
if its there, since it isn't available on all archs.
15 Sep 2006; Vlastimil Babka <caster@gentoo.org>
ibm-jdk-bin-1.4.2.6-r1.ebuild, ibm-jdk-bin-1.4.2.6-r3.ebuild:
Adding support for eventual s390 keywording
15 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.4.2.6-r1.ebuild:
Added QA_TEXTRELS for ppc. Added ppc keyword for bug #136710
15 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.4.2.6-r1.ebuild:
Added appropriate QA_TEXTRELS for amd64. Marked stable on amd64 per bug #136710
*ibm-jdk-bin-1.4.2.6-r1 (14 Sep 2006)
14 Sep 2006; Vlastimil Babka <caster@gentoo.org>
+files/ibm-jdk-bin-1.4.2.6, +ibm-jdk-bin-1.4.2.6-r1.ebuild:
Adding generation-1 revision of version 1.4.2.6 for stable users because
older versions aren't provided upstream.
*ibm-jdk-bin-1.4.2.6-r3 (14 Sep 2006)
14 Sep 2006; Vlastimil Babka <caster@gentoo.org>
+ibm-jdk-bin-1.4.2.6-r3.ebuild:
Revision bump to make room for a revision using gen-1 eclass.
*ibm-jdk-bin-1.4.2.6 (13 Sep 2006)
13 Sep 2006; Vlastimil Babka <caster@gentoo.org>
+ibm-jdk-bin-1.4.2.6.ebuild:
Version bump, thanks to lu_zero for noticing, maybe we'll be without a
version bump bug this time. Dropped monolithic X support, snoozed TEXTRELs
on x86.
02 Sep 2006; Petteri Räty <betelgeuse@gentoo.org>
ibm-jdk-bin-1.5.0-r11.ebuild, ibm-jdk-bin-1.5.0.2.ebuild:
Added RDEPEND for =virtual/libstdc++-3.3. Fixes bug #117356 for everyone
else than s390 users. Also moved X stuff from DEPEND to RDEPEND.
01 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.5.0.2.ebuild:
Removed JAVA_VM_NO_GENERATION1, because default behavior now is not to
install for generation-1.
01 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.4.2.5.ebuild:
Added metadata to indicate packages support generation-1.
*ibm-jdk-bin-1.5.0.2 (27 Jul 2006)
27 Jul 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild, ibm-jdk-bin-1.4.2.04.ebuild,
ibm-jdk-bin-1.4.2.04-r10.ebuild, ibm-jdk-bin-1.4.2.5.ebuild,
+ibm-jdk-bin-1.5.0.2.ebuild:
Removed unnecessary libstdc++ dep. Cleaned up 1.4.2.5 a little. Version bump
for 1.5
15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove SeJo from metadata.xml as he's retired.
11 Jul 2006; Joshua Nichols <jnichols@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild, ibm-jdk-bin-1.4.2.04.ebuild,
ibm-jdk-bin-1.4.2.04-r10.ebuild, ibm-jdk-bin-1.4.2.5.ebuild:
Added dependency on virtual/libstdc++ as per bug #139990
11 Jul 2006; Joshua Nichols <jnichols@gentoo.org>
ibm-jdk-bin-1.4.2.5.ebuild:
Fixed typo that caused a problem with the download URL.
06 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild, ibm-jdk-bin-1.4.2.04.ebuild,
ibm-jdk-bin-1.4.2.04-r10.ebuild, ibm-jdk-bin-1.4.2.5.ebuild,
ibm-jdk-bin-1.5.0.ebuild, ibm-jdk-bin-1.5.0-r11.ebuild:
Removed PROVIDE.
03 Jul 2006; Petteri Räty <betelgeuse@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild, ibm-jdk-bin-1.4.2.04-r10.ebuild,
ibm-jdk-bin-1.5.0-r11.ebuild:
Removed useless dependencies on virtual/libc.
02 Jul 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.4.2.5.ebuild:
Updated fetch restrict message to refer to older downloads.
01 Jul 2006; Joshua Nichols <nichoj@gentoo.org>
+ibm-jdk-bin-1.4.2.5.ebuild:
Version bump. Updated to use versioned RPMs for distfiles instead of
annoyingly unversioned tarballs. Other minor cleanups.
25 Jun 2006; Joshua Nichols <nichoj@gentoo.org>
+files/ibm-jdk-bin-1.4.env, +files/ibm-jdk-bin-1.5.env:
Revision bumps to add support for new Java system.
16 Apr 2006; Mike Frysinger <vapier@gentoo.org>
ibm-jdk-bin-1.4.2.04.ebuild, ibm-jdk-bin-1.5.0.ebuild:
Initial s390 support thanks to Nils Reimann #129703.
10 Apr 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
ibm-jdk-bin-1.4.2.04.ebuild:
tell non-amd64 users to fetch from old-releases homepage (bug #125178)
05 Apr 2006; <nichoj@gentoo.org> ibm-jdk-bin-1.4.2.03.ebuild:
Updated HOMEPAGE to point to older downloads page. Updated pkg_nofetch
message. See bug #122220
12 Mar 2006; Petteri Räty <betelgeuse@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild, ibm-jdk-bin-1.4.2.04.ebuild,
ibm-jdk-bin-1.5.0.ebuild:
Changed warnings about not having virtual/x11 installed from eerror to ewarn
for bug #124258.
08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+files/ibm-jdk-bin-1.4.2.04:
Add missed file (bug #122150)
*ibm-jdk-bin-1.4.2.04 (08 Feb 2006)
08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+ibm-jdk-bin-1.4.2.04.ebuild:
Version bump from upstream
08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org>
ibm-jdk-bin-1.5.0.ebuild:
Forward port mod-x deps to 1.5
21 Jan 2006; Markus Rothe <corsair@gentoo.org> ibm-jdk-bin-1.5.0.ebuild:
Added ~ppc64
14 Jan 2006; Joshua Nichols <nichoj@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild, ibm-jdk-bin-1.5.0.ebuild:
Removed redundant dependencies provided by java.eclass (bug #118651).
06 Jan 2006; Joshua Nichols <nichoj@gentoo.org>
-files/ibm-jdk-bin-1.5_beta1, -ibm-jdk-bin-1.5_beta1.ebuild:
Pruned old version, 1.5_beta1.
*ibm-jdk-bin-1.5.0 (06 Jan 2006)
06 Jan 2006; Joshua Nichols <nichoj@gentoo.org> +files/ibm-jdk-bin-1.5.0,
+ibm-jdk-bin-1.5.0.ebuild:
Version bump (bug #115619).
13 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org>
-ibm-jdk-bin-1.4.2.ebuild:
Pruning old ebuild
13 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild:
Adding modular X dependencies.
11 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild:
amd64 stable with confirmation from kandian.
11 Dec 2005; Joseph Jezak <josejx@gentoo.org> ibm-jdk-bin-1.4.2.03.ebuild:
Marked ppc stable for bug #114828.
10 Dec 2005; Tom Gall <tgall@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild:
stable on ppc64
08 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org>
ibm-jdk-bin-1.4.2.03.ebuild:
Marking statble on x86
23 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org>
ibm-jdk-bin-1.4.2.ebuild:
Adding warning to prevent people from downloading the latest SR.
*ibm-jdk-bin-1.5_beta1 (21 Nov 2005)
21 Nov 2005; Jochen Maes <sejo@gentoo.org> +files/ibm-jdk-bin-1.5_beta1,
+ibm-jdk-bin-1.5_beta1.ebuild:
added initial ebuild 1.5_beta thanks to Santiago Gala <sgala@apache.org>
this is ppc only as i cannot test on other arches.
*ibm-jdk-bin-1.4.2.03 (06 Nov 2005)
06 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org>
-files/ibm-jdk-bin-1.4.1, +files/ibm-jdk-bin-1.4.2.03,
+ibm-jdk-bin-1.4.2.03.ebuild:
Updating to latest SR, with fetch restrictions, and renaming for sources.
This should resolve the issue with digests. Resolves bug #106839 and bug
#108251 .
18 Oct 2005; Aron Griffis <agriffis@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
Warn about deprecated browserplugin useflag
18 Oct 2005; Aron Griffis <agriffis@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
Respect the global USE=nsplugin instead of the local USE=browserplugin
01 Oct 2005; Thomas Matthijs <axxo@gentoo.org>
-ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.2.ebuild:
Restrict fetch
26 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
ibm-jdk-bin-1.4.2.ebuild:
Fix cp -a usage for Gentoo/FreeBSD.
11 Jul 2005; Thomas Matthijs <axxo@gentoo.org>
ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.2.ebuild:
bug 94056: useflag rename mozilla -> browserplugin
18 May 2005; Thomas Matthijs <axxo@gentoo.org>
ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.2.ebuild:
remove obsolete java-scheme virtual. remove versions from provide: bug 93028
22 Apr 2005; Simon Stelling <blubb@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
stable on amd64
25 Jan 2005; Markus Rothe <corsair@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
don't install mozilla plugin on ppc64
09 Jan 2005; Sven Wegener <swegener@gentoo.org>
ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.2.ebuild:
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
11 Dec 2004; <SeJo@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
stable on ppc
20 Nov 2004; <SeJo@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
mozilla plugin doesn't work with amd64, removing it
20 Nov 2004; <SeJo@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
mumble mumble something with amd64 in stead of amd in S
20 Nov 2004; <SeJo@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
added the amd64 thingies
27 Oct 2004; Tom Gall <tgall@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
stable on ppc64
25 Oct 2004; Thomas Matthijs <axxo@gentoo.org> ibm-jdk-bin-1.4.2.ebuild:
depend on java-sdk-docs-1.4.2 not 1.4.1
29 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.2.ebuild:
Cleaned up plugin instalation, Moved some messages to the eclass, see #22395
for more information
23 Sep 2004; Thomas Matthijs <axxo@gentoo.org> -ibm-jdk-bin-1.4.1-r1.ebuild,
-ibm-jdk-bin-1.4.1.ebuild:
prune older ebuilds
06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
ibm-jdk-bin-1.4.1-r1.ebuild, ibm-jdk-bin-1.4.1-r2.ebuild,
ibm-jdk-bin-1.4.1.ebuild, ibm-jdk-bin-1.4.2.ebuild:
Switch to use epause and ebeep, bug #62950
04 Aug 2004; Thomas Matthijs <axxo@gentoo.org> ibm-jdk-bin-1.4.1-r1.ebuild,
ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.1.ebuild,
ibm-jdk-bin-1.4.2.ebuild:
fix src_uri
27 Jul 2004; Thomas Matthijs <axxo@gentoo.org> ibm-jdk-bin-1.4.1-r1.ebuild,
ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.1.ebuild,
ibm-jdk-bin-1.4.2.ebuild:
add java_pkg_postinst to pkg_postinst
24 Jul 2004; <SeJo@gentoo.org> metadata.xml, ibm-jdk-bin-1.4.2.ebuild:
fixed the /etc/cpuinfo error thanks to dholm
*ibm-jdk-bin-1.4.2 (14 Jul 2004)
14 Jul 2004; Bryan Østergaard <kloeri@gentoo.org>
ibm-jdk-bin-1.4.2.ebuild:
Fix CVS header.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
ibm-jdk-bin-1.4.1-r1.ebuild, ibm-jdk-bin-1.4.1-r2.ebuild,
ibm-jdk-bin-1.4.1.ebuild:
virtual/glibc -> virtual/libc
30 Jun 2004; Tom Gall <tgall@gentoo.org> ibm-jdk-bin-1.4.1-r2.ebuild:
stable on ppc64, bug #55597
11 Jun 2004; <SeJo@gentoo.org> :
added rc2 to fix bug 52366
02 Jun 2004; Aron Griffis <agriffis@gentoo.org> ibm-jdk-bin-1.4.1-r1.ebuild,
ibm-jdk-bin-1.4.1.ebuild:
Fix use invocation
*ibm-jdk-bin-1.4.1-r1 (28 May 2004)
28 May 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
ibm-jdk-bin-1.4.1-r1.ebuild:
Added javacomm useflag and support. Fixes #30579.
01 May 2004; <SeJo@gentoo.org> ibm-jdk-bin-1.4.1.ebuild:
removed ppc and added ~x86
*ibm-jdk-bin-1.4.1 (29 Apr 2004)
29 Apr 2004; David Holm <dholm@gentoo.org> +files/cpuinfo,
+files/ibm-jdk-bin-1.4.1, ibm-jdk-bin-1.4.1.ebuild:
Added missing files and fixed some bugs in the ebuild.
28 Apr 2004; <SeJo@gentoo.org> +metadata.xml:
new package same bin
|