summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cnf/make.conf4
-rw-r--r--cnf/make.globals2
-rw-r--r--doc/package/ebuild/helper_functions.docbook7
-rw-r--r--man/ebuild.54
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.
</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>
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).