Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/wordwarvi/
Date: Fri, 18 Dec 2015 10:14:05
Message-Id: 1450430606.8be6dca8765ce0873373b4ef307e280723c0fcce.mr_bones_@gentoo
1 commit: 8be6dca8765ce0873373b4ef307e280723c0fcce
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:23:26 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 09:23:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be6dca8
7
8 EAPI=5; minor tidying
9
10 Package-Manager: portage-2.2.24
11
12 games-action/wordwarvi/wordwarvi-1.00.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/games-action/wordwarvi/wordwarvi-1.00.ebuild b/games-action/wordwarvi/wordwarvi-1.00.ebuild
16 index 0ef8973..38eae15 100644
17 --- a/games-action/wordwarvi/wordwarvi-1.00.ebuild
18 +++ b/games-action/wordwarvi/wordwarvi-1.00.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=4
24 +EAPI=5
25 inherit eutils games
26
27 DESCRIPTION="A retro side-scrolling shoot'em up based on the editor war story"
28 @@ -24,12 +24,10 @@ src_prepare() {
29 epatch "${FILESDIR}"/${P}-sound.patch
30 sed -i \
31 -e "/^WITHAUDIO/s/yes/$(use portaudio && echo yes || echo no)/" \
32 - Makefile \
33 - || die "sed failed"
34 + Makefile || die
35 sed -i \
36 -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \
37 - wwviaudio.c \
38 - || die "sed failed"
39 + wwviaudio.c || die
40 }
41
42 src_compile() {