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] Replace contradicting dep info in 'Avail commands' with ref.
Date: Sun, 26 Jun 2011 15:00:25
Message-Id: 1309100451-20883-1-git-send-email-mgorny@gentoo.org
1 Right now, the 'Commands provided by package dependencies' section
2 contradicts the changes done in 'Dependency classes' lately. Remove
3 the contradicting (and not really useful) information with a reference
4 to the latter section.
5 ---
6 dependencies.tex | 1 +
7 ebuild-env-commands.tex | 12 ++----------
8 2 files changed, 3 insertions(+), 10 deletions(-)
9
10 diff --git a/dependencies.tex b/dependencies.tex
11 index 5bdad39..abcb820 100644
12 --- a/dependencies.tex
13 +++ b/dependencies.tex
14 @@ -2,6 +2,7 @@
15 \label{sec:dependencies}
16
17 \section{Dependency Classes}
18 +\label{sec:dependency-classes}
19
20 \begin{centertable}{Dependency classes required to be satisfied for a particular phase function} \label{tab:phase-function-dependency-classes}
21 \begin{tabular}{ p{0.2\textwidth} p{0.7\textwidth} }
22 diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex
23 index cad0bda..78e33a2 100644
24 --- a/ebuild-env-commands.tex
25 +++ b/ebuild-env-commands.tex
26 @@ -34,16 +34,8 @@ The following commands must always be available in the ebuild environment:
27 \subsection{Commands provided by package dependencies}
28
29 In some cases a package's build process will require the availability of executables not provided by
30 -the core system, a common example being autotools. Commands provided by dependencies are available
31 -in the following cases:
32 -\begin{compactitem}
33 -\item In the \t{src} phases, any command provided by a package listed in \t{DEPEND} is available.
34 -\item In the \t{pkg} phases, at least one of the following conditions must be met:
35 - \begin{compactitem}
36 - \item Any command provided by a package listed in \t{DEPEND} is available.
37 - \item Any command provided by a package listed in \t{RDEPEND} is available.
38 - \end{compactitem}
39 -\end{compactitem}
40 +the core system, a common example being autotools. The availability of commands provided by the
41 +particular types of dependencies is explained in section~\ref{sec:dependency-classes}.
42
43 \subsection{Ebuild-specific Commands}
44 \input{pkg-mgr-commands.tex}
45 --
46 1.7.5.3