From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 492F1138BA7 for ; Sun, 2 Nov 2014 19:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0849FE08DF; Sun, 2 Nov 2014 19:18:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A2EEE08DA for ; Sun, 2 Nov 2014 19:18:31 +0000 (UTC) Received: from pomiot.lan (mgorny-1-pt.tunnel.tserv28.waw1.ipv6.he.net [IPv6:2001:470:70:353::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id C023B340139; Sun, 2 Nov 2014 19:18:29 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-portage-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-portage-dev] [PATCH 3/3] Remove __eqalog & __eqawarnlog Date: Sun, 2 Nov 2014 20:18:20 +0100 Message-Id: <1414955900-32567-3-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1414955900-32567-1-git-send-email-mgorny@gentoo.org> References: <1414955900-32567-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: e3d2910e-ed24-4a0f-95f9-47274b1b78f0 X-Archives-Hash: 79dbdd8659c8dc07fcf63ba3060d5ec9 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 eb83dca..13c9fc0 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 __eqatag \ + __eqatag \ ${QA_INTERCEPTORS} ___eapi_has_usex && unset -f usex -- 2.1.3