commit:     6dafdc28897682f7b8c77b7863b5713634974647
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  2 19:16:04 2014 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 19 23:26:34 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6dafdc28

Remove __eqalog & __eqawarnlog

Replaced by eqatag.

---
 bin/isolated-functions.sh | 23 -----------------------
 bin/save-ebuild-env.sh    |  2 +-
 2 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index f03503b..42bf05d 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -256,29 +256,6 @@ __elog_base() {
        return 0
 }
 
-__eqalog() {
-       local tag=$1 x
-       shift
-       for x in "$@" ; do
-               echo "${tag}" "${x}"| (
-                       escape=""
-                       while read -r ; do
-                               echo -n "${escape}${REPLY}"
-                               escape="\\n"
-                       done
-                       echo
-               ) >> "${T}"/qa.log
-       done
-}
-
-__eqawarnlog() {
-       __eqalog "$@"
-       shift
-       for x in "$@" ; do
-               eqawarn "  ${x}"
-       done
-}
-
 eqawarn() {
        __elog_base QA "$*"
        [[ ${RC_ENDCOL} != "yes" && ${LAST_E_CMD} == "ebegin" ]] && echo

diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index b483d40..c6bffb5 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -76,7 +76,7 @@ __save_ebuild_env() {
                __ebuild_arg_to_phase __ebuild_phase_funcs default \
                __unpack_tar __unset_colors \
                __source_env_files __try_source \
-               __eqalog __eqawarnlog __eqaquote __eqatag \
+               __eqaquote __eqatag \
                ${QA_INTERCEPTORS}
 
        ___eapi_has_usex && unset -f usex

Reply via email to