[gentoo-dev] [PATCH] ebuild-maintenance/removal: Process for virtual removal

2020-09-06 Thread Michał Górny
Signed-off-by: Michał Górny --- ebuild-maintenance/removal/text.xml | 43 + 1 file changed, 43 insertions(+) diff --git a/ebuild-maintenance/removal/text.xml b/ebuild-maintenance/removal/text.xml index eabbdaf..3575b5c 100644 --- a/ebuild-maintenance/removal/text.xml

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

2020-09-06 Thread Robin H. Johnson
b43ab62e948 acct-group/sobexsrv 20200906-08:15 bircoph 134b44a3b70 acct-group/ultimaker 20200830-17:18 expeditioneer dcf01ac5826 acct-user/kismet 20200902-03:24 zerochaos 6a8a9d13eab acct-user/nslcd 20200904-23:45 chutzpah

Re: [gentoo-dev] Packages up for grabs: games-engines/love

2020-09-06 Thread Jonas Stein
On 06/09/2020 23.03, Henrik Pihl wrote: > I would like to have games-engines/love, if it's possible for an unofficial > developer. Yes, you can fix the tickets and prepare PR's via github. Add a link to the bug as described in https://www.gentoo.org/glep/glep-0066.html After several contributions

[gentoo-dev] Too many proxied maintainers who retire after first contribution. (was: Packages up for grabs: games-engines/love)

2020-09-06 Thread Jonas Stein
Dear all > > the following packages are up for grabs after retirement > of the proxied maintainer: > > https://packages.gentoo.org/packages/games-engines/love > > The package remains now with several open tickets and even patches. > User reported the patch works. The proxied maintainer fixed ex

Re: [gentoo-dev] [PATCH 2/2] eutils.eclass: Use optfeature() from optfeature.eclass

2020-09-06 Thread David Seifert
On Sun, 2020-09-06 at 21:49 +0200, Ulrich Mueller wrote: > > > > > > On Sun, 06 Sep 2020, David Seifert wrote: > > @@ -20,7 +20,7 @@ _EUTILS_ECLASS=1 > > # implicitly inherited (now split) eclasses > > case ${EAPI:-0} in > > 0|1|2|3|4|5|6) > > - inherit desktop epatch estack ltprune multilib p

Re: [gentoo-dev] Packages up for grabs: games-engines/love

2020-09-06 Thread Henrik Pihl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I would like to have games-engines/love, if it's possible for an unofficial developer. Henrik On 2020-09-06 at 20:04, jst...@gentoo.org wrote: > Dear all > > the following packages are up for grabs after retirement > of the proxied maintainer: > >

[gentoo-dev] Packages up for grabs: games-engines/love

2020-09-06 Thread Jonas Stein
Dear all the following packages are up for grabs after retirement of the proxied maintainer: https://packages.gentoo.org/packages/games-engines/love The package remains now with several open tickets and even patches. User reported the patch works. Please take care of this package, if you want t

Re: [gentoo-dev] [PATCH 2/2] eutils.eclass: Use optfeature() from optfeature.eclass

2020-09-06 Thread Ulrich Mueller
> On Sun, 06 Sep 2020, David Seifert wrote: > @@ -20,7 +20,7 @@ _EUTILS_ECLASS=1 > # implicitly inherited (now split) eclasses > case ${EAPI:-0} in > 0|1|2|3|4|5|6) > - inherit desktop epatch estack ltprune multilib preserve-libs \ > + inherit desktop epatch estack ltprune multilib

Re: [gentoo-dev] [PATCH 1/2] optfeature.eclass: New eclass with definition from eutils

2020-09-06 Thread David Seifert
On Sun, 2020-09-06 at 18:51 +0300, Joonas Niilola wrote: > On 9/6/20 6:47 PM, David Seifert wrote: > > --- > > eclass/optfeature.eclass | 63 > > > > 1 file changed, 63 insertions(+) > > create mode 100644 eclass/optfeature.eclass > > > Can we have the "w

Re: [gentoo-dev] [PATCH 1/2] eclass: Add first version of lua.eclass

2020-09-06 Thread Azamat Hackimov
Hello! Some notes from me. чт, 3 сент. 2020 г. в 16:37, Marek Szuba : > +# @ECLASS-VARIABLE: LUA > +# @DEFAULT_UNSET > +# @DESCRIPTION: > +# The absolute path to the current Lua interpreter. This variable is set > +# automatically in functions called by lua_foreach_impl(). > +# > +# Example valu

Re: [gentoo-dev] [PATCH 1/2] optfeature.eclass: New eclass with definition from eutils

2020-09-06 Thread Joonas Niilola
On 9/6/20 6:47 PM, David Seifert wrote: > --- > eclass/optfeature.eclass | 63 > 1 file changed, 63 insertions(+) > create mode 100644 eclass/optfeature.eclass > Can we have the "why" answered? Wasn't this supposed to be part of future EAPI? -- juippis

[gentoo-dev] [PATCH 2/2] eutils.eclass: Use optfeature() from optfeature.eclass

2020-09-06 Thread David Seifert
Signed-off-by: David Seifert --- eclass/eutils.eclass | 49 ++-- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 20dec774f2f..4255056f310 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.

[gentoo-dev] [PATCH 1/2] optfeature.eclass: New eclass with definition from eutils

2020-09-06 Thread David Seifert
Signed-off-by: David Seifert --- eclass/optfeature.eclass | 63 1 file changed, 63 insertions(+) create mode 100644 eclass/optfeature.eclass diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass new file mode 100644 index 000..b0082606

Re: [gentoo-dev] [PATCH] lua.eclass: initial implementation

2020-09-06 Thread David Seifert
On Thu, 2020-09-03 at 15:37 +0200, Marek Szuba wrote: > Ladies and gentlemen, > > Here is my first attempt on creating an eclass which would handle > installation of Lua modules for multiple implementations. As some of > you > are aware of, the lack of such an eclass has been a major issue for > o

[gentoo-dev] [PATCH 2/2] systemd.eclass: deprecate tmpfiles functions

2020-09-06 Thread Mike Gilbert
Bug: https://bugs.gentoo.org/740638 Signed-off-by: Mike Gilbert --- eclass/systemd.eclass | 6 ++ 1 file changed, 6 insertions(+) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 97ecf0786aef..09ea71bbfdc5 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -240

[gentoo-dev] [PATCH 1/2] systemd.eclass: fix systemd_tmpfiles_create under EAPI 7

2020-09-06 Thread Mike Gilbert
Closes: https://bugs.gentoo.org/740586 Signed-off-by: Mike Gilbert --- eclass/systemd.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 04f277e94d64..97ecf0786aef 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.e