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-simulation/searchandrescue: searchandrescue-1.5.0.ebuild ChangeLog
Date: Sat, 08 Feb 2014 16:26:00
Message-Id: 20140208162556.524F92004C@flycatcher.gentoo.org
1 mr_bones_ 14/02/08 16:25:56
2
3 Modified: searchandrescue-1.5.0.ebuild ChangeLog
4 Log:
5 Fix building on non-x86_32 platforms (bug #430448)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild?r1=1.4&r2=1.5
15
16 Index: searchandrescue-1.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- searchandrescue-1.5.0.ebuild 24 Dec 2013 12:51:37 -0000 1.4
23 +++ searchandrescue-1.5.0.ebuild 8 Feb 2014 16:25:56 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild,v 1.4 2013/12/24 12:51:37 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild,v 1.5 2014/02/08 16:25:56 mr_bones_ Exp $
30
31 EAPI=5
32 inherit eutils flag-o-matic toolchain-funcs games
33 @@ -42,9 +42,13 @@
34
35 src_prepare() {
36 epatch "${FILESDIR}"/${P}-build.patch
37 + rm pconf/pconf || die
38 + sed -i -e '/Wall/s/$/ $(CFLAGS)/' pconf/Makefile || die
39 }
40
41 src_configure() {
42 + emake CC=$(tc-getCC) -C pconf pconf # Needed for the configure script
43 +
44 append-flags -DNEW_GRAPHICS -DHAVE_SDL_MIXER
45 export CPP="$(tc-getCXX)"
46 export CPPFLAGS="${CXXFLAGS}"
47
48
49
50 1.42 games-simulation/searchandrescue/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.42&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.42&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.41&r2=1.42
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
59 retrieving revision 1.41
60 retrieving revision 1.42
61 diff -u -r1.41 -r1.42
62 --- ChangeLog 8 Feb 2014 16:02:11 -0000 1.41
63 +++ ChangeLog 8 Feb 2014 16:25:56 -0000 1.42
64 @@ -1,6 +1,10 @@
65 # ChangeLog for games-simulation/searchandrescue
66 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.41 2014/02/08 16:02:11 mr_bones_ Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.42 2014/02/08 16:25:56 mr_bones_ Exp $
69 +
70 + 08 Feb 2014; Michael Sterrett <mr_bones_@g.o>
71 + searchandrescue-1.5.0.ebuild:
72 + Fix building on non-x86_32 platforms (bug #430448)
73
74 08 Feb 2014; Michael Sterrett <mr_bones_@g.o>
75 -files/searchandrescue-1.4.0-build.patch, -searchandrescue-1.4.0.ebuild: