summaryrefslogtreecommitdiff
blob: ea87982ab072a277260d3fbfa6bcda9231efce1d (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
# ChangeLog for dev-java/jython
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.46 2007/01/21 10:36:57 betelgeuse Exp $

  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.