blob: b1685316babe8482b0dde817a86989c0a24300cf (
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
111
|
# ChangeLog for dev-java/commons-codec
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/ChangeLog,v 1.31 2008/04/09 20:14:19 betelgeuse Exp $
*commons-codec-1.3-r2 (09 Apr 2008)
09 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
+commons-codec-1.3-r2.ebuild:
Remove unused logging dependencies and fix LICENSE to Apache-2.0.
Fixes bug #217049.
22 Mar 2008; Petteri Räty <betelgeuse@gentoo.org>
files/1.3-tests-fix.patch:
Patch had Id CVS tag in it.
22 Mar 2008; Petteri Räty <betelgeuse@gentoo.org>
+files/1.3-tests-fix.patch, commons-codec-1.3-r1.ebuild:
Prepare for generic src_test.
29 Jul 2007; Tom Gall <tgall@gentoo.org> commons-codec-1.3-r1.ebuild:
stable on ppc64
31 May 2007; Petteri Räty <betelgeuse@gentoo.org>
commons-codec-1.3-r1.ebuild:
Fix javadoc installation.
23 May 2007; Diego Pettenò <flameeyes@gentoo.org>
commons-codec-1.3-r1.ebuild:
Add ~x86-fbsd keyword. Bug #176906.
27 Apr 2007; Petteri Räty <betelgeuse@gentoo.org>
commons-codec-1.3-r1.ebuild:
Make dependencies match upcoming dev-java/avalon-logkit-1.2.2.
08 Mar 2007; Petteri Räty <betelgeuse@gentoo.org>
-commons-codec-1.3.ebuild, commons-codec-1.3-r1.ebuild:
Mark amd64 stable wrt bug #166709 and remove old generation 1 ebuild.
18 Feb 2007; nixnut <nixnut@gentoo.org> commons-codec-1.3-r1.ebuild:
Stable on ppc wrt bug 166709
14 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
commons-codec-1.3-r1.ebuild:
stable x86; bug 166709
13 Feb 2007; Petteri Räty <betelgeuse@gentoo.org>
commons-codec-1.3.ebuild, commons-codec-1.3-r1.ebuild:
Fix dev-java/avalon-logkit dependency atom to not match 1.2.2 so that the
package move from dev-java/avalon-logkit-bin to dev-java/avalon-logkit does
not break things.
13 Feb 2007; Petteri Räty <betelgeuse@gentoo.org> metadata.xml,
commons-codec-1.3.ebuild, commons-codec-1.3-r1.ebuild:
Fix white space and too long DESCRIPTION warnings from qualudis.
13 Feb 2007; Petteri Räty <betelgeuse@gentoo.org>
commons-codec-1.3-r1.ebuild:
Ebuild cleanup.
*commons-codec-1.3-r1 (22 Jul 2006)
22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+commons-codec-1.3-r1.ebuild:
Migrated to Generation 2.
10 Jul 2005; Thomas Matthijs <axxo@gentoo.org> commons-codec-1.3.ebuild:
fix deps, cleanup
05 Jun 2005; Jan Brinkmann <luckyduck@gentoo.org>
commons-codec-1.3.ebuild:
Introduced support for the source useflag. Cosmetic changes.
29 May 2005; Markus Rothe <corsair@gentoo.org> commons-codec-1.3.ebuild:
Added ~ppc64
22 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> commons-codec-1.3.ebuild:
disabled junit tests, fixes #89784. marked stable on amd64
19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> commons-codec-1.3.ebuild:
Keywords ~amd64.
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> commons-codec-1.3.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
13 Aug 2004; Chris Aniszczyk <zx@gentoo.org> -commons-codec-1.2.ebuild:
Clean up
*commons-codec-1.3 (13 Aug 2004)
13 Aug 2004; Chris Aniszczyk <zx@gentoo.org> +commons-codec-1.3.ebuild:
Version bump
30 Jul 2004; Thomas Matthijs <axxo@gentoo.org> commons-codec-1.2.ebuild:
move dev-java/avalon-logkit dev-java/avalon-logkit-bin
27 Jun 2004; Chris Aniszczyk <zx@gentoo.org> commons-codec-1.2.ebuild:
Marking stable on x86 and ppc
31 Mar 2004; David Holm <dholm@gentoo.org> commons-codec-1.2.ebuild:
Added to ~ppc.
*commons-codec-1.1 (31 Mar 2004)
31 Mar 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
commons-codec-1.1.ebuild: Initial import. Ebuild submitted by myself.
*commons-codec-1.2 (30 Mar 2004)
30 Mar 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
commons-codec-1.2.ebuild: Initial import. Ebuild submitted by myself.
|