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-simulation/lincity-ng: ChangeLog lincity-ng-2.0.ebuild
Date: Mon, 30 Jul 2012 08:23:22
Message-Id: 20120730082311.F14102004B@flycatcher.gentoo.org
1 hasufell 12/07/30 08:23:11
2
3 Modified: ChangeLog lincity-ng-2.0.ebuild
4 Log:
5 fix bug 428572
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 games-simulation/lincity-ng/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 15 Jun 2012 15:49:10 -0000 1.22
23 +++ ChangeLog 30 Jul 2012 08:23:11 -0000 1.23
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-simulation/lincity-ng
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.22 2012/06/15 15:49:10 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.23 2012/07/30 08:23:11 hasufell Exp $
29 +
30 + 30 Jul 2012; Julian Ospald <hasufell@g.o> lincity-ng-2.0.ebuild,
31 + +files/lincity-ng-2.0-build.patch:
32 + fix bug 428572
33
34 15 Jun 2012; Michael Sterrett <mr_bones_@g.o> lincity-ng-2.0.ebuild:
35 add multiprocessing for makeopts_jobs
36
37
38
39 1.9 games-simulation/lincity-ng/lincity-ng-2.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild?r1=1.8&r2=1.9
44
45 Index: lincity-ng-2.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- lincity-ng-2.0.ebuild 15 Jun 2012 15:49:10 -0000 1.8
52 +++ lincity-ng-2.0.ebuild 30 Jul 2012 08:23:11 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild,v 1.8 2012/06/15 15:49:10 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild,v 1.9 2012/07/30 08:23:11 hasufell Exp $
58
59 EAPI=2
60 inherit eutils multiprocessing games
61 @@ -27,6 +27,10 @@
62 virtual/pkgconfig
63 dev-util/ftjam"
64
65 +src_prepare() {
66 + epatch "${FILESDIR}"/${P}-build.patch
67 +}
68 +
69 src_compile() {
70 jam -q -dx -j $(makeopts_jobs) || die "jam failed"
71 }