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-fps/transfusion-bin/
Date: Sat, 02 Jan 2016 08:49:46
Message-Id: 1451724571.219b14e4e498682f90278b1c485ee93bd23fdf62.mr_bones_@gentoo
1 commit: 219b14e4e498682f90278b1c485ee93bd23fdf62
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 08:49:31 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 08:49:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219b14e4
7
8 games-fps/transfusion-bin: EAPI=5; tidy
9
10 Package-Manager: portage-2.2.24
11
12 games-fps/transfusion-bin/transfusion-bin-1.01.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
16 index 1c2361a..0432e4d 100644
17 --- a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
18 +++ b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
19 @@ -2,6 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 +EAPI=5
24 inherit eutils games
25
26 MY_PN=${PN/-bin/}
27 @@ -33,7 +34,7 @@ src_install() {
28
29 #...then mass copy everything to the install dir...
30 dodir "${dir}"
31 - cp -R * "${Ddir}" || die "cp failed"
32 + cp -R * "${Ddir}" || die
33
34 # ...and remove the docs since we don't need them installed twice.
35 rm -rf \