Re: [gentoo-dev] Package up for grabs: dev-util/rbtools

2019-09-27 Thread Hans de Graaff
On Fri, 2019-09-06 at 20:32 +0200, Andreas Sturmlechner wrote: > > KDE proj was maintaining this for contributing to kde.org's > reviewboard > instance only. This is long obsolete and we have no use for it > anymore. I'll take this since we use this at work and I already maintain reviewboard ebu

Re: [gentoo-dev] [PATCH] sys-libs/db: Remove --default-symver usage.

2019-09-27 Thread Manoj Gupta
On Fri, Sep 27, 2019 at 12:49 PM Brian Evans wrote: > On 9/27/2019 3:31 PM, Manoj Gupta wrote: > > sys-libs/db-18.1.32 can builds without "--default-symver" > > linker flag. This fixes the build issue when using LLD linker > > which does not support this flag. > > > > Given that sys-libs/db is th

Re: [gentoo-dev] [PATCH] sys-libs/db: Remove --default-symver usage.

2019-09-27 Thread Brian Evans
On 9/27/2019 3:31 PM, Manoj Gupta wrote: > sys-libs/db-18.1.32 can builds without "--default-symver" > linker flag. This fixes the build issue when using LLD linker > which does not support this flag. > > Given that sys-libs/db is the only Gentoo package using > "--default-symver" linker, it is pr

[gentoo-dev] [PATCH] sys-libs/db: Remove --default-symver usage.

2019-09-27 Thread Manoj Gupta
sys-libs/db-18.1.32 can builds without "--default-symver" linker flag. This fixes the build issue when using LLD linker which does not support this flag. Given that sys-libs/db is the only Gentoo package using "--default-symver" linker, it is probably not a terrible idea to drop use of "--default-

[gentoo-dev] Re: [PATCH] perl-app.eclass: remove unneeded @USAGE lines

2019-09-27 Thread Andreas K. Huettel
Just do it. (But perl-app.eclass should die in a fire anyway.) Am Freitag, 6. September 2019, 21:02:21 CEST schrieb Ben Kohler: > Signed-off-by: Ben Kohler > --- > eclass/perl-app.eclass | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass

[gentoo-dev] Last rites: virtual/python-pmw

2019-09-27 Thread Michał Górny
# Michał Górny (2019-09-27) # The virtual is not really useful since all reverse dependencies # support only Python 2.7. All its uses were replaced with direct # dependencies on dev-python/pmw. # Removal in 30 days. virtual/python-pmw -- Best regards, Michał Górny signature.asc Description:

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

2019-09-27 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 | 178 1 file changed, 178 insertions(+) create mode 100644 eclass/go-module.eclass diff --git a/eclas

[gentoo-dev] [PATCH v3 0/1] new eclass for go modules (hopefully the last iteration)

2019-09-27 Thread William Hubbs
William Hubbs (1): go-module.eclass: new eclass for go modules eclass/go-module.eclass | 178 1 file changed, 178 insertions(+) create mode 100644 eclass/go-module.eclass -- 2.21.0