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
|
# ChangeLog for dev-java/batik
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.27 2005/09/10 16:07:19 axxo Exp $
*batik-1.6 (10 Sep 2005)
10 Sep 2005; Thomas Matthijs <axxo@gentoo.org>
+files/batik-1.6-jikes.patch, +batik-1.6.ebuild:
Version bump, thanks too Josh Nichols in 101844
26 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> batik-1.5.1-r4.ebuild:
Fix cp -a usage for Gentoo/FreeBSD.
12 Jul 2005; Thomas Matthijs <axxo@gentoo.org> batik-1.5.ebuild,
batik-1.5.1-r4.ebuild:
Dep fixes
28 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> batik-1.5.1-r4.ebuild:
Stable on sparc
*batik-1.5 (12 Jun 2005)
12 Jun 2005; Jan Brinkmann <luckyduck@gentoo.org> +batik-1.5.ebuild:
Readded 1.5
12 Jun 2005; Jan Brinkmann <luckyduck@gentoo.org> -batik-1.5.ebuild,
-batik-1.5.1.ebuild, -batik-1.5.1-r3.ebuild, batik-1.5.1-r4.ebuild:
Added xml-commons dependency, xml-apis.jar doesnt belong to xerces. See #82561.
18 May 2005; Jan Brinkmann <luckyduck@gentoo.org> batik-1.5.1-r4.ebuild:
stable on amd64, ppc and x86
*batik-1.5.1-r4 (20 Mar 2005)
20 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> +batik-1.5.1-r4.ebuild,
+batik-1.5.ebuild:
version 1.5 is needed to remove the packed jar issue from dev-java/fop, see
#63262. now all jars are accessible by jar-from, java-config -p etc
18 Feb 2005; Saleem Abdulrasool <compnerd@gentoo.org>
batik-1.5.1-r3.ebuild:
Added memory check; Resolves bug #82377
*batik-1.5.1-r3 (29 Jan 2005)
29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> -batik-1.5.1-r2.ebuild,
+batik-1.5.1-r3.ebuild:
updated (R)DEPEND to reflect rhino SLOT changes.
03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> batik-1.5.1-r2.ebuild,
batik-1.5.1.ebuild:
depend on app-arch/unzip
*batik-1.5.1-r2 (26 Oct 2004)
26 Oct 2004; Thomas Matthijs <axxo@gentoo.org> -batik-1.5.1-r1.ebuild,
+batik-1.5.1-r2.ebuild:
add wrapper script #68147
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> batik-1.5.1-r1.ebuild,
batik-1.5.1.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
*batik-1.5.1-r1 (19 Sep 2004)
19 Sep 2004; Thomas Matthijs <axxo@gentoo.org> +batik-1.5.1-r1.ebuild:
no longer uses packed jars
13 Aug 2004; Chris Aniszczyk <zx@gentoo.org> -batik-1.5.ebuild:
Clean up
*batik-1.5.1 (13 Aug 2004)
13 Aug 2004; Chris Aniszczyk <zx@gentoo.org> +batik-1.5.1.ebuild:
Version bump
27 Jun 2004; Chris Aniszczyk <zx@gentoo.org> batik-1.5.ebuild:
Marking stable on ppc
18 Apr 2004; Chris Aniszczyk <zx@gentoo.org> batik-1.5.ebuild:
Removing jikes from USE, jikes failed to build batik properly. Closes #47661
05 Apr 2004; Chris Aniszczyk <zx@gentoo.org> batik-1.1.1.ebuild:
Clean up.
15 Feb 2004; Chris Aniszczyk <zx@gentoo.org> batik-1.5.ebuild:
Minor fix.
15 Feb 2004; Chris Aniszczyk <zx@gentoo.org> batik-1.5.ebuild:
Fixed Bug #29045
*batik-1.5 (15 Feb 2004)
15 Feb 2004; Chris Aniszczyk <zx@gentoo.org> batik-1.5.ebuild:
Version Bump + Misc Fixes. Bug #30308
*batik-1.1.1 (27 Apr 2003)
27 Apr 2003; Todd Berman <tberman@gentoo.org> batik-1.1.1.ebuild:
Fixed up some small issues, and using ant jars instead of ant dist-tgz
27 Apr 2003; Todd Berman <tberman@gentoo.org> batik-1.1.1.ebuild:
Initial import.
|