Gentoo Archives: gentoo-commits

From: "Jean-Noel Rivasseau (elvanor)" <elvanor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-cli: ChangeLog commons-cli-1.2.ebuild
Date: Sun, 19 Apr 2009 17:10:48
Message-Id: E1LvaXW-0001LW-JP@stork.gentoo.org
1 elvanor 09/04/19 17:10:46
2
3 Modified: ChangeLog commons-cli-1.2.ebuild
4 Log:
5 Make tests pass for commons-cli-1.2.
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.41 dev-java/commons-cli/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?r1=1.40&r2=1.41
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- ChangeLog 27 Mar 2009 19:54:47 -0000 1.40
22 +++ ChangeLog 19 Apr 2009 17:10:46 -0000 1.41
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-java/commons-cli
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.40 2009/03/27 19:54:47 elvanor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.41 2009/04/19 17:10:46 elvanor Exp $
28 +
29 + 19 Apr 2009; Jean-Noël Rivasseau <elvanor@g.o>
30 + files/build-1.2.xml, commons-cli-1.2.ebuild:
31 + Make tests pass.
32
33 *commons-cli-1.2 (27 Mar 2009)
34
35
36
37
38 1.3 dev-java/commons-cli/commons-cli-1.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?r1=1.2&r2=1.3
43
44 Index: commons-cli-1.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- commons-cli-1.2.ebuild 27 Mar 2009 20:14:30 -0000 1.2
51 +++ commons-cli-1.2.ebuild 19 Apr 2009 17:10:46 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.2 2009/03/27 20:14:30 elvanor Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.3 2009/04/19 17:10:46 elvanor Exp $
57
58 # Upstream switched to Maven as a build system. Current build.xml file was generated by running mvn ant:ant
59 # A bit of tweaking was required unfortunately
60 @@ -20,8 +20,7 @@
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
62 IUSE=""
63
64 -# Tests currently fail, upstream bug: https://issues.apache.org/jira/browse/CLI-178
65 -RESTRICT="test"
66 +RESTRICT=""
67
68 RDEPEND=">=virtual/jre-1.4"
69 # Blocking junit for https://bugs.gentoo.org/show_bug.cgi?id=215659
70 @@ -46,6 +45,8 @@
71 use source && java-pkg_dosrc src/java/org
72 }
73
74 +# org.apache.commons.cli.ParserTestCase should not be ran, so we removed this class in build.xml
75 +
76 src_test() {
77 ANT_TASKS="ant-junit"
78 eant -Djunit.present="true" test