[gentoo-dev] Last rites: dev-ruby/sfl

2021-07-18 Thread Hans de Graaff
# Hans de Graaff (2021-07-18) # Compatibility package for ruby 1.8. No longer maintained upstream. # Last release in 2016, but current release in gentoo is from 2012. # No reverse dependencies. # Masked for removal in 30 days. dev-ruby/sfl signature.asc Description: This is a digitally signed me

Re: [gentoo-dev] My resignation from Gentoo

2021-07-18 Thread Andrew Ammerlaan
Hi Marco, Thank you for all your work in Gentoo! I hope we'll maybe see you around again someday, Andrew On 18/07/2021 06:37, Marco Scardovi wrote: Hi everyone, while I'm writing these words I'm full of sadness because you all are an awesome family before being an incredible team. It's been

Re: [gentoo-dev] My resignation from Gentoo

2021-07-18 Thread Marco Scardovi
I hope so too ;) Il giorno dom 18 lug 2021 alle ore 10:20 Andrew Ammerlaan < andrewammerl...@gentoo.org> ha scritto: > Hi Marco, > > Thank you for all your work in Gentoo! > > I hope we'll maybe see you around again someday, > > Andrew > > On 18/07/2021 06:37, Marco Scardovi wrote: > > Hi everyon

Re: [gentoo-dev] My resignation from Gentoo

2021-07-18 Thread Roy Bamford
On 2021.07.18 05:37, Marco Scardovi wrote: > Hi everyone, > > while I'm writing these words I'm full of sadness because you all are > an > awesome family before being an incredible team. > It's been a while I've been thinking about that but actually I've > realized > Gentoo is just something where

Re: [gentoo-dev] My resignation from Gentoo

2021-07-18 Thread Marco Scardovi
Thanks for you kind words. I hope i will find you all when i will come back :) Il Dom 18 Lug 2021, 14:16 Roy Bamford ha scritto: > On 2021.07.18 05:37, Marco Scardovi wrote: > > Hi everyone, > > > > while I'm writing these words I'm full of sadness because you all are > > an > > awesome family b

[gentoo-dev] Package up for grabs: app-editors/retext (and dev-python/markups)

2021-07-18 Thread Nils Freydank
Hi all, I'm stepping down as the proxied maintainer of the graphical markdown editor app-editors/retext and it's dependency dev-python/markups because I didn't use it in a long period and have not enough time to test it thoroughly. Upstream releases are infrequent and retext has no open bugs and

[gentoo-dev] [PATCH] kernel-2.eclass: Add EAPI 8 support

2021-07-18 Thread mpagano
From: Mike Pagano Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 831dd5b5d..f94dd9c43 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -8,7 +8,

[gentoo-dev] [PATCH] verify-sig.eclass: Fix the example to use BROOT

2021-07-18 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/verify-sig.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/verify-sig.eclass b/eclass/verify-sig.eclass index 7f89e5388ba3..2bc5bd5ddba9 100644 --- a/eclass/verify-sig.eclass +++ b/eclass/verify-sig.eclass @@ -29,7 +29,7 @@

[gentoo-dev] [PATCH] optfeature.eclass: Support EAPI-8

2021-07-18 Thread Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner --- eclass/optfeature.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass index 8fc346c3ac6..b853f61be32 100644 --- a/eclass/optfeature.eclass +++ b/eclass/optfeature.eclass @@ -4,11

[gentoo-dev] [PATCH] virtualx.eclass: Support EAPI-8

2021-07-18 Thread Andreas Sturmlechner
Standardise include guard, fix minor typo. Signed-off-by: Andreas Sturmlechner --- eclass/virtualx.eclass | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index ca52e8d2815..f362327cf77 100644 --- a/eclass/virtualx.

[gentoo-dev] [PATCH 1/2] check-reqs.eclass: Support EAPI-8

2021-07-18 Thread Andreas Sturmlechner
Move EAPI check and EXPORT_FUNCTIONS on top, before include guard. Standardise include guard. Signed-off-by: Andreas Sturmlechner --- eclass/check-reqs.eclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.e

[gentoo-dev] [PATCH 2/2] check-reqs.eclass: Drop obsolete check_reqs(), errored out for >3yrs

2021-07-18 Thread Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner --- eclass/check-reqs.eclass | 7 --- 1 file changed, 7 deletions(-) diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index 70c740d0363..d606e1a8749 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -68,13 +68,6 @@ _CH

Re: [gentoo-dev] [PATCH] virtualx.eclass: Support EAPI-8

2021-07-18 Thread Ulrich Mueller
> On Sun, 18 Jul 2021, Andreas Sturmlechner wrote: > case ${EAPI:-0} in This could be just ${EAPI} now (same for check-reqs.eclass). > - [0-5]) die "virtualx.eclass: EAPI ${EAPI} is too old." ;; > - 6|7) ;; > - *) die "virtualx.eclass: EAPI ${EAPI} is not supported yet." ;; > +

Re: [gentoo-dev] [PATCH 1/2] check-reqs.eclass: Support EAPI-8

2021-07-18 Thread Emily Rowlands
On 18/07/2021 21:52, Andreas Sturmlechner wrote: > Move EAPI check and EXPORT_FUNCTIONS on top, before include guard. > Standardise include guard. > > Signed-off-by: Andreas Sturmlechner > --- > eclass/check-reqs.eclass | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(

Re: [gentoo-dev] [PATCH] kernel-2.eclass: Add EAPI 8 support

2021-07-18 Thread Alice
On 7/19/21 2:50 AM, mpag...@gentoo.org wrote: From: Mike Pagano Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 831dd5b5d..f94dd9c43 100644 --- a/eclass/kernel

Re: [gentoo-dev] [PATCH] virtualx.eclass: Support EAPI-8

2021-07-18 Thread Michał Górny
On Sun, 2021-07-18 at 22:46 +0200, Andreas Sturmlechner wrote: > Standardise include guard, fix minor typo. > > Signed-off-by: Andreas Sturmlechner > --- > eclass/virtualx.eclass | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-) > > diff --git a/eclass/virtualx.eclass b/ecla

Re: [gentoo-dev] [PATCH 1/2] check-reqs.eclass: Support EAPI-8

2021-07-18 Thread Michał Górny
On Sun, 2021-07-18 at 22:52 +0200, Andreas Sturmlechner wrote: > Move EAPI check and EXPORT_FUNCTIONS on top, before include guard. > Standardise include guard. > > Signed-off-by: Andreas Sturmlechner > --- While you're doing it: 1. Maybe add underscores prefix to internal functions and vars to

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-07-18 Thread Martin Dummer
Am 28.06.21 um 08:18 schrieb Ulrich Mueller: On Mon, 28 Jun 2021, Martin Dummer wrote: --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -76,7 +76,7 @@  inherit flag-o-matic toolchain-funcs unpacker This should also inherit strip-linguas.eclass, because strip-linguas is ca