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/java-getopt: java-getopt-1.0.13.ebuild ChangeLog
Date: Sun, 28 Jul 2013 10:37:19
Message-Id: 20130728103711.C90882171C@flycatcher.gentoo.org
1 grobian 13/07/28 10:37:11
2
3 Modified: java-getopt-1.0.13.ebuild ChangeLog
4 Log:
5 Marked ~x64-macos, bug #435528
6
7 (Portage version: 2.2.01.22124-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.14 dev-java/java-getopt/java-getopt-1.0.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild?r1=1.13&r2=1.14
15
16 Index: java-getopt-1.0.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- java-getopt-1.0.13.ebuild 14 Jun 2013 19:26:04 -0000 1.13
23 +++ java-getopt-1.0.13.ebuild 28 Jul 2013 10:37:11 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v 1.13 2013/06/14 19:26:04 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v 1.14 2013/07/28 10:37:11 grobian Exp $
29
30 JAVA_PKG_IUSE="doc source"
31
32 @@ -14,7 +14,7 @@
33 DEPEND=">=virtual/jdk-1.4
34 dev-java/ant-core"
35 RDEPEND=">=virtual/jre-1.4"
36 -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
37 +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
38 IUSE="doc source"
39
40 S=${WORKDIR}
41
42
43
44 1.26 dev-java/java-getopt/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.26&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.26&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.25&r2=1.26
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v
53 retrieving revision 1.25
54 retrieving revision 1.26
55 diff -u -r1.25 -r1.26
56 --- ChangeLog 14 Jun 2013 19:26:04 -0000 1.25
57 +++ ChangeLog 28 Jul 2013 10:37:11 -0000 1.26
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-java/java-getopt
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.25 2013/06/14 19:26:04 aballier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.26 2013/07/28 10:37:11 grobian Exp $
63 +
64 + 28 Jul 2013; Fabian Groffen <grobian@g.o> java-getopt-1.0.13.ebuild:
65 + Marked ~x64-macos, bug #435528
66
67 14 Jun 2013; Alexis Ballier <aballier@g.o> java-getopt-1.0.13.ebuild:
68 keyword ~amd64-fbsd, bug #472010