summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@ciaranm.org>2007-01-11 02:00:47 +0000
committerCiaran McCreesh <ciaranm@ciaranm.org>2007-01-11 02:00:47 +0000
commitea32fc572c147a934602f29fd7e57c501f7fc48d (patch)
tree55bdb635765a6182b8ded702f752ae7d0b7976a0 /ebuild-env-commands.tex
parentAdd missing end description (diff)
downloadpms-ea32fc572c147a934602f29fd7e57c501f7fc48d.tar.gz
pms-ea32fc572c147a934602f29fd7e57c501f7fc48d.tar.bz2
pms-ea32fc572c147a934602f29fd7e57c501f7fc48d.zip
Various wording cleanups. Make a bulletlist environment and use that rather than itemize to avoid silly amounts of blank space
git-svn-id: http://svn.repogirl.net/pms/trunk@23 a05a4626-2124-0410-b604-e6c5abf33261
Diffstat (limited to 'ebuild-env-commands.tex')
-rw-r--r--ebuild-env-commands.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex
index d028e77..17b3f08 100644
--- a/ebuild-env-commands.tex
+++ b/ebuild-env-commands.tex
@@ -17,7 +17,7 @@ dependencies must be used to ensure their presence.
\subsubsection{Guaranteed system commands}
The following commands must always be available in the ebuild environment:
-\begin{itemize}
+\begin{bulletlist}
\item All builtin commands in GNU bash, version 3.0.
\item \t{sed} must be available, and must support all forms of invocations valid for GNU sed
version 4 or later.
@@ -25,20 +25,20 @@ The following commands must always be available in the ebuild environment:
\item \t{patch} must be available, and must support all inputs valid for GNU patch.
\item \t{which} must be available, and must behave as does GNU which.
\item All other utilities specified by POSIX must be present.
-\end{itemize}
+\end{bulletlist}
\subsection{Commands provided by package dependencies}
In some cases a package's build process will require the availability of executables not provided by
the core system, a common example being autotools. Commands provided by dependencies are available
in the following cases:
-\begin{itemize}
+\begin{bulletlist}
\item In the \t{src\_unpack}, \t{src\_compile}, \t{src\_install} and \t{src\_test} phases, any
command provided by a package listed in \t{DEPEND} is available.
\item In the \t{pkg\_setup}, \t{pkg\_preinst}, \t{pkg\_postinst}, \t{pkg\_prerm} and \t{pkg\_postrm}
phases, commands provided by a package listed in both \t{DEPEND} \b{and} \t{RDEPEND} are
available, unless the package being merged is part of a circular dependency loop.
-\end{itemize}
+\end{bulletlist}
\subsection{Ebuild-specific Commands}
\input{pkg-mgr-commands.tex}