Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-cli: commons-cli-1.2.ebuild ChangeLog
Date: Wed, 30 Nov 2011 12:12:13
Message-Id: 20111130121203.A2F092004B@flycatcher.gentoo.org
1 grobian 11/11/30 12:12:03
2
3 Modified: commons-cli-1.2.ebuild ChangeLog
4 Log:
5 Marked ~x64-macos
6
7 (Portage version: 2.2.01.19572-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.8 dev-java/commons-cli/commons-cli-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild?r1=1.7&r2=1.8
15
16 Index: commons-cli-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- commons-cli-1.2.ebuild 15 Jan 2010 20:23:05 -0000 1.7
23 +++ commons-cli-1.2.ebuild 30 Nov 2011 12:12:03 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.7 2010/01/15 20:23:05 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.8 2011/11/30 12:12:03 grobian Exp $
29
30 # Upstream switched to Maven as a build system. Current build.xml file was generated by running mvn ant:ant
31 # A bit of tweaking was required unfortunately
32 @@ -17,7 +17,7 @@
33
34 LICENSE="Apache-2.0"
35 SLOT="1"
36 -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38 IUSE=""
39
40 RESTRICT=""
41
42
43
44 1.47 dev-java/commons-cli/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.47&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.47&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-cli/ChangeLog?r1=1.46&r2=1.47
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v
53 retrieving revision 1.46
54 retrieving revision 1.47
55 diff -u -r1.46 -r1.47
56 --- ChangeLog 15 Jan 2010 20:23:05 -0000 1.46
57 +++ ChangeLog 30 Nov 2011 12:12:03 -0000 1.47
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-java/commons-cli
60 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.46 2010/01/15 20:23:05 abcd Exp $
62 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.47 2011/11/30 12:12:03 grobian Exp $
64 +
65 + 30 Nov 2011; Fabian Groffen <grobian@g.o> commons-cli-1.2.ebuild:
66 + Marked ~x64-macos
67
68 15 Jan 2010; Jonathan Callen <abcd@g.o> commons-cli-1.2.ebuild:
69 Add prefix keywords