Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/
Date: Fri, 28 Jul 2017 12:02:04
Message-Id: 1501243297.f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035.mgorny@gentoo
1 commit: f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035
2 Author: Hendrik v. Raven <hendrik <AT> consetetur <DOT> de>
3 AuthorDate: Fri Jul 28 09:27:06 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 28 12:01:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72954e6
7
8 games-simulation/openrct2: drop patches from live build
9
10 all patches are now upstream
11
12 Closes: https://github.com/gentoo/gentoo/pull/5231
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 games-simulation/openrct2/openrct2-9999.ebuild | 6 +-----
16 1 file changed, 1 insertion(+), 5 deletions(-)
17
18 diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
19 index a0f3e627052..c93e3088f8a 100644
20 --- a/games-simulation/openrct2/openrct2-9999.ebuild
21 +++ b/games-simulation/openrct2/openrct2-9999.ebuild
22 @@ -52,11 +52,6 @@ DEPEND="${RDEPEND}
23 test? ( dev-cpp/gtest )
24 "
25
26 -PATCHES=(
27 - "${FILESDIR}/${PN}-0.1.0-remove-external-gtest.patch"
28 - "${FILESDIR}/${PN}-0.1.0-respect-libdir.patch"
29 -)
30 -
31 if [[ ${PV} == 9999 ]]; then
32 src_unpack() {
33 default
34 @@ -73,6 +68,7 @@ src_configure() {
35 -DWITH_TESTS="$(usex test)"
36 -DDOWNLOAD_TITLE_SEQUENCES=OFF
37 -DDISABLE_RCT2_TESTS=ON
38 + -DSYSTEM_GTEST=ON
39 )
40
41 cmake-utils_src_configure