Document new prepare and configure commands for EAPI 2.
authorZac Medico <zmedico@gentoo.org>
Wed, 1 Apr 2009 03:23:37 +0000 (03:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 1 Apr 2009 03:23:37 +0000 (03:23 -0000)
svn path=/main/trunk/; revision=13269

man/ebuild.1

index 52ab7b73598fc1aafcdf352a3c6ada462ad783de..6c134c7cb48404d495057c124e91d1e4a9b404d6 100644 (file)
@@ -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