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-arcade/tecnoballz: tecnoballz-0.92.ebuild ChangeLog
Date: Thu, 26 Aug 2010 18:30:19
Message-Id: 20100826183014.4AA7920051@flycatcher.gentoo.org
1 mr_bones_ 10/08/26 18:30:14
2
3 Modified: tecnoballz-0.92.ebuild ChangeLog
4 Log:
5 fix building with make 3.82 (bug #334629)
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 games-arcade/tecnoballz/tecnoballz-0.92.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?r1=1.5&r2=1.6
14
15 Index: tecnoballz-0.92.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- tecnoballz-0.92.ebuild 25 Jan 2010 22:04:51 -0000 1.5
22 +++ tecnoballz-0.92.ebuild 26 Aug 2010 18:30:14 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.5 2010/01/25 22:04:51 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.6 2010/08/26 18:30:14 mr_bones_ Exp $
29
30 EAPI=2
31 inherit eutils autotools games
32 @@ -23,6 +23,11 @@
33 epatch "${FILESDIR}"/${P}-gcc43.patch \
34 "${FILESDIR}"/${P}-automake.patch
35 mv man/${PN}.fr.6 man/fr/${PN}.6 || die "failed moving man pages"
36 + # don't combine explicit and implicit rules for make 3.82 (bug #334629)
37 + sed -i \
38 + -e '/supervisor.c /s/.c /.cc /' \
39 + src/Makefile.am \
40 + || die 'sed failed'
41 eautoreconf
42 }
43
44
45
46
47 1.5 games-arcade/tecnoballz/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/ChangeLog?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/ChangeLog?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/ChangeLog?r1=1.4&r2=1.5
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- ChangeLog 25 Oct 2009 12:48:58 -0000 1.4
60 +++ ChangeLog 26 Aug 2010 18:30:14 -0000 1.5
61 @@ -1,6 +1,10 @@
62 # ChangeLog for games-arcade/tecnoballz
63 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v 1.4 2009/10/25 12:48:58 maekke Exp $
65 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v 1.5 2010/08/26 18:30:14 mr_bones_ Exp $
67 +
68 + 26 Aug 2010; Michael Sterrett <mr_bones_@g.o>
69 + tecnoballz-0.92.ebuild:
70 + fix building with make 3.82 (bug #334629)
71
72 25 Oct 2009; Markus Meier <maekke@g.o> tecnoballz-0.92.ebuild:
73 amd64/x86 stable, bug #288667