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: trophy-1.1.5.ebuild
Date: Wed, 05 Jan 2011 23:30:37
Message-Id: 20110105233026.4F3D22004E@flycatcher.gentoo.org
1 mr_bones_ 11/01/05 23:30:26
2
3 Modified: trophy-1.1.5.ebuild
4 Log:
5 punt unused variable
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 games-sports/trophy/trophy-1.1.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild?r1=1.4&r2=1.5
15
16 Index: trophy-1.1.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- trophy-1.1.5.ebuild 4 May 2010 23:19:01 -0000 1.4
23 +++ trophy-1.1.5.ebuild 5 Jan 2011 23:30:26 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild,v 1.5 2011/01/05 23:30:26 mr_bones_ Exp $
29
30 EAPI=2
31 inherit autotools eutils games
32 @@ -18,8 +18,6 @@
33 DEPEND="${RDEPEND}
34 dev-util/pkgconfig"
35
36 -PATCHES=( "${FILESDIR}"/${P}-display-segv.patch )
37 -
38 src_prepare() {
39 epatch \
40 "${FILESDIR}"/${P}-display-segv.patch \