summaryrefslogtreecommitdiff
blob: ee1d451914e5c6fde4f03eeb937dfe04c3a5562b (plain)
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
# ChangeLog for dev-java/jython
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.102 2015/07/01 14:53:49 ago Exp $

  01 Jul 2015; Agostino Sarubbo <ago@gentoo.org> jython-2.7.0.ebuild:
  Stable for x86, wrt bug #553374

  01 Jul 2015; Agostino Sarubbo <ago@gentoo.org> jython-2.7.0.ebuild:
  Stable for amd64, wrt bug #553374

  27 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
  +files/jython-2.7.0-build.xml.patch, jython-2.7.0.ebuild:
  Patch to set failonerror to false when running antlr target.

  13 Jun 2015; Patrice Clement <monsieurp@gentoo.org> jython-2.7.0.ebuild:
  Sort out an error with dependencies specified in EANT_GENTOO_CLASSPATH.

*jython-2.7.0 (13 May 2015)

  13 May 2015; Patrick Lauer <patrick@gentoo.org> +jython-2.7.0.ebuild,
  -jython-2.7_beta1.ebuild, -jython-2.7_beta2-r1.ebuild,
  -jython-2.7_beta2-r2.ebuild, -jython-2.7_beta2.ebuild,
  -jython-2.7_beta3.ebuild:
  Bump to 2.7.0 final #541860

  11 Nov 2014; Patrick McLean <chutzpah@gentoo.org> jython-2.7_beta3.ebuild:
  Add missing dependency on dev-java/netty-transport (see
  http://fwierzbicki.blogspot.jp/2014/08/jython-27-beta3-released.html).

*jython-2.7_beta3 (10 Nov 2014)

  10 Nov 2014; Patrick Lauer <patrick@gentoo.org> +jython-2.7_beta3.ebuild:
  Bump

*jython-2.7_beta2-r2 (10 Oct 2014)

  10 Oct 2014; Patrick McLean <chutzpah@gentoo.org>
  +jython-2.7_beta2-r2.ebuild:
  Revision bump, update the jre/jdk dep to 1.7 since it fails to build on 1.6.

  03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -jython-2.5.1-r2.ebuild,
  -jython-2.5.2-r2.ebuild, -jython-2.5.3-r2.ebuild,
  -files/jython-2.5.1-build.patch,
  -files/jython-2.5.1-distutils_byte_compilation.patch,
  -files/jython-2.5.1-distutils_scripts_location.patch,
  -files/jython-2.5.1-respect_PYTHONPATH.patch:
  Remove old

*jython-2.7_beta2-r1 (25 Jul 2014)

  25 Jul 2014; Patrick McLean <chutzpah@gentoo.org>
  +jython-2.7_beta2-r1.ebuild, +files/jython-2.7_beta2-maxrepeat-import.patch:
  Revision bump, add patch copied from cpython standard libraries to fix
  problem with the re module.

*jython-2.7_beta2 (27 Jun 2014)

  27 Jun 2014; Patrick McLean <chutzpah@gentoo.org> +jython-2.7_beta2.ebuild:
  Version bump.

  24 Apr 2014; Patrick McLean <chutzpah@gentoo.org> jython-2.5.3-r3.ebuild,
  jython-2.7_beta1.ebuild:
  Fix sandbox errors related to new versions of jline trying to write a history
  file (bug #508636).

  10 Mar 2014; Johannes Huber <johu@gentoo.org> jython-2.2.1-r2.ebuild:
  x86 stable, bug #315557

  04 Mar 2014; Pacho Ramos <pacho@gentoo.org> jython-2.2.1-r2.ebuild:
  amd64 stable, bug 315557

*jython-2.5.3-r3 (21 Sep 2013)

  21 Sep 2013; Tom Wijsman <TomWij@gentoo.org> +jython-2.5.3-r3.ebuild,
  -jython-2.5.3-r1.ebuild:
  Pick correct jnr-constants dependency, fixes bug #479760 reported by Denny
  Reeh. Removed oldest revision.

  26 Mar 2013; Tim Harder <radhermit@gentoo.org> jython-2.7_beta1.ebuild:
  Fix ant-junit dependency.

*jython-2.7_beta1 (07 Mar 2013)

  07 Mar 2013; Tim Harder <radhermit@gentoo.org> +jython-2.7_beta1.ebuild,
  +files/jython-2.7_beta1-ant.patch,
  +files/jython-2.7_beta1-dont-always-recompile-classes.patch:
  Version bump.

  30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> jython-2.5.3-r2.ebuild:
  Stable for x86, wrt bug #451630

  14 Jan 2013; Agostino Sarubbo <ago@gentoo.org> jython-2.5.3-r2.ebuild:
  Stable for amd64, wrt bug #451630

  13 Jan 2013; Ralph Sennhauser <sera@gentoo.org> jython-2.2.1-r2.ebuild:
  Fix dohtml call. #451010

*jython-2.5.3-r2 (02 Dec 2012)

  02 Dec 2012; Michał Górny <mgorny@gentoo.org> +jython-2.5.3-r2.ebuild:
  Minor cleanup. Get rid of python.eclass, install epython.py for python-exec.

*jython-2.2.1-r2 (27 Sep 2012)

  27 Sep 2012; Ralph Sennhauser <sera@gentoo.org> +jython-2.2.1-r2.ebuild,
  +files/jython-2.2.1-build.xml.patch:
  Require >=jdk-1.5 for javacc-5.0. #315557
  Don't build test classes in src_compile, tests are already restricted and now
  fail to build with -source 1.5.

*jython-2.5.2-r2 (26 Aug 2012)

  26 Aug 2012; Ian Whyman <thev00d00@gentoo.org> -jython-2.5.2-r1.ebuild,
  +jython-2.5.2-r2.ebuild,
  +files/jython-2.5.2-sax-parser-class-not-found.patch:
  Add patch to fix SAXParser ClassNotFoundException #431754

*jython-2.5.3-r1 (26 Aug 2012)

  26 Aug 2012; Ian Whyman <thev00d00@gentoo.org> -jython-2.5.2.ebuild,
  -jython-2.5.3.ebuild, +jython-2.5.3-r1.ebuild:
  Incorporate fixes from 2.5.2-r1 into 2.5.3-r1

*jython-2.5.3 (25 Aug 2012)

  25 Aug 2012; Ian Whyman <thev00d00@gentoo.org> +jython-2.5.3.ebuild:
  Version bump to 2.5.3

  20 Aug 2012; Christoph Junghans <ottxor@gentoo.org> jython-2.5.2-r1.ebuild:
  added prefix keywords

*jython-2.5.2-r1 (31 Jul 2012)

  31 Jul 2012; Ralph Sennhauser <sera@gentoo.org> +jython-2.5.2-r1.ebuild,
  +files/jython-2.5.2-sax-parser-fix.patch:
  Backport upstream sax fix, needed for javatoolkit and possibly others.
  JYTHON_SYSTEM_CACHEDIR is buggy, every ebuild not inheriting python.eclass
  and calling python_pkg_setup would have to set it, also it's a per user
  system cache dir and so with reduced previleges can't even be created -> drop
  it.
  Install sandbox control file as the jvm opens the classfiles rw.
  Compile class files during src phases instead of creating orphans.

*jython-2.5.2 (18 Jul 2012)

  18 Jul 2012; Ralph Sennhauser <sera@gentoo.org> +jython-2.5.2.ebuild,
  +files/jython-2.5.2-build.xml.patch,
  +files/jython-2.5.2-distutils_byte_compilation.patch,
  +files/jython-2.5.2-distutils_scripts_location.patch,
  +files/jython-2.5.2-respect_PYTHONPATH.patch, metadata.xml:
  Version bump. #366105
  Drop base.eclass, add missing eutils.eclass
  Drop dummy useflags ssl threads xml.
  Make readline (libreadline-java) optional dependency.
  Cleanup deps.
  Don't build tests unconditionally.
  Switch to generation 2 style build.

  05 Jun 2012; Ralph Sennhauser <sera@gentoo.org> -jython-2.5.0-r1.ebuild,
  -files/jython-2.5.0-build.patch, -jython-2.5.1.ebuild,
  -jython-2.5.1-r1.ebuild:
  Remove old as requested by Arfrever.

  13 Apr 2012; Ulrich Müller <ulm@gentoo.org> jython-2.2.1-r1.ebuild,
  jython-2.5.0-r1.ebuild, jython-2.5.1.ebuild, jython-2.5.1-r1.ebuild,
  jython-2.5.1-r2.ebuild:
  Move EAPI assignment to top of ebuild, bug 411875.

  01 Jan 2012; Ralph Sennhauser <sera@gentoo.org> jython-2.1-r11.ebuild:
  Drop ia64 support #345433

  16 Nov 2011; Markos Chandras <hwoarang@gentoo.org> jython-2.2.1-r1.ebuild,
  jython-2.5.0-r1.ebuild, jython-2.5.1-r1.ebuild, jython-2.5.1-r2.ebuild,
  jython-2.5.1.ebuild:
  Update LICENSE. Patch by Arfrever

*jython-2.5.1-r2 (13 Dec 2010)

  13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +jython-2.5.1-r2.ebuild,
  +files/jython-2.5.1-distutils_byte_compilation.patch,
  +files/python-2.5.5-distutils_byte_compilation.patch:
  Properly use python.eclass. Add "readline", "ssl", "threads" and "xml" USE
  flags. Support PYTHONDONTWRITEBYTECODE in Distutils. Rename "jython-2.5"
  script to "jython2.5". Respect JYTHON_SYSTEM_CACHEDIR and delete unsetting of
  EPYTHON in "jython2.5" script.

  20 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  jython-2.5.1-r1.ebuild,
  +files/jython-2.5.1-distutils_scripts_location.patch,
  +files/jython-2.5.1-respect_PYTHONPATH.patch:
  Make Distutils install scripts into /usr/bin (bug #305103). Respect
  PYTHONPATH variable (bug #305103).

*jython-2.5.1-r1 (19 Mar 2010)

  19 Mar 2010; Alistair Bush <ali_bush@gentoo.org> +jython-2.5.1-r1.ebuild:
  Prepare jython to be Python ABI provider #305103.

*jython-2.5.1 (05 Mar 2010)

  05 Mar 2010; Alistair Bush <ali_bush@gentoo.org> +jython-2.5.1.ebuild,
  +files/jython-2.5.1-build.patch:
  Version Bump jython to 2.5.1

  15 Jan 2010; Ulrich Mueller <ulm@gentoo.org> jython-2.1-r11.ebuild:
  LICENSE is identical with BSD, bug 301123.

  06 Aug 2009; Alistair Bush <ali_bush@gentoo.org> jython-2.5.0-r1.ebuild:
  Fix build issue, thanks to Jeremy Stent for the report. see #280479

*jython-2.5.0-r1 (22 Jun 2009)

  22 Jun 2009; Alistair Bush <ali_bush@gentoo.org> -jython-2.5.0.ebuild,
  +jython-2.5.0-r1.ebuild, files/jython-2.5.0-build.patch:
  Cleanup first rev. New slot for 2.5.0. Tests now work, mostly.

*jython-2.5.0 (18 Jun 2009)

  18 Jun 2009; Alistair Bush <ali_bush@gentoo.org> +jython-2.5.0.ebuild,
  +files/jython-2.5.0-build.patch:
  Version Bump. New slot as seems to break at least one existing package.
  Tests still do not work 

  27 May 2009; Christian Faulhammer <fauli@gentoo.org>
  jython-2.2.1-r1.ebuild:
  stable x86, bug 270915

  23 May 2009; nixnut <nixnut@gentoo.org> jython-2.2.1-r1.ebuild:
  ppc stable #270915

  23 May 2009; Thomas Anderson <gentoofan23@gentoo.org>
  jython-2.2.1-r1.ebuild:
  stable amd64, bug 270915

  10 Jan 2009; Alistair Bush <ali_bush@gentoo.org> -jython-2.1-r10.ebuild,
  jython-2.1-r11.ebuild:
  Cleanup old ebuild and fix incorrect licence see #252951

  01 Jan 2009; Alistair Bush <ali_bush@gentoo.org> jython-2.2.1-r1.ebuild:
  Corrent Licence. See #252951

  03 Apr 2008; William L. Thomson Jr. <wltjr@gentoo.org>
  jython-2.2.1-r1.ebuild:
  Corrected java-pkg_getjar call for servlet-api.jar per bug #212915

  11 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> jython-2.2.1-r1.ebuild:
  Use --virtual instead of --build-only for servlet-api.

  01 Mar 2008; Alistair Bush <ali_bush@gentoo.org> jython-2.2.1-r1.ebuild:
  Added block on versions of <=dev-java/freemarker-2.3.10. See #211503 and
  #106239

*jython-2.2.1-r1 (26 Feb 2008)

  26 Feb 2008; Alistair Bush <ali_bush@gentoo.org>
  +files/jython-2.2.1-build.patch, +jython-2.2.1-r1.ebuild:
  Version bump jython.

  12 Apr 2007; <welp@gentoo.org> jython-2.1-r11.ebuild:
  Stable on amd64 wrt bug 172025

  06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  jython-2.1-r11.ebuild:
  ppc stable, bug #172025

  25 Mar 2007; Andrej Kacian <ticho@gentoo.org> jython-2.1-r11.ebuild:
  Stable on x86, bug #172025.

  25 Mar 2007; Markus Rothe <corsair@gentoo.org> jython-2.1-r11.ebuild:
  Stable on ppc64; bug #172025

  04 Mar 2007; Piotr Jaroszyński <peper@gentoo.org> jython-2.1-r10.ebuild,
  jython-2.1-r11.ebuild:
  Fix incomplete net-www/tomcat -> www-servers/tomcat move.

  04 Feb 2007; Vlastimil Babka <caster@gentoo.org> -files/jython,
  -files/jythonc, -jython-2.1-r6.ebuild:
  Cleanup.

  03 Feb 2007; Steve Dibb <beandog@gentoo.org> jython-2.1-r10.ebuild:
  amd64 stable, bug 162038

  21 Jan 2007; Petteri Räty <betelgeuse@gentoo.org> jython-2.1-r6.ebuild,
  jython-2.1-r10.ebuild, jython-2.1-r11.ebuild:
  Fixed a typo (bug #163024).

*jython-2.1-r11 (18 Jan 2007)

  18 Jan 2007; Vlastimil Babka <caster@gentoo.org> +jython-2.1-r11.ebuild:
  Revbump to fix jreload (bug #115551 by Paul T. Darga <pdarga@umich.edu>) and
  replace bundled part of jakarta-oro with dependency (bug #160861).

  16 Jan 2007; Stephanie Lockwood-Childs <wormo@gentoo.org>
  jython-2.1-r10.ebuild:
  stable on ppc (Bug #162038)

  16 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  jython-2.1-r10.ebuild:
  stable x86, bug #162038

  14 Jan 2007; Markus Rothe <corsair@gentoo.org> jython-2.1-r10.ebuild:
  Stable on ppc64; bug #162038

  14 Jan 2007; Petteri Räty <betelgeuse@gentoo.org> -jython-2.1-r7.ebuild,
  -jython-2.1-r8.ebuild, -jython-2.1-r9.ebuild:
  Removed unused versions.

  05 Jan 2007; Vlastimil Babka <caster@gentoo.org> jython-2.1-r6.ebuild,
  jython-2.1-r7.ebuild, jython-2.1-r8.ebuild, jython-2.1-r9.ebuild,
  jython-2.1-r10.ebuild:
  Convert einfo to elog.

  09 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> jython-2.1-r10.ebuild:
  Add ~x86-fbsd keyword.

  07 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> jython-2.1-r9.ebuild:
  Add ~x86-fbsd keyword.

  31 Oct 2006; Vlastimil Babka <caster@gentoo.org> jython-2.1-r10.ebuild:
  Raise jdk/jre dep to 1.3 to make ecj happy.

  05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> jython-2.1-r6.ebuild,
  jython-2.1-r7.ebuild, jython-2.1-r8.ebuild, jython-2.1-r9.ebuild,
  jython-2.1-r10.ebuild:
  Dropping sparc keywords, see #96229

*jython-2.1-r10 (12 Sep 2006)

  12 Sep 2006; Vlastimil Babka <caster@gentoo.org> +jython-2.1-r10.ebuild:
  Revbump to ensure everyone has bug #147243 (caused by java-utils-2.eclass)
  fixed. Also sanitized dolauncher parameters quoting. Thanks to Joel
  <joel_123@hotmail.com> for reporting.

  11 Sep 2006; Joshua Nichols <nichoj@gentoo.org> jython-2.1-r9.ebuild:
  Added ~ia64 keywords.

*jython-2.1-r9 (09 Sep 2006)

  09 Sep 2006; Petteri Räty <betelgeuse@gentoo.org>
  +files/2.1-assert-SimpleCompiler.py.patch, +jython-2.1-r9.ebuild:
  More assert fixes to fix bug #146868. Thanks to Joel <joel_123@hotmail.com>
  for the patch.

*jython-2.1-r8 (29 Jul 2006)

  29 Jul 2006; Petteri Räty <betelgeuse@gentoo.org>
  +files/2.1-assert.patch, +jython-2.1-r8.ebuild:
  Fixed bug #142099 so jython does not try to override the assert function
  introduced in 1.5. Thanks to Hanno Meyer-Thurow <h.mth@web.de> for the fix.

  28 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> jython-2.1-r7.ebuild:
  Removed jikes.

*jython-2.1-r7 (20 Jul 2006)

  20 Jul 2006; Joshua Nichols <jnichols@gentoo.org> +jython-2.1-r7.ebuild:
  Revision bump to support new Java system.

  05 Feb 2006; Petteri Räty <betelgeuse@gentoo.org> files/jython:
  Fixed a typo with the CLASSPATH environment variable usage in the starter
  script reported in bug #121365.

  05 Dec 2005; Joshua Nichols <nichoj@gentoo.org> files/jython:
  Fix for jython script (bug #73655).

  09 Jul 2005; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r6.ebuild:
  fix deps, and source useflag support

  01 Jul 2005; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r6.ebuild:
  fix 94099: unpackable class. 97665: use doc useflag for javadocs

*jython-2.1-r6 (29 Jun 2005)

  29 Jun 2005; Thomas Matthijs <axxo@gentoo.org> -jython-2.1-r5.ebuild,
  +jython-2.1-r6.ebuild:
  dont install versioned jar

  26 Jan 2005; Markus Rothe <corsair@gentoo.org> jython-2.1-r5.ebuild:
  Stable on ppc64

  18 Dec 2004; Markus Rothe <corsair@gentoo.org> jython-2.1-r5.ebuild:
  added ~ppc64 to KEYWORDS

  16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r5.ebuild:
  use java-pkg_dohtml instead of dohtml to also install the package-list in
  case of api docs: #50740

  16 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jython-2.1-r5.ebuild:
  Stable on amd64.

  02 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r5.ebuild:
  compile with -source 1.3

  17 Sep 2004; <SeJo@gentoo.org> jython-2.1-r5.ebuild:
  removed addwrite .hotspot, thx Mr_Bones

  16 Sep 2004; <SeJo@gentoo.org> jython-2.1-r5.ebuild:
  bugfixing with axxo works great

  10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r5.ebuild:
  removed -source 1.3 bug 63480

  10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> files/jython,
  jython-2.1-r5.ebuild:
  install the registry file, add the library path to the wrapper, added a
  comment in postinst on how to enable readline. closes bug 63496

  04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r5.ebuild:
  move jython-bin -> jython, stable on sparc

*jython-2.1-r5 (03 Sep 2004)

  03 Sep 2004; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r5.ebuild,
  files/jython, files/jythonc:
  fix paths in wrapper script. fix installion path(depends on being in Lib).
  changed the way everything gets compiled so we don't have to export the
  classpath and made it compile everythong

  27 Aug 2004; <SeJo@gentoo.org> jython-2.1-r4.ebuild:
  stable on ppc

  23 Aug 2004; Chris Aniszczyk <zx@gentoo.org> jython-2.1-r4.ebuild:
  Marking x86

  31 Jul 2004; Karl Trygve Kalleberg <karltk@gentoo.org>:
  jython-2.1-r4.ebuild: Rewrote almost totally to compile from source. Ugly hack
  that needs more attention.

  16 Jul 2004; Thomas Matthijs <axxo@gentoo.org> :
  fix python.home path in files/jython closes 49841
  fix path in jythonc (although it still doesn't work, looks like it never did
  if you know how to fix it, please let me know or file a bug on bugzilla)

  19 Jun 2004; Jason Wever <weeve@gentoo.org> jython-2.1-r2.ebuild:
  Stable on sparc.

  19 Jan 2004; Adrian Almenar <strider@gentoo.org> jython-2.1-r2.ebuild:
  Added amd64 keyword.

*jython-2.1-r2 (17 Jan 2004)

  17 Jan 2004; Adrian Almenar <strider@gentoo.org> jython-2.1-r1.ebuild,
  jython-2.1-r2.ebuild, jython-2.1.ebuild:
  Fixes #25533. Ebuild submitted by Chris Aniszczyk <zx@mea-culpa.net>. Moved
  2.1-r1 to stable, Removed 2.1.

*jython-2.1-r1 (13 May 2003)

  13 May 2003; Todd Berman <tberman@gentoo.org> jython-2.1-r1.ebuild,
  files/jython, files/jythonc:
  Fixed up ebuild, closing bug #20562, bumped revision # for people with it
  already installed.

*jython-2.1 (29 Apr 2003)

  29 Apr 2003; Todd Berman <tberman@gentoo.org> jython-2.1.ebuild:
  Initial import.