Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/tuxkart: ChangeLog tuxkart-0.4.0.ebuild
Date: Fri, 02 Jan 2015 11:04:40
Message-Id: 20150102110435.C2EC2EB55@oystercatcher.gentoo.org
1 tupone 15/01/02 11:04:35
2
3 Modified: ChangeLog tuxkart-0.4.0.ebuild
4 Log:
5 EAPI 4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.13 games-action/tuxkart/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/tuxkart/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/tuxkart/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/tuxkart/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/tuxkart/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 1 Dec 2006 19:56:48 -0000 1.12
23 +++ ChangeLog 2 Jan 2015 11:04:35 -0000 1.13
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-action/tuxkart
26 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/tuxkart/ChangeLog,v 1.12 2006/12/01 19:56:48 wolf31o2 Exp $
28 +# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/tuxkart/ChangeLog,v 1.13 2015/01/02 11:04:35 tupone Exp $
30 +
31 + 02 Jan 2015; Tupone Alfredo <tupone@g.o> tuxkart-0.4.0.ebuild:
32 + EAPI 4
33
34 01 Dec 2006; Chris Gianelloni <wolf31o2@g.o> tuxkart-0.4.0.ebuild:
35 Removing old virtual/x11 dependency.
36
37
38
39 1.6 games-action/tuxkart/tuxkart-0.4.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/tuxkart/tuxkart-0.4.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/tuxkart/tuxkart-0.4.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/tuxkart/tuxkart-0.4.0.ebuild?r1=1.5&r2=1.6
44
45 Index: tuxkart-0.4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/tuxkart/tuxkart-0.4.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- tuxkart-0.4.0.ebuild 1 Dec 2006 19:56:48 -0000 1.5
52 +++ tuxkart-0.4.0.ebuild 2 Jan 2015 11:04:35 -0000 1.6
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-action/tuxkart/tuxkart-0.4.0.ebuild,v 1.5 2006/12/01 19:56:48 wolf31o2 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/tuxkart/tuxkart-0.4.0.ebuild,v 1.6 2015/01/02 11:04:35 tupone Exp $
59
60 +EAPI=4
61 inherit games
62
63 DESCRIPTION="A racing game starring Tux, the linux penguin"
64 @@ -24,10 +25,7 @@
65 DEPEND="${RDEPEND}
66 x11-libs/libXt"
67
68 -src_unpack() {
69 - unpack ${A}
70 -
71 - cd "${S}"
72 +src_prepare() {
73 # apparently <sys/perm.h> doesn't exist on alpha
74 if use alpha; then
75 sed -i \
76 @@ -43,14 +41,12 @@
77 || die "sed src/Makefile.in failed"
78 }
79
80 -src_compile() {
81 - egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
82 - emake || die "emake failed"
83 +src_configure() {
84 + egamesconf --datadir="${GAMES_DATADIR_BASE}"
85 }
86
87 src_install() {
88 - make DESTDIR="${D}" install || die "make install failed"
89 - dodoc AUTHORS CHANGES README
90 + default
91 dohtml doc/*.html
92 rm -rf "${D}/usr/share/tuxkart/"