Re: [gentoo-dev] [RFC] Adding 'GPL-2-only', 'GPL-3-only' etc. license variants for better auditing

2019-09-24 Thread Ulrich Mueller
> On Tue, 24 Sep 2019, Matt Turner wrote: > Just responding because the absurdity of this angers me, to be honest. > See if you notice anything funny about the URL: > https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html What do you mean? Should we localise it, because translations i

[gentoo-dev] x11-misc/enlightenment-extra: last-rites

2019-09-24 Thread Joonas Niilola
Upstream decided to deprecate this service, and app. Removal in~30 days. Bug #695562. -- Joonas 'juippis' Niilola

Re: [gentoo-dev] [RFC] Adding 'GPL-2-only', 'GPL-3-only' etc. license variants for better auditing

2019-09-24 Thread Matt Turner
On Tue, Sep 24, 2019 at 12:13 AM Ulrich Mueller wrote: > > > On Tue, 24 Sep 2019, Matt Turner wrote: > > > Just responding because the absurdity of this angers me, to be honest. > > See if you notice anything funny about the URL: > > > https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.h

Re: [gentoo-dev] [PATCH 2/2] go-module-vendor.eclass: new eclass for go modules that do not vendor

2019-09-24 Thread Zac Medico
On 9/23/19 5:30 PM, William Hubbs wrote: >> +# @FUNCTION: go-module-vendor_src_unpack >> +# @DESCRIPTION: >> +# Extract all archives in ${a} which are not nentioned in ${EGO_VENDOR} >> +# to their usual locations then extract all archives mentioned in >> +# ${EGO_VENDOR} to ${S}/vendor. >> +go-modu

[gentoo-dev] [PATCH 0/1] new eclass for go modules (another proposal)

2019-09-24 Thread William Hubbs
All, this version combines the two eclasses from the previous proposal into one and takes some imspiration from the cargo eclass for handling the dependencies. Thoughts? William William Hubbs (1): go-module.eclass: new eclass for go modules eclass/go-module.eclass | 164

[gentoo-dev] [PATCH 1/1] go-module.eclass: new eclass for go modules

2019-09-24 Thread William Hubbs
This eclass includes the basic settings and src_unpack/pkg_postinst functions for Go modules. Signed-off-by: William Hubbs --- eclass/go-module.eclass | 164 1 file changed, 164 insertions(+) create mode 100644 eclass/go-module.eclass diff --git a/eclas

[gentoo-dev] RFC: GID/UID assignment for Bitcoin services (493)

2019-09-24 Thread Luke Dashjr
I'd like to reserve GID/UID 493 for system-wide Bitcoin services (group/user name "bitcoin"). There is no standard UID number for this purpose, and other distros don't appear to have it assigned in their lists either. 493 was just the highest one <500 available. Luke

Re: [gentoo-dev] [RFC] @DISTFILE-REDISTRIBUTABLE license group

2019-09-24 Thread Michał Górny
On Sat, 2019-09-21 at 09:17 +0200, Michał Górny wrote: > Hi, > > We currently have @BINARY-REDISTRIBUTABLE license group that somewhat > concerns RESTRICT=bindist. I think it'd be reasonable to introduce > a matching group concerning RESTRICT=mirror. > > My proposition would be to add @DISTFILE-