Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 05/68] lib/portage/cvstree.py: fix whitespace
Date: Mon, 03 Aug 2020 22:43:57
Message-Id: 20200803224327.1593726-5-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 * Fix whitespace
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/cvstree.py | 6 +++---
7 1 file changed, 3 insertions(+), 3 deletions(-)
8
9 diff --git a/lib/portage/cvstree.py b/lib/portage/cvstree.py
10 index 796462af2..cfcb9f48c 100644
11 --- a/lib/portage/cvstree.py
12 +++ b/lib/portage/cvstree.py
13 @@ -1,5 +1,5 @@
14 # cvstree.py -- cvs tree utilities
15 -# Copyright 1998-2017 Gentoo Foundation
16 +# Copyright 1998-2020 Gentoo Authors
17 # Distributed under the terms of the GNU General Public License v2
18
19 from __future__ import print_function
20 @@ -123,7 +123,7 @@ def findchanged(entries, recursive=0, basedir=""):
21 mylist += findchanged(entries["dirs"][mydir], recursive, basedir + mydir)
22
23 return mylist
24 -
25 +
26 def findmissing(entries, recursive=0, basedir=""):
27 """Recurses the entries tree to find all elements that are listed in the cvs
28 tree but do not exist on the filesystem. Returns a list of paths,
29 @@ -205,7 +205,7 @@ def apply_cvsignore_filter(files):
30 else:
31 x += 1
32 return files
33 -
34 +
35 def getentries(mydir, recursive=0):
36 """Scans the given directory and returns a datadict of all the entries in
37 the directory separated as a dirs dict and a files dict.
38 --
39 2.28.0