From 65aafb7cead2e9501e6281a03a84ac525ce60b80 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 11 Sep 2008 05:03:35 +0000 Subject: [PATCH] Remove docs for the proposed eapi* default phase functions since they are unpopular. svn path=/main/trunk/; revision=11502 --- doc/package/ebuild/eapi/2.docbook | 61 ------------------------------- 1 file changed, 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() { - - 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. - - Default EAPI Phase Functions - - - - - Function Name - - - - - eapi0_pkg_nofetch - - - eapi0_src_unpack - - - eapi0_src_compile - - - eapi0_src_test - - - eapi1_pkg_nofetch - - - eapi1_src_unpack - - - eapi1_src_compile - - - eapi1_src_test - - - eapi2_pkg_nofetch - - - eapi2_src_unpack - - - eapi2_src_prepare - - - eapi2_src_configure - - - eapi2_src_compile - - - eapi2_src_test - - - -
Default Phase Function Alias -- 2.26.2