Gentoo Archives: gentoo-commits

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