Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/
Date: Mon, 16 Oct 2017 00:08:51
Message-Id: 1508112447.5353b71e6c6d980eb9bdfe739e380c5aa2c81bcd.soap@gentoo
1 commit: 5353b71e6c6d980eb9bdfe739e380c5aa2c81bcd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:45:21 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:07:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5353b71e
7
8 games-arcade/supertux: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 games-arcade/supertux/supertux-0.4.0.ebuild | 6 +++++-
13 games-arcade/supertux/supertux-0.5.0.ebuild | 4 ++--
14 games-arcade/supertux/supertux-0.5.1.ebuild | 4 ++--
15 3 files changed, 9 insertions(+), 5 deletions(-)
16
17 diff --git a/games-arcade/supertux/supertux-0.4.0.ebuild b/games-arcade/supertux/supertux-0.4.0.ebuild
18 index a0a22e745f8..10bed6d6419 100644
19 --- a/games-arcade/supertux/supertux-0.4.0.ebuild
20 +++ b/games-arcade/supertux/supertux-0.4.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -27,6 +27,10 @@ DEPEND="${RDEPEND}
28
29 PATCHES=( "${FILESDIR}"/${P}-{obstack,tinygettext,squirrel,desktop,flags,license,icon}.patch )
30
31 +src_prepare() {
32 + cmake-utils_src_prepare
33 +}
34 +
35 src_configure() {
36 local mycmakeargs=(
37 -DWERROR=OFF
38
39 diff --git a/games-arcade/supertux/supertux-0.5.0.ebuild b/games-arcade/supertux/supertux-0.5.0.ebuild
40 index e28f80941c6..123624a1dae 100644
41 --- a/games-arcade/supertux/supertux-0.5.0.ebuild
42 +++ b/games-arcade/supertux/supertux-0.5.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -35,7 +35,7 @@ PATCHES=(
50 )
51
52 src_prepare() {
53 - default
54 + cmake-utils_src_prepare
55
56 # This is not a developer release so switch the logo to the non-dev one.
57 sed 's@logo_dev@logo@' \
58
59 diff --git a/games-arcade/supertux/supertux-0.5.1.ebuild b/games-arcade/supertux/supertux-0.5.1.ebuild
60 index c5627b655ca..10893c16355 100644
61 --- a/games-arcade/supertux/supertux-0.5.1.ebuild
62 +++ b/games-arcade/supertux/supertux-0.5.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 +# Copyright 1999-2017 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -35,7 +35,7 @@ PATCHES=(
70 )
71
72 src_prepare() {
73 - default
74 + cmake-utils_src_prepare
75
76 # This is not a developer release so switch the logo to the non-dev one.
77 sed 's@logo_dev@logo@' \