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/xmoto: ChangeLog xmoto-0.5.1.ebuild
Date: Sun, 31 May 2009 02:33:52
Message-Id: E1MAart-00074j-Vy@stork.gentoo.org
1 mr_bones_ 09/05/31 02:33:49
2
3 Modified: ChangeLog xmoto-0.5.1.ebuild
4 Log:
5 patch for building with gcc44 - submitted by Mike Limansky via bug #271919
6 (Portage version: 2.1.6.11/cvs/Linux i686)
7
8 Revision Changes Path
9 1.35 games-sports/xmoto/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 13 Apr 2009 17:37:32 -0000 1.34
22 +++ ChangeLog 31 May 2009 02:33:49 -0000 1.35
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-sports/xmoto
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.34 2009/04/13 17:37:32 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.35 2009/05/31 02:33:49 mr_bones_ Exp $
28 +
29 + 31 May 2009; Michael Sterrett <mr_bones_@g.o>
30 + +files/xmoto-0.5.1-gcc44.patch, xmoto-0.5.1.ebuild:
31 + patch for building with gcc44 - submitted by Mike Limansky via bug #271919
32
33 *xmoto-0.5.1 (13 Apr 2009)
34
35
36
37
38 1.3 games-sports/xmoto/xmoto-0.5.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild?r1=1.2&r2=1.3
43
44 Index: xmoto-0.5.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- xmoto-0.5.1.ebuild 13 Apr 2009 17:58:24 -0000 1.2
51 +++ xmoto-0.5.1.ebuild 31 May 2009 02:33:49 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild,v 1.2 2009/04/13 17:58:24 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild,v 1.3 2009/05/31 02:33:49 mr_bones_ Exp $
57
58 EAPI=2
59 inherit autotools eutils games
60 @@ -45,6 +45,7 @@
61 -e '/^gettextsrcdir/s:=.*:= @localedir@/gettext/po:' \
62 po/Makefile.in.in \
63 || die "sed failed"
64 + epatch "${FILESDIR}/${P}-gcc44.patch"
65 }
66
67 src_configure() {