From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SMIwj-0002h2-Bk for garchives@archives.gentoo.org; Mon, 23 Apr 2012 13:04:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 298B7E0C3B; Mon, 23 Apr 2012 13:04:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB427E0C35 for ; Mon, 23 Apr 2012 13:04:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D23B1B4134 for ; Mon, 23 Apr 2012 13:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1F51BE5402 for ; Mon, 23 Apr 2012 13:04:30 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <1335183569.b5401f55ebb49e4d216b1a77690a895eed4c41ff.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: eclass/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: eclass/perl-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: b5401f55ebb49e4d216b1a77690a895eed4c41ff X-VCS-Branch: master Date: Mon, 23 Apr 2012 13:04:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 982934db-ee94-47b1-ac84-9b371fc369f6 X-Archives-Hash: 48dcd1b3aba78d3a1530c0bfb3ef85a9 commit: b5401f55ebb49e4d216b1a77690a895eed4c41ff Author: Torsten Veller gentoo org> AuthorDate: Mon Apr 23 12:18:55 2012 +0000 Commit: Torsten Veller gentoo org> CommitDate: Mon Apr 23 12:19:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Db5401f55 perl-module.eclass: merge ::gentoo changes --- eclass/perl-module.eclass | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 0af963e..4bb37ff 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.126 201= 0/07/15 11:44:48 tove Exp $ -# -# Author: Seemant Kulleen +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.132 201= 2/04/15 20:15:39 vapier Exp $ =20 # @ECLASS: perl-module.eclass # @MAINTAINER: # perl@gentoo.org +# @AUTHOR: +# Seemant Kulleen # @BLURB: eclass for perl modules # @DESCRIPTION: # The perl-module eclass is designed to allow easier installation of per= l @@ -199,8 +199,8 @@ perl-module_src_test() { debug-print-function $FUNCNAME "$@" if has 'do' ${SRC_TEST} || has 'parallel' ${SRC_TEST} ; then if has "${TEST_VERBOSE:-0}" 0 && has 'parallel' ${SRC_TEST} ; then - export HARNESS_OPTIONS=3Dj$(echo -j1 ${MAKEOPTS} | sed -r "s/.*(-j\s*= |--jobs=3D)([0-9]+).*/\2/" ) - einfo "Test::Harness Jobs=3D${HARNESS_OPTIONS}" + export HARNESS_OPTIONS=3Dj$(makeopts_jobs) + einfo "Test::Harness Jobs=3D$(makeopts_jobs)" fi ${perlinfo_done} || perl_set_version if [[ -f Build ]] ; then