From 0e7a83b0946dc21d461a7c542267e2963354341e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 23 Aug 2008 02:02:06 +0000 Subject: Add a new src_prepare phase function which is called in-between src_unpack and src_configure (and bump EAPI to 2_pre3). Thanks to Ciaran McCreesh for the suggestion. svn path=/main/trunk/; revision=11454 --- doc/package/ebuild/eapi/2.docbook | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc/package/ebuild/eapi') diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index 1a4073e5e..20f7434df 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -106,7 +106,7 @@ 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_configure function is called in-between the src_unpack and src_compile functions. @@ -274,3 +274,16 @@ src_compile() { +
+ EAPI 2_pre3 +
+ Phases +
+ New src_prepare Phase Function + + A new src_prepare function is called in-between the src_unpack and + src_configure functions, with cwd initially set to $S. + +
+
+
-- cgit v1.2.3-1-g7c22