Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11502 - main/trunk/doc/package/ebuild/eapi
Date: Thu, 11 Sep 2008 05:03:39
Message-Id: E1KdeLA-0004Q2-GZ@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-09-11 05:03:35 +0000 (Thu, 11 Sep 2008)
3 New Revision: 11502
4
5 Modified:
6 main/trunk/doc/package/ebuild/eapi/2.docbook
7 Log:
8 Remove docs for the proposed eapi* default phase functions since they are
9 unpopular.
10
11
12 Modified: main/trunk/doc/package/ebuild/eapi/2.docbook
13 ===================================================================
14 --- main/trunk/doc/package/ebuild/eapi/2.docbook 2008-09-11 04:56:08 UTC (rev 11501)
15 +++ main/trunk/doc/package/ebuild/eapi/2.docbook 2008-09-11 05:03:35 UTC (rev 11502)
16 @@ -543,67 +543,6 @@
17 </tbody>
18 </tgroup>
19 </table>
20 - <para>
21 - The default phase functions for a particular EAPI are also
22 - accessible as functions having names that start with 'eapi'
23 - followed by the EAPI value. For example, a call to a function
24 - named eapi0_src_compile is equivalent to a call to the
25 - default src_compile implementation that is provided with EAPI 0.
26 - </para>
27 - <table><title>Default EAPI Phase Functions</title>
28 - <tgroup cols='1' align='left' >
29 - <colspec colname='name'/>
30 - <thead>
31 - <row>
32 - <entry>Function Name</entry>
33 - </row>
34 - </thead>
35 - <tbody>
36 - <row>
37 - <entry>eapi0_pkg_nofetch</entry>
38 - </row>
39 - <row>
40 - <entry>eapi0_src_unpack</entry>
41 - </row>
42 - <row>
43 - <entry>eapi0_src_compile</entry>
44 - </row>
45 - <row>
46 - <entry>eapi0_src_test</entry>
47 - </row>
48 - <row>
49 - <entry>eapi1_pkg_nofetch</entry>
50 - </row>
51 - <row>
52 - <entry>eapi1_src_unpack</entry>
53 - </row>
54 - <row>
55 - <entry>eapi1_src_compile</entry>
56 - </row>
57 - <row>
58 - <entry>eapi1_src_test</entry>
59 - </row>
60 - <row>
61 - <entry>eapi2_pkg_nofetch</entry>
62 - </row>
63 - <row>
64 - <entry>eapi2_src_unpack</entry>
65 - </row>
66 - <row>
67 - <entry>eapi2_src_prepare</entry>
68 - </row>
69 - <row>
70 - <entry>eapi2_src_configure</entry>
71 - </row>
72 - <row>
73 - <entry>eapi2_src_compile</entry>
74 - </row>
75 - <row>
76 - <entry>eapi2_src_test</entry>
77 - </row>
78 - </tbody>
79 - </tgroup>
80 - </table>
81 </section>
82 <section id='package-ebuild-eapi-2-draft-phases-default-function-alias'>
83 <title>Default Phase Function Alias</title>