From a3232d69ce897ae20bb461823afdd1f27e22dcf7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 17 Jun 2008 19:52:20 +0000 Subject: Revert eblank since a formatting function is out of place among the current function which represent log levels. svn path=/main/branches/2.1.2/; revision=10701 --- cnf/make.conf | 4 ++-- cnf/make.globals | 2 +- doc/package/ebuild/helper_functions.docbook | 7 ------- man/ebuild.5 | 4 ---- 4 files changed, 3 insertions(+), 14 deletions(-) diff --git a/cnf/make.conf b/cnf/make.conf index 7fd1494e1..df7bddc27 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -313,9 +313,9 @@ # 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): diff --git a/cnf/make.globals b/cnf/make.globals index d1d095f7b..63c68d841 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -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" diff --git a/doc/package/ebuild/helper_functions.docbook b/doc/package/ebuild/helper_functions.docbook index ab83d4ed1..9c417afb9 100644 --- a/doc/package/ebuild/helper_functions.docbook +++ b/doc/package/ebuild/helper_functions.docbook @@ -10,13 +10,6 @@ need to call eend. - - eblank - - Show a blank line. Consecutive eblank calls collapse into - a single blank line. - - eend diff --git a/man/ebuild.5 b/man/ebuild.5 index 7d544a75d..d04cae228 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -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). -- cgit v1.2.3-1-g7c22