From 60d81bf66b9c4da25be357a32053c81d31d2f9a3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Aug 2008 12:02:51 +0000 Subject: Rename the eapi2_pre2_* functions to just eapi2_* and document all the new eapi* functions. svn path=/main/trunk/; revision=11351 --- doc/package/ebuild/eapi/2.docbook | 87 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 2 deletions(-) (limited to 'doc/package') diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index 275ab71ef..cf511893a 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -155,13 +155,96 @@ Default Phase Functions - Each of the default src_* phase functions is now accessible - via a function having a name that begins with default_ and + The default pkg_nofetch and src_* phase functions are now + accessible via a function having a name + that begins with default_ and ends with the respective phase function name. For example, a call to a function with the name default_src_compile is equivalent to a call to the default src_compile implementation. + Default Phase Functions + + + + + Function Name + + + + + default_pkg_nofetch + + + default_src_unpack + + + default_src_compile + + + default_src_test + + + +
+ + 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_configure + + + eapi2_src_compile + + + eapi2_src_test + + + +
Default Phase Function Alias -- cgit v1.2.3-1-g7c22