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
|
# ChangeLog for dev-java/commons-lang
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.30 2006/10/05 15:27:43 gustavoz Exp $
05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
commons-lang-2.0-r1.ebuild, commons-lang-2.0-r2.ebuild,
commons-lang-2.1.ebuild, commons-lang-2.1-r1.ebuild:
Dropping sparc keywords, see #96229
*commons-lang-2.1-r1 (19 Jul 2006)
*commons-lang-2.0-r2 (19 Jul 2006)
19 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+commons-lang-2.0-r2.ebuild, +commons-lang-2.1-r1.ebuild:
Migrated to Generation 2.
*commons-lang-2.1 (01 Oct 2005)
01 Oct 2005; Thomas Matthijs <axxo@gentoo.org> commons-lang-2.0-r1.ebuild,
+commons-lang-2.1.ebuild:
version bump
16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
24 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
commons-lang-2.0-r1.ebuild:
dropped junit tests since they tend to fail, fixes #81617
06 Feb 2005; Markus Rothe <corsair@gentoo.org> commons-lang-2.0-r1.ebuild:
Stable on ppc64
18 Dec 2004; Markus Rothe <corsair@gentoo.org> commons-lang-2.0-r1.ebuild:
added ~ppc64 to KEYWORDS
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> commons-lang-2.0-r1.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
18 Sep 2004; Thomas Matthijs <axxo@gentoo.org> commons-lang-2.0-r1.ebuild:
dropped jikes support, since it cannot pass the junit tests then, bug 64483
19 Aug 2004; Travis Tilley <lv@gentoo.org> commons-lang-2.0-r1.ebuild:
stable on amd64
19 May 2004; Chris Aniszczyk <zx@gentoo.org> commons-lang-2.0-r1.ebuild:
Fixed issue with unit testing. Closes #51082
Thanks to Keith Burch <codemaestro@adelphia.net> for the heads up.
13 May 2004; Chris Aniszczyk <zx@gentoo.org> commons-lang-2.0-r1.ebuild:
Marking stable on ppc
22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> commons-lang-2.0-r1.ebuild:
Marking stable on x86.
22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> commons-lang-2.0-r1.ebuild:
Let ant die gracefully, #45398
20 Mar 2004; Chris Aniszczyk <zx@gentoo.org> commons-lang-2.0-r1.ebuild,
commons-lang-2.0.ebuild:
Not using jakarta-commons.eclass anymore, it's broken. Clean up.
*commons-lang-2.0-r1 (29 Feb 2004)
29 Feb 2004; Chris Aniszczyk <zx@gentoo.org> commons-lang-1.0.1-r1.ebuild,
commons-lang-2.0-r1.ebuild, commons-lang-2.0.ebuild:
Some cleanup + can't rely on jakarta-commons eclass anymore.
*commons-lang-2.0 (18 Oct 2003)
*commons-lang-1.0.1-r1 (22 Mar 2003)
26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-lang-1.0.1-r1.ebuild:
Updated SRC_URI so this ebuild uses apache mirrors.
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
commons-lang-1.0.1-r1.ebuild:
moved x86 ppc sparc to stable.
22 Mar 2003; Dylan Carlson <absinthe@gentoo.org>
commons-lang-1.0.1-r1.ebuild:
Changed to use jakarta-commons eclass. 'doc' USE flag added.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*commons-lang-1.0.1 (02 Dec 2002)
02 Dec 2002; Adrian Almenar <strider@gentoo.org> commons-lang-1.0.1.ebuild files/digest-commons-lang-1.0.1
New version of this package.
*commons-lang-1.0-r1 (24 Nov 2002)
24 Nov 2002; Adrian Almenar <strider@gentoo.org> commons-lang-1.0-r1.ebuild files/digest-commons-lang-1.0-r1 :
Changed KEYWORDS, Eliminating all but "x86" since i dont know if they work.
Releasing it, since it has been tested a lot and works very well.
Changed Generated Jar Filename to be according all commons-* packages.
*commons-lang-1.0 (02 Nov 2002)
02 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> commons-lang-1.0.ebuild files/digest-commons-lang-1.0 :
Initial import. Ebuild submitted by the ever-übercool Adrian Almenar
<aalmenar@conectium.com>.
|