Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.5.0.ebuild
Date: Sun, 13 Nov 2011 21:54:22
Message-Id: 20111113215412.301152004B@flycatcher.gentoo.org
1 mr_bones_ 11/11/13 21:54:12
2
3 Modified: ChangeLog hatari-1.5.0.ebuild
4 Log:
5 build with newer zlib (bug #387829)
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.32 games-emulation/hatari/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 24 Aug 2011 19:33:45 -0000 1.31
23 +++ ChangeLog 13 Nov 2011 21:54:12 -0000 1.32
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-emulation/hatari
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.31 2011/08/24 19:33:45 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.32 2011/11/13 21:54:12 mr_bones_ Exp $
29 +
30 + 13 Nov 2011; Michael Sterrett <mr_bones_@g.o> hatari-1.5.0.ebuild:
31 + build with newer zlib (bug #387829)
32
33 24 Aug 2011; Markus Meier <maekke@g.o> hatari-1.5.0.ebuild:
34 x86 stable, bug #380177
35
36
37
38 1.4 games-emulation/hatari/hatari-1.5.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild?r1=1.3&r2=1.4
43
44 Index: hatari-1.5.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- hatari-1.5.0.ebuild 24 Aug 2011 19:33:45 -0000 1.3
51 +++ hatari-1.5.0.ebuild 13 Nov 2011 21:54:12 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.3 2011/08/24 19:33:45 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.4 2011/11/13 21:54:12 mr_bones_ Exp $
57
58 EAPI=2
59 inherit toolchain-funcs cmake-utils games
60 @@ -25,6 +25,8 @@
61
62 src_prepare() {
63 epatch "${FILESDIR}"/${P}-gentoo.patch
64 + # build with newer zlib (bug #387829)
65 + sed -i -e '1i#define OF(x) x' src/includes/unzip.h || die
66 rm -f doc/CMakeLists.txt
67 }