From 5353b71e6c6d980eb9bdfe739e380c5aa2c81bcd Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 15 Oct 2017 16:45:21 -0700 Subject: games-arcade/supertux: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- games-arcade/supertux/supertux-0.4.0.ebuild | 6 +++++- games-arcade/supertux/supertux-0.5.0.ebuild | 4 ++-- games-arcade/supertux/supertux-0.5.1.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'games-arcade') diff --git a/games-arcade/supertux/supertux-0.4.0.ebuild b/games-arcade/supertux/supertux-0.4.0.ebuild index a0a22e745f89..10bed6d64195 100644 --- a/games-arcade/supertux/supertux-0.4.0.ebuild +++ b/games-arcade/supertux/supertux-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,6 +27,10 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-{obstack,tinygettext,squirrel,desktop,flags,license,icon}.patch ) +src_prepare() { + cmake-utils_src_prepare +} + src_configure() { local mycmakeargs=( -DWERROR=OFF diff --git a/games-arcade/supertux/supertux-0.5.0.ebuild b/games-arcade/supertux/supertux-0.5.0.ebuild index e28f80941c69..123624a1daea 100644 --- a/games-arcade/supertux/supertux-0.5.0.ebuild +++ b/games-arcade/supertux/supertux-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ PATCHES=( ) src_prepare() { - default + cmake-utils_src_prepare # This is not a developer release so switch the logo to the non-dev one. sed 's@logo_dev@logo@' \ diff --git a/games-arcade/supertux/supertux-0.5.1.ebuild b/games-arcade/supertux/supertux-0.5.1.ebuild index c5627b655caf..10893c163550 100644 --- a/games-arcade/supertux/supertux-0.5.1.ebuild +++ b/games-arcade/supertux/supertux-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ PATCHES=( ) src_prepare() { - default + cmake-utils_src_prepare # This is not a developer release so switch the logo to the non-dev one. sed 's@logo_dev@logo@' \ -- cgit v1.2.3-65-gdbad