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 1QNwjc-0006ZU-6E for garchives@archives.gentoo.org; Sun, 22 May 2011 00:41:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C4471C008; Sun, 22 May 2011 00:41:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 695C81C008 for ; Sun, 22 May 2011 00:41:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D34D11B4019 for ; Sun, 22 May 2011 00:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 372A380509 for ; Sun, 22 May 2011 00:41:22 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <08e1db61cd75bad2bbcc4bad828c778af15bd78d.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-functions.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 08e1db61cd75bad2bbcc4bad828c778af15bd78d Date: Sun, 22 May 2011 00:41:22 +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: X-Archives-Hash: f2dc806891c90055bd5ecd849fdc1936 commit: 08e1db61cd75bad2bbcc4bad828c778af15bd78d Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sat May 14 19:47:58 2011 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun May 22 00:39:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3D08e1db61 Denote that src_test() can be disabled by user as well. Right now, the section on phase functions could suggest that src_test() will be run always unless RESTRICT=3Dtest is specified. Try to clear that up. --- ebuild-functions.tex | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ebuild-functions.tex b/ebuild-functions.tex index a035fd4..51d9263 100644 --- a/ebuild-functions.tex +++ b/ebuild-functions.tex @@ -259,7 +259,8 @@ enabled, run \t{make check} if and only if such a tar= get is available, or if not if and only such a target is available. In both cases, if make returns n= on-zero the build must be aborted. =20 -The \t{src\_test} function may be disabled by \t{RESTRICT}. See section~= \ref{sec:restrict}. +The \t{src\_test} function may be disabled by \t{RESTRICT}. See section~= \ref{sec:restrict}. It may +be disabled by user too, using a PM-specific mechanism. =20 \subsection{src\_install} \label{sec:src-install-function} @@ -434,7 +435,7 @@ The call order for installing a package is: \item \t{src\_prepare} (only for EAPIs listed in table~\ref{tab:src-prep= are-table}) \item \t{src\_configure} (only for EAPIs listed in table~\ref{tab:src-co= nfigure-table}) \item \t{src\_compile} -\item \t{src\_test} (except if \t{RESTRICT=3Dtest}) +\item \t{src\_test} (except if \t{RESTRICT=3Dtest} or disabled by user) \item \t{src\_install} \item \t{pkg\_preinst} \item \t{pkg\_postinst}