[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/

2022-07-30 Thread Andreas K. Hüttel
commit: a689cfab39bd9b9176afe062e36f0abfe9735436
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 30 18:35:57 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 30 18:36:15 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a689cfab

Add riscv64 musl softfloat specs

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/specs-qemu/riscv/stage1-lp64-musl.spec | 14 ++
 releases/specs-qemu/riscv/stage3-lp64-musl.spec | 12 
 2 files changed, 26 insertions(+)

diff --git a/releases/specs-qemu/riscv/stage1-lp64-musl.spec 
b/releases/specs-qemu/riscv/stage1-lp64-musl.spec
new file mode 100644
index ..83995fdb
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage1-lp64-musl.spec
@@ -0,0 +1,14 @@
+subarch: rv64_lp64_musl
+target: stage1
+version_stamp: @TIMESTAMP@
+interpreter: /usr/bin/qemu-riscv64
+rel_type: musl
+profile: default/linux/riscv/20.0/rv64gc/lp64/musl
+snapshot: @TIMESTAMP@
+source_subpath: musl/stage3-rv64_lp64_musl-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/riscv/stage3-lp64-musl.spec 
b/releases/specs-qemu/riscv/stage3-lp64-musl.spec
new file mode 100644
index ..818e3a16
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage3-lp64-musl.spec
@@ -0,0 +1,12 @@
+subarch: rv64_lp64_musl
+target: stage3
+version_stamp: @TIMESTAMP@
+interpreter: /usr/bin/qemu-riscv64
+rel_type: musl
+profile: default/linux/riscv/20.0/rv64gc/lp64/musl
+snapshot: @TIMESTAMP@
+source_subpath: musl/stage1-rv64_lp64_musl-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng



[gentoo-commits] proj/catalyst:catalyst-3.0-stable commit in: catalyst/arch/

2022-07-30 Thread Andreas K. Hüttel
commit: 4f2fd56455090dfa618857616f3ca1afc10663e3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 30 18:41:18 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 30 18:41:18 2022 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4f2fd564

arch: Add subarch definition for riscv64 softfloat musl

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 catalyst/arch/riscv.py | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/catalyst/arch/riscv.py b/catalyst/arch/riscv.py
index d7b76c37..975bce99 100644
--- a/catalyst/arch/riscv.py
+++ b/catalyst/arch/riscv.py
@@ -34,6 +34,12 @@ class arch_rv64_lp64(generic_riscv):
def __init__(self,myspec):
generic_riscv.__init__(self,myspec)
 
+class arch_rv64_lp64_musl(generic_riscv):
+   "builder class for rv64_lp64_musl"
+   def __init__(self,myspec):
+   generic_riscv.__init__(self,myspec)
+   self.settings["CHOST"]="riscv64-gentoo-linux-musl"
+
 class arch_rv32_ilp32d(generic_riscv):
"builder class for rv32_ilp32d"
def __init__(self,myspec):



[gentoo-commits] proj/catalyst:master commit in: arch/

2022-07-30 Thread Andreas K. Hüttel
commit: 719ba186678bef8ba5486e994c8ae1d841ef9bc7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 30 18:38:46 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 30 18:38:46 2022 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=719ba186

arch: Add subarch definition for riscv64 softfloat musl

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 arch/riscv.toml | 4 
 1 file changed, 4 insertions(+)

diff --git a/arch/riscv.toml b/arch/riscv.toml
index 982757ae..a76e5cd5 100644
--- a/arch/riscv.toml
+++ b/arch/riscv.toml
@@ -18,6 +18,10 @@ CHOST = "riscv64-gentoo-linux-musl"
 COMMON_FLAGS = "-O2 -pipe"
 CHOST = "riscv64-unknown-linux-gnu"
 
+[riscv.rv64_lp64_musl]
+COMMON_FLAGS = "-O2 -pipe"
+CHOST = "riscv64-gentoo-linux-musl"
+
 [riscv.rv32_ilp32d]
 COMMON_FLAGS = "-O2 -pipe"
 CHOST = "riscv32-unknown-linux-gnu"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/

2022-07-30 Thread Arthur Zamarin
commit: 02bf8508d2da0242b09732e46f41af9e6b5a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 19:39:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 19:39:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf

kde-misc/kweather: Keyword 22.06 arm64, #861716

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-misc/kweather/kweather-22.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-22.06.ebuild 
b/kde-misc/kweather/kweather-22.06.ebuild
index 5745c45725a7..b90e1aaa637a 100644
--- a/kde-misc/kweather/kweather-22.06.ebuild
+++ b/kde-misc/kweather/kweather-22.06.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Weather forecast application for Plasma with 
flat and dynamic/anima
 HOMEPAGE="https://apps.kde.org/kweather/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/kweathercore/

2022-07-30 Thread Arthur Zamarin
commit: b74eeea17ac92e29d5dc7e58f8b24de37b233f29
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 19:39:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 19:39:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74eeea1

dev-libs/kweathercore: Keyword 0.6 arm64, #861716

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/kweathercore/kweathercore-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kweathercore/kweathercore-0.6.ebuild 
b/dev-libs/kweathercore/kweathercore-0.6.ebuild
index 4b2bb21a7ac3..78dbf639c68b 100644
--- a/dev-libs/kweathercore/kweathercore-0.6.ebuild
+++ b/dev-libs/kweathercore/kweathercore-0.6.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Library for retrieval of weather information 
including forecasts an
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 LICENSE="LGPL-2+"
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/

2022-07-30 Thread Arthur Zamarin
commit: d6f1d9eaf4efb7d859e638c3a3340d4ca319e7af
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 19:57:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 19:57:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f1d9ea

sys-auth/fprintd: Keyword 1.94.1 arm64, #764554

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-auth/fprintd/fprintd-1.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/fprintd/fprintd-1.94.1.ebuild 
b/sys-auth/fprintd/fprintd-1.94.1.ebuild
index 37f96ee48e28..af41129c2d67 100644
--- a/sys-auth/fprintd/fprintd-1.94.1.ebuild
+++ b/sys-auth/fprintd/fprintd-1.94.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${MY_P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~ia64 ppc ~riscv sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ~riscv sparc x86"
 IUSE="doc pam systemd test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/kube-bench/

2022-07-30 Thread William Hubbs
commit: 4c3313e0bdef24a3b4b899772d6afde30bf749ad
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 30 20:42:27 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 30 20:42:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3313e0

app-admin/kube-bench: add 0.6.8

Closes: https://bugs.gentoo.org/862360
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/kube-bench/Manifest|  2 ++
 app-admin/kube-bench/kube-bench-0.6.8.ebuild | 28 
 2 files changed, 30 insertions(+)

diff --git a/app-admin/kube-bench/Manifest b/app-admin/kube-bench/Manifest
index 441ba2da3d53..722030d4c53c 100644
--- a/app-admin/kube-bench/Manifest
+++ b/app-admin/kube-bench/Manifest
@@ -1,2 +1,4 @@
 DIST kube-bench-0.6.6-deps.tar.xz 182543748 BLAKE2B 
c3084b6940a380a6b25d24fd397f9e6ea777c4fb156729e0adadf0c96b882d710b475ee1b69d2359f43cd595aa934c49ab60fd44dd5d10ea6366c770c0d131a2
 SHA512 
a5e88c687c0cf858ea504b345bf54424c7a9d10e5cde889c73e5cf3f0402b65a8c7bb2e8c9edd7c0be9bfa3b8f7c9e6a5f8c568ca951437cf552413e126c0295
 DIST kube-bench-0.6.6.tar.gz 717589 BLAKE2B 
727323530d471cc9256c654a0b5b2d1f7ada3beed6b06f4d425cd97e8aab0bd218db539a266f25a1b3fa0fb39158d724371763cb8add82f3ad89c4f44e6877f8
 SHA512 
26071730eea02e87145b44bec19f7cc9d34fdc6b6f8ec7dcb569437bd6bd2c8e72bf223432413027efb96ec7027ffd8e0d62f44263c0b5bab2468204505603b9
+DIST kube-bench-0.6.8-deps.tar.xz 189993884 BLAKE2B 
e7e1f791552f4dafada11898bcc89656198f94822852e3b50d02a4739649d8f9b30c71f542921c7dc03baf15729df7c6b83ebaac3472a92a4ca156b34013ff5e
 SHA512 
ec895053686325954f79c5960e1d6548db4186c1ddc04b29f07005306f7026c058ed9d16880ad8bce80ed77b7f8b517da2c079a0e5dfb2ef22b0eb66d53cd4d6
+DIST kube-bench-0.6.8.tar.gz 728744 BLAKE2B 
633c6be69e388e9ee33c92fd7bf6b5f75e6646e1b8c00a2a9974425ee66e02ea816ba7a106e125559c783b86030f177e21486894f665dfc4aaf0d55880055a88
 SHA512 
3ad1bfdece19bd71f8c34ff2b1cb7c046a2c3ceb625f25c80e43b0c63a3c350b7dd883902c79430faf851c60547be024f2b7b6ca049d131506c750e61adf71b4

diff --git a/app-admin/kube-bench/kube-bench-0.6.8.ebuild 
b/app-admin/kube-bench/kube-bench-0.6.8.ebuild
new file mode 100644
index ..4d7ff54265c5
--- /dev/null
+++ b/app-admin/kube-bench/kube-bench-0.6.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="Kubernetes Bench for Security runs the CIS Kubernetes Benchmark"
+HOMEPAGE="https://github.com/aquasecurity/kube-bench;
+SRC_URI="https://github.com/aquasecurity/kube-bench/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
+
+LICENSE="Apache-2.0 MIT MPL-2.0 BSD BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   emake KUBEBENCH_VERSION=v${PV} build
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /etc/kube-bench
+   doins -r cfg
+}
+
+src_test() {
+   emake tests
+}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2022-07-30 Thread Sam James
commit: 8a8c47ca0010a6a68b81d17328d117338eb015a5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 23:46:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 23:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8c47ca

sys-libs/glibc: Stabilize 2.35-r8 amd64, #856481

Signed-off-by: Sam James  gentoo.org>

 sys-libs/glibc/glibc-2.35-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.35-r8.ebuild 
b/sys-libs/glibc/glibc-2.35-r8.ebuild
index 3864928751ee..3e1cd7475fb5 100644
--- a/sys-libs/glibc/glibc-2.35-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.35-r8.ebuild
@@ -26,7 +26,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
SRC_URI+=" experimental-loong? ( 
https://dev.gentoo.org/~xen0n/distfiles/glibc-2.35-loongarch-patches-20220522.tar.xz
 )"



[gentoo-commits] data/gentoo-news:master commit in: 2022-07-29-pipewire-sound-server/

2022-07-30 Thread Sam James
commit: 3d02b63c95ffb0e230fddfea4741c1067b5a7e3c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:19:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:19:19 2022 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=3d02b63c

2022-07-29-pipewire-sound-server: mention adding PipeWire to world

Closes: https://bugs.gentoo.org/861956
Signed-off-by: Sam James  gentoo.org>

 .../2022-07-29-pipewire-sound-server.en.txt  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt 
b/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
index 0cb4a2d..8d81d95 100644
--- a/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
+++ b/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
@@ -46,8 +46,9 @@ There are several options available:
   Deselect media-sound/pulseaudio-daemon:
   # emerge --deselect media-sound/pulseaudio-daemon
 
-  Then perform a world upgrade:
-  # emerge --ask --update --changed-use --deep @world
+  Then perform a world upgrade with PipeWire on the command line to add
+  it to the world file:
+  # emerge --ask --update --changed-use --deep @world media-video/pipewire
 
   Then depclean:
   # emerge --ask --depclean



[gentoo-commits] data/gentoo-news:master commit in: 2022-07-29-pipewire-sound-server/

2022-07-30 Thread Sam James
commit: fbf0d8c39742d6bcedb75f94b9c94216f57ce888
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:23:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:23:58 2022 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=fbf0d8c3

2022-07-29-pipewire-sound-server: give advice re pulseaudio-daemon only pkgs

Closes: https://bugs.gentoo.org/862402
Signed-off-by: Sam James  gentoo.org>

 .../2022-07-29-pipewire-sound-server.en.txt| 18 ++
 1 file changed, 18 insertions(+)

diff --git 
a/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt 
b/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
index 8d81d95..31283c0 100644
--- a/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
+++ b/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
@@ -60,6 +60,24 @@ There are several options available:
   files will need to run `gentoo-pipewire-launcher &` in e.g.
   `~/.xprofile`.
 
+  Users who want to switch to PipeWire providing a PulseAudio daemon
+  may need to `emerge --deselect` packages in their world file which
+  hard-require media-sound/pulseaudio-daemon. There are only a handful
+  of these. A non-exhaustive list:
+  * media-sound/paprefs
+  * media-sound/pasystray
+  * media-sound/pulseaudio-modules-bt (shouldn't be needed anyway)
+  * net-misc/pulseaudio-dlna
+
+  If not using any of those packages anymore, please emerge --deselect
+  them. If still using these, PipeWire as a PulseAudio is not an
+  option at this time.
+
+  (Note that media-libs/libpulse (which PipeWire will be using, don't emerge
+  libpulse manually) provides 'pactl' which can be used as a replacement for
+  e.g. media-sound/pulseaudio-ctl, so personal scripts can be adapted to this
+  if desired.)
+
   systemd users will also need to run the following commands:
   $ systemctl --user --now disable pulseaudio.service pulseaudio.socket
   $ systemctl --user --now enable pipewire.socket pipewire-pulse.socket



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/, media-sound/pulseaudio/files/

2022-07-30 Thread Sam James
commit: c185146b40b6665533f7235a5d88dee258dc05fd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:36:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:39:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c185146b

media-sound/pulseaudio: drop 13.0-r1, 15.0-r2, 15.0-r3

This should make things a bit less confusing when
looking at packages.gentoo.org, 'equery u', etc
wrt libpulse split.

media-sound/pulseaudio is now just a meta.

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio/Manifest|   2 -
 .../pulseaudio-11.1-disable-flat-volumes.patch |  48 ---
 .../pulseaudio/files/pulseaudio-13.0-clang.patch   |  25 --
 ...dio-14.99.2-require-GIO-for-RTP-GStreamer.patch |  51 ---
 ...lseaudio-14.99.2-require-bluez-dependency.patch |  89 -
 ...pulseaudio-15.0-xice-xsm-xtst-daemon-only.patch |  25 --
 media-sound/pulseaudio/files/pulseaudio.conf.d |   6 -
 media-sound/pulseaudio/files/pulseaudio.init.d-5   |  80 -
 media-sound/pulseaudio/files/pulseaudio.service|  10 -
 media-sound/pulseaudio/files/pulseaudio.tmpfiles   |   1 -
 media-sound/pulseaudio/metadata.xml|  69 
 media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild   | 355 ---
 media-sound/pulseaudio/pulseaudio-15.0-r2.ebuild   | 375 
 media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild   | 382 -
 14 files changed, 1518 deletions(-)

diff --git a/media-sound/pulseaudio/Manifest b/media-sound/pulseaudio/Manifest
deleted file mode 100644
index 39535c6a45ad..
--- a/media-sound/pulseaudio/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pulseaudio-13.0.tar.xz 1901768 BLAKE2B 
651a80f54525f196bcb036d893fedd4d9f34e10459918281397a45f498c31bff0d0c836f4e64aab5ac2612ffd5a0cab1a41ea710bbee5fd34dfc9ea1236deea9
 SHA512 
d445b8ccd43029a0ca0e456fc9291a79d3434d6496ead7eb329ab348d5249235e8bde6cf2be68765d8f761452dbe1486fb10c739e40b1e67ed75787bbd24ac0c
-DIST pulseaudio-15.0.tar.xz 1521760 BLAKE2B 
a6f7b74fdcfe7f2a993eafb9f465946915a24b6801d3077971b9377290d6c70b3f8640a800abd09d5901db96a20349f31b1beedd9da2249f69b591fb8392f489
 SHA512 
352ef20384c76c631c0faa73b08e2318902a433712e0c086a5ac7a0ae58873c8d4be8f35879bdec71a93b19ae8e2ba073cacac4d56215bcf58375a0cd9d88833

diff --git 
a/media-sound/pulseaudio/files/pulseaudio-11.1-disable-flat-volumes.patch 
b/media-sound/pulseaudio/files/pulseaudio-11.1-disable-flat-volumes.patch
deleted file mode 100644
index 40b23ec05f2e..
--- a/media-sound/pulseaudio/files/pulseaudio-11.1-disable-flat-volumes.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -up a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
 a/man/pulse-daemon.conf.5.xml.in   2016-05-26 23:21:17.0 -0500
-+++ b/man/pulse-daemon.conf.5.xml.in   2016-05-31 10:01:55.679976730 -0500
-@@ -220,7 +220,7 @@ License along with PulseAudio; if not, s
-   flat-volumes= Enable 'flat' volumes, i.e. where
-   possible let the sink volume equal the maximum of the volumes of
-   the inputs connected to it. Takes a boolean argument, defaults
--  to yes.
-+  to no.
- 
- 
-   
-diff -up a/src/daemon/daemon-conf.c b/src/daemon/daemon-conf.c
 a/src/daemon/daemon-conf.c 2016-05-26 23:21:17.0 -0500
-+++ b/src/daemon/daemon-conf.c 2016-05-31 10:01:55.680976735 -0500
-@@ -68,7 +68,7 @@ static const pa_daemon_conf default_conf
- .realtime_priority = 5,  /* Half of JACK's default rtprio */
- .disallow_module_loading = false,
- .disallow_exit = false,
--.flat_volumes = true,
-+.flat_volumes = false,
- .exit_idle_time = 20,
- .scache_idle_time = 20,
- .script_commands = NULL,
-diff -up a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
 a/src/daemon/daemon.conf.in2016-05-31 10:01:55.680976735 -0500
-+++ b/src/daemon/daemon.conf.in2016-05-31 10:02:28.048133267 -0500
-@@ -57,7 +57,7 @@ ifelse(@HAVE_DBUS@, 1, [dnl
- ; enable-lfe-remixing = no
- ; lfe-crossover-freq = 0
- 
--; flat-volumes = yes
-+; flat-volumes = no
- 
- ifelse(@HAVE_SYS_RESOURCE_H@, 1, [dnl
- ; rlimit-fsize = -1
-diff -up a/src/pulsecore/core.c b/src/pulsecore/core.c
 a/src/pulsecore/core.c 2016-05-26 23:21:17.0 -0500
-+++ b/src/pulsecore/core.c 2016-05-31 10:01:55.681976740 -0500
-@@ -135,7 +135,7 @@ pa_core* pa_core_new(pa_mainloop_api *m,
- c->exit_idle_time = -1;
- c->scache_idle_time = 20;
- 
--c->flat_volumes = true;
-+c->flat_volumes = false;
- c->disallow_module_loading = false;
- c->disallow_exit = false;
- c->running_as_daemon = false;

diff --git a/media-sound/pulseaudio/files/pulseaudio-13.0-clang.patch 
b/media-sound/pulseaudio/files/pulseaudio-13.0-clang.patch
deleted file mode 100644
index d7b81de0313e..
--- a/media-sound/pulseaudio/files/pulseaudio-13.0-clang.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e4450d8b586103ec1414e2d6245ff34a9096d97a Mon Sep 

[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/, media-video/pipewire/files/

2022-07-30 Thread Sam James
commit: 9fce003dab4f3b0086c49adc06d2717564aa4499
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:32:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:32:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fce003d

media-video/pipewire: drop 0.3.52-r1, 0.3.53_p20220705-r1, 0.3.55-r1

Signed-off-by: Sam James  gentoo.org>

 media-video/pipewire/Manifest  |   3 -
 .../files/pipewire-0.3.52-pulse-path.patch |  78 
 .../pipewire/files/pipewire-0.3.55-jack-mix.patch  |  20 -
 media-video/pipewire/pipewire-0.3.52-r1.ebuild | 366 --
 .../pipewire/pipewire-0.3.53_p20220705-r1.ebuild   | 413 
 media-video/pipewire/pipewire-0.3.55-r1.ebuild | 424 -
 6 files changed, 1304 deletions(-)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index 5e3c5005ee95..456202c6afb0 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -1,5 +1,2 @@
 DIST pipewire-0.3.51.tar.gz 1789070 BLAKE2B 
8538eb9f2178efa26365f30b324b707826e580caa1fd9c09b62c561c140c14186e0d2b04808fa78eb5642ddccf1a347def19934ecd654be06b215a693075b6fc
 SHA512 
a762fd260b4b14ad9ef142be11ab1c22268da6726e2179559ffb254f0ce7daf7a502779e33c64313a9c6a9fc1bd15150b76be04ec81aa27c35dbb4333cecdb4a
-DIST pipewire-0.3.52.tar.gz 1810238 BLAKE2B 
bb75eff5fe7700d0a303fbfed7910aebd82346a5a21c4a0d17c06e6991bc90bb6d4f6b9559c25788494cb11faff957523dcd7f0c4c8a40be11b81c63a5a9e5ef
 SHA512 
30e9cf74c92babafe386f02a03bb5c41a8ee5591a02f15845cca1ee44f091ce68eb14d48943d43b680cb525026a19e0290997670f9a82156eaa72e974fe6d01a
-DIST pipewire-0.3.53_p20220705.tar.bz2 1358645 BLAKE2B 
365e81ab114fb9b4abbd5351145d0558c7c00bdbccefc2f7bacb965018c1e7009b7b26b8e95baf35534b74cf9ce49483604841aa7ba949d6a94e720e8ec4233c
 SHA512 
631e737e3517cb4d4c3f84e9540acde2cf94bde472626c61e0223ff4ac5cc2118a35dae79d009558384e24b955cf002d209db1bcf1465056757234725213f152
-DIST pipewire-0.3.55.tar.gz 1801857 BLAKE2B 
ee8d75bffba5f6b2e6ccd4da518339aa8e00e6afd8a4e8b6839bc0e4422b587f7543916ef161c9995bb7bfdf20032af984ac2fe9238ac9ad6160ab5d5942f700
 SHA512 
a139e51bc0d4144ae3bd3511962e541ae5c8a76d344d472805819e5bda6e62ec9807489c2a9e9f42bd9a25eff243f8a794b71d629438bf732a5cd92b85eaa9fc
 DIST pipewire-0.3.56.tar.gz 1856321 BLAKE2B 
62fb5d5a83b3cfc0555f09da42c8d4fbe69f34432add57f91a9c001535340a84f54572af4a5ba138251888cba9be0c038317dfe929d2e2ef36ff62f4679c6ea0
 SHA512 
a1ba598c56130a30e573d3ce3ac5879d800d3005a47075c45353d968c97c12f74d85802cd171b61558c06c474a03bbe4885396ca430a0af6c5672ed00f43d108

diff --git a/media-video/pipewire/files/pipewire-0.3.52-pulse-path.patch 
b/media-video/pipewire/files/pipewire-0.3.52-pulse-path.patch
deleted file mode 100644
index 09d8699f..
--- a/media-video/pipewire/files/pipewire-0.3.52-pulse-path.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/4821c7ca2fe5e25ba018e9f5d4967f08d6bb816f
-
-From: Wim Taymans 
-Date: Thu, 9 Jun 2022 17:06:07 +0200
-Subject: [PATCH] pulse-server: don't append "/pulse" to PULSE_RUNTIME_PATH
-
-Fixes #2431
 a/src/modules/module-protocol-pulse/server.c
-+++ b/src/modules/module-protocol-pulse/server.c
-@@ -460,7 +460,7 @@ static int parse_unix_address(const char *address, struct 
sockaddr_storage *addr
-   if (address[0] != '/') {
-   char runtime_dir[PATH_MAX];
- 
--  if ((res = get_runtime_dir(runtime_dir, sizeof(runtime_dir), 
"pulse")) < 0)
-+  if ((res = get_runtime_dir(runtime_dir, sizeof(runtime_dir))) < 
0)
-   return res;
- 
-   res = snprintf(addr.sun_path, sizeof(addr.sun_path),
 a/src/modules/module-protocol-pulse/utils.c
-+++ b/src/modules/module-protocol-pulse/utils.c
-@@ -50,27 +50,30 @@
- #include "log.h"
- #include "utils.h"
- 
--int get_runtime_dir(char *buf, size_t buflen, const char *dir)
-+int get_runtime_dir(char *buf, size_t buflen)
- {
--  const char *runtime_dir;
-+  const char *runtime_dir, *dir = NULL;
-   struct stat stat_buf;
-   int res, size;
- 
-   runtime_dir = getenv("PULSE_RUNTIME_PATH");
--  if (runtime_dir == NULL)
-+  if (runtime_dir == NULL) {
-   runtime_dir = getenv("XDG_RUNTIME_DIR");
--
-+  dir = "pulse";
-+  }
-   if (runtime_dir == NULL) {
-   pw_log_error("could not find a suitable runtime directory in"
-   "$PULSE_RUNTIME_PATH and $XDG_RUNTIME_DIR");
-   return -ENOENT;
-   }
- 
--  size = snprintf(buf, buflen, "%s/%s", runtime_dir, dir);
-+  size = snprintf(buf, buflen, "%s%s%s", runtime_dir,
-+  dir ? "/" : "", dir ? dir : "");
-   if (size < 0)
-   return -errno;
-   if ((size_t) size >= buflen) {
--  pw_log_error("path %s/%s too long", runtime_dir, dir);
-+  pw_log_error("path %s%s%s 

[gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/, media-libs/libpulse/files/

2022-07-30 Thread Sam James
commit: a5913c6b5fb3f70f6e660c98259abeb3457d2e64
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:34:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:34:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5913c6b

media-libs/libpulse: drop 16.0-r1

Signed-off-by: Sam James  gentoo.org>

 .../pulseaudio-16.0-fix-pactl-volume-command.patch |  55 --
 media-libs/libpulse/libpulse-16.0-r1.ebuild| 204 -
 2 files changed, 259 deletions(-)

diff --git 
a/media-libs/libpulse/files/pulseaudio-16.0-fix-pactl-volume-command.patch 
b/media-libs/libpulse/files/pulseaudio-16.0-fix-pactl-volume-command.patch
deleted file mode 100644
index 469aaa345102..
--- a/media-libs/libpulse/files/pulseaudio-16.0-fix-pactl-volume-command.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/05c06afa58e30b7958e96766d1e917099c8a4041
-
-From 05c06afa58e30b7958e96766d1e917099c8a4041 Mon Sep 17 00:00:00 2001
-From: Sean Greenslade 
-Date: Sat, 4 Jun 2022 00:24:49 -0700
-Subject: [PATCH] pactl: fix parsing of percentages with decimal points
-
-The logic for detecting which type of volume was given incorrectly interpreted
-any value with a decimal as a VOL_LINEAR. It also could set multiple flags,
-which would put the flags variable into an indeterminate state. Additionally,
-the flags stack variable was uninitialized which could also lead to an
-indeterminate flag state.
-
-Percentages are now prioritized over all other types, and only one type flag
-can be set.

- src/utils/pactl.c | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/utils/pactl.c b/src/utils/pactl.c
-index 35163f277..2761ebaaf 100644
 a/src/utils/pactl.c
-+++ b/src/utils/pactl.c
-@@ -2527,16 +2527,16 @@ static int parse_volume(const char *vol_spec, 
pa_volume_t *vol, enum volume_flag
- vs = pa_xstrdup(vol_spec);
- 
- *vol_flags = (pa_startswith(vs, "+") || pa_startswith(vs, "-")) ? 
VOL_RELATIVE : VOL_ABSOLUTE;
--if (strchr(vs, '.'))
--*vol_flags |= VOL_LINEAR;
- if (pa_endswith(vs, "%")) {
- *vol_flags |= VOL_PERCENT;
- vs[strlen(vs)-1] = 0;
- }
--if (pa_endswith(vs, "db") || pa_endswith(vs, "dB")) {
-+else if (pa_endswith(vs, "db") || pa_endswith(vs, "dB")) {
- *vol_flags |= VOL_DECIBEL;
- vs[strlen(vs)-2] = 0;
- }
-+else if (strchr(vs, '.'))
-+*vol_flags |= VOL_LINEAR;
- 
- atod_input = vs;
- 
-@@ -2597,7 +2597,7 @@ static int parse_volumes(char *args[], unsigned n) {
- 
- volume.channels = n;
- for (i = 0; i < volume.channels; i++) {
--enum volume_flags flags;
-+enum volume_flags flags = 0;
- 
- if (parse_volume(args[i], [i], ) < 0)
- return -1;
--- 
-GitLab
-

diff --git a/media-libs/libpulse/libpulse-16.0-r1.ebuild 
b/media-libs/libpulse/libpulse-16.0-r1.ebuild
deleted file mode 100644
index a134ac58d7b4..
--- a/media-libs/libpulse/libpulse-16.0-r1.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PV="${PV/_pre*}"
-MY_P="pulseaudio-${MY_PV}"
-inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd udev
-
-DESCRIPTION="Libraries for PulseAudio clients"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/;
-
-if [[ ${PV} =  ]]; then
-   inherit git-r3
-   EGIT_BRANCH="master"
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
-else
-   
SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-2.1+"
-
-SLOT="0"
-IUSE="+asyncns dbus doc +glib gtk selinux systemd test valgrind X"
-RESTRICT="!test? ( test )"
-
-# NOTE: libpcre needed in some cases, bug #472228
-# TODO: libatomic_ops is only needed on some architectures and conditions, and 
then at runtime too
-RDEPEND="
-   dev-libs/libatomic_ops
-   >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}]
-   virtual/libc
-   asyncns? ( >=net-libs/libasyncns-0.1[${MULTILIB_USEDEP}] )
-   dbus? ( >=sys-apps/dbus-1.4.12[${MULTILIB_USEDEP}] )
-   glib? ( >=dev-libs/glib-2.28.0:2[${MULTILIB_USEDEP}] )
-   gtk? ( x11-libs/gtk+:3 )
-   selinux? ( sec-policy/selinux-pulseaudio )
-   systemd? ( sys-apps/systemd:= )
-   valgrind? ( dev-util/valgrind )
-   X? (
-   x11-libs/libX11[${MULTILIB_USEDEP}]
-   >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}]
-   )
-   || (
-   elibc_glibc? ( virtual/libc )
-   dev-libs/libpcre:3
-   )
-   !

[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/

2022-07-30 Thread Sam James
commit: 7ff65d73630712e5dbe990dcd06209aa56dab3cd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:33:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:33:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff65d73

media-video/wireplumber: drop 0.4.10-r6, 0.4.11-r1

Signed-off-by: Sam James  gentoo.org>

 .../wireplumber/wireplumber-0.4.10-r6.ebuild   | 126 
 .../wireplumber/wireplumber-0.4.11-r1.ebuild   | 129 -
 2 files changed, 255 deletions(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.10-r6.ebuild 
b/media-video/wireplumber/wireplumber-0.4.10-r6.ebuild
deleted file mode 100644
index 5a21755d5858..
--- a/media-video/wireplumber/wireplumber-0.4.10-r6.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{3,4} )
-
-inherit lua-single meson systemd
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/pipewire/${PN}.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-else
-   
SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-DESCRIPTION="Replacement for pipewire-media-session"
-HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber;
-
-LICENSE="MIT"
-SLOT="0/0.4"
-IUSE="elogind system-service systemd test"
-
-REQUIRED_USE="
-   ${LUA_REQUIRED_USE}
-   ?? ( elogind systemd )
-   system-service? ( systemd )
-"
-
-RESTRICT="!test? ( test )"
-
-# introspection? ( dev-libs/gobject-introspection ) is valid but likely only 
used for doc building
-BDEPEND="
-   dev-libs/glib
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   sys-devel/gettext
-"
-
-DEPEND="
-   ${LUA_DEPS}
-   >=dev-libs/glib-2.62
-   >=media-video/pipewire-0.3.53-r1:=
-   virtual/libintl
-   elogind? ( sys-auth/elogind )
-   systemd? ( sys-apps/systemd )
-"
-
-# Any dev-lua/* deps get declared like this inside RDEPEND:
-#  $(lua_gen_cond_dep '
-#  dev-lua/[${LUA_USEDEP}]
-#  ')
-RDEPEND="${DEPEND}
-   system-service? (
-   acct-user/pipewire
-   acct-group/pipewire
-   )
-"
-
-DOCS=( {NEWS,README}.rst )
-
-PATCHES=(
-   
"${FILESDIR}"/${P}-config-fix-enabled-property-to-default-to-true-when.patch
-   
"${FILESDIR}"/${P}-m-lua-scripting-allow-converting-GValue-holding-NUL.patch
-   
"${FILESDIR}"/${P}-alsa.lua-fix-device-name-deduplication-when-reserva.patch
-   
"${FILESDIR}"/${P}-m-default-nodes-don-t-check-if-all-device-nodes-are.patch
-   "${FILESDIR}"/${P}-m-lua-scripting-fix-object-refcounting.patch
-   "${FILESDIR}"/${P}-config-disable-sound-server-parts.patch # defer 
enabling sound server parts to media-video/pipewire
-)
-
-src_configure() {
-   local emesonargs=(
-   -Ddoc=disabled # Ebuild not wired up yet (Sphinx, Doxygen?)
-   -Dintrospection=disabled # Only used for Sphinx doc generation
-   -Dsystem-lua=true # We always unbundle everything we can
-   -Dsystem-lua-version=$(ver_cut 1-2 $(lua_get_version))
-   $(meson_feature elogind)
-   $(meson_feature systemd)
-   $(meson_use system-service systemd-system-service)
-   $(meson_use systemd systemd-user-service)
-   -Dsystemd-system-unit-dir=$(systemd_get_systemunitdir)
-   -Dsystemd-user-unit-dir=$(systemd_get_userunitdir)
-   $(meson_use test tests)
-   )
-
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-
-   # We copy the default config, so that Gentoo tools can pick up on any
-   # updates and /etc does not end up with stale overrides.
-   # If a reflinking CoW filesystem is used (e.g. Btrfs), then the files
-   # will not actually get stored twice until modified.
-   insinto /etc
-   doins -r "${ED}"/usr/share/wireplumber
-}
-
-pkg_postinst() {
-   if systemd_is_booted ; then
-   ewarn "pipewire-media-session.service is no longer installed. 
You must switch"
-   ewarn "to wireplumber.service user unit before your next 
logout/reboot:"
-   ewarn "systemctl --user disable pipewire-media-session.service"
-   ewarn "systemctl --user --force enable wireplumber.service"
-   else
-   ewarn "Switch to WirePlumber will happen the next time 
gentoo-pipewire-launcher"
-   ewarn "is started (a replacement for directly calling pipewire 
binary)."
-   ewarn
-   ewarn "Please ensure that ${EROOT}/etc/pipewire/pipewire.conf 
either does not exist"
-   ewarn "or, if it does exist, that any reference to"
-   ewarn 

[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-modules-bt/

2022-07-30 Thread Sam James
commit: f2540638ea52a8ab8dd087caad671b3322295698
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:39:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:39:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2540638

media-sound/pulseaudio-modules-bt: drop 1.4

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio-modules-bt/Manifest |  1 -
 .../pulseaudio-modules-bt-1.4.ebuild   | 81 --
 2 files changed, 82 deletions(-)

diff --git a/media-sound/pulseaudio-modules-bt/Manifest 
b/media-sound/pulseaudio-modules-bt/Manifest
index 5558a7f3df34..555774eddc07 100644
--- a/media-sound/pulseaudio-modules-bt/Manifest
+++ b/media-sound/pulseaudio-modules-bt/Manifest
@@ -1,3 +1,2 @@
-DIST pulseaudio-13.0.tar.xz 1901768 BLAKE2B 
651a80f54525f196bcb036d893fedd4d9f34e10459918281397a45f498c31bff0d0c836f4e64aab5ac2612ffd5a0cab1a41ea710bbee5fd34dfc9ea1236deea9
 SHA512 
d445b8ccd43029a0ca0e456fc9291a79d3434d6496ead7eb329ab348d5249235e8bde6cf2be68765d8f761452dbe1486fb10c739e40b1e67ed75787bbd24ac0c
 DIST pulseaudio-15.0.tar.xz 1521760 BLAKE2B 
a6f7b74fdcfe7f2a993eafb9f465946915a24b6801d3077971b9377290d6c70b3f8640a800abd09d5901db96a20349f31b1beedd9da2249f69b591fb8392f489
 SHA512 
352ef20384c76c631c0faa73b08e2318902a433712e0c086a5ac7a0ae58873c8d4be8f35879bdec71a93b19ae8e2ba073cacac4d56215bcf58375a0cd9d88833
 DIST pulseaudio-modules-bt-1.4.tar.gz 87558 BLAKE2B 
98b21d8fced5b88d59e45ca4fa2505d3606616a8a09dd95eb91e30b0d31c8a0ec7e52e4c2fd1b601130f69a997871064849fa0c8847ec0686fb42a2ccd7ac43b
 SHA512 
390b6ad0931b464a546c6624bec38cc5b6da7084e4defe2045f4164b0c910a9dd6d4327466eb0e53fcfbc78c995cf2e3634a75b67ee2a14f38ed18e31b5d2bce

diff --git a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4.ebuild 
b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4.ebuild
deleted file mode 100644
index b1b9841188e7..
--- a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake readme.gentoo-r1
-
-DESCRIPTION="PulseAudio modules for LDAC, aptX, aptX HD, and AAC for Bluetooth"
-HOMEPAGE="https://github.com/EHfive/pulseaudio-modules-bt;
-
-PULSE_VER="13.0"
-SRC_URI="
-   https://github.com/EHfive/pulseaudio-modules-bt/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   
https://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PULSE_VER}.tar.xz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="fdk +ffmpeg +ldac +native-headset ofono-headset"
-
-DEPEND="
-   fdk? ( media-libs/fdk-aac:0= )
-   ffmpeg? ( media-video/ffmpeg )
-   media-libs/sbc
-   ldac? ( media-libs/libldac )
-   >=net-wireless/bluez-5
-   >=sys-apps/dbus-1.0.0
-   ofono-headset? ( >=net-misc/ofono-1.13 )
-   ( >=media-sound/pulseaudio-${PULSE_VER}[-bluetooth(-)] 
https://github.com/EHfive/pulseaudio-modules-bt/issues/33).
-Please ensure you have this lines present in your /etc/pulse/default.pa
-file:
-
-.ifexists module-bluetooth-policy.so
-load-module module-bluetooth-policy
-.endif
-
-.ifexists module-bluetooth-discover.so
-load-module module-bluetooth-discover
-.endif
-"
-
-src_prepare() {
-   cmake_src_prepare
-
-   # pulseaudio headers needed to build
-   rmdir pa/ || die
-   ln -s ../pulseaudio-${PULSE_VER}/ pa || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCODEC_AAC_FDK=$(usex fdk "ON" "OFF")
-   -DCODEC_APTX_FF=$(usex ffmpeg "ON" "OFF")
-   -DCODEC_APTX_HD_FF=$(usex ffmpeg "ON" "OFF")
-   -DCODEC_LDAC=$(usex ldac "ON" "OFF")
-   -DNATIVE_HEADSET=$(usex native-headset "ON" "OFF")
-   -DOFONO_HEADSET=$(usex ofono-headset "ON" "OFF")
-   )
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/, media-sound/pulseaudio-daemon/files/

2022-07-30 Thread Sam James
commit: 10b61dc8872a9ba034771bd9b793e452fd428363
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:39:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:39:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b61dc8

media-sound/pulseaudio-daemon: drop 16.0-r4, 16.0-r5

Signed-off-by: Sam James  gentoo.org>

 ...udio-16.0-fix-combine-sink-underrun-crash.patch |  72 
 ...io-16.0-fix-gstreamer-bluetooth-arm-crash.patch |  43 ---
 ...pulseaudio-16.0-fix-pacmd-play-file-crash.patch |  42 ---
 ...lseaudio-16.0-fix-rtp-receiver-sdp-record.patch |  26 --
 .../pulseaudio-daemon-16.0-r4.ebuild   | 388 
 .../pulseaudio-daemon-16.0-r5.ebuild   | 396 -
 6 files changed, 967 deletions(-)

diff --git 
a/media-sound/pulseaudio-daemon/files/pulseaudio-16.0-fix-combine-sink-underrun-crash.patch
 
b/media-sound/pulseaudio-daemon/files/pulseaudio-16.0-fix-combine-sink-underrun-crash.patch
deleted file mode 100644
index d66d75afdfda..
--- 
a/media-sound/pulseaudio-daemon/files/pulseaudio-16.0-fix-combine-sink-underrun-crash.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/ee8bfb49a271d8a8cafa796c6f9fa84de48a
-
-From ee8bfb49a271d8a8cafa796c6f9fa84de48a Mon Sep 17 00:00:00 2001
-From: Georg Chini 
-Date: Fri, 17 Jun 2022 13:11:11 +0200
-Subject: [PATCH] combine-sink: Fix threading issue during underrun
-
-A recent commit added i->origin sink for the sink inputs of the combine sinks.
-Therefore pa_sink_process_input_underruns() treated the combine sink like
-filter sinks. pa_sink_process_input_underruns() calls itself with the
-origin sink, which is only correct for filter sinks because they run in the
-thread context of the origin sink. The combine sink however has its own
-thread context, so pa_sink_process_input_underruns() was executed in the
-wrong context.
-This patch fixes the issue by skipping the section for module-combine-sink.
-
-Part-of: 


- src/pulsecore/sink.c | 37 +++--
- 1 file changed, 23 insertions(+), 14 deletions(-)
-
-diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
-index 3108ae765..0f0dc56fc 100644
 a/src/pulsecore/sink.c
-+++ b/src/pulsecore/sink.c
-@@ -1016,20 +1016,29 @@ size_t pa_sink_process_input_underruns(pa_sink *s, 
size_t left_to_play) {
- if (i->origin_sink) {
- size_t filter_result, left_to_play_origin;
- 
--/* The recursive call works in the origin sink domain ... */
--left_to_play_origin = pa_convert_size(left_to_play, 
>sink->sample_spec, >origin_sink->sample_spec);
--
--/* .. and returns the time to sleep before waking up. We need the
-- * underrun duration for comparisons, so we undo the subtraction 
on
-- * the return value... */
--filter_result = left_to_play_origin - 
pa_sink_process_input_underruns(i->origin_sink, left_to_play_origin);
--
--/* ... and convert it back to the master sink domain */
--filter_result = pa_convert_size(filter_result, 
>origin_sink->sample_spec, >sink->sample_spec);
--
--/* Remember the longest underrun so far */
--if (filter_result > result)
--result = filter_result;
-+/* The combine sink sets i->origin sink but has a different 
threading model
-+ * than the filter sinks. Therefore the recursion below may not 
be executed
-+ * because pa_sink_process_input_underruns() was not called in 
the thread
-+ * context of the origin sink.
-+ * FIXME: It is unclear if some other kind of recursion would be 
necessary
-+ * for the combine sink. */
-+if (!i->module || !pa_safe_streq(i->module->name, 
"module-combine-sink")) {
-+
-+/* The recursive call works in the origin sink domain ... */
-+left_to_play_origin = pa_convert_size(left_to_play, 
>sink->sample_spec, >origin_sink->sample_spec);
-+
-+/* .. and returns the time to sleep before waking up. We need 
the
-+ * underrun duration for comparisons, so we undo the 
subtraction on
-+ * the return value... */
-+filter_result = left_to_play_origin - 
pa_sink_process_input_underruns(i->origin_sink, left_to_play_origin);
-+
-+/* ... and convert it back to the master sink domain */
-+filter_result = pa_convert_size(filter_result, 
>origin_sink->sample_spec, >sink->sample_spec);
-+
-+/* Remember the longest underrun so far */
-+if (filter_result > result)
-+result = filter_result;
-+}
- }
- 
- if (uf == 0) {
--- 
-GitLab
-

diff --git 

[gentoo-commits] repo/gentoo:master commit in: app-text/tree/

2022-07-30 Thread Jonas Stein
commit: e3f0ee9f07dccc63fe4658b295cdc044f71d55e9
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul 30 19:36:24 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul 30 19:36:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f0ee9f

app-text/tree: bump to 2.0.2

Version bump to 2.0.2 fixes HTML output.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/Manifest  |  1 +
 app-text/tree/tree-2.0.2.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index c24567515554..320423be412c 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,2 +1,3 @@
 DIST tree-1.8.0.tgz 50286 BLAKE2B 
51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd
 SHA512 
3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
 DIST tree-2.0.1.tgz 57213 BLAKE2B 
977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f
 SHA512 
11a45136d62ee7b4acdb599025c250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
+DIST tree-2.0.2.tgz 57960 BLAKE2B 
3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b
 SHA512 
5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f

diff --git a/app-text/tree/tree-2.0.2.ebuild b/app-text/tree/tree-2.0.2.ebuild
new file mode 100644
index ..4c7a39b7f496
--- /dev/null
+++ b/app-text/tree/tree-2.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
+HOMEPAGE="http://mama.indstate.edu/users/ice/tree/;
+SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+   sed -i -e 's:LINUX:__linux__:' tree.c || die
+   if use !elibc_glibc ; then
+   # 433972, also previously done only for elibc_uclibc
+   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+   fi
+   default
+}
+
+src_compile() {
+   append-lfs-flags
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin tree
+   doman doc/tree*.1
+   einstalldocs
+   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-crispy-forms/

2022-07-30 Thread Alfredo Tupone
commit: a3f2844eb9e8bf89002f5f0843cb5894db9b96bb
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Jul 30 19:35:47 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jul 30 19:35:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f2844e

dev-python/django-crispy-forms: add to tree

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/django-crispy-forms/Manifest |  1 +
 .../django-crispy-forms-1.14.0.ebuild   | 21 +
 dev-python/django-crispy-forms/metadata.xml | 12 
 3 files changed, 34 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
new file mode 100644
index ..fbc0996d9583
--- /dev/null
+++ b/dev-python/django-crispy-forms/Manifest
@@ -0,0 +1 @@
+DIST django-crispy-forms-1.14.0.tar.gz 295826 BLAKE2B 
4be78ba2eb8b7dfd6d9813d2a94b26ca571f3c8767f22e37e64deca517b0044d1684343f82790860f024b6eaf6759acfdb6975e4497e40bb75cc64ace3ce9745
 SHA512 
964ebcd74dd284d11cd0a820238468cce415a61b9ac83afe401b1414da0e27b3e9e0a9aa4fec411a8ff9fa08aa6fb56550c6262e0a9d821b17e12590fc06970c

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
new file mode 100644
index ..32f8a0f85bcb
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="DRY Django forms"
+HOMEPAGE="https://github.com/django-crispy-forms/django-crispy-forms;
+SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" #Not working
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"

diff --git a/dev-python/django-crispy-forms/metadata.xml 
b/dev-python/django-crispy-forms/metadata.xml
new file mode 100644
index ..0e3ee306f637
--- /dev/null
+++ b/dev-python/django-crispy-forms/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+   
+   django-crispy-forms
+   django-crispy-forms/django-crispy-forms
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/

2022-07-30 Thread Sam James
commit: 3079c775a45ab3c44d2933ce5ee023199a97067d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 21:15:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 21:18:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3079c775

dev-python/snakeoil: add arthurzam as maintainer

Signed-off-by: Sam James  gentoo.org>

 dev-python/snakeoil/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/snakeoil/metadata.xml b/dev-python/snakeoil/metadata.xml
index 21474707a69a..34099b24a766 100644
--- a/dev-python/snakeoil/metadata.xml
+++ b/dev-python/snakeoil/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   

mgo...@gentoo.org
Michał Górny



[gentoo-commits] repo/gentoo:master commit in: app-text/tree/

2022-07-30 Thread Sam James
commit: 5ec8a465c28906da47d6268f7e1bd045cb674c35
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 21:18:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 21:18:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec8a465

app-text/tree: Stabilize 2.0.1 x86, #862369

Signed-off-by: Sam James  gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index 4c7a39b7f496..b739af021640 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/

2022-07-30 Thread Sam James
commit: 1240bbf162a7357941bc4d7cb807f7c827c12354
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 21:18:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 21:18:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1240bbf1

sys-apps/inxi: Stabilize 3.3.17.1 x86, #862366

Signed-off-by: Sam James  gentoo.org>

 sys-apps/inxi/inxi-3.3.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/inxi/inxi-3.3.17.1.ebuild 
b/sys-apps/inxi/inxi-3.3.17.1.ebuild
index 49cc31d24326..a17ef9064853 100644
--- a/sys-apps/inxi/inxi-3.3.17.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.17.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="bluetooth hddtemp opengl"
 
 RDEPEND="dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/

2022-07-30 Thread Sam James
commit: 54eeab0a8591aa24df7706fa4b7e7dec8e1abc0b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 21:17:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 21:18:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54eeab0a

dev-python/snakeoil: enable pypy3

Signed-off-by: Sam James  gentoo.org>

 dev-python/snakeoil/snakeoil-0.9.11.ebuild | 2 +-
 dev-python/snakeoil/snakeoil-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/snakeoil/snakeoil-0.9.11.ebuild 
b/dev-python/snakeoil/snakeoil-0.9.11.ebuild
index 3ef675e8637f..ed32d56d36ac 100644
--- a/dev-python/snakeoil/snakeoil-0.9.11.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.9.11.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 

diff --git a/dev-python/snakeoil/snakeoil-.ebuild 
b/dev-python/snakeoil/snakeoil-.ebuild
index 3ef675e8637f..ed32d56d36ac 100644
--- a/dev-python/snakeoil/snakeoil-.ebuild
+++ b/dev-python/snakeoil/snakeoil-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/

2022-07-30 Thread Sam James
commit: de5f11f4795bd0348edcb6cc5045179806c00c58
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 21:18:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 21:18:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5f11f4

sys-apps/inxi: Stabilize 3.3.17.1 amd64, #862366

Signed-off-by: Sam James  gentoo.org>

 sys-apps/inxi/inxi-3.3.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/inxi/inxi-3.3.17.1.ebuild 
b/sys-apps/inxi/inxi-3.3.17.1.ebuild
index a17ef9064853..7e83a0865c76 100644
--- a/sys-apps/inxi/inxi-3.3.17.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.17.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="bluetooth hddtemp opengl"
 
 RDEPEND="dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/

2022-07-30 Thread Sam James
commit: 307d0e9ae1fcf4804df33d8d9d5735bc35fdf86b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 21:18:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 21:18:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307d0e9a

app-admin/awscli: Stabilize 1.25.31 ALLARCHES, #862336

Signed-off-by: Sam James  gentoo.org>

 app-admin/awscli/awscli-1.25.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/awscli/awscli-1.25.31.ebuild 
b/app-admin/awscli/awscli-1.25.31.ebuild
index 9f176fa05cc8..f241876330bb 100644
--- a/app-admin/awscli/awscli-1.25.31.ebuild
+++ b/app-admin/awscli/awscli-1.25.31.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 # botocore is x.(y+2).z
 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"



[gentoo-commits] repo/gentoo:master commit in: app-text/tree/

2022-07-30 Thread Sam James
commit: 79247fc5968b62196c0b333e1583ac14a9cf5931
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 21:18:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 21:18:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79247fc5

app-text/tree: Stabilize 2.0.1 amd64, #862369

Signed-off-by: Sam James  gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index b739af021640..d0d25fef12f4 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2022-07-30 Thread Mike Gilbert
commit: 0c6859b941abfe38303c3a266437b4c20a32b1a1
Author: Oskari Pirhonen  gmail  com>
AuthorDate: Sat Jul 30 03:05:39 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul 30 21:51:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6859b9

net-vpn/openconnect: fix HOMEPAGE

Closes: https://bugs.gentoo.org/862204
Signed-off-by: Oskari Pirhonen  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26660
Signed-off-by: Mike Gilbert  gentoo.org>

 net-vpn/openconnect/openconnect-8.10-r7.ebuild | 2 +-
 net-vpn/openconnect/openconnect-8.20-r1.ebuild | 2 +-
 net-vpn/openconnect/openconnect-9.01.ebuild| 2 +-
 net-vpn/openconnect/openconnect-.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-vpn/openconnect/openconnect-8.10-r7.ebuild 
b/net-vpn/openconnect/openconnect-8.10-r7.ebuild
index ea5ef2e651bf..8097c4621a18 100644
--- a/net-vpn/openconnect/openconnect-8.10-r7.ebuild
+++ b/net-vpn/openconnect/openconnect-8.10-r7.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="http://www.infradead.org/openconnect.html;
+HOMEPAGE="https://www.infradead.org/openconnect;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"

diff --git a/net-vpn/openconnect/openconnect-8.20-r1.ebuild 
b/net-vpn/openconnect/openconnect-8.20-r1.ebuild
index a693bf619d02..f1d0981a8357 100644
--- a/net-vpn/openconnect/openconnect-8.20-r1.ebuild
+++ b/net-vpn/openconnect/openconnect-8.20-r1.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="http://www.infradead.org/openconnect.html;
+HOMEPAGE="https://www.infradead.org/openconnect;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"

diff --git a/net-vpn/openconnect/openconnect-9.01.ebuild 
b/net-vpn/openconnect/openconnect-9.01.ebuild
index 7759c17fd9b3..2561ef171f9b 100644
--- a/net-vpn/openconnect/openconnect-9.01.ebuild
+++ b/net-vpn/openconnect/openconnect-9.01.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="http://www.infradead.org/openconnect.html;
+HOMEPAGE="https://www.infradead.org/openconnect;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"

diff --git a/net-vpn/openconnect/openconnect-.ebuild 
b/net-vpn/openconnect/openconnect-.ebuild
index 7759c17fd9b3..2561ef171f9b 100644
--- a/net-vpn/openconnect/openconnect-.ebuild
+++ b/net-vpn/openconnect/openconnect-.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="http://www.infradead.org/openconnect.html;
+HOMEPAGE="https://www.infradead.org/openconnect;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2022-07-30 Thread Mike Gilbert
commit: 9b646b2d61e852ffc96ab36e28ae0ab5e7a75ae1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul 30 21:53:02 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul 30 21:53:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b646b2d

net-vpn/openconnect: add trailing slash to HOMEPAGE

Avoids a 301 redirect.

Bug: https://bugs.gentoo.org/862204
Signed-off-by: Mike Gilbert  gentoo.org>

 net-vpn/openconnect/openconnect-8.10-r7.ebuild | 2 +-
 net-vpn/openconnect/openconnect-8.20-r1.ebuild | 2 +-
 net-vpn/openconnect/openconnect-9.01.ebuild| 2 +-
 net-vpn/openconnect/openconnect-.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-vpn/openconnect/openconnect-8.10-r7.ebuild 
b/net-vpn/openconnect/openconnect-8.10-r7.ebuild
index 8097c4621a18..e2eef2be77eb 100644
--- a/net-vpn/openconnect/openconnect-8.10-r7.ebuild
+++ b/net-vpn/openconnect/openconnect-8.10-r7.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="https://www.infradead.org/openconnect;
+HOMEPAGE="https://www.infradead.org/openconnect/;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"

diff --git a/net-vpn/openconnect/openconnect-8.20-r1.ebuild 
b/net-vpn/openconnect/openconnect-8.20-r1.ebuild
index f1d0981a8357..c9b970792d0e 100644
--- a/net-vpn/openconnect/openconnect-8.20-r1.ebuild
+++ b/net-vpn/openconnect/openconnect-8.20-r1.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="https://www.infradead.org/openconnect;
+HOMEPAGE="https://www.infradead.org/openconnect/;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"

diff --git a/net-vpn/openconnect/openconnect-9.01.ebuild 
b/net-vpn/openconnect/openconnect-9.01.ebuild
index 2561ef171f9b..fe5064908c05 100644
--- a/net-vpn/openconnect/openconnect-9.01.ebuild
+++ b/net-vpn/openconnect/openconnect-9.01.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="https://www.infradead.org/openconnect;
+HOMEPAGE="https://www.infradead.org/openconnect/;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"

diff --git a/net-vpn/openconnect/openconnect-.ebuild 
b/net-vpn/openconnect/openconnect-.ebuild
index 2561ef171f9b..fe5064908c05 100644
--- a/net-vpn/openconnect/openconnect-.ebuild
+++ b/net-vpn/openconnect/openconnect-.ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="https://www.infradead.org/openconnect;
+HOMEPAGE="https://www.infradead.org/openconnect/;
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2022-07-30 Thread Mike Gilbert
commit: 7a9732251178ccaf499559bb3386a4eb992a5ea1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul 30 21:54:35 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul 30 21:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a973225

net-vpn/openconnect: drop 8.10-r7

Signed-off-by: Mike Gilbert  gentoo.org>

 net-vpn/openconnect/Manifest   |   1 -
 net-vpn/openconnect/openconnect-8.10-r7.ebuild | 146 -
 2 files changed, 147 deletions(-)

diff --git a/net-vpn/openconnect/Manifest b/net-vpn/openconnect/Manifest
index 4c852ec69782..a7dd1ff6597b 100644
--- a/net-vpn/openconnect/Manifest
+++ b/net-vpn/openconnect/Manifest
@@ -1,3 +1,2 @@
-DIST openconnect-8.10.tar.gz 2084534 BLAKE2B 
98ad0e24e09bc565f359139540f60eb9b6b5ed2239a9c46c56889b8554fc3de3605c10f1bb4fa0b0b206ba35404ae90a389ab8dcee54cf05a24d984529d24c2a
 SHA512 
a36a106cf5c637602fc5bd3cd12df8f6dfe55217c1aae93c66ca33208507f3f8cda15e3a46d75615c7fcea1859d1a04017a07674ad0246876154467305477356
 DIST openconnect-8.20.tar.gz 2651542 BLAKE2B 
327b437993ee0d705c0194202f6fd7c2b330e69bfbb916ef004b0662c8b9aebc1252aa3c83bd41b4d1cf85b933878d37b1a7608f076d82b50e325a3efaea2dec
 SHA512 
76f5e49948391397ea1f7d2fca5798731f4278fee74c3da9b0f0daba6c386ce79ec5d87d40b6d3d99bb2528a038b5a2076df4159bb29c52cba62efb2ca52c8ab
 DIST openconnect-9.01.tar.gz 2718526 BLAKE2B 
e346b30ed8a299bcdd1fc88868d59b4d501c48bc5c02092e92e7ded0cd36e4de6a5b65aae4f6bf8c9aa60cf70f5466b110b64889df8d286016c9a1b4d9f46ff7
 SHA512 
b7428847a90f8ca9d1f1f61653c1f2486f0a07989f3b7435b746c5e901998194f4ee2b4f9569a548a23bba368bb1e9f273674c0759aac9df30208d2a6a303c34

diff --git a/net-vpn/openconnect/openconnect-8.10-r7.ebuild 
b/net-vpn/openconnect/openconnect-8.10-r7.ebuild
deleted file mode 100644
index e2eef2be77eb..
--- a/net-vpn/openconnect/openconnect-8.10-r7.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml"
-
-inherit linux-info python-any-r1
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.com/openconnect/openconnect.git;
-   inherit git-r3 autotools
-else
-   SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="https://www.infradead.org/openconnect/;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/5"
-IUSE="doc +gnutls gssapi libproxy lz4 nls pskc selinux smartcard stoken test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/libxml2
-   sys-libs/zlib
-   app-crypt/p11-kit
-   !gnutls? (
-   >=dev-libs/openssl-1.0.1h:0=
-   dev-libs/libp11
-   )
-   gnutls? (
-   app-crypt/trousers
-   app-misc/ca-certificates
-   dev-libs/nettle
-   >=net-libs/gnutls-3.6.13:0=
-   dev-libs/libtasn1:0=
-   app-crypt/tpm2-tss:=
-   )
-   gssapi? ( virtual/krb5 )
-   libproxy? ( net-libs/libproxy )
-   lz4? ( app-arch/lz4:= )
-   nls? ( virtual/libintl )
-   pskc? ( sys-auth/oath-toolkit[pskc] )
-   smartcard? ( sys-apps/pcsc-lite:0= )
-   stoken? ( app-crypt/stoken )
-"
-RDEPEND="${DEPEND}
-   sys-apps/iproute2
-   >=net-vpn/vpnc-scripts-20210402-r1
-   selinux? ( sec-policy/selinux-vpn )
-"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( ${PYTHON_DEPS} sys-apps/groff )
-   nls? ( sys-devel/gettext )
-   test? (
-   net-libs/socket_wrapper
-   net-vpn/ocserv
-   sys-libs/uid_wrapper
-   )
-"
-
-CONFIG_CHECK="~TUN"
-
-pkg_pretend() {
-   check_extra_config
-}
-
-pkg_setup() {
-   :
-}
-
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   git-r3_src_unpack
-   fi
-   default
-}
-
-src_prepare() {
-   default
-   if [[ ${PV} ==  ]]; then
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   if use doc; then
-   python_setup
-   else
-   export ac_cv_path_PYTHON=
-   fi
-
-   # Used by tests if userpriv is disabled
-   addwrite /run/netns
-
-   local myconf=(
-   --disable-dsa-tests
-   $(use_enable nls)
-   --disable-static
-   $(use_with !gnutls openssl)
-   $(use_with gnutls)
-   $(use_with libproxy)
-   $(use_with lz4)
-   $(use_with gssapi)
-   $(use_with pskc libpskc)
-   $(use_with smartcard libpcsclite)
-   $(use_with stoken)
-   --with-vpnc-script="${EPREFIX}/etc/vpnc/vpnc-script"
-   --without-java
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   local charset
-   for charset in UTF-8 ISO8859-2; do
-  

[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/

2022-07-30 Thread Magnus Granberg
commit: 3f7cd0136414f731cb97d50c486c291776d16830
Author: Magnus Granberg  gentoo  org>
AuthorDate: Sat Jul 30 22:40:02 2022 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Sat Jul 30 22:40:02 2022 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=3f7cd013

Fix UpdateRepos step in nodes

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/steps/nodes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot_gentoo_ci/steps/nodes.py 
b/buildbot_gentoo_ci/steps/nodes.py
index 3e15e5f..902f7a8 100644
--- a/buildbot_gentoo_ci/steps/nodes.py
+++ b/buildbot_gentoo_ci/steps/nodes.py
@@ -22,7 +22,7 @@ from buildbot.process.results import SKIPPED
 from buildbot.plugins import steps, util
 
 from buildbot_gentoo_ci.steps import portage as portage_steps
-from buildbot_gentoo_ci.steps import builders as builders_steps
+from buildbot_gentoo_ci.steps import repos as repos_steps
 
 class SetupPropertys(BuildStep):
 name = 'Setup propertys for stage4 image'
@@ -87,7 +87,7 @@ class SetupStage4Steps(BuildStep):
 # download stage3
 aftersteps_list.append(GetSteg3())
 # setup portage
-aftersteps_list.append(builders_steps.UpdateRepos())
+aftersteps_list.append(repos_steps.UpdateRepos())
 aftersteps_list.append(portage_steps.SetReposConf())
 aftersteps_list.append(portage_steps.SetMakeConf())
 # add localegen



[gentoo-commits] proj/qa-scripts:master commit in: /

2022-07-30 Thread Sam James
commit: 162f84200d5c5d8c19c5d61a769b0cea694e7d7a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 01:34:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 01:34:25 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=162f8420

pkgcheck2html: update

Signed-off-by: Sam James  gentoo.org>

 pkgcheck2html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgcheck2html b/pkgcheck2html
index ac60b9e..627 16
--- a/pkgcheck2html
+++ b/pkgcheck2html
@@ -1 +1 @@
-Subproject commit ac60b9e4642f0895caaed7d81a6a4d38bd652fa9
+Subproject commit 6276e530d5b7fe19910173ed0c04f405dd24



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/

2022-07-30 Thread Sam James
commit: 8d3eae11a91694957a08ab53cc6fa00c4b7e4fb7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:28:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:28:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3eae11

media-sound/pulseaudio-daemon: Stabilize 16.1 arm, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild 
b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
index 34f4f0f82566..2d7ffbddbf6c 100644
--- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
+++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/

2022-07-30 Thread Sam James
commit: 3d9ec17a59090eedb3f097a7d8bce65d4b19cd0e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:28:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:28:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9ec17a

media-libs/libpulse: Stabilize 16.1 arm, #859280

Signed-off-by: Sam James  gentoo.org>

 media-libs/libpulse/libpulse-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpulse/libpulse-16.1.ebuild 
b/media-libs/libpulse/libpulse-16.1.ebuild
index f2dfe8cce294..cea948f55dfe 100644
--- a/media-libs/libpulse/libpulse-16.1.ebuild
+++ b/media-libs/libpulse/libpulse-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/

2022-07-30 Thread Sam James
commit: 553870f00263642194b23825e6c6f9d74d78e5c3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553870f0

media-video/wireplumber: Stabilize 0.4.11-r2 arm, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/wireplumber/wireplumber-0.4.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild 
b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
index 57312314aed7..75c8c1d3f5ee 100644
--- a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/

2022-07-30 Thread Sam James
commit: 12f65ecaa287f9fcfd20b7dd8b9a9b3e60770180
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:28:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:28:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f65eca

media-sound/pulseaudio: Stabilize 16.1 arm, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio/pulseaudio-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-16.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
index 829409ae228c..c09e68a07201 100644
--- a/media-sound/pulseaudio/pulseaudio-16.1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A meta package for PulseAudio (networked sound 
server)"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 SRC_URI=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
 
 LICENSE="metapackage"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/

2022-07-30 Thread Sam James
commit: 84ce37fdf256b1e569217b95986e425bf05770fd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ce37fd

media-libs/libpulse: Stabilize 16.1 arm64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-libs/libpulse/libpulse-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpulse/libpulse-16.1.ebuild 
b/media-libs/libpulse/libpulse-16.1.ebuild
index cea948f55dfe..dff32ab4aa8b 100644
--- a/media-libs/libpulse/libpulse-16.1.ebuild
+++ b/media-libs/libpulse/libpulse-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/

2022-07-30 Thread Sam James
commit: ee387675c8655e7f879c9b01355b1a81087dcb7a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee387675

media-sound/pulseaudio-daemon: Stabilize 16.1 ppc, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild 
b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
index e7c9c323cc7e..ebeac0352a8c 100644
--- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
+++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/

2022-07-30 Thread Sam James
commit: 78e54c5d7ce14c614bc4469bb8fb6f28ee4cc9bd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e54c5d

media-sound/pulseaudio: Stabilize 16.1 arm64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio/pulseaudio-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-16.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
index c09e68a07201..6cadea756db4 100644
--- a/media-sound/pulseaudio/pulseaudio-16.1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A meta package for PulseAudio (networked sound 
server)"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 SRC_URI=""
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
 
 LICENSE="metapackage"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/

2022-07-30 Thread Sam James
commit: 5a2f79d8ab52593e010389036616393553712025
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2f79d8

media-sound/pulseaudio-daemon: Stabilize 16.1 arm64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild 
b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
index 2d7ffbddbf6c..e7c9c323cc7e 100644
--- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
+++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/

2022-07-30 Thread Sam James
commit: dc2ce860da5c5a6101e317a1a82ee22cd5d2761a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2ce860

media-sound/pulseaudio-daemon: Stabilize 16.1 ppc64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild 
b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
index ebeac0352a8c..706fa7f66af7 100644
--- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
+++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/

2022-07-30 Thread Sam James
commit: 2e28e012e769174f3784c4b8e3c23927dc73271b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e28e012

media-video/pipewire: Stabilize 0.3.56 arm, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/pipewire/pipewire-0.3.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pipewire/pipewire-0.3.56.ebuild 
b/media-video/pipewire/pipewire-0.3.56.ebuild
index 665d278e82ae..0088724fc04f 100644
--- a/media-video/pipewire/pipewire-0.3.56.ebuild
+++ b/media-video/pipewire/pipewire-0.3.56.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
fi
 
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/

2022-07-30 Thread Sam James
commit: 616a7a78a786d6fe728c369aeef8b56a24a2446e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616a7a78

media-video/wireplumber: Stabilize 0.4.11-r2 ppc, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/wireplumber/wireplumber-0.4.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild 
b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
index 639bef37e0e8..d8bed54fe19e 100644
--- a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/

2022-07-30 Thread Sam James
commit: ba868a7f7f8e01fe0cbe39424627c7b0f05afd8b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba868a7f

media-sound/pulseaudio: Stabilize 16.1 ppc64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio/pulseaudio-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-16.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
index 83a790f8b847..4dcb6be5ba33 100644
--- a/media-sound/pulseaudio/pulseaudio-16.1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A meta package for PulseAudio (networked sound 
server)"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 SRC_URI=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 
 LICENSE="metapackage"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/

2022-07-30 Thread Sam James
commit: 89c6233931263bf16581b1d158668e7248d9ffa3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c62339

media-video/pipewire: Stabilize 0.3.56 ppc, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/pipewire/pipewire-0.3.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pipewire/pipewire-0.3.56.ebuild 
b/media-video/pipewire/pipewire-0.3.56.ebuild
index 27b3d50f42e4..98dbd63edc90 100644
--- a/media-video/pipewire/pipewire-0.3.56.ebuild
+++ b/media-video/pipewire/pipewire-0.3.56.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
fi
 
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/

2022-07-30 Thread Sam James
commit: f7fa353a5dd5d6ff117a75dfff43245816410e1b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fa353a

media-sound/pulseaudio: Stabilize 16.1 ppc, #859280

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio/pulseaudio-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-16.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
index 6cadea756db4..83a790f8b847 100644
--- a/media-sound/pulseaudio/pulseaudio-16.1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-16.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A meta package for PulseAudio (networked sound 
server)"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 SRC_URI=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
 
 LICENSE="metapackage"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/

2022-07-30 Thread Sam James
commit: 88e212c0687327f8ef170a57f93c51ad8c298cdf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e212c0

media-libs/libpulse: Stabilize 16.1 ppc, #859280

Signed-off-by: Sam James  gentoo.org>

 media-libs/libpulse/libpulse-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpulse/libpulse-16.1.ebuild 
b/media-libs/libpulse/libpulse-16.1.ebuild
index dff32ab4aa8b..145720c5f2e2 100644
--- a/media-libs/libpulse/libpulse-16.1.ebuild
+++ b/media-libs/libpulse/libpulse-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/

2022-07-30 Thread Sam James
commit: 4a9f7f53b54ee23ec03f853262c6401b86bf324c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9f7f53

media-libs/libpulse: Stabilize 16.1 ppc64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-libs/libpulse/libpulse-16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpulse/libpulse-16.1.ebuild 
b/media-libs/libpulse/libpulse-16.1.ebuild
index 145720c5f2e2..b8b01eb10b35 100644
--- a/media-libs/libpulse/libpulse-16.1.ebuild
+++ b/media-libs/libpulse/libpulse-16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio;
 else

SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/

2022-07-30 Thread Sam James
commit: a3aef3d5c7a5caabf562346bc7b023b590af8db0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3aef3d5

media-video/pipewire: Stabilize 0.3.56 ppc64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/pipewire/pipewire-0.3.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pipewire/pipewire-0.3.56.ebuild 
b/media-video/pipewire/pipewire-0.3.56.ebuild
index 98dbd63edc90..0023199c8e09 100644
--- a/media-video/pipewire/pipewire-0.3.56.ebuild
+++ b/media-video/pipewire/pipewire-0.3.56.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
fi
 
-   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/

2022-07-30 Thread Sam James
commit: 2072e736e6efc25e023a2c57696bbdba586efe3b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072e736

media-video/wireplumber: Stabilize 0.4.11-r2 arm64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/wireplumber/wireplumber-0.4.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild 
b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
index 75c8c1d3f5ee..639bef37e0e8 100644
--- a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/

2022-07-30 Thread Sam James
commit: cad89b39890901bd0892e8f49fa61ee9cb323ca6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad89b39

media-video/pipewire: Stabilize 0.3.56 arm64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/pipewire/pipewire-0.3.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pipewire/pipewire-0.3.56.ebuild 
b/media-video/pipewire/pipewire-0.3.56.ebuild
index 0088724fc04f..27b3d50f42e4 100644
--- a/media-video/pipewire/pipewire-0.3.56.ebuild
+++ b/media-video/pipewire/pipewire-0.3.56.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
fi
 
-   KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/

2022-07-30 Thread Sam James
commit: 4536e216f62618c7e2acfb10b89485c667304092
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:29:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:29:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4536e216

media-video/wireplumber: Stabilize 0.4.11-r2 ppc64, #859280

Signed-off-by: Sam James  gentoo.org>

 media-video/wireplumber/wireplumber-0.4.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild 
b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
index d8bed54fe19e..8cef1f20f182 100644
--- a/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.11-r2.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-ctl/

2022-07-30 Thread Sam James
commit: 69ac8a31ed5c0fc2040aa5fcd41f64b492fade5a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:48:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:48:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ac8a31

media-sound/pulseaudio-ctl: drop 1.67, 1.68, 1.69

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulseaudio-ctl/Manifest|  3 ---
 .../pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild  | 23 --
 .../pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild  | 21 
 .../pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild  | 21 
 4 files changed, 68 deletions(-)

diff --git a/media-sound/pulseaudio-ctl/Manifest 
b/media-sound/pulseaudio-ctl/Manifest
index d9e56df610b5..6b48e403cc60 100644
--- a/media-sound/pulseaudio-ctl/Manifest
+++ b/media-sound/pulseaudio-ctl/Manifest
@@ -1,4 +1 @@
-DIST pulseaudio-ctl-1.67.tar.gz 6615 BLAKE2B 
fd760fc5475cdd9c6bbced9f4bbe0f62e793364d375f0bc24686986d42c9ddcfeddde501950c3572a4bf004cdfba36d3dc5aa1df3eed7a9730a437e74eb97b26
 SHA512 
5ea1cbfd87cf073de46b6fd9953a3c7b9c6969da46103dd5dfc56aa3f179b2ba36ade5db7ca47d204f0f60ac02020f1a4f2dd58bbaf010f9a99780702295418c
-DIST pulseaudio-ctl-1.68.tar.gz 6575 BLAKE2B 
a126730f53687b8456ed06f205e13d9380f7cadd4581430b4263dff65ebd33b22ad698cad4271402f873d9fa6c3499fd805ba02e9108723dcd60690016fcc196
 SHA512 
8ed4383d123d235bcde2e89a0a81fea96daa81dabb37cc9428eb3dd8e0c80fde3b9adf2b3ff911abaf6c4e5cb7cdbd74ce6817e080b3dba65d9206677ce10de5
-DIST pulseaudio-ctl-1.69.tar.gz 6577 BLAKE2B 
db55eec57e1204eef228ad331fd0b95bab2ee16625ca94fe4632ee713412b0686f1c1abc509f8c2ee0d1e6b08147f79ab961a4039fdadc351a88bcaedc13a9e0
 SHA512 
4cd80bb917b95ed96bee5005b54f50cbce6d3e341aee32c91daf301e3b4bc8fdd8b4c350b3a3951c6afa740df4565dfc5f0fdb7c858a3f2c7321c983f3fb36c2
 DIST pulseaudio-ctl-1.70.tar.gz 6513 BLAKE2B 
bd752c42a6ec7c205112637a11e2abae1474b2bcb43f09fa46439b1509c816e8baadd547868821f495f79acf9606bc913ee8664286f181357e264ffa3cdf60f9
 SHA512 
59ec5f3da3021fd79ba33d9934c6dde9eebdfcc5e7651355b69c54e13cf6525d741a68780c6dc5c871ad108a261334657f7f25306e59fc6142912e2ff2278cb7

diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild 
b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild
deleted file mode 100644
index ad9ef3abe659..
--- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="CLI utility to control PulseAudio volume"
-HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl;
-SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
-# in both cases they should be already present if DE supports them
-RDEPEND="media-sound/pulseaudio"
-
-src_install() {
-   # install-man target compresses manpage
-   emake install-bin PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
-   doman doc/pulseaudio-ctl.1
-}

diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild 
b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild
deleted file mode 100644
index 71ae8973b850..
--- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="CLI utility to control PulseAudio volume"
-HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl;
-SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
-# in both cases they should be already present if DE supports them
-RDEPEND="media-sound/pulseaudio"
-
-src_install() {
-   emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
-}

diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild 
b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild
deleted file mode 100644
index 64655c017f73..
--- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="CLI utility to control PulseAudio volume"
-HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl;
-SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
-# in both cases they should be already present if DE supports them
-RDEPEND="media-sound/pulseaudio"
-
-src_install() {
-   emake install 

[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2022-07-30 Thread Sam James
commit: ff0c2559520b315cc6bd84d5b761a8ce97e10bbb
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 03:54:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:54:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0c2559

app-shells/bash: add bugs-to, changelog

Signed-off-by: Sam James  gentoo.org>

 app-shells/bash/metadata.xml | 39 ---
 1 file changed, 24 insertions(+), 15 deletions(-)

diff --git a/app-shells/bash/metadata.xml b/app-shells/bash/metadata.xml
index 77e4f896fe1c..67efcea3d7d5 100644
--- a/app-shells/bash/metadata.xml
+++ b/app-shells/bash/metadata.xml
@@ -1,19 +1,28 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  base-sys...@gentoo.org
-  Gentoo Base System
-
-
-  Log ALL commands typed into bash; should ONLY be
-used in restricted environments such as honeypots
-  Build with custom malloc/free overwriting 
allocated/freed memory
-  Enable /dev/tcp/host/port redirection
-  Add support for loading builtins at runtime via
-'enable'
-
-
-  cpe:/a:gnu:bash
-
+   
+   base-sys...@gentoo.org
+   Gentoo Base System
+   
+   
+   
+   Log ALL commands typed into bash; should ONLY be
+   used in restricted environments such as honeypots
+   
+   
+   Build with custom malloc/free overwriting allocated/freed memory
+   
+   
+   Enable /dev/tcp/host/port redirection
+   
+   
+   Add support for loading builtins at runtime via 'enable'
+   
+   
+   
+   mailto:bug-b...@gnu.org
+   
https://tiswww.case.edu/php/chet/bash/NEWS
+   cpe:/a:gnu:bash
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/

2022-07-30 Thread Sam James
commit: 0d064fd26399378fa1ef9e843a6ea8dd325aef4c
Author: matoro  users  noreply  github  com>
AuthorDate: Sun Jul 31 02:50:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 03:50:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d064fd2

dev-lang/spidermonkey: conditionally link libatomic

Closes: https://bugs.gentoo.org/688574
Closes: https://github.com/gentoo/gentoo/pull/26676
Signed-off-by: Sam James  gentoo.org>

 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild 
b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
index cc7d2687a38f..ef5e64bc7a31 100644
--- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 WANT_AUTOCONF="2.1"
-inherit autotools check-reqs toolchain-funcs pax-utils mozcoreconf-v5
+inherit autotools check-reqs toolchain-funcs pax-utils mozcoreconf-v5 
flag-o-matic
 
 MY_PN="mozjs"
 MY_P="${MY_PN}-${PV/_rc/.rc}"
@@ -54,6 +54,8 @@ src_prepare() {
 
eapply_user
 
+   append-atomic-flags # bug 688574
+
cd "${S}/js/src" || die
eautoconf old-configure.in
eautoconf



[gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/

2022-07-30 Thread Sam James
commit: bfdc50a0e5617e270519e598ff35223da700a9ed
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 04:58:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 04:58:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdc50a0

app-misc/pax-utils: add 1.3.5

Signed-off-by: Sam James  gentoo.org>

 app-misc/pax-utils/Manifest  | 1 +
 app-misc/pax-utils/{pax-utils-.ebuild => pax-utils-1.3.5.ebuild} | 5 ++---
 app-misc/pax-utils/pax-utils-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index e3a949d6d2af..0674bce37dce 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,2 +1,3 @@
 DIST pax-utils-1.3.3.tar.xz 725900 BLAKE2B 
17004a4fe57f05e80e0c51a156931975cbaf73e20d96fa50dedf6bd1538ff3f8383591f4b5fd0df926a6a6b75cb083724aaf92b1a4d4ebc67290500520919c29
 SHA512 
bb0d03371cf8f0cc26a83cbee888a6d91e70416dedc740476cd5549ddaef67048c6802e30e469ab1aced0fd7f63f84e9644744602b2d483ef7af37191505f72e
 DIST pax-utils-1.3.4.tar.xz 753448 BLAKE2B 
c105ff568a8e4378cfef5f8b9acb415a850b1e209ea8413cdf518de82e5e925fdba60288557f042bf02d2e075ed5e538175b2078e4dafbe5c54117ed580fd87e
 SHA512 
44a475860823e8b70b1d09d69e5fba3ed8298511d07e1e7b09ce62237cb8b1ecee8fc2fc550d6853d0b9f8db3c350bf78ced49d5f210997b294dc10e36627fcd
+DIST pax-utils-1.3.5.tar.xz 119764 BLAKE2B 
13bd4dbdadefb382133bf42a2b1e740e84ac11661595b082346c80ff05fc7423f5d75cc01ff8a651d921310ae66c2b39a862d0b9db5d7f18e11d393360627fcf
 SHA512 
f2b1753e15907461cc395abffe033d7f7ab8eb15e296b874e2c9d00507458672347b32d7f2f05d3a8625fc3afbdbf0721543f84e062afce7181a726d967e4836

diff --git a/app-misc/pax-utils/pax-utils-.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.5.ebuild
similarity index 84%
copy from app-misc/pax-utils/pax-utils-.ebuild
copy to app-misc/pax-utils/pax-utils-1.3.5.ebuild
index cb9ee508e9ae..7a9dfc114553 100644
--- a/app-misc/pax-utils/pax-utils-.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.5.ebuild
@@ -17,10 +17,9 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pax-utils.git;
inherit git-r3
 else
-   SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz
+   
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
https://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"

diff --git a/app-misc/pax-utils/pax-utils-.ebuild 
b/app-misc/pax-utils/pax-utils-.ebuild
index cb9ee508e9ae..9aae26cb7eaf 100644
--- a/app-misc/pax-utils/pax-utils-.ebuild
+++ b/app-misc/pax-utils/pax-utils-.ebuild
@@ -20,7 +20,7 @@ else
SRC_URI="mirror://gentoo/${P}.tar.xz
https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz
https://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] proj/pax-utils: New tag: v1.3.5

2022-07-30 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 04:57:13 2022 +

New tag: v1.3.5




[gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/

2022-07-30 Thread Michał Górny
commit: 7bde6e55a58d33d1e1e4b6a29961d1f3c4601b29
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 18:26:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 30 18:26:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bde6e55

dev-util/pkgcheck: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/pkgcheck/Manifest  |  2 -
 dev-util/pkgcheck/pkgcheck-0.10.10.ebuild   | 68 
 dev-util/pkgcheck/pkgcheck-0.10.9-r1.ebuild | 69 -
 3 files changed, 139 deletions(-)

diff --git a/dev-util/pkgcheck/Manifest b/dev-util/pkgcheck/Manifest
index 217d9cc54280..f1b36dada687 100644
--- a/dev-util/pkgcheck/Manifest
+++ b/dev-util/pkgcheck/Manifest
@@ -1,3 +1 @@
-DIST pkgcheck-0.10.10.tar.gz 464957 BLAKE2B 
ce8abb3a4f40b6c8512dc6ff2def4d32a2628b3805dc6d90c67adb869d834885a8b17610766dc3ba11c9d93316dd8543152d3f91e919b0cfd2d9cb72ba5eb937
 SHA512 
54878acfab8a5c579c8a5ee5c6bf4f1a67811277a6b94950ade89ec8f400b3f8e91a9a6ac31b8a7cf3c97a3ffe053b744d7cb2040dda8fc273516eb663e84839
 DIST pkgcheck-0.10.11.tar.gz 474106 BLAKE2B 
2a3e330d54e421a48e5cd89044b9af37334bf461f47487b8dd62e7fd1c766d162766d0a6c1319c50c3fd6965b56377536743903c265782b2fbef050d4f805d3a
 SHA512 
b47814822599417d0f7030ac444fd4b2bab1f1bea21abc2a4fe1dd679185afd7d5f823aefff1b6830036de5c7db6232c0b6fc6d33f9c2535d88a711e6d49132c
-DIST pkgcheck-0.10.9.tar.gz 460614 BLAKE2B 
5b581cf5acd6cf46d72bb3c928a93a20e3b2f552d447617eaf2b9ac50cd7956f9a43fa7b17932b27fa8dafc6d49e41cb8553e4a9059b0ef5fd769713deb6fb12
 SHA512 
cc800f89944353dec5a4293968a16c132e573b309b6074d4f950b993dab7ea8c51decf3921bd34d3b04520c932a932d27e6e969c8dcf86d20fd6917265d474b6

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.10.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.10.ebuild
deleted file mode 100644
index c18aff84d5f8..
--- a/dev-util/pkgcheck/pkgcheck-0.10.10.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 optfeature
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="pkgcore-based QA utility for ebuild repos"
-HOMEPAGE="https://github.com/pkgcore/pkgcheck;
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="
-   ~dev-python/snakeoil-[${PYTHON_USEDEP}]
-   ~sys-apps/pkgcore-[${PYTHON_USEDEP}]"
-else
-   RDEPEND="
-   >=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
-   >=sys-apps/pkgcore-0.12.8[${PYTHON_USEDEP}]"
-fi
-RDEPEND+="
-   dev-libs/tree-sitter
-   dev-libs/tree-sitter-bash
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pathspec[${PYTHON_USEDEP}]
-   >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests setup.py
-
-export USE_SYSTEM_TREE_SITTER_BASH=1
-
-src_test() {
-   local -x PYTHONDONTWRITEBYTECODE=
-   distutils-r1_src_test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst )
-   [[ ${PV} == * ]] || doman man/*
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   optfeature "Network check support" dev-python/requests
-   optfeature "Perl module version check support" 
dev-perl/Gentoo-PerlMod-Version
-}

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.9-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.9-r1.ebuild
deleted file mode 100644
index 417535da343b..
--- a/dev-util/pkgcheck/pkgcheck-0.10.9-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 optfeature
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
-   inherit git-r3
-else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="pkgcore-based QA utility for ebuild repos"
-HOMEPAGE="https://github.com/pkgcore/pkgcheck;
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="
-   ~dev-python/snakeoil-[${PYTHON_USEDEP}]
-   ~sys-apps/pkgcore-[${PYTHON_USEDEP}]"
-else
-   

[gentoo-commits] repo/gentoo:master commit in: games-util/libstrangle/

2022-07-30 Thread Ionen Wolkens
commit: 228bb9b58974c340cb6168f0955890cbe55bcf1e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Jul 30 19:05:50 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jul 30 19:12:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228bb9b5

games-util/libstrangle: keep xorg-proto too

Went too quick with this, Xlib.h from libX11 will use xorg-proto
too, so need both.

Still doesn't need libglvnd[X].

Bug: https://bugs.gentoo.org/862228
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild 
b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
index e888e13c7740..760150ee102a 100644
--- a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
+++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
@@ -20,6 +20,7 @@ RDEPEND="sys-apps/grep[pcre]"
 DEPEND="
dev-util/vulkan-headers
media-libs/libglvnd
+   x11-base/xorg-proto
x11-libs/libX11"
 
 QA_SONAME="usr/lib.*/libstrangle.*" # intended for dlopen()



[gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/

2022-07-30 Thread Arthur Zamarin
commit: 51e94a89ceca9e623e9f8951a8c759d9f2cbf389
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 20:31:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 20:31:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e94a89

sys-apps/pkgcore: add 0.12.12, Use PEP517

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/pkgcore/Manifest| 1 +
 sys-apps/pkgcore/{pkgcore-.ebuild => pkgcore-0.12.12.ebuild} | 7 ---
 sys-apps/pkgcore/pkgcore-.ebuild | 7 ---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 95d79f167062..5c1410d139f3 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1 +1,2 @@
 DIST pkgcore-0.12.11.tar.gz 625613 BLAKE2B 
f9bb17286cf30714d9f6f47ae6286031e418fd5f420e8921e1f1ed546cb1f293772e8d6e11ea2f4af8046d82fd166abb7c27f640f7f105c13a73d9ce19ccc52b
 SHA512 
b98804603a9d14562efd56d01fa0b17ee1753d25b8c108d0d12eb47b103787f5fa7170f9924b473996817f31c31c40b5920db597974438cdc43215f5f83e43db
+DIST pkgcore-0.12.12.tar.gz 625488 BLAKE2B 
a1492b642447b8bf8fff6eb7cf85cf8d1355984afeb9d385383574327e3636aad7f9e7932a44a55649a64126b90d68de60e3653affb2753916fd439d15edcde9
 SHA512 
fe813d7e0be7b7ca0686ce4047211dc2a08e49d3b041ea6935e3cc905e1c8cf8f15fda2d4c0852bfaa191d898d774999b85bc9b440a5c32d438e2a8157caafbc

diff --git a/sys-apps/pkgcore/pkgcore-.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.12.ebuild
similarity index 90%
copy from sys-apps/pkgcore/pkgcore-.ebuild
copy to sys-apps/pkgcore/pkgcore-0.12.12.ebuild
index 8ee26f5ac2e5..0919b8f2c070 100644
--- a/sys-apps/pkgcore/pkgcore-.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.12.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_IN_SOURCE_BUILD=1
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -23,11 +23,12 @@ SLOT="0"
 
 RDEPEND="
>=app-shells/bash-5.0
-   dev-python/lxml[${PYTHON_USEDEP}]"
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
 if [[ ${PV} == * ]]; then
RDEPEND+=" ~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND+=" >=dev-python/snakeoil-0.9.10[${PYTHON_USEDEP}]"
+   RDEPEND+=" >=dev-python/snakeoil-0.9.11[${PYTHON_USEDEP}]"
 fi
 BDEPEND="
test? (

diff --git a/sys-apps/pkgcore/pkgcore-.ebuild 
b/sys-apps/pkgcore/pkgcore-.ebuild
index 8ee26f5ac2e5..0919b8f2c070 100644
--- a/sys-apps/pkgcore/pkgcore-.ebuild
+++ b/sys-apps/pkgcore/pkgcore-.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_IN_SOURCE_BUILD=1
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -23,11 +23,12 @@ SLOT="0"
 
 RDEPEND="
>=app-shells/bash-5.0
-   dev-python/lxml[${PYTHON_USEDEP}]"
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
 if [[ ${PV} == * ]]; then
RDEPEND+=" ~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND+=" >=dev-python/snakeoil-0.9.10[${PYTHON_USEDEP}]"
+   RDEPEND+=" >=dev-python/snakeoil-0.9.11[${PYTHON_USEDEP}]"
 fi
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/

2022-07-30 Thread Arthur Zamarin
commit: 5740d8347051487439882ad5db53e99291c88594
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 20:31:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 20:31:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5740d834

sys-apps/pkgcore: add myself as a maintainer

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/pkgcore/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/pkgcore/metadata.xml b/sys-apps/pkgcore/metadata.xml
index 5c0a6aa8ab5f..7bc6ceb9a03a 100644
--- a/sys-apps/pkgcore/metadata.xml
+++ b/sys-apps/pkgcore/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   

mgo...@gentoo.org
Michał Górny



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/config/

2022-07-30 Thread Magnus Granberg
commit: 457eadb511be7e44744cfa4a91a302614b5d754f
Author: Magnus Granberg  gentoo  org>
AuthorDate: Sat Jul 30 22:43:32 2022 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Sat Jul 30 22:43:32 2022 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=457eadb5

Add scheduler_update_db_mr for mr/pr support

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/config/schedulers.py | 19 ++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/buildbot_gentoo_ci/config/schedulers.py 
b/buildbot_gentoo_ci/config/schedulers.py
index 2e5379c..b769f00 100644
--- a/buildbot_gentoo_ci/config/schedulers.py
+++ b/buildbot_gentoo_ci/config/schedulers.py
@@ -39,8 +39,15 @@ def getGitChanges(props):
 change_data['revision'] = k['revision']
 change_data['timestamp'] = k['when_timestamp']
 change_data['branch'] = k['branch']
+change_data['project'] = k['project']
 return change_data
 
+def mr_branch_fn(branch):
+# if branch end with -mr or -pr
+if branch[-3] == '-mr' or branch[-3] == '-pr':
+return True
+return False
+
 def gentoo_schedulers():
 scheduler_update_db = schedulers.SingleBranchScheduler(
 name='scheduler_update_db',
@@ -49,7 +56,16 @@ def gentoo_schedulers():
 change_data = getGitChanges
 ),
 builderNames = builderUpdateDbNames,
-change_filter=util.ChangeFilter(branch='master'),
+change_filter=util.ChangeFilter(branch='master', category='push'),
+)
+scheduler_update_db_mr= schedulers.SingleBranchScheduler(
+name='scheduler_update_db_mr',
+treeStableTimer=0,
+properties = dict(
+change_data = getGitChanges
+),
+builderNames = builderUpdateDbNames,
+change_filter=util.ChangeFilter(branch_fn=mr_branch_fn, 
category='merge_request'),
 )
 create_stage4 = schedulers.ForceScheduler(
 name="create_stage4",
@@ -86,6 +102,7 @@ def gentoo_schedulers():
 s = []
 s.append(create_stage4)
 s.append(scheduler_update_db)
+s.append(scheduler_update_db_mr)
 s.append(update_repo_check)
 s.append(update_cpv_data)
 s.append(update_v_data)



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/

2022-07-30 Thread Joonas Niilola
commit: 798931adeae3f71a723a3be0caeaeb882e857795
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jul 31 05:28:56 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jul 31 05:28:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798931ad

sys-kernel/genkernel: add missing rdepends, drop python-3.7

Closes: https://github.com/gentoo/gentoo/pull/26415
Closes: https://bugs.gentoo.org/846536
Signed-off-by: Joonas Niilola  gentoo.org>

 .../{genkernel-4.2.6-r5.ebuild => genkernel-4.2.6-r6.ebuild}   | 5 -
 sys-kernel/genkernel/genkernel-.ebuild | 7 +--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/genkernel/genkernel-4.2.6-r5.ebuild 
b/sys-kernel/genkernel/genkernel-4.2.6-r6.ebuild
similarity index 99%
rename from sys-kernel/genkernel/genkernel-4.2.6-r5.ebuild
rename to sys-kernel/genkernel/genkernel-4.2.6-r6.ebuild
index da125f8192a1..bac6ab0b593e 100644
--- a/sys-kernel/genkernel/genkernel-4.2.6-r5.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.2.6-r6.ebuild
@@ -6,7 +6,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit bash-completion-r1 python-single-r1
 
@@ -118,6 +118,9 @@ RDEPEND="${PYTHON_DEPS}
sys-devel/autoconf
sys-devel/autoconf-archive
sys-devel/automake
+   sys-devel/bc
+   sys-devel/bison
+   sys-devel/flex
sys-devel/libtool
virtual/pkgconfig
elibc_glibc? ( sys-libs/glibc[static-libs(+)] )

diff --git a/sys-kernel/genkernel/genkernel-.ebuild 
b/sys-kernel/genkernel/genkernel-.ebuild
index db61d4ca5c50..ebc8d966acc7 100644
--- a/sys-kernel/genkernel/genkernel-.ebuild
+++ b/sys-kernel/genkernel/genkernel-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # genkernel--> latest Git branch "master"
@@ -6,7 +6,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit bash-completion-r1 python-single-r1
 
@@ -119,6 +119,9 @@ RDEPEND="${PYTHON_DEPS}
sys-devel/autoconf
sys-devel/autoconf-archive
sys-devel/automake
+   sys-devel/bc
+   sys-devel/bison
+   sys-devel/flex
sys-devel/libtool
virtual/pkgconfig
elibc_glibc? ( sys-libs/glibc[static-libs(+)] )



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/

2022-07-30 Thread Joonas Niilola
commit: 49d534067de19726e27fe8327a00b208441be301
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jul 31 05:30:50 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jul 31 05:30:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d53406

sys-kernel/genkernel: drop 4.2.6-r2, 4.2.6-r3, 4.2.6-r4

Signed-off-by: Joonas Niilola  gentoo.org>

 sys-kernel/genkernel/genkernel-4.2.6-r2.ebuild | 318 
 sys-kernel/genkernel/genkernel-4.2.6-r3.ebuild | 319 
 sys-kernel/genkernel/genkernel-4.2.6-r4.ebuild | 320 -
 3 files changed, 957 deletions(-)

diff --git a/sys-kernel/genkernel/genkernel-4.2.6-r2.ebuild 
b/sys-kernel/genkernel/genkernel-4.2.6-r2.ebuild
deleted file mode 100644
index c84a9987b7c4..
--- a/sys-kernel/genkernel/genkernel-4.2.6-r2.ebuild
+++ /dev/null
@@ -1,318 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# genkernel--> latest Git branch "master"
-# genkernel-VERSION -> normal genkernel release
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit bash-completion-r1 python-single-r1
-
-# Whenever you bump a GKPKG, check if you have to move
-# or add new patches!
-VERSION_BCACHE_TOOLS="1.0.8_p20141204"
-VERSION_BOOST="1.76.0"
-VERSION_BTRFS_PROGS="5.15"
-VERSION_BUSYBOX="1.34.1"
-VERSION_COREUTILS="8.32"
-VERSION_CRYPTSETUP="2.4.1"
-VERSION_DMRAID="1.0.0.rc16-3"
-VERSION_DROPBEAR="2020.81"
-VERSION_EUDEV="3.2.10"
-VERSION_EXPAT="2.4.1"
-VERSION_E2FSPROGS="1.46.4"
-VERSION_FUSE="2.9.9"
-VERSION_GPG="1.4.23"
-VERSION_HWIDS="20210613"
-VERSION_ISCSI="2.0.878"
-VERSION_JSON_C="0.13.1"
-VERSION_KMOD="29"
-VERSION_LIBAIO="0.3.112"
-VERSION_LIBGCRYPT="1.9.4"
-VERSION_LIBGPGERROR="1.43"
-VERSION_LIBXCRYPT="4.4.26"
-VERSION_LVM="2.02.188"
-VERSION_LZO="2.10"
-VERSION_MDADM="4.1"
-VERSION_POPT="1.18"
-VERSION_STRACE="5.14"
-VERSION_THIN_PROVISIONING_TOOLS="0.9.0"
-VERSION_UNIONFS_FUSE="2.0"
-VERSION_UTIL_LINUX="2.37.2"
-VERSION_XFSPROGS="5.13.0"
-VERSION_XZ="5.2.5"
-VERSION_ZLIB="1.2.11"
-VERSION_ZSTD="1.5.0"
-
-COMMON_URI="
-   
https://github.com/g2p/bcache-tools/archive/399021549984ad27bf4a13ae85e458833fe003d7.tar.gz
 -> bcache-tools-${VERSION_BCACHE_TOOLS}.tar.gz
-   
https://boostorg.jfrog.io/artifactory/main/release/${VERSION_BOOST}/source/boost_${VERSION_BOOST//./_}.tar.bz2
-   
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${VERSION_BTRFS_PROGS}.tar.xz
-   https://www.busybox.net/downloads/busybox-${VERSION_BUSYBOX}.tar.bz2
-   mirror://gnu/coreutils/coreutils-${VERSION_COREUTILS}.tar.xz
-   https://www.kernel.org/pub/linux/utils/cryptsetup/v$(ver_cut 1-2 
${VERSION_CRYPTSETUP})/cryptsetup-${VERSION_CRYPTSETUP}.tar.xz
-   
https://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-${VERSION_DMRAID}.tar.bz2
-   
https://matt.ucc.asn.au/dropbear/releases/dropbear-${VERSION_DROPBEAR}.tar.bz2
-   https://dev.gentoo.org/~blueness/eudev/eudev-${VERSION_EUDEV}.tar.gz
-   
https://github.com/libexpat/libexpat/releases/download/R_${VERSION_EXPAT//\./_}/expat-${VERSION_EXPAT}.tar.xz
-   
https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${VERSION_E2FSPROGS}/e2fsprogs-${VERSION_E2FSPROGS}.tar.xz
-   
https://github.com/libfuse/libfuse/releases/download/fuse-${VERSION_FUSE}/fuse-${VERSION_FUSE}.tar.gz
-   mirror://gnupg/gnupg/gnupg-${VERSION_GPG}.tar.bz2
-   https://github.com/gentoo/hwids/archive/hwids-${VERSION_HWIDS}.tar.gz
-   
https://github.com/open-iscsi/open-iscsi/archive/${VERSION_ISCSI}.tar.gz -> 
open-iscsi-${VERSION_ISCSI}.tar.gz
-   
https://s3.amazonaws.com/json-c_releases/releases/json-c-${VERSION_JSON_C}.tar.gz
-   
https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-${VERSION_KMOD}.tar.xz
-   https://releases.pagure.org/libaio/libaio-${VERSION_LIBAIO}.tar.gz
-   mirror://gnupg/libgcrypt/libgcrypt-${VERSION_LIBGCRYPT}.tar.bz2
-   mirror://gnupg/libgpg-error/libgpg-error-${VERSION_LIBGPGERROR}.tar.bz2
-   
https://github.com/besser82/libxcrypt/archive/v${VERSION_LIBXCRYPT}.tar.gz -> 
libxcrypt-${VERSION_LIBXCRYPT}.tar.gz
-   https://mirrors.kernel.org/sourceware/lvm2/LVM2.${VERSION_LVM}.tgz
-   
https://www.oberhumer.com/opensource/lzo/download/lzo-${VERSION_LZO}.tar.gz
-   
https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-${VERSION_MDADM}.tar.xz
-   http://ftp.rpm.org/popt/releases/popt-1.x/popt-${VERSION_POPT}.tar.gz
-   
https://github.com/strace/strace/releases/download/v${VERSION_STRACE}/strace-${VERSION_STRACE}.tar.xz
-   
https://github.com/jthornber/thin-provisioning-tools/archive/v${VERSION_THIN_PROVISIONING_TOOLS}.tar.gz
 -> thin-provisioning-tools-${VERSION_THIN_PROVISIONING_TOOLS}.tar.gz
-   
https://github.com/rpodgorny/unionfs-fuse/archive/v${VERSION_UNIONFS_FUSE}.tar.gz
 -> 

[gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/

2022-07-30 Thread William Hubbs
commit: c9cc6b3433d0f820476a5ce18278b4c2c731f66c
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 30 18:41:03 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 30 18:41:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cc6b34

profiles/features/musl: mask awscli-bin

Closes: https://bugs.gentoo.org/861893
Signed-off-by: William Hubbs  gentoo.org>

 profiles/features/musl/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 4660736a6297..be5cec38bd85 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# William Hubbs  (2022-07-30)
+# Binary package linked against glibc, bug #861893.
+app-admin/awscli-bin
+
 # David Seifert  (2022-07-29)
 # Binary package linked against glibc
 media-sound/baudline



[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli-bin/

2022-07-30 Thread William Hubbs
commit: 7c042c89e30b15a308f5569128ce89818312eaf5
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 30 18:45:13 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 30 18:45:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c042c89

app-admin/awscli-bin: add 2.7.20

Signed-off-by: William Hubbs  gentoo.org>

 app-admin/awscli-bin/Manifest |  2 +
 app-admin/awscli-bin/awscli-bin-2.7.20.ebuild | 90 +++
 2 files changed, 92 insertions(+)

diff --git a/app-admin/awscli-bin/Manifest b/app-admin/awscli-bin/Manifest
index 14b5ba9da5c2..b0e8ae638377 100644
--- a/app-admin/awscli-bin/Manifest
+++ b/app-admin/awscli-bin/Manifest
@@ -1,4 +1,6 @@
 DIST awscli-exe-linux-aarch64-2.7.11.zip 46384612 BLAKE2B 
1728dac769441954b86f1436708c7b84aa4d1f7affc634de9e6a7bea66a10e5143a6d1da3fd24e8e721cdaabff0bb4b363bef78e29aecc976e9cd5b961284a2b
 SHA512 
3f3e2670614bdcf6751d556a8a150d573712b036ad904a7cbfbb85600241d04f7f257df2d1159e2fb6f5b0d02b7f65df1bfb00764218ef60782a04a7fdebdc2a
 DIST awscli-exe-linux-aarch64-2.7.16.zip 46227549 BLAKE2B 
28c72891454779337e7da8cb554310d54af0d3e3aab45a9aea76350eb0db5cba592c67f55f8feb0b4f57044a7b2292d6ac79809ceafd1a8d62639c67f6018e7c
 SHA512 
e577e3507310dc48d323635592df5c7c12ac5ba90578d5e9e0a74264007b3c4bcaa0bf43d95f37d4974e7a83e57fdd3ec3a36e43ccd8ad359d5a56b7cda7402c
+DIST awscli-exe-linux-aarch64-2.7.20.zip 46289081 BLAKE2B 
1750e609bef53775e4bf66f1be78e2b05f763bde7677be99867ae89e252f1deb81dddf6011718ceafe1f97b53ac4871657f2644c478887eb4d021e14be400121
 SHA512 
f519aaaf2ebc3e163ae55abdb85b08dd49e148f902a06e671f582879790bdfa07e32f8d8e773ddeb95494aee3a38dc3fbdf91a93b14215f63e13ae87cdf3de4a
 DIST awscli-exe-linux-x86_64-2.7.11.zip 47188206 BLAKE2B 
9530ad2cf832dab1d5fb38a4942d338629c24bdadebe6abd0ba3a1759688e2ea9666cd97d8643d6ba7469bc446f09bd4c63a43f36deba1afb133ef00da49ce6d
 SHA512 
6a15745502e273ddfad1d9ac118aea1684cf62f533a0fa3ac7661c31e49984ce1d0b608c61f5ed182692686ab7fd992f9a8da6a066bc4da6fe5e3d386548ab8f
 DIST awscli-exe-linux-x86_64-2.7.16.zip 47030919 BLAKE2B 
1ac5789003753b015278eda42109c9ca5ee4710d32b07940c3abac0100844065fa6bffdc854446a7b4493727d3648f0514fe10e09b50c77d79f42139e2c64fcc
 SHA512 
ae76d7425974154f481546b804cc6f359702f9357e670dfaaa7f943aa2ca27124c66388032ad9b4fbd05d82f73b7401fa7d07d7d4742c8f37c49eca17e6e6564
+DIST awscli-exe-linux-x86_64-2.7.20.zip 47092365 BLAKE2B 
26320deb54f66043693aa40cd2fee2e110f2dbf1710278ce431781d49096860dacd906bd91a01160c69c484020cc1ca497954283213e85d42206ab2dba3f1c92
 SHA512 
6f5ab60fe3b59a7c8ad73e81b3d3003660736fe9da35e5e44b8d222a94cf195676a4802e8ea391bbefb9cbece77860148be1f616f32281d18726af126c7daa4b

diff --git a/app-admin/awscli-bin/awscli-bin-2.7.20.ebuild 
b/app-admin/awscli-bin/awscli-bin-2.7.20.ebuild
new file mode 100644
index ..84c6be57c790
--- /dev/null
+++ b/app-admin/awscli-bin/awscli-bin-2.7.20.ebuild
@@ -0,0 +1,90 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="command line interface for Amazon Web Services"
+HOMEPAGE="
+   https://aws.amazon.com/cli/
+   https://github.com/aws/aws-cli/
+   "
+SRC_URI="
+   amd64? ( https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${PV}.zip 
)
+   arm64? ( 
https://awscli.amazonaws.com/awscli-exe-linux-aarch64-${PV}.zip )
+   "
+
+LICENSE="
+   Apache-2.0 MIT LGPL-2.1+ BSD 
GPL-2+-with-Pyinstaller-Bootloader-exception
+   openssl PSF-2 BSD-2 GPL-3+ public-domain
+   "
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64"
+
+RDEPEND="!app-admin/awscli
+   sys-libs/glibc"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="*"
+RESTRICT="strip"
+S="${WORKDIR}"
+
+# This code is based on the install script in the upstream archive.
+
+set_global_vars() {
+   ROOT_INSTALL_DIR=/opt/aws-cli
+   BIN_DIR=/usr/bin
+
+   EXE_NAME="aws"
+   COMPLETER_EXE_NAME="aws_completer"
+   INSTALLER_DIR="aws"
+   INSTALLER_DIST_DIR="${INSTALLER_DIR}/dist"
+   INSTALLER_EXE="${INSTALLER_DIST_DIR}/${EXE_NAME}"
+   AWS_EXE_VERSION=${PV}
+
+   INSTALL_DIR="${ROOT_INSTALL_DIR}/v2/${AWS_EXE_VERSION}"
+   # INSTALL_DIR="${INSTALL_DIR}"
+   INSTALL_DIST_DIR="${INSTALL_DIR}/dist"
+   INSTALL_BIN_DIR="${INSTALL_DIR}/bin"
+   INSTALL_AWS_EXE="${INSTALL_BIN_DIR}/${EXE_NAME}"
+   INSTALL_AWS_COMPLETER_EXE="${INSTALL_BIN_DIR}/${COMPLETER_EXE_NAME}"
+
+   CURRENT_INSTALL_DIR="${ROOT_INSTALL_DIR}/v2/current"
+   CURRENT_AWS_EXE="${CURRENT_INSTALL_DIR}/bin/${EXE_NAME}"
+   
CURRENT_AWS_COMPLETER_EXE="${CURRENT_INSTALL_DIR}/bin/${COMPLETER_EXE_NAME}"
+
+   BIN_AWS_EXE="${BIN_DIR}/${EXE_NAME}"
+   BIN_AWS_COMPLETER_EXE="${BIN_DIR}/${COMPLETER_EXE_NAME}"
+}
+
+create_install_dir() {
+   dodir "${INSTALL_DIR}"
+   setup_install_dist
+   setup_install_bin
+   create_current_symlink
+}
+
+setup_install_dist() {
+   cp -r "${INSTALLER_DIST_DIR}" 

[gentoo-commits] repo/gentoo:master commit in: dev-java/jdbc-postgresql/files/, dev-java/jdbc-postgresql/

2022-07-30 Thread Arthur Zamarin
commit: b806c8f21fafafef17643da079060f2d628bcc4d
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Jul 30 19:58:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 20:18:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b806c8f2

dev-java/jdbc-postgresql: drop 9.4_p1206-r1

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/26670
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/jdbc-postgresql/Manifest  |   1 -
 .../jdbc-postgresql-9.4_p1201-remove-osgi.patch|  37 --
 .../jdbc-postgresql-9.4_p1204-remove-sspi.patch| 138 -
 .../jdbc-postgresql-9.4_p1206-r1.ebuild| 110 
 4 files changed, 286 deletions(-)

diff --git a/dev-java/jdbc-postgresql/Manifest 
b/dev-java/jdbc-postgresql/Manifest
index bc169c1a1736..581a031b564b 100644
--- a/dev-java/jdbc-postgresql/Manifest
+++ b/dev-java/jdbc-postgresql/Manifest
@@ -1,2 +1 @@
 DIST postgresql-jdbc-42.4.0.src.tar.gz 966868 BLAKE2B 
0a8bffcfbba4ddedcbd77717b6bca2f4e7cd9fe4597c6edb5a2ac8fbea788c692377ae713723aa7342895f857aff7eca0825eedd36cff69f3760b11cbb7b666c
 SHA512 
816967923f54d5c2ad856e3ae2612987fa52234acc6b487f492d56614ac241d9542abd40a1f868ad6d895a45de28f7a0d586f8486dc719600238bcc3ef40819a
-DIST postgresql-jdbc-9.4-1206.src.tar.gz 2029837 BLAKE2B 
b222a0b2f8f99becaf0ae350407fafeb23d9d4bdb130c17996373b4211e0d56d1a76bc5737401dc6fc6618d2a891943d096b0f60f0770ff6ce859ade3e7a178d
 SHA512 
b16816f1afd3ee5986fca197bd7608c2e2f334054e41a8c541c47985827f4f59d7691d23983bdac01c85fc364cd001c991ac6b4e8567429b9d1f4161388dd6bd

diff --git 
a/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch 
b/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch
deleted file mode 100644
index 15b1860d2aa7..
--- a/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1201-remove-osgi.patch
+++ /dev/null
@@ -1,37 +0,0 @@
 a/build.xml2015-02-18 17:44:58.0 +0100
-+++ b/build.xml2015-03-23 02:19:03.951945663 +0100
-@@ -403,34 +403,6 @@
- 
-   
- 
--
--
--
--
--
--
--
--Bundle-ManifestVersion: 2
--
--Bundle-Name: PostgreSQL JDBC Driver ${jdbc.version.upper}
--Bundle-SymbolicName: org.postgresql.${jdbc.version}
--Bundle-Version: ${osgi.version}
--
--Bundle-Vendor: PostgreSQL Global Development Group
--Bundle-Copyright: Copyright (c) 2003-2015, PostgreSQL Global Development Group
--Bundle-License: http://www.postgresql.org/about/licence/
--Bundle-DocURL: http://jdbc.postgresql.org/
--
--Bundle-Classpath: .
--Bundle-Activator: org.postgresql.osgi.PGBundleActivator
--Require-Capability: 
osgi.ee;filter:="((|(osgi.ee=J2SE)(osgi.ee=JavaSE))(version>=${java.specification.version}))"
--Export-Package: org.postgresql*; version=${fullversion}
--Import-Package: javax.sql, javax.transaction.xa, javax.naming, 
*;resolution:=optional
--
--
--
-- 
--
-   
- 
-   

diff --git 
a/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1204-remove-sspi.patch 
b/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1204-remove-sspi.patch
deleted file mode 100644
index 16996892b192..
--- a/dev-java/jdbc-postgresql/files/jdbc-postgresql-9.4_p1204-remove-sspi.patch
+++ /dev/null
@@ -1,138 +0,0 @@
 a/org/postgresql/core/v3/ConnectionFactoryImpl.java2015-10-09 
20:55:53.0 +0200
-+++ b/org/postgresql/core/v3/ConnectionFactoryImpl.java2015-10-14 
20:42:48.816753341 +0200
-@@ -32,7 +32,6 @@
- import org.postgresql.hostchooser.HostChooserFactory;
- import org.postgresql.hostchooser.HostRequirement;
- import org.postgresql.hostchooser.HostStatus;
--import org.postgresql.sspi.SSPIClient;
- import org.postgresql.util.GT;
- import org.postgresql.util.HostSpec;
- import org.postgresql.util.MD5Digest;
-@@ -394,11 +393,7 @@
- // or an authentication request
- 
- String password = PGProperty.PASSWORD.get(info);
--
--/* SSPI negotiation state, if used */
--SSPIClient sspiClient = null;
- 
--try {
-   authloop:
-   while (true)
-   {
-@@ -514,88 +509,16 @@
- case AUTH_REQ_SSPI:
- /* 
-  * Use GSSAPI if requested on all platforms, via JSSE.
-- *
-- * For SSPI auth requests, if we're on Windows 
attempt native SSPI
-- * authentication if available, and if not disabled 
by setting a
-- * kerberosServerName. On other platforms, attempt 
JSSE GSSAPI
-- * negotiation with the SSPI server.
-- *
-- * Note that this is slightly different to libpq, 
which uses SSPI
-- * for GSSAPI where supported. We prefer to use the 
existing Java
--  

[gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/

2022-07-30 Thread Sam James
commit: df58cd100952fe13aa5df3aa806fc01e48441512
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 02:41:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 02:41:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df58cd10

dev-python/scipy: drop 1.9.0_rc3

Signed-off-by: Sam James  gentoo.org>

 dev-python/scipy/Manifest   |  1 -
 dev-python/scipy/scipy-1.9.0_rc3.ebuild | 79 -
 2 files changed, 80 deletions(-)

diff --git a/dev-python/scipy/Manifest b/dev-python/scipy/Manifest
index a29c70f2473a..2dcd72e9f049 100644
--- a/dev-python/scipy/Manifest
+++ b/dev-python/scipy/Manifest
@@ -1,5 +1,4 @@
 DIST scipy-1.8.1.tar.gz 38196215 BLAKE2B 
180ae646adba2031a4bf99cd4feefe652b8e340110b3b2872e61aa1083054aadf369c7e3b3e3fd8fb71fcd831c95841d2dadd1c71e35e5f7d95800e5551173f0
 SHA512 
f6fc71c209991fe82baa4b10d8ade0deb1057f6f5942a91dfb7ae45f3eb78a4535efa2861badf5e2d37239fa99dbd99de760aa7e4854b95991ade0263004e7ea
 DIST scipy-1.9.0.tar.gz 42016757 BLAKE2B 
ca25b3ad44091230c5ecdfa832b382a1f5449565aa460b169a886505e7583399d316fe48f420d45b9993e6522d46fbbd6405e08fcfb8dc02ed5febb2e09749e7
 SHA512 
03d38f3298e2ca2dcc376acb09593f47a007f2b166508b91cd6f3e3cc417fa3579084aaa806365afee8679b473340b0eba86b36def957da45be404c4b6607675
-DIST scipy-1.9.0rc3.tar.gz 42021439 BLAKE2B 
148c5a2517ef18015123503837d921a24258996047b4c5df22a279febc98d0633bb8b6bd9c7b886db9458583e8a5c15886b6349e2095a0ed7d60a7c976d24145
 SHA512 
1e4f0eb3fc5d8cdc24c2e4f7ea8400f5db039d4a2bb7a7d7c4869392fbdca6836d4dfb0a1ead2452b177fe49a60aa7ef86d7d6aee596e001e870df79a5cbce04
 DIST scipy-html-1.8.1.zip 37060661 BLAKE2B 
2fa617c58eb47463f8a61f9798b32c6da255d26b8e86c1558e427a715093f5a29ced3847ab6ecfe88ce1017664f36ac3e9fa9bbf72ede7e0fd3812b5f41fe933
 SHA512 
95153dc1f404aa64898a700c94c0deea3ca842c3152167d0987edabcf4a8eba16b6c8e6bc38a6775a849dc621e6a21434baf53d1669b1865fa5049cffa4387ac
 DIST scipy-ref-1.8.1.pdf 35025868 BLAKE2B 
9221755d2dc69b8623271f75ff3078a0a4410fe9ff69ee317b40bf145af7da21a7f5f4b6b67820d8bb2878f83b7014f1ea7c2f0e026afb716da0479d394505e2
 SHA512 
8f27dcb9dd1030e15266389af21a1475ecfec5ea777fb2dbcf8db8d3398ac6e45c7040b8d6dbaffd29be3920925427be7c55efdc8094d670c857edfdab7f7728

diff --git a/dev-python/scipy/scipy-1.9.0_rc3.ebuild 
b/dev-python/scipy/scipy-1.9.0_rc3.ebuild
deleted file mode 100644
index 577f837b091c..
--- a/dev-python/scipy/scipy-1.9.0_rc3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=meson-python
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit fortran-2 distutils-r1 multiprocessing
-
-DESCRIPTION="Scientific algorithms library for Python"
-HOMEPAGE="
-   https://scipy.org/
-   https://github.com/scipy/scipy/
-   https://pypi.org/project/scipy/
-"
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-
-   # Need submodules, so git for now.
-   EGIT_REPO_URI="https://github.com/scipy/scipy;
-   EGIT_BRANCH="maintenance/$(ver_cut 1-2).x"
-   EGIT_SUBMODULES=( '*' )
-else
-   # Upstream is often behind with doc updates
-   DOC_PV=1.8.1
-   MY_PV=${PV/_rc/rc}
-   MY_P=${PN}-${MY_PV}
-
-   SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz
-   doc? (
-   
https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-html-${DOC_PV}.zip
-   
https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-ref-${DOC_PV}.pdf
-   )"
-   S="${WORKDIR}"/${MY_P}
-
-   if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~amd64 -hppa"
-   fi
-fi
-
-LICENSE="BSD LGPL-2"
-SLOT="0"
-IUSE="doc +sparse"
-
-DEPEND="
-   >=dev-python/numpy-1.18.5[lapack,${PYTHON_USEDEP}]
-   sci-libs/arpack:0=
-   virtual/cblas
-   >=virtual/lapack-3.8
-   sparse? ( sci-libs/umfpack:0= )"
-RDEPEND="${DEPEND}
-   dev-python/pillow[${PYTHON_USEDEP}]"
-# TODO: restore pythran optionality?
-BDEPEND="
-   dev-lang/swig
-   >=dev-python/cython-0.29.18[${PYTHON_USEDEP}]
-   dev-python/pybind11[${PYTHON_USEDEP}]
-   dev-python/pythran[${PYTHON_USEDEP}]
-   >=dev-util/meson-0.62.2
-   dev-util/patchelf
-   virtual/pkgconfig
-   doc? ( app-arch/unzip )
-   test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.9.-meson-options-lapack.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-   cd "${T}" || die
-
-   epytest -n "$(makeopts_jobs)" --pyargs scipy
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/

2022-07-30 Thread Sam James
commit: d133f35f892233784f38a3913c6b61c7490a47ad
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 02:41:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 02:41:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d133f35f

dev-python/scipy: drop useless IUSE=sparse, fix USE=doc

Seems to have gone a while ago upstream.

Signed-off-by: Sam James  gentoo.org>

 dev-python/scipy/scipy-1.9.0.ebuild| 18 ++
 dev-python/scipy/scipy-1.9..ebuild | 18 ++
 2 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/dev-python/scipy/scipy-1.9.0.ebuild 
b/dev-python/scipy/scipy-1.9.0.ebuild
index ccb8c752ed10..61d7f61e799e 100644
--- a/dev-python/scipy/scipy-1.9.0.ebuild
+++ b/dev-python/scipy/scipy-1.9.0.ebuild
@@ -44,16 +44,18 @@ fi
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-IUSE="doc +sparse"
+IUSE="doc"
 
 DEPEND="
>=dev-python/numpy-1.18.5[lapack,${PYTHON_USEDEP}]
sci-libs/arpack:0=
virtual/cblas
>=virtual/lapack-3.8
-   sparse? ( sci-libs/umfpack:0= )"
-RDEPEND="${DEPEND}
-   dev-python/pillow[${PYTHON_USEDEP}]"
+"
+RDEPEND="
+   ${DEPEND}
+   dev-python/pillow[${PYTHON_USEDEP}]
+"
 # TODO: restore pythran optionality?
 BDEPEND="
dev-lang/swig
@@ -82,3 +84,11 @@ python_test() {
 
epytest -n "$(makeopts_jobs)" --pyargs scipy
 }
+
+python_install_all() {
+   use doc && \
+   local DOCS=( "${DISTDIR}"/${PN}-ref-${DOC_PV}.pdf ) \
+   local HTML_DOCS=( "${WORKDIR}"/html/. )
+
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/scipy/scipy-1.9..ebuild 
b/dev-python/scipy/scipy-1.9..ebuild
index ccb8c752ed10..61d7f61e799e 100644
--- a/dev-python/scipy/scipy-1.9..ebuild
+++ b/dev-python/scipy/scipy-1.9..ebuild
@@ -44,16 +44,18 @@ fi
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-IUSE="doc +sparse"
+IUSE="doc"
 
 DEPEND="
>=dev-python/numpy-1.18.5[lapack,${PYTHON_USEDEP}]
sci-libs/arpack:0=
virtual/cblas
>=virtual/lapack-3.8
-   sparse? ( sci-libs/umfpack:0= )"
-RDEPEND="${DEPEND}
-   dev-python/pillow[${PYTHON_USEDEP}]"
+"
+RDEPEND="
+   ${DEPEND}
+   dev-python/pillow[${PYTHON_USEDEP}]
+"
 # TODO: restore pythran optionality?
 BDEPEND="
dev-lang/swig
@@ -82,3 +84,11 @@ python_test() {
 
epytest -n "$(makeopts_jobs)" --pyargs scipy
 }
+
+python_install_all() {
+   use doc && \
+   local DOCS=( "${DISTDIR}"/${PN}-ref-${DOC_PV}.pdf ) \
+   local HTML_DOCS=( "${WORKDIR}"/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/

2022-07-30 Thread Michał Górny
commit: 59809b98c526437d1e4a17fcf73d97c09fe5003b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 31 05:08:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 31 05:11:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59809b98

app-admin/awscli: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-admin/awscli/Manifest  |  3 --
 app-admin/awscli/awscli-1.25.26.ebuild | 72 --
 app-admin/awscli/awscli-1.25.37.ebuild | 72 --
 app-admin/awscli/awscli-1.25.40.ebuild | 72 --
 4 files changed, 219 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 33cfbb849c7d..43d230eff45d 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,6 +1,3 @@
-DIST aws-cli-1.25.26.gh.tar.gz 2230449 BLAKE2B 
bb792fb2e4ba25870168e4fc3301d4b92d93d831301b0a46ec7dab1ac4b1bdeda9d43f9f6cf20de153f9df3d6b66b0d9ed9754ee4c27b79aacf9d9b8d7e11c2f
 SHA512 
56f9d02d54d20624944c8749860d3e92e7c0887b1c6f524545394ad590ad5ab63752abf25ecba400cfcb9273bdecbae110e4811804e287f15bdfde0d8638adff
 DIST aws-cli-1.25.31.gh.tar.gz 2233721 BLAKE2B 
791bd78851c5643ee72faddc8e4d4e39c94a91e4879d749bcf2cadbe4797cdd448a95dd2b3c626b76e648303ec93fc0338d08f79227f05ff467754810166731b
 SHA512 
586f0fa0f81ec8acc0b79fba5372a37ebcf162981c8fbab31633f63736337cae0b4788bb7a4cdabf6e04800fb63ed6804a6a73a7d5552a9b4c85b4eb273ee6d8
 DIST aws-cli-1.25.36.gh.tar.gz 2237211 BLAKE2B 
fbab136a1c1211646c1213357cd80068da376e4aceb38007c14b2fb670a694b37aaa0157d58eb4edf10c3a9b5a700575a42b48c06db1c4034f39ccda584be19a
 SHA512 
b66ba357085c82dcefc4ed9a6d0765d8768c8d216cd255056be055d3b5f604b62bace3eacccac83275d7c9487847f7de542efa804f8e0f454947cfe453d6e705
-DIST aws-cli-1.25.37.gh.tar.gz 2237143 BLAKE2B 
3c51a5e56964fb8c4e5374892e185da7817f798a66fac2fd181acf068e1419bf4e8749590c9cbeb0d4344b82de4ecc44ce8b4eaf8b133895d60055783f1a6263
 SHA512 
533459e94db747fe4a6daad598b2b0d894202e60080505ad3d0864c54c8286c7d56d615cb1232cfadd1bd1181aede327d3fed3eca863dcfc92efb4867736b7fb
-DIST aws-cli-1.25.40.gh.tar.gz 2238762 BLAKE2B 
62d4db7d25ca82f744726a7daef740bc9726b5c99098c5f6d45cc469dba73000371c76cdb19a7bedb2fbc3196a11c31ff4701f9ca26d39127fbe10210dd5b480
 SHA512 
e7f1c368ecbdb75440072e0bbe2f839713b49922be0375e2c9df3d3e99e42c71e266c39923694b143685ce5f5d3dc719aa0baf1dd190f3d0a83c20d4e905db21
 DIST aws-cli-1.25.41.gh.tar.gz 2238897 BLAKE2B 
b0e4d1b96048971f41a0fce9c9149154778177ec8569f467cd210edaa063d629ea6998c1ebfa4506f8b2cca65caef7f73b307ef6aeec683801045c6121f85a8c
 SHA512 
712c237181b166cdf1148ca4b3588a92939dbbfbaa5cdff9bffd8e2da35089539ef3b0b0ba271b234918796cd5fd83bf2a59e29c974f9e341d0e42e05bb8b69e

diff --git a/app-admin/awscli/awscli-1.25.26.ebuild 
b/app-admin/awscli/awscli-1.25.26.ebuild
deleted file mode 100644
index f241876330bb..
--- a/app-admin/awscli/awscli-1.25.26.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit bash-completion-r1 distutils-r1 multiprocessing
-
-MY_P=aws-cli-${PV}
-DESCRIPTION="Universal Command Line Environment for AWS"
-HOMEPAGE="
-   https://github.com/aws/aws-cli/
-   https://pypi.org/project/awscli/
-"
-SRC_URI="
-   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-# botocore is x.(y+2).z
-BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/rsa[${PYTHON_USEDEP}]
-   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   !app-admin/awscli-bin
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # do not rely on bundled deps in botocore (sic!)
-   find -name '*.py' -exec sed -i \
-   -e 's:from botocore[.]vendored import:import:' \
-   -e 's:from botocore[.]vendored[.]:from :' \
-   {} + || die
-   # strip overzealous upper bounds on requirements
-   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # integration tests require AWS credentials and Internet access
-   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
-}
-
-python_install_all() {
-   newbashcomp bin/aws_bash_completer aws
-
-   insinto /usr/share/zsh/site-functions
-   newins bin/aws_zsh_completer.sh _aws
-

[gentoo-commits] repo/gentoo:master commit in: games-util/libstrangle/

2022-07-30 Thread Ionen Wolkens
commit: 60528a7db8e13ba93f9b1e6f2bd74729af62c8f1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Jul 30 08:01:06 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jul 30 08:04:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60528a7d

games-util/libstrangle: add missing xorg-proto dep

May be possible to do without, but upstream currently passes
-DVK_USE_PLATFORM_XLIB_KHR by default and is just headers.

Closes: https://bugs.gentoo.org/862228
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild 
b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
index cb3b102c7f5a..9f44a3907396 100644
--- a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
+++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild
@@ -18,8 +18,9 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="sys-apps/grep[pcre]"
 DEPEND="
+   dev-util/vulkan-headers
media-libs/libglvnd
-   dev-util/vulkan-headers"
+   x11-base/xorg-proto"
 
 QA_SONAME="usr/lib.*/libstrangle.*" # intended for dlopen()
 



[gentoo-commits] repo/gentoo:master commit in: sci-biology/newick-utils/

2022-07-30 Thread Sam James
commit: c103bb432cd299c91b9f052cb84c64512e5c1a3a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 08:37:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 08:37:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c103bb43

sci-biology/newick-utils: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sci-biology/newick-utils/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-biology/newick-utils/metadata.xml 
b/sci-biology/newick-utils/metadata.xml
index 5f547d71de93..9ba134125d0c 100644
--- a/sci-biology/newick-utils/metadata.xml
+++ b/sci-biology/newick-utils/metadata.xml
@@ -8,4 +8,7 @@

Uses dev-libs/libxml2 to handle 
ornaments

+   
+   tjunier/newick_utils
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-biology/muscle/

2022-07-30 Thread Sam James
commit: fdb6f6f365aff049b1dc45abc824f49fef80feb9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 30 08:37:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 08:37:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb6f6f3

sci-biology/muscle: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sci-biology/muscle/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-biology/muscle/metadata.xml b/sci-biology/muscle/metadata.xml
index ccdff086e20b..adacdd12bcf1 100644
--- a/sci-biology/muscle/metadata.xml
+++ b/sci-biology/muscle/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-sci-biol...@gentoo.org
-Gentoo Biology Project
-  
+   
+   sci-biol...@gentoo.org
+   Gentoo Biology Project
+   
+   
+   rcedgar/muscle
+   
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/

2022-07-30 Thread Agostino Sarubbo
commit: 4a3f7bec8a436945ddcd40d37cc525c60ac269b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:49:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:49:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3f7bec

kde-plasma/libksysguard: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/libksysguard/libksysguard-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libksysguard/libksysguard-5.24.6.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.24.6.ebuild
index f853a406dbf4..0d638bb5fa50 100644
--- a/kde-plasma/libksysguard/libksysguard-5.24.6.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.24.6.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Task management and system monitoring library"
 
 LICENSE="LGPL-2+"
 SLOT="5/9"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="webengine X"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/

2022-07-30 Thread Agostino Sarubbo
commit: 813f5f912dffe1308bb63a35e6228919b09ebddc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:48 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813f5f91

kde-plasma/plasma-thunderbolt: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.6.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.6.ebuild
index be25d35a7863..0b46faf6ff87 100644
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.6.ebuild
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt;
 
 LICENSE="|| ( GPL-2 GPL-3+ )"
 SLOT="5"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE=""
 
 # tests require DBus



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2022-07-30 Thread Agostino Sarubbo
commit: d48f735acb40314609174e293b639db383b1576a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48f735a

kde-plasma/plasma-sdk: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
index 4ca512699d52..31d16fee567e 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.24.6.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-07-30 Thread Agostino Sarubbo
commit: bce52d14bf7ed1b66b17a382a8584473d748e3ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:22 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce52d14

kde-plasma/plasma-firewall: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
index 66516470c888..03041a414b40 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2022-07-30 Thread Agostino Sarubbo
commit: 5e0bea89dbaa6b5669fb819fd7986db747ec8c9c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:52 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0bea89

kde-plasma/plasma-vault: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.24.6.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.24.6.ebuild
index 9973c4340c69..eedfef0c1320 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.24.6.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-disks/

2022-07-30 Thread Agostino Sarubbo
commit: ae75706a46b1efa18a0acfd55352ecc420ab9f4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:19 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae75706a

kde-plasma/plasma-disks: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-disks/plasma-disks-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-disks/plasma-disks-5.24.6.ebuild 
b/kde-plasma/plasma-disks/plasma-disks-5.24.6.ebuild
index 9d0f0027e2ed..ba3ccd9d140c 100644
--- a/kde-plasma/plasma-disks/plasma-disks-5.24.6.ebuild
+++ b/kde-plasma/plasma-disks/plasma-disks-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-disks;
 
 LICENSE="|| ( GPL-3 GPL-2 )"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2022-07-30 Thread Agostino Sarubbo
commit: 58dd01f0e5d19c095b136d056180be27bea771ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:07 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dd01f0

kde-plasma/polkit-kde-agent: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.6.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.6.ebuild
index 1181e491c307..1c4777c0a6a1 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.6.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kde.org/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2022-07-30 Thread Agostino Sarubbo
commit: 02faaca3a2f0f80f39538b853e6823649cf8c2fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:13 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02faaca3

kde-plasma/sddm-kcm: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/sddm-kcm/sddm-kcm-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.24.6.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.24.6.ebuild
index bc0c59161e41..2f0b2ffbe8d7 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.24.6.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/milou/

2022-07-30 Thread Agostino Sarubbo
commit: ad83c754ca685ed972719e1f1c79139402020c86
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:04 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad83c754

kde-plasma/milou: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/milou/milou-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/milou/milou-5.24.6.ebuild 
b/kde-plasma/milou/milou-5.24.6.ebuild
index 75a2cff8832a..e68b35548169 100644
--- a/kde-plasma/milou/milou-5.24.6.ebuild
+++ b/kde-plasma/milou/milou-5.24.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/milou;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2022-07-30 Thread Agostino Sarubbo
commit: dafca8865b96074f5d4917458a1ccb5553e40866
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:38 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafca886

kde-plasma/plasma-pa: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-pa/plasma-pa-5.24.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.24.6-r1.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.24.6-r1.ebuild
index cad646172bda..0f972d51f3d2 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.24.6-r1.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.24.6-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Plasma applet for audio volume management using 
PulseAudio"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2022-07-30 Thread Agostino Sarubbo
commit: bb10bf5d0ff82770516397366080e288ea85a8a5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:20 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb10bf5d

kde-plasma/xdg-desktop-portal-kde: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.6.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.6.ebuild
index 42873f8b0e9c..09754d49b3d5 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.6.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.6.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal 
that is using Qt/KDE
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/

2022-07-30 Thread Agostino Sarubbo
commit: 77297bb6540e3fad83a0fd082e15d9cd7681f8b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:17 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77297bb6

kde-plasma/systemsettings: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/systemsettings/systemsettings-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/systemsettings/systemsettings-5.24.6.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.24.6.ebuild
index bb79e7b5cfa9..1bcc8962e393 100644
--- a/kde-plasma/systemsettings/systemsettings-5.24.6.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.24.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Control Center to configure KDE Plasma desktop"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2022-07-30 Thread Agostino Sarubbo
commit: d589ea9f9adbd3e2142cc5b09f0c29df5f3918f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:23 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d589ea9f

kde-plasma/xembed-sni-proxy: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.6-r1.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.6-r1.ebuild
index c4637a659e6d..822196ca07c1 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.6-r1.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.6-r1.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sn
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-qt/qtcore-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2022-07-30 Thread Agostino Sarubbo
commit: 806341097070330e0abb8b69e1c1414fbc1b8477
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:35 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80634109

kde-plasma/plasma-nm: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-nm/plasma-nm-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.24.6.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.24.6.ebuild
index dd86dcf14554..7cf25d1d317d 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.24.6.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.24.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="KDE Plasma applet for NetworkManager"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2022-07-30 Thread Agostino Sarubbo
commit: 78027b112bed8c4cd47e0c6968f80007ea4da1b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78027b11

kde-plasma/plasma-workspace: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-workspace/plasma-workspace-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.24.6.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.24.6.ebuild
index ee6fa412f3b1..d8c737fe2fb9 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.24.6.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.24.6.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma workspace"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="appstream +calendar +fontconfig geolocation gps +policykit
 screencast +semantic-desktop telemetry"
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2022-07-30 Thread Agostino Sarubbo
commit: 97344f67bbc6e775ea70611331c3d197efe8d091
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:03 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97344f67

kde-plasma/plymouth-kcm: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.6.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.6.ebuild
index e9e10d2c3eca..34969d00651f 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.6.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2022-07-30 Thread Agostino Sarubbo
commit: 9dbec7bc9a2303245a55d081c35e24e57fbdae57
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:00 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbec7bc

kde-plasma/plasma-workspace-wallpapers: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../plasma-workspace-wallpapers-5.24.6.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.6.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.6.ebuild
index 6a967713ccfa..e67e364ea587 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.6.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.6.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/

2022-07-30 Thread Agostino Sarubbo
commit: 93c42eca09fc5677b7f924c8ff05c5577ad424ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:01 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c42eca

kde-plasma/libkworkspace: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/libkworkspace/libkworkspace-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.24.6.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.24.6.ebuild
index 5e1fb3a0a707..e53fed4c843f 100644
--- a/kde-plasma/libkworkspace/libkworkspace-5.24.6.ebuild
+++ b/kde-plasma/libkworkspace/libkworkspace-5.24.6.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Workspace library to interact with the Plasma 
session manager"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/

2022-07-30 Thread Agostino Sarubbo
commit: 30103f01502d2e9dee50b6061498f0dc539a32b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:07 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30103f01

kde-plasma/oxygen: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/oxygen/oxygen-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/oxygen/oxygen-5.24.6.ebuild 
b/kde-plasma/oxygen/oxygen-5.24.6.ebuild
index 4815b617bd22..9e1f97a63a0e 100644
--- a/kde-plasma/oxygen/oxygen-5.24.6.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/oxygen;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2022-07-30 Thread Agostino Sarubbo
commit: 9669102185bb4c55ba044a5c89036359faf90d68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:11 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96691021

kde-plasma/plasma-browser-integration: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../plasma-browser-integration/plasma-browser-integration-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.6.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.6.ebuild
index ca84e53ee972..4dcb1431343b 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.6.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://community.kde.org/Plasma/Browser_Integration;
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2022-07-30 Thread Agostino Sarubbo
commit: ea98624dcb9a34223df534a85206aa03e229eeea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea98624d

kde-plasma/plasma-desktop: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-desktop/plasma-desktop-5.24.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.24.6-r1.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.24.6-r1.ebuild
index d96411a19f47..2b506ba2e632 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.24.6-r1.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.24.6-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="emoji ibus +kaccounts scim +semantic-desktop telemetry"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-07-30 Thread Agostino Sarubbo
commit: 05d5dca8a709037f91bc6340e3155d6785232544
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:25 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d5dca8

kde-plasma/plasma-integration: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
index b557b7df040a..024d62360d26 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 # requires running kde environment



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/

2022-07-30 Thread Agostino Sarubbo
commit: 233789e9ee19cec6f8fc1b75fc76aedd1f31121b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:45 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233789e9

kde-plasma/plasma-systemmonitor: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.6.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.6.ebuild
index 298ed56c90b3..e9b7aa6d26d1 100644
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.6.ebuild
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/;
 
 LICENSE="|| ( GPL-3 GPL-2 )"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2022-07-30 Thread Agostino Sarubbo
commit: c4005022dac1fabf14ef9399fbb9d1bd3b045a68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:31 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4005022

kde-plasma/plasma-meta: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild
index 794eef94ce7e..94f9da4d83cf 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.24.6-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop/;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 +desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
 +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2022-07-30 Thread Agostino Sarubbo
commit: 009e3e6ca88b343b47681f1fa16dbd8a24bfb137
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:51:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:51:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009e3e6c

kde-plasma/powerdevil: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/powerdevil/powerdevil-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.24.6.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.24.6.ebuild
index a79c0432631b..18a6bc8a5633 100644
--- a/kde-plasma/powerdevil/powerdevil-5.24.6.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.24.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="brightness-control caps +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/

2022-07-30 Thread Arthur Zamarin
commit: 9c4ad9e317c835bcbf3882640ce3510b265bf3ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 11:32:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 11:32:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4ad9e3

net-irc/irssi: Stabilize 1.4.2 sparc, #862210

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-irc/irssi/irssi-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi/irssi-1.4.2.ebuild b/net-irc/irssi/irssi-1.4.2.ebuild
index 6633d486bf00..e693b30be73c 100644
--- a/net-irc/irssi/irssi-1.4.2.ebuild
+++ b/net-irc/irssi/irssi-1.4.2.ebuild
@@ -17,7 +17,7 @@ else
MY_P="${P/_/-}"
 

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/serd/

2022-07-30 Thread Miroslav Šulc
commit: 645f31ed97562a870c6d412ba69196b26852a9d8
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jul 30 11:32:29 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jul 30 11:32:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645f31ed

dev-libs/serd: fixed doc version path

Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-libs/serd/serd-0.30.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/serd/serd-0.30.14.ebuild 
b/dev-libs/serd/serd-0.30.14.ebuild
index 47c9b2a8c802..bfe7ae8ea8f1 100644
--- a/dev-libs/serd/serd-0.30.14.ebuild
+++ b/dev-libs/serd/serd-0.30.14.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
default
 
# fix doc installation path
-   sed -i "s/versioned_name/'${P}'/g" doc/c/meson.build || die
+   sed -i "s/versioned_name/'${PF}'/g" doc/c/meson.build || die
 }
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/

2022-07-30 Thread Miroslav Šulc
commit: 62a95012267df8ab2eced8d52b75be9f1e08f3c6
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jul 30 11:31:54 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jul 30 11:32:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a95012

media-libs/lv2: bump to 1.18.6

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/lv2/Manifest  |  1 +
 media-libs/lv2/lv2-1.18.6.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/media-libs/lv2/Manifest b/media-libs/lv2/Manifest
index 7ba010202b57..86efe51befab 100644
--- a/media-libs/lv2/Manifest
+++ b/media-libs/lv2/Manifest
@@ -1 +1,2 @@
 DIST lv2-1.18.4.tar.bz2 540611 BLAKE2B 
84bcb5578110ff933b37b398029ed062c9393e17f17ddaa6329638f3c71e2b17b424f84987c00bc2c5699ffc15649362b98d5b238521e593c578c67450ecfeec
 SHA512 
8095a1f3dcf70cf8cefff18c40b52c1dffeab0fe1f6bfb083c9f0e48a9617d3c8647b3f4db567ac1f5f33564399ffe1023774ad9bacb1bb0133f182422f22d6a
+DIST lv2-1.18.6.tar.xz 232836 BLAKE2B 
27c9eb3e15e4515a63f93552c8924c502f8bc585fbf62a62a1fca4ff7fd2e9940827cda4b5c7cbb6858324e1dba5bcad2ad75239da9f860db56e6839224ae186
 SHA512 
baecef70abe8354bca056d67085657e2174e39d2030a5173a226ee194c96662d6c3351df4500b4631e08798765dfed6d758b6be16a2ea78c4f29abb53c5d786f

diff --git a/media-libs/lv2/lv2-1.18.6.ebuild b/media-libs/lv2/lv2-1.18.6.ebuild
new file mode 100644
index ..b6fd70616c65
--- /dev/null
+++ b/media-libs/lv2/lv2-1.18.6.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit meson-multilib python-single-r1
+
+DESCRIPTION="A simple but extensible successor of LADSPA"
+HOMEPAGE="https://lv2plug.in/;
+SRC_URI="https://lv2plug.in/spec/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="
+   plugins? ( virtual/pkgconfig )
+   doc? (
+   app-doc/doxygen
+   dev-python/rdflib
+   )
+"
+CDEPEND="
+   ${PYTHON_DEPS}
+   plugins? (
+   media-libs/libsndfile
+   x11-libs/gtk+:2
+   )
+"
+DEPEND="
+   ${CDEPEND}
+   doc? ( dev-python/markdown )
+"
+RDEPEND="
+   ${CDEPEND}
+   $(python_gen_cond_dep '
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/rdflib[${PYTHON_USEDEP}]
+   ')
+"
+
+src_prepare() {
+   default
+
+   # fix doc installation path
+   sed -iE "s%lv2_docdir = .*%lv2_docdir = 
'"${EPREFIX}"/usr/share/doc/${PF}'%g" meson.build || die
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dlv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2
+   $(meson_native_use_feature doc docs)
+   $(meson_feature plugins)
+   )
+
+   meson_src_configure
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+mutlilib_src_install_all() {
+   local DOCS=( NEWS README.md )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/jemalloc/

2022-07-30 Thread Arthur Zamarin
commit: ef74b8ecd63cfb77d6c12ad83cf50cfa58e500d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 30 12:35:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 30 12:35:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef74b8ec

dev-libs/jemalloc: Stabilize 5.3.0 arm, #862216

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/jemalloc/jemalloc-5.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jemalloc/jemalloc-5.3.0.ebuild 
b/dev-libs/jemalloc/jemalloc-5.3.0.ebuild
index eb966874ab42..c7e48cfc5122 100644
--- a/dev-libs/jemalloc/jemalloc-5.3.0.ebuild
+++ b/dev-libs/jemalloc/jemalloc-5.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.b
 LICENSE="BSD"
 SLOT="0/2"
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc 
x86"
 IUSE="debug lazy-lock prof stats xmalloc"
 HTML_DOCS=( doc/jemalloc.html )
 PATCHES=( "${FILESDIR}/${PN}-5.3.0-gentoo-fixups.patch" )



  1   2   3   4   5   >