Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
Date: Fri, 04 Sep 2009 03:16:01
Message-Id: E1MjU5x-0006yM-4z@stork.gentoo.org
1 tupone 09/09/04 08:24:33
2
3 Modified: ChangeLog searchandrescue-0.8.2-r1.ebuild
4 Log:
5 Enable parallel compilation
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.18 games-simulation/searchandrescue/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 4 Sep 2009 07:25:00 -0000 1.17
22 +++ ChangeLog 4 Sep 2009 08:24:32 -0000 1.18
23 @@ -1,6 +1,11 @@
24 # ChangeLog for games-simulation/searchandrescue
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.17 2009/09/04 07:25:00 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.18 2009/09/04 08:24:32 tupone Exp $
28 +
29 + 04 Sep 2009; Tupone Alfredo <tupone@g.o>
30 + +files/searchandrescue-0.8.2-makejs.patch,
31 + searchandrescue-0.8.2-r1.ebuild:
32 + Enable parallel compilation
33
34 04 Sep 2009; Tupone Alfredo <tupone@g.o>
35 +files/searchandrescue-0.8.2-gcc441.patch,
36
37
38
39 1.6 games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild?r1=1.5&r2=1.6
44
45 Index: searchandrescue-0.8.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- searchandrescue-0.8.2-r1.ebuild 4 Sep 2009 07:25:00 -0000 1.5
52 +++ searchandrescue-0.8.2-r1.ebuild 4 Sep 2009 08:24:32 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.5 2009/09/04 07:25:00 tupone Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.6 2009/09/04 08:24:32 tupone Exp $
58
59 EAPI=2
60 inherit eutils games
61 @@ -40,7 +40,8 @@
62 epatch "${FILESDIR}"/${P}-gcc33.patch \
63 "${FILESDIR}"/${P}-gcc41.patch \
64 "${FILESDIR}"/${P}-gcc412.patch \
65 - "${FILESDIR}"/${P}-gcc441.patch
66 + "${FILESDIR}"/${P}-gcc441.patch \
67 + "${FILESDIR}"/${P}-makejs.patch
68 bunzip2 sar/man/${MY_PN}.6.bz2
69 sed -i \
70 -e '/FeatureCFLAGS.*march/s:=.*:=:g' sar/platforms.ini \
71 @@ -65,10 +66,6 @@
72 || die
73 }
74
75 -src_compile() {
76 - emake -j1 || die "emake failed"
77 -}
78 -
79 src_install() {
80 dogamesbin sar/${MY_PN} || die "dogamesbin failed"
81 doman sar/man/${MY_PN}.6