Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-6 commit in: /
Date: Tue, 03 Mar 2015 06:18:43
Message-Id: 1424117392.7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91.ulm@gentoo
1 commit: 7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 16 20:09:52 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 16 20:09:52 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=7fbfcd1b
7
8 Update list of phases for build commands.
9
10 For recent EAPIs, econf is typically run in src_configure which was
11 missing from the list.
12
13 ---
14 pkg-mgr-commands.tex | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
18 index efdf360..ef65793 100644
19 --- a/pkg-mgr-commands.tex
20 +++ b/pkg-mgr-commands.tex
21 @@ -129,9 +129,9 @@ completing. Ebuilds must not run any of these commands once the current phase fu
22 \end{description}
23
24 \subsubsection{Build commands}
25 -These commands are used during the \t{src\_compile} and \t{src\_install} phases to run the
26 -package's build commands. Ebuilds must not run any of these commands once the current phase function
27 -has returned.
28 +These commands are used during the \t{src\_configure}, \t{src\_compile}, and \t{src\_install}
29 +phases to run the package's build commands. Ebuilds must not run any of these commands once the
30 +current phase function has returned.
31
32 \begin{description}
33 \item[econf] Calls the program's \t{./configure} script. This is designed to work with GNU