summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-01 03:23:37 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-01 03:23:37 +0000
commit53d30da581304c53fd957f996449ddcae27705ed (patch)
treec9f5e2a695533d99afc71ce43e462a54c9de8ebf
parentClarify docs for --root-deps. (diff)
downloadportage-multirepo-53d30da581304c53fd957f996449ddcae27705ed.tar.gz
portage-multirepo-53d30da581304c53fd957f996449ddcae27705ed.tar.bz2
portage-multirepo-53d30da581304c53fd957f996449ddcae27705ed.zip
Document new prepare and configure commands for EAPI 2.
svn path=/main/trunk/; revision=13269
-rw-r--r--man/ebuild.112
1 files changed, 12 insertions, 0 deletions
diff --git a/man/ebuild.1 b/man/ebuild.1
index 52ab7b73..6c134c7c 100644
--- a/man/ebuild.1
+++ b/man/ebuild.1
@@ -93,6 +93,18 @@ often required. The src_unpack() function is also responsible for
making the appropriate patches to the sources so that they're ready
for compilation.
.TP
+.BR prepare
+Prepares the extracted sources by running the \fIsrc_prepare()\fR
+function specified in the ebuild file. When src_prepare() starts, the
+current working directory will be set to ${S}. This function is supported
+beginning with \fBEAPI 2\fR.
+.TP
+.BR configure
+Configures the extracted sources by running the \fIsrc_configure()\fR
+function specified in the ebuild file. When src_configure() starts, the
+current working directory will be set to ${S}. This function is supported
+beginning with \fBEAPI 2\fR.
+.TP
.BR compile
Compiles the extracted sources by running the \fIsrc_compile()\fR
function specified in the ebuild file. When src_compile() starts, the