Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH 2/2] dependencies: Reorder tables to match use order
Date: Tue, 24 Dec 2019 09:13:09
Message-Id: 20191224091238.142793-2-mgorny@gentoo.org
In Reply to: [gentoo-pms] [PATCH 1/2] dependencies: Indicate that in pkg_*rm phases dep info is advisory by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 dependencies.tex | 28 ++++++++++++++--------------
4 1 file changed, 14 insertions(+), 14 deletions(-)
5
6 diff --git a/dependencies.tex b/dependencies.tex
7 index c128f62..7c26a39 100644
8 --- a/dependencies.tex
9 +++ b/dependencies.tex
10 @@ -4,6 +4,20 @@
11 \section{Dependency Classes}
12 \label{sec:dependency-classes}
13
14 +\ChangeWhenAddingAnEAPI{7}
15 +\begin{centertable}{EAPIs supporting additional dependency types}
16 + \label{tab:depend-table}
17 + \begin{tabular}{ll}
18 + \toprule
19 + \multicolumn{1}{c}{\textbf{EAPI}} &
20 + \multicolumn{1}{c}{\textbf{Supports \t{BDEPEND}?}} \\
21 + \midrule
22 + 0, 1, 2, 3, 4, 5, 6 & No \\
23 + 7 & Yes \\
24 + \bottomrule
25 + \end{tabular}
26 +\end{centertable}
27 +
28 \begin{centertable}{Dependency classes required to be satisfied for a particular phase function}
29 \label{tab:phase-function-dependency-classes}
30 \begin{tabular}{P{13.5em} P{0.6\textwidth}}
31 @@ -70,20 +84,6 @@ as supporting \t{BDEPEND}, the build dependencies are split into two subclasses:
32 dependency.
33 \end{compactitem}
34
35 -\ChangeWhenAddingAnEAPI{7}
36 -\begin{centertable}{EAPIs supporting additional dependency types}
37 - \label{tab:depend-table}
38 - \begin{tabular}{ll}
39 - \toprule
40 - \multicolumn{1}{c}{\textbf{EAPI}} &
41 - \multicolumn{1}{c}{\textbf{Supports \t{BDEPEND}?}} \\
42 - \midrule
43 - 0, 1, 2, 3, 4, 5, 6 & No \\
44 - 7 & Yes \\
45 - \bottomrule
46 - \end{tabular}
47 -\end{centertable}
48 -
49 Table~\ref{tab:phase-function-dependency-classes} lists dependencies which must be satisfied before
50 a particular phase function is executed. Table~\ref{tab:dep-class-api} summarises additional
51 interfaces related to the dependency classes.
52 --
53 2.24.1