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/megaglest-data/
Date: Mon, 16 Oct 2017 00:08:59
Message-Id: 1508112491.fbd29564350ffdfaba2cf3386d0744ebd6e6be22.soap@gentoo
1 commit: fbd29564350ffdfaba2cf3386d0744ebd6e6be22
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:57:04 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:08:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd29564
7
8 games-strategy/megaglest-data: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild b/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild
16 index 78413a49228..961bbe9ace1 100644
17 --- a/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild
18 +++ b/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -18,6 +18,10 @@ DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt )
26
27 S=${WORKDIR}/${MY_PN}-${PV}
28
29 +src_prepare() {
30 + cmake-utils_src_prepare
31 +}
32 +
33 src_configure() {
34 local mycmakeargs=(
35 -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}"