Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/antlr: antlr-2.7.7-r3.ebuild antlr-2.7.7-r5.ebuild antlr-2.7.7-r1.ebuild ChangeLog metadata.xml antlr-2.7.7-r4.ebuild
Date: Sun, 30 Jun 2013 15:22:59
Message-Id: 20130630152251.DA6F32171C@flycatcher.gentoo.org
1 jlec 13/06/30 15:22:51
2
3 Modified: antlr-2.7.7-r3.ebuild antlr-2.7.7-r5.ebuild
4 antlr-2.7.7-r1.ebuild ChangeLog metadata.xml
5 antlr-2.7.7-r4.ebuild
6 Log:
7 dev-java/antlr: Fix usage of python-r1.eclass
8
9 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
10
11 Revision Changes Path
12 1.5 dev-java/antlr/antlr-2.7.7-r3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild?r1=1.4&r2=1.5
17
18 Index: antlr-2.7.7-r3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- antlr-2.7.7-r3.ebuild 9 May 2013 11:45:47 -0000 1.4
25 +++ antlr-2.7.7-r3.ebuild 30 Jun 2013 15:22:51 -0000 1.5
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild,v 1.4 2013/05/09 11:45:47 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild,v 1.5 2013/06/30 15:22:51 jlec Exp $
31
32 EAPI="5"
33
34 @@ -21,6 +21,8 @@
35 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 IUSE="doc debug examples mono +cxx +java python script source static-libs"
37
38 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
39 +
40 # TODO do we actually need jdk at runtime?
41 RDEPEND="python? ( ${PYTHON_DEPS} )
42 >=virtual/jdk-1.3
43
44
45
46 1.6 dev-java/antlr/antlr-2.7.7-r5.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?r1=1.5&r2=1.6
51
52 Index: antlr-2.7.7-r5.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- antlr-2.7.7-r5.ebuild 9 May 2013 11:45:47 -0000 1.5
59 +++ antlr-2.7.7-r5.ebuild 30 Jun 2013 15:22:51 -0000 1.6
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v 1.5 2013/05/09 11:45:47 tomwij Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v 1.6 2013/06/30 15:22:51 jlec Exp $
65
66 EAPI="5"
67
68 @@ -21,6 +21,8 @@
69 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
70 IUSE="doc debug examples mono +cxx +java python script source static-libs"
71
72 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
73 +
74 # TODO do we actually need jdk at runtime?
75 RDEPEND="python? ( ${PYTHON_DEPS} )
76 >=virtual/jdk-1.3
77
78
79
80 1.5 dev-java/antlr/antlr-2.7.7-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild?r1=1.4&r2=1.5
85
86 Index: antlr-2.7.7-r1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- antlr-2.7.7-r1.ebuild 9 May 2013 11:45:47 -0000 1.4
93 +++ antlr-2.7.7-r1.ebuild 30 Jun 2013 15:22:51 -0000 1.5
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild,v 1.4 2013/05/09 11:45:47 tomwij Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild,v 1.5 2013/06/30 15:22:51 jlec Exp $
99
100 EAPI="5"
101
102 @@ -21,6 +21,8 @@
103 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
104 IUSE="doc debug examples mono +cxx +java python script source"
105
106 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
107 +
108 # TODO do we actually need jdk at runtime?
109 RDEPEND="python? ( ${PYTHON_DEPS} )
110 >=virtual/jdk-1.3
111
112
113
114 1.98 dev-java/antlr/ChangeLog
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/ChangeLog?rev=1.98&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/ChangeLog?rev=1.98&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/ChangeLog?r1=1.97&r2=1.98
119
120 Index: ChangeLog
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v
123 retrieving revision 1.97
124 retrieving revision 1.98
125 diff -u -r1.97 -r1.98
126 --- ChangeLog 9 May 2013 12:19:24 -0000 1.97
127 +++ ChangeLog 30 Jun 2013 15:22:51 -0000 1.98
128 @@ -1,6 +1,11 @@
129 # ChangeLog for dev-java/antlr
130 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
131 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.97 2013/05/09 12:19:24 tomwij Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.98 2013/06/30 15:22:51 jlec Exp $
133 +
134 + 30 Jun 2013; Justin Lecher <jlec@g.o> antlr-2.7.7-r1.ebuild,
135 + antlr-2.7.7-r3.ebuild, antlr-2.7.7-r4.ebuild, antlr-2.7.7-r5.ebuild,
136 + metadata.xml:
137 + Fix usage of python-r1.eclass
138
139 09 May 2013; Tom Wijsman <TomWij@g.o> antlr-2.7.7-r2.ebuild,
140 antlr-2.7.7.ebuild:
141
142
143
144 1.4 dev-java/antlr/metadata.xml
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/metadata.xml?rev=1.4&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/metadata.xml?rev=1.4&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/metadata.xml?r1=1.3&r2=1.4
149
150 Index: metadata.xml
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/metadata.xml,v
153 retrieving revision 1.3
154 retrieving revision 1.4
155 diff -u -r1.3 -r1.4
156 --- metadata.xml 10 Apr 2009 12:18:19 -0000 1.3
157 +++ metadata.xml 30 Jun 2013 15:22:51 -0000 1.4
158 @@ -3,8 +3,8 @@
159 <pkgmetadata>
160 <herd>java</herd>
161 <use>
162 - <flag name="script">Install a script to run antlr</flag>
163 - <flag name="gunit" restrict=">=dev-java/antlr-3.1.3-r1">
164 + <flag name="script">Install a script to run antlr</flag>
165 + <flag name="gunit" restrict="&gt;=dev-java/antlr-3.1.3-r1">
166 gUnit is a "Unit Test" framework for ANTLR grammars
167 </flag>
168 </use>
169
170
171
172 1.4 dev-java/antlr/antlr-2.7.7-r4.ebuild
173
174 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild?rev=1.4&view=markup
175 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild?rev=1.4&content-type=text/plain
176 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild?r1=1.3&r2=1.4
177
178 Index: antlr-2.7.7-r4.ebuild
179 ===================================================================
180 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild,v
181 retrieving revision 1.3
182 retrieving revision 1.4
183 diff -u -r1.3 -r1.4
184 --- antlr-2.7.7-r4.ebuild 9 May 2013 11:45:47 -0000 1.3
185 +++ antlr-2.7.7-r4.ebuild 30 Jun 2013 15:22:51 -0000 1.4
186 @@ -1,6 +1,6 @@
187 # Copyright 1999-2013 Gentoo Foundation
188 # Distributed under the terms of the GNU General Public License v2
189 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild,v 1.3 2013/05/09 11:45:47 tomwij Exp $
190 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild,v 1.4 2013/06/30 15:22:51 jlec Exp $
191
192 EAPI="5"
193
194 @@ -21,6 +21,8 @@
195 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
196 IUSE="doc debug examples mono +cxx +java python script source static-libs"
197
198 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
199 +
200 # TODO do we actually need jdk at runtime?
201 RDEPEND="python? ( ${PYTHON_DEPS} )
202 >=virtual/jdk-1.3