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/tuxkart/
Date: Fri, 18 Dec 2015 10:13:58
Message-Id: 1450430558.697e56a732744e713142a994dff987de8acc9acf.mr_bones_@gentoo
1 commit: 697e56a732744e713142a994dff987de8acc9acf
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:22:38 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 09:22:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697e56a7
7
8 EAPI=5; minor tidying
9
10 Package-Manager: portage-2.2.24
11
12 games-action/tuxkart/tuxkart-0.4.0.ebuild | 11 ++++-------
13 1 file changed, 4 insertions(+), 7 deletions(-)
14
15 diff --git a/games-action/tuxkart/tuxkart-0.4.0.ebuild b/games-action/tuxkart/tuxkart-0.4.0.ebuild
16 index cbbd0a9..a662aec 100644
17 --- a/games-action/tuxkart/tuxkart-0.4.0.ebuild
18 +++ b/games-action/tuxkart/tuxkart-0.4.0.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 games
26
27 DESCRIPTION="A racing game starring Tux, the linux penguin"
28 @@ -29,16 +29,13 @@ src_prepare() {
29 # apparently <sys/perm.h> doesn't exist on alpha
30 if use alpha; then
31 sed -i \
32 - -e '/#include <sys\/perm.h>/d' src/gfx.cxx \
33 - || die "sed src/gfx.cxx failed"
34 + -e '/#include <sys\/perm.h>/d' src/gfx.cxx || die
35 fi
36 sed -i \
37 -e "/^plib_suffix/ s/-lplibul/-lplibul -lplibjs/" \
38 - -e "s/-malign-double//; s/-O6//" configure \
39 - || die "sed configure failed"
40 + -e "s/-malign-double//; s/-O6//" configure || die
41 sed -i \
42 - -e "/^bindir/s/=.*/=@bindir@/" src/Makefile.in \
43 - || die "sed src/Makefile.in failed"
44 + -e "/^bindir/s/=.*/=@bindir@/" src/Makefile.in || die
45 }
46
47 src_configure() {