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-misc/yadex: yadex-1.7.0.ebuild ChangeLog
Date: Wed, 05 Aug 2009 02:53:31
Message-Id: E1MYWd7-0005o0-8Y@stork.gentoo.org
1 mr_bones_ 09/08/05 02:53:29
2
3 Modified: yadex-1.7.0.ebuild ChangeLog
4 Log:
5 fix building with gcc44 with patch from Fredric Johansson (bug #274001)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.11 games-misc/yadex/yadex-1.7.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?r1=1.10&r2=1.11
14
15 Index: yadex-1.7.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- yadex-1.7.0.ebuild 29 Jan 2009 08:40:12 -0000 1.10
22 +++ yadex-1.7.0.ebuild 5 Aug 2009 02:53:29 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v 1.10 2009/01/29 08:40:12 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v 1.11 2009/08/05 02:53:29 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils games
31 @@ -22,9 +22,11 @@
32 -e '/iwad/s/local\///' \
33 "${S}"/yadex.cfg \
34 || die "sed yadex.cfg failed"
35 - epatch "${FILESDIR}/${P}"-NULL-is-not-zero.patch
36 + epatch "${FILESDIR}/${P}"-NULL-is-not-zero.patch \
37 + "${FILESDIR}/${P}"-elif.patch
38 # Force the patched file to be old, otherwise the compile fails
39 touch -t 196910101010 "${S}"/src/wadlist.cc
40 + touch -t 196910101010 "${S}"/src/gfx.cc
41 }
42
43 src_configure() {
44
45
46
47 1.9 games-misc/yadex/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?r1=1.8&r2=1.9
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- ChangeLog 29 Jan 2009 08:40:12 -0000 1.8
60 +++ ChangeLog 5 Aug 2009 02:53:29 -0000 1.9
61 @@ -1,6 +1,10 @@
62 # ChangeLog for games-misc/yadex
63 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.8 2009/01/29 08:40:12 mr_bones_ Exp $
65 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.9 2009/08/05 02:53:29 mr_bones_ Exp $
67 +
68 + 05 Aug 2009; Michael Sterrett <mr_bones_@g.o> yadex-1.7.0.ebuild,
69 + +files/yadex-1.7.0-elif.patch:
70 + fix building with gcc44 with patch from Fredric Johansson (bug #274001)
71
72 29 Jan 2009; Michael Sterrett <mr_bones_@g.o> yadex-1.7.0.ebuild:
73 EAPI=2; respect CC