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/xshipwars: ChangeLog xshipwars-2.6.1.ebuild
Date: Fri, 08 Oct 2010 11:03:03
Message-Id: 20101008105302.32B8B20054@flycatcher.gentoo.org
1 tupone 10/10/08 10:53:02
2
3 Modified: ChangeLog xshipwars-2.6.1.ebuild
4 Log:
5 Respect LDFLAGS. Bug #336822
6
7 (Portage version: 2.1.9.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.26 games-action/xshipwars/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xshipwars/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 31 Dec 2009 23:02:26 -0000 1.25
23 +++ ChangeLog 8 Oct 2010 10:53:01 -0000 1.26
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-action/xshipwars
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.25 2009/12/31 23:02:26 mr_bones_ Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.26 2010/10/08 10:53:01 tupone Exp $
30 +
31 + 08 Oct 2010; Tupone Alfredo <tupone@g.o> xshipwars-2.6.1.ebuild,
32 + +files/xshipwars-2.6.1-ldflags.patch:
33 + Respect LDFLAGS. Bug #336822 by flameeyes@g.o
34
35 *xshipwars-2.6.1 (31 Dec 2009)
36
37 @@ -108,7 +112,7 @@
38 01 Dec 2002; Mike Frysinger <vapier@g.o> :
39 Added a patch for #9093, added games eclass support, added server install
40
41 - 17 jul 2002; Jose Alberto Suárez López <bass@g.o> xshipwars-1.34.0.ebuild :
42 + 17 jul 2002; Jose Alberto Suárez López <bass@g.o> xshipwars-1.34.0.ebuild :
43 Added KEYWORDS.
44
45 01 Feb 2002; G.Bevin <gbevin@g.o> ChangeLog :
46
47
48
49 1.2 games-action/xshipwars/xshipwars-2.6.1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xshipwars/xshipwars-2.6.1.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xshipwars/xshipwars-2.6.1.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xshipwars/xshipwars-2.6.1.ebuild?r1=1.1&r2=1.2
54
55 Index: xshipwars-2.6.1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.6.1.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- xshipwars-2.6.1.ebuild 31 Dec 2009 23:02:26 -0000 1.1
62 +++ xshipwars-2.6.1.ebuild 8 Oct 2010 10:53:01 -0000 1.2
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2009 Gentoo Foundation
65 +# Copyright 1999-2010 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.6.1.ebuild,v 1.1 2009/12/31 23:02:26 mr_bones_ Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.6.1.ebuild,v 1.2 2010/10/08 10:53:01 tupone Exp $
69
70 EAPI=2
71 inherit eutils games
72 @@ -29,7 +29,8 @@
73 src_prepare() {
74 epatch \
75 "${FILESDIR}"/${P}-build.patch \
76 - "${FILESDIR}"/${P}-64bit.patch
77 + "${FILESDIR}"/${P}-64bit.patch \
78 + "${FILESDIR}"/${P}-ldflags.patch
79 sed -i \
80 -e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \
81 -e "/^DATADIR/s:=.*:=${GAMES_DATADIR}:" \