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/supertuxkart: supertuxkart-0.6.2.ebuild ChangeLog
Date: Wed, 03 Nov 2010 08:56:25
Message-Id: 20101103085615.CD20F20051@flycatcher.gentoo.org
1 tupone 10/11/03 08:56:15
2
3 Modified: supertuxkart-0.6.2.ebuild ChangeLog
4 Log:
5 Fix overflow. Bug #339107
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 games-action/supertuxkart/supertuxkart-0.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild?r1=1.8&r2=1.9
14
15 Index: supertuxkart-0.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- supertuxkart-0.6.2.ebuild 16 Sep 2010 17:51:16 -0000 1.8
22 +++ supertuxkart-0.6.2.ebuild 3 Nov 2010 08:56:15 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.8 2010/09/16 17:51:16 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.9 2010/11/03 08:56:15 tupone Exp $
28
29 EAPI=2
30 inherit autotools eutils games
31 @@ -58,6 +58,7 @@
32 data/Makefile.am \
33 || die "sed failed"
34 rm -rf src/enet
35 + epatch "${FILESDIR}"/${P}-ovflfix.patch
36 eautoreconf
37 }
38
39
40
41
42 1.21 games-action/supertuxkart/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.21&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.21&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.20&r2=1.21
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
51 retrieving revision 1.20
52 retrieving revision 1.21
53 diff -u -r1.20 -r1.21
54 --- ChangeLog 16 Sep 2010 17:51:16 -0000 1.20
55 +++ ChangeLog 3 Nov 2010 08:56:15 -0000 1.21
56 @@ -1,6 +1,10 @@
57 # ChangeLog for games-action/supertuxkart
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.20 2010/09/16 17:51:16 scarabeus Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.21 2010/11/03 08:56:15 tupone Exp $
61 +
62 + 03 Nov 2010; Alfredo Tupone <tupone@g.o> supertuxkart-0.6.2.ebuild,
63 + +files/supertuxkart-0.6.2-ovflfix.patch:
64 + Fix overflow. Bug #339107 by flameeyes@g.o
65
66 16 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
67 supertuxkart-0.6.2.ebuild: