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

2022-02-07 Thread Lars Wendler
commit: 862eebefda085c7b424cd378e119cdd67fb4cb4f
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  8 07:56:47 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  8 07:57:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862eebef

sys-apps/fwupd: Removed old

Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/fwupd/Manifest  |   1 -
 sys-apps/fwupd/fwupd-1.7.3-r1.ebuild | 173 ---
 2 files changed, 174 deletions(-)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index 2bd259444251..4cff3b98b788 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,4 +1,3 @@
 DIST fwupd-1.7.2.tar.gz 3922633 BLAKE2B 
aec40de0bbadba9a8688617bf2f1a79b8952b8a30ac011b3656a3dee312295250e370a09b4ea2fbf35992f0124a7aa78b6e17200dc57c768d75d9ce3a94f6f18
 SHA512 
9cf47d13e31eaf11e2ffddfd26a0fb23a18049bcd7a54a1cb4e96003db8134cf01bbe83e507b90d429df78e478cb3c97bdd3d2c0e194f02994ef4c5a15347521
-DIST fwupd-1.7.3.tar.gz 3964542 BLAKE2B 
ab098023663c6b33e02270e169d1f29f5e2d8531e6b7924ae98b2bc2cb36bd86958c301f99bbc6754f5b30737ae1ee9ec64eec67a8661960837497527e2e5995
 SHA512 
6192574b0b4cb839c724bca91c9ed3d6ee934140038873a8e596d852b272b38b31e690f94e83eb9e21c45eb71515ff50720511c721a58b28f8f434a2ccd58bc8
 DIST fwupd-1.7.4.tar.gz 4002584 BLAKE2B 
6d01ee3993cc2a55164fd6ae468c00430fdc63b737abbad3dd279ef061625de4e2540d76b7069757753a9e94c1afc3635b565a25758c9d616e0d467212fd4751
 SHA512 
fa7195e2873a55fe544636c639597b4b2bac0855b10df4fac075ce377b87ae2aa2ccd86fb173379d39ebff542acca33e97234fd6c946e12b212dcf88b5f378a1
 DIST fwupd-1.7.5.tar.gz 4014523 BLAKE2B 
b7297bbf3358209464691b928b928fa029c68ae6a3bc413d514409e4382bf8a3b0d57f4febc29a24d6351481474dd8111406ffdcb11125139fbc04a33ea00321
 SHA512 
1c2d99d905f76ebfce65db310ba0f6c1305ecf662b58bd9f6f6597ccc79cbabed126c97f2142207c99d8373ed42575363a58d9f053f390780b7c9a19c614fb31

diff --git a/sys-apps/fwupd/fwupd-1.7.3-r1.ebuild 
b/sys-apps/fwupd/fwupd-1.7.3-r1.ebuild
deleted file mode 100644
index 164e0e06e4f1..
--- a/sys-apps/fwupd/fwupd-1.7.3-r1.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit bash-completion-r1 linux-info meson python-single-r1 vala xdg
-
-DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
-HOMEPAGE="https://fwupd.org;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="amt archive bash-completion bluetooth dell elogind fastboot flashrom 
gnutls gtk-doc gusb introspection logitech lzma +man minimal modemmanager nvme 
policykit spi +sqlite synaptics systemd test thunderbolt tpm uefi"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   ^^ ( elogind minimal systemd )
-   dell? ( uefi )
-   fastboot? ( gusb )
-   logitech? ( gusb )
-   minimal? ( !introspection )
-   spi? ( lzma )
-   synaptics? ( gnutls )
-   uefi? ( gnutls )
-"
-RESTRICT="!test? ( test )"
-
-BDEPEND="$(vala_depend)
-   virtual/pkgconfig
-   gtk-doc? ( dev-util/gtk-doc )
-   bash-completion? ( >=app-shells/bash-completion-2.0 )
-   introspection? ( dev-libs/gobject-introspection )
-   man? (
-   app-text/docbook-sgml-utils
-   sys-apps/help2man
-   )
-   test? (
-   thunderbolt? ( dev-util/umockdev )
-   net-libs/gnutls[tools]
-   )
-"
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-arch/gcab-1.0
-   app-arch/xz-utils
-   >=dev-libs/glib-2.58:2
-   dev-libs/json-glib
-   dev-libs/libgudev:=
-   >=dev-libs/libjcat-0.1.0[gpg,pkcs7]
-   >=dev-libs/libxmlb-0.1.13:=[introspection?]
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
-   ')
-   >=net-libs/libsoup-2.51.92:2.4[introspection?]
-   net-misc/curl
-   archive? ( app-arch/libarchive:= )
-   dell? ( >=sys-libs/libsmbios-2.4.0 )
-   elogind? ( >=sys-auth/elogind-211 )
-   flashrom? ( >=sys-apps/flashrom-1.2-r3 )
-   gnutls? ( net-libs/gnutls )
-   gusb? ( >=dev-libs/libgusb-0.3.5[introspection?] )
-   logitech? ( dev-libs/protobuf-c:= )
-   lzma? ( app-arch/xz-utils )
-   modemmanager? ( net-misc/modemmanager[qmi] )
-   policykit? ( >=sys-auth/polkit-0.103 )
-   sqlite? ( dev-db/sqlite )
-   systemd? ( >=sys-apps/systemd-211 )
-   tpm? ( app-crypt/tpm2-tss )
-   uefi? (
-   sys-apps/fwupd-efi
-   sys-boot/efibootmgr
-   sys-fs/udisks
-   sys-libs/efivar
-   )
-"
-# Block sci-chemistry/chemical-mime-data for bug #701900
-RDEPEND="
-   != 4.4"
-   fi
-}
-
-src_prepare() {
-   default
-   # c.f. https://github.com/fwupd/fwupd/issues/1414
- 

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

2022-02-07 Thread Lars Wendler
commit: 6b043712b57faf0969f105d53b7683f8d827a532
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  8 07:18:13 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  8 07:57:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b043712

media-sound/mumble: Fix compilation with live ebuild

Closes: https://bugs.gentoo.org/832869
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/mumble/mumble-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-sound/mumble/mumble-.ebuild 
b/media-sound/mumble/mumble-.ebuild
index 183ef2b659e8..0f0d04d692c3 100644
--- a/media-sound/mumble/mumble-.ebuild
+++ b/media-sound/mumble/mumble-.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.mumble.info;
 if [[ "${PV}" ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mumble-voip/mumble.git;
-   EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src themes/Mumble 
3rdparty/rnnoise-src 3rdparty/FindPythonInterpreter )
+   EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src themes/Mumble 
3rdparty/rnnoise-src 3rdparty/FindPythonInterpreter 3rdparty/tracy )
 else
if [[ "${PV}" == *_pre* ]] ; then
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz;
@@ -68,6 +68,8 @@ BDEPEND="
 "
 
 src_prepare() {
+   sed '/TRACY_ON_DEMAND/s@ ON @ OFF @' -i src/CMakeLists.txt || die
+
# required because of xdg.eclass also providing src_prepare
cmake_src_prepare
 }
@@ -76,7 +78,6 @@ src_configure() {
 
local mycmakeargs=(
-Dalsa="$(usex alsa)"
-   -Dtests="$(usex test)"
-Dbundled-celt="ON"
-Dbundled-opus="OFF"
-Dbundled-speex="OFF"
@@ -91,6 +92,8 @@ src_configure() {
-Drnnoise="$(usex rnnoise)"
-Dserver="OFF"
-Dspeechd="$(usex speech)"
+   -Dtests="$(usex test)"
+   -Dtracy="OFF"
-Dtranslations="$(usex nls)"
-Dupdate="OFF"
-Dwarnings-as-errors="OFF"



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

2022-02-07 Thread Lars Wendler
commit: d3df63d49407a6db6692e498a65ddeaf737ae059
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  8 07:56:23 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  8 07:57:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3df63d4

sys-apps/fwupd: Bump to version 1.7.5

Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/fwupd/Manifest   |   1 +
 sys-apps/fwupd/fwupd-1.7.5.ebuild | 174 ++
 2 files changed, 175 insertions(+)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index 3221c0ad798b..2bd259444251 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,3 +1,4 @@
 DIST fwupd-1.7.2.tar.gz 3922633 BLAKE2B 
aec40de0bbadba9a8688617bf2f1a79b8952b8a30ac011b3656a3dee312295250e370a09b4ea2fbf35992f0124a7aa78b6e17200dc57c768d75d9ce3a94f6f18
 SHA512 
9cf47d13e31eaf11e2ffddfd26a0fb23a18049bcd7a54a1cb4e96003db8134cf01bbe83e507b90d429df78e478cb3c97bdd3d2c0e194f02994ef4c5a15347521
 DIST fwupd-1.7.3.tar.gz 3964542 BLAKE2B 
ab098023663c6b33e02270e169d1f29f5e2d8531e6b7924ae98b2bc2cb36bd86958c301f99bbc6754f5b30737ae1ee9ec64eec67a8661960837497527e2e5995
 SHA512 
6192574b0b4cb839c724bca91c9ed3d6ee934140038873a8e596d852b272b38b31e690f94e83eb9e21c45eb71515ff50720511c721a58b28f8f434a2ccd58bc8
 DIST fwupd-1.7.4.tar.gz 4002584 BLAKE2B 
6d01ee3993cc2a55164fd6ae468c00430fdc63b737abbad3dd279ef061625de4e2540d76b7069757753a9e94c1afc3635b565a25758c9d616e0d467212fd4751
 SHA512 
fa7195e2873a55fe544636c639597b4b2bac0855b10df4fac075ce377b87ae2aa2ccd86fb173379d39ebff542acca33e97234fd6c946e12b212dcf88b5f378a1
+DIST fwupd-1.7.5.tar.gz 4014523 BLAKE2B 
b7297bbf3358209464691b928b928fa029c68ae6a3bc413d514409e4382bf8a3b0d57f4febc29a24d6351481474dd8111406ffdcb11125139fbc04a33ea00321
 SHA512 
1c2d99d905f76ebfce65db310ba0f6c1305ecf662b58bd9f6f6597ccc79cbabed126c97f2142207c99d8373ed42575363a58d9f053f390780b7c9a19c614fb31

diff --git a/sys-apps/fwupd/fwupd-1.7.5.ebuild 
b/sys-apps/fwupd/fwupd-1.7.5.ebuild
new file mode 100644
index ..282861f294ad
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-1.7.5.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 linux-info meson python-single-r1 vala xdg
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="amt archive bash-completion bluetooth dell elogind fastboot flashrom 
gnutls gtk-doc gusb introspection logitech lzma +man minimal modemmanager nvme 
policykit spi +sqlite synaptics systemd test thunderbolt tpm uefi"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ^^ ( elogind minimal systemd )
+   dell? ( uefi )
+   fastboot? ( gusb )
+   logitech? ( gusb )
+   minimal? ( !introspection )
+   spi? ( lzma )
+   synaptics? ( gnutls )
+   uefi? ( gnutls )
+"
+RESTRICT="!test? ( test )"
+
+BDEPEND="$(vala_depend)
+   virtual/pkgconfig
+   gtk-doc? ( dev-util/gtk-doc )
+   bash-completion? ( >=app-shells/bash-completion-2.0 )
+   introspection? ( dev-libs/gobject-introspection )
+   man? (
+   app-text/docbook-sgml-utils
+   sys-apps/help2man
+   )
+   test? (
+   thunderbolt? ( dev-util/umockdev )
+   net-libs/gnutls[tools]
+   )
+"
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-arch/gcab-1.0
+   app-arch/xz-utils
+   >=dev-libs/glib-2.58:2
+   dev-libs/json-glib
+   dev-libs/libgudev:=
+   >=dev-libs/libjcat-0.1.0[gpg,pkcs7]
+   >=dev-libs/libxmlb-0.1.13:=[introspection?]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   ')
+   >=net-libs/libsoup-2.51.92:2.4[introspection?]
+   net-misc/curl
+   archive? ( app-arch/libarchive:= )
+   dell? ( >=sys-libs/libsmbios-2.4.0 )
+   elogind? ( >=sys-auth/elogind-211 )
+   flashrom? ( >=sys-apps/flashrom-1.2-r3 )
+   gnutls? ( net-libs/gnutls )
+   gusb? ( >=dev-libs/libgusb-0.3.5[introspection?] )
+   logitech? ( dev-libs/protobuf-c:= )
+   lzma? ( app-arch/xz-utils )
+   modemmanager? ( net-misc/modemmanager[qmi] )
+   policykit? ( >=sys-auth/polkit-0.103 )
+   sqlite? ( dev-db/sqlite )
+   systemd? ( >=sys-apps/systemd-211 )
+   tpm? ( app-crypt/tpm2-tss )
+   uefi? (
+   sys-apps/fwupd-efi
+   sys-boot/efibootmgr
+   sys-fs/udisks
+   sys-libs/efivar
+   )
+"
+# Block sci-chemistry/chemical-mime-data for bug #701900
+RDEPEND="
+   != 4.4"
+   fi
+}
+
+src_prepare() {
+   default
+   # c.f. https://github.com/fwupd/fwupd/issues/1414
+  

[gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/

2022-02-07 Thread Lars Wendler
commit: 12d68e5192c7e9e06eb3716be075d0e0cc0518ab
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  8 07:21:26 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  8 07:57:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d68e51

app-crypt/gpgme: Bump to version 1.17.0

Signed-off-by: Lars Wendler  gentoo.org>

 app-crypt/gpgme/Manifest|   1 +
 app-crypt/gpgme/gpgme-1.17.0.ebuild | 111 
 2 files changed, 112 insertions(+)

diff --git a/app-crypt/gpgme/Manifest b/app-crypt/gpgme/Manifest
index df3e6542686b..5715ee6062f7 100644
--- a/app-crypt/gpgme/Manifest
+++ b/app-crypt/gpgme/Manifest
@@ -1,2 +1,3 @@
 DIST gpgme-1.15.1.tar.bz2 1699349 BLAKE2B 
d3a6ccaa35360ed3fc79364dfcc3f2fdcb70e5e41ac72ef011373a39d5def9be9ce1be45843ab65a87630d3fc570d29db5f40b9a273aa8e281464c9d1d3477de
 SHA512 
1d75a848cce6389f7cb8896b57a28dfe1dc5a447bfb4f128b0994a43e04134343400a3be063e971f03dfd595474cfd558519741d5d56afb3e84853ad4f2a45c2
 DIST gpgme-1.16.0.tar.bz2 1718913 BLAKE2B 
da55e695b148e949a1c0770d0298d7a8c9f87d7a1f9e45d380f8c13c472bd44cb4266adb9a113e2b1dcc2596291744f48fdf998ff2de876059d89d184dc87f3a
 SHA512 
69487be69612e9bf0221ff56ae687248bd13635db1b7087130e93c1670e38f3c810bbca17723555c04fe207976c35871bbc3da005179ce099504321cf33636e4
+DIST gpgme-1.17.0.tar.bz2 1748416 BLAKE2B 
32df1e3e579275d39507cb013ab7eded12149735f27a5eb1f4c3142df6b97864947a64c7fa58736e6cdea4ae623fb42eeb007596ec08ac5fdfb2af7826447550
 SHA512 
7ab379c6be2031ff24334a636e596f01c9d491627b695cc6cce7a361e78c6054b7891c521f07becea3c5da10c58043c1acffbba6058bbbfaa515241d75dd6c46

diff --git a/app-crypt/gpgme/gpgme-1.17.0.ebuild 
b/app-crypt/gpgme/gpgme-1.17.0.ebuild
new file mode 100644
index ..c6303a56b2af
--- /dev/null
+++ b/app-crypt/gpgme/gpgme-1.17.0.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_OPTIONAL=1
+
+inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs
+
+DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
+HOMEPAGE="http://www.gnupg.org/related_software/gpgme;
+SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="1/11" # subslot = soname major version
+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="common-lisp static-libs +cxx python qt5"
+
+# Note: On each bump, update dep bounds on each version from configure.ac!
+RDEPEND=">=app-crypt/gnupg-2
+   >=dev-libs/libassuan-2.5.3:=
+   >=dev-libs/libgpg-error-1.36:=
+   python? ( ${PYTHON_DEPS} )
+   qt5? ( dev-qt/qtcore:5 )"
+   #doc? ( app-doc/doxygen[dot] )
+DEPEND="${RDEPEND}
+   qt5? ( dev-qt/qttest:5 )"
+BDEPEND="python? ( dev-lang/swig )"
+
+REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )"
+
+do_python() {
+   if use python; then
+   pushd "lang/python" > /dev/null || die
+   top_builddir="../.." srcdir="." CPP=$(tc-getCPP) 
distutils-r1_src_${EBUILD_PHASE}
+   popd > /dev/null
+   fi
+}
+
+pkg_setup() {
+   addpredict /run/user/$(id -u)/gnupg
+
+   local MAX_WORKDIR=66
+   if [[ "${#WORKDIR}" -gt "${MAX_WORKDIR}" ]]; then
+   ewarn "Disabling tests as WORKDIR '${WORKDIR}' is longer than 
${MAX_WORKDIR} which will fail tests"
+   SKIP_TESTS=1
+   fi
+}
+
+src_prepare() {
+   default
+   elibtoolize
+
+   # Make best effort to allow longer PORTAGE_TMPDIR
+   # as usock limitation fails build/tests
+   ln -s "${P}" "${WORKDIR}/b"
+   S="${WORKDIR}/b"
+}
+
+src_configure() {
+   local languages=()
+   use common-lisp && languages+=( "cl" )
+   use cxx && languages+=( "cpp" )
+   if use qt5; then
+   languages+=( "qt" )
+   #use doc ||
+   export DOXYGEN=true
+   export MOC="$(qt5_get_bindir)/moc"
+   fi
+
+   econf \
+   $([[ -n "${SKIP_TESTS}" ]] && echo "--disable-gpg-test 
--disable-gpgsm-test") \
+   --enable-languages="${languages[*]}" \
+   $(use_enable static-libs static)
+
+   use python && make -C lang/python prepare
+
+   do_python
+}
+
+src_compile() {
+   default
+   do_python
+}
+
+src_test() {
+   [[ -z "${SKIP_TESTS}" ]] || return
+
+   default
+   if use python; then
+   test_python() {
+   emake -C lang/python/tests check \
+   PYTHON=${EPYTHON} \
+   PYTHONS=${EPYTHON} \
+   TESTFLAGS="--python-libdir=${BUILD_DIR}/lib"
+   }
+   python_foreach_impl test_python
+   fi
+}
+

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cvc4/

2022-02-07 Thread Alfredo Tupone
commit: a67e2887fe1c15ec3bbabb3907ce352d1fd24803
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Feb  8 07:44:06 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Feb  8 07:44:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67e2887

sci-mathematics/cvc4: remove unused CMake variables

Closes: https://bugs.gentoo.org/829088
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-mathematics/cvc4/cvc4-1.8.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-mathematics/cvc4/cvc4-1.8.ebuild 
b/sci-mathematics/cvc4/cvc4-1.8.ebuild
index 6eb40f393dc6..879bf5675991 100644
--- a/sci-mathematics/cvc4/cvc4-1.8.ebuild
+++ b/sci-mathematics/cvc4/cvc4-1.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/CVC4/CVC4-archived/archive/refs/tags/${PV}.tar.gz ->
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+cln proofs readline replay +statistics"
+IUSE="+cln proofs readline +statistics"
 
 RDEPEND="dev-libs/antlr-c
dev-java/antlr:3
@@ -33,12 +33,10 @@ src_configure() {
local mycmakeargs=(
-DANTLR_BINARY=/usr/bin/antlr3
-DENABLE_GPL=ON
-   -DENABLE_OPTIMIZED=ON
-DUSE_CLN="$(usex cln ON OFF)"
-DUSE_READLINE="$(usex readline ON OFF)"
-DENABLE_STATISTICS="$(usex statistics ON OFF)"
-DENABLE_PROOFS="$(usex proofs ON OFF)"
-   -DENABLE_REPLAY="$(usex replay ON OFF)"
)
cmake_src_configure
 }



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

2022-02-07 Thread Sergey Popov
commit: 677e4821d256cefbc6acfe7b7fb9143521761d0c
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Feb  8 07:36:45 2022 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Feb  8 07:37:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677e4821

sys-apps/proot: fix building on musl systems

Add sys-libs/queue-standalone as dependency

Bug: https://bugs.gentoo.org/832881
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov  gentoo.org>

 sys-apps/proot/proot-5.3.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/proot/proot-5.3.0.ebuild 
b/sys-apps/proot/proot-5.3.0.ebuild
index c9e3baeeab35..94285b4fa423 100644
--- a/sys-apps/proot/proot-5.3.0.ebuild
+++ b/sys-apps/proot/proot-5.3.0.ebuild
@@ -21,6 +21,7 @@ RDEPEND="care? ( app-arch/libarchive:0= )
 BDEPEND="dev-python/docutils"
 DEPEND="${RDEPEND}
care? ( dev-libs/uthash )
+   elibc_musl? ( sys-libs/queue-standalone )
test? ( dev-util/valgrind )"
 
 # Breaks sandbox



[gentoo-commits] repo/gentoo:master commit in: net-libs/neon/

2022-02-07 Thread Agostino Sarubbo
commit: 5684e6f68cdbcf85fb551339208d91844a75699d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:24:00 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:24:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5684e6f6

net-libs/neon: sparc stable wrt bug #832827

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/neon/neon-0.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild
index 2eae898d8455..abe54ccfe8d4 100644
--- a/net-libs/neon/neon-0.32.2.ebuild
+++ b/net-libs/neon/neon-0.32.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-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"
 IUSE="doc +expat gnutls kerberos libproxy nls pkcs11 ssl test zlib"
 RESTRICT="!test? ( test )"
 



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

2022-02-07 Thread Agostino Sarubbo
commit: 8521317565df44ca4e972f9e49406362f2e8ddbf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:24:06 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:24:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85213175

app-shells/bash: sparc stable wrt bug #832876

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.1_p16.ebuild 
b/app-shells/bash/bash-5.1_p16.ebuild
index 795ff454b904..c30f08036182 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -47,7 +47,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2022-02-07 Thread Agostino Sarubbo
commit: ae67057dce3af88e71f012584aab29795b28151f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:24:09 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:24:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae67057d

sys-libs/readline: sparc stable wrt bug #832876

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/readline/readline-8.1_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-8.1_p2.ebuild 
b/sys-libs/readline/readline-8.1_p2.ebuild
index a25f688180a8..b2819d81874a 100644
--- a/sys-libs/readline/readline-8.1_p2.ebuild
+++ b/sys-libs/readline/readline-8.1_p2.ebuild
@@ -42,7 +42,7 @@ esac
 LICENSE="GPL-3"
 SLOT="0/8"  # subslot matches SONAME major
 [[ "${PV}" == *_rc* ]] || \
-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="static-libs +unicode utils"
 
 
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[static-libs?,unicode(+)?,${MULTILIB_USEDEP}]"



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

2022-02-07 Thread Agostino Sarubbo
commit: 0e847e963af3f9c9cea0e51cbe8e689528ae5402
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:23:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:23:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e847e96

sys-libs/readline: ppc64 stable wrt bug #832876

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/readline/readline-8.1_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-8.1_p2.ebuild 
b/sys-libs/readline/readline-8.1_p2.ebuild
index 507bab01c9ec..a25f688180a8 100644
--- a/sys-libs/readline/readline-8.1_p2.ebuild
+++ b/sys-libs/readline/readline-8.1_p2.ebuild
@@ -42,7 +42,7 @@ esac
 LICENSE="GPL-3"
 SLOT="0/8"  # subslot matches SONAME major
 [[ "${PV}" == *_rc* ]] || \
-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="static-libs +unicode utils"
 
 
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[static-libs?,unicode(+)?,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-java/jcommander/

2022-02-07 Thread Agostino Sarubbo
commit: 90b27c07b24138816e0996b5864aa80ee26fcd45
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:23:18 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:23:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b27c07

dev-java/jcommander: ppc64 stable wrt bug #832831

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/jcommander/jcommander-1.48-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jcommander/jcommander-1.48-r1.ebuild 
b/dev-java/jcommander/jcommander-1.48-r1.ebuild
index de7b94fa5d26..b8ff1a494676 100644
--- a/dev-java/jcommander/jcommander-1.48-r1.ebuild
+++ b/dev-java/jcommander/jcommander-1.48-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/cbeust/${PN}/archive/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2022-02-07 Thread Agostino Sarubbo
commit: 3311149673b0fa0206598c721a0112e9d5e39850
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:23:31 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:23:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33111496

app-shells/bash: ppc64 stable wrt bug #832876

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.1_p16.ebuild 
b/app-shells/bash/bash-5.1_p16.ebuild
index ec17c199094b..795ff454b904 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -47,7 +47,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/aopalliance/

2022-02-07 Thread Agostino Sarubbo
commit: 7190bd3c7ecb7797ab73e759c976c2c8b18447b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:23:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:23:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7190bd3c

dev-java/aopalliance: ppc64 stable wrt bug #832829

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/aopalliance/aopalliance-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/aopalliance/aopalliance-1.0-r3.ebuild 
b/dev-java/aopalliance/aopalliance-1.0-r3.ebuild
index 7d344b59fa0d..9c7c1638e2f2 100644
--- a/dev-java/aopalliance/aopalliance-1.0-r3.ebuild
+++ b/dev-java/aopalliance/aopalliance-1.0-r3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://aopalliance.sourceforge.net/;
 LICENSE="public-domain"
 SLOT="1"
 
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/neon/

2022-02-07 Thread Agostino Sarubbo
commit: fa3a39a9448066970650c4c3872f4ec360b49ebc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:23:07 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:23:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3a39a9

net-libs/neon: ppc64 stable wrt bug #832827

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/neon/neon-0.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild
index 857016dd2d4f..2eae898d8455 100644
--- a/net-libs/neon/neon-0.32.2.ebuild
+++ b/net-libs/neon/neon-0.32.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-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"
 IUSE="doc +expat gnutls kerberos libproxy nls pkcs11 ssl test zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/jsch/

2022-02-07 Thread Agostino Sarubbo
commit: 085a09fccedd8e0b4fc3d1061b4bd474c139b731
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:23:24 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:23:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085a09fc

dev-java/jsch: ppc64 stable wrt bug #832832

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/jsch/jsch-0.1.54-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jsch/jsch-0.1.54-r1.ebuild 
b/dev-java/jsch/jsch-0.1.54-r1.ebuild
index fd965b9a4073..38024490d42d 100644
--- a/dev-java/jsch/jsch-0.1.54-r1.ebuild
+++ b/dev-java/jsch/jsch-0.1.54-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.jcraft.com/jsch/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="zlib"
 
 CDEPEND="



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

2022-02-07 Thread Agostino Sarubbo
commit: 7d2810252c8babb2a27f7e15689fee4ec7a6e2a5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:22:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:22:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d281025

app-shells/bash: ppc stable wrt bug #832876

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.1_p16.ebuild 
b/app-shells/bash/bash-5.1_p16.ebuild
index 46e8c42a0132..ec17c199094b 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -47,7 +47,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2022-02-07 Thread Agostino Sarubbo
commit: 6cfcbdf45dd8a7a31e05d2e3e68ed3e780f2838b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:22:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfcbdf4

sys-libs/readline: ppc stable wrt bug #832876

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/readline/readline-8.1_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-8.1_p2.ebuild 
b/sys-libs/readline/readline-8.1_p2.ebuild
index 139405d167b5..507bab01c9ec 100644
--- a/sys-libs/readline/readline-8.1_p2.ebuild
+++ b/sys-libs/readline/readline-8.1_p2.ebuild
@@ -42,7 +42,7 @@ esac
 LICENSE="GPL-3"
 SLOT="0/8"  # subslot matches SONAME major
 [[ "${PV}" == *_rc* ]] || \
-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="static-libs +unicode utils"
 
 
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[static-libs?,unicode(+)?,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-libs/neon/

2022-02-07 Thread Agostino Sarubbo
commit: 544fc93b274f87712233e50259398b64c05935aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:22:36 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:22:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544fc93b

net-libs/neon: ppc stable wrt bug #832827

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/neon/neon-0.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild
index 28eb0b4c8ace..857016dd2d4f 100644
--- a/net-libs/neon/neon-0.32.2.ebuild
+++ b/net-libs/neon/neon-0.32.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-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"
 IUSE="doc +expat gnutls kerberos libproxy nls pkcs11 ssl test zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/

2022-02-07 Thread Agostino Sarubbo
commit: e1c605ef6ccc9e4bd71dec24f28aa34b2f50b4f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:22:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:22:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c605ef

kde-frameworks/extra-cmake-modules: ppc stable wrt bug #831587

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.90.0.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.90.0.ebuild
index ce19268ac9d8..f2a9355f0776 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.90.0.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.90.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Extra modules and scripts for CMake"
 HOMEPAGE="https://invent.kde.org/frameworks/extra-cmake-modules;
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~x86"
 IUSE="doc test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-php/smarty/

2022-02-07 Thread Agostino Sarubbo
commit: a023504d399abbad725663779c314fa3619d304a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 07:22:07 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 07:22:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a023504d

dev-php/smarty: amd64/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug 
#832854

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/smarty/smarty-4.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/smarty/smarty-4.0.4.ebuild 
b/dev-php/smarty/smarty-4.0.4.ebuild
index b8594fc0e25c..ec9685432afe 100644
--- a/dev-php/smarty/smarty-4.0.4.ebuild
+++ b/dev-php/smarty/smarty-4.0.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="doc"
 
 BDEPEND="doc? ( app-arch/unzip )"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2022-02-07 Thread Eray Aslan
commit: 4d7663a0c023ab7cf850d23dd9dfe15eabc24b8b
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Feb  8 06:35:39 2022 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Feb  8 06:36:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7663a0

mail-mta/postfix: remove unnecessary patch

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

 mail-mta/postfix/{postfix-3.6.5.ebuild => postfix-3.6.5-r1.ebuild} | 4 
 1 file changed, 4 deletions(-)

diff --git a/mail-mta/postfix/postfix-3.6.5.ebuild 
b/mail-mta/postfix/postfix-3.6.5-r1.ebuild
similarity index 99%
rename from mail-mta/postfix/postfix-3.6.5.ebuild
rename to mail-mta/postfix/postfix-3.6.5-r1.ebuild
index 16ec4506ca6e..53a7ebbda4a1 100644
--- a/mail-mta/postfix/postfix-3.6.5.ebuild
+++ b/mail-mta/postfix/postfix-3.6.5-r1.ebuild
@@ -57,10 +57,6 @@ REQUIRED_USE="ldap-bind? ( ldap sasl )"
 
 S="${WORKDIR}/${MY_SRC}"
 
-PATCHES=(
-   "${FILESDIR}/${PN}-glibc-2.34.patch"
-)
-
 src_prepare() {
default
sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \



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

2022-02-07 Thread Sam James
commit: 538a79b6fbcc319080e423c360318cfafda7b0a8
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 06:35:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 06:35:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538a79b6

sci-libs/gsl: Stabilize 2.7.1-r1 ppc, #830769

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

 sci-libs/gsl/gsl-2.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/gsl/gsl-2.7.1-r1.ebuild b/sci-libs/gsl/gsl-2.7.1-r1.ebuild
index be2b46d449a7..7b4161a93467 100644
--- a/sci-libs/gsl/gsl-2.7.1-r1.ebuild
+++ b/sci-libs/gsl/gsl-2.7.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
 LICENSE="GPL-3"
 # Usually 0/${PV} but check
 SLOT="0/27"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="cblas-external +deprecated static-libs"
 
 RDEPEND="cblas-external? ( virtual/cblas:= )"



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

2022-02-07 Thread Sam James
commit: 4ed4e625d1e43d2cf32a2b714d47a193d4daddd0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb  8 05:56:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 06:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed4e625

sys-libs/openipmi: stable 2.0.29 for hppa, bug #832539

Package-Manager: Portage-3.0.30, 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>

 sys-libs/openipmi/openipmi-2.0.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/openipmi/openipmi-2.0.29.ebuild 
b/sys-libs/openipmi/openipmi-2.0.29.ebuild
index a3f250c302fb..45c87caad1f5 100644
--- a/sys-libs/openipmi/openipmi-2.0.29.ebuild
+++ b/sys-libs/openipmi/openipmi-2.0.29.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm64 hppa ~ia64 ppc ppc64 x86"
 IUSE="crypt snmp perl python static-libs tcl"
 S="${WORKDIR}/${MY_P}"
 RESTRICT='test'



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

2022-02-07 Thread Sam James
commit: 32035b4fdefdc0f75449f775a84522031234f4e8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb  8 05:59:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 06:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32035b4f

sys-apps/ipmitool: stable 1.8.18_p20201004-r3 for hppa, bug #832539

Package-Manager: Portage-3.0.30, 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>

 sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild 
b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
index db4412e523a3..f551622bcac4 100644
--- a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
+++ b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
@@ -29,7 +29,7 @@ SRC_URI+="
 #IUSE="freeipmi openipmi status"
 IUSE="openbmc openipmi static"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm64 hppa ~ia64 ppc ppc64 x86"
 LICENSE="BSD"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/nDPI/

2022-02-07 Thread Sam James
commit: df29ef8220ec4df420d2b3d9e659562918a730a1
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 05:56:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 06:31:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df29ef82

net-libs/nDPI: add 4.2

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

 net-libs/nDPI/Manifest  | 1 +
 net-libs/nDPI/{nDPI-.ebuild => nDPI-4.2.ebuild} | 4 
 net-libs/nDPI/nDPI-.ebuild  | 4 
 3 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-libs/nDPI/Manifest b/net-libs/nDPI/Manifest
index eae6568123c4..ee024387d46e 100644
--- a/net-libs/nDPI/Manifest
+++ b/net-libs/nDPI/Manifest
@@ -1,3 +1,4 @@
 DIST nDPI-3.4.tar.gz 37976087 BLAKE2B 
49e25586671a91278d90775c3dbc881ce4ca9ae4afd3108b1caff3b0d38251808bcd52ead253f451474195994fbf94658f70241acedb23c35a475df3b15c4a20
 SHA512 
ed5a22b6ddc14ad707a18a0bd96746c1df489969faaa42016fa9aad8d414fc4ee303b96cac15c3ba86f484a80a0aaa2dd1be5f92be672912e0e0d30da4bdad4c
 DIST nDPI-4.0-patches.tar.bz2 8744 BLAKE2B 
48bfb2cf240823b64ab15a3f8a21acece878102ebb4cc807648b264ef091107a05d66fc672cccd1bc721ad3ea0edde786a1f133dfc84c91422604a9929e327ed
 SHA512 
99a780c18c048ceec29c42828c420fe3f9624906eaef70f92af6abdbf7bc29133e048d7f8de85d8b73aa6667066e7ab5843fa293221d5ec8bbe87803dde83db6
 DIST nDPI-4.0.tar.gz 120053617 BLAKE2B 
ea0f333bd62622c1ab792137f9bbf2e35cb3790aae191c5caeaea36c7ce376bfa84633e99e321c16bcfbe5812d6674b825bdc4197297cee76064ed88f344a577
 SHA512 
2526041bc02a210e65bad31323a66167d79a37d14697cf4459054cc54715e53f9673bcefa6b452bbe3b3e6c25f0bafcf59d24323d210e2ce6782d9153f81
+DIST nDPI-4.2.tar.gz 126559327 BLAKE2B 
079267939083e788ce8b13e89b194504031e4c3e628df335ece7aab72cc80b8d8538badd45dac9fdaeeed8cd5dd19a81fece9c1157cba9a91dfa130abef61473
 SHA512 
c58b228b7de2b5fa111234bb065f9be259cd0282d0058f5985180aab6567c9a18e3453ce9062bd3c057a096ec3dfdc21b7c9680e0148e34af10f707530d853b8

diff --git a/net-libs/nDPI/nDPI-.ebuild b/net-libs/nDPI/nDPI-4.2.ebuild
similarity index 88%
copy from net-libs/nDPI/nDPI-.ebuild
copy to net-libs/nDPI/nDPI-4.2.ebuild
index ea288e57ec66..a7730e61c252 100644
--- a/net-libs/nDPI/nDPI-.ebuild
+++ b/net-libs/nDPI/nDPI-4.2.ebuild
@@ -12,7 +12,6 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -25,9 +24,6 @@ DEPEND="dev-libs/json-c:=
net-libs/libpcap"
 RDEPEND="${DEPEND}"
 
-# Also sent a patch upstream https://github.com/ntop/nDPI/pull/1392 for
-# AR/CC etc but doesn't apply cleanly (at all) to 4.0.
-
 src_prepare() {
default
 

diff --git a/net-libs/nDPI/nDPI-.ebuild b/net-libs/nDPI/nDPI-.ebuild
index ea288e57ec66..a7730e61c252 100644
--- a/net-libs/nDPI/nDPI-.ebuild
+++ b/net-libs/nDPI/nDPI-.ebuild
@@ -12,7 +12,6 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -25,9 +24,6 @@ DEPEND="dev-libs/json-c:=
net-libs/libpcap"
 RDEPEND="${DEPEND}"
 
-# Also sent a patch upstream https://github.com/ntop/nDPI/pull/1392 for
-# AR/CC etc but doesn't apply cleanly (at all) to 4.0.
-
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/files/, net-analyzer/ntopng/

2022-02-07 Thread Sam James
commit: f885f314661f613af15d46b79217b602fed28472
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 06:31:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 06:31:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f885f314

net-analyzer/ntopng: add 5.2.1

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

 net-analyzer/ntopng/Manifest   |  1 +
 .../ntopng/files/ntopng-5.2.1-build-system.patch   | 89 
 .../ntopng/files/ntopng-5.2.1-mysqltool.patch  | 17 
 .../ntopng/files/ntopng-5.2.1-ndpi-linking.patch   | 13 +++
 net-analyzer/ntopng/ntopng-5.2.1.ebuild| 97 ++
 5 files changed, 217 insertions(+)

diff --git a/net-analyzer/ntopng/Manifest b/net-analyzer/ntopng/Manifest
index 9a94093e2365..c97edb42bb7e 100644
--- a/net-analyzer/ntopng/Manifest
+++ b/net-analyzer/ntopng/Manifest
@@ -1,2 +1,3 @@
 DIST ntopng-4.2.tar.gz 57554819 BLAKE2B 
a9eaf7ea670dbd9c830696a4b017330e25a82307852a0a85d95ddbb4e32a3123d43eda1b686c359da1fef77e601cd3791dcdf257141e2e1d3ed7974b92edaac8
 SHA512 
e89ec3f35644ae8bc570d9802ecfadbf0067145e23a589df2032e8781e9c954f4166d3abb650ddafc65e4fbad656730ee1abf9c5273d3e09f8173d423436b8ff
 DIST ntopng-5.0.tar.gz 57935381 BLAKE2B 
420bda10ecc264d6baea0714367e8c475e72480ab1a114251c6712535ad1415288154623aa3ef780a5bab55bec684ddd7c0582997654f8fbb96ec08e17cb099f
 SHA512 
e157430d9c98871d0136d2f51af6c7fed3a95fa21f8d3a9447ee69ac2aaee3752b6eddfd584715e3ee36234fd0fdcf865b761b0ec1a08727f6d988bc115d21e6
+DIST ntopng-5.2.1.tar.gz 60280025 BLAKE2B 
e7885a1ec9e5d37ee06def83a83c62f41acf87d939d18c33c8d114fe0bed0c973a6146f26fd92343aa7c7e7484970c3e95c33fe76468fe382809daddeed6541b
 SHA512 
01cdf21deac61a3b11e7d0e6b662c911123241332e812bb676cb8c5c003fe1d50a4c61231f9c327d467e89dd1345fc1bdbab5d2599fe04b04a8fe12654c01bdd

diff --git a/net-analyzer/ntopng/files/ntopng-5.2.1-build-system.patch 
b/net-analyzer/ntopng/files/ntopng-5.2.1-build-system.patch
new file mode 100644
index ..ff05d103f22a
--- /dev/null
+++ b/net-analyzer/ntopng/files/ntopng-5.2.1-build-system.patch
@@ -0,0 +1,89 @@
+https://github.com/ntop/ntopng/pull/6288
+
+From 93b62eb0b48f9914fed5511dc2a4289a83a1ed34 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Tue, 8 Feb 2022 06:07:21 +
+Subject: [PATCH 1/3] build: fail configure if ZMQ can't be found
+
+We already "fail" (makefile won't be generated) when ZMQ can't be found but
+the exit code doesn't represent this until now.
+
+Signed-off-by: Sam James 
+---
+ configure.ac.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac.in b/configure.ac.in
+index b032d7faa34..0b30e9480c7 100644
+--- a/configure.ac.in
 b/configure.ac.in
+@@ -132,7 +132,7 @@ if test "x$ac_cv_lib_zmq_zmq_socket_monitor" = xyes; then :
+   AC_DEFINE_UNQUOTED(HAVE_ZMQ, 1, [ZMQ is present])
+ else
+   echo "ZMQ not present or too old (< v. 3.x)"
+-  exit
++  exit 1
+ fi
+ 
+ AC_CHECK_LIB([sodium], [sodium_init], LIBS="${LIBS} -lsodium")
+
+From 75206e5a3fdc289a2229770595fbf588de79402b Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Tue, 8 Feb 2022 06:08:02 +
+Subject: [PATCH 2/3] build: avoid bashism in configure
+
+[[ ]] and == are both Bashisms and /bin/sh may be a POSIX compliant
+shell (Debian notably uses dash for /bin/sh which wouldn't be
+happy with this).
+
+This will continue to work on Bash.
+
+Signed-off-by: Sam James 
+---
+ configure.ac.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac.in b/configure.ac.in
+index 0b30e9480c7..3dc6ef4a539 100644
+--- a/configure.ac.in
 b/configure.ac.in
+@@ -187,7 +187,7 @@ fi
+ 
+ if [ test -f /usr/bin/lsb_release ]; then
+   CODENAME=`/usr/bin/lsb_release -c|cut -f 2`
+-  if [[ $CODENAME == "wheezy" ]]; then :
++  if test $CODENAME = "wheezy" ; then
+ CPPFLAGS="${CPPFLAGS} -DOLD_NETFILTER_INTERFACE=1"
+   fi
+ fi
+
+From 6e355cb98078dbfc379ba178ec99b7e351afdfe9 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Tue, 8 Feb 2022 06:09:44 +
+Subject: [PATCH 3/3] build: use $(MAKE)
+
+This allows parallel builds to work properly as we'll be calling 'make ...'
+with any additional arguments it internally passes down rather than literally
+just make.
+
+Signed-off-by: Sam James 
+---
+ configure.ac.in | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/configure.ac.in b/configure.ac.in
+index 3dc6ef4a539..3ff06c4efd4 100644
+--- a/configure.ac.in
 b/configure.ac.in
+@@ -720,10 +720,7 @@ fi
+ 
+ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disable warning on windows])
+ 
+-GMAKE=`which gmake`
+-if test x$GMAKE = x; then
+-  GMAKE="make"
+-fi
++GMAKE='$(MAKE)'
+ 
+ GIT=`which git`
+ if test x$GIT = x; then

diff --git a/net-analyzer/ntopng/files/ntopng-5.2.1-mysqltool.patch 
b/net-analyzer/ntopng/files/ntopng-5.2.1-mysqltool.patch
new file mode 100644
index ..48551589f022
--- /dev/null
+++ 

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

2022-02-07 Thread Robin H. Johnson
commit: 2b318470ffde8ffde7b105e1fce28c6ab3653715
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Feb  8 06:25:38 2022 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Feb  8 06:25:46 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2b318470

keyrings.inc.bash: try to prefer local keyserver for speed

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings.inc.bash | 4 
 1 file changed, 4 insertions(+)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index d19f0ad..bf45a86 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -8,6 +8,10 @@ 
NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=
 RETIRED_RULE='(!(gentooStatus=active))'
 
 export KS_GENTOO=hkps://keys.gentoo.org/
+# Use local keyserver for speedup
+KS_GENTOO_LOCAL=${HOSTNAME%.gentoo.org}.keys.gentoo.org
+dig $KS_GENTOO_LOCAL +short |grep -sq . && export 
KS_GENTOO=hkps://${KS_GENTOO_LOCAL}
+
 #export KS_SKS=hkps://hkps.pool.sks-keyservers.net/ # Disabled pending 
security announcement
 export KS_OPENPGP=hkps://keys.openpgp.org/ # runs Hagrid
 export KEYSERVERS=( ) # empty by default



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

2022-02-07 Thread Hans de Graaff
commit: 53b7703e04115c64e978d6197513c5ebc95c9cc4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  8 06:18:53 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  8 06:18:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7703e

dev-ruby/ox: add 2.14.7

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

 dev-ruby/ox/Manifest |  1 +
 dev-ruby/ox/ox-2.14.7.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 9da6e4a799e2..0fcbf129016b 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,3 +1,4 @@
 DIST ox-2.14.4.tar.gz 209459 BLAKE2B 
e5e029ac5050cd44d0b80c313afb7415495203562bd08b34d4028310e853654b287920531f59f11c149715145e5aa44d3a9b1b2c8eb1c13a1095dc78a5fab95a
 SHA512 
885aee65ae4a833dc9fc1847201f1d922e0d615831674abaa2d8169a22913202e49d677ce792bfe2d71cc9990d5a7652684f0d55606daf5f4a538d24078b4496
 DIST ox-2.14.5.tar.gz 209521 BLAKE2B 
36695eceb2965f34b22c8809f493a5b8f8dee5f189cb68fbd06a9143c6970cb357b03e977f2bff3cd3867873e935a9475543ea79a1cb6a476469d667c74b6de8
 SHA512 
e91436f75e0868128f818d4f93c33e663c2ae6683f834c61ad7c14b2ebf680d622e81d71392bc24907313713be8463ab42c8badfcf4d0327ccca4abbcd1fbb0c
 DIST ox-2.14.6.tar.gz 211961 BLAKE2B 
98dee742fd0b8c237244a799fb30dae9542faef94cf2d7fdb57ae96fd091f62304134b3eb5b469b5b1c7d3be44382e90c344911336fb8d0d7a9106b71554eb48
 SHA512 
f255e36c19e53cf1cfae2696365ebe5418b165e8d1e5631651a800f47c3388aa383191c5cfa21b15ac043536544a74330e0b5a1ee8fabc5f0bb902850d5e7c30
+DIST ox-2.14.7.tar.gz 218542 BLAKE2B 
8b15732fbb0cfc3a7168b564a9669449bb8d32046f4e78ebe75d24257d8c47912eff5824662b19ba9df7d3bfd8caffb388ede04928f8bb80d9030eba0b705f13
 SHA512 
25e44a866afab616c6804f2b09e80a9a6af83afba36dc61e56b86e236498011c920f0b63f5bfb66fcf2571bd0f6f621312881d7d9292da76400858994a59c770

diff --git a/dev-ruby/ox/ox-2.14.7.ebuild b/dev-ruby/ox/ox-2.14.7.ebuild
new file mode 100644
index ..6f57f5023f6b
--- /dev/null
+++ b/dev-ruby/ox/ox-2.14.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="ox.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/ox/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/ox
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast XML parser and Object marshaller"
+HOMEPAGE="https://www.ohler.com/ox/ https://github.com/ohler55/ox;
+SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+each_ruby_test() {
+   ${RUBY} test/tests.rb || die
+}



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

2022-02-07 Thread Hans de Graaff
commit: 0382f68e1bb212068812d9ee6133e57114be23f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  8 06:19:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  8 06:19:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0382f68e

dev-ruby/ox: amd64 stable

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

 dev-ruby/ox/ox-2.14.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ox/ox-2.14.6.ebuild b/dev-ruby/ox/ox-2.14.6.ebuild
index ec3462672ecd..09abdbeca52b 100644
--- a/dev-ruby/ox/ox-2.14.6.ebuild
+++ b/dev-ruby/ox/ox-2.14.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ HOMEPAGE="https://www.ohler.com/ox/ 
https://github.com/ohler55/ox;
 SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



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

2022-02-07 Thread Hans de Graaff
commit: ff3e1f46572d95487c0e8fc542b3194313009ef1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  8 06:14:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  8 06:14:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3e1f46

dev-ruby/excon: add 0.91.0

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

 dev-ruby/excon/Manifest|  1 +
 dev-ruby/excon/excon-0.91.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index d88944613a2c..5f4a24ab61de 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1,3 +1,4 @@
 DIST excon-0.88.0.tar.gz 210056 BLAKE2B 
abffad837a6a2a7337e43fc73d1f4004f6df01113f475e44daa48e21cef95f363bd5fbf88be0093fb18564d382fae5f4409e23689e11b5c47bc900f708ea7455
 SHA512 
5cb664e64973959dffb80f421bd70c300303fb6c4083b06f6bb42be8987a8822dc4ae38892467576583ec5dccd696b68dee7a946c3917df2066ebfc2afb72209
 DIST excon-0.89.0.tar.gz 210503 BLAKE2B 
3988bdff1db39a84ba6230bb8d789662bbf589e89ea637a8b3208095d0d26f4bc83f0994fca5db92de162e2882d2a519f2d9f3c4f535d123d2b018d4abd82d60
 SHA512 
36e23d93983098ad14b9169b7ae65c28903e8a46a2d8cd341ce111387a83fb90a7f01973d401c8089844355d18a6e53da117df3c3fcb82cf66eb5367e065e2ee
 DIST excon-0.90.0.tar.gz 210538 BLAKE2B 
a3e5898e3985ebdfc4026355f4761b1b0d9367408e01a119101fa2453924ff751d888ab976382b654b846e0ed9908054aab6ac1f6410a2a96056b7c8d8d977ad
 SHA512 
efcc9a13b8715306f980cd4593c44befcf895f5c42f9475211420e67247d9eeefecddae53ba771710a6894ca23bf880158e7cdf9db895baa42ef3c5436ac846a
+DIST excon-0.91.0.tar.gz 214359 BLAKE2B 
82e0ee05c0f2e9eb0bbf9371459e43d02e75d72063f24738b0230272aaeeef5f5985eedf5c0e72a2962a093ee5bc2431b4de171835067a23f1b2fe26a1a7f609
 SHA512 
ab5b535bbc6f1bad408481c2496a101a198de3899fc185df6aff4377c5c22dcf39af5e022ee52fff111f84f20fed11f75237da0ede0237c3a3ffc5eb405db923

diff --git a/dev-ruby/excon/excon-0.91.0.ebuild 
b/dev-ruby/excon/excon-0.91.0.ebuild
new file mode 100644
index ..84ee1858942c
--- /dev/null
+++ b/dev-ruby/excon/excon-0.91.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md"
+RUBY_FAKEGEM_GEMSPEC="excon.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="EXtended http(s) CONnections"
+HOMEPAGE="https://github.com/excon/excon;
+SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+ruby_add_bdepend "
+   dev-ruby/rake
+   test? (
+   dev-ruby/activesupport
+   >=dev-ruby/eventmachine-1.0.4
+   >=dev-ruby/json-1.8.5
+   dev-ruby/open4
+   dev-ruby/rdoc
+   dev-ruby/sinatra
+   )
+"
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # test that need network
+   rm -f spec/excon/test/server_spec.rb || die
+}



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

2022-02-07 Thread Hans de Graaff
commit: 268ebb082d8e801c31a013114e78d58267b0eeda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  8 06:17:15 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  8 06:17:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268ebb08

dev-ruby/i18n: add 1.9.1

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

 dev-ruby/i18n/Manifest  |  1 +
 dev-ruby/i18n/i18n-1.9.1.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest
index 98efdcba52c6..165e0e95ff8b 100644
--- a/dev-ruby/i18n/Manifest
+++ b/dev-ruby/i18n/Manifest
@@ -1,3 +1,4 @@
 DIST i18n-1.8.10.tar.gz 67943 BLAKE2B 
58e8041f8cf652627a305e3d987ff2450913d3dc919ea7aae641cb484524d17312ebd3e0ee68cde1c01091e42713ea229ccb41ed3998c6bbf772d32f855ca107
 SHA512 
e8b10bf380241d1e6b19250cd63e727366215b4ad7e63479a02cb81a5b46a48e06db827d9df9969c2052895646ee30c237fd17c3352a2bbfed97615bb9b6cfca
 DIST i18n-1.8.11.tar.gz 67964 BLAKE2B 
e603077c6eb02f6fd89bafd6c06f85c72528d5eb4388854f060f05a4b49a3782a3830366a1f11bd95b191048f29fae251002a34d55cb185ecefb3afc06bb2f36
 SHA512 
af8fcc307de9959b5a01a79ac3c99d3a3573630f8cdf91c21208e07d35d1a0db60f4995f1b77921c5374a1a19ad66770a107cc41fb29cf480d02be00bf90634a
 DIST i18n-1.8.9.tar.gz 67899 BLAKE2B 
56113d0879cb644a49ef79aea892e4452b65df0769a9532af44083852ed85c5afc8ac68cd6ae4f42d4b68a5aa548f7d92cf69371685c65e4cb5e3b3a0e29445a
 SHA512 
0dfe43bcb341c63b10ace733246c2005f1261bbed23f8f38298b0712aab5047a3ddd61aa8f42c9e0cf3dee6564b67c04595234a6dfcf95db30d9a0d044483505
+DIST i18n-1.9.1.tar.gz 68971 BLAKE2B 
00fadafb96dca76f7ed180fe5af5e8b44db96262fd98868b2fad5f57a461c3abd61e17d3c8e143603108cf05a58f8a74ed8e2c8cb062d63ec4edc8081b5580c4
 SHA512 
661f3f62a0933188b8b09f91d816605dbd50f6afc45c54e38ae70e76f03fb428dde33070e1dde48459d0b385521535ebfff1b18323abc2a1a104c5a6097970a4

diff --git a/dev-ruby/i18n/i18n-1.9.1.ebuild b/dev-ruby/i18n/i18n-1.9.1.ebuild
new file mode 100644
index ..8e6fa2638e2a
--- /dev/null
+++ b/dev-ruby/i18n/i18n-1.9.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add Internationalization support to your Ruby application"
+HOMEPAGE="http://rails-i18n.org/;
+SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/activesupport-5.1
+   dev-ruby/bundler
+   >=dev-ruby/mocha-1.7.0
+   dev-ruby/test_declarative )"
+
+all_ruby_prepare() {
+   rm -f gemfiles/*.lock || die
+
+   # Remove optional unpackaged oj gem
+   sed -i -e '/oj/ s:^:#:' gemfiles/* || die
+
+   # Update old test dependencies
+   sed -i -e '/rake/ s/~>/>=/' -e 's/1.7.0/1.7/' -e '3igem "json"' 
gemfiles/* || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby27)
+   versions="6.0 6.1"
+   ;;
+   *ruby26)
+   versions="5.2 6.0 6.1"
+   ;;
+   esac
+
+   for version in ${versions} ; do
+   if has_version "dev-ruby/activesupport:${version}" ; then
+   einfo "Running tests with activesupport ${version}"
+   
BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle 
exec ${RUBY} -S rake test || die
+   fi
+   done
+}



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

2022-02-07 Thread Sam James
commit: 334ea816f115cf71fd3174b513c8b9b86e4a4d6a
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 05:50:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 05:50:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334ea816

app-shells/bash: Stabilize 5.1_p16 amd64, #832876

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

 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.1_p16.ebuild 
b/app-shells/bash/bash-5.1_p16.ebuild
index a268b5151c97..46e8c42a0132 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -47,7 +47,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2022-02-07 Thread Sam James
commit: 6b65cef566cb4bdcbf26d0911db29ac665955886
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 05:50:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 05:50:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b65cef5

sys-libs/readline: Stabilize 8.1_p2 x86, #832876

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

 sys-libs/readline/readline-8.1_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-8.1_p2.ebuild 
b/sys-libs/readline/readline-8.1_p2.ebuild
index f27175df6017..cae7a7c4a47e 100644
--- a/sys-libs/readline/readline-8.1_p2.ebuild
+++ b/sys-libs/readline/readline-8.1_p2.ebuild
@@ -42,7 +42,7 @@ esac
 LICENSE="GPL-3"
 SLOT="0/8"  # subslot matches SONAME major
 [[ "${PV}" == *_rc* ]] || \
-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="static-libs +unicode utils"
 
 
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[static-libs?,unicode(+)?,${MULTILIB_USEDEP}]"



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

2022-02-07 Thread Sam James
commit: cf46d3e801e5702d882fc771937594e5d1274686
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 05:50:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 05:50:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf46d3e8

sys-libs/readline: Stabilize 8.1_p2 amd64, #832876

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

 sys-libs/readline/readline-8.1_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-8.1_p2.ebuild 
b/sys-libs/readline/readline-8.1_p2.ebuild
index cae7a7c4a47e..139405d167b5 100644
--- a/sys-libs/readline/readline-8.1_p2.ebuild
+++ b/sys-libs/readline/readline-8.1_p2.ebuild
@@ -42,7 +42,7 @@ esac
 LICENSE="GPL-3"
 SLOT="0/8"  # subslot matches SONAME major
 [[ "${PV}" == *_rc* ]] || \
-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="static-libs +unicode utils"
 
 
RDEPEND=">=sys-libs/ncurses-5.9-r3:=[static-libs?,unicode(+)?,${MULTILIB_USEDEP}]"



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

2022-02-07 Thread Sam James
commit: fd5d9457b04d421d962acf6352593ac27d634244
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 05:50:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 05:50:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5d9457

app-shells/bash: Stabilize 5.1_p16 x86, #832876

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

 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.1_p16.ebuild 
b/app-shells/bash/bash-5.1_p16.ebuild
index c5c1f374ace9..a268b5151c97 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -47,7 +47,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/

2022-02-07 Thread Sam James
commit: ed92943627a2995fd815d7ba7a383e2a85826150
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 05:44:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 05:44:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed929436

sci-electronics/kicad: fix finding opencascade

Sync with logic in newer ebuilds to accommodate opencascade ebuild changes
(slotting was abandoned).

Closes: https://bugs.gentoo.org/832874
Thanks-to: David Flogeras  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 ...icad-5.1.12-r1.ebuild => kicad-5.1.12-r2.ebuild} | 21 -
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/sci-electronics/kicad/kicad-5.1.12-r1.ebuild 
b/sci-electronics/kicad/kicad-5.1.12-r2.ebuild
similarity index 88%
rename from sci-electronics/kicad/kicad-5.1.12-r1.ebuild
rename to sci-electronics/kicad/kicad-5.1.12-r2.ebuild
index 733f5b237d03..943fd0124280 100644
--- a/sci-electronics/kicad/kicad-5.1.12-r1.ebuild
+++ b/sci-electronics/kicad/kicad-5.1.12-r2.ebuild
@@ -111,23 +111,10 @@ src_configure() {
-DPYTHON_LIBRARY="$(python_get_library_path)"
)
if use occ; then
-   if has_version "~sci-libs/opencascade-7.5.2"; then
-   mycmakeargs+=(
-   
-DOCC_INCLUDE_DIR="${CASROOT}"/include/opencascade-7.5.2
-   
-DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)/opencascade-7.5.2
-   )
-   elif has_version "~sci-libs/opencascade-7.5.1"; then
-   mycmakeargs+=(
-   
-DOCC_INCLUDE_DIR="${CASROOT}"/include/opencascade-7.5.1
-   
-DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)/opencascade-7.5.1
-   )
-   else
-   # 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/files/, net-libs/libtrace/

2022-02-07 Thread Sam James
commit: 2ded35bffa1a01d8bc96328701814aa8566d9507
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 05:30:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 05:42:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ded35bf

net-libs/libtrace: add 4.0.18_p1

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

 net-libs/libtrace/Manifest |   1 +
 .../files/libtrace-4.0.18_p1-build-system.patch| 133 +
 net-libs/libtrace/libtrace-4.0.18_p1.ebuild|  70 +++
 3 files changed, 204 insertions(+)

diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
index 53a961ba3b97..b1de7ff5ca58 100644
--- a/net-libs/libtrace/Manifest
+++ b/net-libs/libtrace/Manifest
@@ -1,2 +1,3 @@
 DIST libtrace-4.0.15_p1.tar.gz 1891845 BLAKE2B 
08faf395f5fdda21829b89a9276649b297d2266ef10d2162b588b39d4d8d2da1306c74bb180d63b92f4422bb157fb451d34cd8167f0bff42322776e3b1ee0e7c
 SHA512 
82f18b03e824f3ac89330854c3659244106ab5323f5e7a43ec7d2280f6ad3d427a906708688469b3f5aa479d11fef99a4bbecea585b81c916029132375582a4e
 DIST libtrace-4.0.17_p1.tar.gz 1961123 BLAKE2B 
be961bc58496414415b9affb0a6b77e5f234b92196fb719f3a2e8058ae80ade90977c44d57c75d37cbf26ff2e0c8816a4b376b77b6e44d13833960c6095b7e2c
 SHA512 
85280edd515acf52361c34ebe5324fd95f4fafc72aa22c2c8bd43a6bca9a6b5fc9a046480fc760bb39d8b577532ed416caf10a630cea9465d305f2ed4dcb318e
+DIST libtrace-4.0.18_p1.tar.gz 1963425 BLAKE2B 
fdacd4a44f899dc49fe9571d8e695cd726ea07d1c0595bd7c1f59d53721bd5610126924323c9c7098caf65276219e61265e5e05f23b4a92ae6377268c618202f
 SHA512 
fc2979fa56b0eee25149a3571d0a06e2a46ab6d6fa419b2fc37635ebcf4a8814250005c4dfc5dddb5fb6aa9c74161ab4f475a037e021388054bb62f414b9c5d2

diff --git a/net-libs/libtrace/files/libtrace-4.0.18_p1-build-system.patch 
b/net-libs/libtrace/files/libtrace-4.0.18_p1-build-system.patch
new file mode 100644
index ..b536302c30b9
--- /dev/null
+++ b/net-libs/libtrace/files/libtrace-4.0.18_p1-build-system.patch
@@ -0,0 +1,133 @@
+https://github.com/LibtraceTeam/libtrace/pull/201
+
+From dde6c39e5808f06f1450b03e7c682edb0f1290cf Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Tue, 8 Feb 2022 05:30:32 +
+Subject: [PATCH 1/3] build: fix bashism in configure
+
+configures have a shebang of #!/bin/sh so need to work with a POSIX-compliant
+shell; let's use = instead of == which will have the same effect on both Bash
+and said shells (like dash).
+
+Signed-off-by: Sam James 
+---
+ configure.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index 95d63fdc..dbbaabb7 100644
+--- a/configure.in
 b/configure.in
+@@ -305,7 +305,7 @@ AC_ARG_WITH(xdp, AS_HELP_STRING(--with-xdp, include XDP 
capture support),
+ 
+ if test "$want_xdp" != no; then
+ AC_CHECK_LIB(elf, elf_begin, elffound=1, elffound=0)
+-if test "$elffound" == 1; then
++if test "$elffound" = 1; then
+ # check for libbpf
+ AC_CHECK_LIB(bpf, xsk_socket__create, bpffound=1, bpffound=0, -lelf)
+ 
+
+From 1525a42b386da02bda3982cf6e8b472f57f8ac34 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Tue, 8 Feb 2022 05:32:59 +
+Subject: [PATCH 2/3] build: make NUMA support optional
+
+This avoids an 'automagic dependency' [0] on NUMA. This is helpful for
+downstreams to ensure we don't miss dependencies or when we may not
+want to enable support for a feature even though a dependency is enabled.
+
+Gentoo has shipped this patch for quite some time.
+
+[0] 
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Automagic_dependencies
+
+Signed-off-by: Sam James 
+---
+ configure.in | 18 +-
+ 1 file changed, 17 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index dbbaabb7..6fbff150 100644
+--- a/configure.in
 b/configure.in
+@@ -518,7 +518,23 @@ AC_CHECK_DECL([PACKET_FANOUT],
+ [[#include ]])
+ 
+ # If we use DPDK we might be able to use libnuma
+-AC_CHECK_LIB(numa, numa_node_to_cpus, have_numa=1, have_numa=0)
++AC_ARG_WITH(numa,
++  AS_HELP_STRING(--with-numa,include NUMA support),
++[
++  if test "$withval" = no
++  then
++  want_numa=no
++  else
++  want_numa=yes
++  fi
++],[
++  # Default to building without NUMA
++  want_numa=yes
++])
++
++if test "$want_numa" != no; then
++  AC_CHECK_LIB(numa, numa_node_to_cpus, have_numa=1, have_numa=0)
++fi
+ 
+ # Need libwandder for ETSI live decoding
+ AC_CHECK_LIB(wandder, init_wandder_decoder, have_wandder=1, have_wandder=0)
+
+From 153254413ae3cd6a62ee7d8b5eae189e84ebc066 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Tue, 8 Feb 2022 05:34:05 +
+Subject: [PATCH 3/3] build: use pkg-config to find ncurses
+
+ncurses can be built in a variety of configurations, but the motivating case
+for Gentoo was "split tinfo" where libtinfo is no longer included within
+libncurses.
+
+Use pkg-config to find where ncurses is installed and the required 

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/files/, app-misc/fastfetch/

2022-02-07 Thread Viorel Munteanu
commit: 61a59bd4bd8f1bc7dd41dc0bff153c866d9ddb53
Author: Viorel Munteanu  gmail  com>
AuthorDate: Tue Feb  8 05:07:31 2022 +
Commit: Viorel Munteanu  gmail  com>
CommitDate: Tue Feb  8 05:07:31 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61a59bd4

app-misc/fastfetch: fix automagical deps

Patch the build system instead of sedding out checks

Signed-off-by: Viorel Munteanu  gmail.com>

 ...fetch-.ebuild => fastfetch-0.569-r1.ebuild} |  36 ++--
 app-misc/fastfetch/fastfetch-.ebuild   |  31 ++--
 .../fastfetch-0.569-cmake-optional-deps.patch  | 199 +
 3 files changed, 232 insertions(+), 34 deletions(-)

diff --git a/app-misc/fastfetch/fastfetch-.ebuild 
b/app-misc/fastfetch/fastfetch-0.569-r1.ebuild
similarity index 72%
copy from app-misc/fastfetch/fastfetch-.ebuild
copy to app-misc/fastfetch/fastfetch-0.569-r1.ebuild
index e93f5cf46..ce926d740 100644
--- a/app-misc/fastfetch/fastfetch-.ebuild
+++ b/app-misc/fastfetch/fastfetch-0.569-r1.ebuild
@@ -11,14 +11,15 @@ if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git;
 else
-   COMMIT="f72ec8a99f6021e95abce282668cce99fabd28c5"
-   VERSION_REV="f72ec8a"
+   COMMIT="7ad73d3ba13489b341a07782e6374d92c54091ba"
+   VERSION_REV="7ad73d3"

SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
 fi
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 IUSE="X gnome pci vulkan wayland xcb xfce xrandr"
 
 # note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
@@ -40,24 +41,23 @@ BDEPEND="virtual/pkgconfig"
 
 REQUIRED_USE="xrandr? ( X )"
 
-# disable_check VAR lib
-disable_check() {
-   sed -i -e "
-   /pkg_check_modules ($1 /d
-   /message.*$2/d" CMakeLists.txt || die "Cannot disable $1"
-}
+PATCHES=(
+   "${FILESDIR}/fastfetch-0.569-cmake-optional-deps.patch"
+)
 
 src_configure() {
-   disable_check RPM librpm
-
-   use X || disable_check X11 x11
-   use gnome || (disable_check GIO gio- && disable_check DCONF dconf)
-   use pci || disable_check LIBPCI libpci
-   use vulkan || disable_check VULKAN vulkan
-   use wayland || disable_check WAYLAND wayland-client
-   use xcb || (disable_check XCB_RANDR xcb-randr && disable_check XCB xcb)
-   use xfce || disable_check XFCONF libxfconf
-   use xrandr || disable_check XRANDR xrandr
+   local mycmakeargs=(
+   -DENABLE_RPM=no
+   -DENABLE_VULKAN=$(usex vulkan)
+   -DENABLE_WAYLAND=$(usex wayland)
+   -DENABLE_XCB_RANDR=$(usex xcb)
+   -DENABLE_XCB=$(usex xcb)
+   -DENABLE_XRANDR=$(usex xrandr)
+   -DENABLE_X11=$(usex X)
+   -DENABLE_GIO=$(usex gnome)
+   -DENABLE_DCONF=$(usex gnome)
+   -DENABLE_XFCONF=$(usex xfce)
+   )
 
if [[ ${PV} != * ]]; then
# version comes from git, fake it

diff --git a/app-misc/fastfetch/fastfetch-.ebuild 
b/app-misc/fastfetch/fastfetch-.ebuild
index e93f5cf46..4c5668f4e 100644
--- a/app-misc/fastfetch/fastfetch-.ebuild
+++ b/app-misc/fastfetch/fastfetch-.ebuild
@@ -40,24 +40,23 @@ BDEPEND="virtual/pkgconfig"
 
 REQUIRED_USE="xrandr? ( X )"
 
-# disable_check VAR lib
-disable_check() {
-   sed -i -e "
-   /pkg_check_modules ($1 /d
-   /message.*$2/d" CMakeLists.txt || die "Cannot disable $1"
-}
+PATCHES=(
+   "${FILESDIR}/fastfetch-0.569-cmake-optional-deps.patch"
+)
 
 src_configure() {
-   disable_check RPM librpm
-
-   use X || disable_check X11 x11
-   use gnome || (disable_check GIO gio- && disable_check DCONF dconf)
-   use pci || disable_check LIBPCI libpci
-   use vulkan || disable_check VULKAN vulkan
-   use wayland || disable_check WAYLAND wayland-client
-   use xcb || (disable_check XCB_RANDR xcb-randr && disable_check XCB xcb)
-   use xfce || disable_check XFCONF libxfconf
-   use xrandr || disable_check XRANDR xrandr
+   local mycmakeargs=(
+   -DENABLE_RPM=no
+   -DENABLE_VULKAN=$(usex vulkan)
+   -DENABLE_WAYLAND=$(usex wayland)
+   -DENABLE_XCB_RANDR=$(usex xcb)
+   -DENABLE_XCB=$(usex xcb)
+   -DENABLE_XRANDR=$(usex xrandr)
+   -DENABLE_X11=$(usex X)
+   -DENABLE_GIO=$(usex gnome)
+   -DENABLE_DCONF=$(usex gnome)
+   -DENABLE_XFCONF=$(usex xfce)
+   )
 
if [[ ${PV} != * ]]; then
# version comes from git, fake it

diff --git a/app-misc/fastfetch/files/fastfetch-0.569-cmake-optional-deps.patch 
b/app-misc/fastfetch/files/fastfetch-0.569-cmake-optional-deps.patch
new file mode 100644
index 0..617b6c6e9
--- /dev/null
+++ 

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/

2022-02-07 Thread Viorel Munteanu
commit: dfafaa062c5eadbad365131054a88d3dc10571ee
Author: Viorel Munteanu  gmail  com>
AuthorDate: Tue Feb  8 05:08:57 2022 +
Commit: Viorel Munteanu  gmail  com>
CommitDate: Tue Feb  8 05:08:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfafaa06

app-misc/fastfetch: drop 0.569

Signed-off-by: Viorel Munteanu  gmail.com>

 app-misc/fastfetch/fastfetch-0.569.ebuild | 90 ---
 1 file changed, 90 deletions(-)

diff --git a/app-misc/fastfetch/fastfetch-0.569.ebuild 
b/app-misc/fastfetch/fastfetch-0.569.ebuild
deleted file mode 100644
index dc92b167f..0
--- a/app-misc/fastfetch/fastfetch-0.569.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 cmake
-
-DESCRIPTION="Like neofetch but faster"
-HOMEPAGE="https://github.com/LinusDierheimer/fastfetch;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git;
-else
-   COMMIT="7ad73d3ba13489b341a07782e6374d92c54091ba"
-   VERSION_REV="7ad73d3"
-   
SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="X gnome pci vulkan wayland xcb xfce xrandr"
-
-# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
-RDEPEND="
-   X? ( x11-libs/libX11 )
-   gnome? (
-   dev-libs/glib
-   gnome-base/dconf
-   )
-   pci? ( sys-apps/pciutils )
-   vulkan? ( media-libs/vulkan-loader )
-   wayland? ( dev-libs/wayland )
-   xcb? ( x11-libs/libxcb )
-   xfce? ( xfce-base/xfconf )
-   xrandr? ( x11-libs/libXrandr )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="xrandr? ( X )"
-
-# disable_check VAR lib
-disable_check() {
-   sed -i -e "
-   /pkg_check_modules ($1 /d
-   /message.*$2/d" CMakeLists.txt || die "Cannot disable $1"
-}
-
-src_configure() {
-   disable_check RPM librpm
-
-   use X || disable_check X11 x11
-   use gnome || (disable_check GIO gio- && disable_check DCONF dconf)
-   use pci || disable_check LIBPCI libpci
-   use vulkan || disable_check VULKAN vulkan
-   use wayland || disable_check WAYLAND wayland-client
-   use xcb || (disable_check XCB_RANDR xcb-randr && disable_check XCB xcb)
-   use xfce || disable_check XFCONF libxfconf
-   use xrandr || disable_check XRANDR xrandr
-
-   if [[ ${PV} != * ]]; then
-   # version comes from git, fake it
-   VERSION_MAJOR="$(ver_cut 2)"
-   sed -i -e "
-   s/\(PROJECT_VERSION\) .*$/\1 
\"r${VERSION_MAJOR}.${VERSION_REV}\")/
-   s/\(PROJECT_VERSION_MAJOR\) .*$/\1 
\"${VERSION_MAJOR}\")/" CMakeLists.txt || die "Cannot patch version"
-   fi
-
-   cmake_src_configure
-}
-
-src_install() {
-   if [[ ${PV} == * ]]; then
-   elog "REV=\"r$(git rev-list --count HEAD)\""
-   elog "COMMIT=\"$(git rev-parse HEAD)\""
-   elog "VERSION_REV=\"$(git rev-parse --short HEAD)\""
-   fi
-
-   pushd "${BUILD_DIR}" || die
-   dobin fastfetch
-   popd
-
-   newbashcomp completions/bash fastfetch
-   insinto /usr/share/${PN}/presets
-   doins presets/*
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/

2022-02-07 Thread Sam James
commit: 77ae96f7f7a07ec3ebaca8bc7b1675476c4e7b3c
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ae96f7

net-libs/libzapojit: Stabilize 0.0.3-r1 arm64, #831946

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

 net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild 
b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
index fba7e8314bc6..8697fd59be7d 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/

2022-02-07 Thread Sam James
commit: 067522b8951bb8bdc02322c27a15a3cce17b37b0
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067522b8

net-misc/gnome-online-miners: Stabilize 3.34.0-r1 arm64, #831946

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

 net-misc/gnome-online-miners/gnome-online-miners-3.34.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.34.0-r1.ebuild 
b/net-misc/gnome-online-miners/gnome-online-miners-3.34.0-r1.ebuild
index d5adda1e10f7..34df5197128c 100644
--- a/net-misc/gnome-online-miners/gnome-online-miners-3.34.0-r1.ebuild
+++ b/net-misc/gnome-online-miners/gnome-online-miners-3.34.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="flickr"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 # libgdata[gnome] needed for goa support
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-board/tali/

2022-02-07 Thread Sam James
commit: 92f41d9d7904740f41004c9a6f1c84d8a0448c87
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f41d9d

games-board/tali: Stabilize 40.4 arm64, #831946

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

 games-board/tali/tali-40.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/tali/tali-40.4.ebuild 
b/games-board/tali/tali-40.4.ebuild
index 0b575f5fe8a4..c497d76e341d 100644
--- a/games-board/tali/tali-40.4.ebuild
+++ b/games-board/tali/tali-40.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Tali;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 DEPEND="
dev-libs/glib:2



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/

2022-02-07 Thread Sam James
commit: 2ff2ea5fdce21246f1084c21e1432d8311e170ae
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff2ea5f

gnome-base/gnome-extra-apps: Stabilize 40.0 arm64, #831946

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

 gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild
index 7483cf0b5514..a4a9a775ec58 100644
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ LICENSE="metapackage"
 SLOT="3.0"
 IUSE="+games share +shotwell +tracker"
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 # Note to developers:
 # This is a wrapper for the extra apps integrated with GNOME



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-gdkpixbuf/

2022-02-07 Thread Sam James
commit: 3d49708d6c1313dee6379f4b0676b9f1aa347f69
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d49708d

media-plugins/gst-plugins-gdkpixbuf: Stabilize 1.18.4 arm64, #831946

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

 .../gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild 
b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild
index 5fe72118e120..a33e98b189cd 100644
--- a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild
+++ b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPION="Image decoder, overlay and sink plugin for GStreamer"
-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"
 IUSE=""
 
 RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/

2022-02-07 Thread Sam James
commit: 3902782e0724d28efd3208b5b3bb77ac373de2b3
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3902782e

games-puzzle/hitori: Stabilize 3.38.3 arm64, #831946

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

 games-puzzle/hitori/hitori-3.38.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/hitori/hitori-3.38.3.ebuild 
b/games-puzzle/hitori/hitori-3.38.3.ebuild
index e6f87c980f0f..355641886817 100644
--- a/games-puzzle/hitori/hitori-3.38.3.ebuild
+++ b/games-puzzle/hitori/hitori-3.38.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Hitori;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
 IUSE=""
 
 # gtk+-3.22 for build-time optional gtk_show_uri_on_window usage



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

2022-02-07 Thread Sam James
commit: a413600e96b34786ac565e6d247dcf65f452037c
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a413600e

dev-util/dogtail: Stabilize 0.9.11 arm64, #831946

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

 dev-util/dogtail/dogtail-0.9.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/dogtail/dogtail-0.9.11.ebuild 
b/dev-util/dogtail/dogtail-0.9.11.ebuild
index dde3d46c827e..75d03c6ae046 100644
--- a/dev-util/dogtail/dogtail-0.9.11.ebuild
+++ b/dev-util/dogtail/dogtail-0.9.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.com/${PN}/${PN}/raw/released/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/

2022-02-07 Thread Sam James
commit: 830dbd361f20d23cb83709d35ed78fa5bbe8919f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830dbd36

media-gfx/gnome-photos: Stabilize 40.0 arm64, #831946

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

 media-gfx/gnome-photos/gnome-photos-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-40.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-40.0.ebuild
index b3eaa56efd2a..915728b707fc 100644
--- a/media-gfx/gnome-photos/gnome-photos-40.0.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-40.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
 
 LICENSE="GPL-3+ LGPL-2+ CC0-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="flickr test upnp-av"
 RESTRICT="!test? ( test )"
 



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

2022-02-07 Thread Sam James
commit: 1babdee03d61123e0e846a6587196d43cac14ea7
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1babdee0

media-sound/gnome-music: Stabilize 40.1.1 arm64, #831946

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

 media-sound/gnome-music/gnome-music-40.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnome-music/gnome-music-40.1.1.ebuild 
b/media-sound/gnome-music/gnome-music-40.1.1.ebuild
index ff9dc73cd09e..8b241aa229c5 100644
--- a/media-sound/gnome-music/gnome-music-40.1.1.ebuild
+++ b/media-sound/gnome-music/gnome-music-40.1.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 DEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.50:2



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_dnssd/

2022-02-07 Thread Sam James
commit: c33de457d5b7412c719d5c6c54f97ddd49e1984f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33de457

www-apache/mod_dnssd: Stabilize 0.6-r2 arm64, #831946

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

 www-apache/mod_dnssd/mod_dnssd-0.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_dnssd/mod_dnssd-0.6-r2.ebuild 
b/www-apache/mod_dnssd/mod_dnssd-0.6-r2.ebuild
index 0734bfca4c2d..600600a890b2 100644
--- a/www-apache/mod_dnssd/mod_dnssd-0.6-r2.ebuild
+++ b/www-apache/mod_dnssd/mod_dnssd-0.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://0pointer.de/lennart/projects/${PN}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 DEPEND="net-dns/avahi[dbus]"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgfbgraph/

2022-02-07 Thread Sam James
commit: 8e4131a859f88d1cd7ef17a71cca1c37f0d354c8
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4131a8

net-libs/libgfbgraph: Stabilize 0.2.5 arm64, #831946

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

 net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild 
b/net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild
index aab4f4e6bb45..68894bb99e0b 100644
--- a/net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild
+++ b/net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgfbgraph/;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="+introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2022-02-07 Thread Sam James
commit: 784f718201f9c94d9f6e0cc41b4efccfa31469e8
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784f7182

games-board/iagno: Stabilize 3.38.1 arm64, #831946

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

 games-board/iagno/iagno-3.38.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/iagno/iagno-3.38.1.ebuild 
b/games-board/iagno/iagno-3.38.1.ebuild
index 4966fa35aaa4..4e89294fe3e0 100644
--- a/games-board/iagno/iagno-3.38.1.ebuild
+++ b/games-board/iagno/iagno-3.38.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Reversi;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.42.0:2



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2022-02-07 Thread Sam James
commit: 765b019ccadaa881e98a229567c4228f7f630239
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765b019c

games-puzzle/lightsoff: Stabilize 40.0.1 arm64, #831946

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

 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
index 741a544358b9..faa0bce145d3 100644
--- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



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

2022-02-07 Thread Sam James
commit: b30dedbd8e9bab3dc94fbccbea55a4a448e750a6
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30dedbd

dev-libs/qqwing: Stabilize 1.3.4 arm64, #831946

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

 dev-libs/qqwing/qqwing-1.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild 
b/dev-libs/qqwing/qqwing-1.3.4.ebuild
index e5ac27d32409..927b08ed0527 100644
--- a/dev-libs/qqwing/qqwing-1.3.4.ebuild
+++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ SRC_URI="https://qqwing.com/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0/2"
-KEYWORDS="amd64 arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 
 src_install() {
default



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadrapassel/

2022-02-07 Thread Sam James
commit: 34db71f5ac2ff920a9f8acb3c1b11d503dad4417
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34db71f5

games-puzzle/quadrapassel: Stabilize 40.2 arm64, #831946

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

 games-puzzle/quadrapassel/quadrapassel-40.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/quadrapassel/quadrapassel-40.2.ebuild 
b/games-puzzle/quadrapassel/quadrapassel-40.2.ebuild
index 4ec18a9329b3..6f27999b6b4a 100644
--- a/games-puzzle/quadrapassel/quadrapassel-40.2.ebuild
+++ b/games-puzzle/quadrapassel/quadrapassel-40.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Quadrapassel 
https://gitlab.gnome.org/GNOM
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=media-libs/clutter-1:1.0



[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/

2022-02-07 Thread Sam James
commit: 901f95d45589677d709e11c802a6860175a158f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901f95d4

media-gfx/shotwell: Stabilize 0.30.14 arm64, #831946

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

 media-gfx/shotwell/shotwell-0.30.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild 
b/media-gfx/shotwell/shotwell-0.30.14.ebuild
index d0ee07286e10..bdf8289fffc9 100644
--- a/media-gfx/shotwell/shotwell-0.30.14.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-taquin/

2022-02-07 Thread Sam James
commit: 9fc50dd0e229399754395a2cfc2c122f931d87c2
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc50dd0

games-puzzle/gnome-taquin: Stabilize 3.38.1 arm64, #831946

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

 games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
index fc3fbdca13d9..0407088c3fb8 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-tetravex/

2022-02-07 Thread Sam James
commit: 67780db48b727add9e26c069ef758a580008b9a2
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67780db4

games-puzzle/gnome-tetravex: Stabilize 3.38.2 arm64, #831946

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

 games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild
index 254fde622d9d..816eab503149 100644
--- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild
+++ b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="cli +gui"
 REQUIRED_USE="|| ( cli gui )"
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/

2022-02-07 Thread Sam James
commit: d6bf70f38d4f878684adc50be1dc57ae9bb0eebe
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bf70f3

games-puzzle/gnome-sudoku: Stabilize 40.2 arm64, #831946

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

 games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild
index 99ff396e96c1..c9ad1c849ef5 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.40:2



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome/

2022-02-07 Thread Sam James
commit: 3413d04fd6ddedd149218292ab78feb69dc17bf1
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3413d04f

gnome-base/gnome: Stabilize 40.0 arm64, #831946

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

 gnome-base/gnome/gnome-40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome/gnome-40.0.ebuild 
b/gnome-base/gnome/gnome-40.0.ebuild
index 2505d64000dc..2099dd230df7 100644
--- a/gnome-base/gnome/gnome-40.0.ebuild
+++ b/gnome-base/gnome/gnome-40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 IUSE="accessibility +bluetooth +classic cups +extras"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-share/

2022-02-07 Thread Sam James
commit: 5ccfb349b3f941919c4b4c7b46ae5243fa238c0d
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccfb349

gnome-extra/gnome-user-share: Stabilize 3.34.0 arm64, #831946

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

 gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild 
b/gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild
index c3f33f67da0d..21db81dec889 100644
--- a/gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild
+++ b/gnome-extra/gnome-user-share/gnome-user-share-3.34.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-share;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE=""
 
 # FIXME: could libnotify be made optional ?



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/

2022-02-07 Thread Sam James
commit: 1e10619fb2faf731bb652f05bf690642f011a06b
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e10619f

games-arcade/gnome-nibbles: Stabilize 3.38.2 arm64, #831946

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

 games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild
index bb0da54f5daf..ca5b7e496f47 100644
--- a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles 
https://gitlab.gnome.org/GNOME/gno
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/swell-foop/

2022-02-07 Thread Sam James
commit: 7ea60ac6dd5aaa29fa45974aaa44f10be469ddd5
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea60ac6

games-puzzle/swell-foop: Stabilize 40.1 arm64, #831946

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

 games-puzzle/swell-foop/swell-foop-40.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/swell-foop/swell-foop-40.1.ebuild 
b/games-puzzle/swell-foop/swell-foop-40.1.ebuild
index fc264a49ff74..59c6dbe1 100644
--- a/games-puzzle/swell-foop/swell-foop-40.1.ebuild
+++ b/games-puzzle/swell-foop/swell-foop-40.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-libs/glib-2.36:2



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2022-02-07 Thread Sam James
commit: 3f5ed0b51edfb76011238e3b0af9a632e9a706b3
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5ed0b5

games-arcade/gnome-robots: Stabilize 40.0 arm64, #831946

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

 games-arcade/gnome-robots/gnome-robots-40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
index 6c81bde8af25..1812b57dd3d7 100644
--- a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Robots 
https://gitlab.gnome.org/GNOME/gnom
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/

2022-02-07 Thread Sam James
commit: f3422cdf388c473c1ce9653c0e910ecf9e7c659b
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3422cdf

games-board/gnome-mines: Stabilize 40.0 arm64, #831946

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

 games-board/gnome-mines/gnome-mines-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-mines/gnome-mines-40.0.ebuild 
b/games-board/gnome-mines/gnome-mines-40.0.ebuild
index 39154792afb5..10d7afc2fcb6 100644
--- a/games-board/gnome-mines/gnome-mines-40.0.ebuild
+++ b/games-board/gnome-mines/gnome-mines-40.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Mines;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.40:2



[gentoo-commits] data/gentoo-news:master commit in: 2021-10-18-libxcrypt-migration-stable/

2022-02-07 Thread Sam James
commit: 11dac3088fb3e629e0b899248e1228ad723e40f6
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 03:21:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 03:21:38 2022 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=11dac308

2021-10-18-libxcrypt-migration-stable: mention circular dependencies

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

 .../2021-10-18-libxcrypt-migration-stable.en.txt  | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt
 
b/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt
index d821eac..74e80d5 100644
--- 
a/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt
+++ 
b/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt
@@ -43,7 +43,7 @@ aggressive in protecting even orphaned files. Instead,
 use FEATURES="unmerge-orphans" which is almost identical
 in behaviour.
 
-## Delaying the migration
+## Delaying the migration *or* circular dependencies
 
 If for whatever reason you do *not* wish to switch now -
 which is only delaying the inevitable - you
@@ -53,6 +53,11 @@ need to take the following steps:
 * mask >=virtual/libcrypt-2
 * unmask virtual/libcrypt:0/1
 
+If hitting circular dependencies involving Python 3.10,
+see the wiki for more details [3], but the same steps
+listed above must be taken (mask newer libcrypt temporarily,
+do a world upgrade, then unmask).
+
 ## Migrating early
 
 If you wish to manually migrate now, there are a series
@@ -102,3 +107,4 @@ For more information or troubleshooting tips, please see:
 [0] https://bugs.gentoo.org/802267
 [1] https://bugs.gentoo.org/802807
 [2] https://bugs.gentoo.org/802210
+[3] 
https://wiki.gentoo.org/wiki/User:Sam/Portage_help/Circular_dependencies#Python_and_libcrypt



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/

2022-02-07 Thread Rick Farina
commit: 32d4feb8912ac20396e86e9115f672f6fa36ba60
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Feb  8 03:11:21 2022 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Feb  8 03:12:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d4feb8

net-wireless/gnuradio: add 3.8.5.0

Signed-off-by: Rick Farina  gentoo.org>
Closes: https://bugs.gentoo.org/829272

 net-wireless/gnuradio/Manifest |  1 +
 ...nuradio-.ebuild => gnuradio-3.8.5.0.ebuild} | 32 --
 net-wireless/gnuradio/gnuradio-.ebuild |  4 +--
 3 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/net-wireless/gnuradio/Manifest b/net-wireless/gnuradio/Manifest
index 1ba5c22b436d..7d575ab9a89b 100644
--- a/net-wireless/gnuradio/Manifest
+++ b/net-wireless/gnuradio/Manifest
@@ -1 +1,2 @@
 DIST gnuradio-3.8.4.0.tar.gz 3395297 BLAKE2B 
454724e61306bee4991f8a44c80963080b632f767cbb70e00ee518aa096f150a9bb5c29304b9c30a84ab537b8b19ccd2955806fadb88a6cc4d24a8531e8c0127
 SHA512 
80d34c6351947f45decf8ba09288d4fc4c411c8d286d2765fad59da421b99c15a4c7b7c25a17c89dacfafd872f13ba8d9a8d84d89a35568e5b088f77fcaaae67
+DIST gnuradio-3.8.5.0.tar.gz 3399660 BLAKE2B 
19e3eecb40d7cdafe6fe551d3d36c0fcd34bb92ceb316537f4ebdc1c90d3c649daa1383f3642e2f64bba23026ed6638168fa77da0f21db03330b066e3108c880
 SHA512 
9b367c8afeb278b90e8ddd835e0ba301f07a53da26791e74913c812bde251daaa8f9611f21969938b215c9a110c9e69dfb6ec8b6d0db9c64013707c57596819a

diff --git a/net-wireless/gnuradio/gnuradio-.ebuild 
b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild
similarity index 86%
copy from net-wireless/gnuradio/gnuradio-.ebuild
copy to net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild
index c7bc68e24c4f..5251885bc66b 100644
--- a/net-wireless/gnuradio/gnuradio-.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 PYTHON_COMPAT=( python3_{7,8,9} )
 
 CMAKE_BUILD_TYPE="None"
-inherit cmake python-single-r1 virtualx xdg-utils desktop
+inherit cmake python-single-r1 virtualx xdg-utils
 
 DESCRIPTION="Toolkit that provides signal processing blocks to implement 
software radios"
 HOMEPAGE="https://www.gnuradio.org/;
@@ -17,11 +17,11 @@ if [[ ${PV} =~ "" ]]; then
EGIT_BRANCH="maint-3.8"
inherit git-r3
 else
-   
SRC_URI="https://github.com/gnuradio/gnuradio/releases/download/v${PV}/${P}.tar.xz;
+   
SRC_URI="https://github.com/gnuradio/gnuradio/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
 fi
 
-IUSE="+audio +alsa +analog +digital channels doc dtv examples fec +filter grc 
jack modtool oss performance-counters portaudio +qt5 sdl test trellis uhd 
vocoder +utils wavelet zeromq"
+IUSE="+audio +alsa +analog +digital channels ctrlport doc dtv examples fec 
+filter grc jack modtool oss performance-counters portaudio +qt5 sdl test 
trellis uhd vocoder +utils wavelet zeromq"
 
 #RESTRICT="!test? ( test )"
 #Tests are known broken right now
@@ -53,6 +53,7 @@ RDEPEND="${PYTHON_DEPS}
sci-libs/mpir:=
sci-libs/volk:=
alsa? ( media-libs/alsa-lib:= )
+   ctrlport? ( $(python_gen_cond_dep 
'dev-python/thrift[${PYTHON_USEDEP}]') )
fec? (
sci-libs/gsl:=
dev-python/scipy
@@ -88,7 +89,7 @@ RDEPEND="${PYTHON_DEPS}
)
vocoder? (
media-sound/gsm
-   >=media-libs/codec2-0.8.1
+   >=media-libs/codec2-0.8.1:=
)
wavelet? (
sci-libs/gsl:=
@@ -101,7 +102,7 @@ RDEPEND="${PYTHON_DEPS}
 #That's right, it can't build if gnuradio 3.7 is installed
 #Both due to build failure, and then file collision due to bundled volk
 DEPEND="${RDEPEND}
-   !=dev-lang/swig-3.0.5
virtual/pkgconfig
@@ -137,6 +138,7 @@ src_configure() {
-DENABLE_GR_AUDIO=ON
-DENABLE_GR_ANALOG="$(usex analog)"
-DENABLE_GR_CHANNELS="$(usex channels)"
+   -DENABLE_GR_CTRLPORT="$(usex ctrlport)"
-DENABLE_GR_DIGITAL="$(usex digital)"
-DENABLE_DOXYGEN="$(usex doc)"
-DENABLE_GR_DTV="$(usex dtv)"
@@ -184,18 +186,18 @@ src_install() {
rm -f "${ED}"/usr/libexec/${PN}/grc_setup_freedesktop || die
 
# Install icons, menu items and mime-types for GRC
-   if use grc ; then
-   local fd_path="${S}/grc/scripts/freedesktop"
-   insinto /usr/share/mime/packages
-   doins "${fd_path}/${PN}-grc.xml"
+   #if use grc ; then
+   #   local fd_path="${S}/grc/scripts/freedesktop"
+   #   insinto /usr/share/mime/packages
+   #   doins "${fd_path}/${PN}-grc.xml"
 
-   domenu "${fd_path}/"*.desktop
-   doicon "${fd_path}/"*.png
-   fi
+   #   domenu 

[gentoo-commits] proj/autotools-wrappers:main commit in: /

2022-02-07 Thread Mike Frysinger
commit: 6f9e65b68174b938714100f34f399844f8d2cb93
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  8 02:57:21 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb  8 02:57:21 2022 +
URL:
https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=6f9e65b6

autoconf-wrapper: fix version detection

Make sure we chop the trailing period from the version string to fix
comparing to installed versions.  Otherwise, "2.69." will never match
"2.69".

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

 ac-wrapper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ac-wrapper.sh b/ac-wrapper.sh
index ce576c6..5a489a2 100755
--- a/ac-wrapper.sh
+++ b/ac-wrapper.sh
@@ -146,7 +146,7 @@ acprereq_version() {
 }
 
 generated_version() {
-   local re='^# Generated (by (GNU )?Autoconf|automatically using autoconf 
version) ([0-9.]+).*'
+   local re='^# Generated (by (GNU )?Autoconf|automatically using autoconf 
version) ([0-9.]+)\..*'
sed -n -E "/${re}/{s:${re}:\3:;p;q}" "$@"
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/neon/

2022-02-07 Thread Sam James
commit: dc0cfef401b2652d896424b8a3813e4103a849d2
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 02:01:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 02:01:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0cfef4

net-libs/neon: Stabilize 0.32.2 arm64, #832827

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

 net-libs/neon/neon-0.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild
index 97b1d4d7bb41..28eb0b4c8ace 100644
--- a/net-libs/neon/neon-0.32.2.ebuild
+++ b/net-libs/neon/neon-0.32.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-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"
 IUSE="doc +expat gnutls kerberos libproxy nls pkcs11 ssl test zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/jcommander/

2022-02-07 Thread Sam James
commit: 7dd5d64ede5dcff1948c909151987ba3d2afbc39
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 02:02:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 02:02:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd5d64e

dev-java/jcommander: Stabilize 1.48-r1 arm64, #832831

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

 dev-java/jcommander/jcommander-1.48-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jcommander/jcommander-1.48-r1.ebuild 
b/dev-java/jcommander/jcommander-1.48-r1.ebuild
index bd35ce8bddf8..de7b94fa5d26 100644
--- a/dev-java/jcommander/jcommander-1.48-r1.ebuild
+++ b/dev-java/jcommander/jcommander-1.48-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/cbeust/${PN}/archive/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2022-02-07 Thread Sam James
commit: 0dec541cd55787b70d7f9c98b090a1024b711afa
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 02:01:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 02:01:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dec541c

sys-libs/openipmi: Stabilize 2.0.29 arm64, #832539

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

 sys-libs/openipmi/openipmi-2.0.29.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/openipmi/openipmi-2.0.29.ebuild 
b/sys-libs/openipmi/openipmi-2.0.29.ebuild
index aa52f4e8..a3f250c302fb 100644
--- a/sys-libs/openipmi/openipmi-2.0.29.ebuild
+++ b/sys-libs/openipmi/openipmi-2.0.29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm64 ~hppa ~ia64 ppc ppc64 x86"
 IUSE="crypt snmp perl python static-libs tcl"
 S="${WORKDIR}/${MY_P}"
 RESTRICT='test'



[gentoo-commits] repo/gentoo:master commit in: dev-java/aopalliance/

2022-02-07 Thread Sam James
commit: aea4bc185625c76689c6dc410345fbc7073248c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 02:02:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 02:02:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea4bc18

dev-java/aopalliance: Stabilize 1.0-r3 arm64, #832829

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

 dev-java/aopalliance/aopalliance-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/aopalliance/aopalliance-1.0-r3.ebuild 
b/dev-java/aopalliance/aopalliance-1.0-r3.ebuild
index 4843ddfed0bc..7d344b59fa0d 100644
--- a/dev-java/aopalliance/aopalliance-1.0-r3.ebuild
+++ b/dev-java/aopalliance/aopalliance-1.0-r3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://aopalliance.sourceforge.net/;
 LICENSE="public-domain"
 SLOT="1"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/

2022-02-07 Thread Sam James
commit: 894c20ddf88fdf3c697040c9e68aab9b4a1bffee
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 02:01:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 02:01:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894c20dd

net-libs/webkit-gtk: Stabilize 2.34.4 arm64, #831763

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

 net-libs/webkit-gtk/webkit-gtk-2.34.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.34.4.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.34.4.ebuild
index 3d7f52870d16..1f42b79567da 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.34.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.34.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="aqua avif +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build lcms libnotify seccomp 
spell systemd wayland +X"
 



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

2022-02-07 Thread Sam James
commit: 888fca9dba8b21bdc914cd1f678b1bfe29b859e3
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 02:01:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 02:01:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888fca9d

sys-apps/ipmitool: Stabilize 1.8.18_p20201004-r3 arm64, #832539

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

 sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild 
b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
index 5bd4a4db3526..db4412e523a3 100644
--- a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
+++ b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
@@ -29,7 +29,7 @@ SRC_URI+="
 #IUSE="freeipmi openipmi status"
 IUSE="openbmc openipmi static"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm64 ~hppa ~ia64 ppc ppc64 x86"
 LICENSE="BSD"
 
 RDEPEND="



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

2022-02-07 Thread Sam James
commit: 9f7d489a95e24a4c84c29119a434d98062feb841
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 00:09:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 00:09:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7d489a

x11-misc/lineakd: drop 0.9.0-r2

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

 x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 65 
 1 file changed, 65 deletions(-)

diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild 
b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
deleted file mode 100644
index 82ba727c0440..
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P=${P/.0/}
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
-HOMEPAGE="http://lineak.sourceforge.net;
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-libs/libxkbfile
-   x11-libs/libXt
-   x11-libs/libXtst"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-gcc43.patch
-   "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
-   "${FILESDIR}"/${P}-automake-linking-libdl.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   # admin/lineakd.m4.in contains Bashisms but fixes it causes a confusing
-   # autotools avalanche, so workaround it with CONFIG_SHELL as bash.
-   CONFIG_SHELL="${BROOT}/bin/bash" econf \
-   $(use_enable debug) \
-   --with-x
-}
-
-src_install() {
-   sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile || die
-
-   dodir /usr/share/man/man8
-
-   emake -j1 DESTDIR="${D}" install
-
-   dodoc AUTHORS README TODO
-
-   keepdir /usr/$(get_libdir)/lineakd/plugins
-
-   insinto /etc/lineak
-   doins lineakd.conf.example lineakd.conf.kde.example
-
-   find "${ED}"/usr/share/man -name '*.bz2' -exec bunzip2 {} \; || die
-   find "${ED}" -name '*.la' -delete || die
-}



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

2022-02-07 Thread Sam James
commit: 137b49a84fb9a3edc65f82d49c6a181580ba00f0
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 00:09:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 00:09:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137b49a8

x11-misc/lineakd: fix revisions

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

 x11-misc/lineakd/lineakd-0.9.0-r3.ebuild   | 38 ++
 ...akd-0.9.0-r3.ebuild => lineakd-0.9.0-r4.ebuild} |  0
 2 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild 
b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index 8f2fca9f6c7c..8b2026bc430b 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -1,53 +1,49 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
-
-inherit autotools
+EAPI=7
+inherit multilib
 
 MY_P=${P/.0/}
+
 DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
 HOMEPAGE="http://lineak.sourceforge.net;
 SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="debug"
 
-RDEPEND="x11-libs/libICE
+RDEPEND="
+   x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
+   x11-libs/libXext
+"
+DEPEND="
+   ${RDEPEND}
x11-base/xorg-proto
x11-libs/libxkbfile
x11-libs/libXt
-   x11-libs/libXtst"
+   x11-libs/libXtst
+"
 
+S=${WORKDIR}/${MY_P}
 PATCHES=(
"${FILESDIR}"/${P}-gcc43.patch
"${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
-   "${FILESDIR}"/${P}-automake-linking-libdl.patch
 )
 
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
 src_configure() {
-   # admin/lineakd.m4.in contains Bashisms but fixes it causes a confusing
-   # autotools avalanche, so workaround it with CONFIG_SHELL as bash.
-   CONFIG_SHELL="${BROOT}/bin/bash" econf \
+   econf \
$(use_enable debug) \
-   --with-x
+   --with-x \
+   --disable-static
 }
 
 src_install() {
-   sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile || die
+   sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
 
dodir /usr/share/man/man8
 

diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild 
b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
similarity index 100%
copy from x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
copy to x11-misc/lineakd/lineakd-0.9.0-r4.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/files/, x11-misc/lineakd/

2022-02-07 Thread Sam James
commit: affe702e32d1e6d460cf3b28322d9c070357b7f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 00:05:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 00:05:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affe702e

x11-misc/lineakd: fix libdl linkage, other modernisation

- Port to EAPI 8
- Try to fixup build system (avoid Bashism, fix libdl linkage, ensure
  correct library/LDFLAGS ordering)

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

 .../lineakd-0.9.0-automake-linking-libdl.patch | 58 ++
 ...akd-0.9.0-r3.ebuild => lineakd-0.9.0-r2.ebuild} | 38 +++---
 x11-misc/lineakd/lineakd-0.9.0-r3.ebuild   | 40 ---
 3 files changed, 101 insertions(+), 35 deletions(-)

diff --git a/x11-misc/lineakd/files/lineakd-0.9.0-automake-linking-libdl.patch 
b/x11-misc/lineakd/files/lineakd-0.9.0-automake-linking-libdl.patch
new file mode 100644
index ..a3587e42426f
--- /dev/null
+++ b/x11-misc/lineakd/files/lineakd-0.9.0-automake-linking-libdl.patch
@@ -0,0 +1,58 @@
+* configure.in change from Debian to fix autoreconf: 
https://sources.debian.org/src/lineakd/1%253A0.9-6/debian/patches/005_configure_in.diff/#L19
+* Rest is to fix libdl linkage (and general LDFLAGS issues): 
https://bugs.gentoo.org/722372
+--- a/configure.in
 b/configure.in
+@@ -28,10 +28,12 @@
+ 
+ dnl Process this file with autoconf to produce a configure script.
+ 
+-AC_INIT(acinclude.m4) dnl a source file from your sub dir
+-
++AC_INIT
+ dnl This is so we can use kde-common
+ AC_CONFIG_AUX_DIR(admin)
++AC_CONFIG_MACRO_DIR([m4])
++
++LT_INIT
+ 
+ dnl This ksh/zsh feature conflicts with `cd blah ; pwd`
+ unset CDPATH
+
+--- a/configure.in
 b/configure.in
+@@ -81,7 +81,7 @@ KDE_PROG_LIBTOOL
+ 
+ dnl activate the next macro call for DLOPEN tests and setting LIBDL
+ dnl   (n.b. KDE_MISC_TESTS does the same to you, so use either this or the 
next one)
+-dnl KDE_CHECK_DLOPEN
++KDE_CHECK_DLOPEN
+ 
+ dnl activate the next macro call for some additional tests
+ dnl   (compat, crypt, socket, nsl, dlopen, ...)
+
+--- a/lineak/Makefile.am
 b/lineak/Makefile.am
+@@ -19,8 +19,8 @@ liblineak_la_SOURCES = pluginmanager.cpp globals.cpp 
displayctrl.cpp xmgr.cpp cd
+ #   liblineak_la_LDFLAGS = -version-info 8:0:8 $(all_libraries); \
+ #fi;
+ 
+-liblineak_la_LIBADD  = -lX11 -lXext $(X_LIBS)  -lXt -lSM -lICE 
-L/usr/X11R6/lib
+-liblineak_la_LDFLAGS = -version-info 8:0:8 $(all_libraries) -L/usr/X11R6/lib 
@X_LIBS@ @X_PRE_LIBS@  -lpthread
++liblineak_la_LIBADD  = -lX11 -lXext $(X_LIBS) -lXt -lSM -lICE 
-L/usr/X11R6/lib $(all_libraries) @X_LIBS@ @X_PRE_LIBS@ $(PTHREAD_LIBS) @LIBDL@
++liblineak_la_LDFLAGS = -version-info 8:0:8
+   
+ lineak_HEADERS = configdirectives.h configloader.h definitions.h defloader.h 
lconfig.h lconfigdata.h ldef.h lobject.h lkbd.h lkey.h lbutton.h loader.h 
msgpasser.h saver.h lcommand.h lockctrl.h lineak_util_functions.h 
lineak_core_functions.h cdromctrl.h xmgr.h displayctrl.h plugin_definitions.h 
commandexec.h pluginmanager.h
+   
+--- a/lineakd/Makefile.am
 b/lineakd/Makefile.am
+@@ -1,8 +1,8 @@
+ bin_PROGRAMS = lineakd
+ 
+ lineakd_SOURCES = lineakd_core_functions.cpp cmdprefs.cpp main.cpp 
+-lineakd_LDADD   = -lpthread -llineak -lXext -lX11 -ldl
+-lineakd_LDFLAGS = -rdynamic -L../lineak $(all_libraries) @X_LIBS@ @X_PRE_LIBS@
++lineakd_LDADD   = -llineak -lXext -lX11 $(PTHREAD_LIBS) @LIBDL@ 
$(all_libraries) @X_LIBS@ @X_PRE_LIBS@
++lineakd_LDFLAGS = -rdynamic -L../lineak
+ 
+ EXTRA_DIST = main.cpp eakprocs.h cmdprefs.cpp cmdprefs.h lineakkb.def 
lineakd.1.bz2 OLDCODE lineakd_core_functions.h lineakd_core_functions.cpp 
+ 

diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild 
b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
similarity index 67%
copy from x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
copy to x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
index 00a75e407fb0..82ba727c0440 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
@@ -1,49 +1,53 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-inherit multilib
+EAPI=8
 
-MY_P=${P/.0/}
+inherit autotools
 
+MY_P=${P/.0/}
 DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
 HOMEPAGE="http://lineak.sourceforge.net;
 SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 IUSE="debug"
 
-RDEPEND="
-   x11-libs/libICE
+RDEPEND="x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
-   x11-libs/libXext
-"
-DEPEND="
-   ${RDEPEND}
+   x11-libs/libXext"
+DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/libxkbfile
x11-libs/libXt
-   x11-libs/libXtst
-"
+   x11-libs/libXtst"
 
-S=${WORKDIR}/${MY_P}
 PATCHES=(

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

2022-02-07 Thread Sam James
commit: ebf259696bc43c6ef59dc143e8677eb782228954
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf25969

dev-python/python-socks: Keyword 2.0.3 s390, #831852

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

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

diff --git a/dev-python/python-socks/python-socks-2.0.3.ebuild 
b/dev-python/python-socks/python-socks-2.0.3.ebuild
index 3ea6540aa137..9a5f8bda5d70 100644
--- a/dev-python/python-socks/python-socks-2.0.3.ebuild
+++ b/dev-python/python-socks/python-socks-2.0.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 # curio is not packaged
 # asyncio is the only backend we have, so dep on its deps unconditionally



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

2022-02-07 Thread Sam James
commit: 02d045babb2a138faf9c9dc599427016fe84bd17
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d045ba

dev-python/jupyter_server: Keyword 1.13.5 s390, #831852

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

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

diff --git a/dev-python/jupyter_server/jupyter_server-1.13.5.ebuild 
b/dev-python/jupyter_server/jupyter_server-1.13.5.ebuild
index 05e36e109a99..37b28e41b062 100644
--- a/dev-python/jupyter_server/jupyter_server-1.13.5.ebuild
+++ b/dev-python/jupyter_server/jupyter_server-1.13.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



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

2022-02-07 Thread Sam James
commit: f1034c84b8029591d1f2cb8ec8b681c766bd3138
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1034c84

dev-python/websocket-client: Keyword 1.2.3 s390, #831852

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

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

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index a56a00358a37..ff6dd1a62f11 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-02-07 Thread Sam James
commit: babfec658693cf6edc0ab8d888f1d88eb70e9a60
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babfec65

dev-python/sphinxcontrib-programoutput: Keyword 0.17 s390, #831852

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

 .../sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
index 363e2023e0b3..62980c966350 100644
--- 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
+++ 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
@@ -16,7 +16,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 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/namespace-sphinxcontrib[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2022-02-07 Thread Sam James
commit: fdebc570801ff8f60dcedcfe643d44cff454d47f
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdebc570

dev-python/sphinx-autodoc-typehints: Keyword 1.16.0 s390, #831852

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

 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.16.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.16.0.ebuild
index 664aef64f4ef..690112a88339 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.16.0.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.16.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="0"
 
 RDEPEND=">=dev-python/sphinx-4[${PYTHON_USEDEP}]"



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

2022-02-07 Thread Sam James
commit: fc4187eaec85aefa8e23458f05c723b7179fcc09
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4187ea

dev-python/fuzzywuzzy: Keyword 0.18.0 s390, #831852

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

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

diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild 
b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
index 589506080bea..978a62a702a3 100644
--- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Fuzzy string matching in python"
 HOMEPAGE="https://github.com/seatgeek/fuzzywuzzy;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 



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

2022-02-07 Thread Sam James
commit: 465513a332dfe08c67a9cb042b15900d9ab7bb53
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465513a3

dev-python/typish: Keyword 1.9.3 s390, #831852

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

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

diff --git a/dev-python/typish/typish-1.9.3.ebuild 
b/dev-python/typish/typish-1.9.3.ebuild
index 6f2724f231d5..c2c673f6b838 100644
--- a/dev-python/typish/typish-1.9.3.ebuild
+++ b/dev-python/typish/typish-1.9.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



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

2022-02-07 Thread Sam James
commit: f6f7dcfc4f827e5332c124bc3b9f04d26a01a68d
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f7dcfc

dev-python/ipyparallel: Keyword 8.2.0 s390, #831852

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

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

diff --git a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild 
b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
index 7c0184d6e735..45b125aa3314 100644
--- a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-8.2.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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2022-02-07 Thread Sam James
commit: f710c5eb2089f0fd8f5b03131389a840c12218e9
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f710c5eb

dev-python/sphobjinv: Keyword 2.2.1 s390, #831852

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

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

diff --git a/dev-python/sphobjinv/sphobjinv-2.2.1.ebuild 
b/dev-python/sphobjinv/sphobjinv-2.2.1.ebuild
index 960ec5580deb..d24b43d7a110 100644
--- a/dev-python/sphobjinv/sphobjinv-2.2.1.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="0"
 
 RDEPEND="



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

2022-02-07 Thread Sam James
commit: a00cb413b918f5d0aedad42d2e3214bf3763d957
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00cb413

dev-python/anyio: Keyword 3.5.0 s390, #831852

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

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

diff --git a/dev-python/anyio/anyio-3.5.0.ebuild 
b/dev-python/anyio/anyio-3.5.0.ebuild
index bdf2e387fc0e..fea139890440 100644
--- a/dev-python/anyio/anyio-3.5.0.ebuild
+++ b/dev-python/anyio/anyio-3.5.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${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 ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/idna-2.8[${PYTHON_USEDEP}]



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

2022-02-07 Thread Sam James
commit: 0a23ac450a34934beed1302813214a3d3f2d27db
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a23ac45

dev-python/dictdiffer: Keyword 0.9.0 s390, #831852

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 4889ee5e7ae0..39c5d02c6aab 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2022-02-07 Thread Sam James
commit: dd49c535516085bf55a12e4e4240beb09928d878
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd49c535

dev-python/pytest-ordering: Keyword 0.6 s390, #831852

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 77f1683a447b..c9d25c038474 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${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 ~s390 sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2022-02-07 Thread Sam James
commit: 5cff9633d5c9a168cc35fd62d4a9fcbf04c5f06b
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cff9633

dev-python/python-levenshtein: Keyword 0.12.2 s390, #831852

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

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

diff --git a/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild 
b/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild
index d560645bb338..a9bbdf0ec42a 100644
--- a/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild
+++ b/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild
@@ -18,4 +18,4 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"



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

2022-02-07 Thread Sam James
commit: e5b7432e8ecfadb5217e44bad0d49d348757a5ea
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b7432e

dev-python/pytest-check: Keyword 1.0.4 s390, #831852

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

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

diff --git a/dev-python/pytest-check/pytest-check-1.0.4.ebuild 
b/dev-python/pytest-check/pytest-check-1.0.4.ebuild
index 5fa4d693a639..5ce07f29614d 100644
--- a/dev-python/pytest-check/pytest-check-1.0.4.ebuild
+++ b/dev-python/pytest-check/pytest-check-1.0.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND=">=dev-python/pytest-6[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/flit_core[${PYTHON_USEDEP}]"



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

2022-02-07 Thread Sam James
commit: a506773753d1902d98a009b471f8496a1bf36ee2
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5067737

dev-python/timeout-decorator: Keyword 0.5.0 s390, #831852

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

 dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild 
b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
index d4a818e6317e..3f460e2727bf 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
@@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv 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/picobox/

2022-02-07 Thread Sam James
commit: cd48bb9f28a3e325ec3c1eaf7d286f6a172ddca1
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd48bb9f

dev-python/picobox: Keyword 2.2.0 s390, #831852

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

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

diff --git a/dev-python/picobox/picobox-2.2.0.ebuild 
b/dev-python/picobox/picobox-2.2.0.ebuild
index dd91e06d810d..f8cd695118ab 100644
--- a/dev-python/picobox/picobox-2.2.0.ebuild
+++ b/dev-python/picobox/picobox-2.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2022-02-07 Thread Sam James
commit: d6af02a7f9600df04d78671929b4270c2a379457
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6af02a7

dev-python/myst_parser: Keyword 0.16.1_p20220119 s390, #831852

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

 dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild 
b/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild
index d57fa18a5472..ccfc134a8b97 100644
--- a/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild
+++ b/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/MyST-Parser-${COMMIT}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="


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

2022-02-07 Thread Sam James
commit: 9bfd5688cd725f44972df88608c9f59df9d4ec64
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfd5688

dev-python/nptyping: Keyword 1.4.4 s390, #831852

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

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

diff --git a/dev-python/nptyping/nptyping-1.4.4.ebuild 
b/dev-python/nptyping/nptyping-1.4.4.ebuild
index 148b4c18a8b0..106d9851c8e0 100644
--- a/dev-python/nptyping/nptyping-1.4.4.ebuild
+++ b/dev-python/nptyping/nptyping-1.4.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mdit-py-plugins/

2022-02-07 Thread Sam James
commit: d50f818ea704f98cf5b6244ca29c0023c91a2712
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50f818e

dev-python/mdit-py-plugins: Keyword 0.3.0 s390, #831852

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

 dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild 
b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
index 667ce758e934..523ada6696f9 100644
--- a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
+++ b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/markdown-it-py[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-it-py/

2022-02-07 Thread Sam James
commit: 5ffbf594a0a1f8ac30ab574fe8762b23e25ce4b6
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffbf594

dev-python/markdown-it-py: Keyword 2.0.1 s390, #831852

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

 dev-python/markdown-it-py/markdown-it-py-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/markdown-it-py/markdown-it-py-2.0.1.ebuild 
b/dev-python/markdown-it-py/markdown-it-py-2.0.1.ebuild
index 78e69690fba0..3b1796df78e2 100644
--- a/dev-python/markdown-it-py/markdown-it-py-2.0.1.ebuild
+++ b/dev-python/markdown-it-py/markdown-it-py-2.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="


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

2022-02-07 Thread Sam James
commit: 4bb5ce6eed93a3161a8b28a2e897a7da4584932d
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb5ce6e

dev-python/deepmerge: Keyword 1.0.0 s390, #831852

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

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

diff --git a/dev-python/deepmerge/deepmerge-1.0.0.ebuild 
b/dev-python/deepmerge/deepmerge-1.0.0.ebuild
index 5ef99fc07b3e..59b68099725c 100644
--- a/dev-python/deepmerge/deepmerge-1.0.0.ebuild
+++ b/dev-python/deepmerge/deepmerge-1.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 



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

2022-02-07 Thread Sam James
commit: aa6893fae197c7d09599c8a31a489a3e54ebab27
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6893fa

dev-python/sphinxcontrib-openapi: Keyword 0.7.0 s390, #831852

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

 dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild 
b/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild
index 503010986303..5e18eb5fdcae 100644
--- a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild
+++ b/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2022-02-07 Thread Sam James
commit: 44e3676841b437ea50349d0cf561c44092ab7bbd
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e36768

dev-python/stdio-mgr: Keyword 1.0.1 s390, #831852

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

 dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild 
b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
index 1e25644bdaf0..2fb53aef9969 100644
--- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
+++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]"



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

2022-02-07 Thread Sam James
commit: f51828923e8f9e6aa9f67601c3b1a9b29cad
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5182892

dev-python/sphinxemoji: Keyword 0.2.0 s390, #831852

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

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

diff --git a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild 
b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
index d5c967343855..86305abc8f96 100644
--- a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
+++ b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



  1   2   3   4   5   >