public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10734 - in main/trunk: bin cnf
@ 2008-06-20  5:01 Marius Mauch (genone)
  0 siblings, 0 replies; only message in thread
From: Marius Mauch (genone) @ 2008-06-20  5:01 UTC (permalink / raw
  To: gentoo-commits

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-20  5:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20  5:01 [gentoo-commits] portage r10734 - in main/trunk: bin cnf Marius Mauch (genone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox