[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

[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

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

[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

[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
he 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 files c

[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
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..ff1b2d0da0f3

[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

[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-portage-dev] [PATCH 3/3] prepman: Deprecate it

2023-04-04 Thread Ulrich Müller
According to PMS, calling prepman from ebuilds was never allowed. Last usage in Gentoo repository has been removed on 2019-04-14. Signed-off-by: Ulrich Müller --- bin/ebuild-helpers/prepman | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/ebuild-helpers/prepman b/bin

[gentoo-portage-dev] [PATCH 2/3] prepinfo: Deprecate it

2023-04-04 Thread Ulrich Müller
According to PMS, calling prepinfo from ebuilds was never allowed. Last usage in Gentoo repository has been removed on 2018-11-22. Bug: https://bugs.gentoo.org/899898 Signed-off-by: Ulrich Müller --- bin/ebuild-helpers/prepinfo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[gentoo-portage-dev] [PATCH 1/3] misc-functions.sh: Inline prepinfo code in install_qa_check()

2023-04-04 Thread Ulrich Müller
Add a deprecation warning. Presumably, subdirs of /usr/share/info have never been used by any package except app-editors/emacs. Remove duplicate rm statement at the end of the function. Bug: https://bugs.gentoo.org/899898 Signed-off-by: Ulrich Müller --- bin/misc-functions.sh | 24

[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

[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

[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

[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

[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

[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

[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

[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

[gentoo-dev] [PATCH 33/61] mozlinguas-v2.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/mozlinguas-v2.eclass | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass index

[gentoo-dev] [PATCH 32/61] mozextension.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/mozextension.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mozextension.eclass b/eclass/mozextension.eclass index 692aa816d8ed..52fe26280e6e 100644

[gentoo-dev] [PATCH 31/61] meson.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/meson.eclass | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/eclass/meson.eclass b/eclass/meson.eclass index 881e24700053..4dfa08ba5553

[gentoo-dev] [PATCH 30/61] mercurial.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/mercurial.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 776ed2d9a1f0..27fb525bcbd6 100644

[gentoo-dev] [PATCH 29/61] mate.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/mate.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mate.eclass b/eclass/mate.eclass index 388cdf2f827d..ad988f5a145a 100644 --- a/eclass/mate.eclass

[gentoo-dev] [PATCH 28/61] mate-desktop.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/mate-desktop.org.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/mate-desktop.org.eclass b/eclass/mate-desktop.org.eclass index 875e4615773c

[gentoo-dev] [PATCH 27/61] linux-mod.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/linux-mod.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 98b22dcb9fc6..e993ac37da0d 100644

[gentoo-dev] [PATCH 26/61] linux-info.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/linux-info.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index ce04a0dc66a7..66cf77f1dd81 100644

[gentoo-dev] [PATCH 25/61] libretro-core.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/libretro-core.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/libretro-core.eclass b/eclass/libretro-core.eclass index 55d7e9f11513

[gentoo-dev] [PATCH 24/61] kernel-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/kernel-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 3c78aa5a8445..4563cc71028c 100644 --- a/eclass

[gentoo-dev] [PATCH 23/61] 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/kde.org.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 629c57d9a082..88040026ecae 100644 --- a/eclass

[gentoo-dev] [PATCH 22/61] java-pkg-simple.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/java-pkg-simple.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index a1589b025617

[gentoo-dev] [PATCH 21/61] haskell-cabal.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/haskell-cabal.eclass | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index

[gentoo-dev] [PATCH 20/61] gstreamer-meson.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/gstreamer-meson.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass index aa54d05fdb85

[gentoo-dev] [PATCH 19/61] golang-vcs.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/golang-vcs.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass index 7eb60e5f2453..6f60b6dd3ae0 100644

[gentoo-dev] [PATCH 18/61] gnome2-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/gnome2-utils.eclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 4bbbdc82dae7..0e9a91db07fb

[gentoo-dev] [PATCH 17/61] gnome.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/gnome.org.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 05025f5f58fa..99b0090fda7c 100644

  1   2   3   4   >