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-arcade/afternoonstalker/
Date: Fri, 18 Dec 2015 10:14:01
Message-Id: 1450430845.4568fa23add983fddf2d05615d79adb90083c468.mr_bones_@gentoo
1 commit: 4568fa23add983fddf2d05615d79adb90083c468
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:27:25 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 09:27:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4568fa23
7
8 EAPI=5; minor tidying
9
10 Package-Manager: portage-2.2.24
11
12 games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
16 index 4264a02..f65a9c4 100644
17 --- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
18 +++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.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 autotools games
26
27 DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
28 @@ -23,8 +23,7 @@ src_prepare() {
29 -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
30 -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
31 -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
32 - src/Makefile.am \
33 - || die
34 + src/Makefile.am || die
35 eautoreconf
36 }