Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/java-getopt: ChangeLog java-getopt-1.0.13.ebuild
Date: Mon, 02 Jan 2012 07:44:27
Message-Id: 20120102074412.E97E42004B@flycatcher.gentoo.org
1 sera 12/01/02 07:44:12
2
3 Modified: ChangeLog java-getopt-1.0.13.ebuild
4 Log:
5 Drop ia64 support #345433
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 dev-java/java-getopt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 23 Jan 2010 12:17:29 -0000 1.21
23 +++ ChangeLog 2 Jan 2012 07:44:12 -0000 1.22
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-java/java-getopt
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.21 2010/01/23 12:17:29 aballier Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.22 2012/01/02 07:44:12 sera Exp $
30 +
31 + 02 Jan 2012; Ralph Sennhauser <sera@g.o> java-getopt-1.0.13.ebuild:
32 + Drop ia64 support #345433
33
34 23 Jan 2010; Alexis Ballier <aballier@g.o>
35 java-getopt-1.0.13.ebuild:
36
37
38
39 1.10 dev-java/java-getopt/java-getopt-1.0.13.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild?r1=1.9&r2=1.10
44
45 Index: java-getopt-1.0.13.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- java-getopt-1.0.13.ebuild 23 Jan 2010 12:17:29 -0000 1.9
52 +++ java-getopt-1.0.13.ebuild 2 Jan 2012 07:44:12 -0000 1.10
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v 1.9 2010/01/23 12:17:29 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v 1.10 2012/01/02 07:44:12 sera Exp $
59
60 JAVA_PKG_IUSE="doc source"
61
62 @@ -14,7 +14,7 @@
63 DEPEND=">=virtual/jdk-1.4
64 dev-java/ant-core"
65 RDEPEND=">=virtual/jre-1.4"
66 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
67 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
68 IUSE="doc source"
69
70 S=${WORKDIR}