[gentoo-dev] Last Rites: dev-util/fix-la-relink-command

2022-03-27 Thread Matt Turner
# Matt Turner (2022-03-27) # Dead package. No reverse dependencies. # Removal on 2022-04-27 dev-util/fix-la-relink-command signature.asc Description: PGP signature

[gentoo-dev] Last Rites: dev-libs/gtx

2022-03-27 Thread Matt Turner
# Matt Turner (2022-03-27) # Dead package. No reverse dependencies since 2017. # Removal on 2022-04-27 dev-libs/gtx signature.asc Description: PGP signature

[gentoo-dev] Last Rites: dev-util/appdata-tools

2022-03-27 Thread Matt Turner
# Matt Turner (2022-03-27) # Dead package. See https://blogs.gnome.org/hughsie/2014/10/30/appdata-tools-is-dead/ # Bug #680552 # Removal on 2022-04-27 dev-util/appdata-tools signature.asc Description: PGP signature

[gentoo-dev] Last Rites: Some dev-perl/ GNOME2/Gtk2 packages

2022-03-27 Thread Matt Turner
# Matt Turner (2022-03-27) # GNOME 2 era packages. No reverse dependencies. # Removal on 2022-04-27 dev-perl/gnome2-canvas dev-perl/Gtk2-Ex-PodViewer dev-perl/Gtk2-Ex-PrintDialog dev-perl/Gtk2-Ex-Simple-List dev-perl/Gtk2-ImageView signature.asc Description: PGP signature

Re: [gentoo-dev] Repository mirrors & CI are looking for a new "maintainer"

2022-03-27 Thread Michał Górny
On Thu, 2022-03-24 at 17:31 -0700, Alec Warner wrote: > On Thu, Mar 24, 2022 at 3:41 PM Michał Górny wrote: > > > > Hi, everyone. > > > > TL;DR: I need someone to take over the job of minimal "maintenance" work > > around repo mirrors & CI. I can still do the needed code changes, I > > just

Re: [gentoo-dev] Repository mirrors & CI are looking for a new "maintainer"

2022-03-27 Thread Michał Górny
On Thu, 2022-03-24 at 23:41 +0100, Michał Górny wrote: > If you're interested, please ping me on IRC and I'll give you a quick > run-around and add you where necessary. I don't think you need strictly > to be a dev but you'll need editbugs. laumann will be taking care of the repo reports from

Re: [gentoo-dev] [PATCH 0/9] eclass: Use UID 0 instead of root and other fixes

2022-03-27 Thread Mike Gilbert
On Sun, Mar 27, 2022 at 3:27 AM Ulrich Müller wrote: > > This series of patches addresses eclasses using the "root" user name > to check for superuser privileges. Using UID or GID 0 will work in > more situations (e.g. when the superuser isn't named root). The series looks ok to me.

[gentoo-dev] Last rites: net-im/gg-transport

2022-03-27 Thread Conrad Kostecki
# Conrad Kostecki (2022-03-27) # Long abandoned upstream, multiple bugs open, # no other major distro carries this anymore and # depends on deprecated jabber-base. # Bug #632622, #655566, #716850, removal on 2022-04-27. net-im/gg-transport

[gentoo-dev] Last rites: media-libs/libtaginfo and media-sound/xnoise

2022-03-27 Thread David Seifert
# David Seifert (2022-03-27) # Long abandoned upstreams, segfaults, bunch of tests fail, # no other major distro carries this anymore. # Bug #631320, #740484, #830090, #836278, removal on 2022-04-26. media-libs/libtaginfo media-sound/xnoise signature.asc Description: This is a digitally signed

Re: [gentoo-dev] [RFC] [News Item] Qt 5.15.3 version bump with binary path changes

2022-03-27 Thread Alexey Sokolov
27.03.2022 08:57, Andreas Sturmlechner пишет: Title: Qt 5.15.3 version bump with binary path changes Author: Andreas Sturmlechner Posted: 2022-03-27 Revision: 1 News-Item-Format: 2.0 Add Display-If-Installed: qt? Up until Qt 5.15.2 we were using qtchooser to provide unversioned links to Qt

[gentoo-dev] [RFC] [News Item] Qt 5.15.3 version bump with binary path changes

2022-03-27 Thread Andreas Sturmlechner
Title: Qt 5.15.3 version bump with binary path changes Author: Andreas Sturmlechner Posted: 2022-03-27 Revision: 1 News-Item-Format: 2.0 Up until Qt 5.15.2 we were using qtchooser to provide unversioned links to Qt binaries in PATH, like qmake, moc, qmljs etc. Starting with 5.15.3 such links

[gentoo-dev] [PATCH 9/9] acct-user.eclass: Refuse to lock out the superuser

2022-03-27 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/acct-user.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index 2e2e1152f9ad..f2aaefc2ee39 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.eclass @@ -473,6 +473,11 @@

[gentoo-dev] [PATCH 8/9] acct-user.eclass: Use arithmetic test for EUID

2022-03-27 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/acct-user.eclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index 70ae2434b5df..2e2e1152f9ad 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.eclass @@ -1,4

[gentoo-dev] [PATCH 7/9] user.eclass: Use arithmetic test for UID

2022-03-27 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/user.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/user.eclass b/eclass/user.eclass index 581704eae815..ff69be81c1ec 100644 --- a/eclass/user.eclass +++ b/eclass/user.eclass @@ -85,7 +85,7 @@ user_get_nologin() { #

[gentoo-dev] [PATCH 6/9] fcaps.eclass: Use arithmetic test for UID

2022-03-27 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/fcaps.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass index 8ed27429c938..d1860f5ac9a3 100644 --- a/eclass/fcaps.eclass +++ b/eclass/fcaps.eclass @@ -88,7 +88,7 @@ esac fcaps() {

[gentoo-dev] [PATCH 5/9] webapp.eclass: Use UID 0 instead of root

2022-03-27 Thread Ulrich Müller
Bug: https://bugs.gentoo.org/595908 Signed-off-by: Ulrich Müller --- eclass/webapp.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 3c0dfc811ac6..1efe4e66b6a9 100644 --- a/eclass/webapp.eclass +++

[gentoo-dev] [PATCH 4/9] toolchain.eclass: Use UID 0 instead of root

2022-03-27 Thread Ulrich Müller
Bug: https://bugs.gentoo.org/595908 Signed-off-by: Ulrich Müller --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 495a305ed83e..8788e72efebb 100644 --- a/eclass/toolchain.eclass +++

[gentoo-dev] [PATCH 3/9] qmail.eclass: Use UID 0 instead of root

2022-03-27 Thread Ulrich Müller
Bug: https://bugs.gentoo.org/595908 Signed-off-by: Ulrich Müller --- eclass/qmail.eclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 33157b7e7871..471f2fe7ce5e 100644 --- a/eclass/qmail.eclass +++

[gentoo-dev] [PATCH 2/9] cron.eclass: Use UID 0 instead of root

2022-03-27 Thread Ulrich Müller
Bug: https://bugs.gentoo.org/595908 Signed-off-by: Ulrich Müller --- eclass/cron.eclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/cron.eclass b/eclass/cron.eclass index 81f963a4f722..3198c181f21b 100644 --- a/eclass/cron.eclass +++

[gentoo-dev] [PATCH 1/9] fcaps.eclass: Use UID 0 instead of root

2022-03-27 Thread Ulrich Müller
From: Haelwenn (lanodan) Monnier Bug: https://bugs.gentoo.org/595908 Signed-off-by: Ulrich Müller --- eclass/fcaps.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass index 93aa7cd5928d..8ed27429c938 100644 ---

[gentoo-dev] [PATCH 0/9] eclass: Use UID 0 instead of root and other fixes

2022-03-27 Thread Ulrich Müller
This series of patches addresses eclasses using the "root" user name to check for superuser privileges. Using UID or GID 0 will work in more situations (e.g. when the superuser isn't named root). Additionally, change string comparison to arithmetic comparision for testing EUID. Introduce an