Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Tue, 04 Jun 2019 19:49:40
Message-Id: 1559677750.8341c97fd2aeccd008c55d4a88e7af48026e3f69.asturm@gentoo
1 commit: 8341c97fd2aeccd008c55d4a88e7af48026e3f69
2 Author: David Michael <dm0 <AT> redhat <DOT> com>
3 AuthorDate: Tue Mar 12 00:13:58 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 19:49:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8341c97f
7
8 dev-cpp/gtest: EAPI=7
9
10 This allows the cmake eclass to use BDEPEND, so the host cmake can be
11 used without having to cross-compile it.
12
13 Signed-off-by: David Michael <dm0 <AT> redhat.com>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 dev-cpp/gtest/{gtest-9999.ebuild => gtest-1.8.1-r1.ebuild} | 5 ++---
18 dev-cpp/gtest/gtest-9999.ebuild | 5 ++---
19 2 files changed, 4 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-1.8.1-r1.ebuild
22 similarity index 95%
23 copy from dev-cpp/gtest/gtest-9999.ebuild
24 copy to dev-cpp/gtest/gtest-1.8.1-r1.ebuild
25 index 7a444173666..50abe1209db 100644
26 --- a/dev-cpp/gtest/gtest-9999.ebuild
27 +++ b/dev-cpp/gtest/gtest-1.8.1-r1.ebuild
28 @@ -1,7 +1,7 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 -EAPI="6"
34 +EAPI=7
35
36 # Python is required for tests and some build tasks.
37 PYTHON_COMPAT=( python2_7 pypy )
38 @@ -47,7 +47,6 @@ multilib_src_configure() {
39 local mycmakeargs=(
40 -DBUILD_GMOCK=ON
41 -DINSTALL_GTEST=ON
42 - -DBUILD_SHARED_LIBS=ON
43
44 # tests
45 -Dgmock_build_tests=$(usex test)
46
47 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
48 index 7a444173666..50abe1209db 100644
49 --- a/dev-cpp/gtest/gtest-9999.ebuild
50 +++ b/dev-cpp/gtest/gtest-9999.ebuild
51 @@ -1,7 +1,7 @@
52 -# Copyright 1999-2018 Gentoo Foundation
53 +# Copyright 1999-2019 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI="6"
57 +EAPI=7
58
59 # Python is required for tests and some build tasks.
60 PYTHON_COMPAT=( python2_7 pypy )
61 @@ -47,7 +47,6 @@ multilib_src_configure() {
62 local mycmakeargs=(
63 -DBUILD_GMOCK=ON
64 -DINSTALL_GTEST=ON
65 - -DBUILD_SHARED_LIBS=ON
66
67 # tests
68 -Dgmock_build_tests=$(usex test)