Re: [gentoo-dev] [PATCH] linux-info.eclass: Documentation updates

2022-05-16 Thread Sam James
> On 14 May 2022, at 23:59, Mike Pagano wrote: > > Document functions which did not have any > documentation or was not formatted to gentoo > specifications > > Signed-off-by: Mike Pagano > --- > eclass/linux-info.eclass | 38 ++ > 1 file changed, 34

Re: [gentoo-portage-dev] Normaliser function for distfiles

2022-05-16 Thread Zac Medico
On 5/16/22 10:37, Markus Walter wrote: Hello all, is it possible to do the following: after fetching a distfile portage runs an external normaliser program specified in an ebuild before checking the hash? My use case is the following: I would like to improve the gs-elpa program and provide a

Re: [gentoo-portage-dev] Normaliser function for distfiles

2022-05-16 Thread Robin H. Johnson
On Mon, May 16, 2022 at 07:37:40PM +0200, Markus Walter wrote: > Hello all, > > is it possible to do the following: after fetching a distfile portage runs > an external normaliser program specified in an ebuild before checking the > hash? > > My use case is the following: I would like to improve

Re: [gentoo-dev] [PATCH v2] linux-info.eclass: Documentation updates

2022-05-16 Thread Mike Pagano
On 5/16/22 08:19, Mike Pagano wrote: Updates based on Ulm's review. Thanks for the review. Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 35 ++- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/eclass/linux-info.eclass

Re: [gentoo-dev] [PATCH] linux-info.eclass: Documentation updates

2022-05-16 Thread Mike Pagano
On 5/16/22 18:57, Sam James wrote: On 14 May 2022, at 23:59, Mike Pagano wrote: Document functions which did not have any documentation or was not formatted to gentoo specifications Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 38 ++ 1

[gentoo-dev] Last rites: dev-python/typish

2022-05-16 Thread Michał Górny
# Michał Górny (2022-05-16) # This was only added for dev-python/nptyping, and nptyping-2.0.0 # no longer uses it.  No activity since Aug 2021. # Removal on 2022-06-15.  Bug #837299. dev-python/typish -- Best regards, Michał Górny

Re: [gentoo-dev] [PATCH v2] linux-info.eclass: Documentation updates

2022-05-16 Thread Mike Pagano
Updates based on Ulm's review. Thanks for the review. Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 35 ++- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index d2003874d..7e130062a

[gentoo-dev] [PATCH 1/2] qmail.eclass: drop obsolete install hooks

2022-05-16 Thread Rolf Eike Beer
The last user went away with mail-mta/qmail-ldap. Signed-off-by: Rolf Eike Beer --- eclass/qmail.eclass | 24 1 file changed, 24 deletions(-) diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 471f2fe7ce5..9b2c5a8c7fb 100644 --- a/eclass/qmail.eclass +++

[gentoo-dev] [PATCH 2/2] qmail.eclass: remove usage of egrep

2022-05-16 Thread Rolf Eike Beer
This does not use extended regular expressions in any way. While at it change the way these matches are done: it's irrelevant if the entire expression is in the file, if there is any rule for the given IP address then do not add the new expression. Signed-off-by: Rolf Eike Beer ---

[gentoo-portage-dev] Normaliser function for distfiles

2022-05-16 Thread Markus Walter
Hello all, is it possible to do the following: after fetching a distfile portage runs an external normaliser program specified in an ebuild before checking the hash? My use case is the following: I would like to improve the gs-elpa program and provide a precomputed overlay for melpa. However the

Re: [gentoo-dev] [PATCH] linux-info.eclass: Documentation updates

2022-05-16 Thread Ulrich Mueller
> On Mon, 16 May 2022, Thomas Bracht Laumann Jespersen wrote: >> +# @FUNCTION: qout >> +# @DESCRIPTION: >> +# qout is a quiet call when EBUILD_PHASE >> # should not have visible output. > The devmanual says that @USAGE is also required for eclass functions > [0]. This is applicable in a