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: dev-games/gtkradiant/
Date: Fri, 18 Dec 2015 10:14:14
Message-Id: 1450432395.b193b8c29dabd6b6ee52a0f8442eb1ed15ccf3ef.mr_bones_@gentoo
1 commit: b193b8c29dabd6b6ee52a0f8442eb1ed15ccf3ef
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:53:15 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 09:53:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b193b8c2
7
8 EAPI=5
9
10 Package-Manager: portage-2.2.24
11
12 dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
16 index dd09fe5..56ade04 100644
17 --- a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
18 +++ b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=2
24 +EAPI=5
25 inherit eutils games rpm
26
27 DS="${PV/*_pre}"
28 @@ -33,7 +33,7 @@ src_install() {
29 local dir="${GAMES_PREFIX_OPT}/${PN}"
30 dodir "${dir}"
31
32 - cp -pPR * "${D}/${dir}/"
33 + cp -pPR * "${D}/${dir}/" || die
34 games_make_wrapper q3map2 ./q3map2.x86 "${dir}"
35 games_make_wrapper radiant ./radiant.x86 "${dir}"