From 4177dcea4849b33347f064b8f0dc4df625350bd4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 4 Aug 2008 19:07:35 +0000 Subject: Add some docs for EAPI 2_pre2. svn path=/main/trunk/; revision=11328 --- doc/package/ebuild/eapi/2.docbook | 70 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) (limited to 'doc/package/ebuild') diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index 2b1fa5698..dc2e0dc0a 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -1,4 +1,4 @@ - + EAPI 2_pre1 Helpers @@ -97,3 +97,71 @@ + + EAPI 2_pre2 + + Phases + + New src_configure Phase Function + + The configure portion of the src_compile function has been + split into a separate function which is named src_configure. The + src_configure function is called in between the src_unpack and + src_compile functions. + + Execution Order of Phase Functions + + + + + Phase Function Name + + + + + pkg_setup + + + src_unpack + + + src_configure + + + src_compile + + + src_test + + + src_install + + + pkg_preinst + + + pkg_postinst + + + pkg_prerm + + + pkg_postrm + + + +
+
+ + Default Phase Functions + + Each of the default src_* phase functions is 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. + + +
+
-- cgit v1.2.3-1-g7c22