Use a table to condense the docs for the default_* phase functions.
authorZac Medico <zmedico@gentoo.org>
Fri, 14 Nov 2008 07:43:29 +0000 (07:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 14 Nov 2008 07:43:29 +0000 (07:43 -0000)
svn path=/main/trunk/; revision=11902

man/ebuild.5

index bfb7caede8fd0efdd6e2ea8e8d088cc9dc222ba8..8c9da6c08d46a975896760cad404678807909eab 100644 (file)
@@ -568,29 +568,28 @@ Initial working directory of $PWD.
 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.
+.B default_*
+Beginning with \fBEAPI 2\fR, the default pkg_nofetch and src_* phase
+functions are 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.
+
+.RS
+.TS
+l
+_
+l.
+Default Phase Functions
+
+default_pkg_nofetch
+default_src_unpack
+default_src_prepare
+default_src_configure
+default_src_compile
+default_src_test
+.TE
+.RE
 .SH "HELPER FUNCTIONS: GENERAL"
 .TP
 \fBdie\fR \fI[reason]\fR