diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-11 05:03:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-11 05:03:35 +0000 |
commit | 65aafb7cead2e9501e6281a03a84ac525ce60b80 (patch) | |
tree | 90d7585adabc918c919885b494061a06b9538ca8 | |
parent | 8dea7ac82af21d587a4f9b4156a47850acfecbfb (diff) | |
download | portage-65aafb7cead2e9501e6281a03a84ac525ce60b80.tar.gz portage-65aafb7cead2e9501e6281a03a84ac525ce60b80.tar.bz2 portage-65aafb7cead2e9501e6281a03a84ac525ce60b80.zip |
Remove docs for the proposed eapi* default phase functions since they are
unpopular.
svn path=/main/trunk/; revision=11502
-rw-r--r-- | doc/package/ebuild/eapi/2.docbook | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index f1e69a01f..b1c6ae511 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -543,67 +543,6 @@ src_compile() { </tbody> </tgroup> </table> - <para> - The default phase functions for a particular EAPI are also - accessible as functions having names that start with 'eapi' - followed by the EAPI value. For example, a call to a function - named eapi0_src_compile is equivalent to a call to the - default src_compile implementation that is provided with EAPI 0. - </para> - <table><title>Default EAPI Phase Functions</title> - <tgroup cols='1' align='left' > - <colspec colname='name'/> - <thead> - <row> - <entry>Function Name</entry> - </row> - </thead> - <tbody> - <row> - <entry>eapi0_pkg_nofetch</entry> - </row> - <row> - <entry>eapi0_src_unpack</entry> - </row> - <row> - <entry>eapi0_src_compile</entry> - </row> - <row> - <entry>eapi0_src_test</entry> - </row> - <row> - <entry>eapi1_pkg_nofetch</entry> - </row> - <row> - <entry>eapi1_src_unpack</entry> - </row> - <row> - <entry>eapi1_src_compile</entry> - </row> - <row> - <entry>eapi1_src_test</entry> - </row> - <row> - <entry>eapi2_pkg_nofetch</entry> - </row> - <row> - <entry>eapi2_src_unpack</entry> - </row> - <row> - <entry>eapi2_src_prepare</entry> - </row> - <row> - <entry>eapi2_src_configure</entry> - </row> - <row> - <entry>eapi2_src_compile</entry> - </row> - <row> - <entry>eapi2_src_test</entry> - </row> - </tbody> - </tgroup> - </table> </section> <section id='package-ebuild-eapi-2-draft-phases-default-function-alias'> <title>Default Phase Function Alias</title> |