From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/, pym/repoman/modules/scan/status/
Date: Fri, 29 Apr 2016 17:24:45 +0000 (UTC) [thread overview]
Message-ID: <1461600702.4a0072779d465cb7b0bd9e396e78772c8a45d051.dolsen@gentoo> (raw)
Message-ID: <20160429172445.HJxQmc1E-8SLzFrm0vqCxl2fi43AFkls5ut5Y3APwiI@z> (raw)
commit: 4a0072779d465cb7b0bd9e396e78772c8a45d051
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 16:11:42 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 16:11:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4a007277
repoman: Clean up some no longer used eadded variables
pym/repoman/modules/scan/status/__init__.py | 1 -
pym/repoman/modules/scan/status/vcsstatus.py | 5 +----
pym/repoman/scanner.py | 2 --
3 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/pym/repoman/modules/scan/status/__init__.py b/pym/repoman/modules/scan/status/__init__.py
index 5f30639..1abf580 100644
--- a/pym/repoman/modules/scan/status/__init__.py
+++ b/pym/repoman/modules/scan/status/__init__.py
@@ -23,7 +23,6 @@ module_spec = {
'func_kwargs': {
'checkdir': (None, None),
'checkdir_relative': (None, None),
- 'eadded': ('Future', 'UNSET'),
'xpkg': (None, None),
},
},
diff --git a/pym/repoman/modules/scan/status/vcsstatus.py b/pym/repoman/modules/scan/status/vcsstatus.py
index fd56560..ab81a11 100644
--- a/pym/repoman/modules/scan/status/vcsstatus.py
+++ b/pym/repoman/modules/scan/status/vcsstatus.py
@@ -24,16 +24,13 @@ class VCSStatus(ScanBase):
@param checkdir: string, directory path
@param checkdir_relative: repolevel determined path
@param xpkg: the current package being checked
- @returns: dictionary including {eadded}
+ @returns: boolean
'''
checkdir = kwargs.get('checkdir')
checkdir_relative = kwargs.get('checkdir_relative')
xpkg = kwargs.get('xpkg')
if self.check_not_added:
self.vcs_settings.status.check(checkdir, checkdir_relative, xpkg)
- # update the dynamic data
- dyn_eadded = kwargs.get('eadded')
- dyn_eadded.set(self.vcs_settings.status.eadded)
return False
@property
diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index 508fedb..73187e9 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -180,7 +180,6 @@ class Scanner(object):
self.repolevel, self.reposplit, self.categories))
self.pkgs = None
- self.eadded = False
# Create our kwargs dict here to initialize the plugins with
self.kwargs = {
@@ -285,7 +284,6 @@ class Scanner(object):
logging.info("checking package %s", xpkg)
# save memory by discarding xmatch caches from previous package(s)
self.caches['arch_xmatch'].clear()
- self.eadded = []
catdir, pkgdir = xpkg.split("/")
checkdir = self.repo_settings.repodir + "/" + xpkg
checkdir_relative = ""
next reply other threads:[~2016-04-29 17:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 16:13 Brian Dolbec [this message]
2016-04-29 17:24 ` [gentoo-commits] proj/portage:master commit in: pym/repoman/, pym/repoman/modules/scan/status/ Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461600702.4a0072779d465cb7b0bd9e396e78772c8a45d051.dolsen@gentoo \
--to=dolsen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox