Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/antlr/
Date: Sat, 20 Apr 2019 23:22:00
Message-Id: 1555723689.7e00b43b1343ede053095e2324c1671f633aeac0.bman@gentoo
1 commit: 7e00b43b1343ede053095e2324c1671f633aeac0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 14 12:02:21 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 01:28:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e00b43b
7
8 dev-java/antlr: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-java/antlr/antlr-2.7.7-r7.ebuild | 6 +++---
14 dev-java/antlr/antlr-2.7.7-r8.ebuild | 6 +++---
15 dev-java/antlr/antlr-3.2.ebuild | 8 ++++----
16 dev-java/antlr/antlr-3.5.2.ebuild | 6 +++---
17 dev-java/antlr/antlr-4.5.1.ebuild | 6 +++---
18 dev-java/antlr/antlr-4.5.3.ebuild | 6 +++---
19 6 files changed, 19 insertions(+), 19 deletions(-)
20
21 diff --git a/dev-java/antlr/antlr-2.7.7-r7.ebuild b/dev-java/antlr/antlr-2.7.7-r7.ebuild
22 index 09dc38c165a..c999d7417a3 100644
23 --- a/dev-java/antlr/antlr-2.7.7-r7.ebuild
24 +++ b/dev-java/antlr/antlr-2.7.7-r7.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="5"
31 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc"
32 inherit java-pkg-2 java-pkg-simple
33
34 DESCRIPTION="A parser generator for many languages"
35 -HOMEPAGE="http://www.antlr2.org/"
36 -SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
37 +HOMEPAGE="https://www.antlr2.org/"
38 +SRC_URI="https://www.antlr2.org/download/${P}.tar.gz"
39 LICENSE="public-domain"
40 SLOT="0"
41 KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42
43 diff --git a/dev-java/antlr/antlr-2.7.7-r8.ebuild b/dev-java/antlr/antlr-2.7.7-r8.ebuild
44 index 10056965f25..de3952a26d0 100644
45 --- a/dev-java/antlr/antlr-2.7.7-r8.ebuild
46 +++ b/dev-java/antlr/antlr-2.7.7-r8.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 +# Copyright 1999-2019 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source"
54 inherit java-pkg-2 java-pkg-simple
55
56 DESCRIPTION="A parser generator for many languages"
57 -HOMEPAGE="http://www.antlr2.org/"
58 -SRC_URI="http://www.antlr2.org/download/${P}.tar.gz"
59 +HOMEPAGE="https://www.antlr2.org/"
60 +SRC_URI="https://www.antlr2.org/download/${P}.tar.gz"
61 LICENSE="public-domain"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64
65 diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild
66 index d8976fb1678..48831af505d 100644
67 --- a/dev-java/antlr/antlr-3.2.ebuild
68 +++ b/dev-java/antlr/antlr-3.2.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 +# Copyright 1999-2019 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI="5"
75 @@ -6,9 +6,9 @@ EAPI="5"
76 inherit eutils java-pkg-2 java-pkg-simple
77
78 DESCRIPTION="A parser generator for many languages"
79 -HOMEPAGE="http://www.antlr3.org/"
80 -SRC_URI="http://www.antlr3.org/download/${P}.tar.gz
81 - http://www.antlr3.org/download/${P}.jar" # Prebuilt version needed.
82 +HOMEPAGE="https://www.antlr3.org/"
83 +SRC_URI="https://www.antlr3.org/download/${P}.tar.gz
84 + https://www.antlr3.org/download/${P}.jar" # Prebuilt version needed.
85 LICENSE="BSD"
86 SLOT="3"
87 KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
88
89 diff --git a/dev-java/antlr/antlr-3.5.2.ebuild b/dev-java/antlr/antlr-3.5.2.ebuild
90 index 46c6402f4b2..ffbb7faf52a 100644
91 --- a/dev-java/antlr/antlr-3.5.2.ebuild
92 +++ b/dev-java/antlr/antlr-3.5.2.ebuild
93 @@ -1,4 +1,4 @@
94 -# Copyright 1999-2017 Gentoo Foundation
95 +# Copyright 1999-2019 Gentoo Authors
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI="5"
99 @@ -6,9 +6,9 @@ EAPI="5"
100 inherit eutils java-pkg-2 java-pkg-simple
101
102 DESCRIPTION="A parser generator for many languages"
103 -HOMEPAGE="http://www.antlr3.org/"
104 +HOMEPAGE="https://www.antlr3.org/"
105 SRC_URI="https://github.com/${PN}/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz
106 - http://www.antlr3.org/download/${P}-complete.jar" # Prebuilt version needed.
107 + https://www.antlr3.org/download/${P}-complete.jar" # Prebuilt version needed.
108 LICENSE="BSD"
109 SLOT="3.5"
110 KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
111
112 diff --git a/dev-java/antlr/antlr-4.5.1.ebuild b/dev-java/antlr/antlr-4.5.1.ebuild
113 index a7c4c1ffbb7..38d9b405e65 100644
114 --- a/dev-java/antlr/antlr-4.5.1.ebuild
115 +++ b/dev-java/antlr/antlr-4.5.1.ebuild
116 @@ -1,4 +1,4 @@
117 -# Copyright 1999-2017 Gentoo Foundation
118 +# Copyright 1999-2019 Gentoo Authors
119 # Distributed under the terms of the GNU General Public License v2
120
121 EAPI="5"
122 @@ -8,9 +8,9 @@ JAVA_PKG_IUSE="source"
123 inherit java-pkg-2 java-pkg-simple
124
125 DESCRIPTION="A parser generator for many languages"
126 -HOMEPAGE="http://www.antlr.org/"
127 +HOMEPAGE="https://www.antlr.org/"
128 SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz
129 - http://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed.
130 + https://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed.
131 LICENSE="BSD"
132 SLOT="4"
133 KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
134
135 diff --git a/dev-java/antlr/antlr-4.5.3.ebuild b/dev-java/antlr/antlr-4.5.3.ebuild
136 index 3b48b132714..ed1027b16e8 100644
137 --- a/dev-java/antlr/antlr-4.5.3.ebuild
138 +++ b/dev-java/antlr/antlr-4.5.3.ebuild
139 @@ -1,4 +1,4 @@
140 -# Copyright 1999-2017 Gentoo Foundation
141 +# Copyright 1999-2019 Gentoo Authors
142 # Distributed under the terms of the GNU General Public License v2
143
144 EAPI="5"
145 @@ -8,9 +8,9 @@ JAVA_PKG_IUSE="source"
146 inherit java-pkg-2 java-pkg-simple
147
148 DESCRIPTION="A parser generator for many languages"
149 -HOMEPAGE="http://www.antlr.org/"
150 +HOMEPAGE="https://www.antlr.org/"
151 SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz
152 - http://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed.
153 + https://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed.
154 LICENSE="BSD"
155 SLOT="4"
156 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"