Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Mon, 25 Nov 2019 13:43:33
Message-Id: 1574679337.8b404a13673c35a1fa7bf4eb4aa2b29e9ce120a2.ulm@gentoo
1 commit: 8b404a13673c35a1fa7bf4eb4aa2b29e9ce120a2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 10:55:37 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 10:55:37 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=8b404a13
7
8 ebuild-functions.tex: Reorder phase functions in table.
9
10 Ordering corresponding to their call order (except pkg_nofetch).
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 eapi-differences.tex | 8 ++++----
15 ebuild-functions.tex | 2 +-
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/eapi-differences.tex b/eapi-differences.tex
19 index 4c22473..bc49a33 100644
20 --- a/eapi-differences.tex
21 +++ b/eapi-differences.tex
22 @@ -132,13 +132,13 @@ Parallel tests & \compactfeatureref{parallel-tests} &
23 \t{default_} phase functions & \compactfeatureref{default-phase-funcs} &
24 * &
25 \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
26 - \t{src_compile}, \t{src_install}, \t{src_test} &
27 + \t{src_compile}, \t{src_test}, \t{src_install} &
28 \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
29 - \t{src_compile}, \t{src_install}, \t{src_test} &
30 + \t{src_compile}, \t{src_test}, \t{src_install} &
31 \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
32 - \t{src_compile}, \t{src_install}, \t{src_test} &
33 + \t{src_compile}, \t{src_test}, \t{src_install} &
34 \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
35 - \t{src_compile}, \t{src_install}, \t{src_test} \\
36 + \t{src_compile}, \t{src_test}, \t{src_install} \\
37
38 \t{AA} & \compactfeatureref{aa} &
39 Yes & No & No & No & No \\
40
41 diff --git a/ebuild-functions.tex b/ebuild-functions.tex
42 index 10247a8..33c003a 100644
43 --- a/ebuild-functions.tex
44 +++ b/ebuild-functions.tex
45 @@ -470,7 +470,7 @@ when in the phase in question.
46 2, 3 & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
47 \t{src_compile}, \t{src_test} \\
48 4, 5, 6, 7 & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
49 - \t{src_compile}, \t{src_install}, \t{src_test} \\
50 + \t{src_compile}, \t{src_test}, \t{src_install} \\
51 \bottomrule
52 \end{tabular}
53 \end{centertable}