[gentoo-dev] [PATCH] java-utils-2.eclass: Add RESTRICT="!test? ( test )"

2019-12-11 Thread Michał Górny
Add RESTRICT="!test? ( test )" when the ebuild specified JAVA_PKG_IUSE="test". This fixes further 100 MissingTestRestrict cases. Signed-off-by: Michał Górny --- eclass/java-utils-2.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/java-utils-2.eclass

[gentoo-dev] Re: [PATCH] haskell-cabal.eclass: Fix MissingTestRestrict

2019-12-11 Thread Sergei Trofimovich
On Wed, 11 Dec 2019 10:51:36 +0100 Michał Górny wrote: > This fixes 564 cases of MissingTestRestrict. According to md5-cache > inspection, no other changes in metadata occur. > > Signed-off-by: Michał Górny Looks good. > --- > eclass/haskell-cabal.eclass | 3 ++- > 1 file changed, 2

Re: [gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-11 Thread Aaron Bauman
On Wed, Dec 11, 2019 at 03:58:33PM +0100, Michał Górny wrote: > Append RESTRICT="!test? ( test )" in the default case when virtualx > is conditional to USE=test. This fixes 440 MissingTestRestrict > warnings. > > Signed-off-by: Michał Górny > --- > eclass/virtualx.eclass | 2 ++ > 1 file

Re: [gentoo-dev] [PATCH] haskell-cabal.eclass: Fix MissingTestRestrict

2019-12-11 Thread Aaron Bauman
On Wed, Dec 11, 2019 at 10:51:36AM +0100, Michał Górny wrote: > This fixes 564 cases of MissingTestRestrict. According to md5-cache > inspection, no other changes in metadata occur. > > Signed-off-by: Michał Górny > --- > eclass/haskell-cabal.eclass | 3 ++- > 1 file changed, 2 insertions(+),

[gentoo-dev] Last rites: app-i18n/man-pages-da

2019-12-11 Thread Ulrich Mueller
# Ulrich Müller (2019-12-11) # No license. HOMEPAGE and SRC_URI are dead. # Last visible upstream activity in 2000. # The package contains only 7 man pages in total. # Masked for removal in 30 days. Bug #702468 app-i18n/man-pages-da signature.asc Description: PGP signature

[gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-11 Thread Michał Górny
Append RESTRICT="!test? ( test )" in the default case when virtualx is conditional to USE=test. This fixes 440 MissingTestRestrict warnings. Signed-off-by: Michał Górny --- eclass/virtualx.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/virtualx.eclass

Re: [gentoo-dev] [PATCH 2/2] acct-user/suricata: new user for UID 477

2019-12-11 Thread Michael Orlitzky
On 12/11/19 8:45 AM, Marek Szuba wrote: > +ACCT_USER_HOME=/var/lib/suricata > +ACCT_USER_HOME_PERMS=0750 Please don't set these unless it's absolutely necessary. The rationale for this has finally been committed to the devmanual, but has yet to be pushed to the website. In the meantime it's

[gentoo-dev] [PATCH 1/2] acct-group/suricata: new group for GID 477

2019-12-11 Thread Marek Szuba
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba --- acct-group/suricata/metadata.xml | 8 acct-group/suricata/suricata-0.ebuild | 9 + 2 files changed, 17 insertions(+) create mode 100644 acct-group/suricata/metadata.xml create mode 100644

[gentoo-dev] [PATCH 2/2] acct-user/suricata: new user for UID 477

2019-12-11 Thread Marek Szuba
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba --- acct-user/suricata/metadata.xml | 8 acct-user/suricata/suricata-0.ebuild | 14 ++ 2 files changed, 22 insertions(+) create mode 100644 acct-user/suricata/metadata.xml create mode 100644

[gentoo-dev] [PATCH] haskell-cabal.eclass: Fix MissingTestRestrict

2019-12-11 Thread Michał Górny
This fixes 564 cases of MissingTestRestrict. According to md5-cache inspection, no other changes in metadata occur. Signed-off-by: Michał Górny --- eclass/haskell-cabal.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/haskell-cabal.eclass