[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/

2020-03-08 Thread Robin H. Johnson
Can you please clarify why you removed the last stable version of app-admin/needrestart? Repoman used to warn about this, and I think pkgcheck does as well. On Sun, Mar 01, 2020 at 04:12:05PM +, Craig Andrews wrote: > commit: 50f6c4ac7c78b6c293308c84dbbeb30a5ebf1e05 > Author: Craig

[gentoo-dev] [PATCH] fcaps.eclass: skip fcaps() on Prefix.

2020-03-08 Thread heroxbd
From: Benda Xu Gentoo Prefix runs with a normal user and cannot grant extra capabilities. Exit gracefully with a message. Signed-off-by: Benda Xu --- eclass/fcaps.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass index

Re: [gentoo-dev] News item: Removing ABI_X86_32 support from virtual/opencl

2020-03-08 Thread Matt Turner
On Wed, Mar 4, 2020 at 8:49 AM Marek Szuba wrote: > > This will be shown as relevant to everyone who has installed > virtual/opencl, i.e. also to people on amd64 who have NOT enabled > abi_x86_32 for this package - but there is no way to filter news items > by use flags, is there? Anyway,

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2020-03-08 23:59 UTC

2020-03-08 Thread Robin H. Johnson
-indicator 20200306-00:47 asturm 3be4204def9 Additions: acct-group/icinga 20200304-16:45 prometheanfire b6aa3f48b71 acct-group/icingacmd 20200304-16:46 prometheanfire b870c690f16 acct-group/quagga 20200308

Re: [gentoo-dev] [PATCH] fcaps.eclass: skip fcaps() on Prefix.

2020-03-08 Thread Mike Gilbert
On Sun, Mar 8, 2020 at 5:20 AM wrote: > > From: Benda Xu > > Gentoo Prefix runs with a normal user and cannot grant extra > capabilities. Exit gracefully with a message. > > Signed-off-by: Benda Xu > --- > eclass/fcaps.eclass | 5 + > 1 file changed, 5 insertions(+) > > diff --git

Re: [gentoo-dev] [PATCH] dev-python/metadata.xml: Clarify description

2020-03-08 Thread Michał Górny
On Sun, 2020-03-08 at 10:24 +0100, Francesco Riosa wrote: > longdescription lang="it" > > La categoria dev-python contiene pacchetti il cui scopo principale > è fornire moduli, estensioni e bindings per Python, > nonché strumenti e utilità per lo sviluppo nel linguaggio > di programmazione

Re: [gentoo-dev] Last rites: dev-python/*, python-maintained, py3.6-only, no-revdep

2020-03-08 Thread David Seifert
On Sat, 2020-03-07 at 22:22 +0100, Ulrich Mueller wrote: > > > > > > On Sat, 07 Mar 2020, Michał Górny wrote: > > Surely, you can claim we could just drop them to maintainer-needed. > > What problem does that solve? The package would still miss 3.7 support. > > Users will still suffer when we

Re: [gentoo-dev] [PATCH] dev-python/metadata.xml: Clarify description

2020-03-08 Thread Francesco Riosa
longdescription lang="it" La categoria dev-python contiene pacchetti il cui scopo principale è fornire moduli, estensioni e bindings per Python, nonché strumenti e utilità per lo sviluppo nel linguaggio di programmazione Python. Il giorno dom 8 mar 2020 alle ore 09:52 Michał Górny ha scritto:

[gentoo-dev] [PATCH] fcaps.eclass: skip fcaps() on Prefix.

2020-03-08 Thread heroxbd
From: Benda Xu Gentoo Prefix runs with a normal user and cannot grant extra capabilities. Exit gracefully with a message. Signed-off-by: Benda Xu --- eclass/fcaps.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass index

Re: [gentoo-dev] [PATCH] dev-python/metadata.xml: Clarify description

2020-03-08 Thread Ulrich Mueller
> On Sun, 08 Mar 2020, Michał Górny wrote: > + The dev-python category contains packages whose primary purpose > + is to provide Python modules, extensions and bindings, as well > + as tools and utilities useful for development in the Python > +

[gentoo-dev] [PATCH] dev-python/metadata.xml: Clarify description

2020-03-08 Thread Michał Górny
Rewrite the description for dev-python category in order to clarify its purpose. It has been pointed out that the previous description may have suggested that it is the category for *all* things written in Python. Signed-off-by: Michał Górny --- dev-python/metadata.xml | 44

Re: [gentoo-dev] [PATCH] fcaps.eclass: disable fcaps() on Prefix.

2020-03-08 Thread Ulrich Mueller
> On Sun, 08 Mar 2020, heroxbd wrote: > debug-print-function ${FUNCNAME} "$@" > > + if [[ ${EUID} != 0 ]] ; then > + einfo "Insufficient privileges to execute ${FUNCNAME[0]}" Just a small comment on style, maybe try to stay consistent with the rest of the eclass? That