From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 31925138CAE for ; Tue, 3 Mar 2015 06:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2A76E07D8; Tue, 3 Mar 2015 06:57:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71FC1E07D8 for ; Tue, 3 Mar 2015 06:57:13 +0000 (UTC) Received: from manakin.gentoo.org (static-108-28-123-98.washdc.fios.verizon.net [108.28.123.98]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 668F03409BE for ; Tue, 3 Mar 2015 06:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by manakin.gentoo.org (Postfix) with ESMTP id 9E3B4604C6 for ; Tue, 3 Mar 2015 06:18:41 +0000 (UTC) From: "git@oystercatcher mirror+tproxy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "git@oystercatcher mirror+tproxy" Message-ID: <1424117392.7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91.git@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: git X-VCS-Committer-Name: git@oystercatcher mirror+tproxy X-VCS-Revision: 7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91 X-VCS-Branch: eapi-6 Date: Tue, 3 Mar 2015 06:18:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da0808ea-826e-410e-ab15-6a779d3ad11f X-Archives-Hash: 7f5a611c3b5a0d34add72e641b32b9ad commit: 7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 16 20:09:52 2015 +0000 Commit: git@oystercatcher mirror+tproxy oystercatcher gentoo org> CommitDate: Mon Feb 16 20:09:52 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=7fbfcd1b Update list of phases for build commands. For recent EAPIs, econf is typically run in src_configure which was missing from the list. --- pkg-mgr-commands.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index efdf360..ef65793 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -129,9 +129,9 @@ completing. Ebuilds must not run any of these commands once the current phase fu \end{description} \subsubsection{Build commands} -These commands are used during the \t{src\_compile} and \t{src\_install} phases to run the -package's build commands. Ebuilds must not run any of these commands once the current phase function -has returned. +These commands are used during the \t{src\_configure}, \t{src\_compile}, and \t{src\_install} +phases to run the package's build commands. Ebuilds must not run any of these commands once the +current phase function has returned. \begin{description} \item[econf] Calls the program's \t{./configure} script. This is designed to work with GNU