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 C045D1389E2 for ; Sun, 14 Dec 2014 17:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74C6CE083A; Sun, 14 Dec 2014 17:57:13 +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 EDCBAE0823 for ; Sun, 14 Dec 2014 17:57:12 +0000 (UTC) Received: from [192.168.1.16] (ip70-181-96-121.oc.oc.cox.net [70.181.96.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id DF3A434059D for ; Sun, 14 Dec 2014 17:57:11 +0000 (UTC) Message-ID: <548DCF76.2000009@gentoo.org> Date: Sun, 14 Dec 2014 09:57:10 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 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 MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] emerge --info: Check metadata/timestamp.chk in all repositories References: <201412131833.04573.Arfrever.FTA@gmail.com> <201412140821.26387.Arfrever.FTA@gmail.com> In-Reply-To: <201412140821.26387.Arfrever.FTA@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: dabfd227-d77f-4702-b46a-58994727fdf3 X-Archives-Hash: b4f422e9f1246aa998e1abdd60d77c1d On 12/13/2014 11:21 PM, Arfrever Frehtes Taifersar Arahesis wrote: > New patch without os.path.isfile(). > > [[[ > emerge --info: Check metadata/timestamp.chk in all repositories. > > 1 use of deprecated PORTDIR has been deleted. > ]]] > > -- > Arfrever Frehtes Taifersar Arahesis > LGTM. Thanks for eliminating the os.path.isfile() call. -- Thanks, Zac