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-puzzle/enigma: ChangeLog enigma-1.01.ebuild
Date: Wed, 30 Apr 2008 15:40:14
Message-Id: E1JrEPj-0002ur-AI@stork.gentoo.org
1 nyhm 08/04/30 15:40:11
2
3 Modified: ChangeLog enigma-1.01.ebuild
4 Log:
5 Patch to fix building with gcc-4.3 from Martin Väth, bug #218941
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.36 games-puzzle/enigma/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 4 Nov 2007 23:11:22 -0000 1.35
22 +++ ChangeLog 30 Apr 2008 15:40:10 -0000 1.36
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-puzzle/enigma
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.35 2007/11/04 23:11:22 tupone Exp $
27 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.36 2008/04/30 15:40:10 nyhm Exp $
29 +
30 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
31 + +files/enigma-1.01-gcc43.patch, enigma-1.01.ebuild:
32 + Patch to fix building with gcc-4.3 from Martin Väth, bug #218941
33
34 *enigma-1.01 (04 Nov 2007)
35
36
37
38
39 1.2 games-puzzle/enigma/enigma-1.01.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?r1=1.1&r2=1.2
44
45 Index: enigma-1.01.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- enigma-1.01.ebuild 4 Nov 2007 23:11:22 -0000 1.1
52 +++ enigma-1.01.ebuild 30 Apr 2008 15:40:10 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.1 2007/11/04 23:11:22 tupone Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.2 2008/04/30 15:40:10 nyhm Exp $
59
60 inherit autotools eutils games
61
62 @@ -27,7 +27,9 @@
63 unpack ${A}
64 cd "${S}"
65 cp /usr/share/gettext/config.rpath .
66 - epatch "${FILESDIR}"/${P}-autotools.patch
67 + epatch \
68 + "${FILESDIR}"/${P}-autotools.patch \
69 + "${FILESDIR}"/${P}-gcc43.patch
70 eautoreconf
71 }
72
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list