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 23FC0138ACF for ; Wed, 19 Nov 2014 23:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFADCE0920; Wed, 19 Nov 2014 23:26:47 +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 32363E0920 for ; Wed, 19 Nov 2014 23:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FE2034053E for ; Wed, 19 Nov 2014 23:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1E7A7E0 for ; Wed, 19 Nov 2014 23:26:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1416439594.6dafdc28897682f7b8c77b7863b5713634974647.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/isolated-functions.sh bin/save-ebuild-env.sh X-VCS-Directories: bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6dafdc28897682f7b8c77b7863b5713634974647 X-VCS-Branch: master Date: Wed, 19 Nov 2014 23:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0852ada6-3c66-4a29-8abb-0a7d4b1c09ca X-Archives-Hash: 7580f61dc4d623d95946428b9a08f307 commit: 6dafdc28897682f7b8c77b7863b5713634974647 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 2 19:16:04 2014 +0000 Commit: Michał Górny gentoo 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