public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/
Date: Mon, 16 Oct 2017 00:08:44 +0000 (UTC)	[thread overview]
Message-ID: <1508112442.f763f3c29d7d02df985ff62778c5596be388940b.soap@gentoo> (raw)

commit:     f763f3c29d7d02df985ff62778c5596be388940b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:44:13 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:07:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f763f3c2

games-arcade/slimevolley: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 games-arcade/slimevolley/slimevolley-2.4.2.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild b/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
index 491ae9f18fc..4e1de9bd483 100644
--- a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
+++ b/games-arcade/slimevolley/slimevolley-2.4.2.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
@@ -28,11 +28,15 @@ PATCHES=( "${FILESDIR}"/${P}-nodatalocal.patch
 
 S=${WORKDIR}/${PN}
 
+src_prepare() {
+	cmake-utils_src_prepare
+}
+
 src_configure() {
-	mycmakeargs=(
-	"-DCMAKE_VERBOSE_MAKEFILE=TRUE"
-	"-DBIN_DIR=${GAMES_BINDIR}"
-	$(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
+	local mycmakeargs=(
+		"-DCMAKE_VERBOSE_MAKEFILE=TRUE"
+		"-DBIN_DIR=${GAMES_BINDIR}"
+		$(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
 	)
 	cmake-utils_src_configure
 }


             reply	other threads:[~2017-10-16  0:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16  0:08 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-24 19:26 [gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/ Pacho Ramos
2019-02-21 22:31 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508112442.f763f3c29d7d02df985ff62778c5596be388940b.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox