Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Matt Turner
On Wed, Mar 11, 2020 at 10:23 PM Zac Medico wrote: > The coupling with --destructive logic complicates matters. It raises the > question, why isn't --time-limit logic also coupled with --destructive > logic? I think "in order to preserve the status quo" is a reasonable > answer to this question.

Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Zac Medico
On 3/11/20 9:43 PM, Matt Turner wrote: > On Wed, Mar 11, 2020 at 9:36 PM Matt Turner wrote: >> >> On Wed, Mar 11, 2020 at 9:31 PM Zac Medico wrote: >>> We can't can't continue above, since that will skip all of the filters >>> that occur later in the loop. So, we have to nest the below

Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Matt Turner
On Wed, Mar 11, 2020 at 9:36 PM Matt Turner wrote: > > On Wed, Mar 11, 2020 at 9:31 PM Zac Medico wrote: > > > > On 3/6/20 10:11 PM, Matt Turner wrote: > > > Signed-off-by: Matt Turner > > > --- > > > pym/gentoolkit/eclean/cli.py| 7 ++- > > > pym/gentoolkit/eclean/search.py | 24

Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Zac Medico
On 3/11/20 9:36 PM, Matt Turner wrote: > On Wed, Mar 11, 2020 at 9:31 PM Zac Medico wrote: >>> @@ -562,7 +575,16 @@ def findPackages( >>> >>> # Exclude if binpkg exists in the porttree and not --deep >>> if not destructive and port_dbapi.cpv_exists(cpv): >>> -

Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Matt Turner
On Wed, Mar 11, 2020 at 9:31 PM Zac Medico wrote: > > On 3/6/20 10:11 PM, Matt Turner wrote: > > Signed-off-by: Matt Turner > > --- > > pym/gentoolkit/eclean/cli.py| 7 ++- > > pym/gentoolkit/eclean/search.py | 24 +++- > > 2 files changed, 29 insertions(+), 2

Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Zac Medico
On 3/11/20 4:32 PM, Matt Turner wrote: > On Tue, Mar 10, 2020 at 8:30 PM Zac Medico wrote: >> >> On 3/6/20 10:11 PM, Matt Turner wrote: >>> +def _deps_equal(deps_a, deps_b, eapi, uselist=None): >>> + """Compare two dependency lists given a set of USE flags""" >>> + if deps_a == deps_b:

Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Zac Medico
On 3/6/20 10:11 PM, Matt Turner wrote: > Signed-off-by: Matt Turner > --- > pym/gentoolkit/eclean/cli.py| 7 ++- > pym/gentoolkit/eclean/search.py | 24 +++- > 2 files changed, 29 insertions(+), 2 deletions(-) > > diff --git a/pym/gentoolkit/eclean/cli.py

Re: [gentoo-portage-dev] [PATCH v2 gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-11 Thread Matt Turner
On Tue, Mar 10, 2020 at 8:30 PM Zac Medico wrote: > > On 3/6/20 10:11 PM, Matt Turner wrote: > > +def _deps_equal(deps_a, deps_b, eapi, uselist=None): > > + """Compare two dependency lists given a set of USE flags""" > > + if deps_a == deps_b: return True > > + > > + deps_a =

[gentoo-dev] Last rites: games-misc/fortune-mod-humorixfortunes

2020-03-11 Thread Ulrich Mueller
# Ulrich Müller (2020-03-11) # No license. HOMEPAGE is gone. # Masked for removal in 14 days. Bug #450454. games-misc/fortune-mod-humorixfortunes signature.asc Description: PGP signature

Re: [gentoo-portage-dev] [PATCH] repoman.modules.vcs.git.changes: reindex (bug 712106)

2020-03-11 Thread Zac Medico
On 3/11/20 9:37 AM, Alec Warner wrote: > On Wed, Mar 11, 2020 at 12:16 AM Zac Medico > wrote: > > For files returned by git diff-index, call git update-index in order > to ensure that the index reflects the state on disk. This will prevent > incorrect

Re: [gentoo-portage-dev] [PATCH] repoman.modules.vcs.git.changes: reindex (bug 712106)

2020-03-11 Thread Alec Warner
On Wed, Mar 11, 2020 at 12:16 AM Zac Medico wrote: > For files returned by git diff-index, call git update-index in order > to ensure that the index reflects the state on disk. This will prevent > incorrect assumptions in cases where the index is missing or stale for > some reason. Since repoman

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-03-11 Thread Manoj Gupta
On Wed, Mar 11, 2020 at 12:49 AM Sergei Trofimovich wrote: > On Tue, 10 Mar 2020 20:54:12 -0700 > Manoj Gupta wrote: > > > On Tue, Mar 3, 2020 at 1:17 AM Sergei Trofimovich > wrote: > > > > > On Mon, 2 Mar 2020 19:03:48 -0800 > > > Manoj Gupta wrote: > > > > > > > On Thu, Feb 27, 2020 at

[gentoo-dev] [gentoo-dev-announce] Package up for grabs: app-office/calcurse

2020-03-11 Thread Patrice Clement
The following package is now up for grabs: app-office/calcurse It needs a bit of care and I don't have time to maintain it properly. See #712126. -- Patrice Clement Gentoo Linux developer http://www.gentoo.org signature.asc Description: PGP signature

Re: [gentoo-dev] Last rites: dev-python/*, python-maintained, py3.6-only, no-revdep

2020-03-11 Thread Kent Fredric
On Sat, 07 Mar 2020 17:28:53 +0100 Michał Górny wrote: > dev-python/fedmsg Just to buck the trend: Thanks. When I saw the PR for this with my name in it (due to comaint), I initially reacted and was going to oppose this removal. But, well, I thought about it, and the reason this was here in

[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/

2020-03-11 Thread Michał Górny
On Sat, 2020-03-07 at 20:37 +, Thomas Deutschmann wrote: > commit: ac15c42990bd024e109e309a56f94f22e2a8b752 > Author: Thomas Deutschmann gentoo org> > AuthorDate: Sat Mar 7 20:28:24 2020 + > Commit: Thomas Deutschmann gentoo org> > CommitDate: Sat Mar 7 20:37:35 2020

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-03-11 Thread Sergei Trofimovich
On Tue, 10 Mar 2020 20:54:12 -0700 Manoj Gupta wrote: > On Tue, Mar 3, 2020 at 1:17 AM Sergei Trofimovich wrote: > > > On Mon, 2 Mar 2020 19:03:48 -0800 > > Manoj Gupta wrote: > > > > > On Thu, Feb 27, 2020 at 11:20 PM Sergei Trofimovich > > > wrote: > > > > > > > On Thu, 27 Feb 2020 at

[gentoo-portage-dev] [PATCH] repoman.modules.vcs.git.changes: reindex (bug 712106)

2020-03-11 Thread Zac Medico
For files returned by git diff-index, call git update-index in order to ensure that the index reflects the state on disk. This will prevent incorrect assumptions in cases where the index is missing or stale for some reason. Since repoman uses this information to decide when to update copyright

[gentoo-dev] Last rites: www-apps/trac-accountmanager, www-apps/trac-mercurial, www-apps/trac-tags

2020-03-11 Thread Michał Górny
# Michał Górny (2020-03-11) # Unmaintained Trac plugins. Last bumped in 2013. Blockers # for Python 2 removal. # Removal in 30 days. Bug #712120. www-apps/trac-accountmanager www-apps/trac-mercurial www-apps/trac-tags -- Best regards, Michał Górny signature.asc Description: This is a

[gentoo-dev] Last rites: dev-vcs/hgsubversion, dev-vcs/hgsvn, dev-vcs/hgview, dev-vcs/mercurial-server, dev-vcs/tortoisehg

2020-03-11 Thread Michał Górny
# Michał Górny (2020-03-11) # The following Mercurial-related tools do not declare support # for Python 3 and have no maintainers. # Removal in 30 days. Bug #712114. dev-vcs/hgsubversion dev-vcs/hgsvn dev-vcs/hgview dev-vcs/mercurial-server dev-vcs/tortoisehg -- Best regards, Michał Górny