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-arcade/xevil: ChangeLog xevil-2.02_p2-r1.ebuild
Date: Fri, 04 Sep 2009 04:24:13
Message-Id: E1MjV9v-0000Sz-Tl@stork.gentoo.org
1 ssuominen 09/09/04 09:32:43
2
3 Modified: ChangeLog xevil-2.02_p2-r1.ebuild
4 Log:
5 Fix building with GLIBC 2.10+ wrt #273557 by Arttu Valo.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 games-arcade/xevil/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xevil/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xevil/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xevil/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xevil/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 6 Jan 2008 01:27:58 -0000 1.12
22 +++ ChangeLog 4 Sep 2009 09:32:43 -0000 1.13
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-arcade/xevil
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/ChangeLog,v 1.12 2008/01/06 01:27:58 mr_bones_ Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/ChangeLog,v 1.13 2009/09/04 09:32:43 ssuominen Exp $
29 +
30 + 04 Sep 2009; Samuli Suominen <ssuominen@g.o>
31 + xevil-2.02_p2-r1.ebuild, +files/xevil-2.02_p2-glibc-2.10.patch:
32 + Fix building with GLIBC 2.10+ wrt #273557 by Arttu Valo.
33
34 06 Jan 2008; Michael Sterrett <mr_bones_@g.o>
35 xevil-2.02_p2-r1.ebuild:
36
37
38
39 1.4 games-arcade/xevil/xevil-2.02_p2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: xevil-2.02_p2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- xevil-2.02_p2-r1.ebuild 6 Jan 2008 01:27:58 -0000 1.3
52 +++ xevil-2.02_p2-r1.ebuild 4 Sep 2009 09:32:43 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild,v 1.3 2008/01/06 01:27:58 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild,v 1.4 2009/09/04 09:32:43 ssuominen Exp $
59
60 inherit eutils games
61
62 @@ -31,6 +31,7 @@
63 -e "s:CFLAGS=\":CFLAGS=\"${CFLAGS} :g" \
64 -e 's:-lXpm:-lXpm -lpthread:g' \
65 config.mk || die "sed failed"
66 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
67 }
68
69 src_compile() {