Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13269 - main/trunk/man
Date: Wed, 01 Apr 2009 03:23:40
Message-Id: E1Lor3B-0007Gf-Sy@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-01 03:23:37 +0000 (Wed, 01 Apr 2009)
3 New Revision: 13269
4
5 Modified:
6 main/trunk/man/ebuild.1
7 Log:
8 Document new prepare and configure commands for EAPI 2.
9
10
11 Modified: main/trunk/man/ebuild.1
12 ===================================================================
13 --- main/trunk/man/ebuild.1 2009-04-01 02:55:46 UTC (rev 13268)
14 +++ main/trunk/man/ebuild.1 2009-04-01 03:23:37 UTC (rev 13269)
15 @@ -93,6 +93,18 @@
16 making the appropriate patches to the sources so that they're ready
17 for compilation.
18 .TP
19 +.BR prepare
20 +Prepares the extracted sources by running the \fIsrc_prepare()\fR
21 +function specified in the ebuild file. When src_prepare() starts, the
22 +current working directory will be set to ${S}. This function is supported
23 +beginning with \fBEAPI 2\fR.
24 +.TP
25 +.BR configure
26 +Configures the extracted sources by running the \fIsrc_configure()\fR
27 +function specified in the ebuild file. When src_configure() starts, the
28 +current working directory will be set to ${S}. This function is supported
29 +beginning with \fBEAPI 2\fR.
30 +.TP
31 .BR compile
32 Compiles the extracted sources by running the \fIsrc_compile()\fR
33 function specified in the ebuild file. When src_compile() starts, the