* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: glest-3.2.2.ebuild ChangeLog
@ 2012-06-05 0:58 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-06-05 0:58 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 12/06/05 00:58:42
Modified: glest-3.2.2.ebuild ChangeLog
Log:
use makeopts_jobs
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.11 games-strategy/glest/glest-3.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.10&r2=1.11
Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- glest-3.2.2.ebuild 9 Jun 2011 12:19:44 -0000 1.10
+++ glest-3.2.2.ebuild 5 Jun 2012 00:58:42 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.10 2011/06/09 12:19:44 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.11 2012/06/05 00:58:42 mr_bones_ Exp $
EAPI=2
inherit eutils autotools wxwidgets games
@@ -75,8 +75,7 @@
}
src_compile() {
- local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
- jam -dx -q ${jamopts} || die "jam failed"
+ jam -dx -q -j $(makeopts_jobs) || die "jam failed"
}
src_install() {
1.31 games-strategy/glest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 9 Jun 2011 12:19:44 -0000 1.30
+++ ChangeLog 5 Jun 2012 00:58:42 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/glest
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.30 2011/06/09 12:19:44 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.31 2012/06/05 00:58:42 mr_bones_ Exp $
+
+ 05 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
+ use makeopts_jobs
09 Jun 2011; Tupone Alfredo <tupone@gentoo.org> glest-3.2.2.ebuild,
+files/glest-3.2.2-underlink.patch:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: glest-3.2.2.ebuild ChangeLog
@ 2012-06-15 15:52 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-06-15 15:52 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 12/06/15 15:52:01
Modified: glest-3.2.2.ebuild ChangeLog
Log:
add multiprocessing for makeopts_jobs
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.12 games-strategy/glest/glest-3.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.11&r2=1.12
Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glest-3.2.2.ebuild 5 Jun 2012 00:58:42 -0000 1.11
+++ glest-3.2.2.ebuild 15 Jun 2012 15:52:01 -0000 1.12
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.11 2012/06/05 00:58:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.12 2012/06/15 15:52:01 mr_bones_ Exp $
EAPI=2
-inherit eutils autotools wxwidgets games
+inherit eutils multiprocessing autotools wxwidgets games
DESCRIPTION="Cross-platform 3D realtime strategy game"
HOMEPAGE="http://www.glest.org/"
1.32 games-strategy/glest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 5 Jun 2012 00:58:42 -0000 1.31
+++ ChangeLog 15 Jun 2012 15:52:01 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/glest
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.31 2012/06/05 00:58:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.32 2012/06/15 15:52:01 mr_bones_ Exp $
+
+ 15 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
+ add multiprocessing for makeopts_jobs
05 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
use makeopts_jobs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-15 15:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 0:58 [gentoo-commits] gentoo-x86 commit in games-strategy/glest: glest-3.2.2.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2012-06-15 15:52 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox