Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/checkstyle: ChangeLog checkstyle-5.5.ebuild checkstyle-5.4.ebuild
Date: Wed, 21 Dec 2011 12:39:46
Message-Id: 20111221123935.C2DDB2004B@flycatcher.gentoo.org
1 sera 11/12/21 12:39:35
2
3 Modified: ChangeLog checkstyle-5.5.ebuild
4 checkstyle-5.4.ebuild
5 Log:
6 Add tools.jar to build classpath, thanks to Chewi for noticing.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.45 dev-util/checkstyle/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 30 Nov 2011 12:13:34 -0000 1.44
24 +++ ChangeLog 21 Dec 2011 12:39:35 -0000 1.45
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-util/checkstyle
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.44 2011/11/30 12:13:34 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.45 2011/12/21 12:39:35 sera Exp $
30 +
31 + 21 Dec 2011; Ralph Sennhauser <sera@g.o> checkstyle-5.4.ebuild,
32 + checkstyle-5.5.ebuild:
33 + Add tools.jar to build classpath, thanks to Chewi for noticing
34
35 30 Nov 2011; Fabian Groffen <grobian@g.o> checkstyle-5.5.ebuild:
36 Add back Prefix keywords for bug #390017
37
38
39
40 1.3 dev-util/checkstyle/checkstyle-5.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/checkstyle-5.5.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/checkstyle-5.5.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/checkstyle-5.5.ebuild?r1=1.2&r2=1.3
45
46 Index: checkstyle-5.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.5.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- checkstyle-5.5.ebuild 30 Nov 2011 12:13:34 -0000 1.2
53 +++ checkstyle-5.5.ebuild 21 Dec 2011 12:39:35 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.5.ebuild,v 1.2 2011/11/30 12:13:34 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.5.ebuild,v 1.3 2011/12/21 12:39:35 sera Exp $
59
60 EAPI="4"
61
62 @@ -56,6 +56,7 @@
63 EANT_GENTOO_CLASSPATH="ant-core,antlr,commons-beanutils-1.7,commons-cli-1,commons-logging,guava"
64 EANT_BUILD_TARGET="package"
65 EANT_ANT_TASKS="ant-nodeps"
66 +EANT_NEEDS_TOOLS="true"
67
68 src_test() {
69 EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"
70
71
72
73 1.2 dev-util/checkstyle/checkstyle-5.4.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild?r1=1.1&r2=1.2
78
79 Index: checkstyle-5.4.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- checkstyle-5.4.ebuild 9 Nov 2011 19:23:15 -0000 1.1
86 +++ checkstyle-5.4.ebuild 21 Dec 2011 12:39:35 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild,v 1.1 2011/11/09 19:23:15 sera Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild,v 1.2 2011/12/21 12:39:35 sera Exp $
92
93 EAPI="4"
94
95 @@ -53,6 +53,7 @@
96 EANT_GENTOO_CLASSPATH="ant-core,antlr,commons-beanutils-1.7,commons-cli-1,commons-logging,guava"
97 EANT_BUILD_TARGET="package"
98 EANT_ANT_TASKS="ant-nodeps"
99 +EANT_NEEDS_TOOLS="true"
100
101 src_test() {
102 EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"