public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Mauch (genone)" <genone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r10734 - in main/trunk: bin cnf
Date: Fri, 20 Jun 2008 05:01:56 +0000	[thread overview]
Message-ID: <E1K9Yl2-0007Jg-7c@stork.gentoo.org> (raw)

Author: genone
Date: 2008-06-20 05:01:55 +0000 (Fri, 20 Jun 2008)
New Revision: 10734

Modified:
   main/trunk/bin/isolated-functions.sh
   main/trunk/cnf/make.globals
Log:
revert accidential commit

Modified: main/trunk/bin/isolated-functions.sh
===================================================================
--- main/trunk/bin/isolated-functions.sh	2008-06-20 04:59:45 UTC (rev 10733)
+++ main/trunk/bin/isolated-functions.sh	2008-06-20 05:01:55 UTC (rev 10734)
@@ -161,7 +161,7 @@
 	local messagetype
 	[ -z "${1}" -o -z "${T}" -o ! -d "${T}/logging" ] && return 1
 	case "${1}" in
-		BLANK|INFO|WARN|ERROR|LOG|QA)
+		INFO|WARN|ERROR|LOG|QA)
 			messagetype="${1}"
 			shift
 			;;
@@ -174,15 +174,6 @@
 	return 0
 }
 
-eblank() {
-	[[ ${LAST_E_CMD} == "eblank" ]] && return 0
-	elog_base BLANK
-	[[ ${RC_ENDCOL} != "yes" && ${LAST_E_CMD} == "ebegin" ]] && echo
-	echo -e " ${BLANK}*${NORMAL}"
-	LAST_E_CMD="eblank"
-	return 0
-}
-
 eqawarn() {
 	elog_base QA "$*"
 	[[ ${RC_ENDCOL} != "yes" && ${LAST_E_CMD} == "ebegin" ]] && echo

Modified: main/trunk/cnf/make.globals
===================================================================
--- main/trunk/cnf/make.globals	2008-06-20 04:59:45 UTC (rev 10733)
+++ main/trunk/cnf/make.globals	2008-06-20 05:01:55 UTC (rev 10734)
@@ -85,7 +85,7 @@
 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"

-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-06-20  5:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K9Yl2-0007Jg-7c@stork.gentoo.org \
    --to=genone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox