Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/netherearth: ChangeLog netherearth-0.52.ebuild
Date: Tue, 31 Aug 2010 15:47:54
Message-Id: 20100831154748.5C1B220051@flycatcher.gentoo.org
1 ssuominen 10/08/31 15:47:48
2
3 Modified: ChangeLog netherearth-0.52.ebuild
4 Log:
5 Fix building with recent glibc wrt #335137 by Diego E. Pettenò.
6
7 (Portage version: 2.2_rc69/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 games-strategy/netherearth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 21 Nov 2009 17:46:52 -0000 1.5
23 +++ ChangeLog 31 Aug 2010 15:47:48 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-strategy/netherearth
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.5 2009/11/21 17:46:52 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.6 2010/08/31 15:47:48 ssuominen Exp $
30 +
31 + 31 Aug 2010; Samuli Suominen <ssuominen@g.o>
32 + netherearth-0.52.ebuild, +files/netherearth-0.52-glibc-212.patch:
33 + Fix building with recent glibc wrt #335137 by Diego E. Pettenò.
34
35 21 Nov 2009; Markus Meier <maekke@g.o> netherearth-0.52.ebuild:
36 x86 stable, bug #288811
37
38
39
40 1.6 games-strategy/netherearth/netherearth-0.52.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild?r1=1.5&r2=1.6
45
46 Index: netherearth-0.52.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- netherearth-0.52.ebuild 21 Nov 2009 17:46:52 -0000 1.5
53 +++ netherearth-0.52.ebuild 31 Aug 2010 15:47:48 -0000 1.6
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 1.5 2009/11/21 17:46:52 maekke Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 1.6 2010/08/31 15:47:48 ssuominen Exp $
60
61 inherit eutils games
62
63 @@ -35,9 +35,10 @@
64 cp "${FILESDIR}/Makefile" . || die "Makefile copying failed"
65
66 # Fix compilation errors/warnings
67 - epatch "${FILESDIR}/${P}-linux.patch"
68 + epatch "${FILESDIR}"/${P}-linux.patch
69
70 - epatch "${FILESDIR}/${P}-freeglut.patch"
71 + epatch "${FILESDIR}"/${P}-freeglut.patch \
72 + "${FILESDIR}"/${P}-glibc-212.patch
73
74 # Modify dirs and some fopen() permissions
75 epatch "${FILESDIR}/${P}-gentoo-paths.patch"