[gentoo-dev] Last rites: media-libs/lastfmlib

2024-05-05 Thread Sam James
# Sam James (2024-05-06) # Incompatible with latest last.fm APIs, hence useless. # Removal on 2024-06-05. Bug #928115. media-libs/lastfmlib signature.asc Description: PGP signature

[gentoo-dev] up for grabs: openvswitch and ovs

2024-05-05 Thread Matthew Thode
Hi all, I've left net-misc/openvswitch and dev-python/ovs to rot more or less since I've started using them a lot less over the last couple of years. If anyone wishes to take maintainership of these packages I would appreciate it. net-misc/openvswitch dev-python/ovs I expect there will be other

[gentoo-dev] acct-user.eclass: make ACCT_USER_NAME writable

2024-05-05 Thread Michael Orlitzky
acct-user.eclass makes the username variable read-only: # The name of the user. This is forced to ${PN} and the  # policy prohibits it from being changed. ACCT_USER_NAME=${PN} readonly ACCT_USER_NAME That enforces the ::gentoo policy, but in an overlay, makes it impossible to create valid

Re: [gentoo-dev] [PATCH 2/3] [QA] allow overriding settings

2024-05-05 Thread Eli Schwartz
On 5/5/24 11:48 AM, Paul Zander wrote: > Signed-off-by: Paul Zander > --- > .editorconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/.editorconfig b/.editorconfig > index f2cd7328e57..dc1d5587a8b 100644 > --- a/.editorconfig > +++ b/.editorconfig > @@ -2,7 +2,6 @@ > # Distributed u

Re: [gentoo-dev] [PATCH 3/3] [QA] drop indent_size

2024-05-05 Thread Eli Schwartz
On 5/5/24 11:50 AM, Paul Zander wrote: > indent_size is the width in spaces, we use tabs. > tab_width would be the tab width in spaces, but there is no reason to force > this. > > Signed-off-by: Paul Zander > --- > .editorconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > dif

Re: [gentoo-dev] [PATCH 3/3] [QA] drop indent_size

2024-05-05 Thread Ulrich Mueller
> On Sun, 05 May 2024, Paul Zander wrote: > indent_size is the width in spaces, we use tabs. > tab_width would be the tab width in spaces, but there is no reason to > force this. The Devmanual says that "each tab represents four spaces" [1,2], and ebuild-mode implements it so [3]. Maybe it wo

Re: [gentoo-dev] [PATCH 1/3] [QA] fix .editorconfig

2024-05-05 Thread Ulrich Mueller
> On Sun, 05 May 2024, Paul Zander wrote: > +# Copyright 1999-2024 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 No objections to a copyright header, though we probably don't need one for a short file like this. But make it a realistic starting year sinc

[gentoo-dev] Last rites: dev-games/poker-eval

2024-05-05 Thread Michał Górny
# Michał Górny (2024-05-05) # A library last bumped in 2010.  Homepage gone.  No revdeps. # Removal on 2024-06-04.  Bug #909527. dev-games/poker-eval -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH 3/3] [QA] drop indent_size

2024-05-05 Thread Paul Zander
indent_size is the width in spaces, we use tabs. tab_width would be the tab width in spaces, but there is no reason to force this. Signed-off-by: Paul Zander --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index dc1d5587a8b..

[gentoo-dev] Last rites: dev-games/hawknl

2024-05-05 Thread Michał Górny
# Michał Górny (2024-05-05) # A library last bumped in 2004.  Homepage gone.  Carries patches # and hacks already.  No reverse dependencies. # Removal on 2024-06-04.  Bug #909581. dev-games/hawknl -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH 2/3] [QA] allow overriding settings

2024-05-05 Thread Paul Zander
Signed-off-by: Paul Zander --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f2cd7328e57..dc1d5587a8b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # http

[gentoo-dev] Last rites: dev-python/ovs, net-misc/openvswitch

2024-05-05 Thread Michał Górny
# Michał Górny (2024-05-05) # Effectively unmaintained.  Unpatched vulnerability reported # in February.  The Python counterpart is even more outdated. # Removal on 2024-06-04.  Bug #924129. dev-python/ovs net-misc/openvswitch -- Best regards, Michał Górny signature.asc Description: This is a

[gentoo-dev] Last rites: net-dns/mydns

2024-05-05 Thread Michał Górny
# Michał Górny (2024-05-05) # An unmaintained fork of an unmaintained DNS server.  All successive # homepages are gone.  Last commit in 2014.  Already carries a lot # of patches and hacks. # Removal on 2024-06-04.  Bug #928942. net-dns/mydns -- Best regards, Michał Górny signature.asc Descrip

[gentoo-dev] [PATCH 1/3] [QA] fix .editorconfig

2024-05-05 Thread Paul Zander
This series of patches is meant as a basis to fix the .editorconfig used in ::gentoo. Initial reason was that .patch files are being broken by the current version. trimming trailing whitespace breaks patches Signed-off-by: Paul Zander --- .editorconfig | 6 ++ 1 file changed, 6 insertions(+

[gentoo-dev] [PATCH 2/2] Revert "elisp-common.eclass: Set no-native-compile in generated files"

2024-05-05 Thread Ulrich Müller
"no-byte-compile: t" implies "no-native-compile: t", therefore this was redundant. This reverts commit 2ab9bda58e464656cdf1e31b7e8b293cf1ec0caf. Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/e

[gentoo-dev] [PATCH 1/2] elisp-common.eclass: Add lexical-binding cookies to generated Lisp files

2024-05-05 Thread Ulrich Müller
This suppresses the warning spam in recent Emacs from Git. Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 3d99838a0221..dfc8168d6869 100644 --- a/ecl