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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
|
# ChangeLog for dev-java/gnu-classpath
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.81 2008/05/17 11:36:40 nixnut Exp $
17 May 2008; nixnut <nixnut@gentoo.org> gnu-classpath-0.97-r1.ebuild:
Stable on ppc wrt bug 216689
12 May 2008; Markus Rothe <corsair@gentoo.org>
gnu-classpath-0.97-r1.ebuild:
Stable on ppc64
30 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.97-r1.ebuild:
Add support for using ecj instead of virtual/jdk-1.6
09 Apr 2008; Markus Meier <maekke@gentoo.org>
gnu-classpath-0.97-r1.ebuild:
amd64/x86 stable, bug #216689
08 Apr 2008; Raúl Porcel <armin76@gentoo.org> gnu-classpath-0.93.ebuild,
gnu-classpath-0.97.ebuild, gnu-classpath-0.97-r1.ebuild:
Fix deps on mozilla products
10 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.97-r1.ebuild:
Add support for split qt4. Fixes bug #217173.
*gnu-classpath-0.97-r1 (04 Mar 2008)
04 Mar 2008; Petteri Räty <betelgeuse@gentoo.org>
+gnu-classpath-0.97-r1.ebuild:
Revision bump using our own tarballs because the upstream release was
missing a whole properties directory.
*gnu-classpath-0.97 (03 Mar 2008)
03 Mar 2008; Petteri Räty <betelgeuse@gentoo.org>
+gnu-classpath-0.97.ebuild:
Version bump. Fixes bug #201663 and bug #176231.
15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
gnu-classpath-0.93.ebuild:
Added www-client/mozilla-firefox-bin and www-client/seamonkey-bin to the
list of acceptable packages for nsplugin USE in RDEPEND. This would be for
bug #210189, but I didn't really see a point since this won't harm anything
for anyone that doesn't have these installed, since they're listed last.
22 Jul 2007; Hans de Graaff <graaff@gentoo.org> gnu-classpath-0.90.ebuild,
gnu-classpath-0.92.ebuild:
Drop virtual/x11 references.
02 Mar 2007; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.93.ebuild:
Give --host to ./configure.
02 Mar 2007; Petteri Räty <betelgeuse@gentoo.org>
+files/0.93-nsplugin.patch, gnu-classpath-0.93.ebuild:
Fix compiling with latest versions of firefox or seamonkey. Fixes bug #168780.
28 Feb 2007; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.93.ebuild:
Change -O3 to -O2 in CFLAGS because gnu-classpath does not compile with -O3
currently. See bug #168800.
*gnu-classpath-0.93 (28 Feb 2007)
28 Feb 2007; Petteri Räty <betelgeuse@gentoo.org>
+gnu-classpath-0.93.ebuild:
Version bump. This version add the gconf use flag for a preferences
backstore and nsplugin for a browser plugin.
05 Jan 2007; Vlastimil Babka <caster@gentoo.org>
gnu-classpath-0.90.ebuild, gnu-classpath-0.92.ebuild:
Convert einfo to elog.
*gnu-classpath-0.92 (19 Nov 2006)
19 Nov 2006; Joshua Nichols <nichoj@gentoo.org>
+gnu-classpath-0.92.ebuild:
Version bump, bug #133875. Now is slotted, so VMs can use the appropriate
version they are compatible with.
06 Oct 2006; Vlastimil Babka <caster@gentoo.org>
gnu-classpath-0.90.ebuild:
Fix RDEPEND wrt bug #150285.
21 Jul 2006; Petteri Räty <betelgeuse@gentoo.org>
-gnu-classpath-0.14.ebuild:
Removed an old version.
18 Jul 2006; Michael Hanselmann <hansmi@gentoo.org>
gnu-classpath-0.90.ebuild:
Stable on ppc.
24 Jun 2006; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.90.ebuild:
Added comments to the ebuild about fastjar wrt bug #135688.
23 Jun 2006; Simon Stelling <blubb@gentoo.org> gnu-classpath-0.90.ebuild:
stable on amd64
11 Jun 2006; Markus Rothe <corsair@gentoo.org> gnu-classpath-0.90.ebuild:
Stable on ppc64
15 May 2006; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.14.ebuild, gnu-classpath-0.90.ebuild:
Changed SRC_URI to use mirror://gnu.
12 May 2006; Petteri Räty <betelgeuse@gentoo.org>
-files/0.19-dssi_data.h, -files/gtk28.patch, -files/0.19-dssi.patch,
-gnu-classpath-0.18.ebuild, -gnu-classpath-0.19.ebuild,
-gnu-classpath-0.20.ebuild:
Removed old versions. sparc dropped because they don't support java at the
moment.
12 May 2006; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.90.ebuild:
Marked stable on x86 for bug #131927.
01 May 2006; Markus Rothe <corsair@gentoo.org> gnu-classpath-0.90.ebuild:
Added ~ppc64
27 Apr 2006; Marien Zwart <marienz@gentoo.org>
files/digest-gnu-classpath-0.18, files/digest-gnu-classpath-0.19,
files/digest-gnu-classpath-0.20, Manifest:
Fixing SHA256 digest, pass four
09 Apr 2006; Joshua Nichols <nichoj@gentoo.org> gnu-classpath-0.14.ebuild,
gnu-classpath-0.18.ebuild, gnu-classpath-0.19.ebuild,
gnu-classpath-0.20.ebuild, gnu-classpath-0.90.ebuild:
Now using the xml use flag, in favor of xml2, as per bug #116346.
*gnu-classpath-0.90 (02 Apr 2006)
02 Apr 2006; Petteri Räty <betelgeuse@gentoo.org>
+gnu-classpath-0.90.ebuild:
Version bump.
16 Feb 2006; Joshua Nichols <nichoj@gentoo.org> gnu-classpath-0.14.ebuild:
Fixed missing freetype headers. Removed jikes from IUSE.
16 Feb 2006; Karl Trygve Kalleberg <karltk@gentoo.org>
gnu-classpath-0.14.ebuild:
Put requirement on jikes, since it doesn't compile without it.
Didn't revbump since people with it already installed shouldn't
reinstall.
05 Feb 2006; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.19.ebuild, gnu-classpath-0.20.ebuild:
Added modular X dependencies.
04 Feb 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
gnu-classpath-0.19.ebuild, gnu-classpath-0.20.ebuild:
mark ~ppc (Bug #112207)
23 Jan 2006; Petteri Räty <betelgeuse@gentoo.org>
-gnu-classpath-0.15-r1.ebuild:
Removed old version.
*gnu-classpath-0.20 (22 Jan 2006)
22 Jan 2006; Joshua Nichols <nichoj@gentoo.org>
+gnu-classpath-0.20.ebuild:
Version bump.
14 Nov 2005; Petteri Räty <betelgeuse@gentoo.org> files/0.19-dssi.patch:
Modified the patch so that it does not fail with stable patch. Fixes bug
#112544.
*gnu-classpath-0.19 (11 Nov 2005)
11 Nov 2005; Petteri Räty <betelgeuse@gentoo.org> +files/0.19-dssi.patch,
+files/0.19-dssi_data.h, +gnu-classpath-0.19.ebuild:
Version bump. In this release the cairo use flag was added back. The new
alsa and dssi use flags are for different MIDI providers. Also added a debug
use flag. The ebuild now installs files like README and NEWS. The keywords
for sparc, ppc and ppc64 were dropped until they can test media-libs/dssi.
28 Oct 2005; Thomas Matthijs <axxo@gentoo.org> +files/gtk28.patch,
gnu-classpath-0.18.ebuild:
compile with gtk 2.8. Fixes bug #110573.
17 Oct 2005; Thomas Matthijs <axxo@gentoo.org> gnu-classpath-0.18.ebuild:
Depend on gtk =2.6*, since it doesnt build with 2.8
16 Oct 2005; Tom Gall <tgall@gentoo.org> gnu-classpath-0.18.ebuild:
added ~ppc64
23 Sep 2005; Petteri Räty <betelgeuse@gentoo.org>
gnu-classpath-0.14.ebuild, gnu-classpath-0.15-r1.ebuild:
Fixes to older versions for bug #106551. Classpath does not depend on
gdk-pixbuf any more.
*gnu-classpath-0.18 (23 Sep 2005)
23 Sep 2005; Petteri Räty <betelgeuse@gentoo.org>
+gnu-classpath-0.18.ebuild:
Version bump. Fixes bugs #98982 and #106551. Support for the cairo use flag
was dropped until >=0.5.0 is removed from package.mask. Made installing
the examples optional with the examples use flag.
17 Jun 2005; Jan Brinkmann <luckyduck@gentoo.org>
-gnu-classpath-0.13.ebuild, gnu-classpath-0.14.ebuild,
-gnu-classpath-0.15.ebuild:
Marked 0.14 stable on amd64, ppc and x86.
22 May 2005; Saleem Abdulrasool <compnerd@gentoo.org>
gnu-classpath-0.15-r1.ebuild:
Removing jikes use flag for hard dep on jikes
22 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
gnu-classpath-0.15-r1.ebuild:
fixed dependency, uncondiotional jikes dependency was intended ...
22 May 2005; Saleem Abdulrasool <compnerd@gentoo.org>
gnu-classpath-0.15-r1.ebuild:
Fixing unconditional dep on jikes introduced in -r1
*gnu-classpath-0.15-r1 (21 May 2005)
21 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
+gnu-classpath-0.15-r1.ebuild:
new revision, ebuild cleanup. also introduces support for cairo, controlled
by the respective useflag. thanks to Robert Schuster <theBohemian@gmx.net>.
fixes #93278.
*gnu-classpath-0.15 (12 May 2005)
12 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
-gnu-classpath-0.12.ebuild, gnu-classpath-0.13.ebuild,
+gnu-classpath-0.15.ebuild:
new upstream version, fixes #92070. marked 0.13 stable on amd64, ppc and x86
22 Apr 2005; Simon Stelling <blubb@gentoo.org> gnu-classpath-0.12.ebuild:
stable on amd64
*gnu-classpath-0.14 (02 Mar 2005)
02 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
+gnu-classpath-0.14.ebuild:
new upstream release, fixes #83845
26 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> gnu-classpath-0.13.ebuild:
adopted the idea of Robert Schuster <theBohemian@gmx.net> to add support for
the xml2 keyword. fixes bug #79392.
24 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
-gnu-classpath-0.10-r1.ebuild, -gnu-classpath-0.11.ebuild,
gnu-classpath-0.12.ebuild:
removed deprecated versions of gnu-classpath, marked 0.12 stable on x86.
*gnu-classpath-0.13 (07 Jan 2005)
07 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
+gnu-classpath-0.13.ebuild:
version bump. fixes bug #76983.
19 Dec 2004; Karl Trygve Kalleberg <karltk@gentoo.org> gnu-classpath-0.10-r1.ebuild,
gnu-classpath-0.11.ebuild, gnu-classpath-0.12.ebuild:
Added app-arch/zip to DEPEND. Fixes #71791.
*gnu-classpath-0.12 (19 Dec 2004)
19 Dec 2004; Karl Trygve Kalleberg <karltk@gentoo.org> +gnu-classpath-0.12.ebuild:
New upstream release.
18 Dec 2004; Karl Trygve Kalleberg <karltk@gentoo.org> gnu-classpath-0.10-r1.ebuild,
gnu-classpath-0.11.ebuild:
Changed license to GPL 2 with linking exception. Fixes #69732.
29 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
gnu-classpath-0.10-r1.ebuild, gnu-classpath-0.11.ebuild:
removed nomirror
20 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
gnu-classpath-0.10-r1.ebuild, gnu-classpath-0.11.ebuild:
Keywords ~amd64.
*gnu-classpath-0.11 (16 Sep 2004)
16 Sep 2004; Thomas Matthijs <axxo@gentoo.org> +gnu-classpath-0.11.ebuild:
version bump, closes 63993
24 Aug 2004; Chris Aniszczyk <zx@gentoo.org> gnu-classpath-0.10-r1.ebuild,
-gnu-classpath-0.10.ebuild:
Marking x86 & cleanup
*gnu-classpath-0.10-r1 31 Jul 2004
31 Jul 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
gnu-classpath-0.10-r1.ebuild: Removed hard dep on gtk+, is now covered by USE
flag.
*gnu-classpath-0.09 (11 Jul 2004)
11 Jul 2004; Chris Aniszczyk <zx@gentoo.org> -gnu-classpath-0.09.ebuild:
Clean up
*gnu-classpath-0.10 (11 Jul 2004)
11 Jul 2004; Chris Aniszczyk <zx@gentoo.org> +gnu-classpath-0.10.ebuild:
Version bump
11 Jul 2004; Chris Aniszczyk <zx@gentoo.org> -gnu-classpath-0.08.ebuild,
-gnu-classpath-0.08_rc1.ebuild:
Clean up
11 Jul 2004; Chris Aniszczyk <zx@gentoo.org> :
Version bump. Closes #56570
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
gnu-classpath-0.06.ebuild:
virtual/glibc -> virtual/libc
05 May 2004; <SeJo@gentoo.org> gnu-classpath-0.08_rc1.ebuild:
added ~ppc keyword
05 May 2004; <SeJo@gentoo.org> gnu-classpath-0.06.ebuild:
added ~ppc keyword
*gnu-classpath-0.08 (28 Apr 2004)
28 Apr 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
gnu-classpath-0.08.ebuild: New upstream version.
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnu-classpath-0.06.ebuild:
Add die following econf for bug 48950
*gnu-classpath-0.08_rc1 (01 Apr 2004)
01 Apr 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
gnu-classpath-0.08_rc1.ebuild: New upstream version. Ebuild submitted
by myself. No joke.
23 Mar 2004; David Holm <dholm@gentoo.org> gnu-classpath-0.06.ebuild:
Backed out of ~ppc.
22 Mar 2004; David Holm <dholm@gentoo.org> gnu-classpath-0.06.ebuild:
Added to ~ppc.
*gnu-classpath-0.06 (09 Mar 2004)
09 Mar 2004; Chris Aniszczyk <zx@gentoo.org> gnu-classpath-0.06.ebuild,
metadata.xml:
Initial Import. Closes #43926
|