Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/antlr: antlr-2.7.7.ebuild antlr-2.7.7-r3.ebuild antlr-2.7.7-r5.ebuild antlr-2.7.7-r1.ebuild ChangeLog antlr-2.7.7-r2.ebuild antlr-2.7.7-r4.ebuild
Date: Fri, 03 Jan 2014 15:43:14
Message-Id: 20140103154307.91B362004C@flycatcher.gentoo.org
1 ulm 14/01/03 15:43:07
2
3 Modified: antlr-2.7.7.ebuild antlr-2.7.7-r3.ebuild
4 antlr-2.7.7-r5.ebuild antlr-2.7.7-r1.ebuild
5 ChangeLog antlr-2.7.7-r2.ebuild
6 antlr-2.7.7-r4.ebuild
7 Log:
8 Fix LICENSE, bug 496690.
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
11
12 Revision Changes Path
13 1.21 dev-java/antlr/antlr-2.7.7.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild?rev=1.21&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild?rev=1.21&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild?r1=1.20&r2=1.21
18
19 Index: antlr-2.7.7.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild,v
22 retrieving revision 1.20
23 retrieving revision 1.21
24 diff -u -r1.20 -r1.21
25 --- antlr-2.7.7.ebuild 9 May 2013 12:19:24 -0000 1.20
26 +++ antlr-2.7.7.ebuild 3 Jan 2014 15:43:07 -0000 1.21
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild,v 1.20 2013/05/09 12:19:24 tomwij Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild,v 1.21 2014/01/03 15:43:07 ulm Exp $
33
34 EAPI="3"
35 PYTHON_DEPEND="python? 2"
36 @@ -11,7 +11,7 @@
37 HOMEPAGE="http://www.antlr2.org/"
38 SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
39
40 -LICENSE="ANTLR"
41 +LICENSE="public-domain"
42 SLOT="0"
43 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
44 IUSE="doc debug examples mono +cxx +java python script source"
45
46
47
48 1.7 dev-java/antlr/antlr-2.7.7-r3.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild?rev=1.7&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild?rev=1.7&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild?r1=1.6&r2=1.7
53
54 Index: antlr-2.7.7-r3.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild,v
57 retrieving revision 1.6
58 retrieving revision 1.7
59 diff -u -r1.6 -r1.7
60 --- antlr-2.7.7-r3.ebuild 5 Sep 2013 18:27:44 -0000 1.6
61 +++ antlr-2.7.7-r3.ebuild 3 Jan 2014 15:43:07 -0000 1.7
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2013 Gentoo Foundation
64 +# Copyright 1999-2014 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild,v 1.6 2013/09/05 18:27:44 mgorny Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r3.ebuild,v 1.7 2014/01/03 15:43:07 ulm Exp $
68
69 EAPI="5"
70
71 @@ -16,7 +16,7 @@
72 HOMEPAGE="http://www.antlr2.org/"
73 SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
74
75 -LICENSE="ANTLR"
76 +LICENSE="public-domain"
77 SLOT="0"
78 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"
79 IUSE="doc debug examples mono +cxx +java python script source static-libs"
80
81
82
83 1.8 dev-java/antlr/antlr-2.7.7-r5.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.8&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.8&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?r1=1.7&r2=1.8
88
89 Index: antlr-2.7.7-r5.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v
92 retrieving revision 1.7
93 retrieving revision 1.8
94 diff -u -r1.7 -r1.8
95 --- antlr-2.7.7-r5.ebuild 5 Sep 2013 18:27:44 -0000 1.7
96 +++ antlr-2.7.7-r5.ebuild 3 Jan 2014 15:43:07 -0000 1.8
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2013 Gentoo Foundation
99 +# Copyright 1999-2014 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v 1.7 2013/09/05 18:27:44 mgorny Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v 1.8 2014/01/03 15:43:07 ulm Exp $
103
104 EAPI="5"
105
106 @@ -16,7 +16,7 @@
107 HOMEPAGE="http://www.antlr2.org/"
108 SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
109
110 -LICENSE="ANTLR"
111 +LICENSE="public-domain"
112 SLOT="0"
113 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"
114 IUSE="doc debug examples mono +cxx +java python script source static-libs"
115
116
117
118 1.7 dev-java/antlr/antlr-2.7.7-r1.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild?rev=1.7&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild?rev=1.7&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild?r1=1.6&r2=1.7
123
124 Index: antlr-2.7.7-r1.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild,v
127 retrieving revision 1.6
128 retrieving revision 1.7
129 diff -u -r1.6 -r1.7
130 --- antlr-2.7.7-r1.ebuild 5 Sep 2013 18:27:44 -0000 1.6
131 +++ antlr-2.7.7-r1.ebuild 3 Jan 2014 15:43:07 -0000 1.7
132 @@ -1,6 +1,6 @@
133 -# Copyright 1999-2013 Gentoo Foundation
134 +# Copyright 1999-2014 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild,v 1.6 2013/09/05 18:27:44 mgorny Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r1.ebuild,v 1.7 2014/01/03 15:43:07 ulm Exp $
138
139 EAPI="5"
140
141 @@ -16,7 +16,7 @@
142 HOMEPAGE="http://www.antlr2.org/"
143 SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
144
145 -LICENSE="ANTLR"
146 +LICENSE="public-domain"
147 SLOT="0"
148 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
149 IUSE="doc debug examples mono +cxx +java python script source"
150
151
152
153 1.101 dev-java/antlr/ChangeLog
154
155 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/ChangeLog?rev=1.101&view=markup
156 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/ChangeLog?rev=1.101&content-type=text/plain
157 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/ChangeLog?r1=1.100&r2=1.101
158
159 Index: ChangeLog
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v
162 retrieving revision 1.100
163 retrieving revision 1.101
164 diff -u -r1.100 -r1.101
165 --- ChangeLog 5 Sep 2013 18:27:44 -0000 1.100
166 +++ ChangeLog 3 Jan 2014 15:43:07 -0000 1.101
167 @@ -1,6 +1,11 @@
168 # ChangeLog for dev-java/antlr
169 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
170 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.100 2013/09/05 18:27:44 mgorny Exp $
171 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
172 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.101 2014/01/03 15:43:07 ulm Exp $
173 +
174 + 03 Jan 2014; Ulrich Müller <ulm@g.o> antlr-2.7.7.ebuild,
175 + antlr-2.7.7-r1.ebuild, antlr-2.7.7-r2.ebuild, antlr-2.7.7-r3.ebuild,
176 + antlr-2.7.7-r4.ebuild, antlr-2.7.7-r5.ebuild:
177 + Fix LICENSE, bug 496690.
178
179 05 Sep 2013; Michał Górny <mgorny@g.o> antlr-2.7.7-r1.ebuild,
180 antlr-2.7.7-r3.ebuild, antlr-2.7.7-r4.ebuild, antlr-2.7.7-r5.ebuild:
181
182
183
184 1.9 dev-java/antlr/antlr-2.7.7-r2.ebuild
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild?rev=1.9&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild?rev=1.9&content-type=text/plain
188 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild?r1=1.8&r2=1.9
189
190 Index: antlr-2.7.7-r2.ebuild
191 ===================================================================
192 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild,v
193 retrieving revision 1.8
194 retrieving revision 1.9
195 diff -u -r1.8 -r1.9
196 --- antlr-2.7.7-r2.ebuild 9 May 2013 12:19:24 -0000 1.8
197 +++ antlr-2.7.7-r2.ebuild 3 Jan 2014 15:43:07 -0000 1.9
198 @@ -1,6 +1,6 @@
199 -# Copyright 1999-2013 Gentoo Foundation
200 +# Copyright 1999-2014 Gentoo Foundation
201 # Distributed under the terms of the GNU General Public License v2
202 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild,v 1.8 2013/05/09 12:19:24 tomwij Exp $
203 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild,v 1.9 2014/01/03 15:43:07 ulm Exp $
204
205 EAPI="3"
206 PYTHON_DEPEND="python? 2"
207 @@ -11,7 +11,7 @@
208 HOMEPAGE="http://www.antlr2.org/"
209 SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
210
211 -LICENSE="ANTLR"
212 +LICENSE="public-domain"
213 SLOT="0"
214 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
215 IUSE="doc debug examples mono +cxx +java python script source static-libs"
216
217
218
219 1.6 dev-java/antlr/antlr-2.7.7-r4.ebuild
220
221 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild?rev=1.6&view=markup
222 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild?rev=1.6&content-type=text/plain
223 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild?r1=1.5&r2=1.6
224
225 Index: antlr-2.7.7-r4.ebuild
226 ===================================================================
227 RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild,v
228 retrieving revision 1.5
229 retrieving revision 1.6
230 diff -u -r1.5 -r1.6
231 --- antlr-2.7.7-r4.ebuild 5 Sep 2013 18:27:44 -0000 1.5
232 +++ antlr-2.7.7-r4.ebuild 3 Jan 2014 15:43:07 -0000 1.6
233 @@ -1,6 +1,6 @@
234 -# Copyright 1999-2013 Gentoo Foundation
235 +# Copyright 1999-2014 Gentoo Foundation
236 # Distributed under the terms of the GNU General Public License v2
237 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild,v 1.5 2013/09/05 18:27:44 mgorny Exp $
238 +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r4.ebuild,v 1.6 2014/01/03 15:43:07 ulm Exp $
239
240 EAPI="5"
241
242 @@ -16,7 +16,7 @@
243 HOMEPAGE="http://www.antlr2.org/"
244 SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
245
246 -LICENSE="ANTLR"
247 +LICENSE="public-domain"
248 SLOT="0"
249 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"
250 IUSE="doc debug examples mono +cxx +java python script source static-libs"