Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Wed, 27 Nov 2019 01:08:16
Message-Id: 1574816885.b3e512841989e4fce85a0acdb404b844ec47e630.candrews@gentoo
1 commit: b3e512841989e4fce85a0acdb404b844ec47e630
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 01:05:54 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 01:08:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e51284
7
8 app-arch/brotli: cleanup old versions
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 app-arch/brotli/Manifest | 4 --
14 app-arch/brotli/brotli-1.0.2.ebuild | 69 ----------------------------------
15 app-arch/brotli/brotli-1.0.3-r1.ebuild | 68 ---------------------------------
16 app-arch/brotli/brotli-1.0.3.ebuild | 68 ---------------------------------
17 app-arch/brotli/brotli-1.0.4.ebuild | 68 ---------------------------------
18 app-arch/brotli/brotli-1.0.5.ebuild | 68 ---------------------------------
19 app-arch/brotli/brotli-1.0.6.ebuild | 68 ---------------------------------
20 7 files changed, 413 deletions(-)
21
22 diff --git a/app-arch/brotli/Manifest b/app-arch/brotli/Manifest
23 index 4c07a7e06d4..98f703dc332 100644
24 --- a/app-arch/brotli/Manifest
25 +++ b/app-arch/brotli/Manifest
26 @@ -1,6 +1,2 @@
27 -DIST brotli-1.0.2.tar.gz 23736359 BLAKE2B c5467dc52f97942d790b835d5e2c06d2046c3df249446b775d58e56feeb5d5fdd3e1e8e42c5eff92df2bc2b47afabd36389e14afead5fd376e18c8517d1e67f7 SHA512 b3ec98159e63b4169dea3e958d60d89247dc1c0f78aab27bfffb2ece659fa024df990d410aa15c12b2082d42e3785e32ec248dce2b116c7f34e98bb6337f9fc9
28 -DIST brotli-1.0.3.tar.gz 23815300 BLAKE2B 9569267782a8159d290e0f1b524a985144d1ae68a45a732443aca973dd0407c50249ce62389848d97cbc33eba3062ba471064570418c36158b97935ae4b7fb73 SHA512 93adcf437d730ac403e444285ac8aefbb2c8a6b5e1b064e8ee33684c067287a8159e0ee73d2217c167881e87da73fa494792d963a15508fd42b2ac4a5b52823c
29 -DIST brotli-1.0.4.tar.gz 23819000 BLAKE2B 5c0a7ed2cb7e15722c2f08dbaaaa5e74f10a03b95961d77db285fac437a489158cf8f7d43a55fac75eb5423951286accf0285e3e3471e34e35868a69dbf42f16 SHA512 7d41ad37ca0755ba9e08e7355fb031e24a53a5f6d44ff827adee6d9712765af02142cb463ef558f92449ce3b73e559cffb52315a329ab702f4c46927f993b616
30 -DIST brotli-1.0.5.tar.gz 23825684 BLAKE2B b179f75f3e452bdd3fabbd74d9172bc0a00f797e7facf7a9061e5e81c52148297ea7dd8ab9954c3f596f59e2a96cb22ef057c4c02b1bba4ecf10db7b70e0711d SHA512 703cad94c7f250133d2cfe222f3183612c7649b184bba218907b805f423568046d42695f33acf7da95daf684be118c9d631cfa5706e5a195b611c716db4c839a
31 DIST brotli-1.0.6.tar.gz 23827656 BLAKE2B 8d31eb1c4119de44702f2239fba9db72f1ae81801d06e51716432ff2f8aa78259c52cbd57b8fcd005c1bc14ada81b6e47a35c5d3864bb10bb02d113e30bd321b SHA512 b9847375471de3ae815ef4bb45a29653c343fad0a891a79d5132fcdee34c85caafd82289c8b413c3ef609049f2e8c4af9f9abd1736a2408ba44544c5fefc0010
32 DIST brotli-1.0.7.tar.gz 23827908 BLAKE2B b9fc554cd23c8387b648638b6f9bb2d29fa87035856d03cf284662f9281984f3bf8e40109e61155ece18673f4391bc0fff704f8ab800a2041d3ce1824478d2ae SHA512 a82362aa36d2f2094bca0b2808d9de0d57291fb3a4c29d7c0ca0a37e73087ec5ac4df299c8c363e61106fccf2fe7f58b5cf76eb97729e2696058ef43b1d3930a
33
34 diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild
35 deleted file mode 100644
36 index 467c79135c2..00000000000
37 --- a/app-arch/brotli/brotli-1.0.2.ebuild
38 +++ /dev/null
39 @@ -1,69 +0,0 @@
40 -# Copyright 1999-2019 Gentoo Authors
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI=6
44 -
45 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
46 -DISTUTILS_OPTIONAL="1"
47 -
48 -inherit cmake-utils distutils-r1
49 -
50 -DESCRIPTION="Generic-purpose lossless compression algorithm"
51 -HOMEPAGE="https://github.com/google/brotli"
52 -
53 -SLOT="0/${PV}"
54 -
55 -RDEPEND="python? ( ${PYTHON_DEPS} )"
56 -DEPEND="${RDEPEND}"
57 -
58 -IUSE="python test"
59 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
60 -
61 -LICENSE="MIT python? ( Apache-2.0 )"
62 -
63 -DOCS=( README.md CONTRIBUTING.md )
64 -
65 -if [[ ${PV} == "9999" ]] ; then
66 - SRC_URI=""
67 - EGIT_REPO_URI="https://github.com/google/${PN}.git"
68 - inherit git-r3
69 -else
70 - PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
71 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
72 - SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
73 -fi
74 -
75 -RESTRICT="!test? ( test )"
76 -
77 -src_prepare() {
78 - cmake-utils_src_prepare
79 - use python && distutils-r1_src_prepare
80 -}
81 -
82 -src_configure() {
83 - local mycmakeargs=(
84 - -DBUILD_SHARED_LIBS=ON
85 - -DBUILD_TESTING="$(usex test)"
86 - )
87 - cmake-utils_src_configure
88 - use python && distutils-r1_src_configure
89 -}
90 -
91 -src_compile() {
92 - cmake-utils_src_compile
93 - use python && distutils-r1_src_compile
94 -}
95 -
96 -python_test(){
97 - esetup.py test || die
98 -}
99 -
100 -src_test() {
101 - cmake-utils_src_test
102 - use python && distutils-r1_src_test
103 -}
104 -
105 -src_install() {
106 - cmake-utils_src_install
107 - use python && distutils-r1_src_install
108 -}
109
110 diff --git a/app-arch/brotli/brotli-1.0.3-r1.ebuild b/app-arch/brotli/brotli-1.0.3-r1.ebuild
111 deleted file mode 100644
112 index f77a76ba043..00000000000
113 --- a/app-arch/brotli/brotli-1.0.3-r1.ebuild
114 +++ /dev/null
115 @@ -1,68 +0,0 @@
116 -# Copyright 1999-2019 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=6
120 -
121 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
122 -DISTUTILS_OPTIONAL="1"
123 -
124 -inherit cmake-utils distutils-r1 eapi7-ver
125 -
126 -DESCRIPTION="Generic-purpose lossless compression algorithm"
127 -HOMEPAGE="https://github.com/google/brotli"
128 -
129 -SLOT="0/$(ver_cut 1)"
130 -
131 -RDEPEND="python? ( ${PYTHON_DEPS} )"
132 -DEPEND="${RDEPEND}"
133 -
134 -IUSE="python test"
135 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
136 -
137 -LICENSE="MIT python? ( Apache-2.0 )"
138 -
139 -DOCS=( README.md CONTRIBUTING.md )
140 -
141 -if [[ ${PV} == "9999" ]] ; then
142 - SRC_URI=""
143 - EGIT_REPO_URI="https://github.com/google/${PN}.git"
144 - inherit git-r3
145 -else
146 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
147 - SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
148 -fi
149 -
150 -RESTRICT="!test? ( test )"
151 -
152 -src_prepare() {
153 - cmake-utils_src_prepare
154 - use python && distutils-r1_src_prepare
155 -}
156 -
157 -src_configure() {
158 - local mycmakeargs=(
159 - -DBUILD_SHARED_LIBS=ON
160 - -DBUILD_TESTING="$(usex test)"
161 - )
162 - cmake-utils_src_configure
163 - use python && distutils-r1_src_configure
164 -}
165 -
166 -src_compile() {
167 - cmake-utils_src_compile
168 - use python && distutils-r1_src_compile
169 -}
170 -
171 -python_test(){
172 - esetup.py test || die
173 -}
174 -
175 -src_test() {
176 - cmake-utils_src_test
177 - use python && distutils-r1_src_test
178 -}
179 -
180 -src_install() {
181 - cmake-utils_src_install
182 - use python && distutils-r1_src_install
183 -}
184
185 diff --git a/app-arch/brotli/brotli-1.0.3.ebuild b/app-arch/brotli/brotli-1.0.3.ebuild
186 deleted file mode 100644
187 index e6f479364b8..00000000000
188 --- a/app-arch/brotli/brotli-1.0.3.ebuild
189 +++ /dev/null
190 @@ -1,68 +0,0 @@
191 -# Copyright 1999-2019 Gentoo Authors
192 -# Distributed under the terms of the GNU General Public License v2
193 -
194 -EAPI=6
195 -
196 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
197 -DISTUTILS_OPTIONAL="1"
198 -
199 -inherit cmake-utils distutils-r1
200 -
201 -DESCRIPTION="Generic-purpose lossless compression algorithm"
202 -HOMEPAGE="https://github.com/google/brotli"
203 -
204 -SLOT="0/${PV}"
205 -
206 -RDEPEND="python? ( ${PYTHON_DEPS} )"
207 -DEPEND="${RDEPEND}"
208 -
209 -IUSE="python test"
210 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
211 -
212 -LICENSE="MIT python? ( Apache-2.0 )"
213 -
214 -DOCS=( README.md CONTRIBUTING.md )
215 -
216 -if [[ ${PV} == "9999" ]] ; then
217 - SRC_URI=""
218 - EGIT_REPO_URI="https://github.com/google/${PN}.git"
219 - inherit git-r3
220 -else
221 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
222 - SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
223 -fi
224 -
225 -RESTRICT="!test? ( test )"
226 -
227 -src_prepare() {
228 - cmake-utils_src_prepare
229 - use python && distutils-r1_src_prepare
230 -}
231 -
232 -src_configure() {
233 - local mycmakeargs=(
234 - -DBUILD_SHARED_LIBS=ON
235 - -DBUILD_TESTING="$(usex test)"
236 - )
237 - cmake-utils_src_configure
238 - use python && distutils-r1_src_configure
239 -}
240 -
241 -src_compile() {
242 - cmake-utils_src_compile
243 - use python && distutils-r1_src_compile
244 -}
245 -
246 -python_test(){
247 - esetup.py test || die
248 -}
249 -
250 -src_test() {
251 - cmake-utils_src_test
252 - use python && distutils-r1_src_test
253 -}
254 -
255 -src_install() {
256 - cmake-utils_src_install
257 - use python && distutils-r1_src_install
258 -}
259
260 diff --git a/app-arch/brotli/brotli-1.0.4.ebuild b/app-arch/brotli/brotli-1.0.4.ebuild
261 deleted file mode 100644
262 index f77a76ba043..00000000000
263 --- a/app-arch/brotli/brotli-1.0.4.ebuild
264 +++ /dev/null
265 @@ -1,68 +0,0 @@
266 -# Copyright 1999-2019 Gentoo Authors
267 -# Distributed under the terms of the GNU General Public License v2
268 -
269 -EAPI=6
270 -
271 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
272 -DISTUTILS_OPTIONAL="1"
273 -
274 -inherit cmake-utils distutils-r1 eapi7-ver
275 -
276 -DESCRIPTION="Generic-purpose lossless compression algorithm"
277 -HOMEPAGE="https://github.com/google/brotli"
278 -
279 -SLOT="0/$(ver_cut 1)"
280 -
281 -RDEPEND="python? ( ${PYTHON_DEPS} )"
282 -DEPEND="${RDEPEND}"
283 -
284 -IUSE="python test"
285 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
286 -
287 -LICENSE="MIT python? ( Apache-2.0 )"
288 -
289 -DOCS=( README.md CONTRIBUTING.md )
290 -
291 -if [[ ${PV} == "9999" ]] ; then
292 - SRC_URI=""
293 - EGIT_REPO_URI="https://github.com/google/${PN}.git"
294 - inherit git-r3
295 -else
296 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
297 - SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
298 -fi
299 -
300 -RESTRICT="!test? ( test )"
301 -
302 -src_prepare() {
303 - cmake-utils_src_prepare
304 - use python && distutils-r1_src_prepare
305 -}
306 -
307 -src_configure() {
308 - local mycmakeargs=(
309 - -DBUILD_SHARED_LIBS=ON
310 - -DBUILD_TESTING="$(usex test)"
311 - )
312 - cmake-utils_src_configure
313 - use python && distutils-r1_src_configure
314 -}
315 -
316 -src_compile() {
317 - cmake-utils_src_compile
318 - use python && distutils-r1_src_compile
319 -}
320 -
321 -python_test(){
322 - esetup.py test || die
323 -}
324 -
325 -src_test() {
326 - cmake-utils_src_test
327 - use python && distutils-r1_src_test
328 -}
329 -
330 -src_install() {
331 - cmake-utils_src_install
332 - use python && distutils-r1_src_install
333 -}
334
335 diff --git a/app-arch/brotli/brotli-1.0.5.ebuild b/app-arch/brotli/brotli-1.0.5.ebuild
336 deleted file mode 100644
337 index f6a1625ac90..00000000000
338 --- a/app-arch/brotli/brotli-1.0.5.ebuild
339 +++ /dev/null
340 @@ -1,68 +0,0 @@
341 -# Copyright 1999-2019 Gentoo Authors
342 -# Distributed under the terms of the GNU General Public License v2
343 -
344 -EAPI=6
345 -
346 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
347 -DISTUTILS_OPTIONAL="1"
348 -
349 -inherit cmake-utils distutils-r1 eapi7-ver
350 -
351 -DESCRIPTION="Generic-purpose lossless compression algorithm"
352 -HOMEPAGE="https://github.com/google/brotli"
353 -
354 -SLOT="0/$(ver_cut 1)"
355 -
356 -RDEPEND="python? ( ${PYTHON_DEPS} )"
357 -DEPEND="${RDEPEND}"
358 -
359 -IUSE="python test"
360 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
361 -
362 -LICENSE="MIT python? ( Apache-2.0 )"
363 -
364 -DOCS=( README.md CONTRIBUTING.md )
365 -
366 -if [[ ${PV} == "9999" ]] ; then
367 - SRC_URI=""
368 - EGIT_REPO_URI="https://github.com/google/${PN}.git"
369 - inherit git-r3
370 -else
371 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
372 - SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
373 -fi
374 -
375 -RESTRICT="!test? ( test )"
376 -
377 -src_prepare() {
378 - cmake-utils_src_prepare
379 - use python && distutils-r1_src_prepare
380 -}
381 -
382 -src_configure() {
383 - local mycmakeargs=(
384 - -DBUILD_SHARED_LIBS=ON
385 - -DBUILD_TESTING="$(usex test)"
386 - )
387 - cmake-utils_src_configure
388 - use python && distutils-r1_src_configure
389 -}
390 -
391 -src_compile() {
392 - cmake-utils_src_compile
393 - use python && distutils-r1_src_compile
394 -}
395 -
396 -python_test(){
397 - esetup.py test || die
398 -}
399 -
400 -src_test() {
401 - cmake-utils_src_test
402 - use python && distutils-r1_src_test
403 -}
404 -
405 -src_install() {
406 - cmake-utils_src_install
407 - use python && distutils-r1_src_install
408 -}
409
410 diff --git a/app-arch/brotli/brotli-1.0.6.ebuild b/app-arch/brotli/brotli-1.0.6.ebuild
411 deleted file mode 100644
412 index f6a1625ac90..00000000000
413 --- a/app-arch/brotli/brotli-1.0.6.ebuild
414 +++ /dev/null
415 @@ -1,68 +0,0 @@
416 -# Copyright 1999-2019 Gentoo Authors
417 -# Distributed under the terms of the GNU General Public License v2
418 -
419 -EAPI=6
420 -
421 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
422 -DISTUTILS_OPTIONAL="1"
423 -
424 -inherit cmake-utils distutils-r1 eapi7-ver
425 -
426 -DESCRIPTION="Generic-purpose lossless compression algorithm"
427 -HOMEPAGE="https://github.com/google/brotli"
428 -
429 -SLOT="0/$(ver_cut 1)"
430 -
431 -RDEPEND="python? ( ${PYTHON_DEPS} )"
432 -DEPEND="${RDEPEND}"
433 -
434 -IUSE="python test"
435 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
436 -
437 -LICENSE="MIT python? ( Apache-2.0 )"
438 -
439 -DOCS=( README.md CONTRIBUTING.md )
440 -
441 -if [[ ${PV} == "9999" ]] ; then
442 - SRC_URI=""
443 - EGIT_REPO_URI="https://github.com/google/${PN}.git"
444 - inherit git-r3
445 -else
446 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
447 - SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
448 -fi
449 -
450 -RESTRICT="!test? ( test )"
451 -
452 -src_prepare() {
453 - cmake-utils_src_prepare
454 - use python && distutils-r1_src_prepare
455 -}
456 -
457 -src_configure() {
458 - local mycmakeargs=(
459 - -DBUILD_SHARED_LIBS=ON
460 - -DBUILD_TESTING="$(usex test)"
461 - )
462 - cmake-utils_src_configure
463 - use python && distutils-r1_src_configure
464 -}
465 -
466 -src_compile() {
467 - cmake-utils_src_compile
468 - use python && distutils-r1_src_compile
469 -}
470 -
471 -python_test(){
472 - esetup.py test || die
473 -}
474 -
475 -src_test() {
476 - cmake-utils_src_test
477 - use python && distutils-r1_src_test
478 -}
479 -
480 -src_install() {
481 - cmake-utils_src_install
482 - use python && distutils-r1_src_install
483 -}