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
|
# ChangeLog for dev-java/jarjar
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jarjar/ChangeLog,v 1.27 2009/10/06 18:55:44 caster Exp $
06 Oct 2009; Vlastimil Babka <caster@gentoo.org>
+files/0.9-bootclasspath.patch, jarjar-0.9.ebuild,
-files/asm-2.0_alpha-buildfile.patch:
Fix building with ecj, bug #191378.
10 Sep 2008; Brent Baude <ranger@gentoo.org> jarjar-0.9.ebuild:
Marking jarjar-0.9 ppc64 stable for dep to bug 235747
16 Jan 2008; Raúl Porcel <armin76@gentoo.org> jarjar-0.9.ebuild:
Add ~ia64 wrt #129773
12 Jan 2008; Brent Baude <ranger@gentoo.org> jarjar-0.9.ebuild:
Marking jarjar-0.9 ~ppc64 for bug 129773
13 Dec 2007; Petteri Räty <betelgeuse@gentoo.org> -jarjar-0.6-r1.ebuild,
jarjar-0.9.ebuild:
Add ANT_TASKS none as it and build.sysclasspath=ignore should be enough to
fix bug #191357 although I can't reproduce.
17 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> jarjar-0.9.ebuild:
ppc stable
15 Aug 2007; William L. Thomson Jr. <wltjr@gentoo.org> jarjar-0.9.ebuild:
amd64 stable, bug #187751.
15 Aug 2007; Christian Faulhammer <opfer@gentoo.org> jarjar-0.9.ebuild:
stable x86, bug 187751
30 May 2007; Petteri Räty <betelgeuse@gentoo.org> jarjar-0.9.ebuild:
Fix src_test.
26 May 2007; Krzysiek Pawlik <nelchael@gentoo.org> jarjar-0.6-r1.ebuild,
jarjar-0.9.ebuild:
Add ~ppc.
26 May 2007; Vlastimil Babka <caster@gentoo.org> jarjar-0.9.ebuild:
Fix jar-from call and DEPEND to actually compile.
26 May 2007; Krzysiek Pawlik <nelchael@gentoo.org> jarjar-0.9.ebuild:
Fix jar-from call to match *DEPEND.
18 May 2007; Petteri Räty <betelgeuse@gentoo.org> jarjar-0.9.ebuild:
DEPEND on splitted ant.
*jarjar-0.9 (18 May 2007)
18 May 2007; Petteri Räty <betelgeuse@gentoo.org>
+files/0.9-system-jars.patch, +jarjar-0.9.ebuild:
Version bump. Fixes bug #168853. Registers the ant task so ant will be able
to use it automatically. Does not run jarjar on itself so now uses system
jars instead of bundling them inside the installed jar.
20 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -jarjar-0.6.ebuild:
Remove generation 1 ebuild.
20 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> jarjar-0.6-r1.ebuild:
Add dev-java/ant-core to RDEPEND.
01 Mar 2007; Petteri Räty <betelgeuse@gentoo.org> jarjar-0.6-r1.ebuild:
Marked stable on amd64 for bug #168864.
01 Mar 2007; Christian Faulhammer <opfer@gentoo.org> jarjar-0.6-r1.ebuild:
stable x86; bug 168864
01 Mar 2007; Petteri Räty <betelgeuse@gentoo.org> jarjar-0.6-r1.ebuild:
Ebuild cleanup and depend on >=virtual/{jdk,jre}-1.4 because bundles 1.4
bytecode.
23 Sep 2006; Joshua Nichols <nichoj@gentoo.org> jarjar-0.6.ebuild,
jarjar-0.6-r1.ebuild:
Tightened asm dependency, in prepration for asm-2.2.x, which is sloted 2.2.
08 Sep 2006; Joshua Nichols <nichoj@gentoo.org> jarjar-0.6-r1.ebuild:
Fix for java-strict. Was missing implicitly dependend on jar from ant-core.
*jarjar-0.6-r1 (27 Jul 2006)
27 Jul 2006; Joshua Nichols <nichoj@gentoo.org> +jarjar-0.6-r1.ebuild:
Revision bump to support new Java system.
11 Aug 2005; Petteri Räty <betelgeuse@gentoo.org>
-jarjar-0.4_p20050105.ebuild, jarjar-0.6.ebuild:
The installed jar is not versioned any more.
Removed the old version because it does not compile
against the most recent asm.
03 Aug 2005; Petteri Räty <betelgeuse@gentoo.org>
jarjar-0.4_p20050105.ebuild, jarjar-0.6.ebuild:
Changed the DESCRIPTION to be neutral. Resolves bug 101231. Thanks to Chris
Nokleberg <chris@sixlegs.com> for reporting and sorry if someone was offended.
*jarjar-0.6 (31 Jul 2005)
31 Jul 2005; Lim Swee Tat <st_lim@gentoo.org> +jarjar-0.6.ebuild:
Version bump. Need to support cglib-2.1 which is needed for hibernate-3.0
18 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
jarjar-0.4_p20050105.ebuild:
stable on amd64 and x86
*jarjar-0.4_p20050105 (05 Jan 2005)
05 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> +metadata.xml,
+files/asm-2.0_alpha-buildfile.patch, +jarjar-0.4_p20050105.ebuild:
Initial import. Dependency of #67395.
|