From 33e7603052e8a7a27c925a74b5c9ce42524cba90 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 17 Jun 2008 07:47:59 +0000 Subject: [PATCH] * 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. (trunk r10687) svn path=/main/branches/2.1.2/; revision=10688 --- doc/package/ebuild.docbook | 1 + doc/portage.docbook | 1 + man/ebuild.5 | 7 +++++++ 3 files changed, 9 insertions(+) diff --git a/doc/package/ebuild.docbook b/doc/package/ebuild.docbook index 5466f99db..4bdb8129d 100644 --- a/doc/package/ebuild.docbook +++ b/doc/package/ebuild.docbook @@ -1,4 +1,5 @@ Ebuild &package_ebuild_phases; +&package_ebuild_helper_functions; diff --git a/doc/portage.docbook b/doc/portage.docbook index 063fcc36c..343a8058c 100644 --- a/doc/portage.docbook +++ b/doc/portage.docbook @@ -14,6 +14,7 @@ + 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 -- 2.26.2