Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/btanks: btanks-0.7.5800.ebuild ChangeLog
Date: Sun, 20 Apr 2008 09:19:46
Message-Id: E1JnVi3-0001u2-HF@stork.gentoo.org
1 vapier 08/04/20 09:19:43
2
3 Modified: btanks-0.7.5800.ebuild ChangeLog
4 Log:
5 Fix from Debian for building with gcc-4.3 #217944 by Peter Alfredsen.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.6 games-action/btanks/btanks-0.7.5800.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild?r1=1.5&r2=1.6
14
15 Index: btanks-0.7.5800.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- btanks-0.7.5800.ebuild 28 Mar 2008 22:46:26 -0000 1.5
22 +++ btanks-0.7.5800.ebuild 20 Apr 2008 09:19:43 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild,v 1.5 2008/03/28 22:46:26 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild,v 1.6 2008/04/20 09:19:43 vapier Exp $
28
29 inherit eutils games
30
31 @@ -29,6 +29,7 @@
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/${P}-scons-blows.patch
35 + epatch "${FILESDIR}"/${P}-gcc43.patch #217944
36 }
37
38 src_compile() {
39
40
41
42 1.12 games-action/btanks/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.12&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.12&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?r1=1.11&r2=1.12
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v
51 retrieving revision 1.11
52 retrieving revision 1.12
53 diff -u -r1.11 -r1.12
54 --- ChangeLog 28 Mar 2008 22:46:26 -0000 1.11
55 +++ ChangeLog 20 Apr 2008 09:19:43 -0000 1.12
56 @@ -1,6 +1,10 @@
57 # ChangeLog for games-action/btanks
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.11 2008/03/28 22:46:26 maekke Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.12 2008/04/20 09:19:43 vapier Exp $
61 +
62 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
63 + +files/btanks-0.7.5800-gcc43.patch, btanks-0.7.5800.ebuild:
64 + Fix from Debian for building with gcc-4.3 #217944 by Peter Alfredsen.
65
66 28 Mar 2008; Markus Meier <maekke@g.o> btanks-0.7.5800.ebuild:
67 x86 stable, bug #214429
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list