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
|
# ChangeLog for dev-java/commons-beanutils
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v 1.23 2005/05/14 16:07:59 luckyduck Exp $
*commons-beanutils-1.7.0-r1 (14 May 2005)
*commons-beanutils-1.6.1-r2 (14 May 2005)
14 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
-commons-beanutils-1.6.1-r1.ebuild, +commons-beanutils-1.6.1-r2.ebuild,
-commons-beanutils-1.7.0.ebuild, +commons-beanutils-1.7.0-r1.ebuild:
slotted correctly, see #71952
05 May 2005; Gustavo Zacarias <gustavoz@gentoo.org>
commons-beanutils-1.7.0.ebuild:
Stable on sparc
04 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
commons-beanutils-1.7.0.ebuild:
marked stable on amd64, ppc and x86. introduced support for the
source useflag.
26 Jan 2005; Markus Rothe <corsair@gentoo.org>
commons-beanutils-1.7.0.ebuild:
Stable on ppc64
20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
commons-beanutils-1.6.1-r1.ebuild, commons-beanutils-1.7.0.ebuild:
added missing jikes dependency. see #78819.
18 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
commons-beanutils-1.6.1-r1.ebuild:
removed junit test to fix bug #71952.
18 Dec 2004; Markus Rothe <corsair@gentoo.org>
commons-beanutils-1.7.0.ebuild:
added ~ppc64 to KEYWORDS
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
commons-beanutils-1.6.1-r1.ebuild, commons-beanutils-1.7.0.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
10 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
commons-beanutils-1.6.1-r1.ebuild, commons-beanutils-1.7.0.ebuild:
changed dependenciess to ant-core
*commons-beanutils-1.7.0 (03 Aug 2004)
03 Aug 2004; Thomas Matthijs <axxo@gentoo.org>
+commons-beanutils-1.7.0.ebuild:
version bump
02 Jun 2004; Aron Griffis <agriffis@gentoo.org>
commons-beanutils-1.6.1-r1.ebuild:
Fix use invocation
*commons-beanutils-1.6.1-r1 (20 Jan 2004)
20 Jan 2004; Adrian Almenar <strider@gentoo.org>
commons-beanutils-1.6.1-r1.ebuild:
Moved to old style compiling, not using eclass cause its a little buggy.
19 Jan 2004; Adrian Almenar <strider@gentoo.org>
commons-beanutils-1.6.1.ebuild:
Added amd64 keyword.
*commons-beanutils-1.6.1 (22 Mar 2003)
26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-beanutils-1.6.1.ebuild:
Updated SRC_URI so this ebuild uses apache mirrors.
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
commons-beanutils-1.6.1.ebuild:
x86 ppc sparc moved to stable.
22 Mar 2003; Dylan Carlson <absinthe@gentoo.org>
commons-beanutils-1.6.1.ebuild:
Version bump; thanks to Lim Swee Tat <st_lim@stlim.net> for his contributions
to this effort. Now uses the jakarta-commons eclass.
*commons-beanutils-1.5-r1 (24 Nov 2002)
08 Dec 2002; Adrian Almenar <strider@gentoo.org> commons-beanutils-1.5-r1.ebuild:
Fixed DEPEND from virtual/jdk-1.4 to virtual/jdk-1.3.
24 Nov 2002; Adrian Almenar <strider@gentoo.org> commons-beanutils-1.5-r1.ebuild files/digest-commons-beanutils-1.5-r1:
Just a minor fix, but needed to bump revision cause changed name of the jar
to avoid conflicts in future. Releasing it, since it has been tested a lot and
works very well.
*commons-beanutils-1.5 (06 Nov 2002)
07 Nov 2002; Adrian Almenar <strider@gentoo.org> commons-beanutils-1.5.ebuild:
Fixed USE of junit flag now its working.
06 Nov 2002; Adrian Almenar <strider@gentoo.org> ChangeLog commons-beanutils-1.5.ebuild files/digest-commons-beanutils-1.5:
Initial import.
|