Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@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: Sat, 01 Aug 2009 17:01:21
Message-Id: E1MXHxP-0001wi-Qt@stork.gentoo.org
1 maekke 09/08/01 17:01:19
2
3 Modified: ChangeLog commons-cli-1.2.ebuild
4 Log:
5 amd64/x86 stable, bug #279014
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.42 dev-java/commons-cli/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 19 Apr 2009 17:10:46 -0000 1.41
22 +++ ChangeLog 1 Aug 2009 17:01:19 -0000 1.42
23 @@ -1,6 +1,9 @@
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.41 2009/04/19 17:10:46 elvanor Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.42 2009/08/01 17:01:19 maekke Exp $
29 +
30 + 01 Aug 2009; Markus Meier <maekke@g.o> commons-cli-1.2.ebuild:
31 + amd64/x86 stable, bug #279014
32
33 19 Apr 2009; Jean-Noël Rivasseau <elvanor@g.o>
34 files/build-1.2.xml, commons-cli-1.2.ebuild:
35
36
37
38 1.4 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.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?rev=1.4&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.3&r2=1.4
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.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- commons-cli-1.2.ebuild 19 Apr 2009 17:10:46 -0000 1.3
51 +++ commons-cli-1.2.ebuild 1 Aug 2009 17:01:19 -0000 1.4
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.3 2009/04/19 17:10:46 elvanor Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.4 2009/08/01 17:01:19 maekke 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 @@ -17,7 +17,7 @@
61
62 LICENSE="Apache-2.0"
63 SLOT="1"
64 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
65 +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
66 IUSE=""
67
68 RESTRICT=""