Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma: enigma-1.01.ebuild ChangeLog
Date: Fri, 29 Apr 2011 06:55:36
Message-Id: 20110429065525.5BE9D20054@flycatcher.gentoo.org
1 tupone 11/04/29 06:55:25
2
3 Modified: enigma-1.01.ebuild ChangeLog
4 Log:
5 Build with gcc-4.6 Bug #365219
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 games-puzzle/enigma/enigma-1.01.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?r1=1.14&r2=1.15
15
16 Index: enigma-1.01.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- enigma-1.01.ebuild 14 Jul 2010 21:34:42 -0000 1.14
23 +++ enigma-1.01.ebuild 29 Apr 2011 06:55:25 -0000 1.15
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.14 2010/07/14 21:34:42 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.15 2011/04/29 06:55:25 tupone Exp $
30
31 EAPI=2
32 inherit autotools eutils games
33 @@ -31,6 +31,7 @@
34 "${FILESDIR}"/${P}-autotools.patch \
35 "${FILESDIR}"/${P}-gcc43.patch \
36 "${FILESDIR}"/${P}-gcc44.patch \
37 + "${FILESDIR}"/${P}-gcc46.patch \
38 "${FILESDIR}"/${P}-xerces-c.patch
39 eautoreconf
40 }
41
42
43
44 1.50 games-puzzle/enigma/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.50&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.50&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?r1=1.49&r2=1.50
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v
53 retrieving revision 1.49
54 retrieving revision 1.50
55 diff -u -r1.49 -r1.50
56 --- ChangeLog 14 Jul 2010 21:34:42 -0000 1.49
57 +++ ChangeLog 29 Apr 2011 06:55:25 -0000 1.50
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-puzzle/enigma
60 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.49 2010/07/14 21:34:42 scarabeus Exp $
62 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.50 2011/04/29 06:55:25 tupone Exp $
64 +
65 + 29 Apr 2011; Tupone Alfredo <tupone@g.o> enigma-1.01.ebuild,
66 + +files/enigma-1.01-gcc46.patch:
67 + Build with gcc-4.6 Bug #365219 by Diego Elio Pettenò
68
69 14 Jul 2010; Tomáš Chvátal <scarabeus@g.o> enigma-1.01.ebuild:
70 Block dependency on the enet version.