Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-sports/trophy: ChangeLog trophy-1.1.5.ebuild
Date: Tue, 04 May 2010 23:19:07
Message-Id: 20100504231902.4A6E82C3F3@corvid.gentoo.org
1 mr_bones_ 10/05/04 23:19:01
2
3 Modified: ChangeLog trophy-1.1.5.ebuild
4 Log:
5 add patch for --as-needed support submitted by Kacper Kowalik (Xarthisius) via bug #318139
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 games-sports/trophy/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/trophy/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/trophy/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/trophy/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/trophy/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 5 Jan 2009 01:26:13 -0000 1.8
22 +++ ChangeLog 4 May 2010 23:19:01 -0000 1.9
23 @@ -1,6 +1,11 @@
24 # ChangeLog for games-sports/trophy
25 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/ChangeLog,v 1.8 2009/01/05 01:26:13 mr_bones_ Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/ChangeLog,v 1.9 2010/05/04 23:19:01 mr_bones_ Exp $
29 +
30 + 04 May 2010; Michael Sterrett <mr_bones_@g.o> trophy-1.1.5.ebuild,
31 + +files/trophy-1.1.5-asneeded.patch:
32 + add patch for --as-needed support submitted by Kacper Kowalik (Xarthisius)
33 + via bug #318139
34
35 05 Jan 2009; Michael Sterrett <mr_bones_@g.o> trophy-1.1.5.ebuild:
36 add use-based dep for dev-games/clanlib (bug #247476)
37
38
39
40 1.4 games-sports/trophy/trophy-1.1.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild?r1=1.3&r2=1.4
45
46 Index: trophy-1.1.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- trophy-1.1.5.ebuild 5 Jan 2009 01:26:13 -0000 1.3
53 +++ trophy-1.1.5.ebuild 4 May 2010 23:19:01 -0000 1.4
54 @@ -1,9 +1,9 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild,v 1.3 2009/01/05 01:26:13 mr_bones_ Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild,v 1.4 2010/05/04 23:19:01 mr_bones_ Exp $
60
61 EAPI=2
62 -inherit games
63 +inherit autotools eutils games
64
65 DESCRIPTION="2D Racing Game"
66 HOMEPAGE="http://trophy.sourceforge.net/"
67 @@ -20,6 +20,13 @@
68
69 PATCHES=( "${FILESDIR}"/${P}-display-segv.patch )
70
71 +src_prepare() {
72 + epatch \
73 + "${FILESDIR}"/${P}-display-segv.patch \
74 + "${FILESDIR}"/${P}-asneeded.patch
75 + eautoreconf
76 +}
77 +
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake install failed"
80 dodoc AUTHORS ChangeLog README TODO