Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/betamax/, dev-python/requests-toolbelt/, app-crypt/acme/, ...
Date: Sun, 13 Jan 2019 07:42:06
Message-Id: 1547365258.8954c0b02083853fd19f3485234fc261a8f3651c.prometheanfire@gentoo
1 commit: 8954c0b02083853fd19f3485234fc261a8f3651c
2 Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
3 AuthorDate: Sun Nov 11 14:50:37 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 13 07:40:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8954c0b0
7
8 app-crypt/certbot: add ~arm64 keywords to certbot and dependencies.
9
10 Signed-off-by: Andrius Štikonas <andrius <AT> stikonas.eu>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/augeas/augeas-1.11.0-r1.ebuild | 2 +-
14 app-crypt/acme/acme-0.28.0.ebuild | 2 +-
15 app-crypt/acme/acme-0.29.1.ebuild | 2 +-
16 app-crypt/acme/acme-0.30.0.ebuild | 2 +-
17 app-crypt/acme/acme-9999.ebuild | 2 +-
18 app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild | 2 +-
19 app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild | 2 +-
20 app-crypt/certbot-apache/certbot-apache-0.30.0.ebuild | 2 +-
21 app-crypt/certbot-apache/certbot-apache-9999.ebuild | 2 +-
22 app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild | 2 +-
23 app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild | 2 +-
24 app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild | 2 +-
25 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 +-
26 app-crypt/certbot/certbot-0.28.0.ebuild | 2 +-
27 app-crypt/certbot/certbot-0.29.1.ebuild | 2 +-
28 app-crypt/certbot/certbot-0.30.0.ebuild | 2 +-
29 app-crypt/certbot/certbot-9999.ebuild | 2 +-
30 app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild | 4 ++--
31 dev-python/betamax/betamax-0.8.0.ebuild | 2 +-
32 dev-python/josepy/josepy-1.1.0.ebuild | 2 +-
33 dev-python/python-augeas/python-augeas-0.5.0.ebuild | 4 ++--
34 dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild | 2 +-
35 22 files changed, 24 insertions(+), 24 deletions(-)
36
37 diff --git a/app-admin/augeas/augeas-1.11.0-r1.ebuild b/app-admin/augeas/augeas-1.11.0-r1.ebuild
38 index 339423a7d7e..75dcd83cc45 100644
39 --- a/app-admin/augeas/augeas-1.11.0-r1.ebuild
40 +++ b/app-admin/augeas/augeas-1.11.0-r1.ebuild
41 @@ -11,7 +11,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz"
42
43 SLOT="0"
44 LICENSE="LGPL-2.1"
45 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
46 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
47 IUSE="static-libs test"
48
49 RDEPEND="
50
51 diff --git a/app-crypt/acme/acme-0.28.0.ebuild b/app-crypt/acme/acme-0.28.0.ebuild
52 index 2691a8a8d0d..4c81e8bdcdb 100644
53 --- a/app-crypt/acme/acme-0.28.0.ebuild
54 +++ b/app-crypt/acme/acme-0.28.0.ebuild
55 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
56 S=${WORKDIR}/${P}/${PN}
57 else
58 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
59 - KEYWORDS="amd64 ~arm ~ppc64 x86"
60 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
61 S=${WORKDIR}/certbot-${PV}/acme
62 fi
63
64
65 diff --git a/app-crypt/acme/acme-0.29.1.ebuild b/app-crypt/acme/acme-0.29.1.ebuild
66 index 78a008d6224..f3343da762b 100644
67 --- a/app-crypt/acme/acme-0.29.1.ebuild
68 +++ b/app-crypt/acme/acme-0.29.1.ebuild
69 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
70 S=${WORKDIR}/${P}/${PN}
71 else
72 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
73 - KEYWORDS="amd64 ~arm ~ppc64 x86"
74 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
75 S=${WORKDIR}/certbot-${PV}/acme
76 fi
77
78
79 diff --git a/app-crypt/acme/acme-0.30.0.ebuild b/app-crypt/acme/acme-0.30.0.ebuild
80 index b79fcc1ee54..e41e26ef0fc 100644
81 --- a/app-crypt/acme/acme-0.30.0.ebuild
82 +++ b/app-crypt/acme/acme-0.30.0.ebuild
83 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
84 S=${WORKDIR}/${P}/${PN}
85 else
86 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
87 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
88 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
89 S=${WORKDIR}/certbot-${PV}/acme
90 fi
91
92
93 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
94 index d408adeca31..cc2960bf38c 100644
95 --- a/app-crypt/acme/acme-9999.ebuild
96 +++ b/app-crypt/acme/acme-9999.ebuild
97 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
98 S=${WORKDIR}/${P}/${PN}
99 else
100 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
101 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
102 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
103 S=${WORKDIR}/certbot-${PV}/acme
104 fi
105
106
107 diff --git a/app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild b/app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild
108 index 5f448098501..2ae0df4119f 100644
109 --- a/app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild
110 +++ b/app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild
111 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
112 S=${WORKDIR}/${P}/${PN}
113 else
114 SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
115 - KEYWORDS="amd64 x86"
116 + KEYWORDS="amd64 ~arm64 x86"
117 S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
118 fi
119
120
121 diff --git a/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild b/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild
122 index 3460838eff4..8bf039bdf51 100644
123 --- a/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild
124 +++ b/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild
125 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
126 S=${WORKDIR}/${P}/${PN}
127 else
128 SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
129 - KEYWORDS="amd64 x86"
130 + KEYWORDS="amd64 ~arm64 x86"
131 S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
132 fi
133
134
135 diff --git a/app-crypt/certbot-apache/certbot-apache-0.30.0.ebuild b/app-crypt/certbot-apache/certbot-apache-0.30.0.ebuild
136 index 9a6423344f6..b6c158fb2f5 100644
137 --- a/app-crypt/certbot-apache/certbot-apache-0.30.0.ebuild
138 +++ b/app-crypt/certbot-apache/certbot-apache-0.30.0.ebuild
139 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
140 S=${WORKDIR}/${P}/${PN}
141 else
142 SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
143 - KEYWORDS="~amd64 ~x86"
144 + KEYWORDS="~amd64 ~arm64 ~x86"
145 S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
146 fi
147
148
149 diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
150 index ab98ef4612c..455c806f9fb 100644
151 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild
152 +++ b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
153 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
154 S=${WORKDIR}/${P}/${PN}
155 else
156 SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
157 - KEYWORDS="~amd64 ~x86"
158 + KEYWORDS="~amd64 ~arm64 ~x86"
159 S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
160 fi
161
162
163 diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild
164 index 6b17f2f6b5a..6b6c1d3784c 100644
165 --- a/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild
166 +++ b/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild
167 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
168 S=${WORKDIR}/${P}/${PN}
169 else
170 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
171 - KEYWORDS="amd64 ~arm x86"
172 + KEYWORDS="amd64 ~arm ~arm64 x86"
173 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
174 fi
175
176
177 diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild
178 index 9c1a8e9d9fa..ec0e921c2c8 100644
179 --- a/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild
180 +++ b/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild
181 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
182 S=${WORKDIR}/${P}/${PN}
183 else
184 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
185 - KEYWORDS="amd64 ~arm x86"
186 + KEYWORDS="amd64 ~arm ~arm64 x86"
187 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
188 fi
189
190
191 diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild
192 index 09f9842d818..b84d186a8cd 100644
193 --- a/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild
194 +++ b/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild
195 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
196 S=${WORKDIR}/${P}/${PN}
197 else
198 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
199 - KEYWORDS="~amd64 ~arm ~x86"
200 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
201 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
202 fi
203
204
205 diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
206 index 760abf28a40..b3315cd4264 100644
207 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
208 +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
209 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
210 S=${WORKDIR}/${P}/${PN}
211 else
212 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
213 - KEYWORDS="~amd64 ~arm ~x86"
214 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
215 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
216 fi
217
218
219 diff --git a/app-crypt/certbot/certbot-0.28.0.ebuild b/app-crypt/certbot/certbot-0.28.0.ebuild
220 index 997ec14b98c..23369bbd4ef 100644
221 --- a/app-crypt/certbot/certbot-0.28.0.ebuild
222 +++ b/app-crypt/certbot/certbot-0.28.0.ebuild
223 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
224 inherit git-r3
225 else
226 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
227 - KEYWORDS="amd64 ~arm ~ppc64 x86"
228 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
229 fi
230
231 inherit distutils-r1
232
233 diff --git a/app-crypt/certbot/certbot-0.29.1.ebuild b/app-crypt/certbot/certbot-0.29.1.ebuild
234 index 2740075dda1..c4d5a2b8488 100644
235 --- a/app-crypt/certbot/certbot-0.29.1.ebuild
236 +++ b/app-crypt/certbot/certbot-0.29.1.ebuild
237 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
238 inherit git-r3
239 else
240 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
241 - KEYWORDS="amd64 ~arm ~ppc64 x86"
242 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
243 fi
244
245 inherit distutils-r1
246
247 diff --git a/app-crypt/certbot/certbot-0.30.0.ebuild b/app-crypt/certbot/certbot-0.30.0.ebuild
248 index eb64b7bed99..f5ff7c45897 100644
249 --- a/app-crypt/certbot/certbot-0.30.0.ebuild
250 +++ b/app-crypt/certbot/certbot-0.30.0.ebuild
251 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
252 inherit git-r3
253 else
254 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
255 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
256 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
257 fi
258
259 inherit distutils-r1
260
261 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
262 index bb543bdc2d0..f029016bfb6 100644
263 --- a/app-crypt/certbot/certbot-9999.ebuild
264 +++ b/app-crypt/certbot/certbot-9999.ebuild
265 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
266 inherit git-r3
267 else
268 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
269 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
270 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
271 fi
272
273 inherit distutils-r1
274
275 diff --git a/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild b/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild
276 index c218e04ba33..32d59b05d98 100644
277 --- a/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild
278 +++ b/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild
279 @@ -1,4 +1,4 @@
280 -# Copyright 1999-2017 Gentoo Foundation
281 +# Copyright 1999-2018 Gentoo Foundation
282 # Distributed under the terms of the GNU General Public License v2
283
284 EAPI="5"
285 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/naturaldocs/${P}.zip"
286
287 LICENSE="GPL-2"
288 SLOT="0"
289 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
290 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
291
292 IUSE=""
293
294
295 diff --git a/dev-python/betamax/betamax-0.8.0.ebuild b/dev-python/betamax/betamax-0.8.0.ebuild
296 index e5be7c43646..df4c736cceb 100644
297 --- a/dev-python/betamax/betamax-0.8.0.ebuild
298 +++ b/dev-python/betamax/betamax-0.8.0.ebuild
299 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
300
301 LICENSE="Apache-2.0"
302 SLOT="0"
303 -KEYWORDS="amd64 ~arm ~ppc64 x86"
304 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
305 IUSE="test"
306
307 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
308
309 diff --git a/dev-python/josepy/josepy-1.1.0.ebuild b/dev-python/josepy/josepy-1.1.0.ebuild
310 index 664114b42e1..41a9b9819d5 100644
311 --- a/dev-python/josepy/josepy-1.1.0.ebuild
312 +++ b/dev-python/josepy/josepy-1.1.0.ebuild
313 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
314
315 LICENSE="Apache-2.0"
316 SLOT="0"
317 -KEYWORDS="amd64 ~arm ~ppc64 x86"
318 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
319 IUSE=""
320
321 DEPEND="
322
323 diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild
324 index 7b9f9903f2f..7c8c82e7605 100644
325 --- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild
326 +++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild
327 @@ -1,4 +1,4 @@
328 -# Copyright 1999-2017 Gentoo Foundation
329 +# Copyright 1999-2018 Gentoo Foundation
330 # Distributed under the terms of the GNU General Public License v2
331
332 EAPI=6
333 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
334
335 LICENSE="LGPL-2.1"
336 SLOT="0"
337 -KEYWORDS="amd64 x86"
338 +KEYWORDS="amd64 ~arm64 x86"
339 IUSE=""
340
341 DEPEND="app-admin/augeas"
342
343 diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
344 index 7bfbf3543a2..41bf323acd9 100644
345 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
346 +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
347 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
348
349 LICENSE="Apache-2.0"
350 SLOT="0"
351 -KEYWORDS="amd64 ~arm ~ppc64 x86"
352 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
353 IUSE="test"
354
355 RDEPEND="<dev-python/requests-3.0.0[${PYTHON_USEDEP}]"