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
|
# ChangeLog for dev-util/checkstyle
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.23 2007/02/03 23:01:27 beandog Exp $
03 Feb 2007; Steve Dibb <beandog@gentoo.org> checkstyle-4.2.ebuild:
add ~amd64, bug 161618
29 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> checkstyle-4.2.ebuild:
Add ~ppc, see bug #161618.
*checkstyle-4.2 (12 Jan 2007)
12 Jan 2007; Petteri Räty <betelgeuse@gentoo.org> +checkstyle-4.2.ebuild:
Version bump using generation 2. Added source use flag and src_test support.
Should fix bug #140831.
09 Jan 2007; Vlastimil Babka <caster@gentoo.org> checkstyle-4.1.ebuild:
Convert einfo to elog.
05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
checkstyle-3.4-r4.ebuild, checkstyle-3.5.ebuild, checkstyle-4.1.ebuild:
Dropping sparc keywords, see #96229
*checkstyle-4.1 (19 Dec 2005)
19 Dec 2005; Joshua Nichols <nichoj@gentoo.org> +checkstyle-4.1.ebuild:
Version bump (bug #115986).
04 Oct 2005; Jochen Maes <sejo@gentoo.org> checkstyle-3.5.ebuild:
Fixing the ant-tasks depend
14 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> checkstyle-3.5.ebuild:
Stable on ppc.
13 Aug 2005; Luis Medinas <metalgod@gentoo.org> checkstyle-3.5.ebuild:
Stable on AMD64.
*checkstyle-3.5 (29 Jun 2005)
29 Jun 2005; Thomas Matthijs <axxo@gentoo.org> +checkstyle-3.5.ebuild:
version bump + enable ant task, thanks too Christopher G. Stach II
<cgs@ldsys.net> in 93239
*checkstyle-3.4-r4 (14 May 2005)
14 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
-checkstyle-3.3-r1.ebuild, -checkstyle-3.4-r3.ebuild,
+checkstyle-3.4-r4.ebuild:
updated commons-beanutils dependency to reflect new slotting. see #71952
02 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> checkstyle-3.3-r1.ebuild,
-checkstyle-3.3.ebuild:
cleanup, removed old revision with a dependency to regexp.
*checkstyle-3.4-r3 (27 Mar 2005)
27 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> +checkstyle-3.3-r1.ebuild,
-checkstyle-3.4-r2.ebuild, +checkstyle-3.4-r3.ebuild:
moved from dev-java/regexp to dev-java/jakarta-regexp dependency. see #71336
14 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> checkstyle-3.3.ebuild,
checkstyle-3.4-r2.ebuild:
both ebuilds now generate a bash script to make this package easy to use.
fixes bug #77767.
21 Oct 2004; Simon Stelling <blubb@gentoo.org> checkstyle-3.4-r2.ebuild:
added ~amd64
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> checkstyle-3.3.ebuild,
checkstyle-3.4-r2.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
14 Oct 2004; David Holm <dholm@gentoo.org> checkstyle-3.4-r2.ebuild:
Added to ~ppc.
*checkstyle-3.4-r2 (17 Sep 2004)
17 Sep 2004; Thomas Matthijs <axxo@gentoo.org> -checkstyle-3.4-r1.ebuild,
+checkstyle-3.4-r2.ebuild, -checkstyle-3.4.ebuild:
named the jar ${PN}.jar to its usable with java-pkg_jar-from
*checkstyle-3.4-r1 (12 Sep 2004)
12 Sep 2004; Thomas Matthijs <axxo@gentoo.org> +checkstyle-3.4-r1.ebuild:
no longer uses packed jars, bug 63306
*checkstyle-3.4 (30 Aug 2004)
30 Aug 2004; Chris Aniszczyk <zx@gentoo.org> checkstyle-3.3.ebuild,
+checkstyle-3.4.ebuild:
Version bump
31 Jul 2004; Thomas Matthijs <axxo@gentoo.org> checkstyle-3.3.ebuild:
fix depend
*checkstyle-3.3 (24 Feb 2004)
24 Feb 2004; Chris Aniszczyk <zx@gentoo.org> checkstyle-3.3.ebuild,
metadata.xml:
Initial Import. Thanks to Andrew Sayman <lorien420@myrealbox.com> for the
initial ebuild. Bug #27982
|