[gentoo-dev] Package up for grabs: app-portage/tatt

2023-03-24 Thread Michael Palimaka
app-portage/tatt is up for grabs as unfortunately I don't have time to look after it anymore. There's two open bugs about the behaviour of the tool.

Re: [gentoo-dev] [PATCH] .editorconfig: add

2023-03-24 Thread Maciej Barć
Finally, +1 from me. I think I had proposed either ".dir-locals.el" or ".editorconfig" for ::guru which was rejected because "users should configure this themselves". Reviewing the given configuration I think the only one variable that can be moved to top ("[*]" section) is "charset = utf-8".

Re: [gentoo-dev] [PATCH] .editorconfig: add

2023-03-24 Thread Ulrich Mueller
> On Fri, 24 Mar 2023, Adrian Schollmeyer wrote: >> Then again, it doesn't even say that they represent 4 spaces. > Is that really important? I don't think we should force a tab width > for the user if we don't have a good reason to do so. The good thing > about tabs is that the user can set

Re: [gentoo-dev] [PATCH] cmake.eclass: Set Python3_FIND_UNVERSIONED_NAMES FIRST

2023-03-24 Thread Arthur Zamarin
On 23/03/2023 11.33, Andreas Sturmlechner wrote: > This is already committed in kde overlay for testing (e.g. via eclass- > overrides). > > See also: > https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8287 > > Bug: https://bugs.gentoo.org/835799 > Signed-off-by: Andreas Sturmlechner >

[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

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

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

[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

[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

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

[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

[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

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

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

[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

[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

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

[gentoo-dev] [PATCH 16/61] git-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/git-r3.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 5c7dc29627cb..32f1129f86bc 100644 ---

[gentoo-dev] [PATCH 15/61] fortran-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/fortran-2.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index 72b3d2d1857b..48f84e9e4980 100644 ---

[gentoo-dev] [PATCH 14/61] elisp-common.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/elisp-common.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 2715c26c91a8..1a54686988a2 100644

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

[gentoo-dev] [PATCH 12/61] dune.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/dune.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/dune.eclass b/eclass/dune.eclass index 655a41be84d6..f0faea007c9f 100644 --- a/eclass/dune.eclass +++

[gentoo-dev] [PATCH 11/61] docs.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/docs.eclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index 810b56460f3f..da598226bfc0 100644 ---

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

[gentoo-dev] [PATCH 09/61] cuda.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/cuda.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass index d885e77d0616..5f3f0c3af37d 100644 --- a/eclass/cuda.eclass

[gentoo-dev] [PATCH 08/61] cmake.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/cmake.eclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 03f2517c5b56..30de3c71faa4 100644 ---

[gentoo-dev] [PATCH 07/61] cmake-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/cmake-multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass index c8fad94ac0a9..826f0ffcd967 100644

[gentoo-dev] [PATCH 06/61] cdrom.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/cdrom.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass index 81539e8560ce..4e56db951196 100644 ---

[gentoo-dev] [PATCH 05/61] cargo.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/cargo.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index e3f36fc6ad9b..e8218a241a0e 100644 --- a/eclass/cargo.eclass

[gentoo-dev] [PATCH 04/61] bzr.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/bzr.eclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 552990e3a581..d522326773e1 100644 ---

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

[gentoo-dev] [PATCH 02/61] acct-user.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/acct-user.eclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index 145fdb41aaf8..d12dfd21ffd3

[gentoo-dev] [PATCH 01/61] acct-group.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/acct-group.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass index 47e2d278f73e..06eb9445f35d 100644 ---

Re: [gentoo-dev] [PATCH] .editorconfig: add

2023-03-24 Thread Adrian Schollmeyer
Hi, Am Freitag, dem 24.03.2023 um 09:17 +0100 schrieb Ulrich Mueller: > But what does it do, effectively? Apart from the common-sense > settings (utf-8, no trailing whitespace, etc.) which should be the > default for every editor, *should*. And just because it's the default doesn't mean a user

Re: [gentoo-dev] [PATCH] .editorconfig: add

2023-03-24 Thread Sam James
Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] >> On Fri, 24 Mar 2023, Florian Schmaus wrote: > >>> Then it looks wrong, conceptually. Or would it be o.k. if I committed >>> ebuild-mode.el to the top-level directory of the Gentoo repository? > >> I do not think the comparison with

Re: [gentoo-dev] Packages up for grabs: sys-firmware/broadcom-bt-firmware

2023-03-24 Thread Azamat Hackimov
Hello. I can take it since I'm the author of the broadcom-bt-firmware project. чт, 23 мар. 2023 г. в 11:10, Florian Schmaus : > > I've dropped > > sys-firmware/broadcom-bt-firmware > > to maintainer needed, as I do not longer have compatible hardware. > > From a security perspective, the

Re: [gentoo-dev] [PATCH] .editorconfig: add

2023-03-24 Thread Ulrich Mueller
> On Fri, 24 Mar 2023, Florian Schmaus wrote: >> Then it looks wrong, conceptually. Or would it be o.k. if I committed >> ebuild-mode.el to the top-level directory of the Gentoo repository? > I do not think the comparison with ebuild-mode.el is sound: > ebuild-mode.el appears imperative,

Re: [gentoo-dev] [PATCH] .editorconfig: add

2023-03-24 Thread Florian Schmaus
On 24/03/2023 05.46, Ulrich Mueller wrote: On Fri, 24 Mar 2023, Sam James wrote: I'm slightly confused. What repository is this intended for? gentoo.git. Then it looks wrong, conceptually. Or would it be o.k. if I committed ebuild-mode.el to the top-level directory of the Gentoo