Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Kent Fredric
On Mon, 9 Sep 2019 16:46:16 -0500 William Hubbs wrote: > will list the dependencies of a module, but that doesn't look like it > can be translated into src_uri format. If you use the mirror as mentioned in https://blog.golang.org/module-mirror-launch Then you should be able to do it in a strai

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread William Hubbs
On Mon, Sep 09, 2019 at 03:57:18PM -0700, Georgy Yakovlev wrote: > On Monday, September 9, 2019 2:46:16 PM PDT William Hubbs wrote: > > On Tue, Sep 10, 2019 at 08:35:17AM +1200, Kent Fredric wrote: > > > On Mon, 9 Sep 2019 12:34:18 -0500 > > > > > > William Hubbs wrote: > > > > There is another o

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Georgy Yakovlev
On Monday, September 9, 2019 2:46:16 PM PDT William Hubbs wrote: > On Tue, Sep 10, 2019 at 08:35:17AM +1200, Kent Fredric wrote: > > On Mon, 9 Sep 2019 12:34:18 -0500 > > > > William Hubbs wrote: > > > There is another option I want to try which is adding "go mod vendor" to > > > src_unpack for g

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Alec Warner
On Mon, Sep 9, 2019 at 3:10 PM William Hubbs wrote: > On Mon, Sep 09, 2019 at 09:00:31PM +0200, Michał Górny wrote: > > On Mon, 2019-09-09 at 13:41 -0500, William Hubbs wrote: > > > On Mon, Sep 09, 2019 at 11:19:02AM -0700, Zac Medico wrote: > > > > On 9/9/19 10:34 AM, William Hubbs wrote: > > >

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread William Hubbs
On Mon, Sep 09, 2019 at 09:00:31PM +0200, Michał Górny wrote: > On Mon, 2019-09-09 at 13:41 -0500, William Hubbs wrote: > > On Mon, Sep 09, 2019 at 11:19:02AM -0700, Zac Medico wrote: > > > On 9/9/19 10:34 AM, William Hubbs wrote: > > > > > > > There is another option I want to try which is adding

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread William Hubbs
On Tue, Sep 10, 2019 at 08:35:17AM +1200, Kent Fredric wrote: > On Mon, 9 Sep 2019 12:34:18 -0500 > William Hubbs wrote: > > > There is another option I want to try which is adding "go mod vendor" to > > src_unpack for go packages. > > Is it infeasible to write a tool that you execute as a maint

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Kent Fredric
On Mon, 9 Sep 2019 12:34:18 -0500 William Hubbs wrote: > There is another option I want to try which is adding "go mod vendor" to > src_unpack for go packages. Is it infeasible to write a tool that you execute as a maintainer, that simulates what "go mod vendor" would do, but instead emits a li

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread William Hubbs
On Mon, Sep 09, 2019 at 02:54:51PM -0400, Michael Orlitzky wrote: > On 9/9/19 2:19 PM, Zac Medico wrote: > > On 9/9/19 10:34 AM, William Hubbs wrote: > > > >> There is another option I want to try which is adding "go mod vendor" to > >> src_unpack for go packages. > > > > If you do that then it w

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Michał Górny
On Mon, 2019-09-09 at 13:41 -0500, William Hubbs wrote: > On Mon, Sep 09, 2019 at 11:19:02AM -0700, Zac Medico wrote: > > On 9/9/19 10:34 AM, William Hubbs wrote: > > > > > There is another option I want to try which is adding "go mod vendor" to > > > src_unpack for go packages. > > > > If you do

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Ulrich Mueller
> On Mon, 09 Sep 2019, William Hubbs wrote: > There is another option I want to try which is adding "go mod vendor" > to src_unpack for go packages. That's pretty much a no-go for a regular Gentoo package, because it would circumvent checksum verification, and would require network access at

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Michael Orlitzky
On 9/9/19 2:19 PM, Zac Medico wrote: > On 9/9/19 10:34 AM, William Hubbs wrote: > >> There is another option I want to try which is adding "go mod vendor" to >> src_unpack for go packages. > > If you do that then it will violate FEATURES=network-sandbox (default) > unless you also do PROPERTIES+=

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread William Hubbs
On Mon, Sep 09, 2019 at 11:19:02AM -0700, Zac Medico wrote: > On 9/9/19 10:34 AM, William Hubbs wrote: > > > There is another option I want to try which is adding "go mod vendor" to > > src_unpack for go packages. > > If you do that then it will violate FEATURES=network-sandbox (default) > unless

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Zac Medico
On 9/9/19 10:34 AM, William Hubbs wrote: > There is another option I want to try which is adding "go mod vendor" to > src_unpack for go packages. If you do that then it will violate FEATURES=network-sandbox (default) unless you also do PROPERTIES+=" live". We could add a separate PROPERTIES valu

[gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread William Hubbs
All, First off, everything I'm saying here is definitely open to discussion; they are issues I have found with go 1.13. with Go 1.13, go modules are the default way to build software written in Go. If upstream has a go.mod file in their distribution, this version of Go will assume that they are u

Re: [gentoo-dev] [RFC] Allowing pkgcheck as a replacement for repoman

2019-09-09 Thread Michał Górny
On Mon, 2019-09-09 at 08:38 -0700, Alec Warner wrote: > On Sun, Sep 8, 2019 at 11:24 PM Michał Górny wrote: > > > Hi, > > > > This is something I'd like to pass to the Council for the next meeting. > > > > TL;DR: I'd like to allow using pkgcheck instead of repoman because it's > > 5-26 times fa

Re: [gentoo-dev] [RFC] Allowing pkgcheck as a replacement for repoman

2019-09-09 Thread Alec Warner
On Sun, Sep 8, 2019 at 11:24 PM Michał Górny wrote: > Hi, > > This is something I'd like to pass to the Council for the next meeting. > > TL;DR: I'd like to allow using pkgcheck instead of repoman because it's > 5-26 times faster and more convenient to use. > > > The current policy requires you t

[gentoo-dev] Last rites: www-client/ck4up

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Last bumped in 2009, last upstream release in 2014. # EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693944. www-client/ck4up -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: www-apps/metadot

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Last bumped in 2006. Homepage gone (domain taken over). EAPI 0. # No amd64 keyword. # Removal in 30 days. Bug #693942. www-apps/metadot -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: www-apps/browser-config

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. EAPI 0. No amd64 keyword. Does not support most # of the modern browsers. Obsoleted by x11-misc/xdg-utils # and desktop-specific tools. # Removal in 30 days. Bug #693940. www-apps/browser-config --- As a curiosity, supported browsers: browser-conf

[gentoo-dev] Last rites: www-apache/mod_diagnostics

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Added in 2005. Last upstream update in 2003. EAPI 0. # No amd64 keyword. # Removal in 30 days. Bug #693938. www-apache/mod_diagnostics -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-libs/lrmi

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Last release in 2005. EAPI 0. No amd64 keyword. No reverse # dependencies. # Removal in 30 days. Bug #693936. sys-libs/lrmi -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-fs/scan-ffs

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Added in 2006 and not updated since. EAPI 0. Keyworded only for dead # x86-fbsd. # Removal in 30 days. Bug #693934. sys-fs/scan-ffs -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-cluster/ocfs

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Added in 2005, not bumped since. Last upstream release in 2007. # EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693932. sys-cluster/ocfs -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-cluster/feedbackd-{agent,master}

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Added in 2005, no upstream releases since. EAPI 0. No amd64 keyword. # -master is reported to fail to build. # Removal in 30 days. Bug #693930. sys-cluster/feedbackd-agent sys-cluster/feedbackd-master -- Best regards, Michał Górny signature.asc Description: Th

Re: [gentoo-dev] RFC: UID/GID assignment for tox (236)

2019-09-09 Thread JoMull01
Yes, I created a pull request for net-libs/tox with all three packages in it. I was asked to split the request into three. Once acct-group/tox is merged I will create a pull for acct-user/tox and lastly the updated net-libs/tox will be merged. Thanks ‐‐‐ Original Message ‐‐‐ On Sunday,

[gentoo-dev] Last rites: sys-boot/raincoat

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Last bumped in 2009, last upstream release from 2005. # EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693908. sys-boot/raincoat -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-auth/icmpdn

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Added in 2006, no new releases since. EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693906. sys-auth/icmpdn -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-apps/netboot-base

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Not touched since 2005. EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693904. sys-apps/netboot-base -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-apps/fwcrv

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Added in 2005 and not bumped since. Homepage gone. EAPI 0. No amd64 # keyword. # Removal in 30 days. Bug #693902. sys-apps/fwcrv -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: sys-apps/checkservice

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Added in 2004 and not bumped since. Homepage is gone. # EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693900. sys-apps/checkservice -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: net-wireless/orinoco-fwutils

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Last bumped in 2012, last release in 2007. EAPI 0. # No amd64 keyword. # Removal in 30 days. Bug #693888. net-wireless/orinoco-fwutils -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: net-p2p/xnap

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Last release in 2004. EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693886. net-p2p/xnap -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: net-p2p/smet2html

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Added in 2004, last release in 2002. EAPI 0. # QA issues. No amd64 keyword. # Removal in 30 days. Bug #693884. net-p2p/smet2html -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: net-p2p/myster

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Added in 2004 and not bumped since. Homepage dead. # EAPI 0. No amd64 keyword. # Removal in 30 days. Bug #693882. net-p2p/myster -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: net-p2p/mktorrent-borg

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Last bumped in 2008, last upstream activity in 2010. # EAPI 0. QA issues. No amd64 keyword. # Removal in 30 days. Bug #693880. net-p2p/mktorrent-borg -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message par

[gentoo-dev] Last rites: net-misc/shout

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Added in 2002 and not bumped since. EAPI 0. No amd64 keyword. # Sources are no longer to be found on the homepage, and upstream # explicitly points to third-party applications. # Removal in 30 days. Bug #693878. net-misc/shout -- Best regards, Michał Górny sig

[gentoo-dev] Last rites: net-misc/hlfl

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Last bumped in 2003. Homepage gone. EAPI 0. # No amd64 keyword. # Removal in 30 days. Bug #693876. net-misc/hlfl -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: net-mail/gensig

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Last bumped in 2003, no new releases since. EAPI 0. # No amd64 keywords. # Removal in 30 days. Bug #693868. net-mail/gensig -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: net-mail/qmail-{lint,qsanity}

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Both added in 2003, no new releases since. Homepage dead. EAPI 0. # No amd64 keywords. # Removal in 30 days. Bug #693866. net-mail/qmail-lint net-mail/qmail-qsanity -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message par

[gentoo-dev] Last rites: net-mail/fastforward

2019-09-09 Thread Michał Górny
# Michał Górny (2019-09-09) # Unmaintained. Added in 2001, no new releases since. EAPI 0. # Multiple QA issues. No amd64 keywords. # Removal in 30 days. Bug #693864. net-mail/fastforward -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: [PATCH] prefix.eclass: minor @USAGE fix

2019-09-09 Thread Michael Haubenwallner
LGTM On 9/6/19 9:06 PM, Ben Kohler wrote: > Signed-off-by: Ben Kohler > --- > eclass/prefix.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass > index 8ae3e3a531d..435e99fdf92 100644 > --- a/eclass/prefix.eclass > +++ b/ec