Re: Fwd: [gentoo-dev] Please actively drop support for Qt5 wherever possible

2025-01-02 Thread Ulrich Müller
> On Wed, 01 Jan 2025, Andreas Sturmlechner wrote: > If you recognise your package(s) in there, please drop Qt5 in favor of Qt6 > aggressively. If there is no Qt6-based upstream release yet, bug upstream > about it. They may not even know yet this is important. Can you provide a pointer to

Re: [gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option

2024-12-27 Thread Ulrich Müller
> On Fri, 27 Dec 2024, Sam James wrote: > (Why?) By default, makeinfo will split large output files into smaller subfiles. Although this doesn't currently happen for any package, it might happen in future, and it would break some assumptions. The threshold for splitting is 300 kB, and we hav

[gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option

2024-12-26 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 1fa8aab29753..e2f629edf132 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -139,7 +139,7 @@ elisp_src_configure

[gentoo-dev] Last rites: app-emacs/ecb

2024-12-13 Thread Ulrich Müller
# Ulrich Müller (2024-12-13) # Unmaintained upstream: last release (2.40) in 2009, last commit # to upstream repository in 2017. Broken with Emacs 29. # Removal on 2025-01-12. Bug #911288. app-emacs/ecb signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH] texlive-module.eclass: use pipestatus

2024-12-11 Thread Ulrich Müller
> On Wed, 11 Dec 2024, Florian Schmaus wrote: > --- a/eclass/texlive-module.eclass > +++ b/eclass/texlive-module.eclass > @@ -79,7 +79,7 @@ esac > if [[ -z ${_TEXLIVE_MODULE_ECLASS} ]]; then > _TEXLIVE_MODULE_ECLASS=1 > > -inherit texlive-common > +inherit eapi9-pipestatus texlive-common >

Re: [gentoo-dev] [PATCH 1/2] sec-keys.eclass: new eclass

2024-11-28 Thread Ulrich Müller
> On Wed, 27 Nov 2024, Eli Schwartz wrote: > --- /dev/null > +++ b/eclass/sec-keys.eclass > @@ -0,0 +1,150 @@ > +# Copyright 2024 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +# @ECLASS: sec-keys.eclass > +# @MAINTAINER: > +# Eli Schwartz > +# @AU

Re: [gentoo-dev] New eclass: eapi9-pipestatus.eclass

2024-11-27 Thread Ulrich Müller
> On Wed, 27 Nov 2024, Florian Schmaus wrote: >> ╓ >> ║ Tests the shell's pipe status array, i.e. the exit status of the >> ║ command(s) in the most recently executed foreground pipeline. >> ║ Returns shell true (0) if all elements are zero, or the last >> ║ non-zero element otherwise. If

Re: [gentoo-dev] New eclass v2: eapi9-pipestatus.eclass

2024-11-25 Thread Ulrich Müller
>>>>> On Sun, 24 Nov 2024, Ulrich Müller wrote: > This implements a pipestatus command, as discussed in bug 566342 [1] > and on IRC. > ╓ > ║ Tests the shell's pipe status array, i.e. the exit status of the > ║ command(s) in the most recently executed for

Re: [gentoo-dev] New eclass: eapi9-pipestatus.eclass

2024-11-24 Thread Ulrich Müller
> On Sun, 24 Nov 2024, Michał Górny wrote: >> # @CODE >> # local status >> # foo | bar >> # status=$(pipestatus -v) || die "foo | bar failed, status ${status}" > I suppose you may want to put a verbose warning not to put "local" > on the same line, because people are going to do that as an "o

[gentoo-dev] New eclass: eapi9-pipestatus.eclass

2024-11-24 Thread Ulrich Müller
nd for EAPI 9. [1] https://bugs.gentoo.org/566342 # Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: eapi9-pipestatus.eclass # @MAINTAINER: # Ulrich Müller # @AUTHOR: # Ulrich Müller # @SUPPORTED_EAPIS: 7 8 # @BLURB: test the PIPESTATUS array

Re: [gentoo-dev] RFC: New PostgreSQL categories

2024-10-28 Thread Ulrich Müller
> On Mon, 28 Oct 2024, Patrick Lauer wrote: > I've just returned from the pgconf.eu conference, and this has > motivated me to try to improve the packaging situation for all things > PostgreSQL in Gentoo. > Right now everything just goes into dev-db/ category. That's not > inherently wrong, b

Re: [gentoo-dev] [PATCH 1/5] zig-toolchain.eclass: new eclass

2024-10-24 Thread Ulrich Müller
> On Thu, 24 Oct 2024, Eric Joldasov wrote: > --- /dev/null > +++ b/eclass/zig-toolchain.eclass I have some general comments about both proposed eclasses. > @@ -0,0 +1,325 @@ > +# Copyright 2024 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +# @EC

[gentoo-dev] [PATCH v2 3/4] cvs.eclass: New eclass variable ECVS_SSH_EXTRA_OPTS

2024-10-17 Thread Ulrich Müller
This allows passing additional options to ssh. Signed-off-by: Ulrich Müller --- v2: Quote the options in the wrapper script eclass/cvs.eclass | 12 1 file changed, 12 insertions(+) diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 1289ee54cc3b..007240e6ba25 100644 --- a

Re: [gentoo-dev] [PATCH 3/4] cvs.eclass: New eclass variable ECVS_SSH_EXTRA_OPTS

2024-10-17 Thread Ulrich Müller
> On Thu, 17 Oct 2024, Mike Gilbert wrote: >> >> -oUserKnownHostsFile="${known_hosts_file}" \\ >> -oForwardX11=no \\ >> -oClearAllForwardings=yes \\ >> +

[gentoo-dev] [PATCH 4/4] app-shells/mksh: Restore live ebuild

2024-10-16 Thread Ulrich Müller
Closes: https://bugs.gentoo.org/911450 Signed-off-by: Ulrich Müller --- app-shells/mksh/mksh-59c.ebuild | 6 +-- app-shells/mksh/mksh-.ebuild | 90 2 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 app-shells/mksh/mksh-.ebuild diff

[gentoo-dev] [PATCH 3/4] cvs.eclass: New eclass variable ECVS_SSH_EXTRA_OPTS

2024-10-16 Thread Ulrich Müller
This allows passing additional options to ssh. Signed-off-by: Ulrich Müller --- eclass/cvs.eclass | 7 +++ 1 file changed, 7 insertions(+) diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 1289ee54cc3b..5148daa2d57d 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -174,6

[gentoo-dev] [PATCH 2/4] cvs.eclass: Rewrite the ssh wrapper script in bash

2024-10-16 Thread Ulrich Müller
: Ulrich Müller --- eclass/cvs.eclass | 62 +-- 1 file changed, 17 insertions(+), 45 deletions(-) diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index ec0ad2ec8f71..1289ee54cc3b 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -192,7 +192,7 @@ if

[gentoo-dev] [PATCH 1/4] cvs.eclass: Add local declarations and die statements throughout

2024-10-16 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/cvs.eclass | 120 -- 1 file changed, 52 insertions(+), 68 deletions(-) diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index dbacc2c09cfe..ec0ad2ec8f71 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass

[gentoo-dev] [PATCH v2] elisp.eclass: New function elisp_pkg_info

2024-09-05 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 20139491c976..5b08d34a867f 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH] elisp.eclass: New function elisp_pkg_info

2024-09-05 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 20139491c976..1fa8aab29753 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,4 +1,4 @@ -# Copyright

[gentoo-dev] [PATCH] savedconfig.eclass: Drop support for EAPI 6

2024-07-24 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/savedconfig.eclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/savedconfig.eclass b/eclass/savedconfig.eclass index cc5748543078..65a1f3bfd800 100644 --- a/eclass/savedconfig.eclass +++ b/eclass

[gentoo-dev] [PATCH] git-r3.eclass: Drop support for EAPI 6

2024-07-09 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/git-r3.eclass | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 565f6ada8382..35ad6afe8e88 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -4,7 +4,7

[gentoo-dev] [PATCH v2 4/4] kernel-2.eclass: Drop reference to BUILD_FIXES variable

2024-07-03 Thread Ulrich Müller
Undocumented, and not used by any ebuilds inheriting this eclass. Signed-off-by: Ulrich Müller --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index ffbe986f3e87..c60fcb04dd73 100644 --- a/eclass

[gentoo-dev] [PATCH v2 3/4] linux-info.eclass: Drop reference to BUILD_FIXES variable

2024-07-03 Thread Ulrich Müller
Undocumented, and not used by any ebuilds inheriting this eclass. Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 154be2a46888..0f6138150144 100644 --- a

[gentoo-dev] [PATCH v2 2/4] linux-info.eclass: Drop support for EAPI 6

2024-07-03 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 20 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 90982445fdab..154be2a46888 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux

[gentoo-dev] [PATCH v2 1/4] linux-info.eclass: Drop temporary fix for powerpc

2024-07-03 Thread Ulrich Müller
Apparently there is no reference to a .tmp_gas_check file or to a TOUT variable in Linux sources any more. Bug: https://bugs.gentoo.org/75034#c14 Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass

[gentoo-dev] [PATCH] vcs-snapshot.eclass: Drop support for EAPI 6

2024-07-01 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/vcs-snapshot.eclass | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 1b7299b92a3b..0279e89ec3ab 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs

[gentoo-dev] [PATCH] unpacker.eclass: Drop support for EAPI 6

2024-07-01 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/unpacker.eclass | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 2957ca02d3f4..91520a36d16a 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -4,7 +4,7

[gentoo-dev] [PATCH 2/2] linux-info.eclass: Drop support for EAPI 6

2024-07-01 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 20 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 90982445fdab..154be2a46888 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux

[gentoo-dev] [PATCH 1/2] linux-info.eclass: Drop temporary fix for powerpc

2024-07-01 Thread Ulrich Müller
Apparently there is no reference to a .tmp_gas_check file or to a TOUT variable in Linux sources any more. Bug: https://bugs.gentoo.org/75034#c14 Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass

[gentoo-dev] [PATCH] common-lisp-3.eclass: Drop support for EAPI 6

2024-06-23 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/common-lisp-3.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 99825190f32e..cc906d0d5cca 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3

[gentoo-dev] [PATCH 3/3] rebar.eclass: Drop support for EAPI 6

2024-06-12 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/rebar.eclass | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass index 1c131dd496be..97638c761814 100644 --- a/eclass/rebar.eclass +++ b/eclass/rebar.eclass @@ -6,7 +6,7 @@ # maintainer

[gentoo-dev] [PATCH 2/3] rebar.eclass: Fix EPREFIX and ED usage

2024-06-12 Thread Ulrich Müller
The path returned by $(get_erl_libs) starts with a slash, so ${EPREFIX}/$(get_erl_libs) resulted in a double slash. Fixes: 7ee6937e6219f250559ee26eb64e5991b27cd289 Closes: https://bugs.gentoo.org/770283 Signed-off-by: Ulrich Müller --- eclass/rebar.eclass | 12 ++-- 1 file changed, 6

[gentoo-dev] [PATCH 1/3] eclass/tests: Update rebar_*.sh to EAPI 8

2024-06-12 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/tests/rebar_fix_include_path.sh | 8 ++-- eclass/tests/rebar_remove_deps.sh | 4 ++-- eclass/tests/rebar_set_vsn.sh | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/eclass/tests/rebar_fix_include_path.sh b/eclass

[gentoo-dev] [PATCH v2 2/2] common-lisp-3.eclass: sbcl supports --no-sysinit --no-userinit

2024-06-08 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/common-lisp-3.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index b859c7859bfb..99825190f32e 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass

[gentoo-dev] [PATCH v2 1/2] common-lisp-3.eclass: Support EAPI 8

2024-06-08 Thread Ulrich Müller
Minor stylistic changes. Signed-off-by: Ulrich Müller --- eclass/common-lisp-3.eclass | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 26d31268a598..b859c7859bfb 100644 --- a/eclass/common

[gentoo-dev] [PATCH 2/2] common-lisp-3.eclass: sbcl supports --no-sysinit --no-userinit

2024-06-08 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/common-lisp-3.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 12c7221e41ce..f8bcd33de72b 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass

[gentoo-dev] [PATCH 1/2] common-lisp-3.eclass: Support EAPI 8

2024-06-08 Thread Ulrich Müller
Minor stylistic changes. Signed-off-by: Ulrich Müller --- eclass/common-lisp-3.eclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 26d31268a598..12c7221e41ce 100644 --- a/eclass/common-lisp-3

[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-co

[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

[gentoo-dev] [PATCH] rpm.eclass: Drop support for EAPI 6

2024-04-12 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/rpm.eclass | 63 +++ 1 file changed, 3 insertions(+), 60 deletions(-) diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass index b9187167eb8f..c9c21aa6ebbd 100644 --- a/eclass/rpm.eclass +++ b/eclass/rpm.eclass

[gentoo-dev] [PATCH] gnustep-*.eclass: Drop support for EAPI 6

2024-04-09 Thread Ulrich Müller
In EAPI 6, gnustep-base inherits eutils which is going to be last-rited. Signed-off-by: Ulrich Müller --- eclass/gnustep-2.eclass| 20 ++-- eclass/gnustep-base.eclass | 5 ++--- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/eclass/gnustep-2.eclass b/eclass

[gentoo-dev] [PATCH 2/2] elisp-common.eclass: Drop test for existence of ${T}

2024-04-03 Thread Ulrich Müller
This was the remnant of a 2008 workaround for Paludis (bug #517), which didn't define T in the postrm phase. Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass

[gentoo-dev] [PATCH 1/2] elisp-common.eclass: Use EROOT instead of ROOT+EPREFIX

2024-04-03 Thread Ulrich Müller
This was a leftover of pre-EAPI-3 compatibility. 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 bab7250a6818..1ea2aa111d7e 100644 --- a/eclass/elisp

[gentoo-dev] [PATCH v2 2/2] ssl-cert.eclass: Drop openssl slot dependency

2023-12-29 Thread Ulrich Müller
Suggested-by: David Seifert Signed-off-by: Ulrich Müller --- eclass/ssl-cert.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 48cb10db16e8..240f9f12cc91 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl

[gentoo-dev] [PATCH v2 1/2] ssl-cert.eclass: Drop support for EAPI 6

2023-12-29 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/ssl-cert.eclass | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 0453f0fbf665..48cb10db16e8 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass

[gentoo-dev] [PATCH] ssl-cert.eclass: Drop support for EAPI 6

2023-12-29 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/ssl-cert.eclass | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 0453f0fbf665..48cb10db16e8 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass

[gentoo-dev] [PATCH 2/2] rpm.eclass: Replace eutils inherit by eqawarn in EAPI 6

2023-12-07 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/rpm.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass index d8bb0ad2814d..b9187167eb8f 100644 --- a/eclass/rpm.eclass +++ b/eclass/rpm.eclass @@ -8,7 +8,7 @@ # @BLURB: convenience class for

[gentoo-dev] [PATCH 1/2] flag-o-matic.eclass: Replace eutils inherit by eqawarn in EAPI 6

2023-12-07 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/flag-o-matic.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index d377568327e6..40662f4f7d7b 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass

[gentoo-dev] [PATCH 0/2] *.eclass: Replace eutils inherit by eqawarn in EAPI 6

2023-12-07 Thread Ulrich Müller
in the Gentoo repository call any functions of the indirectly inherited eclasses. Ulrich Müller (2): flag-o-matic.eclass: Replace eutils inherit by eqawarn in EAPI 6 rpm.eclass: Replace eutils inherit by eqawarn in EAPI 6 eclass/flag-o-matic.eclass | 2 +- eclass/rpm.eclass | 2 +- 2 fi

[gentoo-dev] [PATCH v2] acct-user.eclass: Warn when the user is removed from a group

2023-10-23 Thread Ulrich Müller
Acked-by: Mike Gilbert Signed-off-by: Ulrich Müller --- v2: Add explanation and documentation reference to warning message eclass/acct-user.eclass | 14 ++ 1 file changed, 14 insertions(+) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index f658aa0eabc3

[gentoo-dev] [PATCH] acct-user.eclass: Warn when the user is removed from a group

2023-10-23 Thread Ulrich Müller
Acked-by: Mike Gilbert Signed-off-by: Ulrich Müller --- eclass/acct-user.eclass | 8 1 file changed, 8 insertions(+) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index f658aa0eabc3..67fdf509b3b1 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.eclass

[gentoo-dev] [PATCH] eutils.eclass: Drop EAPI 7

2023-08-26 Thread Ulrich Müller
Remove placeholders for emktemp, path_exists and use_if_iuse, which are all non-functional since more than one year. Signed-off-by: Ulrich Müller --- eclass/eutils.eclass | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/eclass/eutils.eclass b

[gentoo-dev] [PATCH] elisp-common.eclass: Document sed script in elisp-site-file-install

2023-08-22 Thread Ulrich Müller
Even though it is a simple one-liner, some people find it difficult to read. Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 1958b4a07e18

[gentoo-dev] [PATCH 2/2] elisp.eclass: Update elisp_src_install

2023-06-29 Thread Ulrich Müller
Call the new elisp-make-site-file function when no explicit site-init file is found. Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 1ac1a2dbfabf..72e623a12179 100644

[gentoo-dev] [PATCH 1/2] elisp-common.eclass: New function elisp-make-site-file

2023-06-29 Thread Ulrich Müller
additional arguments, which are appended as lines to the site-init file. Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 35 +++ 1 file changed, 35 insertions(+) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 1f60d3c337b9..ff

[gentoo-dev] [PATCH] common-lisp-3.eclass: Don't inherit eutils

2023-06-16 Thread Ulrich Müller
Neither the eclass nor any of the ebuilds inheriting common-lisp-3 needs eutils features. Signed-off-by: Ulrich Müller --- eclass/common-lisp-3.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 6c87ef3db842..cd654f37b904

[gentoo-dev] [PATCH 2/2] rpm.eclass: Don't inherit eutils in EAPI 7

2023-06-16 Thread Ulrich Müller
None of the ebuilds inheriting rpm in EAPI 7 needs any of the remaining eutils features. Signed-off-by: Ulrich Müller --- eclass/rpm.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass index d03493466e1e..d8bb0ad2814d 100644 --- a

[gentoo-dev] [PATCH 1/2] rpm.eclass: Drop support for EAPI 5

2023-06-16 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/rpm.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass index c97e23144c2b..d03493466e1e 100644 --- a/eclass/rpm.eclass +++ b/eclass/rpm.eclass @@ -1,14 +1,14 @@ -# Copyright 1999-2021

[gentoo-dev] [PATCH 2/2] mercurial.eclass: Don't inherit eutils

2023-06-15 Thread Ulrich Müller
None of the ebuilds inheriting mercurial.eclass needs any of the remaining eutils features in EAPI 7. Signed-off-by: Ulrich Müller --- eclass/mercurial.eclass | 8 1 file changed, 8 deletions(-) diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 472d7448d513

[gentoo-dev] [PATCH 1/2] mercurial.eclass: Fix typo in eclassdoc

2023-06-15 Thread Ulrich Müller
Fixes: 216f39ea557e3950aa4d0c174f36df737afcb5fe Signed-off-by: Ulrich Müller --- eclass/mercurial.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 27fb525bcbd6..472d7448d513 100644 --- a/eclass/mercurial.eclass

[gentoo-dev] [PATCH] flag-o-matic.eclass: Don't inherit eutils in EAPI 7

2023-06-15 Thread Ulrich Müller
None of the ebuilds inheriting flag-o-matic in EAPI 7 needs any of the remaining eutils features. Signed-off-by: Ulrich Müller --- eclass/flag-o-matic.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index

[gentoo-dev] [PATCH] estack.eclass: Fix bug in eshopts_push()

2023-06-14 Thread Ulrich Müller
"eshopts_push -s autocd; eshopts_pop" (i.e. the first option listed by "shopt -p") would not restore the option because of bogus whitespace in the saved string. Signed-off-by: Ulrich Müller --- eclass/estack.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[gentoo-dev] [PATCH] eapi8-dosym.eclass: Prevent globbing of argument in _dosym8_canonicalize

2023-06-05 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/eapi8-dosym.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/eapi8-dosym.eclass b/eclass/eapi8-dosym.eclass index 4e3977ef54cf..93b11dda7fd6 100644 --- a/eclass/eapi8-dosym.eclass +++ b/eclass/eapi8-dosym.eclass

[gentoo-dev] [PATCH 1/3] texlive-module.eclass: Speed up SRC_URI calculation

2023-06-02 Thread Ulrich Müller
For texlive-latexextra-2021, SRC_URI calculation ran for 37 seconds here. Reduced it to 0.025 seconds (i.e. more than a factor 1000) by using bash arrays and parameter expansion instead of nested loops. Reported-by: Tim Harder Signed-off-by: Ulrich Müller --- eclass/texlive-module.eclass | 39

[gentoo-dev] [PATCH 3/3] texlive-module.eclass: Whitespace

2023-06-02 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/texlive-module.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index a5c86b65cef0..f9907ab7b617 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive

[gentoo-dev] [PATCH 2/3] texlive-module.eclass: Reduce number of executed external commands

2023-06-02 Thread Ulrich Müller
For texlive-latexextra-2021[doc], the number of "mv" commands is reduced from 12718 to 3130. Speedup is also by a factor of about 4, which saves another 4 seconds. Signed-off-by: Ulrich Müller --- eclass/texlive-module.eclass | 12 ++-- 1 file changed, 10 insertions(+), 2

[gentoo-dev] [PATCH 3/3] autotools.eclass: Whitespace

2023-05-28 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/autotools.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 7b94efc225fe..77124e098aac 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -389,7 +389,6 @@ eautoconf

[gentoo-dev] [PATCH 2/3] autotools.eclass: Allow running the tools only in src_prepare

2023-05-28 Thread Ulrich Müller
Running them in src_unpack made sense only in EAPIs 0 and 1. Fixes: 18fda95cea306efe8009d1100195225acd8f8756 Signed-off-by: Ulrich Müller --- eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index

[gentoo-dev] [PATCH 1/3] autotools.eclass: Downgrade eqawarn for renaming configure.in

2023-05-28 Thread Ulrich Müller
, so there is still an indication that the file was renamed. Bug: https://bugs.gentoo.org/426262 Signed-off-by: Ulrich Müller --- eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 91046b9f82f3

[gentoo-dev] [PATCH] elisp-common.eclass: Drop EAPI 6 support

2023-05-08 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 0462f022d1ba..1f60d3c337b9 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass

[gentoo-dev] [PATCH] multilib.eclass: Drop CONF_LIBDIR

2023-05-06 Thread Ulrich Müller
The CONF_LIBDIR variable was used exclusively in the 2004.3 profile (i.e. it was no longer defined in 2005.0), before the ABI and LIBDIR_${ABI} variables existed. Simply use "lib" as default, which is consistent with get_libdir(). Bug: https://bugs.gentoo.org/267159 Signed-off-by: Ulr

[gentoo-dev] [PATCH 61/61] xorg-3.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/xorg-3.eclass | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index a68341591edd..2faccebba16c

[gentoo-dev] [PATCH 60/61] xemacs-packages.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/xemacs-packages.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index 648f5146f47e

[gentoo-dev] [PATCH 59/61] xdg-utils.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/xdg-utils.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index 9a58add23d36..34535a129e33 100644 --- a

[gentoo-dev] [PATCH 58/61] waf-utils.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/waf-utils.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass index 1be02bbea3cb..88b822cb335e 100644 --- a

[gentoo-dev] [PATCH 57/61] virtualx.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/virtualx.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 2513f4e16256..e2bfee1dfeaa 100644 --- a/eclass

[gentoo-dev] [PATCH 56/61] vim-spell.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/vim-spell.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass index 38db4ccda13f..1a241d2ba0d1 100644

[gentoo-dev] [PATCH 55/61] vim-plugin.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/vim-plugin.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 81e1e54f638d..ee4f1b6e0f81 100644 --- a

[gentoo-dev] [PATCH 54/61] verify-sig.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/verify-sig.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/verify-sig.eclass b/eclass/verify-sig.eclass index 5e757cdd6038..6472e995e827 100644 --- a

[gentoo-dev] [PATCH 53/61] vala.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/vala.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/vala.eclass b/eclass/vala.eclass index 20bf00ebd8bc..11f8e52f92dd 100644 --- a/eclass/vala.eclass

[gentoo-dev] [PATCH 52/61] unpacker.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/unpacker.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 2a0dcf45d76a..a3c388c6b9b7 100644 --- a/eclass

[gentoo-dev] [PATCH 51/61] toolchain.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/toolchain.eclass | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 8ffdd9e26f1e..afacbe31389a

[gentoo-dev] [PATCH 50/61] toolchain-funcs.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/toolchain-funcs.eclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index

[gentoo-dev] [PATCH 49/61] stardict.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/stardict.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index 1ca6d10d6d78..080c01f92470 100644 --- a

[gentoo-dev] [PATCH 48/61] ssl-cert.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/ssl-cert.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 83fbcf6143d1..0453f0fbf665 100644 --- a

[gentoo-dev] [PATCH 47/61] selinux-policy-2.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/selinux-policy-2.eclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index

[gentoo-dev] [PATCH 46/61] rust-toolchain.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/rust-toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass index 0bbdf46df1f4..df48d3fae264

[gentoo-dev] [PATCH 45/61] ruby-ng-gnome2.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/ruby-ng-gnome2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 7abf84f6034b..e6636811aacc 100644

[gentoo-dev] [PATCH 44/61] readme.gentoo-r1.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/readme.gentoo-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass index baf4b57bef76

[gentoo-dev] [PATCH 43/61] qt6-build.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/qt6-build.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index 79c06f341ede..91f076ad1948 100644

[gentoo-dev] [PATCH 42/61] qt5-build.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/qt5-build.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index ae74c2e0540b..25499b0c2e07 100644 --- a

[gentoo-dev] [PATCH 41/61] pypi.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/pypi.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index 53505de8e67e..d869a8c17a6c 100644 --- a/eclass/pypi.eclass

[gentoo-dev] [PATCH 40/61] plasma-mobile.kde.org.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/plasma-mobile.kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/plasma-mobile.kde.org.eclass b/eclass/plasma-mobile.kde.org.eclass index

[gentoo-dev] [PATCH 39/61] php-pear-r2.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/php-pear-r2.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass index 29bcf1e6fce8..9882c7dcc700 100644

[gentoo-dev] [PATCH 38/61] php-ext-source-r3.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/php-ext-source-r3.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index 7179ab756f6b

[gentoo-dev] [PATCH 37/61] opam.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/opam.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/opam.eclass b/eclass/opam.eclass index 197c3256f015..49e3c426b062 100644 --- a/eclass

[gentoo-dev] [PATCH 36/61] office-ext-r1.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/office-ext-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass index abc0cabaa310..716ae001be1d 100644

[gentoo-dev] [PATCH 35/61] ninja-utils.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/ninja-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass index 4577e26fa57c..8969863959e3 100644

[gentoo-dev] [PATCH 34/61] multilib.eclass: Quote argument of ":" command

2023-03-24 Thread Ulrich Müller
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller --- eclass/multilib.eclass | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index

  1   2   3   4   >