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-action/teeworlds: teeworlds-0.6.1.ebuild ChangeLog
Date: Fri, 15 Jun 2012 15:41:23
Message-Id: 20120615154108.CCDC22004B@flycatcher.gentoo.org
1 mr_bones_ 12/06/15 15:41:08
2
3 Modified: teeworlds-0.6.1.ebuild ChangeLog
4 Log:
5 use makeopts_jobs (bug #421173)
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-action/teeworlds/teeworlds-0.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/teeworlds/teeworlds-0.6.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/teeworlds/teeworlds-0.6.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/teeworlds/teeworlds-0.6.1.ebuild?r1=1.2&r2=1.3
15
16 Index: teeworlds-0.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/teeworlds/teeworlds-0.6.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- teeworlds-0.6.1.ebuild 18 Apr 2012 21:43:33 -0000 1.2
23 +++ teeworlds-0.6.1.ebuild 15 Jun 2012 15:41:08 -0000 1.3
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/teeworlds/teeworlds-0.6.1.ebuild,v 1.2 2012/04/18 21:43:33 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/teeworlds/teeworlds-0.6.1.ebuild,v 1.3 2012/06/15 15:41:08 mr_bones_ Exp $
29
30 EAPI=3
31 PYTHON_DEPEND="2"
32 -inherit eutils python toolchain-funcs games
33 +inherit eutils multiprocessing python toolchain-funcs games
34
35 REVISION="b177-r50edfd37"
36
37 @@ -80,10 +80,7 @@
38 fi
39 fi
40
41 - # Taken from the libreoffice-3.5.2.2 ebuild
42 - local jobs=$(sed -ne 's/.*\(-j[[:space:]]*\|--jobs=\)\([[:digit:]]\+\).*/\2/;T;p' <<< "${MAKEOPTS}")
43 -
44 - bam -a -j ${jobs} ${myopt} || die
45 + bam -a -j $(makeopts_jobs) ${myopt} || die
46 }
47
48 src_install() {
49
50
51
52 1.8 games-action/teeworlds/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/teeworlds/ChangeLog?rev=1.8&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/teeworlds/ChangeLog?rev=1.8&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/teeworlds/ChangeLog?r1=1.7&r2=1.8
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-action/teeworlds/ChangeLog,v
61 retrieving revision 1.7
62 retrieving revision 1.8
63 diff -u -r1.7 -r1.8
64 --- ChangeLog 18 Apr 2012 21:43:33 -0000 1.7
65 +++ ChangeLog 15 Jun 2012 15:41:08 -0000 1.8
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-action/teeworlds
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-action/teeworlds/ChangeLog,v 1.7 2012/04/18 21:43:33 mr_bones_ Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/games-action/teeworlds/ChangeLog,v 1.8 2012/06/15 15:41:08 mr_bones_ Exp $
71 +
72 + 15 Jun 2012; Michael Sterrett <mr_bones_@g.o> teeworlds-0.6.1.ebuild:
73 + use makeopts_jobs (bug #421173)
74
75 18 Apr 2012; Michael Sterrett <mr_bones_@g.o> teeworlds-0.6.1.ebuild:
76 add parallel-build patch from Alec Moskvin (bug #335148)