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
|
# ChangeLog for dev-java/jython
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.28 2005/12/05 03:59:24 nichoj Exp $
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.
|