Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
Date: Thu, 03 Sep 2009 10:45:16
Message-Id: E1MjEdD-0006yB-0Q@stork.gentoo.org
1 nyhm 09/09/03 15:53:51
2
3 Modified: ChangeLog glest-3.2.2.ebuild
4 Log:
5 Fix building with glibc-2.10
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.24 games-strategy/glest/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 11 Jul 2009 00:36:39 -0000 1.23
22 +++ ChangeLog 3 Sep 2009 15:53:50 -0000 1.24
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-strategy/glest
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.23 2009/07/11 00:36:39 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.24 2009/09/03 15:53:50 nyhm Exp $
28 +
29 + 03 Sep 2009; Tristan Heaven <nyhm@g.o> glest-3.2.2.ebuild,
30 + +files/glest-3.2.2-glibc210.patch:
31 + Fix building with glibc-2.10
32
33 *glest-3.2.2 (11 Jul 2009)
34
35
36
37
38 1.2 games-strategy/glest/glest-3.2.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.1&r2=1.2
43
44 Index: glest-3.2.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- glest-3.2.2.ebuild 11 Jul 2009 00:36:39 -0000 1.1
51 +++ glest-3.2.2.ebuild 3 Sep 2009 15:53:50 -0000 1.2
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-strategy/glest/glest-3.2.2.ebuild,v 1.1 2009/07/11 00:36:39 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.2 2009/09/03 15:53:50 nyhm Exp $
57
58 EAPI=2
59 inherit eutils games
60 @@ -33,7 +33,9 @@
61
62 src_prepare() {
63 epatch \
64 - "${FILESDIR}"/${P}-{gentoo,xerces-c}.patch
65 + "${FILESDIR}"/${P}-gentoo.patch \
66 + "${FILESDIR}"/${P}-xerces-c.patch \
67 + "${FILESDIR}"/${P}-glibc210.patch
68
69 sed -i \
70 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \