Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-cli: commons-cli-1.1.ebuild ChangeLog
Date: Fri, 23 May 2008 19:57:13
Message-Id: E1JzdO2-0000wR-K5@stork.gentoo.org
1 betelgeuse 08/05/23 19:57:10
2
3 Modified: commons-cli-1.1.ebuild ChangeLog
4 Log:
5 Add junit blocker for bug 215659.
6 (Portage version: 2.1.5_rc10)
7
8 Revision Changes Path
9 1.2 dev-java/commons-cli/commons-cli-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: commons-cli-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- commons-cli-1.1.ebuild 31 Mar 2008 23:38:14 -0000 1.1
22 +++ commons-cli-1.1.ebuild 23 May 2008 19:57:10 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild,v 1.1 2008/03/31 23:38:14 betelgeuse Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild,v 1.2 2008/05/23 19:57:10 betelgeuse Exp $
28
29 JAVA_PKG_IUSE="doc source test"
30
31 @@ -17,7 +17,9 @@
32 IUSE=""
33
34 RDEPEND=">=virtual/jre-1.4"
35 +# Blocking junit for https://bugs.gentoo.org/show_bug.cgi?id=215659
36 DEPEND=">=virtual/jdk-1.4
37 + !<dev-java/junit-3.8.2
38 test? ( dev-java/ant-junit )"
39
40 S=${WORKDIR}/${MY_P}
41
42
43
44 1.36 dev-java/commons-cli/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.36&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.36&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?r1=1.35&r2=1.36
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v
53 retrieving revision 1.35
54 retrieving revision 1.36
55 diff -u -r1.35 -r1.36
56 --- ChangeLog 31 Mar 2008 23:38:14 -0000 1.35
57 +++ ChangeLog 23 May 2008 19:57:10 -0000 1.36
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-java/commons-cli
60 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.35 2008/03/31 23:38:14 betelgeuse Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.36 2008/05/23 19:57:10 betelgeuse Exp $
63 +
64 + 23 May 2008; Petteri Räty <betelgeuse@g.o> commons-cli-1.1.ebuild:
65 + Add junit blocker for bug 215659.
66
67 *commons-cli-1.1 (31 Mar 2008)
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list