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

2021-11-14 Thread Sam James
commit: b0363b5d72becceb703cc4d3c29384439642f064
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Nov 15 07:34:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 07:34:54 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0363b5d

kde-plasma/plasma-workspace: drop reference to user-session USE flag

Bug: https://bugs.gentoo.org/823647
Closes: https://bugs.gentoo.org/823800
Signed-off-by: Mike Gilbert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-workspace/plasma-workspace-5.23.49..ebuild | 5 ++---
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.23.49..ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.23.49..ebuild
index b4f4d8416f..58c1e7fc58 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.23.49..ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.23.49..ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
 IUSE="appstream +calculator +calendar +fontconfig geolocation gps screencast
-+semantic-desktop systemd telemetry"
++semantic-desktop telemetry"
 
 REQUIRED_USE="gps? ( geolocation )"
 RESTRICT="test"
@@ -136,12 +136,11 @@ RDEPEND="${COMMON_DEPEND}
>=kde-frameworks/kquickcharts-${KFMIN}:5
>=kde-plasma/milou-${PVCUT}:5
>=kde-plasma/plasma-integration-${PVCUT}:5
+   sys-apps/dbus
x11-apps/xmessage
x11-apps/xprop
x11-apps/xrdb
x11-apps/xsetroot
-   systemd? ( sys-apps/dbus[user-session] )
-   !systemd? ( sys-apps/dbus )
!

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

2021-11-14 Thread Sam James
commit: 6be6a952bef5e640dd3a49fb447e5858e967ec8f
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 07:18:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 07:19:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be6a952

sys-libs/musl: use ${ED} not ${D} in sysroot hack

Need to ensure the rest of the ebuild is Prefix ready anyway
but there's no reason to make it worse with stuff we
recently added, so let's use ${ED} there.

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

 sys-libs/musl/musl-1.2.2-r4.ebuild | 4 ++--
 sys-libs/musl/musl-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/musl/musl-1.2.2-r4.ebuild 
b/sys-libs/musl/musl-1.2.2-r4.ebuild
index 0fe2c8c9a67b..bb9c60c348d0 100644
--- a/sys-libs/musl/musl-1.2.2-r4.ebuild
+++ b/sys-libs/musl/musl-1.2.2-r4.ebuild
@@ -128,7 +128,7 @@ src_install() {
# and print $(ARCH)$(SUBARCH).
local arch=$(awk '{ k[$1] = $3 } END { printf("%s%s", 
k["ARCH"], k["SUBARCH"]); }' config.mak)
 
-   if [[ ! -e "${D}"/lib/ld-musl-${arch}.so.1 ]] ; then
+   if [[ ! -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] ; then
# During cross (using crossdev), when emerging 
sys-libs/musl,
# if /usr/lib/libc.so.1 doesn't exist on the system, 
installation
# would fail.
@@ -141,7 +141,7 @@ src_install() {
dosym8 -r /usr/lib/libc.so.1 /lib/ld-musl-${arch}.so.1
 
# If it's still a dead symlnk, OK, we really do need to 
abort.
-   [[ -e "${D}"/lib/ld-musl-${arch}.so.1 ]] || die
+   [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die
fi
 
cp "${FILESDIR}"/ldconfig.in "${T}" || die

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-.ebuild
index 5736eadc0fb4..6406ba1a6633 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-.ebuild
@@ -121,7 +121,7 @@ src_install() {
# and print $(ARCH)$(SUBARCH).
local arch=$(awk '{ k[$1] = $3 } END { printf("%s%s", 
k["ARCH"], k["SUBARCH"]); }' config.mak)
 
-   if [[ ! -e "${D}"/lib/ld-musl-${arch}.so.1 ]] ; then
+   if [[ ! -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] ; then
# During cross (using crossdev), when emerging 
sys-libs/musl,
# if /usr/lib/libc.so.1 doesn't exist on the system, 
installation
# would fail.
@@ -134,7 +134,7 @@ src_install() {
dosym8 -r /usr/lib/libc.so.1 /lib/ld-musl-${arch}.so.1
 
# If it's still a dead symlnk, OK, we really do need to 
abort.
-   [[ -e "${D}"/lib/ld-musl-${arch}.so.1 ]] || die
+   [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die
fi
 
cp "${FILESDIR}"/ldconfig.in "${T}" || die



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

2021-11-14 Thread Miroslav Šulc
commit: ba0399fdd1b838a7ffcae57a795d895274dda8d3
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Nov 14 09:25:52 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Nov 15 07:16:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0399fd

profiles/package.mask last-rite dev-java/milton{,-mail}-api

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/22945
Signed-off-by: Miroslav Šulc  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index a339debdce4f..c5469ff85375 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Volkmar W. Pogatzki  (2021-11-14)
+# java packages without consumers, Removal in 30 days.
+dev-java/milton-mail-api
+dev-java/milton-api
+
 # Volkmar W. Pogatzki  (2021-11-13)
 # java package without consumers,
 # bug_808948 (CVE-2021-37714).  Removal in 30 days.



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

2021-11-14 Thread Sam James
commit: 7e3cafa190e0e2ddf5e34e8a140ea49bde932ebb
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:39:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:39:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3cafa1

dev-python/eventlet: Stabilize 0.32.0-r1 arm, #817053

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

 dev-python/eventlet/eventlet-0.32.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/eventlet/eventlet-0.32.0-r1.ebuild 
b/dev-python/eventlet/eventlet-0.32.0-r1.ebuild
index f16534977dd5..6ccd18d86425 100644
--- a/dev-python/eventlet/eventlet-0.32.0-r1.ebuild
+++ b/dev-python/eventlet/eventlet-0.32.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~s390 sparc x86"
 IUSE="examples"
 
 RDEPEND="



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

2021-11-14 Thread Sam James
commit: 8bd3fd95e0f7878894c83c36618705ea6143b4f6
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:37:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:37:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd3fd95

dev-lang/python: Stabilize 3.9.8 sparc, #823738

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

 dev-lang/python/python-3.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.9.8.ebuild 
b/dev-lang/python/python-3.9.8.ebuild
index fdb0c293e2a3..f9265dae42e9 100644
--- a/dev-lang/python/python-3.9.8.ebuild
+++ b/dev-lang/python/python-3.9.8.ebuild
@@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-11-14 Thread Sam James
commit: 330b15b0bd101c8a129f7e76e24c235445da8981
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:36:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:36:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330b15b0

dev-python/nest_asyncio: Stabilize 1.5.1 sparc, #823521

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

 dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
index 9257548822ea..8a41c0441be3 100644
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-11-14 Thread Sam James
commit: 6823a56a2b51c1a0bf6867ec2ee8b2f5de57ff99
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:36:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6823a56a

dev-python/jupyter_client: Stabilize 7.0.6 sparc, #823521

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

 dev-python/jupyter_client/jupyter_client-7.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index b704bb49a001..ae2b9ce7bb0c 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 6b916bc2c196cb9f3452d70a567baccd8018db95
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:37:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:37:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b916bc2

dev-python/eventlet: Stabilize 0.32.0-r1 sparc, #817053

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

 dev-python/eventlet/eventlet-0.32.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/eventlet/eventlet-0.32.0-r1.ebuild 
b/dev-python/eventlet/eventlet-0.32.0-r1.ebuild
index b5ac4ca6de26..f16534977dd5 100644
--- a/dev-python/eventlet/eventlet-0.32.0-r1.ebuild
+++ b/dev-python/eventlet/eventlet-0.32.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~s390 sparc x86"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/hipCUB/, sci-libs/hipCUB/files/

2021-11-14 Thread Benda XU
commit: 50340439b0bf3de2a9c264e18220656ed337e74e
Author: YiyangWu  gmail  com>
AuthorDate: Thu Aug 26 03:50:11 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov 15 06:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50340439

sci-libs/hipCUB: bump version to 4.3.0

Enable benchmark and test

Closes: https://github.com/gentoo/gentoo/pull/22941
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/hipCUB/Manifest   |  1 +
 .../files/hipCUB-4.3.0-add-memory-header.patch | 12 
 sci-libs/hipCUB/hipCUB-4.3.0.ebuild| 74 ++
 sci-libs/hipCUB/metadata.xml   | 31 +
 4 files changed, 104 insertions(+), 14 deletions(-)

diff --git a/sci-libs/hipCUB/Manifest b/sci-libs/hipCUB/Manifest
index e81dcfbc89c2..4d4a1a030483 100644
--- a/sci-libs/hipCUB/Manifest
+++ b/sci-libs/hipCUB/Manifest
@@ -1 +1,2 @@
 DIST hipCUB-4.0.0.tar.gz 137513 BLAKE2B 
b7ef4d53037fba04771162ae8993def648f5e1401654286ffc6987bbb4b25baa1b1b14bc37035e1afe46eeffe3e564f244e339cdfd0e5a242574d248bf4683db
 SHA512 
e778b94c86e09bf3b0bc043fb15ed8725387b875e8631a7e8599aee8da2d8085190effc9681d742fc0d286cc0c20762341f1f24699c8a52e9734611c716530d5
+DIST hipCUB-4.3.0.tar.gz 154097 BLAKE2B 
68a46f1416c969e4bf8e245c2aa8aee626f1e8089182ffb8f5090d540efe98606a616499d52b14da3733b3a6f4da690ea1718ea58fb6166351f4b4807f1b8228
 SHA512 
7c0abcf034d885615a9a4f05e6ca906e99b0ffbe36ae3d4b9d9d79b01d21077dc86be659548b45dad8498b84bec24dc0a5be78040c1ab21ca458d22fa7fae43d

diff --git a/sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch 
b/sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch
new file mode 100644
index ..c9991944101a
--- /dev/null
+++ b/sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch
@@ -0,0 +1,12 @@
+resolves compilation error: no template named 'shared_ptr' in namespace 'std'
+
+--- orig/benchmark/benchmark_device_radix_sort.cpp 2021-08-26 
11:37:12.587196186 +0800
 hipCUB-rocm-4.3.0/benchmark/benchmark_device_radix_sort.cpp
2021-08-26 11:37:27.459196285 +0800
+@@ -21,6 +21,7 @@
+ // SOFTWARE.
+ 
+ #include "common_benchmark_header.hpp"
++#include 
+ 
+ // HIP API
+ #include "hipcub/device/device_radix_sort.hpp"

diff --git a/sci-libs/hipCUB/hipCUB-4.3.0.ebuild 
b/sci-libs/hipCUB/hipCUB-4.3.0.ebuild
new file mode 100644
index ..0b57014f6d15
--- /dev/null
+++ b/sci-libs/hipCUB/hipCUB-4.3.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Wrapper of rocPRIM or CUB for GPU parallel primitives"
+HOMEPAGE="https://github.com/ROCmSoftwarePlatform/hipCUB;
+SRC_URI="https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-${PV}.tar.gz
 -> hipCUB-${PV}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="benchmark test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-util/hip:${SLOT}
+   sci-libs/rocPRIM:${SLOT}
+   benchmark? ( dev-cpp/benchmark )"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-cpp/gtest )"
+
+S="${WORKDIR}/hipCUB-rocm-${PV}"
+
+PATCHES="${FILESDIR}/${PN}-4.3.0-add-memory-header.patch"
+
+src_prepare() {
+   sed -e "/PREFIX hipcub/d" \
+   -e "/DESTINATION/s:hipcub/include/:include/:" \
+   -e "/rocm_install_symlink_subdir(hipcub)/d" \
+   -e "/
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-s...@gentoo.org
-  
-  
-candr...@gentoo.org
-Craig Andrews
-  
-  
-gen...@holzke.net
-Wilfried Holzke
-  
-  
-ROCm-Developer-Tools/hipCUB
-  
+   
+   s...@gentoo.org
+   
+   
+   candr...@gentoo.org
+   Craig Andrews
+   
+   
+   gen...@holzke.net
+   Wilfried Holzke
+   
+   
+   ROCm-Developer-Tools/hipCUB
+   
+   
+   Build and install benchmark 
binaries.
+   
 



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

2021-11-14 Thread Sam James
commit: 29ecde73e75ee47fbba708d426f57eeec5e3522b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 15 06:19:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:30:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ecde73

dev-lang/python: stable 3.9.8 for hppa, bug #823738

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/python/python-3.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.9.8.ebuild 
b/dev-lang/python/python-3.9.8.ebuild
index 503166ee6fcb..fdb0c293e2a3 100644
--- a/dev-lang/python/python-3.9.8.ebuild
+++ b/dev-lang/python/python-3.9.8.ebuild
@@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-11-14 Thread Sam James
commit: efec052522cb4260af8e9ab743c5eb44d581e00f
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:15:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:15:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efec0525

dev-python/ipykernel: actually drop pytest-cov in 6.5.0

(Already patched out.)

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

 dev-python/ipykernel/ipykernel-6.5.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/ipykernel/ipykernel-6.5.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
index d2917c46897b..d4527b8c447b 100644
--- a/dev-python/ipykernel/ipykernel-6.5.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
@@ -37,7 +37,6 @@ RDEPEND="
 BDEPEND="
${RDEPEND}
test? (
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/nose_warnings_filters[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 254c2fe674559d1915ed2de1c675da6d6c0a00f7
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:08:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:08:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254c2fe6

dev-python/ipython: keyword 7.28.0 for ~hppa

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

 dev-python/ipython/ipython-7.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipython/ipython-7.28.0.ebuild 
b/dev-python/ipython/ipython-7.28.0.ebuild
index b6380077a5d8..7396f813a425 100644
--- a/dev-python/ipython/ipython-7.28.0.ebuild
+++ b/dev-python/ipython/ipython-7.28.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ppc/17.0/uclibc/hardened/, ...

2021-11-14 Thread Georgy Yakovlev
commit: ff536315770344b7aa6527f8dd351cdd5c50c31a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Nov 15 06:00:33 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Nov 15 06:03:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff536315

profiles/default/linux/ppc/17.0/uclibc: drop profile dirs

Those were never enabled and will not be supported

Bug: https://bugs.gentoo.org/715680
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/default/linux/ppc/17.0/uclibc/eapi |  1 -
 profiles/default/linux/ppc/17.0/uclibc/hardened/eapi|  1 -
 profiles/default/linux/ppc/17.0/uclibc/hardened/parent  |  2 --
 profiles/default/linux/ppc/17.0/uclibc/make.defaults| 10 --
 profiles/default/linux/ppc/17.0/uclibc/package.use  |  7 ---
 profiles/default/linux/ppc/17.0/uclibc/package.use.mask | 10 --
 profiles/default/linux/ppc/17.0/uclibc/parent   |  2 --
 7 files changed, 33 deletions(-)

diff --git a/profiles/default/linux/ppc/17.0/uclibc/eapi 
b/profiles/default/linux/ppc/17.0/uclibc/eapi
deleted file mode 100644
index 7ed6ff82de6b..
--- a/profiles/default/linux/ppc/17.0/uclibc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/default/linux/ppc/17.0/uclibc/hardened/eapi 
b/profiles/default/linux/ppc/17.0/uclibc/hardened/eapi
deleted file mode 100644
index 7ed6ff82de6b..
--- a/profiles/default/linux/ppc/17.0/uclibc/hardened/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/default/linux/ppc/17.0/uclibc/hardened/parent 
b/profiles/default/linux/ppc/17.0/uclibc/hardened/parent
deleted file mode 100644
index c97306cfa044..
--- a/profiles/default/linux/ppc/17.0/uclibc/hardened/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../features/hardened

diff --git a/profiles/default/linux/ppc/17.0/uclibc/make.defaults 
b/profiles/default/linux/ppc/17.0/uclibc/make.defaults
deleted file mode 100644
index 535f97151729..
--- a/profiles/default/linux/ppc/17.0/uclibc/make.defaults
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-CHOST="powerpc-gentoo-linux-uclibc"
-
-# Anthony G. Basile  (2014-07-01)
-# Multilib-related setup, bug #515130
-MULTILIB_ABIS="ppc"
-CHOST_ppc="${CHOST}"
-LIBDIR_ppc="lib"

diff --git a/profiles/default/linux/ppc/17.0/uclibc/package.use 
b/profiles/default/linux/ppc/17.0/uclibc/package.use
deleted file mode 100644
index c9c780268687..
--- a/profiles/default/linux/ppc/17.0/uclibc/package.use
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-
-# Anthony G. Basile  (2019-06-14)
-# This is needed for default stage3
-sys-libs/gdbm berkdb

diff --git a/profiles/default/linux/ppc/17.0/uclibc/package.use.mask 
b/profiles/default/linux/ppc/17.0/uclibc/package.use.mask
deleted file mode 100644
index 2983b3d45bc2..
--- a/profiles/default/linux/ppc/17.0/uclibc/package.use.mask
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Anthony G. Basile  (2019-06-12)
-# Unfortunately pie has broken on ppc uclibc for years
-sys-devel/gcc pie
-
-# Anthony G. Basile  (2019-06-14)
-# pie is also broken on openssh uclibc
-net-misc/openssh pie

diff --git a/profiles/default/linux/ppc/17.0/uclibc/parent 
b/profiles/default/linux/ppc/17.0/uclibc/parent
deleted file mode 100644
index 8efcb3b984ae..
--- a/profiles/default/linux/ppc/17.0/uclibc/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/uclibc



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

2021-11-14 Thread Georgy Yakovlev
commit: b8b5e118cb2a390ec4f6a636e55bf84921f55888
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Nov 15 06:01:28 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Nov 15 06:03:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b5e118

profiles: remove never enabled ppc32 uclibc profiles from profiles.desc

Bug: https://bugs.gentoo.org/715680
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/profiles.desc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 2fb5f0eb4cfe..2a03f3d9 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -175,8 +175,6 @@ ppc64   
default/linux/powerpc/ppc64/17.0/64bit-userland/developer   dev
 #ppcdefault/linux/ppc/17.0/developer   exp
 #ppcdefault/linux/ppc/17.0/muslexp
 #ppcdefault/linux/ppc/17.0/musl/hardened   exp
-#ppcdefault/linux/ppc/17.0/uclibc  exp
-#ppcdefault/linux/ppc/17.0/uclibc/hardened exp
 ppc64  default/linux/ppc64/17.0stable
 ppc64  default/linux/ppc64/17.0/desktopstable
 ppc64  default/linux/ppc64/17.0/desktop/gnome  stable



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

2021-11-14 Thread Sam James
commit: 1a54af801ca900ed98dc30c35f7bb4b90e1cee8a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:02:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:02:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a54af80

dev-python/untangle: Keyword 1.1.1 ia64, #808378

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

 dev-python/untangle/untangle-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/untangle/untangle-1.1.1.ebuild 
b/dev-python/untangle/untangle-1.1.1.ebuild
index 92fc377b..7351b1e38e5e 100644
--- a/dev-python/untangle/untangle-1.1.1.ebuild
+++ b/dev-python/untangle/untangle-1.1.1.ebuild
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"



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

2021-11-14 Thread Sam James
commit: e083956948fb472628206bab4f1984b597451c10
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:02:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:02:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0839569

dev-python/ipykernel: Keyword 6.5.0 ia64, #808378

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

 dev-python/ipykernel/ipykernel-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipykernel/ipykernel-6.5.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
index 4d505eef8ded..d2917c46897b 100644
--- a/dev-python/ipykernel/ipykernel-6.5.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-14 Thread Sam James
commit: bc95e44a1f5e69f7ac3ad906e7910c90566da3e3
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:02:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:02:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc95e44a

dev-python/pydevd: Keyword 2.7.0 ia64, #808378

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

 dev-python/pydevd/pydevd-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydevd/pydevd-2.7.0.ebuild 
b/dev-python/pydevd/pydevd-2.7.0.ebuild
index b8d2a6050292..f3588afb1421 100644
--- a/dev-python/pydevd/pydevd-2.7.0.ebuild
+++ b/dev-python/pydevd/pydevd-2.7.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/PyDev.Debugger-${MY_P}"
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 # After removing and recompiling the prebuilt lib the tests fail?
 # For some reason the test suite is executing a slightly different gdb command



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

2021-11-14 Thread Sam James
commit: f31df498c566d6f27f3054b0be85a76e4d8fe273
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 06:02:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:02:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31df498

dev-python/debugpy: Keyword 1.5.1 ia64, #808378

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

 dev-python/debugpy/debugpy-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/debugpy/debugpy-1.5.1.ebuild 
b/dev-python/debugpy/debugpy-1.5.1.ebuild
index 7793c7bc80ed..bb0f04598f2f 100644
--- a/dev-python/debugpy/debugpy-1.5.1.ebuild
+++ b/dev-python/debugpy/debugpy-1.5.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 # There is not enough time in the universe for this test suite
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2021-11-14 Thread Sam James
commit: 53a88fc30b9a6d093db3cdecd4bc63ed949e22ba
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov 14 18:54:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:00:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a88fc3

dev-db/postgresql: stable 9.6.24 for hppa, bug #823125

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-9.6.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.6.24.ebuild 
b/dev-db/postgresql/postgresql-9.6.24.ebuild
index 47e6b2ff4338..af1ad91fc057 100644
--- a/dev-db/postgresql/postgresql-9.6.24.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.24.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2021-11-14 Thread Sam James
commit: 660f30143490f2052a3906642d62e0fe14e528d4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Nov 13 17:05:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660f3014

dev-db/postgresql: stable 11.14 for hppa, bug #823125

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-11.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-11.14.ebuild 
b/dev-db/postgresql/postgresql-11.14.ebuild
index ecfc161de199..e1c9ccc84bc2 100644
--- a/dev-db/postgresql/postgresql-11.14.ebuild
+++ b/dev-db/postgresql/postgresql-11.14.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2021-11-14 Thread Sam James
commit: 466d8945b0047bc9f32f7b6a51b09650e4279516
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov 14 18:53:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:00:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466d8945

dev-db/postgresql: stable 13.5 for hppa, bug #823125

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-13.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.5.ebuild 
b/dev-db/postgresql/postgresql-13.5.ebuild
index 6549cbdcdb1e..36a5cee371a9 100644
--- a/dev-db/postgresql/postgresql-13.5.ebuild
+++ b/dev-db/postgresql/postgresql-13.5.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2021-11-14 Thread Sam James
commit: 499ae4548e4fa99d08efb3685640204064dbca27
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Nov 14 10:34:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:00:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499ae454

dev-db/postgresql: stable 12.9 for hppa, bug #823125

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-12.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.9.ebuild 
b/dev-db/postgresql/postgresql-12.9.ebuild
index 4b0c4a9e0a11..5ea5dc7c3099 100644
--- a/dev-db/postgresql/postgresql-12.9.ebuild
+++ b/dev-db/postgresql/postgresql-12.9.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2021-11-14 Thread Sam James
commit: 8ed8499bd48fbe309a137579e5de75ba63732469
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Nov 13 17:04:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 06:00:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed8499b

dev-db/postgresql: stable 10.19 for hppa, bug #823125

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-10.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-10.19.ebuild 
b/dev-db/postgresql/postgresql-10.19.ebuild
index 1af0a7d47b9c..834a765e5ce6 100644
--- a/dev-db/postgresql/postgresql-10.19.ebuild
+++ b/dev-db/postgresql/postgresql-10.19.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/qlogtools/files/, net-mail/qlogtools/

2021-11-14 Thread Sam James
commit: c7f4c74c0e3d6703a6501a8668a02740b213400b
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 05:58:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 05:58:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f4c74c

net-mail/qlogtools: fix build with glibc 2.33

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

 .../files/qlogtools-3.1-fix-glibc-2-33.patch   | 31 +++
 .../files/qlogtools-3.1-fix-implicit-decl.patch| 61 ++
 net-mail/qlogtools/qlogtools-3.1-r1.ebuild |  2 +
 3 files changed, 94 insertions(+)

diff --git a/net-mail/qlogtools/files/qlogtools-3.1-fix-glibc-2-33.patch 
b/net-mail/qlogtools/files/qlogtools-3.1-fix-glibc-2-33.patch
new file mode 100644
index ..ea3d08561ed5
--- /dev/null
+++ b/net-mail/qlogtools/files/qlogtools-3.1-fix-glibc-2-33.patch
@@ -0,0 +1,31 @@
+https://bugs.gentoo.org/715702
+
+From: Sam James 
+Date: Mon, 15 Nov 2021 05:48:50 +
+Subject: [PATCH 2/2] Fix build with glibc-2.33
+--- a/instcheck.c
 b/instcheck.c
+@@ -2,6 +2,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -15,14 +15,14 @@ int man;
+ static void diesys(const char* msg)
+ {
+   fprintf(stderr, "installer error: %s:\n  %s\n", msg,
+-sys_errlist[errno]);
++strerror(errno));
+   exit(1);
+ }
+ 
+ static void diefsys(const char* msg, const char* filename)
+ {
+   fprintf(stderr, "installer error: %s '%s':\n  %s\n", msg, filename,
+-sys_errlist[errno]);
++strerror(errno));
+   exit(1);
+ }

diff --git a/net-mail/qlogtools/files/qlogtools-3.1-fix-implicit-decl.patch 
b/net-mail/qlogtools/files/qlogtools-3.1-fix-implicit-decl.patch
new file mode 100644
index ..18fdd1e008b4
--- /dev/null
+++ b/net-mail/qlogtools/files/qlogtools-3.1-fix-implicit-decl.patch
@@ -0,0 +1,61 @@
+From: Sam James 
+Date: Mon, 15 Nov 2021 05:48:39 +
+Subject: [PATCH 1/2] Fix implicit declarations
+--- a/installer.c
 b/installer.c
+@@ -1,6 +1,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/instcheck.c
 b/instcheck.c
+@@ -1,6 +1,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/tai_decode.c
 b/tai_decode.c
+@@ -1,5 +1,7 @@
+ #include "tai.h"
+ 
++#include 
++
+ static bool isdigit(char ch)
+ {
+   return ch >= '0' && ch <= '9';
+--- a/tai_decode.c
 b/tai_decode.c
+@@ -2,7 +2,7 @@
+ 
+ #include 
+ 
+-static bool isdigit(char ch)
++static bool qlogtools_isdigit(char ch)
+ {
+   return ch >= '0' && ch <= '9';
+ }
+@@ -12,11 +12,11 @@ tai* tai_decode(const char* str, const char** endptr)
+   static tai t;
+   t.seconds = 0;
+   t.nanoseconds = 0;
+-  while(isdigit(*str))
++  while(qlogtools_isdigit(*str))
+ t.seconds = (t.seconds * 10) + (*str++ - '0');
+   if(*str == '.') {
+ ++str;
+-while(isdigit(*str))
++while(qlogtools_isdigit(*str))
+   t.nanoseconds = (t.nanoseconds * 10) + (*str++ - '0');
+   }
+   if(endptr)
+-- 
+2.33.1
+

diff --git a/net-mail/qlogtools/qlogtools-3.1-r1.ebuild 
b/net-mail/qlogtools/qlogtools-3.1-r1.ebuild
index aab3324f175d..f420295a9323 100644
--- a/net-mail/qlogtools/qlogtools-3.1-r1.ebuild
+++ b/net-mail/qlogtools/qlogtools-3.1-r1.ebuild
@@ -19,6 +19,8 @@ RDEPEND="!app-text/multitail"
 
 PATCHES=(
"${FILESDIR}"/qlogtools-3.1-errno.patch
+   "${FILESDIR}"/qlogtools-3.1-fix-implicit-decl.patch
+   "${FILESDIR}"/qlogtools-3.1-fix-glibc-2-33.patch
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-mp3info/

2021-11-14 Thread Hans de Graaff
commit: fa7c8cbdc736c68fed300994a3d50c43b7c7c776
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 15 05:47:21 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 15 05:48:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7c8cbd

dev-ruby/ruby-mp3info: Use T as tmp directory

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-mp3info/ruby-mp3info-0.8.10-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.10-r1.ebuild 
b/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.10-r1.ebuild
index d1bfe6bc1172..c9a38b958d32 100644
--- a/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.10-r1.ebuild
+++ b/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.10-r1.ebuild
@@ -22,3 +22,7 @@ IUSE=""
 DEPEND+=" test? ( media-sound/id3v2 )"
 
 ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   sed -i -e 's:/tmp/test.mp3:'${T}'/test.mp3:' test/test_ruby-mp3info.rb 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jbuilder/

2021-11-14 Thread Hans de Graaff
commit: 0f09deeba5f24a11b33f84b222362ab646634cc1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 15 05:41:05 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 15 05:48:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f09deeb

dev-ruby/jbuilder: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/jbuilder/Manifest   |  2 --
 dev-ruby/jbuilder/jbuilder-2.10.0.ebuild | 29 -
 dev-ruby/jbuilder/jbuilder-2.11.0.ebuild | 30 --
 3 files changed, 61 deletions(-)

diff --git a/dev-ruby/jbuilder/Manifest b/dev-ruby/jbuilder/Manifest
index fc508519ab69..9eacb06afac0 100644
--- a/dev-ruby/jbuilder/Manifest
+++ b/dev-ruby/jbuilder/Manifest
@@ -1,4 +1,2 @@
-DIST jbuilder-2.10.0.gem 28160 BLAKE2B 
c277a59d53f30132ebe88d6afda5c221d74a399b01cedf6a4863f29e94d329137669942957a21ae9c5c192177dc9e78b6d66d9b5a29c7d4667a0432556c6b28c
 SHA512 
a429422d65ed3eec55f46597f73a97b267fe7d6c7554ec6a6d60e1e1c0a9306b81f7283524602a30af11a141f7cd466a0f7b0a804172bd4008787462f0fa4ffc
 DIST jbuilder-2.10.1.gem 28160 BLAKE2B 
07bde14ee6a75b5e1cec8ee1fead688c613e76713d32d419433b0f7163a9622bcc48e4b36333eb06960a9a566784d7f31843d71259226539fe569cd178315d55
 SHA512 
340e9d9cff969294e22a3eea57001e69402cd47b791660a1468702e046edfe4a3cc4f8fe18b87ba63e13352d020cd8fd78fcc070a287bb8da108c531f4dc22a5
-DIST jbuilder-2.11.0.gem 29184 BLAKE2B 
a1a98df2d81e3d894f82a9862229b0c1f2885f3874084a9a7b1b2d8aecaf48db6777051789d3006448a22d7bbf9e7cd51b8fdf32f8f582551b4fd861d92acf32
 SHA512 
e76d83a39ae11f4aab5863f87630ff36fff8ef7dc0231da058b0033e80088816b33f0d061859f516ffbb1d965b26e384b233f2c0ebc6d75aa96acb411826c16c
 DIST jbuilder-2.11.2.gem 30208 BLAKE2B 
48378a403b1949fd4dd66f468927ae9ca76ddcb88d2929ffb2c9c87b9c4d4daa4bfc147f22fc2d3578eae61e3391ecaf7dc49c324aff09c2884adcdb0aef5113
 SHA512 
1608649fa7f67dd09b5ac05f2e93aa78a8c25a8f29df1bacff7add554a2cb104aadaefef4b98a279a8d01fdc70372729ca05e716c81bfa55adaac7f7cfe78386

diff --git a/dev-ruby/jbuilder/jbuilder-2.10.0.ebuild 
b/dev-ruby/jbuilder/jbuilder-2.10.0.ebuild
deleted file mode 100644
index 6198e4aa3ee4..
--- a/dev-ruby/jbuilder/jbuilder-2.10.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="TRAVIS=true test"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Create JSON structures via a Builder-style DSL"
-HOMEPAGE="https://github.com/rails/jbuilder;
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-5.0.0:*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/railties-5.0.0
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
-}

diff --git a/dev-ruby/jbuilder/jbuilder-2.11.0.ebuild 
b/dev-ruby/jbuilder/jbuilder-2.11.0.ebuild
deleted file mode 100644
index 8010602aa4a9..
--- a/dev-ruby/jbuilder/jbuilder-2.11.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="TRAVIS=true test"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Create JSON structures via a Builder-style DSL"
-HOMEPAGE="https://github.com/rails/jbuilder;
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-5.0.0:*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/activemodel-5.0.0
-   >=dev-ruby/railties-5.0.0
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/podcast/

2021-11-14 Thread Hans de Graaff
commit: fd559edc8933a8cd33f517b9a267f8dae2183b85
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 15 05:48:15 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 15 05:48:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd559edc

dev-ruby/podcast: add ruby30

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/podcast/podcast-0.0.4-r3.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-ruby/podcast/podcast-0.0.4-r3.ebuild 
b/dev-ruby/podcast/podcast-0.0.4-r3.ebuild
new file mode 100644
index ..0da4506b3d80
--- /dev/null
+++ b/dev-ruby/podcast/podcast-0.0.4-r3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files"
+HOMEPAGE="http://podcast.rubyforge.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/ruby-mp3info"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/ts_podcast.rb || die "Tests failed."
+}



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

2021-11-14 Thread Sam James
commit: 73bb42158435a06d791b0f6de383f2a53ce5dcf8
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 05:11:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 05:11:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bb4215

dev-python/sqlalchemy: revbump for fixed dependency

Hopefully the last time this evening I need to fix a mistake
of mine with this package...

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

 .../{sqlalchemy-1.4.27-r1.ebuild => sqlalchemy-1.4.27-r2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.27-r2.ebuild
similarity index 100%
rename from dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild
rename to dev-python/sqlalchemy/sqlalchemy-1.4.27-r2.ebuild



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

2021-11-14 Thread Sam James
commit: b31e0514edb8c37913095caf06b718bb498410c6
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 05:08:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 05:09:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31e0514

dev-python/sqlalchemy: fix greenlet dependency

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

 dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild
index 50d5210e918a..24bcfe77ce84 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=8
 
-# Dropped pypy3, python3.10 for now b/c of eventlet dependency
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 PYTHON_REQ_USE="sqlite?"
 
 inherit distutils-r1 optfeature
@@ -19,11 +18,11 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="examples +sqlite test"
 
-# eventlet for bug #823794
-RDEPEND="dev-python/eventlet[${PYTHON_USEDEP}]"
+# greenlet for bug #823794
+RDEPEND="virtual/python-greenlet[${PYTHON_USEDEP}]"
 BDEPEND="
test? (
$(python_gen_impl_dep sqlite)



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

2021-11-14 Thread Sam James
commit: 85cae71fdf4b2c3f946c8d7f87c5305b6163c751
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:53:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:58:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cae71f

dev-python/sqlalchemy: add eventlet dependency

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

 dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild | 54 +++
 1 file changed, 54 insertions(+)

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild
new file mode 100644
index ..50d5210e918a
--- /dev/null
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.27-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Dropped pypy3, python3.10 for now b/c of eventlet dependency
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="sqlite?"
+
+inherit distutils-r1 optfeature
+
+MY_PN="SQLAlchemy"
+MY_P="${MY_PN}-${PV/_beta/b}"
+
+DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
+HOMEPAGE="https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="examples +sqlite test"
+
+# eventlet for bug #823794
+RDEPEND="dev-python/eventlet[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # hardcode call counts specific to Python versions
+   test/aaa_profiling
+)
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "MySQL support" dev-python/mysqlclient dev-python/pymysql \
+   dev-python/mysql-connector-python
+   optfeature "mssql support" dev-python/pymssql
+   optfeature "postgresql support" dev-python/psycopg:2
+}



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

2021-11-14 Thread Sam James
commit: 99851e9dd29a406f2b8784ec6c58fb6efadbb9ca
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:46:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:46:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99851e9d

dev-util/bbe: drop unused flag-o-matic

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

 dev-util/bbe/bbe-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
index 8a66e014..fe27af9582f8 100644
--- a/dev-util/bbe/bbe-0.2.2-r1.ebuild
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic
+inherit autotools
 
 DESCRIPTION="Sed-like editor for binary files"
 HOMEPAGE="https://sourceforge.net/projects/bbe-/;



[gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/, dev-util/bbe/files/

2021-11-14 Thread Sam James
commit: 8f78650cb74ac5cfe2d73c8a9c35899dafee478f
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:44:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f78650c

dev-util/bbe: fix build without optimisations

Let's not bother trying to inline these -- the compiler is smart enough
to do it if it wants to. They're not defined correctly right now if
we wanted to keep them inline and this is far simpler.

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

 dev-util/bbe/bbe-0.2.2-r1.ebuild  |  14 ++--
 dev-util/bbe/files/bbe-0.2.2-inline.patch | 133 ++
 2 files changed, 138 insertions(+), 9 deletions(-)

diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
index 63a113fdda81..8a66e014 100644
--- a/dev-util/bbe/bbe-0.2.2-r1.ebuild
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,17 +14,13 @@ SLOT="0"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
+PATCHES=(
+   "${FILESDIR}"/bbe-0.2.2-inline.patch
+)
+
 src_prepare() {
default
 
sed -i -e '/^htmldir/d' doc/Makefile.am || die
-   eaclocal
eautoreconf
 }
-
-src_configure() {
-   # Avoid linking problems, bug #750545.
-   replace-flags -Os -O2
-
-   default
-}

diff --git a/dev-util/bbe/files/bbe-0.2.2-inline.patch 
b/dev-util/bbe/files/bbe-0.2.2-inline.patch
new file mode 100644
index ..4429e01ed483
--- /dev/null
+++ b/dev-util/bbe/files/bbe-0.2.2-inline.patch
@@ -0,0 +1,133 @@
+Let's not bother trying to inline these -- the compiler is smart enough
+to do it if it wants to. They're not defined correctly right now if
+we wanted to keep them inline and this is far simpler.
+--- a/src/bbe.h
 b/src/bbe.h
+@@ -167,10 +167,10 @@ set_input_file(char *file);
+ extern void
+ init_buffer();
+ 
+-extern inline unsigned char  
++extern unsigned char
+ read_byte();
+ 
+-extern inline int 
++extern int
+ get_next_byte();
+ 
+ extern void
+@@ -179,16 +179,16 @@ mark_block_end();
+ extern int
+ find_block();
+ 
+-extern inline int
++extern int
+ last_byte();
+ 
+ extern void
+ write_buffer(unsigned char *buf,off_t length);
+ 
+-extern inline void
++extern void
+ put_byte(unsigned char byte);
+ 
+-extern inline void
++extern void
+ write_next_byte();
+  
+ extern void
+@@ -215,10 +215,10 @@ write_string(char *string);
+ extern char *
+ get_current_file(void);
+ 
+-extern inline unsigned char *
++extern unsigned char *
+ read_pos();
+ 
+-extern inline unsigned char *
++extern unsigned char *
+ block_end_pos();
+ 
+ extern char *
+--- a/src/buffer.c
 b/src/buffer.c
+@@ -191,21 +191,21 @@ read_input_stream()
+ }
+ 
+ /* reads byte from the buffer */
+-inline unsigned char  
++unsigned char
+ read_byte()
+ {
+ return *in_buffer.read_pos;
+ }
+ 
+ /* returns pointer to the read position */
+-inline unsigned char *
++unsigned char *
+ read_pos()
+ {
+ return in_buffer.read_pos;
+ }
+ 
+ /* return the block end pointer */
+-inline unsigned char *
++unsigned char *
+ block_end_pos()
+ {
+ return in_buffer.block_end;
+@@ -214,7 +214,7 @@ block_end_pos()
+ /* advances the read pointer, if buffer has reached low water, get more from 
stream to buffer */
+ /* returns false in case of end of stream */
+ 
+-inline int 
++int
+ get_next_byte()
+ {
+ if(in_buffer.read_pos >= in_buffer.low_pos) 
+@@ -335,14 +335,14 @@ mark_block_end()
+ }
+ 
+ /* returns true if current byte is last in block */
+-inline int
++int
+ last_byte()
+ {
+ return in_buffer.block_end == in_buffer.read_pos;
+ }
+ 
+ /* returns true if end of stream has been reached */
+-inline int
++int
+ end_of_stream()
+ {
+ if(in_buffer.stream_end != NULL && in_buffer.stream_end == 
in_buffer.read_pos) 
+@@ -487,7 +487,7 @@ write_buffer(unsigned char *buf,off_t length)
+ }
+ 
+ /* put_byte, put one byte att current write position */
+-inline void
++void
+ put_byte(unsigned char byte)
+ {
+ *out_buffer.write_pos = byte;
+@@ -495,7 +495,7 @@ put_byte(unsigned char byte)
+ 
+ /* next_byte, advance the write pointer by one */
+ /* if buffer full write it to disk */
+-inline void
++void
+ write_next_byte()
+ {
+ out_buffer.write_pos++;
+--- a/src/execute.c
 b/src/execute.c
+@@ -677,7 +677,7 @@ close_commands(struct commands *commands)
+ }
+ 
+ /* reset the rpos counter for next block, in case block was shorter eg. 
delete count */
+-inline void
++void
+ reset_rpos(struct command_list *c)
+ {
+ while(c != NULL)



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

2021-11-14 Thread Sam James
commit: 37fd6f4ed3ec39b0eef24887f813202d08238c8c
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fd6f4e

dev-lang/python: Stabilize 3.6.15 arm, #818973

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

 dev-lang/python/python-3.6.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.6.15.ebuild 
b/dev-lang/python/python-3.6.15.ebuild
index 194e8369b5ea..cc996cc624e0 100644
--- a/dev-lang/python/python-3.6.15.ebuild
+++ b/dev-lang/python/python-3.6.15.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI/

2021-11-14 Thread Sam James
commit: 0c990b2b71f309ab6c1dccc3625b73c1c10ddcad
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c990b2b

dev-perl/FCGI: Keyword 0.820.0 arm, #820548

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

 dev-perl/FCGI/FCGI-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FCGI/FCGI-0.820.0.ebuild 
b/dev-perl/FCGI/FCGI-0.820.0.ebuild
index 918bc37278af..2af29bcf8a5e 100644
--- a/dev-perl/FCGI/FCGI-0.820.0.ebuild
+++ b/dev-perl/FCGI/FCGI-0.820.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Fast CGI module"
 
 LICENSE="FastCGI"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~m68k ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~m68k ~sparc ~x86"
 
 RDEPEND="
virtual/perl-XSLoader



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/

2021-11-14 Thread Sam James
commit: 5186f6a559e7f4b0aaa9f33bb7b8e0840e183632
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5186f6a5

kde-apps/kio-extras: Stabilize 21.04.3-r3 arm64, #817008

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

 kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild 
b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
index 7e0c4123eb92..e3b9672d0d82 100644
--- a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
 
 # requires running Plasma environment



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny-XS/

2021-11-14 Thread Sam James
commit: 74f76b24d0c986268fb1c6a751606c1464f0ac4d
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f76b24

dev-perl/Type-Tiny-XS: Keyword 0.22.0 arm, #820548

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

 dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild 
b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild
index 7d723a7a06e2..cfeecb93ab67 100644
--- a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild
+++ b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type 
constraints"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Regexp-Util/

2021-11-14 Thread Sam James
commit: 23f6efad46f6ed1b7059a355d0ae454c4be57925
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f6efad

dev-perl/Regexp-Util: Keyword 0.5.0 arm, #820548

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

 dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild 
b/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild
index 97ed6eb0775d..22e101b1c255 100644
--- a/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild
+++ b/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="General purpose utilities for working with Regular Expressions"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-perl/Exporter-Tiny



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/

2021-11-14 Thread Sam James
commit: 751c5c572c0cffceb32e6dfa26cc84888962de4f
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751c5c57

dev-perl/Type-Tie: Keyword 0.15.0 arm, #820548

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

 dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild 
b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index 9af258dbd325..91cc143515d2 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Tie a variable to a type constraint"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI-Client/

2021-11-14 Thread Sam James
commit: 9c7801b43c17b0e9e831a9ba7fc8b555e6108ea6
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7801b4

dev-perl/FCGI-Client: Keyword 0.90.0 arm, #820548

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

 dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild 
b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild
index cb59f462635f..fece56d9827f 100644
--- a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild
+++ b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Client library for fastcgi protocol"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~m68k ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~m68k ~sparc ~x86"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny/

2021-11-14 Thread Sam James
commit: 3661f200b46798978878c541a6abb1783fba80e4
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3661f200

dev-perl/Type-Tiny: Keyword 1.12.4 arm, #820548

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

 dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild
index 04cadabb19a5..038b5dd34398 100644
--- a/dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Hash-FieldHash/

2021-11-14 Thread Sam James
commit: da3a06a114cbd0ab4e6df87c1b0dc1682eeb5098
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 04:31:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:31:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3a06a1

dev-perl/Hash-FieldHash: Keyword 0.150.0-r1 arm, #820548

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

 dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild 
b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
index 03067b0a6a4e..13ca0315941c 100644
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Lightweight field hash for inside-out objects"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] proj/policy-guide:master commit in: /

2021-11-14 Thread Sam James
commit: ddffad701aa2ea6b95d3916f8cfa45cb5ac2ff97
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 20 03:40:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 04:19:34 2021 +
URL:https://gitweb.gentoo.org/proj/policy-guide.git/commit/?id=ddffad70

other-metadata: Add bug reference re multislot flag

Bug: https://bugs.gentoo.org/174407
Signed-off-by: Sam James  gentoo.org>

 other-metadata.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/other-metadata.rst b/other-metadata.rst
index c59e0c2..d79ef6f 100644
--- a/other-metadata.rst
+++ b/other-metadata.rst
@@ -8,7 +8,7 @@ Dynamic slots (multislot flag)
 --
 :PG: 0701
 :Source: QA (inferred from PMS)
-:Reference: 
https://wiki.gentoo.org/index.php?title=Project:Quality_Assurance/Policies=109991#multislot.2FUSE-dependent_SLOT
+:Reference: 
https://wiki.gentoo.org/index.php?title=Project:Quality_Assurance/Policies=109991#multislot.2FUSE-dependent_SLOT,
 https://bugs.gentoo.org/174407
 :Reported: ``use`` in global scope triggers fatal error
 
 The use of ``multislot`` to alter ``SLOT`` values (as well as any other



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

2021-11-14 Thread Sam James
commit: e4468b31c74ef96fd115dc3657f012b3695467e3
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 03:57:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 03:57:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4468b31

dev-python/pymongo: drop nose

Closes: https://bugs.gentoo.org/822417
Thanks-to: Peter Volkov  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/pymongo/pymongo-3.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pymongo/pymongo-3.12.1.ebuild 
b/dev-python/pymongo/pymongo-3.12.1.ebuild
index 5b11605e422c..5ae5fdd073c2 100644
--- a/dev-python/pymongo/pymongo-3.12.1.ebuild
+++ b/dev-python/pymongo/pymongo-3.12.1.ebuild
@@ -30,7 +30,7 @@ BDEPEND="
 DISTUTILS_IN_SOURCE_BUILD=1
 
 distutils_enable_sphinx doc
-distutils_enable_tests nose
+distutils_enable_tests unittest
 
 reqcheck() {
if use test; then



[gentoo-commits] proj/genkernel:master commit in: /

2021-11-14 Thread Thomas Deutschmann
commit: ab723c54aa0fef50384dbbb936614c7430f5413b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 23:57:12 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 15 01:23:26 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ab723c54

gen_initramfs.sh: append_busybox: NSS dns module was merged into libc in 
>=glibc-2.34

Bug: https://bugs.gentoo.org/823716
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_initramfs.sh | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 56d6a03..fef8046 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -562,8 +562,16 @@ append_busybox() {
if isTrue "$(is_glibc)"
then
local libdir=$(get_chost_libdir)
-   mkdir -p "${TDIR}"/lib || gen_die "Failed to create 
'${TDIR}/lib'!"
-   copy_system_binaries "${TDIR}"/lib "${libdir}"/libnss_dns.so
+   local libnss_dns="${libdir}/libnss_dns.so"
+
+   # NSS dns module was moved into libc in >=glibc-2.34
+   # but when this file exists we are probably dealing with older 
glibc
+   # and need to manually copy the module.
+   if [[ -f "${libnss_dns}" ]]
+   then
+   mkdir -p "${TDIR}"/lib || gen_die "Failed to create 
'${TDIR}/lib'!"
+   copy_system_binaries "${TDIR}"/lib "${libnss_dns}"
+   fi
fi
 
log_future_cpio_content



[gentoo-commits] proj/genkernel:master commit in: /

2021-11-14 Thread Thomas Deutschmann
commit: fb2a687bba457e5408bc3bd979568c9a18c51be5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 23:57:58 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 15 01:24:37 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=fb2a687b

gen_initramfs.sh: append_dropbear: NSS files module was merged into libc in 
>=glibc-2.34

Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_initramfs.sh | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index fef8046..4ec296e 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -1601,8 +1601,16 @@ append_dropbear() {
if isTrue "$(is_glibc)"
then
local libdir=$(get_chost_libdir)
-   mkdir -p "${TDIR}"/lib || gen_die "Failed to create 
'${TDIR}/lib'!"
-   copy_system_binaries "${TDIR}"/lib "${libdir}"/libnss_files.so
+   local libnss_files="${libdir}/libnss_files.so"
+
+   # NSS files module was moved into libc in >=glibc-2.34
+   # but when this file exists we are probably dealing with older 
glibc
+   # and need to manually copy the module.
+   if [[ -f "${libnss_files}" ]]
+   then
+   mkdir -p "${TDIR}"/lib || gen_die "Failed to create 
'${TDIR}/lib'!"
+   copy_system_binaries "${TDIR}"/lib "${libnss_files}"
+   fi
fi
 
cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"



[gentoo-commits] proj/genkernel:master commit in: /

2021-11-14 Thread Thomas Deutschmann
commit: 6473e0a96a03598a9e22904d1fe011913efaac5a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 23:46:30 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 23:46:30 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6473e0a9

gen_compile.sh: populate_binpkg(): Use libc.a for testing if glibc has changed

NSS files module was merged into libc in >=glibc-2.34 so it can't be used
to test for changed glibc version anymore.

Using libc.a seems to be the better alternative which we use already in
get_chost_libdir() and depend on in general.

In addition, a check was added to ensure that our glibc test file really
exists (older-than check would pass if our test file would be missing
which is not what we want).

Fixes: 61049d29 ("gen_compile.sh: populate_binpkg(): Throw away binpkg when 
glibc has changed")
Bug: https://bugs.gentoo.org/823716
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_compile.sh | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index e2b86cc..9af128b 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -515,7 +515,12 @@ populate_binpkg() {
if isTrue "$(is_glibc)"
then
local libdir=$(get_chost_libdir)
-   local glibc_test_file="${libdir}/libnss_files.so"
+   local glibc_test_file="${libdir}/libc.a"
+
+   if [[ ! -f "${glibc_test_file}" ]]
+   then
+   gen_die "Internal error: File 
'${glibc_test_file}' not found! Do not know how to deal with this glibc 
version."
+   fi
 
if [[ "${BINPKG}" -ot "${glibc_test_file}" ]]
then



[gentoo-commits] proj/genkernel:master commit in: /

2021-11-14 Thread Thomas Deutschmann
commit: 5c13fd41b6043b18432dc6a28ab3c9aa69a8de88
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 15 01:19:36 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 15 01:24:49 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5c13fd41

genkernel: Bump to v4.2.6

Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/genkernel b/genkernel
index 3116505..83a01d5 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='4.2.5'
+GK_V='4.2.6'
 
 # Normalize locales
 export LC_ALL=C



[gentoo-commits] proj/genkernel:master commit in: defaults/

2021-11-14 Thread Thomas Deutschmann
commit: a0140d2e77cc0d48b60f38121b73445351c52678
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 15 01:56:46 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 15 01:58:36 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a0140d2e

defaults/modules_load: Add support for i8042 & AT keyboards

Closes: https://bugs.gentoo.org/341193
Closes: https://bugs.gentoo.org/822087
Signed-off-by: Thomas Deutschmann  gentoo.org>

 defaults/modules_load | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/defaults/modules_load b/defaults/modules_load
index cee5f4d..1c78415 100644
--- a/defaults/modules_load
+++ b/defaults/modules_load
@@ -37,3 +37,6 @@ MODULES_HYPERV="hv_sock hv_utils hv_vmbus hv_balloon 
hyperv-keyboard hid_hyperv
 
 # Virtio
 MODULES_VIRTIO="virtio_scsi virtio_blk virtio_console virtio-rng virtio 
virtio_balloon virtio_input virtio_ring virtio_pci virtio_mmio virtio_crypto"
+
+# Misc
+MODULES_MISC="atkbd i8042"



[gentoo-commits] proj/genkernel:master commit in: /

2021-11-14 Thread Thomas Deutschmann
commit: c790b6e2c5bd4841a7469bdd8f6e3eee8bf82453
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 15 00:19:31 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 15 01:24:49 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c790b6e2

gen_determineargs.sh: determine_real_args(): Make kmod only required for 
non-static kernels

Fixes: 153a877d ("Refactor (compressed) kernel module handling")
Bug: https://bugs.gentoo.org/821484
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_determineargs.sh | 15 +--
 gen_funcs.sh |  2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index 027c696..07b2202 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -314,12 +314,6 @@ determine_real_args() {
gen_die "'realpath -m /' failed. We need a realpath version 
which supports '-m' mode!"
fi
 
-   KMOD_CMD=$(which kmod 2>/dev/null)
-   if [ -z "${KMOD_CMD}" ]
-   then
-   gen_die "kmod not found. Is sys-apps/kmod installed?"
-   fi
-
if hash grep &>/dev/null
then
GREP_CMD=grep
@@ -1233,6 +1227,15 @@ determine_real_args() {
fi
fi
 
+   KMOD_CMD=$(which kmod 2>/dev/null)
+   if ! isTrue "${BUILD_STATIC}"
+   then
+   if [ -z "${KMOD_CMD}" ]
+   then
+   gen_die "kmod not found. Is sys-apps/kmod installed?"
+   fi
+   fi
+
if ! isTrue "${CMD_INSTALL}"
then
if [ -n "${KERNEL_MODULES_PREFIX}" ]

diff --git a/gen_funcs.sh b/gen_funcs.sh
index 6bc59e6..500caf2 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -322,7 +322,7 @@ is_kext_supported_by_kmod() {
is_supported=yes
break
fi
-   done < <("${KMOD_CMD}" -V)
+   done < <("${KMOD_CMD}" -V 2>/dev/null)
;;
esac
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/files/, dev-python/ipykernel/

2021-11-14 Thread Sam James
commit: c7fbed873f1cac26294ecdcbac5370d320da573d
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 03:29:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 03:29:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fbed87

dev-python/ipykernel: add 6.5.0

This reverts commit 125ae59fa6abc9f0df8473127e4ea02460602818
(adding it again with correct credit).

Thanks-to: Peter Volkov  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/ipykernel/Manifest  |  1 +
 .../files/ipykernel-6.5.0-drop-pytest-cov.patch| 12 +
 dev-python/ipykernel/ipykernel-6.5.0.ebuild| 56 ++
 3 files changed, 69 insertions(+)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 53b94de6b003..011090f7db72 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,3 +1,4 @@
 DIST ipykernel-5.5.4.tar.gz 112728 BLAKE2B 
489e12d0cbde2f80f2c921f026c7b84554b1fef481164e07f89b063127b01d106fc6b19f830ac321d79285fb9df065352dbc0c2a997b3629a64e766d2e50f347
 SHA512 
96728321fe71d528435415eda917c623269af734598a78168144d983aa64db4f9ced981fa67c83263da1ed878831669d821b84a769a08a271adafacfcbb75bf9
 DIST ipykernel-6.2.0.tar.gz 110042 BLAKE2B 
e1e9f140d434142339c36cdf72c9c4224143aeac8ee5938488fefaf0c15b33ddb6a4e4f49e4096431c89ba6bdcf6321f73e61927186d42518cd73e6016a017ed
 SHA512 
7f3203b072cf7a4ca71e56df0c5621f6ac0ace2ba855b7354971d04e872621650a0351f9d1ace50ea63459290835306e71fb91d414355810fa79968ddf56
 DIST ipykernel-6.4.2.tar.gz 121253 BLAKE2B 
26f8f94df823dd7a4ac41cac574e70ae98eed64f88bbcd8ce600ce6dfe1c43c224d65b5d0f9586ad05829692142e37fbb685a5d577047791831f6138b8309556
 SHA512 
56f0a15a1f06628e8f74749e4bad4a65dcc78ba7ff45e4fa5802d232e427e4ec152a6b6697302488d2e05d6b0cfa0cbc106ea2a593ab43de9d9defa9c169d5a6
+DIST ipykernel-6.5.0.tar.gz 122962 BLAKE2B 
fa36ea41d7f2dc8d0d75144f421ea2a72dd50dcda6c6a91f625f18c35ed2ebb950aadfb1715dd57a1fda77bfb49e360bca87f0bd8b9ee8380399d41691db2b9a
 SHA512 
440407818ed6f388f10a727a9be1a2588bf8c9699d66e1b954a1f64575c08b5bddb3978dd13f5ab26220a210ce7177e2be0374d48d3968df681d2d5311ce42d1

diff --git a/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch 
b/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch
new file mode 100644
index ..3b792d21f47e
--- /dev/null
+++ b/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch
@@ -0,0 +1,12 @@
+Drop unnecessary pytest-cov dependency (we don't care downstream about running 
coverage
+reports in unit tests for users).
+--- a/setup.py
 b/setup.py
+@@ -76,7 +76,6 @@ setup_args = dict(
+ extras_require={
+ "test": [
+ "pytest !=5.3.4",
+-"pytest-cov",
+ "flaky",
+ "nose",  # nose because we are still using nose streams from 
ipython
+ "ipyparallel",

diff --git a/dev-python/ipykernel/ipykernel-6.5.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
new file mode 100644
index ..4d505eef8ded
--- /dev/null
+++ b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 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 distutils-r1
+
+DESCRIPTION="IPython Kernel for Jupyter"
+HOMEPAGE="https://github.com/ipython/ipykernel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   =dev-python/argcomplete-1.12.3[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   >=dev-python/debugpy-1.0.0[${PYTHON_USEDEP}]
+   =dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
+   =dev-python/traitlets-5.1.0[${PYTHON_USEDEP}]
+   =www-servers/tornado-4.2[${PYTHON_USEDEP}]
+   =dev-python/matplotlib-inline-0.1.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/, dev-python/ipykernel/files/

2021-11-14 Thread Sam James
commit: 125ae59fa6abc9f0df8473127e4ea02460602818
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 03:29:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 03:29:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125ae59f

dev-python/ipykernel: Revert "add 6.5.0"

This reverts commit 2e5596bd7b452e3223c81f3cc05665aa238577ee.

Forgot to give credit in the commit message, let's try again...

Bug: https://bugs.gentoo.org/822477
Signed-off-by: Sam James  gentoo.org>

 dev-python/ipykernel/Manifest  |  1 -
 .../files/ipykernel-6.5.0-drop-pytest-cov.patch| 12 -
 dev-python/ipykernel/ipykernel-6.5.0.ebuild| 56 --
 3 files changed, 69 deletions(-)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 011090f7db72..53b94de6b003 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,4 +1,3 @@
 DIST ipykernel-5.5.4.tar.gz 112728 BLAKE2B 
489e12d0cbde2f80f2c921f026c7b84554b1fef481164e07f89b063127b01d106fc6b19f830ac321d79285fb9df065352dbc0c2a997b3629a64e766d2e50f347
 SHA512 
96728321fe71d528435415eda917c623269af734598a78168144d983aa64db4f9ced981fa67c83263da1ed878831669d821b84a769a08a271adafacfcbb75bf9
 DIST ipykernel-6.2.0.tar.gz 110042 BLAKE2B 
e1e9f140d434142339c36cdf72c9c4224143aeac8ee5938488fefaf0c15b33ddb6a4e4f49e4096431c89ba6bdcf6321f73e61927186d42518cd73e6016a017ed
 SHA512 
7f3203b072cf7a4ca71e56df0c5621f6ac0ace2ba855b7354971d04e872621650a0351f9d1ace50ea63459290835306e71fb91d414355810fa79968ddf56
 DIST ipykernel-6.4.2.tar.gz 121253 BLAKE2B 
26f8f94df823dd7a4ac41cac574e70ae98eed64f88bbcd8ce600ce6dfe1c43c224d65b5d0f9586ad05829692142e37fbb685a5d577047791831f6138b8309556
 SHA512 
56f0a15a1f06628e8f74749e4bad4a65dcc78ba7ff45e4fa5802d232e427e4ec152a6b6697302488d2e05d6b0cfa0cbc106ea2a593ab43de9d9defa9c169d5a6
-DIST ipykernel-6.5.0.tar.gz 122962 BLAKE2B 
fa36ea41d7f2dc8d0d75144f421ea2a72dd50dcda6c6a91f625f18c35ed2ebb950aadfb1715dd57a1fda77bfb49e360bca87f0bd8b9ee8380399d41691db2b9a
 SHA512 
440407818ed6f388f10a727a9be1a2588bf8c9699d66e1b954a1f64575c08b5bddb3978dd13f5ab26220a210ce7177e2be0374d48d3968df681d2d5311ce42d1

diff --git a/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch 
b/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch
deleted file mode 100644
index 3b792d21f47e..
--- a/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Drop unnecessary pytest-cov dependency (we don't care downstream about running 
coverage
-reports in unit tests for users).
 a/setup.py
-+++ b/setup.py
-@@ -76,7 +76,6 @@ setup_args = dict(
- extras_require={
- "test": [
- "pytest !=5.3.4",
--"pytest-cov",
- "flaky",
- "nose",  # nose because we are still using nose streams from 
ipython
- "ipyparallel",

diff --git a/dev-python/ipykernel/ipykernel-6.5.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
deleted file mode 100644
index 4d505eef8ded..
--- a/dev-python/ipykernel/ipykernel-6.5.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 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 distutils-r1
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="https://github.com/ipython/ipykernel;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   =dev-python/argcomplete-1.12.3[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   >=dev-python/debugpy-1.0.0[${PYTHON_USEDEP}]
-   =dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
-   =dev-python/traitlets-5.1.0[${PYTHON_USEDEP}]
-   =www-servers/tornado-4.2[${PYTHON_USEDEP}]
-   =dev-python/matplotlib-inline-0.1.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/, dev-python/ipykernel/files/

2021-11-14 Thread Sam James
commit: 2e5596bd7b452e3223c81f3cc05665aa238577ee
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 03:15:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 03:15:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5596bd

dev-python/ipykernel: add 6.5.0

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

 dev-python/ipykernel/Manifest  |  1 +
 .../files/ipykernel-6.5.0-drop-pytest-cov.patch| 12 +
 dev-python/ipykernel/ipykernel-6.5.0.ebuild| 56 ++
 3 files changed, 69 insertions(+)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 53b94de6b003..011090f7db72 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,3 +1,4 @@
 DIST ipykernel-5.5.4.tar.gz 112728 BLAKE2B 
489e12d0cbde2f80f2c921f026c7b84554b1fef481164e07f89b063127b01d106fc6b19f830ac321d79285fb9df065352dbc0c2a997b3629a64e766d2e50f347
 SHA512 
96728321fe71d528435415eda917c623269af734598a78168144d983aa64db4f9ced981fa67c83263da1ed878831669d821b84a769a08a271adafacfcbb75bf9
 DIST ipykernel-6.2.0.tar.gz 110042 BLAKE2B 
e1e9f140d434142339c36cdf72c9c4224143aeac8ee5938488fefaf0c15b33ddb6a4e4f49e4096431c89ba6bdcf6321f73e61927186d42518cd73e6016a017ed
 SHA512 
7f3203b072cf7a4ca71e56df0c5621f6ac0ace2ba855b7354971d04e872621650a0351f9d1ace50ea63459290835306e71fb91d414355810fa79968ddf56
 DIST ipykernel-6.4.2.tar.gz 121253 BLAKE2B 
26f8f94df823dd7a4ac41cac574e70ae98eed64f88bbcd8ce600ce6dfe1c43c224d65b5d0f9586ad05829692142e37fbb685a5d577047791831f6138b8309556
 SHA512 
56f0a15a1f06628e8f74749e4bad4a65dcc78ba7ff45e4fa5802d232e427e4ec152a6b6697302488d2e05d6b0cfa0cbc106ea2a593ab43de9d9defa9c169d5a6
+DIST ipykernel-6.5.0.tar.gz 122962 BLAKE2B 
fa36ea41d7f2dc8d0d75144f421ea2a72dd50dcda6c6a91f625f18c35ed2ebb950aadfb1715dd57a1fda77bfb49e360bca87f0bd8b9ee8380399d41691db2b9a
 SHA512 
440407818ed6f388f10a727a9be1a2588bf8c9699d66e1b954a1f64575c08b5bddb3978dd13f5ab26220a210ce7177e2be0374d48d3968df681d2d5311ce42d1

diff --git a/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch 
b/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch
new file mode 100644
index ..3b792d21f47e
--- /dev/null
+++ b/dev-python/ipykernel/files/ipykernel-6.5.0-drop-pytest-cov.patch
@@ -0,0 +1,12 @@
+Drop unnecessary pytest-cov dependency (we don't care downstream about running 
coverage
+reports in unit tests for users).
+--- a/setup.py
 b/setup.py
+@@ -76,7 +76,6 @@ setup_args = dict(
+ extras_require={
+ "test": [
+ "pytest !=5.3.4",
+-"pytest-cov",
+ "flaky",
+ "nose",  # nose because we are still using nose streams from 
ipython
+ "ipyparallel",

diff --git a/dev-python/ipykernel/ipykernel-6.5.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
new file mode 100644
index ..4d505eef8ded
--- /dev/null
+++ b/dev-python/ipykernel/ipykernel-6.5.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 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 distutils-r1
+
+DESCRIPTION="IPython Kernel for Jupyter"
+HOMEPAGE="https://github.com/ipython/ipykernel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   =dev-python/argcomplete-1.12.3[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   >=dev-python/debugpy-1.0.0[${PYTHON_USEDEP}]
+   =dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
+   =dev-python/traitlets-5.1.0[${PYTHON_USEDEP}]
+   =www-servers/tornado-4.2[${PYTHON_USEDEP}]
+   =dev-python/matplotlib-inline-0.1.0[${PYTHON_USEDEP}]
+   

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

2021-11-14 Thread Sam James
commit: 6db9d2c5587d47237070e9a7efb8634bd774ed4e
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:55:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:55:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db9d2c5

dev-python/ipykernel: add missing dev-python/ipython_genutils dependency

Bug: https://bugs.gentoo.org/821763
Signed-off-by: Sam James  gentoo.org>

 .../ipykernel/{ipykernel-5.5.4-r1.ebuild => ipykernel-5.5.4-r2.ebuild}   | 1 +
 .../ipykernel/{ipykernel-6.2.0.ebuild => ipykernel-6.2.0-r1.ebuild}  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild 
b/dev-python/ipykernel/ipykernel-5.5.4-r2.ebuild
similarity index 97%
rename from dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
rename to dev-python/ipykernel/ipykernel-5.5.4-r2.ebuild
index b228908f7359..941427614cf1 100644
--- a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
+++ b/dev-python/ipykernel/ipykernel-5.5.4-r2.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="test"
 
 RDEPEND="
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]

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

2021-11-14 Thread Sam James
commit: cbcf9ef68184356e31786c145c342c2ff7bd89b1
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:35:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:35:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcf9ef6

dev-python/sarif_om: Keyword 1.0.4 arm64, #822090

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

 dev-python/sarif_om/sarif_om-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sarif_om/sarif_om-1.0.4.ebuild 
b/dev-python/sarif_om/sarif_om-1.0.4.ebuild
index 5e8d9f1357c9..e16d562bc164 100644
--- a/dev-python/sarif_om/sarif_om-1.0.4.ebuild
+++ b/dev-python/sarif_om/sarif_om-1.0.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 9343386fa838f67e9cbd133749b1f2d401251d92
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:35:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:35:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9343386f

app-misc/dvtm: Keyword 0.15-r5 arm64, #822738

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

 app-misc/dvtm/dvtm-0.15-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/dvtm/dvtm-0.15-r5.ebuild 
b/app-misc/dvtm/dvtm-0.15-r5.ebuild
index 8bd15c92cc6b..d6047798edd5 100644
--- a/app-misc/dvtm/dvtm-0.15-r5.ebuild
+++ b/app-misc/dvtm/dvtm-0.15-r5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://repo.or.cz/dvtm.git;
 else
SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 arm x86"
+   KEYWORDS="amd64 arm ~arm64 x86"
 fi
 
 LICENSE="MIT"



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

2021-11-14 Thread Sam James
commit: e99cddb1ade30439dab66ce83ab8f831604bad3a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:35:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:35:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99cddb1

dev-python/jschema_to_python: Keyword 1.2.3 arm64, #822090

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

 dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild 
b/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild
index 1a2a4bd9a785..f6db37cf9fa8 100644
--- a/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild
+++ b/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: f8c61eacacf0fb51cf67b4b9b22804cda77a561e
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:35:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:35:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c61eac

dev-python/cfn-lint: Keyword 0.56.0 arm64, #822090

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

 dev-python/cfn-lint/cfn-lint-0.56.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cfn-lint/cfn-lint-0.56.0.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.56.0.ebuild
index f3dcb8449c2b..c560edec8bbb 100644
--- a/dev-python/cfn-lint/cfn-lint-0.56.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.56.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/aws-sam-translator-1.40.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/dfu-programmer/

2021-11-14 Thread Sam James
commit: 7ba9a1d8a94027a03d811798d012cc6e911c77a8
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:35:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:35:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba9a1d8

dev-embedded/dfu-programmer: Keyword 0.7.2-r1 arm64, #822378

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

 dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild 
b/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild
index ecb096d954cf..fc823eeb789a 100644
--- a/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild
+++ b/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm"
+KEYWORDS="amd64 arm ~arm64"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/files/, dev-python/jupyter_client/

2021-11-14 Thread Sam James
commit: c11eee0ca996a3ee245ba9faa659aff7851973fe
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 02:11:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 02:12:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11eee0c

dev-python/jupyter_client: crank up test timeouts

Failed on ia64 b/c of these. Probably affects other arches too.

Bug: https://bugs.gentoo.org/823521
Signed-off-by: Sam James  gentoo.org>

 .../files/jupyter_client-7.0.6-test-timeout.patch  | 38 ++
 .../jupyter_client/jupyter_client-7.0.6.ebuild |  6 +++-
 2 files changed, 43 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch 
b/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch
new file mode 100644
index ..740677c13d00
--- /dev/null
+++ b/dev-python/jupyter_client/files/jupyter_client-7.0.6-test-timeout.patch
@@ -0,0 +1,38 @@
+Avoid test timeouts on slower hosts like e.g. ia64 (guppy):
+```
+FAILED 
jupyter_client/tests/test_kernelmanager.py::TestParallel::test_start_sequence_kernels[tcp]
 - Failed: Timeout >30.0s
+FAILED 
jupyter_client/tests/test_kernelmanager.py::TestParallel::test_start_sequence_kernels[ipc]
 - Failed: Timeout >30.0s
+```
+--- a/jupyter_client/tests/test_client.py
 b/jupyter_client/tests/test_client.py
+@@ -13,7 +13,7 @@ from jupyter_client.kernelspec import KernelSpecManager
+ from jupyter_client.kernelspec import NATIVE_KERNEL_NAME
+ from jupyter_client.kernelspec import NoSuchKernel
+ 
+-TIMEOUT = 30
++TIMEOUT = 180
+ 
+ pjoin = os.path.join
+ 
+--- a/jupyter_client/tests/test_kernelmanager.py
 b/jupyter_client/tests/test_kernelmanager.py
+@@ -24,7 +24,7 @@ from jupyter_client import KernelManager
+ 
+ pjoin = os.path.join
+ 
+-TIMEOUT = 30
++TIMEOUT = 180
+ 
+ 
+ @pytest.fixture(params=["tcp", "ipc"])
+--- a/jupyter_client/tests/test_multikernelmanager.py
 b/jupyter_client/tests/test_multikernelmanager.py
+@@ -22,7 +22,7 @@ from jupyter_client import KernelManager
+ from jupyter_client.multikernelmanager import AsyncMultiKernelManager
+ from jupyter_client.multikernelmanager import MultiKernelManager
+ 
+-TIMEOUT = 30
++TIMEOUT = 180
+ 
+ 
+ class TestKernelManager(TestCase):

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 210df0a135a0..b704bb49a001 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -32,9 +32,13 @@ BDEPEND="
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
 
-distutils_enable_tests pytest
+PATCHES=(
+   "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
+)
 
 EPYTEST_DESELECT=(

jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses

jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_async_signal_kernel_subprocesses
 )
+
+distutils_enable_tests pytest



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

2021-11-14 Thread Zac Medico
commit: 75a0e889ab45c9a14d89e8061ef6d142603b3541
Author: Sviatoslav Sydorenko  redhat  com>
AuthorDate: Mon Nov 15 01:52:12 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Nov 15 02:05:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a0e889

dev-python/aiohttp: Add v3.8.1

Closes: https://github.com/gentoo/gentoo/pull/22953
Signed-off-by: Sviatoslav Sydorenko  redhat.com>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/aiohttp/Manifest |  1 +
 dev-python/aiohttp/aiohttp-3.8.1.ebuild | 90 +
 2 files changed, 91 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 8ee6cae8ddef..8f0a324c5f99 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,2 +1,3 @@
 DIST aiohttp-3.7.4.tar.gz 1114533 BLAKE2B 
dcae3e66e13df8264d731a3ca65b4718feca8d0e6e1baeb6608dcb9bfb4bd4baaed6bd34297ed5ece78d01189bf9a0b9860845cae4e2b93cc2ba463cc35cfb77
 SHA512 
66fcc837b388020dc998cbaa2db31e48ecec75bcfaa8af9108e2ea265588dafa5684ca96a8fe3ad6759b22e09a4ae6d4efd8653fb76126eccdc826c15cbbe2e6
 DIST aiohttp-3.8.0.tar.gz 7323268 BLAKE2B 
e3d8f6ec7c4b2de685a261171bc8e29db82b5b4677d0d4d0b103898c71184deda700f4859fff49746ace3079f09714c39d06c7d837cdc7fb26c8ebc4b29da915
 SHA512 
beb711812ccaab6d820c39e663e4aaba9106e270ab28ccdb8f35b74bc68509876dc30061f3df390e514e6ff8d24ede2e77e3355986ca2c5ee860eba940d72f5b
+DIST aiohttp-3.8.1.tar.gz 7324180 BLAKE2B 
99f85b8510782a31de2d2f6c8efa65ef5c5cde600a5c5f49d6362d5833a0443b9adcaed9beb27c5d8502aca37af154b06017f48836b73d4c61d78204b62b7f05
 SHA512 
3611549393e50c8d30426aee9ddd23794a71ddefe4384eb549049b93e452fafb38de7ad900737213b61fbe717bd85035a780c1622593eae250328f17d484a0a7

diff --git a/dev-python/aiohttp/aiohttp-3.8.1.ebuild 
b/dev-python/aiohttp/aiohttp-3.8.1.ebuild
new file mode 100644
index ..87ea72f9b287
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-3.8.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="
+   https://pypi.org/project/aiohttp/
+   https://github.com/aio-libs/aiohttp/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   >=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
+   >=dev-python/async_timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
+   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
+   >=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
+   >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/yarl-1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   www-servers/gunicorn[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/re-assert[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   '>=dev-python/alabaster-0.6.2' \
+   'dev-python/sphinxcontrib-asyncio' \
+   'dev-python/sphinxcontrib-blockdiag' \
+   'dev-python/sphinxcontrib-newsfeed' \
+   'dev-python/sphinxcontrib-spelling' \
+   'dev-python/sphinx' \
+   'dev-python/sphinx-aiohttp-theme'
+
+# TODO: re-cythonize modules?
+
+src_prepare() {
+   # increate a little the timeout
+   sed -e '/abs_tol=/s/0.001/0.01/' -i tests/test_helpers.py || die
+
+   # xfail_strict fails on py3.10
+   sed -i -e '/--cov/d' -e '/xfail_strict/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # proxy is not packaged
+   tests/test_proxy_functional.py
+   )
+
+   local EPYTEST_DESELECT=(
+   # runtime warnings
+   
'tests/test_client_functional.py::test_aiohttp_request_coroutine[pyloop]'
+   # Internet
+   tests/test_client_session.py::test_client_session_timeout_zero
+   )
+
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   # C extensions are not used on PyPy3
+   tests/test_http_parser.py::test_c_parser_loaded
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin,pytest_forked
+   mv aiohttp aiohttp.hidden || die
+   

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/

2021-11-14 Thread Sam James
commit: 6f3c6f981f32cd684bf02ef19a01f07154dcd342
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3c6f98

x11-misc/xkeyboard-config: Stabilize 2.34 arm, #822339

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild
index 647145209db7..9ca81deb5896 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/

2021-11-14 Thread Sam James
commit: 8dbb03b10fb56c397fa699f7faab4108cb48e040
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbb03b1

x11-libs/libxkbcommon: Stabilize 1.3.1 arm, #822339

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

 x11-libs/libxkbcommon/libxkbcommon-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.3.1.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-1.3.1.ebuild
index 9fc5834bc506..2799099d56df 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-1.3.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-1.3.1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN};
 else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python3_{7..10} )



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/

2021-11-14 Thread Sam James
commit: d99745d6b77b21e37851d07171cc3e001d5f44b9
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99745d6

x11-libs/libXfont2: Stabilize 2.0.5 arm, #822339

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

 x11-libs/libXfont2/libXfont2-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXfont2/libXfont2-2.0.5.ebuild 
b/x11-libs/libXfont2/libXfont2-2.0.5.ebuild
index a6a386c32f77..2383f95cac41 100644
--- a/x11-libs/libXfont2/libXfont2-2.0.5.ebuild
+++ b/x11-libs/libXfont2/libXfont2-2.0.5.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xfont library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/

2021-11-14 Thread Sam James
commit: 326cd4d24e53629dcb0f18dda371cb88df3e0366
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326cd4d2

x11-misc/xorg-cf-files: Stabilize 1.0.7-r1 arm, #822339

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

 x11-misc/xorg-cf-files/xorg-cf-files-1.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.7-r1.ebuild 
b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.7-r1.ebuild
index e975dcc5e261..4534b413383e 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.7-r1.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.7-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 BDEPEND="
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2021-11-14 Thread Sam James
commit: 8c3223f19433a269b14da096eee86fc705624334
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3223f1

x11-drivers/xf86-input-libinput: Stabilize 1.2.0 arm, #822339

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

 x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.0.ebuild
index ff216fb17a92..c7fead3db22c 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.0.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.0.ebuild
@@ -7,7 +7,7 @@ inherit linux-info xorg-3
 
 DESCRIPTION="X.org input driver based on libinput"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 RDEPEND=">=dev-libs/libinput-1.11.0:0="
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/

2021-11-14 Thread Sam James
commit: a4acab7eaa500da33f684814121307555f61ca5a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4acab7e

x11-apps/xwd: Stabilize 1.0.8 arm, #822339

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

 x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index ffde41a88947..7c39491a9fb7 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
 
 DESCRIPTION="dump an image of an X window"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXft/

2021-11-14 Thread Sam James
commit: 21c6b6a9b984d8dde517d912d873f6550e61caf5
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c6b6a9

x11-libs/libXft: Stabilize 2.3.4 arm, #822339

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

 x11-libs/libXft/libXft-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXft/libXft-2.3.4.ebuild 
b/x11-libs/libXft/libXft-2.3.4.ebuild
index f4e9107c2b7c..277e00ee51f4 100644
--- a/x11-libs/libXft/libXft-2.3.4.ebuild
+++ b/x11-libs/libXft/libXft-2.3.4.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xft library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc"
 
 RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 5d3cd972e179d5de10b074ed128bc03d82a03a9f
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3cd972

media-libs/libglvnd: Stabilize 1.3.4 arm, #822339

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

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

diff --git a/media-libs/libglvnd/libglvnd-1.3.4.ebuild 
b/media-libs/libglvnd/libglvnd-1.3.4.ebuild
index 51fb9eba7d7b..781b4dc7b6ab 100644
--- a/media-libs/libglvnd/libglvnd-1.3.4.ebuild
+++ b/media-libs/libglvnd/libglvnd-1.3.4.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86"

SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
S=${WORKDIR}/${PN}-v${PV}
 fi



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2021-11-14 Thread Sam James
commit: 3881c5d23a72b2136d9ab9902fdba3f0db53106c
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3881c5d2

dev-db/mariadb-connector-c: Stabilize 3.1.13 arm, #802066

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

 dev-db/mariadb-connector-c/mariadb-connector-c-3.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.13.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.13.ebuild
index 47a263996a79..30a30d2ee024 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.13.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.13.ebuild
@@ -11,7 +11,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.org/f/${MY_PN}-${PV%_beta}/${PN}-${MY_PV}-src.tar.gz?serve
 -> ${P}-src.tar.gz"
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 CMAKE_ECLASS=cmake



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

2021-11-14 Thread Sam James
commit: 7a1ab6f156f930a95a664e9717396df9e492de65
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1ab6f1

dev-libs/wayland-protocols: Stabilize 1.23 arm, #822339

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

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index c0d68dd4382c..4249ce9276b3 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/

2021-11-14 Thread Sam James
commit: 03110abdb6354c3216a0658224bd19d6682c8b6d
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03110abd

x11-libs/libXi: Stabilize 1.8 arm, #822339

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

 x11-libs/libXi/libXi-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXi/libXi-1.8.ebuild b/x11-libs/libXi/libXi-1.8.ebuild
index 49aa77a6018a..113f98418260 100644
--- a/x11-libs/libXi/libXi-1.8.ebuild
+++ b/x11-libs/libXi/libXi-1.8.ebuild
@@ -8,7 +8,7 @@ XORG_MULTILIB=yes
 inherit xorg-3
 
 DESCRIPTION="X.Org Xi library"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 
 RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 384e029d19d3a62f2a97e0dc94136d66004ff3ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384e029d

dev-libs/libinput: Stabilize 1.19.2 arm, #822339

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

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

diff --git a/dev-libs/libinput/libinput-1.19.2.ebuild 
b/dev-libs/libinput/libinput-1.19.2.ebuild
index a310997a8aab..f78712ff629d 100644
--- a/dev-libs/libinput/libinput-1.19.2.ebuild
+++ b/dev-libs/libinput/libinput-1.19.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 LICENSE="MIT"
 SLOT="0/10"
 [[ "$(ver_cut 3)" -gt 900 ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
 IUSE="doc input_devices_wacom test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xeyes/

2021-11-14 Thread Sam James
commit: 6767fbd9f62d89304a874648da4c3f02f037d338
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6767fbd9

x11-apps/xeyes: Stabilize 1.2.0 arm, #822339

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

 x11-apps/xeyes/xeyes-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xeyes/xeyes-1.2.0.ebuild 
b/x11-apps/xeyes/xeyes-1.2.0.ebuild
index 2dd7c0f91700..92db454627c7 100644
--- a/x11-apps/xeyes/xeyes-1.2.0.ebuild
+++ b/x11-apps/xeyes/xeyes-1.2.0.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org xeyes application"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~sparc64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~sparc64-solaris"
 
 RDEPEND="
>=x11-libs/libXi-1.7



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xrdb/

2021-11-14 Thread Sam James
commit: 99b60c3fc54dd1adb5b4cc169810f285fb527d3e
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:12:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:12:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b60c3f

x11-apps/xrdb: Stabilize 1.2.1 arm, #822339

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

 x11-apps/xrdb/xrdb-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrdb/xrdb-1.2.1.ebuild b/x11-apps/xrdb/xrdb-1.2.1.ebuild
index 74a5854277ab..063ca6a9b95c 100644
--- a/x11-apps/xrdb/xrdb-1.2.1.ebuild
+++ b/x11-apps/xrdb/xrdb-1.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit xorg-3
 
 DESCRIPTION="X server resource database utility"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="x11-libs/libXmu
x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/

2021-11-14 Thread Sam James
commit: 9345f604755c0146151a8e11cad0b90661730fdb
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9345f604

x11-base/xorg-proto: Stabilize 2021.5 arm, #822339

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

 x11-base/xorg-proto/xorg-proto-2021.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-proto/xorg-proto-2021.5.ebuild 
b/x11-base/xorg-proto/xorg-proto-2021.5.ebuild
index 1e488b841fa8..b08bd58900be 100644
--- a/x11-base/xorg-proto/xorg-proto-2021.5.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2021.5.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"

SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz;
S="${WORKDIR}/${MY_P}"
 fi



[gentoo-commits] repo/gentoo:master commit in: net-dns/libidn/

2021-11-14 Thread Sam James
commit: 91c1d8c46d92a774dc8f81244898282cc3d2bc2b
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c1d8c4

net-dns/libidn: Stabilize 1.38-r1 arm, #811174

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

 net-dns/libidn/libidn-1.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn/libidn-1.38-r1.ebuild 
b/net-dns/libidn/libidn-1.38-r1.ebuild
index 26ee757f4411..7cf110a48050 100644
--- a/net-dns/libidn/libidn-1.38-r1.ebuild
+++ b/net-dns/libidn/libidn-1.38-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/libidn/${P}.tar.gz
 
 LICENSE="GPL-2 GPL-3 LGPL-3 java? ( Apache-2.0 )"
 SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs java mono nls"
 
 DEPEND="mono? ( >=dev-lang/mono-0.95 )



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

2021-11-14 Thread Sam James
commit: fb5ef3089cdeac48583131365061ebd01250fb1a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5ef308

media-video/pipewire: Stabilize 0.3.36 arm, #814524

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

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

diff --git a/media-video/pipewire/pipewire-0.3.36.ebuild 
b/media-video/pipewire/pipewire-0.3.36.ebuild
index 8c7b2820b89b..3225dc16d442 100644
--- a/media-video/pipewire/pipewire-0.3.36.ebuild
+++ b/media-video/pipewire/pipewire-0.3.36.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

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



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

2021-11-14 Thread Sam James
commit: 56180859f81b6918834fe0d31e2d43a248fbb542
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56180859

media-libs/mesa: Stabilize 21.2.5 arm, #822339

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

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

diff --git a/media-libs/mesa/mesa-21.2.5.ebuild 
b/media-libs/mesa/mesa-21.2.5.ebuild
index 7a21ad22d7db..563696973969 100644
--- a/media-libs/mesa/mesa-21.2.5.ebuild
+++ b/media-libs/mesa/mesa-21.2.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2021-11-14 Thread Sam James
commit: 8643c2c7b43ec7547a00205fa61648ec4bd41190
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8643c2c7

media-libs/libepoxy: Stabilize 1.5.9-r1 arm, #822339

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

 media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild 
b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild
index 039349f53a02..30f8c78b81fb 100644
--- a/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 fi
 
 DESCRIPTION="Library for handling OpenGL function pointer management"



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

2021-11-14 Thread Sam James
commit: f0f9634b3a4938d08ae49bcd371ab6a1d9e99eb6
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f9634b

media-libs/libfreeaptx: Stabilize 0.1.1 arm, #814524

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

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

diff --git a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild 
b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
index b80bee6a5e72..d27cd8ed1912 100644
--- a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
+++ b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/iamthehorker/${PN};
 else
SRC_URI="https://github.com/iamthehorker/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"



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

2021-11-14 Thread Sam James
commit: 99522bc147c70f01d15f562125467955683b06e3
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Wed Nov  3 01:39:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:10:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99522bc1

app-shells/starship: New package

This commit brings starship[0] from ::guru to ::gentoo.

[0] https://starship.rs

Signed-off-by: Randy Barlow  electronsweatshop.com>
Closes: https://bugs.gentoo.org/734338
Closes: https://github.com/gentoo/gentoo/pull/16891
Signed-off-by: Sam James  gentoo.org>

 app-shells/starship/Manifest   | 235 
 app-shells/starship/metadata.xml   |  20 ++
 app-shells/starship/starship-0.58.0.ebuild | 285 +
 3 files changed, 540 insertions(+)

diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest
new file mode 100644
index ..b6bdd5f5df0d
--- /dev/null
+++ b/app-shells/starship/Manifest
@@ -0,0 +1,235 @@
+DIST ahash-0.4.7.crate 51474 BLAKE2B 
0974b90539398d61903ce7fcbecdfcd802fcb5c7ed631be919ec17be6951e68bc80787876cafebd33e40a80605f6e2352a86047077bc40575420bb6ee1a4915a
 SHA512 
2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
+DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
+DIST async-io-1.6.0.crate 32282 BLAKE2B 
fdd46328b23d58058d4501f6a30e396302c36f9a8f91276e6b50b9ddd628a63b8af22e35b5efb4c7cd91cc6c823ffa2ecc492da525c1139f30c02004f0a5b0a7
 SHA512 
0451c6d53da593bc1753ab56c043d855d2642de5679265970ade0c63cef09268ac5b133100230637bf16506f475e322ffea2c85f8eaa3788a0bbe24ff7e671f5
+DIST attohttpc-0.17.0.crate 60833 BLAKE2B 
5a19f3d9c5afb27a6b374dff0b8a33e9f970e9b9342367b7b8a0de4ac89b17000f7eef9decad342ff8822a48587b4a837d384ee0f4e94abe3218364b198ad445
 SHA512 
4f74a0bf75b2fe78581c15e6845fb0e6318a9d9d0ca1c2769a8b0097912975af536de16151d09d54161d10a0f3900e709dcbebb4388bcb3af4a80ced2e80363d
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
+DIST battery-0.7.8.crate 40344 BLAKE2B 
588d36a7f3050e07ccbeada47a328a474dcd647cea7d2d2f254585d0ed115d1655f04118aa7e8b1e9b4758e171f1a3374b7c163aca9652e3125f5494529e7aad
 SHA512 
7cc556753c4367f325e3aee2ae5dc35f7340badccd8b45d0be066e861c60603854e13e7ecb896dd979d9cc1886fc4c4f15ae43b0745739817baf24533084acd7
+DIST bitflags-0.9.1.crate 12406 BLAKE2B 
e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/, profiles/arch/powerpc/, profiles/arch/base/

2021-11-14 Thread Sam James
commit: 23dd6f9f869621138b9789c13b393e6f96f3ceb8
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 00:45:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 00:50:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dd6f9f

sys-apps/util-linux: make librtas conditional on USE=rtas

It's not _always_ useful on PPC*. Let's set the cache
variable in the build system based on a USE flag instead.

(It also led to some sandbox issues being noticed with
'lscpu', which have been fixed separately in librtas now.)

Closes: https://bugs.gentoo.org/722424
Bug: https://bugs.gentoo.org/705544
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/base/package.use.mask | 4 
 profiles/arch/powerpc/package.use.mask  | 4 
 sys-apps/util-linux/metadata.xml| 1 +
 sys-apps/util-linux/util-linux-2.37.2-r1.ebuild | 8 +---
 sys-apps/util-linux/util-linux-.ebuild  | 8 +---
 5 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 41c7b0ecd2d3..4267075d6b0b 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-11-15)
+# Only available on PPC*.
+sys-apps/util-linux rtas
+
 # Georgy Yakovlev  (2021-11-01)
 # requires sys-apps/dbus-broker, which is not widely keyworded yet.
 sys-apps/systemd hostnamed-fallback

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 3f3ccbe0567a..00d12c44c858 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-11-15)
+# librtas is available on (only) ppc*
+sys-apps/util-linux -rtas
+
 # Michael Seifert  (2021-10-23)
 # dev-python/furo isn't keyworded here
 dev-python/argon2-cffi doc

diff --git a/sys-apps/util-linux/metadata.xml b/sys-apps/util-linux/metadata.xml
index 6d41d90fe50a..140ce7d62535 100644
--- a/sys-apps/util-linux/metadata.xml
+++ b/sys-apps/util-linux/metadata.xml
@@ -15,6 +15,7 @@
build the kill program
build the logger program
build runuser helper
+   Add support for the Run Time Abstraction Services 
(RTAS)
build the su program

install mount/umount as setuid so non-root users may 
mount/umount devices,

diff --git a/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild
index fc7d384e57b1..46c6b0ce7ed2 100644
--- a/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ 
https://github.com/
 
 LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
 SLOT="0"
-IUSE="audit build caps +cramfs cryptsetup fdformat +hardlink kill +logger 
magic ncurses nls pam python +readline selinux slang static-libs su +suid 
systemd test tty-helpers udev unicode userland_GNU"
+IUSE="audit build caps +cramfs cryptsetup fdformat +hardlink kill +logger 
magic ncurses nls pam python +readline rtas selinux slang static-libs su +suid 
systemd test tty-helpers udev unicode userland_GNU"
 
 # Most lib deps here are related to programs rather than our libs,
 # so we rarely need to specify ${MULTILIB_USEDEP}.
@@ -42,10 +42,9 @@ RDEPEND="
)
nls? ( virtual/libintl[${MULTILIB_USEDEP}] )
pam? ( sys-libs/pam )
-   ppc? ( sys-libs/librtas )
-   ppc64? ( sys-libs/librtas )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
+   rtas? ( sys-libs/librtas )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
!build? ( systemd? ( sys-apps/systemd ) )
@@ -160,6 +159,9 @@ multilib_src_configure() {
export NCURSES6_CONFIG=false NCURSES5_CONFIG=false
export NCURSESW6_CONFIG=false NCURSESW5_CONFIG=false
 
+   # Avoid automagic dependency on ppc*
+   export ac_cv_lib_rtas_rtas_get_sysparm=$(usex rtas)
+
# configure args shared by python and non-python builds
local commonargs=(

--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin"

diff --git a/sys-apps/util-linux/util-linux-.ebuild 
b/sys-apps/util-linux/util-linux-.ebuild
index 3b364c69d425..8f1152f9d80f 100644
--- a/sys-apps/util-linux/util-linux-.ebuild
+++ b/sys-apps/util-linux/util-linux-.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ 
https://github.com/
 
 LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
 SLOT="0"
-IUSE="audit build caps +cramfs cryptsetup fdformat 

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

2021-11-14 Thread Georgy Yakovlev
commit: 56132fca92886544d383f81dffce62f54f56b481
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Nov 15 00:35:30 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Nov 15 00:40:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56132fca

sys-libs/librtas: revbump, add sandbox predict for /var/lock/LCK..librtas

otherwise lscpu from util-linux linked to librtas triggers sandbox
viulation

F: open_wr
S: deny
P: /var/lock/LCK..librtas
A: /var/lock/LCK..librtas
R: /run/lock/LCK..librtas
C: lscpu

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-libs/librtas/{librtas-2.0.2-r1.ebuild => librtas-2.0.2-r2.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild 
b/sys-libs/librtas/librtas-2.0.2-r2.ebuild
similarity index 73%
rename from sys-libs/librtas/librtas-2.0.2-r1.ebuild
rename to sys-libs/librtas/librtas-2.0.2-r2.ebuild
index 61863ff24d39..f43d44b267f5 100644
--- a/sys-libs/librtas/librtas-2.0.2-r1.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2-r2.ebuild
@@ -27,4 +27,8 @@ src_configure() {
 src_install() {
emake DESTDIR="${D}" install docdir="${EPREFIX}"/usr/share/doc/${PF}
find "${D}" -name '*.la' -delete || die
+   # librtas_src/syscall_rmo.c: static const char *lockfile_path = 
"/var/lock/LCK..librtas";
+   # this way we prevent sandbox violations in lscpu linked to rtas
+   dodir /etc/sandbox.d
+   echo 'SANDBOX_PREDICT="/run/lock/LCK..librtas"' > 
"${ED}"/etc/sandbox.d/50librtas || die
 }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/, sys-apps/systemd/files/

2021-11-14 Thread Mike Gilbert
commit: fc438698ea33d1481c56dbbcdbf5623aed59a69e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 14 23:52:53 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 14 23:52:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc438698

sys-apps/systemd: add 249.6, drop 249.5-r1

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

 sys-apps/systemd/Manifest  |   2 +-
 sys-apps/systemd/files/249.5-coredumpctl.patch |  31 --
 .../249.5-revert-unit-start-rate-limiting.patch| 483 -
 ...ystemd-249.5-r1.ebuild => systemd-249.6.ebuild} |   3 -
 4 files changed, 1 insertion(+), 518 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 6cbf0d852592..b4ec49408dd1 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,2 +1,2 @@
 DIST systemd-stable-249.4.tar.gz 10593723 BLAKE2B 
466b3cb27c4bc6c85c9ba50f6614175b2c31a4c177d452542faa1395e99511440029b1a093dc80a5a1a0135eed09d8b1849572f36dba4e18a1396230bfc31adb
 SHA512 
5b9ec28102538bc3dcb632ee16389ff20dccf4b723186f6ae2da119a1809d84db0d8bcecf9b75c5e2da8427f5543e1da281bbed1a154e529d8a82ea5128c465c
-DIST systemd-stable-249.5.tar.gz 10597897 BLAKE2B 
5c573322ef9bcd9d019776d6e2d8625a741c1535c0d06661b5666c2438a70cfc4dc182919bb419829de27a4d93c16717ce24e668faf9bd6b09e57f8bd88be725
 SHA512 
d6f1a5a6f03f0ed05b111aee75da509c5868c523af6209f33e630724dd0c7e0d0abf16920795d587e6c31a5915d247ebc613cf26d4aecf39f82ebb0690fab75f
+DIST systemd-stable-249.6.tar.gz 10599611 BLAKE2B 
9c0cbaa4319f2ce9a78dbe820d1b6df5191e6c632e2eac9f71f9ff9817564d9b3fc177d2aec0c0daea8ac33bbdc2066ad68a8967cf8857f4af3668b9a3e7d3bf
 SHA512 
7a7791dfe4923c00987b924adcb1cd08c4d17af2b17b4c6c6c701856c6810cfda61f06821c39787339fc05293853c0ea61b9973fcf4495c7bf4f8054ecfae66f

diff --git a/sys-apps/systemd/files/249.5-coredumpctl.patch 
b/sys-apps/systemd/files/249.5-coredumpctl.patch
deleted file mode 100644
index 2892f3477137..
--- a/sys-apps/systemd/files/249.5-coredumpctl.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 473627e1c9fcdf8f819ced2bb79cb7e9ff598b0c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
-Date: Tue, 12 Oct 2021 19:46:25 +0200
-Subject: [PATCH] coredumpctl: stop truncating information about coredump
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-With the changes to limit that print 'Found module …' over and over, we were
-hitting the journal field message limit, effectively truncating the info 
output.
-
-Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1998488.
-
-(cherry picked from commit 384c6207669eb0d92aa0043dbc01957c6c7ff41e)

- src/coredump/coredumpctl.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/coredump/coredumpctl.c b/src/coredump/coredumpctl.c
-index 3d44e51e32..7eba8330d7 100644
 a/src/coredump/coredumpctl.c
-+++ b/src/coredump/coredumpctl.c
-@@ -555,6 +555,8 @@ static int print_info(FILE *file, sd_journal *j, bool 
need_space) {
- assert(file);
- assert(j);
- 
-+(void) sd_journal_set_data_threshold(j, 0);
-+
- SD_JOURNAL_FOREACH_DATA(j, d, l) {
- RETRIEVE(d, l, "MESSAGE_ID", mid);
- RETRIEVE(d, l, "COREDUMP_PID", pid);

diff --git a/sys-apps/systemd/files/249.5-revert-unit-start-rate-limiting.patch 
b/sys-apps/systemd/files/249.5-revert-unit-start-rate-limiting.patch
deleted file mode 100644
index 6d070e8d30d1..
--- a/sys-apps/systemd/files/249.5-revert-unit-start-rate-limiting.patch
+++ /dev/null
@@ -1,483 +0,0 @@
-From 4fa9d8f14523982482386d398d2b2669902f2098 Mon Sep 17 00:00:00 2001
-From: Yu Watanabe 
-Date: Mon, 18 Oct 2021 14:11:53 +0900
-Subject: [PATCH] Revert "core: Check unit start rate limiting earlier"
-
-This reverts commit ed8fbbf1745c6a2dc0b8cd560ac8a3353f72e979.
-
-This was causing problems during boot, see
-https://bodhi.fedoraproject.org/updates/FEDORA-2021-a1a52487e6,
-https://bugzilla.redhat.com/show_bug.cgi?id=2013386.
-https://github.com/systemd/systemd/issues/21025

- src/core/automount.c   | 23 ++-
- src/core/mount.c   | 23 ++-
- src/core/path.c| 23 ++-
- src/core/service.c | 25 +++--
- src/core/socket.c  | 23 ++-
- src/core/swap.c| 23 ++-
- src/core/timer.c   | 23 ++-
- src/core/unit.c|  7 ---
- src/core/unit.h|  4 
- test/TEST-63-ISSUE-17433/Makefile  |  1 -
- test/TEST-63-ISSUE-17433/test.sh   |  9 -
- test/meson.build   |  2 --
- test/testsuite-10.units/test10.service |  3 ---
- test/testsuite-63.units/test63.path|  2 --
- 

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

2021-11-14 Thread Sam James
commit: 1d2ce64146d5c23491933c6f39b1e8e9e2fa5d4a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2ce641

dev-python/xlsxwriter: Stabilize 3.0.1 ppc64, #813567

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

 dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild
index eb3daa7076a8..fcf445b5e4d9 100644
--- a/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild
+++ b/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild
@@ -17,6 +17,6 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest



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

2021-11-14 Thread Sam James
commit: 5db7a9ec5493aca65f92067f3d37afed57533ff7
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db7a9ec

dev-python/blosc: Stabilize 1.10.5 ppc64, #813567

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

 dev-python/blosc/blosc-1.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/blosc/blosc-1.10.5.ebuild 
b/dev-python/blosc/blosc-1.10.5.ebuild
index c738d7b9b92f..a5785bfc0ba9 100644
--- a/dev-python/blosc/blosc-1.10.5.ebuild
+++ b/dev-python/blosc/blosc-1.10.5.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-11-14 Thread Sam James
commit: 5e47a91aa747cc34fa36a47d37b3aa4ec733b952
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e47a91a

dev-python/xarray: Stabilize 0.19.0 ppc64, #813567

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

 dev-python/xarray/xarray-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xarray/xarray-0.19.0.ebuild 
b/dev-python/xarray/xarray-0.19.0.ebuild
index cf1bfb215a27..7a67a040310e 100644
--- a/dev-python/xarray/xarray-0.19.0.ebuild
+++ b/dev-python/xarray/xarray-0.19.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/numpy-1.17[${PYTHON_USEDEP}]



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

2021-11-14 Thread Sam James
commit: 56867493c85dc0d4b4f0e56dd3180e4d277c130a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56867493

dev-python/toolz: Stabilize 0.11.1 ppc64, #813567

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

 dev-python/toolz/toolz-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/toolz/toolz-0.11.1.ebuild 
b/dev-python/toolz/toolz-0.11.1.ebuild
index 1daf9357a221..b2c60d01340c 100644
--- a/dev-python/toolz/toolz-0.11.1.ebuild
+++ b/dev-python/toolz/toolz-0.11.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ampi/

2021-11-14 Thread Sam James
commit: 1332ea691383b192e16411917065c43fa338da06
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1332ea69

sys-cluster/ampi: Stabilize 0_pre20140616 ppc64, #813567

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

 sys-cluster/ampi/ampi-0_pre20140616.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/ampi/ampi-0_pre20140616.ebuild 
b/sys-cluster/ampi/ampi-0_pre20140616.ebuild
index 18a026da66d0..7516f251739f 100644
--- a/sys-cluster/ampi/ampi-0_pre20140616.ebuild
+++ b/sys-cluster/ampi/ampi-0_pre20140616.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="virtual/mpi"
 DEPEND="${RDEPEND}"



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

2021-11-14 Thread Sam James
commit: 0544663133614ff98959d2067b536c4e95ec9d84
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05446631

dev-python/numexpr: Stabilize 2.7.3 ppc64, #813567

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

 dev-python/numexpr/numexpr-2.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numexpr/numexpr-2.7.3.ebuild 
b/dev-python/numexpr/numexpr-2.7.3.ebuild
index 76a85b1ac147..0f0886287f5b 100644
--- a/dev-python/numexpr/numexpr-2.7.3.ebuild
+++ b/dev-python/numexpr/numexpr-2.7.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="mkl"
 
 RDEPEND="



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

2021-11-14 Thread Sam James
commit: 5af4c76f9d3387706658a2e59769648b7718dcc3
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af4c76f

dev-python/openpyxl: Stabilize 3.0.9 ppc64, #813567

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

 dev-python/openpyxl/openpyxl-3.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild 
b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
index 9074d168b61a..4beb799a5e1e 100644
--- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 x86"
 
 RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-libs/scotch/

2021-11-14 Thread Sam James
commit: 664f6c910ea80f2e5158c17ff101a794761fd047
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:51:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:51:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664f6c91

sci-libs/scotch: Stabilize 6.0.4-r2 ppc64, #813567

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

 sci-libs/scotch/scotch-6.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/scotch/scotch-6.0.4-r2.ebuild 
b/sci-libs/scotch/scotch-6.0.4-r2.ebuild
index f72477831328..aba2e29dcc6b 100644
--- a/sci-libs/scotch/scotch-6.0.4-r2.ebuild
+++ b/sci-libs/scotch/scotch-6.0.4-r2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P/-/_}"
 
 LICENSE="CeCILL-2"
 SLOT="0/${SOVER}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc int64 mpi static-libs test tools threads"
 # bug #532620
 REQUIRED_USE="test? ( threads )"



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

2021-11-14 Thread Sam James
commit: 69567efb57130354fbce1ea5fe7a51f6f515bf3d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69567efb

dev-python/bottleneck: Stabilize 1.3.2 ppc64, #813567

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

 dev-python/bottleneck/bottleneck-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bottleneck/bottleneck-1.3.2.ebuild 
b/dev-python/bottleneck/bottleneck-1.3.2.ebuild
index 8db5866b8dd3..e53dccb8878d 100644
--- a/dev-python/bottleneck/bottleneck-1.3.2.ebuild
+++ b/dev-python/bottleneck/bottleneck-1.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/kwgoodman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-libs/colpack/

2021-11-14 Thread Sam James
commit: 5c9708161a344bc3caa8228a51e83553d1dc7d01
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:51:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:51:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c970816

sci-libs/colpack: Stabilize 1.0.10 ppc64, #813567

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

 sci-libs/colpack/colpack-1.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/colpack/colpack-1.0.10.ebuild 
b/sci-libs/colpack/colpack-1.0.10.ebuild
index 5ae3d49c7de3..144befd4d418 100644
--- a/sci-libs/colpack/colpack-1.0.10.ebuild
+++ b/sci-libs/colpack/colpack-1.0.10.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/CSCsw/${MYPN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="openmp"
 
 S="${WORKDIR}/${MYPN}-${PV}"



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

2021-11-14 Thread Sam James
commit: 1b29756b99a50f19660ffa3c2652ded14a9bfd6e
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b29756b

dev-python/et_xmlfile: Stabilize 1.1.0 ppc64, #813567

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

 dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild 
b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
index fd48b038fc14..3ef00b3c41ba 100644
--- a/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
+++ b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
 



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

2021-11-14 Thread Sam James
commit: 100ad9f0b2f586f75d62c041ff50662f9cb36815
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100ad9f0

dev-python/scipy: Stabilize 1.6.3 ppc64, #813567

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

 dev-python/scipy/scipy-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scipy/scipy-1.6.3.ebuild 
b/dev-python/scipy/scipy-1.6.3.ebuild
index 8a23f914fe03..3b61dd49363b 100644
--- a/dev-python/scipy/scipy-1.6.3.ebuild
+++ b/dev-python/scipy/scipy-1.6.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="doc sparse"
 
 DEPEND="



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

2021-11-14 Thread Sam James
commit: 6fe75c2f7f775799cdb6a8b944763e6dda6252fc
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe75c2f

dev-python/pandas: Stabilize 1.3.3 ppc64, #813567

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

 dev-python/pandas/pandas-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pandas/pandas-1.3.3.ebuild 
b/dev-python/pandas/pandas-1.3.3.ebuild
index b9175e40f07e..43865af80cc5 100644
--- a/dev-python/pandas/pandas-1.3.3.ebuild
+++ b/dev-python/pandas/pandas-1.3.3.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/}"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~x86"
 IUSE="doc full-support minimal test X"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/adolc/

2021-11-14 Thread Sam James
commit: e7f2f17bb71e823c5a4f90c4cf8a66e7c6ee3f44
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:51:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:51:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f2f17b

sci-libs/adolc: Stabilize 2.7.2 ppc64, #813567

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

 sci-libs/adolc/adolc-2.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/adolc/adolc-2.7.2.ebuild 
b/sci-libs/adolc/adolc-2.7.2.ebuild
index e8db48e90b3c..629cca0f4fb5 100644
--- a/sci-libs/adolc/adolc-2.7.2.ebuild
+++ b/sci-libs/adolc/adolc-2.7.2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
 else

SRC_URI="https://github.com/coin-or/ADOL-C/archive/releases/${PV}.tar.gz -> 
${P}.tar.gz"
SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-2.7.2-patches.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv x86 
~amd64-linux ~x86-linux"
S="${WORKDIR}/ADOL-C-releases-${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/

2021-11-14 Thread Sam James
commit: c10e16ef2fd5b2138f19ee5d3ca7c4fb5389e4bb
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10e16ef

sci-libs/pastix: Stabilize 5.2.3 ppc, #813567

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

 sci-libs/pastix/pastix-5.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild 
b/sci-libs/pastix/pastix-5.2.3.ebuild
index 9e3d9459f74b..1c39191c4bfd 100644
--- a/sci-libs/pastix/pastix-5.2.3.ebuild
+++ b/sci-libs/pastix/pastix-5.2.3.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.
 
 LICENSE="CeCILL-C"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc int64 mpi +smp starpu static-libs"
 
 RDEPEND="



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

2021-11-14 Thread Sam James
commit: 4359bb0f745dd8b5720d684073cd21ace106bb48
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4359bb0f

dev-python/scikit-build: Stabilize 0.12.0 ppc64, #813567

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

 dev-python/scikit-build/scikit-build-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scikit-build/scikit-build-0.12.0.ebuild 
b/dev-python/scikit-build/scikit-build-0.12.0.ebuild
index 5b64485fc4a5..7e0fa74b7942 100644
--- a/dev-python/scikit-build/scikit-build-0.12.0.ebuild
+++ b/dev-python/scikit-build/scikit-build-0.12.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/distro[${PYTHON_USEDEP}]



  1   2   3   4   >