summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2009-09-24 17:30:26 +0200
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-09-26 15:40:48 +0100
commit7d31a5c8b4ae2075385b3db9fda8336dab407815 (patch)
treeefd2efe6c97f2127ae4c7da3ea4e50a883421cf4 /ebuild-functions.tex
parentAdd a word so list of allowed variable name characters is not last in sentenc... (diff)
downloadpms-7d31a5c8b4ae2075385b3db9fda8336dab407815.tar.gz
pms-7d31a5c8b4ae2075385b3db9fda8336dab407815.tar.bz2
pms-7d31a5c8b4ae2075385b3db9fda8336dab407815.zip
src_unpack does source preparation only in EAPIs without src_prepare.
Diffstat (limited to 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 11ff216..8567a6f 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -134,8 +134,9 @@ and/or groups to the system.
\subsection{src\_unpack}
\label{sec:src-unpack-function}
-\featurelabel{src-unpack} The \t{src\_unpack} function extracts all of the package's sources,
-applies patches and sets up the package's build system for further use.
+\featurelabel{src-unpack} The \t{src\_unpack} function extracts all of
+the package's sources. In EAPIs lacking \t{src\_prepare}, it may also
+apply patches and set up the package's build system for further use.
The initial working directory must be \t{WORKDIR}, and the default implementation used when
the ebuild lacks the \t{src\_unpack} function shall behave as: