[gentoo-dev] Package up for grabs: www-servers/lighttpd

2022-09-04 Thread Joonas Niilola
Hey, www-servers/lighttpd is up for grabs. Looks like a version bump is pending (and offered as PR#20900). No other bugs open. -- juippis OpenPGP_signature Description: OpenPGP digital signature

[gentoo-dev] Various changes to eclasses

2022-09-04 Thread Arthur Zamarin
This patchset is part of a branch I opened where I cleaned some simple warning of pkgcheck for UnquotedVariable. As part of this branch, I was instructed kindly to not post the simple changes I did (as they will spam) but do include the serious changes across the eclasses. The full changes can be

[gentoo-dev] [PATCH 2/4] myspell-r2.eclass: drop support for EAPI<7

2022-09-04 Thread Arthur Zamarin
- No consumers for EAPI<7 remain in ::gentoo tree - Simplifies dependency logic - fix UnquotedVariable of DISTDIR Signed-off-by: Arthur Zamarin --- eclass/myspell-r2.eclass | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/eclass/myspell-r2.eclass

[gentoo-dev] [PATCH 3/4] myspell-r2.eclass: improve code examples format

2022-09-04 Thread Arthur Zamarin
Signed-off-by: Arthur Zamarin --- eclass/myspell-r2.eclass | 6 ++ 1 file changed, 6 insertions(+) diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index cce75ae4d6..965327ac1b 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -16,19 +16,25 @@ #

[gentoo-dev] [PATCH 1/4] kodi-addon.eclass: drop support for EAPI<7

2022-09-04 Thread Arthur Zamarin
- No consumers for EAPI<7 remain in ::gentoo tree - For those EAPIs, it tries to inherit cmake-utils eclass, which doesn't exist, so it would just fail! - Simplify the eclass logic - Fix UnquotedVariable for EPREFIX Signed-off-by: Arthur Zamarin --- eclass/kodi-addon.eclass | 26

[gentoo-dev] [PATCH 4/4] rebar.eclass: add support for EAPI=8

2022-09-04 Thread Arthur Zamarin
Signed-off-by: Arthur Zamarin --- eclass/rebar.eclass | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass index c982dea5d1..1c7bc20def 100644 --- a/eclass/rebar.eclass +++ b/eclass/rebar.eclass @@ -6,7 +6,7 @@ #

Re: [gentoo-dev] Add systemd/merged-usr profiles

2022-09-04 Thread Marc Schiffbauer
* Mike Gilbert schrieb am 03.09.22 um 01:11 Uhr: > To more directly answer your question: yes, having /usr on a separate > filesystem is still "supported" with an appropriate initramfs. Thanks, makes me sleep better ;) Maybe this can be pointed out a bit more in the docs, to make this more