diff options
author | 2008-09-18 21:01:35 +0000 | |
---|---|---|
committer | 2008-09-18 21:01:35 +0000 | |
commit | 5074515655d5792547def828bb1e00962e2b398f (patch) | |
tree | d25104317f2b292062c8db27bb8df45e19a1f40f /doc/package | |
parent | Fix broken reference to self.files inside SpawnProcess._start(). (diff) | |
download | portage-5074515655d5792547def828bb1e00962e2b398f.tar.gz portage-5074515655d5792547def828bb1e00962e2b398f.tar.bz2 portage-5074515655d5792547def828bb1e00962e2b398f.zip |
Remove everything related to the eapi* default phase functions since they
are not included in the current EAPI 2 draft.
svn path=/main/trunk/; revision=11515
Diffstat (limited to 'doc/package')
-rw-r--r-- | doc/package/ebuild/eapi/2.docbook | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index b1c6ae511..ceec15ccf 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -203,64 +203,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_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-phases-default-function-alias'> <title>Default Phase Function Alias</title> |