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-fps/tremulous: ChangeLog tremulous-1.1.0-r4.ebuild
Date: Thu, 09 Sep 2010 09:44:20
Message-Id: 20100909094415.DE0AC20054@flycatcher.gentoo.org
1 tupone 10/09/09 09:44:15
2
3 Modified: ChangeLog tremulous-1.1.0-r4.ebuild
4 Log:
5 Respect LDFLAGS. Bug #336261
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.18 games-fps/tremulous/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/tremulous/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/tremulous/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/tremulous/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/tremulous/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 23 May 2010 20:08:45 -0000 1.17
22 +++ ChangeLog 9 Sep 2010 09:44:15 -0000 1.18
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-fps/tremulous
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/ChangeLog,v 1.17 2010/05/23 20:08:45 pacho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/ChangeLog,v 1.18 2010/09/09 09:44:15 tupone Exp $
28 +
29 + 09 Sep 2010; Tupone Alfredo <tupone@g.o> tremulous-1.1.0-r4.ebuild,
30 + +files/tremulous-1.1.0-ldflags.patch:
31 + Respect LDFLAGS. Bug #336261 by flameeyes@g.o
32
33 23 May 2010; Pacho Ramos <pacho@g.o> tremulous-1.1.0-r4.ebuild:
34 stable amd64, bug 313021
35
36
37
38 1.4 games-fps/tremulous/tremulous-1.1.0-r4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild?r1=1.3&r2=1.4
43
44 Index: tremulous-1.1.0-r4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- tremulous-1.1.0-r4.ebuild 23 May 2010 20:08:45 -0000 1.3
51 +++ tremulous-1.1.0-r4.ebuild 9 Sep 2010 09:44:15 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild,v 1.3 2010/05/23 20:08:45 pacho Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild,v 1.4 2010/09/09 09:44:15 tupone Exp $
57
58 EAPI=2
59
60 @@ -47,7 +47,8 @@
61 epatch "${WORKDIR}"/${PN}-svn755-upto-971.patch
62 epatch "${WORKDIR}"/${PN}-t971-client.patch
63 epatch "${FILESDIR}"/${P}-system_jpeg.patch \
64 - "${FILESDIR}"/${P}-system_jpeg-2.patch
65 + "${FILESDIR}"/${P}-system_jpeg-2.patch \
66 + "${FILESDIR}"/${P}-ldflags.patch
67 # fix the gcc-4.3.3 Werror issue
68 # This is probably issue for all icculus q3 based games
69 sed -i -e '16s/-Werror //' src/tools/asm/Makefile || die