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
|
# ChangeLog for dev-java/gnu-jaxp
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/ChangeLog,v 1.27 2006/12/03 18:29:19 corsair Exp $
03 Dec 2006; Markus Rothe <corsair@gentoo.org> gnu-jaxp-1.3-r1.ebuild:
Stable on ppc64
14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> gnu-jaxp-1.3-r1.ebuild:
Stabilizing on amd64 as part of new Java system, bug #147254.
14 Oct 2006; Joshua Jackson <tsunam@gentoo.org> gnu-jaxp-1.3-r1.ebuild:
New java stable on x86; bug #147254
05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.3.ebuild, gnu-jaxp-1.3-r1.ebuild:
Dropping sparc keywords, see #96229
*gnu-jaxp-1.3-r1 (26 Aug 2006)
26 Aug 2006; Petteri Räty <betelgeuse@gentoo.org>
+gnu-jaxp-1.3-r1.ebuild:
Migrated to generation 2. Forces 1.4 because gnu-jaxp is not compatible with
the 1.5 api. Also added support for the source use flag.
09 Feb 2006; Joshua Nichols <nichoj@gentoo.org> gnu-jaxp-1.3.ebuild:
Marked stable on amd64.
02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> gnu-jaxp-1.3.ebuild:
Stable on ppc.
08 Aug 2005; Markus Rothe <corsair@gentoo.org> gnu-jaxp-1.3.ebuild:
Stable on ppc64
14 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> gnu-jaxp-1.3.ebuild:
Stable on sparc
12 Jul 2005; Thomas Matthijs <axxo@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.3.ebuild:
Keyword x86
12 Jul 2005; Thomas Matthijs <axxo@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.3.ebuild:
Dependency/style fixes
02 Jul 2005; Thomas Matthijs <axxo@gentoo.org> gnu-jaxp-1.3.ebuild:
fix deps, thanks too Josh Nichols <nichoj@alum.rpi.edu> in 97753
*gnu-jaxp-1.3 (30 Jun 2005)
30 Jun 2005; Thomas Matthijs <axxo@gentoo.org> +gnu-jaxp-1.3.ebuild:
version bump, thanks too Josh Nichols <nichoj@alum.rpi.edu> in #97432
18 May 2005; Markus Rothe <corsair@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild:
Stable on ppc64
14 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
-gnu-jaxp-1.0_beta1.ebuild, gnu-jaxp-1.0_beta1-r1.ebuild:
stable on ppc
26 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild:
Stable on sparc
23 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild:
Keyworded ~sparc wrt #84992
13 Mar 2005; Markus Rothe <corsair@gentoo.org> gnu-jaxp-1.0_beta1-r1.ebuild:
Added ~ppc64 to KEYWORDS
04 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild:
stable on amd64 and x86
03 Nov 2004; Thomas Matthijs <axxo@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.0_beta1.ebuild:
depend on app-arch/unzip
22 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild:
Keywords ~amd64.
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.0_beta1.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
*gnu-jaxp-1.0_beta1-r1 (23 Sep 2004)
23 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
+gnu-jaxp-1.0_beta1-r1.ebuild:
now builds from source, Thanks too Hendrik Sticher <hendrik_sticher@gmx.de> in
bug 63291
03 May 2004; David Holm <dholm@gentoo.org> gnu-jaxp-1.0_beta1.ebuild:
Added to ~ppc.
30 Mar 2004; Chris Aniszczyk <zx@gentoo.org> gnu-jaxp-1.0_beta1.ebuild:
Fixes bug #45691
*gnu-jaxp-1.0_beta1 (16 Mar 2003)
16 Mar 2003; Dylan Carlson <absinthe@gentoo.org> gnu-jaxp-1.0_beta1.ebuild:
Initial import.
GNU JAXP, a part of the GNU Classpath Extensions project (hosted at
savannah.gnu.org) is a free implementation of the standard XML processing APIs
for Java:
- SAX Parser API
- DOM Level 2 generic XML data structures
- Sun's JAXP v1.1 interfaces
|