public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/xbomber/
Date: Fri, 18 Dec 2015 10:13:53 +0000 (UTC)	[thread overview]
Message-ID: <1450433482.ce1826ed555b2efa38171fb936a6eae0467bacc5.mr_bones_@gentoo> (raw)

commit:     ce1826ed555b2efa38171fb936a6eae0467bacc5
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 10:11:22 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 10:11:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1826ed

EAPI=5; minor tidying

Package-Manager: portage-2.2.24

 games-action/xbomber/xbomber-101.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/games-action/xbomber/xbomber-101.ebuild b/games-action/xbomber/xbomber-101.ebuild
index a191da6..60d129d 100644
--- a/games-action/xbomber/xbomber-101.ebuild
+++ b/games-action/xbomber/xbomber-101.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Bomberman clone w/multiplayer support"
@@ -15,21 +15,18 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/libX11"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
 
 src_prepare() {
 	sed -i \
 		-e "/^CC/d" \
 		-e 's/gcc/$(CC)/g' \
 		-e "s:X386:X11R6:" \
-		Makefile \
-		|| die "sed failed"
+		Makefile || die
 	sed -i \
-		-e "s:data/%s:${GAMES_DATADIR}/${PN}/%s:" bomber.c \
-		|| die "sed failed"
+		-e "s:data/%s:${GAMES_DATADIR}/${PN}/%s:" bomber.c || die
 	sed -i \
-		-e "s:=\"data\":=\"${GAMES_DATADIR}/${PN}\":" sound.c \
-		|| die "sed failed"
+		-e "s:=\"data\":=\"${GAMES_DATADIR}/${PN}\":" sound.c || die
 	epatch \
 		"${FILESDIR}"/${P}-va_list.patch \
 		"${FILESDIR}"/${P}-gcc4.patch \


             reply	other threads:[~2015-12-18 10:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-18 10:13 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-28 21:36 [gentoo-commits] repo/gentoo:master commit in: games-action/xbomber/ Austin English
2021-04-21 18:51 Sam James

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=1450433482.ce1826ed555b2efa38171fb936a6eae0467bacc5.mr_bones_@gentoo \
    --to=mr_bones_@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