From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC685138334 for ; Fri, 3 Jan 2020 04:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C627FE0AD3; Fri, 3 Jan 2020 04:31:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACDB9E0AD3 for ; Fri, 3 Jan 2020 04:31:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44CE734DDC0 for ; Fri, 3 Jan 2020 04:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01A4A3E for ; Fri, 3 Jan 2020 04:31:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1576003364.fba1039db46156089840896d3b6aa90076872d73.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/eclean/cli.py pym/gentoolkit/eclean/search.py X-VCS-Directories: pym/gentoolkit/eclean/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fba1039db46156089840896d3b6aa90076872d73 X-VCS-Branch: master Date: Fri, 3 Jan 2020 04:31:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 840d4fa0-9f5f-4749-a3b9-577c07acaa06 X-Archives-Hash: 61ab2eb51ab28f95455d358f6d2a51f9 commit: fba1039db46156089840896d3b6aa90076872d73 Author: Matt Turner gentoo org> AuthorDate: Tue Dec 10 18:29:27 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Dec 10 18:42:44 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=fba1039d eclean: Fix typos Signed-off-by: Matt Turner gentoo.org> pym/gentoolkit/eclean/cli.py | 4 ++-- pym/gentoolkit/eclean/search.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index 1d2f52b..1a99b3e 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -304,7 +304,7 @@ def parseArgs(options={}): options['size-limit'] = 0 options['verbose'] = False options['ignore-failure'] = False - # if called by a well-named symlink, set the acction accordingly: + # if called by a well-named symlink, set the action accordingly: action = None # temp print line to ensure it is the svn/branch code running, etc.. #print( "###### svn/branch/gentoolkit_eclean ####### ==> ", os.path.basename(sys.argv[0])) @@ -400,7 +400,7 @@ def doAction(action,options,exclude={}, output=None): ) # initialize our cleaner - cleaner = CleanUp( output.progress_controller) + cleaner = CleanUp(output.progress_controller) # actually clean files if something was found if clean_me: diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py index ce455a3..58bd97e 100644 --- a/pym/gentoolkit/eclean/search.py +++ b/pym/gentoolkit/eclean/search.py @@ -574,7 +574,7 @@ def findPackages( del clean_me[cpv] continue if portage.cpv_getkey(cpv) in cp_all and port_dbapi.cpv_exists(cpv): - # exlusion because of --package-names + # exclusion because of --package-names del clean_me[cpv] # the getname method correctly supports FEATURES=binpkg-multi-instance,