summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-13 22:19:59 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-13 22:19:59 +0000
commita401cefa011a7b1bcb83c8455f6ecbb800378fbd (patch)
treebd75ffb60576f1ddc0d10740e84ba42116f25dc2
parent51ffda5307762a8fc84c0609572d53e0c1604c9e (diff)
downloadportage-a401cefa011a7b1bcb83c8455f6ecbb800378fbd.tar.gz
portage-a401cefa011a7b1bcb83c8455f6ecbb800378fbd.tar.bz2
portage-a401cefa011a7b1bcb83c8455f6ecbb800378fbd.zip
Bug #244485 - Document the default phase function helpers.
svn path=/main/trunk/; revision=11892
-rw-r--r--man/ebuild.529
1 files changed, 29 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 1059643be..70822643e 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -517,6 +517,35 @@ Initial working directory of $PWD.
This function should contain optional basic configuration steps.
.br
Initial working directory of $PWD.
+.SH "HELPER FUNCTIONS: PHASES"
+.TP
+.B default
+Calls the default phase function implementation for the currently executing
+phase. This function is supported beginning with \fBEAPI 2\fR.
+.TP
+.B default_pkg_nofetch
+Calls the default pkg_nofetch phase function implementation.
+This function is supported beginning with \fBEAPI 2\fR.
+.TP
+.B default_src_unpack
+Calls the default src_unpack phase function implementation.
+This function is supported beginning with \fBEAPI 2\fR.
+.TP
+.B default_src_prepare
+Calls the default src_prepare phase function implementation.
+This function is supported beginning with \fBEAPI 2\fR.
+.TP
+.B default_src_configure
+Calls the default src_configure phase function implementation.
+This function is supported beginning with \fBEAPI 2\fR.
+.TP
+.B default_src_compile
+Calls the default src_compile phase function implementation.
+This function is supported beginning with \fBEAPI 2\fR.
+.TP
+.B default_src_test
+Calls the default src_test phase function implementation.
+This function is supported beginning with \fBEAPI 2\fR.
.SH "HELPER FUNCTIONS: GENERAL"
.TP
\fBdie\fR \fI[reason]\fR