Gentoo Archives: gentoo-portage-dev

From: Michael 'veremitz' Everitt <gentoo@×××××××.xyz>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH gentoolkit 1/2] eclean: Fix typos
Date: Thu, 02 Jan 2020 19:43:57
Message-Id: 988c9ff7-d41e-7588-9c18-b850ea6e854f@veremit.xyz
In Reply to: [gentoo-portage-dev] [PATCH gentoolkit 1/2] eclean: Fix typos by Matt Turner
1 On 02/01/20 18:57, Matt Turner wrote:
2 > Signed-off-by: Matt Turner <mattst88@g.o>
3 > ---
4 > pym/gentoolkit/eclean/cli.py | 4 ++--
5 > pym/gentoolkit/eclean/search.py | 2 +-
6 > 2 files changed, 3 insertions(+), 3 deletions(-)
7 >
8 > diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
9 > index 1d2f52b..1a99b3e 100644
10 > --- a/pym/gentoolkit/eclean/cli.py
11 > +++ b/pym/gentoolkit/eclean/cli.py
12 > @@ -304,7 +304,7 @@ def parseArgs(options={}):
13 > options['size-limit'] = 0
14 > options['verbose'] = False
15 > options['ignore-failure'] = False
16 > - # if called by a well-named symlink, set the acction accordingly:
17 > + # if called by a well-named symlink, set the action accordingly:
18 > action = None
19 > # temp print line to ensure it is the svn/branch code running, etc..
20 > #print( "###### svn/branch/gentoolkit_eclean ####### ==> ", os.path.basename(sys.argv[0]))
21 > @@ -400,7 +400,7 @@ def doAction(action,options,exclude={}, output=None):
22 > )
23 >
24 > # initialize our cleaner
25 > - cleaner = CleanUp( output.progress_controller)
26 > + cleaner = CleanUp(output.progress_controller)
27 >
28 > # actually clean files if something was found
29 > if clean_me:
30 > diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py
31 > index ce455a3..58bd97e 100644
32 > --- a/pym/gentoolkit/eclean/search.py
33 > +++ b/pym/gentoolkit/eclean/search.py
34 > @@ -574,7 +574,7 @@ def findPackages(
35 > del clean_me[cpv]
36 > continue
37 > if portage.cpv_getkey(cpv) in cp_all and port_dbapi.cpv_exists(cpv):
38 > - # exlusion because of --package-names
39 > + # exclusion because of --package-names
40 > del clean_me[cpv]
41 >
42 > # the getname method correctly supports FEATURES=binpkg-multi-instance,
43 LGTM fwiw.

Attachments

File name MIME type
signature.asc application/pgp-signature