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
|
# ChangeLog for dev-java/commons-validator
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.24 2005/04/22 08:23:00 blubb Exp $
22 Apr 2005; Simon Stelling <blubb@gentoo.org>
commons-validator-1.0.2-r4.ebuild:
stable on amd64
09 Apr 2005; Markus Rothe <corsair@gentoo.org>
commons-validator-1.1.3.ebuild:
Added ~ppc64 to KEYWORDS
02 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
-commons-validator-1.0.2-r3.ebuild, commons-validator-1.0.2-r4.ebuild:
cleanup, removed old revision with a dependency to oro.
*commons-validator-1.0.2-r4 (29 Mar 2005)
29 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
+commons-validator-1.0.2-r4.ebuild, commons-validator-1.1.3.ebuild:
moved from dev-java/oro to dev-java/jakarta-oro dependency. see #71337.
introduced support for the examples and the source useflag.
23 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org>
commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild:
removed junit support to fix #82219
30 Nov 2004; Sven Wegener <swegener@gentoo.org>
commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild:
Fixed invalid atoms in *DEPEND.
29 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild:
removed nomirror
17 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild:
keywords ~amd64; closes #67319.
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
*commons-validator-1.1.3 (10 Sep 2004)
10 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
commons-validator-1.0.2-r3.ebuild, +commons-validator-1.1.3.ebuild:
version bump
08 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
commons-validator-1.0.2-r3.ebuild:
xerces -> xerces-2
24 Aug 2004; Chris Aniszczyk <zx@gentoo.org>
-commons-validator-1.0.2-r1.ebuild, -commons-validator-1.0.2-r2.ebuild,
commons-validator-1.0.2-r3.ebuild:
Cleanup & Stable on x86
*commons-validator-1.0.2-r3 (21 Jun 2004)
21 Jun 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
commons-validator-1.0.2-r3.ebuild: Changed to more suitable runtime
and buildtime dependencies, fixes #46205.
*commons-validator-1.0.2-r2 (20 Jun 2004)
20 Jun 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
commons-validator-1.0.2-r2.ebuild: Added proper dep for zip, using
patch by Thomas Matthijs <axxo@keanu.be>, fixes #53620.
04 Apr 2004; Chris Aniszczyk <zx@gentoo.org>
commons-validator-1.0.2-r1.ebuild:
Clean up. Fixes #46205
*commons-validator-1.0.2-r1 (17 Mar 2004)
17 Mar 2004; Chris Aniszczyk <zx@gentoo.org>
commons-validator-1.0.1-r1.ebuild, commons-validator-1.0.2-r1.ebuild,
commons-validator-1.0.2.ebuild:
Clean up like crazy. Removed jakarta-commons.eclass stuff because it's broken.
*commons-validator-1.0.2 (22 Apr 2003)
26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-validator-1.0.1.ebuild:
Updated SRC_URI so this ebuild uses apache mirrors.
22 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
commons-validator-1.0.2.ebuild:
Version bump.
*commons-validator-1.0.1-r1 (06 Apr 2003)
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
commons-validator-1.0.1-r1.ebuild, commons-validator-1.0.1.ebuild,
commons-validator-1.0.1.ebuild, commons-validator-1.0.ebuild,
commons-validator-1.0.ebuild:
moved x86 ppc sparc to stable.
*commons-validator-1.0.1 (26 Dec 2002)
26 Dec 2002; Adrian Almenar <strider@gentoo.org> ChangeLog commons-validator-1.0.1.ebuild files/digest-commons-validator-1.0.1:
New Version.
*commons-validator-1.0 (03 Dec 2002)
03 Dec 2002; Adrian Almenar <strider@gentoo.org> ChangeLog commons-validator-1.0.ebuild files/digest-commons-validator-1.0:
Initial import.
|