Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/antlr/
Date: Sun, 29 Jan 2017 15:41:43
Message-Id: 1485704358.3f8ef11f664f1c11cc0e0a932bd04c5603620828.grobian@gentoo
1 commit: 3f8ef11f664f1c11cc0e0a932bd04c5603620828
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 15:39:18 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 15:39:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8ef11f
7
8 dev-java/antlr: dropped ~x64-freebsd ~x86-freebsd
9
10 Package-Manager: portage-2.3.3
11
12 dev-java/antlr/antlr-2.7.7-r7.ebuild | 4 ++--
13 dev-java/antlr/antlr-3.2.ebuild | 4 ++--
14 dev-java/antlr/antlr-3.5.2.ebuild | 4 ++--
15 dev-java/antlr/antlr-4.5.1.ebuild | 4 ++--
16 dev-java/antlr/antlr-4.5.3.ebuild | 4 ++--
17 5 files changed, 10 insertions(+), 10 deletions(-)
18
19 diff --git a/dev-java/antlr/antlr-2.7.7-r7.ebuild b/dev-java/antlr/antlr-2.7.7-r7.ebuild
20 index 19c39cb..9499bd4 100644
21 --- a/dev-java/antlr/antlr-2.7.7-r7.ebuild
22 +++ b/dev-java/antlr/antlr-2.7.7-r7.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.antlr2.org/"
30 SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
31 LICENSE="public-domain"
32 SLOT="0"
33 -KEYWORDS="amd64 ~arm 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"
34 +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 IUSE="examples source"
36
37 RDEPEND=">=virtual/jre-1.6"
38
39 diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild
40 index b8a0512..176dbde 100644
41 --- a/dev-java/antlr/antlr-3.2.ebuild
42 +++ b/dev-java/antlr/antlr-3.2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -12,7 +12,7 @@ SRC_URI="http://www.antlr3.org/download/${P}.tar.gz
50 http://www.antlr3.org/download/${P}.jar" # Prebuilt version needed.
51 LICENSE="BSD"
52 SLOT="3"
53 -KEYWORDS="amd64 ~arm ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55 IUSE="doc test"
56
57 CDEPEND=">=dev-java/antlr-2.7.7-r7:0
58
59 diff --git a/dev-java/antlr/antlr-3.5.2.ebuild b/dev-java/antlr/antlr-3.5.2.ebuild
60 index a44d11a..a8b2381 100644
61 --- a/dev-java/antlr/antlr-3.5.2.ebuild
62 +++ b/dev-java/antlr/antlr-3.5.2.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 +# Copyright 1999-2017 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Id$
68
69 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz
70 http://www.antlr3.org/download/${P}-complete.jar" # Prebuilt version needed.
71 LICENSE="BSD"
72 SLOT="3.5"
73 -KEYWORDS="amd64 ~arm ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
74 +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
75 IUSE="doc test"
76
77 CDEPEND="dev-java/stringtemplate:4"
78
79 diff --git a/dev-java/antlr/antlr-4.5.1.ebuild b/dev-java/antlr/antlr-4.5.1.ebuild
80 index e114ee8..193cef0 100644
81 --- a/dev-java/antlr/antlr-4.5.1.ebuild
82 +++ b/dev-java/antlr/antlr-4.5.1.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2016 Gentoo Foundation
85 +# Copyright 1999-2017 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Id$
88
89 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz
90 http://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed.
91 LICENSE="BSD"
92 SLOT="4"
93 -KEYWORDS="amd64 ~arm ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
94 +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
95 IUSE="doc test"
96
97 CDEPEND="dev-java/antlr:3.5
98
99 diff --git a/dev-java/antlr/antlr-4.5.3.ebuild b/dev-java/antlr/antlr-4.5.3.ebuild
100 index 6fe3fe4..f5a598b 100644
101 --- a/dev-java/antlr/antlr-4.5.3.ebuild
102 +++ b/dev-java/antlr/antlr-4.5.3.ebuild
103 @@ -1,4 +1,4 @@
104 -# Copyright 1999-2016 Gentoo Foundation
105 +# Copyright 1999-2017 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Id$
108
109 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz
110 http://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed.
111 LICENSE="BSD"
112 SLOT="4"
113 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
114 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
115 IUSE="doc test"
116
117 CDEPEND="dev-java/antlr:3.5