Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@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, 06 Sep 2009 20:06:54
Message-Id: E1MkO0f-0001eC-06@stork.gentoo.org
1 ranger 09/09/06 20:06:48
2
3 Modified: ChangeLog commons-cli-1.2.ebuild
4 Log:
5 Marking commons-cli-1.2 ppc64 for bug 279014
6 (Portage version: 2.1.6.13/cvs/Linux ppc64)
7
8 Revision Changes Path
9 1.44 dev-java/commons-cli/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 2 Aug 2009 14:21:33 -0000 1.43
22 +++ ChangeLog 6 Sep 2009 20:06:48 -0000 1.44
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-java/commons-cli
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.43 2009/08/02 14:21:33 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.44 2009/09/06 20:06:48 ranger Exp $
28 +
29 + 06 Sep 2009; Brent Baude <ranger@g.o> commons-cli-1.2.ebuild:
30 + Marking commons-cli-1.2 ppc64 for bug 279014
31
32 02 Aug 2009; nixnut <nixnut@g.o> commons-cli-1.2.ebuild:
33 ppc stable #279014
34
35
36
37 1.6 dev-java/commons-cli/commons-cli-1.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?r1=1.5&r2=1.6
42
43 Index: commons-cli-1.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- commons-cli-1.2.ebuild 2 Aug 2009 14:21:33 -0000 1.5
50 +++ commons-cli-1.2.ebuild 6 Sep 2009 20:06:48 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.5 2009/08/02 14:21:33 nixnut Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.6 2009/09/06 20:06:48 ranger Exp $
56
57 # Upstream switched to Maven as a build system. Current build.xml file was generated by running mvn ant:ant
58 # A bit of tweaking was required unfortunately
59 @@ -17,7 +17,7 @@
60
61 LICENSE="Apache-2.0"
62 SLOT="1"
63 -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
64 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
65 IUSE=""
66
67 RESTRICT=""