summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-17 07:46:23 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-17 07:46:23 +0000
commitc4dca75bd13ee75850d1f8628b3b1bae795064d2 (patch)
tree0272fac60357adc9f61d5f8a007446d59a40f74b /man
parent8b1dc5db9f4d9d74edc10e86ec358cd4a4a01da8 (diff)
downloadportage-c4dca75bd13ee75850d1f8628b3b1bae795064d2.tar.gz
portage-c4dca75bd13ee75850d1f8628b3b1bae795064d2.tar.bz2
portage-c4dca75bd13ee75850d1f8628b3b1bae795064d2.zip
* Document eblank and eqawarn in the ebuild.5 man page.
* Create "Ebuild Helper Functions" section docbook format, including all the functions documented in the ebuild.5 man page. svn path=/main/trunk/; revision=10687
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.57
1 files changed, 7 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 9885175cc..7d544a75d 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -580,6 +580,10 @@ VERINS="$(best_version net\-ftp/glftpd)"
.RE
.SH "HELPER FUNCTIONS: OUTPUT"
.TP
+\fBeblank\fR
+Show a blank line. Consecutive eblank calls collapse into
+a single blank line.
+.TP
\fBeinfo\fR \fI"disposable message"\fR
Same as \fBelog\fR, but should be used when the message isn't important to the
user (like progress or status messages during the build process).
@@ -593,6 +597,9 @@ will also be logged by portage for later review.
\fBewarn\fR \fI"warning message"\fR
Same as \fBeinfo\fR, but should be used when showing a warning to the user.
.TP
+\fBeqawarn\fR \fI"QA warning message"\fR
+Same as \fBeinfo\fR, but should be used when showing a QA warning to the user.
+.TP
\fBeerror\fR \fI"error message"\fR
Same as \fBeinfo\fR, but should be used when showing an error to the user.
.TP