Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/xqf: ChangeLog xqf-1.0.5.ebuild
Date: Mon, 31 Oct 2011 00:56:16
Message-Id: 20111031005556.C1DF02004B@flycatcher.gentoo.org
1 polynomial-c 11/10/31 00:55:56
2
3 Modified: ChangeLog xqf-1.0.5.ebuild
4 Log:
5 Fixed compilation with latest zlib
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.33 games-util/xqf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 14 Jun 2011 19:36:52 -0000 1.32
23 +++ ChangeLog 31 Oct 2011 00:55:56 -0000 1.33
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-util/xqf
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.32 2011/06/14 19:36:52 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.33 2011/10/31 00:55:56 polynomial-c Exp $
29 +
30 + 31 Oct 2011; Lars Wendler <polynomial-c@g.o> xqf-1.0.5.ebuild,
31 + +files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch:
32 + non-maintainer commit: Fixed compilation with latest zlib.
33
34 14 Jun 2011; Tupone Alfredo <tupone@g.o> xqf-1.0.5.ebuild,
35 +files/xqf-1.0.5-underlink.patch:
36 @@ -156,7 +160,7 @@
37 fix sourceforge mirroring.
38
39 13 April 2002; Bart Verwilst <verwilst@g.o>: just added a
40 - description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.32 2011/06/14 19:36:52 tupone Exp $
41 + description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.33 2011/10/31 00:55:56 polynomial-c Exp $
42
43 *xqf-0.9.8 (6 Apr 2002)
44
45
46
47
48 1.10 games-util/xqf/xqf-1.0.5.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?rev=1.10&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?rev=1.10&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?r1=1.9&r2=1.10
53
54 Index: xqf-1.0.5.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v
57 retrieving revision 1.9
58 retrieving revision 1.10
59 diff -u -r1.9 -r1.10
60 --- xqf-1.0.5.ebuild 14 Jun 2011 19:36:52 -0000 1.9
61 +++ xqf-1.0.5.ebuild 31 Oct 2011 00:55:56 -0000 1.10
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2011 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.9 2011/06/14 19:36:52 tupone Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.10 2011/10/31 00:55:56 polynomial-c Exp $
67
68 EAPI=2
69 inherit base eutils
70 @@ -25,7 +25,8 @@
71
72 # bug #288853
73 PATCHES=( "${FILESDIR}"/${P}-cpu-overrun.patch
74 - "${FILESDIR}"/${P}-underlink.patch )
75 + "${FILESDIR}"/${P}-underlink.patch
76 + "${FILESDIR}"/${P}-zlib-1.2.5.1-compile-fix.patch )
77
78 src_configure() {
79 econf \