Document new prepare and configure commands for EAPI 2. (trunk r13269)
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:54:31 +0000 (06:54 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:54:31 +0000 (06:54 -0000)
svn path=/main/branches/2.1.6/; revision=13448

man/ebuild.1

index b4d4fd127735a45820006c95d36969573b6edabd..2bff8e1214cd81b67f0838a7b656cb79a4b7d2b9 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