Bug #244485 - Document src_prepare() and src_configure() phase functions.
authorZac Medico <zmedico@gentoo.org>
Thu, 13 Nov 2008 22:03:23 +0000 (22:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 13 Nov 2008 22:03:23 +0000 (22:03 -0000)
svn path=/main/trunk/; revision=11891

man/ebuild.5

index 00a37e71e28108d05e08a3bbffbb2b236e92d40f..1059643be36a04d3cf646f62f92a0b6c0c3cdebf 100644 (file)
@@ -470,8 +470,22 @@ patches and other pre configure/compile modifications should be done here.
 .br
 Initial working directory of $WORKDIR.
 .TP
+.B src_prepare
+All preparation of source code, such as application of patches, should be done
+here. This function is supported beginning with \fBEAPI 2\fR.
+.br
+Initial working directory of $S.
+.TP
+.B src_configure
+All necessary steps for configuration should be done here. This function is
+supported beginning with \fBEAPI 2\fR.
+.br
+Initial working directory of $S.
+.TP
 .B src_compile
-All necessary steps for configuration and compilation should be done in here.
+With less than \fBEAPI 2\fR, all necessary steps for both configuration and
+compilation should be done here. Beginning with \fBEAPI 2\fR, only compilation
+steps should be done here.
 .br
 Initial working directory of $S.
 .TP