Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/openclonk: openclonk-5.2.2.ebuild ChangeLog
Date: Sun, 29 Jul 2012 12:01:06
Message-Id: 20120729120046.8F0532004C@flycatcher.gentoo.org
1 hasufell 12/07/29 12:00:46
2
3 Modified: openclonk-5.2.2.ebuild ChangeLog
4 Log:
5 fix compilation for zlib-1.2.[67] wrt #428496
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 games-action/openclonk/openclonk-5.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?r1=1.6&r2=1.7
15
16 Index: openclonk-5.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- openclonk-5.2.2.ebuild 10 Jul 2012 13:42:06 -0000 1.6
23 +++ openclonk-5.2.2.ebuild 29 Jul 2012 12:00:46 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v 1.6 2012/07/10 13:42:06 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v 1.7 2012/07/29 12:00:46 hasufell Exp $
29
30 EAPI=4
31
32 @@ -72,6 +72,9 @@
33 -e "/AM_SILENT_RULES/d" \
34 -i configure.ac || die
35
36 + # wrt #428496
37 + epatch "${FILESDIR}"/${P}-zlib-1.2.6.patch
38 +
39 eautoreconf
40 }
41
42
43
44
45 1.7 games-action/openclonk/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 10 Jul 2012 13:42:06 -0000 1.6
58 +++ ChangeLog 29 Jul 2012 12:00:46 -0000 1.7
59 @@ -1,6 +1,10 @@
60 # ChangeLog for games-action/openclonk
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.6 2012/07/10 13:42:06 hasufell Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.7 2012/07/29 12:00:46 hasufell Exp $
64 +
65 + 29 Jul 2012; Julian Ospald <hasufell@g.o> openclonk-5.2.2.ebuild,
66 + +files/openclonk-5.2.2-zlib-1.2.6.patch:
67 + fix compilation for zlib-1.2.[67] wrt #428496
68
69 10 Jul 2012; Julian Ospald <hasufell@g.o> openclonk-5.2.2.ebuild:
70 add WANT_AUTOMAKE to fix bug #425576