Revert eblank since a formatting function is out of place among the current
authorZac Medico <zmedico@gentoo.org>
Tue, 17 Jun 2008 19:52:20 +0000 (19:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 17 Jun 2008 19:52:20 +0000 (19:52 -0000)
function which represent log levels.

svn path=/main/branches/2.1.2/; revision=10701

cnf/make.conf
cnf/make.globals
doc/package/ebuild/helper_functions.docbook
man/ebuild.5

index 7fd1494e18fb79a35972a8df45fb41ca9d90d74a..df7bddc279a5bec93403a14b24c5e08a31f4744a 100644 (file)
 
 # logging related variables:
 # PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are:
-#                          blank, info, warn, error, log, qa, *
+#                          info, warn, error, log, qa, *
 #                       Warning: commenting this will disable elog
-PORTAGE_ELOG_CLASSES="blank log warn error"
+PORTAGE_ELOG_CLASSES="warn error log"
 
 # PORTAGE_ELOG_SYSTEM: selects the module(s) to process the log messages. Modules
 #                      included in portage are (empty means logging is disabled):
index d1d095f7b9ac61e2f795601041bb006d7d4a7931..63c68d841722e4d9e178ba15f6e62938ca490aa6 100644 (file)
@@ -82,7 +82,7 @@ PORTAGE_INST_GID="0"
 PORTAGE_WORKDIR_MODE="0700"
 
 # Some defaults for elog
-PORTAGE_ELOG_CLASSES="blank log warn error"
+PORTAGE_ELOG_CLASSES="log warn error"
 PORTAGE_ELOG_SYSTEM="save_summary echo"
 
 PORTAGE_ELOG_MAILURI="root"
index ab83d4ed117c74d0a7d4348f643f4d0b04b5b38a..9c417afb90e1162f1383d39e1f28c00e40439dc4 100644 (file)
        need to call eend.
        </para>
        </sect3>
-       <sect3 id='package-ebuild-helper-functions-output-eblank'>
-       <title>eblank</title>
-       <para>
-       Show a blank line. Consecutive eblank calls collapse into
-       a single blank line.
-       </para>
-       </sect3>
        <sect3 id='package-ebuild-helper-functions-output-eend'>
        <title>eend</title>
        <para>
index 7d544a75d547da297740c4bfae97bcb84a293898..d04cae22888cd897fd3e22786e2bfc22c2a00660 100644 (file)
@@ -580,10 +580,6 @@ 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).