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/xblast/
Date: Fri, 18 Dec 2015 10:13:59
Message-Id: 1450430655.7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9.mr_bones_@gentoo
1 commit: 7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:24:15 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 09:24:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3cdd3e
7
8 EAPI=5; minor tidying
9
10 Package-Manager: portage-2.2.24
11
12 games-action/xblast/xblast-2.10.4.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/games-action/xblast/xblast-2.10.4.ebuild b/games-action/xblast/xblast-2.10.4.ebuild
16 index bf8cfbc..cc730a3 100644
17 --- a/games-action/xblast/xblast-2.10.4.ebuild
18 +++ b/games-action/xblast/xblast-2.10.4.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 # Change these as releases changes
28 @@ -49,8 +49,7 @@ src_install() {
29
30 # Images
31 dodir "${IMAGE_INSTALL_DIR}"
32 - cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \
33 - || die "cp failed"
34 + cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" || die
35
36 # Levels
37 insinto "${GAMES_DATADIR}/xblast/level"