vapier      14/11/21 09:56:37

  Modified:             plan9port-20130320.ebuild plan9port-20140306.ebuild
                        plan9port-20140304.ebuild ChangeLog
  Log:
  Use makeopts_jobs instead of parsing MAKEOPTS by hand.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.3                  dev-util/plan9port/plan9port-20130320.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild?r1=1.2&r2=1.3

Index: plan9port-20130320.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plan9port-20130320.ebuild   10 Feb 2014 13:00:00 -0000      1.2
+++ plan9port-20130320.ebuild   21 Nov 2014 09:56:37 -0000      1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild,v 1.2 
2014/02/10 13:00:00 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild,v 1.3 
2014/11/21 09:56:37 vapier Exp $
 
 EAPI="4"
 
-inherit eutils
+inherit eutils multiprocessing
 
 DESCRIPTION="Port of many Plan 9 programs and libraries"
 HOMEPAGE="http://swtch.com/plan9port/";
@@ -23,8 +23,7 @@
 PLAN9=/usr/lib/plan9
 QA_MULTILIB_PATHS="${PLAN9}/.*/.*"
 
-src_prepare()
-{
+src_prepare() {
        epatch "${FILESDIR}/${PN}-"{9660srv-errno,noexecstack,cflags}".patch"
 
        # Fix paths, done in place of ./INSTALL -c
@@ -34,8 +33,7 @@
 }
 
 src_compile() {
-       # Convert -j5 to NPROC=5 for mk
-       export NPROC="$(echo "$MAKEOPTS" | sed -r -n 's/.*(^| 
)-j([0-9]*).*/\2/p')"
+       export NPROC=$(makeopts_jobs)
 
        # The INSTALL script builds mk then [re]builds everything using that
        einfo "Compiling Plan 9 from User Space can take a very long time"



1.2                  dev-util/plan9port/plan9port-20140306.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20140306.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20140306.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20140306.ebuild?r1=1.1&r2=1.2

Index: plan9port-20140306.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140306.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plan9port-20140306.ebuild   27 Mar 2014 12:40:16 -0000      1.1
+++ plan9port-20140306.ebuild   21 Nov 2014 09:56:37 -0000      1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140306.ebuild,v 1.1 
2014/03/27 12:40:16 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140306.ebuild,v 1.2 
2014/11/21 09:56:37 vapier Exp $
 
 EAPI="4"
 
-inherit eutils
+inherit eutils multiprocessing
 
 DESCRIPTION="Port of many Plan 9 programs and libraries"
 HOMEPAGE="http://swtch.com/plan9port/";
@@ -23,8 +23,7 @@
 PLAN9=/usr/lib/plan9
 QA_MULTILIB_PATHS="${PLAN9}/.*/.*"
 
-src_prepare()
-{
+src_prepare() {
        epatch "${FILESDIR}/${PN}-"{noexecstack,cflags,builderr}".patch"
 
        # Fix paths, done in place of ./INSTALL -c
@@ -40,8 +39,7 @@
 }
 
 src_compile() {
-       # Convert -j5 to NPROC=5 for mk
-       export NPROC="$(echo "$MAKEOPTS" | sed -r -n 's/.*(^| 
)-j([0-9]*).*/\2/p')"
+       export NPROC=$(makeopts_jobs)
 
        # The INSTALL script builds mk then [re]builds everything using that
        einfo "Compiling Plan 9 from User Space can take a very long time"



1.2                  dev-util/plan9port/plan9port-20140304.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20140304.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20140304.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/plan9port-20140304.ebuild?r1=1.1&r2=1.2

Index: plan9port-20140304.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140304.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plan9port-20140304.ebuild   6 Mar 2014 15:17:55 -0000       1.1
+++ plan9port-20140304.ebuild   21 Nov 2014 09:56:37 -0000      1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140304.ebuild,v 1.1 
2014/03/06 15:17:55 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140304.ebuild,v 1.2 
2014/11/21 09:56:37 vapier Exp $
 
 EAPI="4"
 
-inherit eutils
+inherit eutils multiprocessing
 
 DESCRIPTION="Port of many Plan 9 programs and libraries"
 HOMEPAGE="http://swtch.com/plan9port/";
@@ -23,8 +23,7 @@
 PLAN9=/usr/lib/plan9
 QA_MULTILIB_PATHS="${PLAN9}/.*/.*"
 
-src_prepare()
-{
+src_prepare() {
        epatch "${FILESDIR}/${PN}-"{noexecstack,cflags,builderr}".patch"
 
        # Fix paths, done in place of ./INSTALL -c
@@ -40,8 +39,7 @@
 }
 
 src_compile() {
-       # Convert -j5 to NPROC=5 for mk
-       export NPROC="$(echo "$MAKEOPTS" | sed -r -n 's/.*(^| 
)-j([0-9]*).*/\2/p')"
+       export NPROC=$(makeopts_jobs)
 
        # The INSTALL script builds mk then [re]builds everything using that
        einfo "Compiling Plan 9 from User Space can take a very long time"



1.37                 dev-util/plan9port/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/ChangeLog?rev=1.37&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/ChangeLog?rev=1.37&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plan9port/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   27 Mar 2014 12:40:16 -0000      1.36
+++ ChangeLog   21 Nov 2014 09:56:37 -0000      1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/plan9port
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.36 
2014/03/27 12:40:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.37 
2014/11/21 09:56:37 vapier Exp $
+
+  21 Nov 2014; Mike Frysinger <vap...@gentoo.org> plan9port-20130320.ebuild,
+  plan9port-20140304.ebuild, plan9port-20140306.ebuild:
+  Use makeopts_jobs instead of parsing MAKEOPTS by hand.
 
 *plan9port-20140306 (27 Mar 2014)
 




Reply via email to