revert accidential commit
authorMarius Mauch <genone@gentoo.org>
Fri, 20 Jun 2008 05:01:55 +0000 (05:01 -0000)
committerMarius Mauch <genone@gentoo.org>
Fri, 20 Jun 2008 05:01:55 +0000 (05:01 -0000)
svn path=/main/trunk/; revision=10734

bin/isolated-functions.sh
cnf/make.globals

index 1a64bab7ef774cd802cbf3eee203d8adbe547729..6faa5d656758a221649d5ef364b18c6f5c15ca71 100755 (executable)
@@ -161,7 +161,7 @@ elog_base() {
        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 @@ elog_base() {
        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
index f0c54e88c0c3643b2c8ce7f83a695123fe0fd720..594278f19c85478aacc7e2e4948ad587c3bd66c5 100644 (file)
@@ -85,7 +85,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"