summaryrefslogtreecommitdiff
blob: 2916a955e02a0fa0f82f70572540ef81b44ac311 (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
# ChangeLog for dev-java/jarjar
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jarjar/ChangeLog,v 1.19 2007/05/30 13:35:02 betelgeuse Exp $

  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.