Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/
Date: Fri, 03 Jan 2020 04:31:27
Message-Id: 1576003364.fba1039db46156089840896d3b6aa90076872d73.mattst88@gentoo
1 commit: fba1039db46156089840896d3b6aa90076872d73
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 10 18:29:27 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 10 18:42:44 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=fba1039d
7
8 eclean: Fix typos
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 pym/gentoolkit/eclean/cli.py | 4 ++--
13 pym/gentoolkit/eclean/search.py | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
17 index 1d2f52b..1a99b3e 100644
18 --- a/pym/gentoolkit/eclean/cli.py
19 +++ b/pym/gentoolkit/eclean/cli.py
20 @@ -304,7 +304,7 @@ def parseArgs(options={}):
21 options['size-limit'] = 0
22 options['verbose'] = False
23 options['ignore-failure'] = False
24 - # if called by a well-named symlink, set the acction accordingly:
25 + # if called by a well-named symlink, set the action accordingly:
26 action = None
27 # temp print line to ensure it is the svn/branch code running, etc..
28 #print( "###### svn/branch/gentoolkit_eclean ####### ==> ", os.path.basename(sys.argv[0]))
29 @@ -400,7 +400,7 @@ def doAction(action,options,exclude={}, output=None):
30 )
31
32 # initialize our cleaner
33 - cleaner = CleanUp( output.progress_controller)
34 + cleaner = CleanUp(output.progress_controller)
35
36 # actually clean files if something was found
37 if clean_me:
38
39 diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py
40 index ce455a3..58bd97e 100644
41 --- a/pym/gentoolkit/eclean/search.py
42 +++ b/pym/gentoolkit/eclean/search.py
43 @@ -574,7 +574,7 @@ def findPackages(
44 del clean_me[cpv]
45 continue
46 if portage.cpv_getkey(cpv) in cp_all and port_dbapi.cpv_exists(cpv):
47 - # exlusion because of --package-names
48 + # exclusion because of --package-names
49 del clean_me[cpv]
50
51 # the getname method correctly supports FEATURES=binpkg-multi-instance,