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/d2x: d2x-0.2.5-r3.ebuild ChangeLog
Date: Sat, 01 Sep 2012 18:42:50
Message-Id: 20120901184237.10F7920EF5@flycatcher.gentoo.org
1 tupone 12/09/01 18:42:36
2
3 Modified: d2x-0.2.5-r3.ebuild ChangeLog
4 Log:
5 Fix some overflow. Bug #431800
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 games-action/d2x/d2x-0.2.5-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild?r1=1.10&r2=1.11
15
16 Index: d2x-0.2.5-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- d2x-0.2.5-r3.ebuild 8 Jul 2011 11:10:06 -0000 1.10
23 +++ d2x-0.2.5-r3.ebuild 1 Sep 2012 18:42:36 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v 1.10 2011/07/08 11:10:06 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v 1.11 2012/09/01 18:42:36 tupone Exp $
30
31 EAPI=2
32 inherit eutils flag-o-matic games
33 @@ -30,6 +30,7 @@
34 src_prepare() {
35 epatch \
36 "${FILESDIR}/${PV}-shellscripts.patch" \
37 + "${FILESDIR}"/${P}-ovflw.patch \
38 "${FILESDIR}/${P}-dofpcalcs-macro.patch"
39
40 sed -i \
41
42
43
44 1.27 games-action/d2x/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/ChangeLog?rev=1.27&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/ChangeLog?rev=1.27&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/ChangeLog?r1=1.26&r2=1.27
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v
53 retrieving revision 1.26
54 retrieving revision 1.27
55 diff -u -r1.26 -r1.27
56 --- ChangeLog 8 Jul 2011 11:10:06 -0000 1.26
57 +++ ChangeLog 1 Sep 2012 18:42:36 -0000 1.27
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-action/d2x
60 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.26 2011/07/08 11:10:06 ssuominen Exp $
62 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.27 2012/09/01 18:42:36 tupone Exp $
64 +
65 + 01 Sep 2012; Alfredo Tupone <tupone@g.o> d2x-0.2.5-r3.ebuild,
66 + +files/d2x-0.2.5-ovflw.patch:
67 + Fix some overflow. Bug #431800 by Diego Elio Pettenò
68
69 08 Jul 2011; Samuli Suominen <ssuominen@g.o> d2x-0.2.5-r3.ebuild:
70 Convert from "useq" to "use".