Re: [gentoo-dev] [RFC] Disable --autounmask auto-unmasking keywords / masks by default

2019-10-09 Thread Kent Fredric
On Thu, 10 Oct 2019 04:35:22 +0100 Michael Everitt wrote: > Is there any mileage in something as ridiculous as AUTOUNMASK_EXCLUDES ? Would depend on what that means, where that variable was used, and what it contains But the sort of breakage type it can trigger is not limited to any specifi

Re: [gentoo-dev] [RFC] Disable --autounmask auto-unmasking keywords / masks by default

2019-10-09 Thread Michael Everitt
On 10/10/19 03:57, Kent Fredric wrote: > On Wed, 9 Oct 2019 19:45:34 -0700 > Zac Medico wrote: > >> I'd prefer to disable --autounmask by default and include warnings about >> harmful behavior in the documentation. > I think autounmasks behaviour with regards to USE flags is useful, > (heh), its j

Re: [gentoo-dev] [RFC] Disable --autounmask auto-unmasking keywords / masks by default

2019-10-09 Thread Kent Fredric
On Wed, 9 Oct 2019 19:45:34 -0700 Zac Medico wrote: > I'd prefer to disable --autounmask by default and include warnings about > harmful behavior in the documentation. I think autounmasks behaviour with regards to USE flags is useful, (heh), its just everything else it does tends to violate stab

Re: [gentoo-dev] [RFC] Disable --autounmask auto-unmasking keywords / masks by default

2019-10-09 Thread Zac Medico
On 10/9/19 4:53 PM, Kent Fredric wrote: > One of the recurring problems we face in #gentoo is end users coming > to us with confusing problems, and their problems are exacerbated > because their default workflow ended up with them unmasking some ** > version of perl. > > There is already a bug for

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-09 Thread Alec Warner
On Wed, Oct 9, 2019 at 10:01 AM Mike Pagano wrote: > This change will support moving the genpatches tarballs from > /space/distfiles-local to > the devspace ~developer/public_html/dist/genpatches > I think it would help if you discussed why we were making this change. (I mean I can guess why, bu

[gentoo-dev] [RFC] Disable --autounmask auto-unmasking keywords / masks by default

2019-10-09 Thread Kent Fredric
One of the recurring problems we face in #gentoo is end users coming to us with confusing problems, and their problems are exacerbated because their default workflow ended up with them unmasking some ** version of perl. There is already a bug for this behaviour [1], and comments say that portage d

Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-09 Thread Mike Pagano
This change will support moving the genpatches tarballs from /space/distfiles-local to the devspace ~developer/public_html/dist/genpatches. Co-authored-by: Thomas Deutschmann Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

Re: [gentoo-dev] [PATCH 03/16] gnome2-utils.eclass: remove redundant @USAGE lines

2019-10-09 Thread Mart Raudsepp
Ühel kenal päeval, K, 09.10.2019 kell 22:12, kirjutas Gilles Dartiguelongue: > Looks good. I'm waiting on a patch or patchset for EAPI-7 fixes to appear to gentoo-dev for review, and then to merge all of that in the same push (together with a trivial third change waiting in bugzilla). That patchse

Re: [gentoo-dev] [PATCH v2 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-09 Thread Michał Górny
On Wed, 2019-10-09 at 15:31 -0400, Mike Pagano wrote: > Thanks for the suggestion. This is version 2 > > This change will support moving the genpatches tarballs from > /space/distfiles-local to > the devspace ~developer/public_html/dist/genpatches. > > > Signed-off-by: Mike Pagano > --- > ecl

[gentoo-dev] RFC: UID/GID assignment for deluge (545/545)

2019-10-09 Thread Craig Andrews
I would like to reserve UID/GID 545 for deluge (net-p2p/deluge). We currently use dynamic UID/GIDs. As far as I can tell, UID/GID 545 is free [1] Here's a PR for this change [2] [1] https://api.gentoo.org/uid-gid.txt [2] https://github.com/gentoo/gentoo/pull/13241 Thanks, ~Craig signature.a

Re: [gentoo-dev] [PATCH 03/16] gnome2-utils.eclass: remove redundant @USAGE lines

2019-10-09 Thread Gilles Dartiguelongue
Looks good. Le vendredi 06 septembre 2019 à 13:40 -0500, bkoh...@gentoo.org a écrit : > From: Ben Kohler > > Signed-off-by: Ben Kohler > --- > eclass/gnome2-utils.eclass | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass > inde

Re: [gentoo-dev] [PATCH v2 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-09 Thread Mike Pagano
Thanks for the suggestion. This is version 2 This change will support moving the genpatches tarballs from /space/distfiles-local to the devspace ~developer/public_html/dist/genpatches. Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-09 Thread Ulrich Mueller
> On Wed, 09 Oct 2019, Mike Pagano wrote: > - GENPATCHES_URI+=" > ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}" > + GENPATCHES_URI+=" > ${use_cond_start}https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end} > > +

[gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-09 Thread Mike Pagano
This change will support moving the genpatches tarballs from /space/distfiles-local to the devspace ~developer/public_html/dist/genpatches Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/kernel-2.eclass b/eclass