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, 28 Sep 2012 12:25:02
Message-Id: 20120928122434.CC4C621600@flycatcher.gentoo.org
1 tupone 12/09/28 12:24:34
2
3 Modified: enigma-1.01.ebuild ChangeLog
4 Log:
5 Fix build with gcc-4.7. Bug #424133
6 Adding USE dependency on sdl-image. Bug #406857
7
8 (Portage version: 2.1.11.21/cvs/Linux i686)
9
10 Revision Changes Path
11 1.17 games-puzzle/enigma/enigma-1.01.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?r1=1.16&r2=1.17
16
17 Index: enigma-1.01.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- enigma-1.01.ebuild 15 Sep 2011 02:16:23 -0000 1.16
24 +++ enigma-1.01.ebuild 28 Sep 2012 12:24:34 -0000 1.17
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.16 2011/09/15 02:16:23 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.17 2012/09/28 12:24:34 tupone Exp $
31
32 EAPI=2
33 inherit autotools eutils games
34 @@ -17,7 +17,7 @@
35 RDEPEND="media-libs/sdl-ttf
36 media-libs/libsdl
37 media-libs/sdl-mixer
38 - media-libs/sdl-image[png]
39 + media-libs/sdl-image[jpeg,png]
40 media-libs/libpng
41 || ( >=dev-libs/xerces-c-3[icu] >=dev-libs/xerces-c-3[-icu,-iconv] )
42 net-libs/enet:0
43 @@ -32,6 +32,7 @@
44 "${FILESDIR}"/${P}-gcc43.patch \
45 "${FILESDIR}"/${P}-gcc44.patch \
46 "${FILESDIR}"/${P}-gcc46.patch \
47 + "${FILESDIR}"/${P}-gcc47.patch \
48 "${FILESDIR}"/${P}-xerces-c.patch \
49 "${FILESDIR}"/${P}-libpng15.patch
50 eautoreconf
51
52
53
54 1.52 games-puzzle/enigma/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.52&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.52&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?r1=1.51&r2=1.52
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v
63 retrieving revision 1.51
64 retrieving revision 1.52
65 diff -u -r1.51 -r1.52
66 --- ChangeLog 15 Sep 2011 02:16:23 -0000 1.51
67 +++ ChangeLog 28 Sep 2012 12:24:34 -0000 1.52
68 @@ -1,6 +1,11 @@
69 # ChangeLog for games-puzzle/enigma
70 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.51 2011/09/15 02:16:23 ssuominen Exp $
72 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.52 2012/09/28 12:24:34 tupone Exp $
74 +
75 + 28 Sep 2012; Tupone Alfredo <tupone@g.o> enigma-1.01.ebuild,
76 + +files/enigma-1.01-gcc47.patch:
77 + Fix build with gcc-4.7. Bug #424133 by Diego
78 + Adding USE dependency on sdl-image. Bug #406857 by Bryan Gardiner
79
80 15 Sep 2011; Samuli Suominen <ssuominen@g.o> enigma-1.01.ebuild,
81 +files/enigma-1.01-libpng15.patch: