Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Wed, 08 May 2019 17:05:22
Message-Id: 1557335012.3ea1baf9c8fb2658d7eda7fceccdf0e4f631008b.asturm@gentoo
1 commit: 3ea1baf9c8fb2658d7eda7fceccdf0e4f631008b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 5 18:04:02 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 17:03:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea1baf9
7
8 app-arch/brotli: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-arch/brotli/brotli-1.0.7.ebuild | 5 ++---
14 app-arch/brotli/brotli-9999.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild
18 index 60492c59525..6f3e4837617 100644
19 --- a/app-arch/brotli/brotli-1.0.7.ebuild
20 +++ b/app-arch/brotli/brotli-1.0.7.ebuild
21 @@ -1,13 +1,13 @@
22 # Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
29 DISTUTILS_OPTIONAL="1"
30 DISTUTILS_IN_SOURCE_BUILD="1"
31
32 -inherit cmake-multilib distutils-r1 eapi7-ver
33 +inherit cmake-multilib distutils-r1
34
35 DESCRIPTION="Generic-purpose lossless compression algorithm"
36 HOMEPAGE="https://github.com/google/brotli"
37 @@ -40,7 +40,6 @@ src_prepare() {
38
39 multilib_src_configure() {
40 local mycmakeargs=(
41 - -DBUILD_SHARED_LIBS=ON
42 -DBUILD_TESTING="$(usex test)"
43 )
44 cmake-utils_src_configure
45
46 diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
47 index 554f1fd3ffe..703ecf1488b 100644
48 --- a/app-arch/brotli/brotli-9999.ebuild
49 +++ b/app-arch/brotli/brotli-9999.ebuild
50 @@ -1,13 +1,13 @@
51 # Copyright 1999-2019 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 -EAPI=6
55 +EAPI=7
56
57 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
58 DISTUTILS_OPTIONAL="1"
59 DISTUTILS_IN_SOURCE_BUILD="1"
60
61 -inherit cmake-multilib distutils-r1 eapi7-ver
62 +inherit cmake-multilib distutils-r1
63
64 DESCRIPTION="Generic-purpose lossless compression algorithm"
65 HOMEPAGE="https://github.com/google/brotli"
66 @@ -40,7 +40,6 @@ src_prepare() {
67
68 multilib_src_configure() {
69 local mycmakeargs=(
70 - -DBUILD_SHARED_LIBS=ON
71 -DBUILD_TESTING="$(usex test)"
72 )
73 cmake-utils_src_configure