Re: [gentoo-dev] [PATCH 2/2] perl-module.class: Enable EAPI=7 support

2019-08-14 Thread James Le Cuirot
On Wed, 14 Aug 2019 11:42:16 +1200 Kent Fredric wrote: > On Tue, 13 Aug 2019 20:39:01 +0100 > James Le Cuirot wrote: > > > Unfortunately there's currently no way to say that the versions of a > > package across BDEPEND, DEPEND, and RDEPEND must be (roughly?) equal so > > there's nothing to stop

Re: [gentoo-dev] [PATCH 2/2] perl-module.class: Enable EAPI=7 support

2019-08-14 Thread Kent Fredric
On Wed, 14 Aug 2019 10:16:57 +0100 James Le Cuirot wrote: > Yes, I thought that was probably the case. Python is more forgiving in > this regard. In perls case, some of that unforgivingness is upstream dev's stuffing custom logic into Makefile.PL that calls "die", when EUMM will automatically wa

Re: [gentoo-dev] RFC: UID/GID assignment for knot (53)

2019-08-14 Thread Michael Orlitzky
On 8/13/19 10:30 AM, Pierre-Olivier Mercier wrote: > > Pending PR: https://github.com/gentoo/gentoo/pull/12481 > > > DESCRIPTION="User for knot DNS server" > ACCT_USER_ID=53 > ACCT_USER_HOME=/var/lib/knot > ACCT_USER_HOME_OWNER=knot:knot > ACCT_USER_GROUPS=( knot ) > ACCT_USER_SHELL=/bin/false A

[gentoo-dev] Last rites: dev-java/kryo

2019-08-14 Thread Aaron Bauman
# Aaron Bauman (2019-08-14) # open sec bug #576874, unmaintained in Gentoo # no rdeps. Removal in 30 days dev-java/kryo signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-java/groovy

2019-08-14 Thread Aaron Bauman
# Aaron Bauman (2019-08-14) # open sec bug #605690, unmaintained # Removal in 30 days dev-java/groovy app-misc/freemind -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-java/svgsalamander

2019-08-14 Thread Aaron Bauman
# Aaron Bauman (2019-08-14) # open sec bug #607720, unmaintained # Removal in 30 days dev-java/svgsalamander dev-java/flyingsaucer -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-java/logback

2019-08-14 Thread Aaron Bauman
# Aaron Bauman (20109-08-14) # open sec bug #612914, unmaintained # Removal in 30 days dev-java/logback -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: sys-process/fuser-bsd

2019-08-14 Thread Michał Górny
# Michał Górny (2019-08-14) # Replaced by sys-freebsd/freebsd-ubin, therefore not installable # anymore. All revdeps support the replacement. # Removal in 14 days. Bug #688502. sys-process/fuser-bsd -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message

[gentoo-dev] Last rites: dev-java/smack & friends

2019-08-14 Thread Aaron Bauman
# Aaron Bauman (2019-08-14) # longstanding sec vulns, unpatched, not maintained # bug #509354, #519216, #603440 # list includes rdeps. Removal in 30 days. dev-java/smack dev-java/netbeans-ide dev-java/netbeans-apisupport dev-java/netbeans-cnd dev-java/netbeans-dlight dev-java/netbeans-enterprise d

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

2019-08-14 Thread Michał Górny
# Michał Górny (2019-08-14) # No longer builds. Homepage is gone, and its keep-alive fork is also # dead. # Removal in 30 days. Bug #691840. sys-apps/lomoco -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: dev-java/xstream

2019-08-14 Thread Aaron Bauman
# Aaron Bauman (2019-08-14) # open sec bug #622428, unmaintained # list includes rdeps. Removal in 30 days. dev-java/xstream dev-java/jsap net-misc/java-wakeonlan sci-biology/goby -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-java/jlayer

2019-08-14 Thread Andreas K. Huettel
# Andreas K. Hüttel (2019-08-14) # EAPI=2, ages old, effectively unmaintained. Gone in # 30 days. Bug 688154 dev-java/jlayer -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signe

[gentoo-dev] Last rites: dev-java/itext & friends

2019-08-14 Thread Aaron Bauman
# Aaron Bauman (2019-08-14) # sec bug #636976, unmaintained in Gentoo, license # forked multiple times. Removal in 30 days. dev-java/itext

[gentoo-dev] [PATCH] acct-user.eclass: handle missing path in preinst

2019-08-14 Thread Mike Gilbert
Closes: https://bugs.gentoo.org/691478 Signed-off-by: Mike Gilbert --- eclass/acct-user.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index 60009643c144..cec5d0506879 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.ec

Re: [gentoo-dev] [PATCH] acct-user.eclass: handle missing path in preinst

2019-08-14 Thread Michał Górny
On Wed, 2019-08-14 at 17:14 -0400, Mike Gilbert wrote: > Closes: https://bugs.gentoo.org/691478 > Signed-off-by: Mike Gilbert > --- > eclass/acct-user.eclass | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass > index 60009643c144..cec5

Re: [gentoo-dev] [PATCH] acct-user.eclass: handle missing path in preinst

2019-08-14 Thread Michael Orlitzky
On 8/14/19 5:14 PM, Mike Gilbert wrote: > Closes: https://bugs.gentoo.org/691478 > Signed-off-by: Mike Gilbert > --- > eclass/acct-user.eclass | 5 + This is a symptom of another problem. The man user claims /usr/share/man as its home directory, and insists on changing its permissions to root

[gentoo-dev] [PATCH] perl-module.eclass: Also populate BDEPEND in EAPI=7

2019-08-14 Thread dilfridge
From: Andreas K. Hüttel In addition, no slot op in DEPEND. Signed-off-by: Andreas K. Hüttel --- eclass/perl-module.eclass | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 81f79992d76

Re: [gentoo-dev] [PATCH] acct-user.eclass: handle missing path in preinst

2019-08-14 Thread Mike Gilbert
On Wed, Aug 14, 2019, 5:26 PM Michał Górny wrote: > On Wed, 2019-08-14 at 17:14 -0400, Mike Gilbert wrote: > > Closes: https://bugs.gentoo.org/691478 > > Signed-off-by: Mike Gilbert > > --- > > eclass/acct-user.eclass | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a/eclass/ac

Re: [gentoo-dev] [PATCH] acct-user.eclass: handle missing path in preinst

2019-08-14 Thread Mike Gilbert
On Wed, Aug 14, 2019, 5:29 PM Michael Orlitzky wrote: > On 8/14/19 5:14 PM, Mike Gilbert wrote: > > Closes: https://bugs.gentoo.org/691478 > > Signed-off-by: Mike Gilbert > > --- > > eclass/acct-user.eclass | 5 + > > This is a symptom of another problem. The man user claims /usr/share/man >

[gentoo-dev] [PATCH] acct-user.eclass: ignore missing directory in preinst

2019-08-14 Thread Mike Gilbert
Closes: https://bugs.gentoo.org/691478 --- eclass/acct-user.eclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index 60009643c144..077f85417ce8 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.eclass @@ -3

Re: [gentoo-dev] [PATCH] acct-user.eclass: ignore missing directory in preinst

2019-08-14 Thread Michał Górny
On Wed, 2019-08-14 at 19:54 -0400, Mike Gilbert wrote: > Closes: https://bugs.gentoo.org/691478 > --- > eclass/acct-user.eclass | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass > index 60009643c144..077f85417ce8 100