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-strategy/wesnoth/
Date: Mon, 16 Oct 2017 00:09:00
Message-Id: 1508112505.cea350a91059dbbbccb3831e6012052669233544.soap@gentoo
1 commit: cea350a91059dbbbccb3831e6012052669233544
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 00:00:36 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:08:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea350a9
7
8 games-strategy/wesnoth: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 games-strategy/wesnoth/wesnoth-1.12.5.ebuild | 4 +++-
13 games-strategy/wesnoth/wesnoth-1.12.6.ebuild | 2 ++
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/games-strategy/wesnoth/wesnoth-1.12.5.ebuild b/games-strategy/wesnoth/wesnoth-1.12.5.ebuild
17 index 5fdf8efcd60..e2434dbe0a4 100644
18 --- a/games-strategy/wesnoth/wesnoth-1.12.5.ebuild
19 +++ b/games-strategy/wesnoth/wesnoth-1.12.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
27 sys-devel/gettext"
28
29 src_prepare() {
30 + cmake-utils_src_prepare
31 +
32 if use dedicated || use server ; then
33 sed \
34 -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
35
36 diff --git a/games-strategy/wesnoth/wesnoth-1.12.6.ebuild b/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
37 index 140ffac1776..e2434dbe0a4 100644
38 --- a/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
39 +++ b/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
40 @@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
41 sys-devel/gettext"
42
43 src_prepare() {
44 + cmake-utils_src_prepare
45 +
46 if use dedicated || use server ; then
47 sed \
48 -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \