From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 561CF1396D9 for ; Mon, 16 Oct 2017 00:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B73052BC033; Mon, 16 Oct 2017 00:08:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E6DE2BC032 for ; Mon, 16 Oct 2017 00:08:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 666B033BF47 for ; Mon, 16 Oct 2017 00:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE36A9083 for ; Mon, 16 Oct 2017 00:08:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508112447.5353b71e6c6d980eb9bdfe739e380c5aa2c81bcd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/supertux/supertux-0.4.0.ebuild games-arcade/supertux/supertux-0.5.0.ebuild games-arcade/supertux/supertux-0.5.1.ebuild X-VCS-Directories: games-arcade/supertux/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5353b71e6c6d980eb9bdfe739e380c5aa2c81bcd X-VCS-Branch: master Date: Mon, 16 Oct 2017 00:08:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24917c89-4125-43fb-8f9a-fdd9ee78f600 X-Archives-Hash: fb94d2c5b0f3cb41b5849e0b0b8c5949 commit: 5353b71e6c6d980eb9bdfe739e380c5aa2c81bcd Author: David Seifert gentoo org> AuthorDate: Sun Oct 15 23:45:21 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 00:07:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5353b71e 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(-) diff --git a/games-arcade/supertux/supertux-0.4.0.ebuild b/games-arcade/supertux/supertux-0.4.0.ebuild index a0a22e745f8..10bed6d6419 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 e28f80941c6..123624a1dae 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 c5627b655ca..10893c16355 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@' \