blob: 0b772ea166360d75f0f6dff073a3d464fc3cb4e1 (
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
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/commons-logging
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.29 2005/03/13 19:40:48 corsair Exp $
13 Mar 2005; Markus Rothe <corsair@gentoo.org>
commons-logging-1.0.4-r1.ebuild:
Added ~ppc64 to KEYWORDS; bug #84992
*commons-logging-1.0.4-r1 (12 Mar 2005)
12 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
+commons-logging-1.0.4-r1.ebuild:
package doesnt make use of binary dependencies any longer. fixes #75856
26 Jan 2005; Markus Rothe <corsair@gentoo.org> commons-logging-1.0.4.ebuild:
Stable on ppc64
23 Dec 2004; Thomas Matthijs <axxo@gentoo.org>
commons-logging-1.0.4.ebuild:
apply patch from #75430
18 Dec 2004; Markus Rothe <corsair@gentoo.org> commons-logging-1.0.4.ebuild:
added ~ppc64 to KEYWORDS
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
commons-logging-1.0.4.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-logging-1.0.4.ebuild:
changed dependenciess to ant-core
23 Aug 2004; Chris Aniszczyk <zx@gentoo.org>
-commons-logging-1.0.3-r1.ebuild, commons-logging-1.0.4.ebuild:
Marking stable on x86 & cleanup
31 Jul 2004; Thomas Matthijs <axxo@gentoo.org>
commons-logging-1.0.3-r1.ebuild, commons-logging-1.0.4.ebuild:
move avalon-logkit -> avalon-logkit-bin
30 Jul 2004; Thomas Matthijs <axxo@gentoo.org>
commons-logging-1.0.3-r1.ebuild, commons-logging-1.0.4.ebuild:
move dev-java/avalon-logkit dev-java/avalon-logkit-bin
19 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org>
commons-logging-1.0.3-r1.ebuild, commons-logging-1.0.4.ebuild:
don't use deprecated ? : dep syntax
*commons-logging-1.0.4 (16 Jul 2004)
16 Jul 2004; Thomas Matthijs <axxo@gentoo.org>
+commons-logging-1.0.4.ebuild:
Version Bump
15 Jul 2004; Thomas Matthijs <axxo@gentoo.org>
commons-logging-1.0.3-r1.ebuild:
the junit tests depends on a 1.4 jdk
23 Mar 2004; Chris Aniszczyk <zx@gentoo.org>
commons-logging-1.0.3-r1.ebuild:
Fixed so it will ant will die gracefully.
20 Mar 2004; Chris Aniszczyk <zx@gentoo.org> commons-logging-1.0.3.ebuild:
Clean up and fixes. Not using jakarta-commons.elcass anymore
*commons-logging-1.0.3-r1 (17 Mar 2004)
19 Jan 2004; Adrian Almenar <strider@gentoo.org>
commons-logging-1.0.3.ebuild:
Added amd64 keyword. Stable on sparc, ppc. Removed old version.
*commons-logging-1.0.3 (22 Apr 2003)
26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-logging-1.0.3.ebuild:
Updated SRC_URI so this ebuild uses apache mirrors.
22 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
commons-logging-1.0.3.ebuild:
Version bump.
*commons-logging-1.0.2-r2 (22 Mar 2003)
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
commons-logging-1.0.2-r2.ebuild:
x86 ppc sparc moved to stable.
22 Mar 2003; Dylan Carlson <absinthe@gentoo.org>
commons-logging-1.0.2-r2.ebuild:
Changed to add 'doc' USE flag and jakarta-commons eclass.
*commons-logging-1.0.2-r1 (06 Nov 2002)
08 Dec 2002; Adrian Almenar <strider@gentoo.org> commons-logging-1.0.2-r1.ebuild:
Fixed DEPEND from virtual/jdk-1.4 to virtual/jdk-1.3.
24 Nov 2002; Adrian Almenar <strider@gentoo.org>
Releasing it, since it has been tested a lot and works very well.
06 Nov 2002; Adrian Almenar <strider@gentoo.org> commons-logging-1.0.2-r1.ebuild:
Fixed some extra tabs.
06 Nov 2002; Adrian Almenar <strider@gentoo.org> commons-logging-1.0.2-r1.ebuild files/digest-commons-logging-1.0.2-r1:
Changed DEPEND, this ebuild now depends on log4j and jdk-1.4, cause it
abstract all logging api located on both products. Changed DESCRIPTION for a
better understanding of what this is.
*commons-logging-1.0.2 (06 Nov 2002)
06 Nov 2002; Adrian Almenar <strider@gentoo.org> ChangeLog commons-logging-1.0.2.ebuild files/digest-commons-logging-1.0.2 :
Initial import.
|