[gentoo-commits] repo/gentoo:master commit in: dev-lisp/hyperspec/

2021-08-15 Thread Ulrich Müller
commit: a2f66eee415c428f72d37e560442405466381a63
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Aug 16 05:48:10 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Aug 16 05:48:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f66eee

dev-lisp/hyperspec: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild 
b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
deleted file mode 100644
index 8f42e8c8c73..000
--- a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=${PV/./-}
-MY_P=HyperSpec-${MY_PV}
-
-DESCRIPTION="Common Lisp ANSI-standard Hyperspec"
-HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/;
-SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz;
-S="${WORKDIR}"
-
-LICENSE="HyperSpec"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-DOCS="HyperSpec*"



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

2021-08-15 Thread Michał Górny
commit: d13e2520c2be0469426398b3056d10c349baad75
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 05:34:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 05:39:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13e2520

dev-python/zeroconf: Bump to 0.35.1

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

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.35.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 6be000ec3bf..e0077b6b937 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -5,3 +5,4 @@ DIST python-zeroconf-0.33.4.gh.tar.gz 121380 BLAKE2B 
a1a8ac266aaded65337aa9d5c26
 DIST python-zeroconf-0.34.2.gh.tar.gz 125452 BLAKE2B 
704ab1400a01eae93b1f706c2ccd4554b7ffbbcfcaebfc28bacf6e28354894185a7ed5cffddb3b96ff05dc3521d2507160a5f43c11a600c5b5043882d15c39e6
 SHA512 
958d01316ef307d08d68abe975f45d77e84cede8334f8ad023080b7d46f965f890b1c74de640807681d3aaa647e01902de01309e3520fba8ba18cb4b6af1f4ba
 DIST python-zeroconf-0.34.3.gh.tar.gz 125454 BLAKE2B 
d80c25fa8bb79b6c5a3d491efc0e891b08e808d9c2619d917a19d9d76ebdf13d32ddb684a3f68abd7ae6dce3597de30027557033a5ccacfe8dcc5bf624b45f25
 SHA512 
d9f1ab126dd68fdef2e2983a11efe7d3703bbacd7b74b9a82a781361b0282bf20d8c16bcf96beda7112958eab54e0b819f709d840a9e5f0f2da8c9003e9943fe
 DIST python-zeroconf-0.35.0.gh.tar.gz 126620 BLAKE2B 
1c2a7e78c32305be0c35fcef513e26c1834dee71b7714479c70c44a09378fb96a15f39fb4d9de4a8bde607cc4ef67798b5e6cb09e613f1a86cd9934123ab2ca9
 SHA512 
440871dd5fa861950187bf0c4593b2212d91477d4adbd41a43fd3adec820543628d684dfc042e38e4b69cd94e8b23d10298e660da32f8c221faf16e03135b925
+DIST python-zeroconf-0.35.1.gh.tar.gz 127099 BLAKE2B 
dc09dadaeaac64d8517de407ddcfffc4152e366430c492d4ab562c56afa3264c33a26373f249bbddd969bb28dbc5c1b7513e59c0ebb728c12a77fb9d428e4f0a
 SHA512 
27386cd425928821080c9c6fd2babdcfc001cc4583ef4c699169e3818f6bb8536f712cf7959e6003a6aaf40e85b5337a8a5abcfdf686455dee577cfa61270fb7

diff --git a/dev-python/zeroconf/zeroconf-0.35.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.35.1.ebuild
new file mode 100644
index 000..0e1b2943b16
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.35.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P=python-zeroconf-${PV}
+DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
+HOMEPAGE="
+   https://github.com/jstasiak/python-zeroconf/
+   https://pypi.org/project/zeroconf/;
+SRC_URI="
+   https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local excludes=(
+   # network
+   tests/test_core.py::Framework::test_close_multiple_times
+   tests/test_core.py::Framework::test_launch_and_close
+   
tests/test_core.py::Framework::test_launch_and_close_context_manager
+   tests/test_core.py::Framework::test_launch_and_close_v4_v6
+   tests/test_core.py::Framework::test_launch_and_close_v6_only
+   
tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
+   )
+
+   epytest ${excludes[@]/#/--deselect }
+}



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

2021-08-15 Thread Michał Górny
commit: c5c3d8c711d57c76ae31e4d0d464bea3158d65a9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 05:31:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 05:39:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c3d8c7

dev-python/pycurl: Bump to 7.44.1

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

 dev-python/pycurl/Manifest |  1 +
 dev-python/pycurl/pycurl-7.44.1.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-python/pycurl/Manifest b/dev-python/pycurl/Manifest
index e5d88444814..026eed71879 100644
--- a/dev-python/pycurl/Manifest
+++ b/dev-python/pycurl/Manifest
@@ -1,2 +1,3 @@
 DIST pycurl-7.43.0.6.tar.gz 222895 BLAKE2B 
5a923a3d7a57aa553361206fd0c0e43e6ad66a70af72540c08a29903a9a71ed6b9460c06ab6e50fc2a01d1badd45edf41eb36f6dd97fca3c83bef30f12e41c40
 SHA512 
5625d9e38159fb785afaf539372a8ac658d9118fb25f581f11629859fde400b6fccf65e03a19e182534a78169531304639b1e6f1bfdd2cb09bce95d581b52850
 DIST pycurl-7.44.0.tar.gz 227443 BLAKE2B 
b0c19058f3df74702221d01320d6c2c389f67b41c1fa5728aba50266f4120d736d38e510ee20f66e163fad14957e8ec38c9cfcd217845b4a5c4d2253afaec175
 SHA512 
9e371796650cd698ec50236714cba203782d793154f8325c8b2f106d2ce9b1a60766d7641b84702ec32dc83fa6e3ffe16cb774cb9ccba9747cfb089d9caec8e6
+DIST pycurl-7.44.1.tar.gz 227562 BLAKE2B 
7dcbde563140f28382768b89b95422f873d5396a1f050dfcd3686d87b0ca2c3f3871281ed87b1dfbe7e4268728c2ec3ba7a76e7d7ef57754af5c185bf2a6fbe8
 SHA512 
e251db332791de07364695b5fd59b3a290486eabbde8be9914b5edeefa8702b4dd9ab678739ad765f76ededeb7192444fefe2a076d3977f454259dfd06731059

diff --git a/dev-python/pycurl/pycurl-7.44.1.ebuild 
b/dev-python/pycurl/pycurl-7.44.1.ebuild
new file mode 100644
index 000..74935e36c25
--- /dev/null
+++ b/dev-python/pycurl/pycurl-7.44.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 toolchain-funcs
+
+DESCRIPTION="python binding for curl/libcurl"
+HOMEPAGE="
+   https://github.com/pycurl/pycurl
+   https://pypi.org/project/pycurl/
+   http://pycurl.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl examples ssl test"
+RESTRICT="!test? ( test )"
+
+# Depend on a curl with curl_ssl_* USE flags.
+# libcurl must not be using an ssl backend we do not support.
+# If the libcurl ssl backend changes pycurl should be recompiled.
+# If curl uses gnutls, depend on at least gnutls 2.11.0 so that pycurl
+# does not need to initialize gcrypt threading and we do not need to
+# explicitly link to libgcrypt.
+RDEPEND="
+   >=net-misc/curl-7.25.0-r1:=[ssl=]
+   ssl? (
+   
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-)]
+   curl_ssl_gnutls? ( >=net-libs/gnutls-2.11.0:= )
+   curl_ssl_openssl? ( dev-libs/openssl:= )
+   )"
+
+# bottle-0.12.7: https://github.com/pycurl/pycurl/issues/180
+# bottle-0.12.7: 
https://github.com/defnull/bottle/commit/f35197e2a18de1672831a70a163fcfd38327a802
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/bottle[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),http2]
+   >=dev-python/bottle-0.12.7[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # docs installed into the wrong directory
+   sed -e "/setup_args\['data_files'\] = /d" -i setup.py || die
+   # TODO
+   sed -e 's:test_socks5_gssapi_nec_setopt:_&:' \
+   -i tests/option_constants_test.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   # Override faulty detection in setup.py, bug 510974.
+   export PYCURL_SSL_LIBRARY=${CURL_SSL}
+}
+
+src_test() {
+   emake -C tests/fake-curl/libcurl CC="$(tc-getCC)"
+
+   distutils-r1_src_test
+}
+
+python_test() {
+   nosetests -a '!standalone,!gssapi' -v --with-flaky || die "Tests fail 
with ${EPYTHON}"
+   nosetests -a 'standalone' -v --with-flaky || die "Tests fail with 
${EPYTHON}"
+}
+
+python_install_all() {
+   local HTML_DOCS=( doc/. )
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2021-08-15 Thread Michał Górny
commit: 53c40e3e0ce87926fc31e638962d459e6e59eca6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 05:37:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 05:39:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c40e3e

dev-python/unidiff: Bump to 0.7.0

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

 dev-python/unidiff/Manifest |  1 +
 dev-python/unidiff/unidiff-0.7.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest
index d0d25efe4c5..19077b396ed 100644
--- a/dev-python/unidiff/Manifest
+++ b/dev-python/unidiff/Manifest
@@ -1 +1,2 @@
 DIST unidiff-0.6.0.tar.gz 17734 BLAKE2B 
4268553c31209ac1e125aee1db3808250cf9a605d7e0a0a6db257588e3c2dada3044a800a2fa0cb590ff6d31babd3a3a34c637a4360f54b22f26ed9f5563
 SHA512 
2e4d30221a3f3230c3559936e7423bdb32d36127eac5c1c7b3c3dc9946ea7276c5074d7fb962e80117052830f98b4dfa1af9bfdea8369293ba77ccef86303f87
+DIST unidiff-0.7.0.tar.gz 18883 BLAKE2B 
815c578ea02fb9e8a9a6f79e02ba8c35981f49d93b615d198bf5365df11552da84519a6b732986867dca3c329e7b43e9c79e7b158e17ec6921611a8d80aa3af6
 SHA512 
4f6f249219e4f36d7f753bb117123c508420ecbe6ef4f78936ceea10a5df00a4177ae45d8a56c62d824ee17ddfbc5a41ffc1f45ce1a7add9692b9c86813c2aac

diff --git a/dev-python/unidiff/unidiff-0.7.0.ebuild 
b/dev-python/unidiff/unidiff-0.7.0.ebuild
new file mode 100644
index 000..43ecf5b9b6d
--- /dev/null
+++ b/dev-python/unidiff/unidiff-0.7.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Unified diff parsing/metadata extraction library"
+HOMEPAGE="https://github.com/matiasb/python-unidiff 
https://pypi.org/project/unidiff/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests unittest



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

2021-08-15 Thread Michał Górny
commit: 80c8e72c215d18035708ae89382e6526abe1ca5d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 05:29:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 05:39:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c8e72c

dev-python/keyring: Bump to 23.1.0

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.1.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 44ba7445b5c..eaee8a2996e 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1 +1,2 @@
 DIST keyring-23.0.1.tar.gz 48614 BLAKE2B 
dd56b92464934a7596bba97c5a1990eb2b3bf33da2eb469aa028ad346c09fa14687cc9214cb48ed82c0f32fc4fcf779391a00a5c9fffdff25f31e7f70f2bd731
 SHA512 
9f779e419049aef699c67dcb93277f336a2063b42394a4ff2350b8e72b81fe6763f6a6fbe8f358e90bf31540513095e2e56b83742841ee567e5d46b91995c063
+DIST keyring-23.1.0.tar.gz 43668 BLAKE2B 
7ef9a8858568ef8d0889b693cab55f7d2e61ebc3e6116b1f936c6b841ef3a50838b80d6315e5a04bee44a71b1e3bd1112d627603c8b9d113b12173d3442af776
 SHA512 
d3bd6c6c224a00f2d2aa0c22ec05a5e78707db37c62ed0e03d444ed94e2eee053f7eb1e4c387073753ca5c9b76a9f51d0bda8294f9ba2a326c84afd913a14293

diff --git a/dev-python/keyring/keyring-23.1.0.ebuild 
b/dev-python/keyring/keyring-23.1.0.ebuild
new file mode 100644
index 000..f815a958a2c
--- /dev/null
+++ b/dev-python/keyring/keyring-23.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring;
+SRC_URI="https://github.com/jaraco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/jaraco-packaging \
+   dev-python/rst-linker
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+   local deselect=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+   )
+   epytest --ignore tests/backends/test_kwallet.py 
${deselect[@]/#/--deselect }
+}



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

2021-08-15 Thread Michał Górny
commit: 8772ee1ec62e14307c58a6313aa8498ef95f4d69
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 05:28:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 05:39:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8772ee1e

dev-python/pytools: Bump to 2021.2.8

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

 dev-python/pytools/Manifest  |  1 +
 .../{pytools-.ebuild => pytools-2021.2.8.ebuild} | 16 
 dev-python/pytools/pytools-.ebuild   | 11 +--
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 3170a438766..70a20ed250a 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2021.2.7.tar.gz 63673 BLAKE2B 
0d64aea8c87bf7d8f6f0fb432545fc20589aadf8cee41fdc9096a1e59e1ec4588812b803cffcbf8cc92bab4e18d5ea4422beeddc9408051af11e06b04d8e7a6a
 SHA512 
284fbdb638d40247e330c254567f594f723cad467a504bb31852c0ec5cbbb0648d9596c65e9839975bbe3a52556896440c25da5d2171aaed7c26ba38db6a4426
+DIST pytools-2021.2.8.tar.gz 63381 BLAKE2B 
975a611c0ee7b013facf9754926d52e66184d69b9bbbe3ddafd252d0c0bd093c11cb91140879e2660b7e2a4f2291b58f728b2e19add2e205653df59a9f2b7be2
 SHA512 
9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8

diff --git a/dev-python/pytools/pytools-.ebuild 
b/dev-python/pytools/pytools-2021.2.8.ebuild
similarity index 54%
copy from dev-python/pytools/pytools-.ebuild
copy to dev-python/pytools/pytools-2021.2.8.ebuild
index 17a4d2a8999..5400173d9dd 100644
--- a/dev-python/pytools/pytools-.ebuild
+++ b/dev-python/pytools/pytools-2021.2.8.ebuild
@@ -1,24 +1,24 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='sqlite'
-DISTUTILS_USE_SETUPTOOLS=bdepend
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Collection of tools missing from the Python standard library"
 HOMEPAGE="https://mathema.tician.de/software/pytools/;
-EGIT_REPO_URI="https://github.com/inducer/pytools;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
-RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]"
+"
 
 distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-.ebuild 
b/dev-python/pytools/pytools-.ebuild
index 17a4d2a8999..2bd2c25235e 100644
--- a/dev-python/pytools/pytools-.ebuild
+++ b/dev-python/pytools/pytools-.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='sqlite'
-DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1 git-r3
 
@@ -16,9 +15,9 @@ EGIT_REPO_URI="https://github.com/inducer/pytools;
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]"
+"
 
 distutils_enable_tests pytest



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

2021-08-15 Thread Hans de Graaff
commit: e7c78f9f71f2cbc13def16ceac7758b2c2802e13
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 16 05:33:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 16 05:33:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c78f9f

dev-ruby/rspec-rails: add 5.0.2

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

 dev-ruby/rspec-rails/Manifest |  1 +
 dev-ruby/rspec-rails/rspec-rails-5.0.2.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/rspec-rails/Manifest b/dev-ruby/rspec-rails/Manifest
index a61ce4f0db1..346f05f7f4d 100644
--- a/dev-ruby/rspec-rails/Manifest
+++ b/dev-ruby/rspec-rails/Manifest
@@ -2,3 +2,4 @@ DIST rspec-rails-3.9.1.tar.gz 143459 BLAKE2B 
87a691df63a438b15b5726a802632c16373
 DIST rspec-rails-4.0.2.tar.gz 153760 BLAKE2B 
ba609fe316a27c21f140df41b63916cb9a70e77302e3dbe1fa565024e85504e63d4f7bd575117f91f9762bdadf5b462acadefdde1d36a6a731227fa2e2cd5ed7
 SHA512 
4b4567ba896a80fd487ddcca466d23d6b9e634354f8b70d0146ddbf0c119628406ba8aad4e16bce577e63cc4d3d476c270c4c2f1ad1956bde7529f318b717cf9
 DIST rspec-rails-4.1.2.tar.gz 156296 BLAKE2B 
ca454065c8fb318148e745162514b9f21aaf6050ae72981d12a23b838bc7d985350c8abd60a36c07cb5c8c8bd80dd7b97b0dcb9ab6f5fb30ec4a6d99aaf189d4
 SHA512 
c0555d3b0d1ea91c9460981216cb0e4d1999e712daf18e5270aa20daee9667e3e669c918204e863bea0b6a97a63a79cdb1cd261d396743fdfbcc41109211ce89
 DIST rspec-rails-5.0.1.tar.gz 156435 BLAKE2B 
e32016bdaf50fc4dccb0700320738aa0ef59e5fb7a3e351f68a1b9ad6d86be07850aa473166b0aee037f9dd2f21935c41c4ec502849ac5eeaf08ec602093d81a
 SHA512 
65b212870524397a922dd7fc6a796c50b56d454378785b1ff36eb9e0fa9e08291bff0360a7e56710322a7edb33b800e55b9f46bacb92b3a65f53489307c57149
+DIST rspec-rails-5.0.2.tar.gz 156991 BLAKE2B 
a1700fad43ed2eb441d95307fd14fe8c0f96c51edaaddaa13a94b6c740711ddb96c9c7058051c1160746111e52c56a5685808532795aa0e32cab2f91b287b6fc
 SHA512 
c2154f0cac634ead0109daf0e91782e9c770783104d3b2a4b0e097d46f8a9ebb49fe993733a7a3f6c4e3d037d5ab25f424cf8e3386a161172fb8c68e731b076e

diff --git a/dev-ruby/rspec-rails/rspec-rails-5.0.2.ebuild 
b/dev-ruby/rspec-rails/rspec-rails-5.0.2.ebuild
new file mode 100644
index 000..4728ae27c25
--- /dev/null
+++ b/dev-ruby/rspec-rails/rspec-rails-5.0.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+#RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-rails.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="RSpec's official Ruby on Rails plugin"
+HOMEPAGE="https://rspec.info/;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   || ( dev-ruby/activesupport:6.1 dev-ruby/activesupport:6.0 
dev-ruby/activesupport:5.2 )
+   || ( dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 
dev-ruby/actionpack:5.2 )
+   || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 dev-ruby/railties:5.2 )
+   >=dev-ruby/rspec-3.10:3"
+
+# Depend on the package being already installed for tests, because
+# requiring ammeter will load it, and we need a consistent set of rspec
+# and rspec-rails for that to work.
+ruby_add_bdepend "test? (
+   >=dev-ruby/capybara-2.2.0
+   >=dev-ruby/ammeter-1.1.5
+   ~dev-ruby/rspec-rails-${PV}
+)"
+
+all_ruby_prepare() {
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   echo "--require spec_helper" > .rspec || die
+
+   # Avoid bundler-specific specs.
+   rm -f spec/sanity_check_spec.rb || die
+
+   # Avoid broken controller generator specs for now.
+   rm -fr spec/generators/rspec || die
+
+   # Test with a compatible rails version
+   sed -i -e '1igem "rails", "<6.1"' spec/spec_helper.rb || die
+
+   # Fix gemspec.
+   sed -e 's/git ls-files --/find/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/

2021-08-15 Thread Miroslav Šulc
commit: 719313a38bf1ec7c1948a07a8778016ae7cc
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Aug 16 05:20:12 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Aug 16 05:20:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719313a3

www-apps/postfixadmin: removed obsolete and vulnerable 3.3.9-r2

Bug: https://bugs.gentoo.org/808192
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 www-apps/postfixadmin/Manifest |   1 -
 www-apps/postfixadmin/postfixadmin-3.3.9-r2.ebuild | 105 -
 2 files changed, 106 deletions(-)

diff --git a/www-apps/postfixadmin/Manifest b/www-apps/postfixadmin/Manifest
index ea781fb57a0..186ff67a45a 100644
--- a/www-apps/postfixadmin/Manifest
+++ b/www-apps/postfixadmin/Manifest
@@ -1,2 +1 @@
 DIST postfixadmin-3.3.10.tar.gz 1868307 BLAKE2B 
489cac00205dbac9d1995f83a38a1817dfa207b2fd858ef87c0f4f3c45018759f6b2510e44da51f550df4182b0677cba346fd10a7fc3d4183672ebf70e64dd81
 SHA512 
b922ef08cbb3338e7581a78abb3077e92401019bea584710816615ab019a8cf678b22dbb068d0321550e2298f6a235b8a245c44c9f7eef02bb6b49b696225a2f
-DIST postfixadmin-3.3.9.tar.gz 1866167 BLAKE2B 
28546631dce340d3c1128b525de1c33e9e3aa23cd557e6c8f7e9b26f97aedba67f2e5f3ea351e0db2d79e068e16cfa1672cbe3e6abbffd19e5009e2a9df84523
 SHA512 
791b05df34a4f2eec01fe6f6b9038a6630cd60c42e1f2e725fe3d033a692b77d2d688858b947c53d1ce48258c7c87a2e3fb31356e553632b88149d5a29bfa70e

diff --git a/www-apps/postfixadmin/postfixadmin-3.3.9-r2.ebuild 
b/www-apps/postfixadmin/postfixadmin-3.3.9-r2.ebuild
deleted file mode 100644
index fae0d87352a..000
--- a/www-apps/postfixadmin/postfixadmin-3.3.9-r2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-DESCRIPTION="Web Based Management tool for Postfix style virtual domains and 
users"
-HOMEPAGE="http://postfixadmin.sourceforge.net;
-SRC_URI="https://github.com/postfixadmin/postfixadmin/archive/${P}.tar.gz;
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="+mysql postgres +vacation"
-REQUIRED_USE="|| ( mysql postgres )"
-
-DEPEND="
-   dev-lang/php:*[unicode,imap,postgres?]
-   vacation? (
-   acct-group/vacation
-   acct-user/vacation
-   dev-perl/DBI
-   dev-perl/Email-Sender
-   dev-perl/Email-Valid
-   dev-perl/Log-Dispatch
-   dev-perl/Log-Log4perl
-   dev-perl/MIME-Charset
-   dev-perl/MIME-EncWords
-   mysql? ( dev-perl/DBD-mysql )
-   postgres? ( dev-perl/DBD-Pg )
-   )
-"
-
-RDEPEND="
-   ${DEPEND}
-   virtual/httpd-php
-   mysql? ( || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) )
-"
-
-need_httpd_cgi
-
-pkg_setup() {
-   webapp_pkg_setup
-}
-
-src_install() {
-   webapp_src_preinst
-
-   if use vacation; then
-   insinto /var/spool/vacation
-   newins VIRTUAL_VACATION/vacation.pl vacation.pl-${SLOT}
-   fowners vacation:vacation 
/var/spool/vacation/vacation.pl-${SLOT}
-   fperms 770 /var/spool/vacation/vacation.pl-${SLOT}
-   dodoc VIRTUAL_VACATION/FILTER_README
-   newdoc VIRTUAL_VACATION/INSTALL.md VIRTUAL_VACATION_INSTALL.md
-   rm -r 
VIRTUAL_VACATION/{vacation.pl,INSTALL.md,tests,FILTER_README} || die
-   fi
-
-   dodoc -r ADDITIONS
-
-   local docs="DOCUMENTS/*.txt INSTALL.TXT CHANGELOG.TXT"
-   dodoc ${docs}
-
-   rm -rf ${docs} DOCUMENTS/ GPL-LICENSE.TXT LICENSE.TXT debian/ tests/ 
ADDITIONS/
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_configfile "${MY_HTDOCSDIR}"/config.inc.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en-2.3.txt
-   webapp_src_install
-}
-
-pkg_postinst() {
-   webapp_pkg_postinst
-
-   einfo "Please note that if upgrading from version prior to 3.3.0,"
-   einfo "existing setup_password will no longer work and you will"
-   einfo "need to generate new one. See instructions in setup.php."
-
-   if use vacation; then
-   # portage does not update owners of directories (feature :)
-   chown vacation:vacation "${ROOT}"/var/spool/vacation/
-   einfo
-   einfo "/var/spool/vacation/vacation.pl symlink was updated to:"
-   einfo "/var/spool/vacation/vacation.pl-${SLOT}"
-   ln -sf "${ROOT}"/var/spool/vacation/vacation.pl{-${SLOT},} || 
die
-   fi
-}
-
-pkg_postrm() {
-   # Make sure we don't leave broken vacation.pl symlink
-   find -L "${ROOT}"/var/spool/vacation/ -type l -delete
-   local shopt_save=$(shopt -p nullglob)
-   shopt -s nullglob
-   local vacation=( "${ROOT}"/var/spool/vacation/vacation.pl-* )
-   ${shopt_save}
-   if [[ ! -e 

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

2021-08-15 Thread Agostino Sarubbo
commit: 598b43e2378bb3c87f9055ced62982e9ca1760e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:18:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:18:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598b43e2

dev-python/boto3: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) 
wrt bug #808270

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

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

diff --git a/dev-python/boto3/boto3-1.18.7.ebuild 
b/dev-python/boto3/boto3-1.18.7.ebuild
index 819e7369111..2cd6cb479d7 100644
--- a/dev-python/boto3/boto3-1.18.7.ebuild
+++ b/dev-python/boto3/boto3-1.18.7.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
BOTOCORE_PV=${PV}
 else
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"



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

2021-08-15 Thread Agostino Sarubbo
commit: d756d6b8e0da330ba76d943ca9e21ccaf62842de
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:19:59 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:19:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d756d6b8

sys-apps/pkgcore: sparc stable wrt bug #808393

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

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

diff --git a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
index a6f0b64fb01..de125d8637e 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-08-15 Thread Agostino Sarubbo
commit: e8b882778ff770f3a95084e6c03dc7d676976661
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:20:08 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:20:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b88277

dev-libs/libbsd: sparc stable wrt bug #808489

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

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

diff --git a/dev-libs/libbsd/libbsd-0.11.3.ebuild 
b/dev-libs/libbsd/libbsd-0.11.3.ebuild
index 61cf15ec12c..97ae29b2eb4 100644
--- a/dev-libs/libbsd/libbsd-0.11.3.ebuild
+++ b/dev-libs/libbsd/libbsd-0.11.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"



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

2021-08-15 Thread Agostino Sarubbo
commit: a6c0f393a78d2cfd0744a51d082b2df246649ebd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:19:19 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:19:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c0f393

dev-python/bleach: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #808276

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

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

diff --git a/dev-python/bleach/bleach-3.3.1.ebuild 
b/dev-python/bleach/bleach-3.3.1.ebuild
index 7a2b9a2de70..234418e23c4 100644
--- a/dev-python/bleach/bleach-3.3.1.ebuild
+++ b/dev-python/bleach/bleach-3.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2021-08-15 Thread Agostino Sarubbo
commit: 8d922363d93a5c7972cf1496b99686bb7c2c7baf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:19:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:19:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d922363

dev-python/simplejson: sparc stable wrt bug #808348

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

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

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index fa6cbdd637e..e002bff4e00 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 23f4ca3d6f1fa699c224acf482010086cf8fa5b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:20:06 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:20:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f4ca3d

app-crypt/libmd: sparc stable wrt bug #808489

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

 app-crypt/libmd/libmd-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libmd/libmd-1.0.3-r2.ebuild 
b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
index 5bdefe71668..9efb7bb7927 100644
--- a/app-crypt/libmd/libmd-1.0.3-r2.ebuild
+++ b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
 
 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${P}-out-of-source.patch )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 62fe004599e23fd7cd3013575aa75d45ec32a4a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:19:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fe0045

dev-python/testtools: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #808363

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

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

diff --git a/dev-python/testtools/testtools-2.5.0.ebuild 
b/dev-python/testtools/testtools-2.5.0.ebuild
index ef5d0f959a0..f1b239c09f3 100644
--- a/dev-python/testtools/testtools-2.5.0.ebuild
+++ b/dev-python/testtools/testtools-2.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
>=dev-python/extras-1.0.0[${PYTHON_USEDEP}]



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

2021-08-15 Thread Agostino Sarubbo
commit: 2053df7621097b874d60b6eacf6bbe85373a6177
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:18:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2053df76

dev-python/botocore: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #808270

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

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

diff --git a/dev-python/botocore/botocore-1.21.7.ebuild 
b/dev-python/botocore/botocore-1.21.7.ebuild
index 30e0988848a..6b848259897 100644
--- a/dev-python/botocore/botocore-1.21.7.ebuild
+++ b/dev-python/botocore/botocore-1.21.7.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 RDEPEND="



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

2021-08-15 Thread Agostino Sarubbo
commit: 092b0ecb4b6d950950d4f9ac7047ee2634865411
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:19:25 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:19:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092b0ecb

dev-python/cffi: sparc stable wrt bug #808279

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

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

diff --git a/dev-python/cffi/cffi-1.14.6.ebuild 
b/dev-python/cffi/cffi-1.14.6.ebuild
index d2ca15df50f..25f7e30de9d 100644
--- a/dev-python/cffi/cffi-1.14.6.ebuild
+++ b/dev-python/cffi/cffi-1.14.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-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"
 
 DEPEND="dev-libs/libffi:="
 RDEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/hyperspec/

2021-08-15 Thread Agostino Sarubbo
commit: 4c9e05ecea0816beadbaf681c78317ab599ead08
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:18:21 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:18:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9e05ec

dev-lisp/hyperspec: amd64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug 
#808171

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

 dev-lisp/hyperspec/hyperspec-7.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r3.ebuild 
b/dev-lisp/hyperspec/hyperspec-7.0-r3.ebuild
index 75065004708..b41a92189fa 100644
--- a/dev-lisp/hyperspec/hyperspec-7.0-r3.ebuild
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"
 
 LICENSE="HyperSpec"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 src_install() {
docinto html



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

2021-08-15 Thread Agostino Sarubbo
commit: a4facea6e06f4b19a1a9c35f3f97ce212b831f2c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:17:38 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:17:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4facea6

app-crypt/libmd: ppc64 stable wrt bug #808489

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

 app-crypt/libmd/libmd-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libmd/libmd-1.0.3-r2.ebuild 
b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
index 135de8de347..5bdefe71668 100644
--- a/app-crypt/libmd/libmd-1.0.3-r2.ebuild
+++ b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
 
 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${P}-out-of-source.patch )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 72b78fd3506290f301e34094360f0d95faa8a101
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:17:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:17:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b78fd3

dev-python/simplejson: ppc64 stable wrt bug #808348

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

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

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index 6f3a878ee42..fa6cbdd637e 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: cf92e75af682f64f22f781d3ae1e875593152c4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:17:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:17:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf92e75a

media-sound/fluidsynth: ppc64 stable wrt bug #808108

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

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

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
index 7c1e9bc27d6..62719380897 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc ~x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



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

2021-08-15 Thread Agostino Sarubbo
commit: 9a8d923982ecbb94bffc53deb31e02b13b4c2995
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:17:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:17:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8d9239

sys-apps/pkgcore: ppc64 stable wrt bug #808393

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

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

diff --git a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
index 7ccbb2c2c71..a6f0b64fb01 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-08-15 Thread Agostino Sarubbo
commit: e328a3497642e0208ce63dd0019e5c11500b9fdb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:17:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:17:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e328a349

dev-libs/libbsd: ppc64 stable wrt bug #808489

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

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

diff --git a/dev-libs/libbsd/libbsd-0.11.3.ebuild 
b/dev-libs/libbsd/libbsd-0.11.3.ebuild
index d4bb3ab546a..61cf15ec12c 100644
--- a/dev-libs/libbsd/libbsd-0.11.3.ebuild
+++ b/dev-libs/libbsd/libbsd-0.11.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"



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

2021-08-15 Thread Agostino Sarubbo
commit: fe42e7a7946157cc179e4855f6c99947b5f5f034
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:16:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:16:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe42e7a7

app-crypt/libmd: ppc stable wrt bug #808489

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

 app-crypt/libmd/libmd-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libmd/libmd-1.0.3-r2.ebuild 
b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
index 2329b84c51e..135de8de347 100644
--- a/app-crypt/libmd/libmd-1.0.3-r2.ebuild
+++ b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
 
 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${P}-out-of-source.patch )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: c5be044f709b328692c8d1cfc7a8e45c018f4ec6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:16:33 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:16:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5be044f

dev-libs/libbsd: ppc stable wrt bug #808489

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

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

diff --git a/dev-libs/libbsd/libbsd-0.11.3.ebuild 
b/dev-libs/libbsd/libbsd-0.11.3.ebuild
index 405b20ccdb8..d4bb3ab546a 100644
--- a/dev-libs/libbsd/libbsd-0.11.3.ebuild
+++ b/dev-libs/libbsd/libbsd-0.11.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"



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

2021-08-15 Thread Agostino Sarubbo
commit: 8f432cdcd1af0db29ba81e7d897a90cea5934498
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:16:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:16:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f432cdc

media-sound/fluidsynth: ppc stable wrt bug #808108

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

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

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
index bf678c5595f..7c1e9bc27d6 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 sparc ~x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



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

2021-08-15 Thread Agostino Sarubbo
commit: d22a41aeaf4f5a916fec0d8b6564d6e348d4cca0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:16:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:16:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22a41ae

sys-apps/pkgcore: ppc stable wrt bug #808393

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

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

diff --git a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
index cc4b35a66b6..7ccbb2c2c71 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 5f13fd00954e291f20c4d887fc497bd044364436
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:16:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:16:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f13fd00

dev-python/pygraphviz: ppc stable wrt bug #808387

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

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

diff --git a/dev-python/pygraphviz/pygraphviz-1.7.ebuild 
b/dev-python/pygraphviz/pygraphviz-1.7.ebuild
index a8ca24e1c9a..3dc076714b8 100644
--- a/dev-python/pygraphviz/pygraphviz-1.7.ebuild
+++ b/dev-python/pygraphviz/pygraphviz-1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86 ~x86-linux ~ppc-macos 
~x64-macos"
 
 # Note: only C API of graphviz is used, PYTHON_USEDEP unnecessary.
 RDEPEND="media-gfx/graphviz"



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

2021-08-15 Thread Agostino Sarubbo
commit: 63f664805e9b4b39c2316c2d1996d56e89397529
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:15:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:15:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f66480

dev-libs/libuv: ppc stable wrt bug #800986

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

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

diff --git a/dev-libs/libuv/libuv-1.41.1.ebuild 
b/dev-libs/libuv/libuv-1.41.1.ebuild
index 15969ea173f..3ae90778f0e 100644
--- a/dev-libs/libuv/libuv-1.41.1.ebuild
+++ b/dev-libs/libuv/libuv-1.41.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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 ~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"
 fi
 
 LICENSE="BSD BSD-2 ISC MIT"



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

2021-08-15 Thread Agostino Sarubbo
commit: 2e069173a212c9a1848c64b4b99a12bed1c05ccb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:16:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:16:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e069173

dev-python/simplejson: ppc stable wrt bug #808348

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

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

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index d3176249738..6f3a878ee42 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: f62b215788a1ee8bb7f0647ebe27c7d20f874513
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:06:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:06:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62b2157

sys-kernel/git-sources: Automated version bump to 5.14_rc6.

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

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-5.14_rc6.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index c42ccfb6aed..80bd4cfc743 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-5.14-rc2.patch 69403130 BLAKE2B 
56a55e40625fbdf9b9324ffbdae401bc9202c
 DIST patch-5.14-rc3.patch 69715862 BLAKE2B 
bf826bfaf1968b2da2f074bb16ac82237c41d8b57e689545a88c64f125ece052e24557a82e00b37761ece2f440498cf0ffa848cfad4fae18380bd3fa0e637ac0
 SHA512 
56199a49b579f3511605a4a90dd8a2f5c9c904705bcd3036933e748864b4fe10cef5f084cf39227b959776df0e2509776f12c9d6d9f0c12947613ca2dba86b26
 DIST patch-5.14-rc4.patch 69955713 BLAKE2B 
b4e3051cbba62cf937072205c29116362578be25dec7d5b25d020ffb4e634855be2771c152a36b1d40249692aceed0e70edc25479aad1ac99399dbec878fd97b
 SHA512 
0d62ef70193c4bcb2b13637878e5c6d163d59cdcf00ec1447fe356e86853735e460706aba783a1942de0f32dc5b3fc8d95a012ff6cdcb6ab0d398556a2aa3bf4
 DIST patch-5.14-rc5.patch 70193505 BLAKE2B 
3439ab433227c4daca6b4c8dc4f357fce38689f6af669554559294bba3491566ae1bdd4c703bafb96c84f5a2028926b35f253c4f379dff37d9899a0436e0424d
 SHA512 
1752aa29cefbce5baa3e89307c0b87d09a0db29330dab58ad33e9866bc31e2378a9a6cdcb0fd4b05b9794f934c30353a558420527d853907266f8bfb535f30a5
+DIST patch-5.14-rc6.patch 70415935 BLAKE2B 
d1c1777b24e3a99b8acf7a79d5490e5f5222e77ea9bba525677fdeac22f5143d45f8cc04b78f6f800c924a39965e21871dd9a7b3d8cbc36331bcc914f5b8f9d2
 SHA512 
4f4544b2dda82e1b556bf1c24de27965eba9ec6875ff4950b87775cafa893cb629c5e25603be78d36426c2f35838d4be60c4ff72fe8664eb0f8dfce8a6cceee1

diff --git a/sys-kernel/git-sources/git-sources-5.14_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-5.14_rc6.ebuild
new file mode 100644
index 000..d43c5c0ce00
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.14_rc6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.13"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2021-08-15 Thread Agostino Sarubbo
commit: dc9a6c1b461d39c7e25469eac8aac61ce79455b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:11:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:11:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9a6c1b

dev-libs/libbsd: amd64 stable wrt bug #808489

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libbsd/libbsd-0.11.3.ebuild 
b/dev-libs/libbsd/libbsd-0.11.3.ebuild
index d9667f872ea..405b20ccdb8 100644
--- a/dev-libs/libbsd/libbsd-0.11.3.ebuild
+++ b/dev-libs/libbsd/libbsd-0.11.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"



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

2021-08-15 Thread Agostino Sarubbo
commit: 1843e8d64347be7369042916fd7313efeff4f98c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:11:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:11:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1843e8d6

sys-apps/pkgcore: amd64 stable wrt bug #808393

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
index 5c7eeb03645..cc4b35a66b6 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 77eb4c866b9b559486171154d160f1e56d08aeee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:11:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:11:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77eb4c86

app-crypt/libmd: amd64 stable wrt bug #808489

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-crypt/libmd/libmd-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libmd/libmd-1.0.3-r2.ebuild 
b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
index 936aefd8f40..2329b84c51e 100644
--- a/app-crypt/libmd/libmd-1.0.3-r2.ebuild
+++ b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
 
 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${P}-out-of-source.patch )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 1044fb22f8cec94443685a1b1acfc7cf68475cd2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:12:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:12:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1044fb22

dev-python/dask: amd64/x86 stable (ALLARCHES policy) wrt bug #808285

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

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

diff --git a/dev-python/dask/dask-2021.7.2.ebuild 
b/dev-python/dask/dask-2021.7.2.ebuild
index a7f474643d2..3389d398716 100644
--- a/dev-python/dask/dask-2021.7.2.ebuild
+++ b/dev-python/dask/dask-2021.7.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]



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

2021-08-15 Thread Agostino Sarubbo
commit: 998d30c45f5a344a43cdf98c7fa8de8abcbd3846
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:13:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:13:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998d30c4

dev-python/graphviz: amd64/x86 stable (ALLARCHES policy) wrt bug #808294

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

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

diff --git a/dev-python/graphviz/graphviz-0.17.ebuild 
b/dev-python/graphviz/graphviz-0.17.ebuild
index befd64b4a91..61999300c9d 100644
--- a/dev-python/graphviz/graphviz-0.17.ebuild
+++ b/dev-python/graphviz/graphviz-0.17.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://graphviz.readthedocs.io/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="media-gfx/graphviz"



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

2021-08-15 Thread Agostino Sarubbo
commit: 09fb1bdec24148817ad8d2f86633b423b40b3ac2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:13:34 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:13:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fb1bde

dev-python/hypothesis: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable 
(ALLARCHES policy) wrt bug #808297

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

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

diff --git a/dev-python/hypothesis/hypothesis-6.14.5.ebuild 
b/dev-python/hypothesis/hypothesis-6.14.5.ebuild
index 536affb7ae1..9a316963749 100644
--- a/dev-python/hypothesis/hypothesis-6.14.5.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.14.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 IUSE="cli"
 
 RDEPEND="



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

2021-08-15 Thread Agostino Sarubbo
commit: f52872bf21fb011bc19efda68688add54f6398d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:12:50 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52872bf

dev-python/eventlet: amd64 stable wrt bug #808288

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



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

2021-08-15 Thread Agostino Sarubbo
commit: f3494effe75929705847171961cf2121af290616
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:12:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:12:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3494eff

sci-biology/bioperl-db: amd64 stable wrt bug #808198

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild 
b/sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild
index 020fb292174..ad90650b3c5 100644
--- a/sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild
+++ b/sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Perl tools for bioinformatics - Perl API that 
accesses the BioSQL s
 HOMEPAGE="http://www.bioperl.org/;
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 RESTRICT="test"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/

2021-08-15 Thread Agostino Sarubbo
commit: f597b07f7c21ae698e6a96c45c52d53d0f79305a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:11:45 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:11:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f597b07f

www-apps/postfixadmin: amd64/x86 stable (ALLARCHES policy) wrt bug #808192

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

 www-apps/postfixadmin/postfixadmin-3.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/postfixadmin/postfixadmin-3.3.10.ebuild 
b/www-apps/postfixadmin/postfixadmin-3.3.10.ebuild
index 7a74f56da1f..fae0d87352a 100644
--- a/www-apps/postfixadmin/postfixadmin-3.3.10.ebuild
+++ b/www-apps/postfixadmin/postfixadmin-3.3.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/postfixadmin/postfixadmin/archive/${P}.tar.gz;
 S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="+mysql postgres +vacation"
 REQUIRED_USE="|| ( mysql postgres )"
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 8c72e29602342613ffa40f6a1556cd0746e23cdc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:13:01 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:13:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c72e296

dev-python/fsspec: amd64/x86 stable (ALLARCHES policy) wrt bug #808291

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

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

diff --git a/dev-python/fsspec/fsspec-2021.07.0.ebuild 
b/dev-python/fsspec/fsspec-2021.07.0.ebuild
index 01506d4cf04..366a8615eda 100644
--- a/dev-python/fsspec/fsspec-2021.07.0.ebuild
+++ b/dev-python/fsspec/fsspec-2021.07.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-08-15 Thread Agostino Sarubbo
commit: e926d5a228652aa8be7905a69a65072918d52b61
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:12:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:12:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e926d5a2

app-vim/gentoo-syntax: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #808519

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

 app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
index 72f25ef766b..d36c89efc9e 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210716.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-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="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



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

2021-08-15 Thread Agostino Sarubbo
commit: 7b1a72877ce3e703e9f0e9acf61068a9a5e6ef2d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:10:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:10:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1a7287

dev-python/threadpoolctl: amd64/ppc64/x86 stable (ALLARCHES policy) wrt bug 
#808366

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

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

diff --git a/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild 
b/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild
index 73d734dc238..0d4ee122e51 100644
--- a/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild
+++ b/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/joblib/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 
 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 05a259521e02e624afaa396a906620caae38c890
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:11:06 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:11:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a25952

dev-python/versioneer: amd64/arm64/ppc64/x86 stable (ALLARCHES policy) wrt bug 
#808372

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

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

diff --git a/dev-python/versioneer/versioneer-0.20.ebuild 
b/dev-python/versioneer/versioneer-0.20.ebuild
index 299d280fc6b..a806041b6d1 100644
--- a/dev-python/versioneer/versioneer-0.20.ebuild
+++ b/dev-python/versioneer/versioneer-0.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="public-domain"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 504e25ae1cb117995116532d64951321b2da7dec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:10:46 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:10:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504e25ae

dev-python/tox: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) 
wrt bug #808369

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

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

diff --git a/dev-python/tox/tox-3.24.1.ebuild b/dev-python/tox/tox-3.24.1.ebuild
index 1e0885d735e..57560d97071 100644
--- a/dev-python/tox/tox-3.24.1.ebuild
+++ b/dev-python/tox/tox-3.24.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-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"
 # doc disabled because of missing deps in tree
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2021-08-15 Thread Agostino Sarubbo
commit: 56d74b433137a0d920882b38ca0ff4628c80d639
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:11:21 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:11:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d74b43

dev-python/pygraphviz: amd64 stable wrt bug #808387

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pygraphviz/pygraphviz-1.7.ebuild 
b/dev-python/pygraphviz/pygraphviz-1.7.ebuild
index 2cf25059468..a8ca24e1c9a 100644
--- a/dev-python/pygraphviz/pygraphviz-1.7.ebuild
+++ b/dev-python/pygraphviz/pygraphviz-1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x86-linux ~ppc-macos 
~x64-macos"
 
 # Note: only C API of graphviz is used, PYTHON_USEDEP unnecessary.
 RDEPEND="media-gfx/graphviz"



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

2021-08-15 Thread Agostino Sarubbo
commit: cbf7cdf7c02dd3fe45abefe6913681132abf882d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:09:43 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf7cdf7

dev-util/stripe-mock: amd64 stable wrt bug #808354

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.110.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.110.0.ebuild
index 05a7220e34b..0d362eb78a2 100644
--- a/dev-util/stripe-mock/stripe-mock-0.110.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit golang-build golang-vcs-snapshot
 DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
 HOMEPAGE="https://github.com/stripe/stripe-mock;
 SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"



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

2021-08-15 Thread Agostino Sarubbo
commit: a94a0767eeb42688de8e8822aeb7f1310ecc08e9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:09:40 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:09:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94a0767

dev-python/stripe: amd64 stable wrt bug #808354

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/stripe/stripe-2.60.0.ebuild 
b/dev-python/stripe/stripe-2.60.0.ebuild
index b8c67ae0502..1cdcf79ab2c 100644
--- a/dev-python/stripe/stripe-2.60.0.ebuild
+++ b/dev-python/stripe/stripe-2.60.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/requests-2.20[${PYTHON_USEDEP}]



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

2021-08-15 Thread Agostino Sarubbo
commit: abb05302f198b9d016c5197c94ca2fd34c8ced1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:09:55 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:09:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb05302

dev-python/tenacity: amd64/x86 stable (ALLARCHES policy) wrt bug #808357

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

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

diff --git a/dev-python/tenacity/tenacity-8.0.1.ebuild 
b/dev-python/tenacity/tenacity-8.0.1.ebuild
index 4d837bd1e2d..5463a13b0e5 100644
--- a/dev-python/tenacity/tenacity-8.0.1.ebuild
+++ b/dev-python/tenacity/tenacity-8.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2021-08-15 Thread Agostino Sarubbo
commit: eb838da64ad4dc83fbe6c5bc381263c7ba075ee4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:11:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb838da6

dev-python/pytest-rerunfailures: amd64 stable wrt bug #808384

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.1.ebuild 
b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.1.ebuild
index 46ec8a56e48..821c08f25ca 100644
--- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.1.ebuild
+++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
 BDEPEND="
>=dev-python/pytest-5.0[${PYTHON_USEDEP}]
test? ( !!dev-python/flaky )



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

2021-08-15 Thread Agostino Sarubbo
commit: 87844b93a24874ec8023dacb81acc92e71914934
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:10:08 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:10:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87844b93

dev-python/testfixtures: amd64/x86 stable (ALLARCHES policy) wrt bug #808360

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

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

diff --git a/dev-python/testfixtures/testfixtures-6.18.0.ebuild 
b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
index a0872c1838e..c8e5d0dc146 100644
--- a/dev-python/testfixtures/testfixtures-6.18.0.ebuild
+++ b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-08-15 Thread Agostino Sarubbo
commit: 5f8bb440f8feff98e1b5675f42abe8568658c0a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:09:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8bb440

dev-python/simplejson: amd64 stable wrt bug #808348

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index 4eeb70ccbda..d3176249738 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: e3488abc5940aad4f0c4fba1fa0ba997595b028f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:09:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:09:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3488abc

media-sound/fluidsynth: amd64 stable wrt bug #808108

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
index 168b66e9004..bf678c5595f 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



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

2021-08-15 Thread Agostino Sarubbo
commit: 83c92e5e19a302004c69d941963dbf4aeac1e52a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:09:14 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:09:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c92e5e

dev-python/s3transfer: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #808345

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

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

diff --git a/dev-python/s3transfer/s3transfer-0.5.0.ebuild 
b/dev-python/s3transfer/s3transfer-0.5.0.ebuild
index 77bdca77293..dd99b39e54a 100644
--- a/dev-python/s3transfer/s3transfer-0.5.0.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.5.0.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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/botocore[${PYTHON_USEDEP}]



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

2021-08-15 Thread Agostino Sarubbo
commit: 02b31cf87e7c4514037e9a0ee00b8b111751734b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:08:33 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:08:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b31cf8

dev-python/python-backoff: amd64 stable (ALLARCHES policy) wrt bug #808333

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

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

diff --git a/dev-python/python-backoff/python-backoff-1.11.0.ebuild 
b/dev-python/python-backoff/python-backoff-1.11.0.ebuild
index 0d27ca00ec2..b36cb344a93 100644
--- a/dev-python/python-backoff/python-backoff-1.11.0.ebuild
+++ b/dev-python/python-backoff/python-backoff-1.11.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.rst )
 



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

2021-08-15 Thread Agostino Sarubbo
commit: 896b96b7ef076eac8c43af387de8953439639302
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:08:55 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:08:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896b96b7

dev-python/python-dateutil: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable 
(ALLARCHES policy) wrt bug #808336

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

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

diff --git a/dev-python/python-dateutil/python-dateutil-2.8.2.ebuild 
b/dev-python/python-dateutil/python-dateutil-2.8.2.ebuild
index 3ef5ec777d0..26bf1b795c7 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.2.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/six-1.5[${PYTHON_USEDEP}]



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

2021-08-15 Thread Agostino Sarubbo
commit: 703fb2c1ae9874719fb1e151da143de64738ea89
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:03:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:03:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703fb2c1

sys-kernel/vanilla-sources: Automated version bump to 
{4.4.281,4.9.280,4.14.244,4.19.204,5.4.141,5.10.59,5.13.11} - remove old.

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

 sys-kernel/vanilla-sources/Manifest| 14 +++---
 ...ces-4.14.243.ebuild => vanilla-sources-4.14.244.ebuild} |  0
 ...ces-4.19.203.ebuild => vanilla-sources-4.19.204.ebuild} |  0
 ...urces-4.4.280.ebuild => vanilla-sources-4.4.281.ebuild} |  0
 ...urces-4.9.279.ebuild => vanilla-sources-4.9.280.ebuild} |  0
 ...urces-5.10.58.ebuild => vanilla-sources-5.10.59.ebuild} |  0
 ...urces-5.13.10.ebuild => vanilla-sources-5.13.11.ebuild} |  0
 ...urces-5.4.140.ebuild => vanilla-sources-5.4.141.ebuild} |  0
 8 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 9ce3062f138..205447c8809 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,11 +6,11 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a936
 DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
 DIST linux-5.13.tar.xz 119297284 BLAKE2B 
9c4c12e2394dec064adff51f7ccdf389192eb27ba7906db5eda543afe3d04afca6b9ea0848a057571bf2534eeb98e1e3a67734deff82c0d3731be205ad995668
 SHA512 
a8edf97e9d38a49f1be2bde1e29ad96274bb2c6f7e8a2bebaa1161dd4df9cabcbaec4ff644c45bee94f86ae47725087d6deed0cd954209cec717621d137db85e
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST patch-4.14.243.xz 4395156 BLAKE2B 
a9a57aaf8fac8b35ecfa52f6086d20cca8593370075e23476dfa8ae1a6219d9a415df2c3e6e88d7d775927cc05ab89280a24464c0664b9485c11ac2e66f712ec
 SHA512 
a85571c72cf814acdff0829269f5a352d2626eef367f3aae978ae86a5cb3a47e117406af5bc8bbb5c6c76d3ead8cb8d2f572ab3e3dc4ae94c17e0b1a445d3c0b
-DIST patch-4.19.203.xz 4181892 BLAKE2B 
fd681104c226a3f7031f983e026fe5522daa3bfcf0e0ae30f71ff67e599c69974a3d556ee5bef66a6de380c2e89c282c9d8ceed35a9cd14fd30b6a116944e8fb
 SHA512 
c75f24116e05d5e857b9200017906f3ca35f961b53e7b3966499f16209b67a8c4ad185359e4b20a3a5cb72bd9f799423c7ac65630a670f5f15837b146926b1a6
-DIST patch-4.4.280.xz 3626716 BLAKE2B 
a039d096d60ad0a84f829364b52e37521745f3a3c8991a98bde0d257c6eade845ebee5d45c2e22ccf685c5bcae18c0f71c40a81ff2ca8ff7924700f4dfa2f421
 SHA512 
d07c909f1a946df30efeeca79be640b326283563be958bf6d3c7b20edc6e31ea795b261f071b1cec554a8c37fe37f12391134532a52fbaf3e42ba62c357fd025
-DIST patch-4.9.279.xz 4059372 BLAKE2B 
a28417f8f2f3c48ae31a8901d524910b039c4199cae3dc5382ad02cc2e5497335b1c6db75e38ea1256d80211548f9639c2f6e22c8ec039fbc9b701d081e81230
 SHA512 
295f00a58a9035281e3539ab3827a039561fe67328d71329b73ca38f1882e8489a147b98cb71750c8684de9a6a5e3ad64772938e5231ed5fc175c009bc436e80
-DIST patch-5.10.58.xz 1905700 BLAKE2B 
f7e2175a0aa99b7bbf0cf37aabd4440edd914f76e7f9b26d96ba7e44cf15d022be621c9786b5e6507c412e1197d900b7e9b9eb39beb4aa1d23e71153293af44d
 SHA512 
e3809ba6b54c921398e222d48f85d963925a7430a98eda6bf841fe96476b73691203bfc9a78d6122a266ed69867020d86f618438761cf16ccc65b34e46d5c3dc
+DIST patch-4.14.244.xz 4402020 BLAKE2B 
abef5c83a2fb0a3fbb7586aff107cec6b23fbc2ca8f842288165bbf8357877ea8874b28fa7b5306debf0daee406abe75e54e21abc57b0d81013219d7e79fbe10
 SHA512 
78bf4bb084febdb0ea0a25878ca286e39d1f27dae8d07ee8784bb118b2d0536c06b452ea1a0e04b7da4c7490b1baf6992f5de94fbc62c7f10c4367caec683787
+DIST patch-4.19.204.xz 4183536 BLAKE2B 
1c990b44fb03c85f164b2559d4ca8ad3d386518cd9ef100acd176faf0516d660ff954f71857f972db1a0ff04d8464e453e6b3ff398fa10ca9db0cdb195dec0d9
 SHA512 
3566c1df9e7395c9d40c137e5245fb6aa114daae1857122c2bba320a25975be4d7e9900bdd99552635fde78c53dca24f5a9c09490d1f7a7a02827f78bf7e022b
+DIST patch-4.4.281.xz 3630828 BLAKE2B 
4cfb966ed50253825fa5292e30b84d8656d68cf84346fcb2c484c0ebabdb15998a25182ab931f2737b0231bd130940fd52fd170790eb12a756158c69fec6
 SHA512 
7160ac8a115844d2c098fc8959d6d94be2fad8e42af75bf76bf5cc3c2c48238000134687be0f0c2054d9d1d79db310468744075900f32688bdd71a697f28de92
+DIST patch-4.9.280.xz 4064268 BLAKE2B 
3a27eadf819451d08559df0599f63ea05329d0651ed19b4272ba40aff7f779457cbd357864714870ec7950bd460d4afaed5de802d2dcf5110500f0ad86a61f7a
 SHA512 

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

2021-08-15 Thread Sam James
commit: 1414569feb5e27be43940b12f69d23a09e8f9c0a
Author: Igor V. Kovalenko  gmail  com>
AuthorDate: Sun Aug 15 19:28:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 04:38:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1414569f

media-sound/pavucontrol: Bump to version 5.0

Signed-off-by: Igor V. Kovalenko  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22000
Signed-off-by: Sam James  gentoo.org>

 media-sound/pavucontrol/Manifest   |  1 +
 media-sound/pavucontrol/pavucontrol-5.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-sound/pavucontrol/Manifest b/media-sound/pavucontrol/Manifest
index c1e9e38d538..ba3be6b1437 100644
--- a/media-sound/pavucontrol/Manifest
+++ b/media-sound/pavucontrol/Manifest
@@ -1 +1,2 @@
 DIST pavucontrol-4.0.tar.xz 165216 BLAKE2B 
5a556dbd8132d811b7704b377f4a62ad606378e235f9892a7951e1f981917e4196d17e85350ef757a956e6fbc448f0f6cd600b5656e12e2152b71d10b5e64e2a
 SHA512 
eaea303c46ddb36733aed88c8a603907d70e4539c345d8acec23527d3306ee21ae630c0508bdab6ae52cbc2f1eb8fc4b212abda72876dc92e83fba7ceb623be2
+DIST pavucontrol-5.0.tar.xz 194248 BLAKE2B 
9e6b9b7d94be51a4ad8b5310e031c4fed0f5299e67c770c9a573c0647edf27345014fb6504892fad29b9b5e79ce43ed312217dbed8e2b31b805f291531062903
 SHA512 
5673d783c2c819a68b49025c051bedd39f4caba446a479797b06569e24a96acc0924ba680d2416baff8c3211cfc7c94760d503900207fbe7c89c5cb2adaebec1

diff --git a/media-sound/pavucontrol/pavucontrol-5.0.ebuild 
b/media-sound/pavucontrol/pavucontrol-5.0.ebuild
new file mode 100644
index 000..ca6189c4c97
--- /dev/null
+++ b/media-sound/pavucontrol/pavucontrol-5.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio"
+HOMEPAGE="https://freedesktop.org/software/pulseaudio/pavucontrol/;
+SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="
+   dev-libs/json-glib
+   >=dev-cpp/gtkmm-3.22:3.0[X]
+   >=dev-libs/libsigc++-2.2:2
+   >=media-libs/libcanberra-0.16[gtk3]
+   >=media-sound/pulseaudio-5[glib]
+   virtual/freedesktop-icon-theme
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )
+"
+
+src_configure() {
+   local myeconfargs=(
+   --disable-lynx
+   $(use_enable nls)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/sslh/, net-misc/sslh/files/

2021-08-15 Thread Craig Andrews
commit: 8361d101844ec8f2587f43590d7ca7c569e728e3
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 16 03:39:37 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 16 03:40:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8361d101

net-misc/sslh: libconfig 1.7.3 compatibility

Closes: https://bugs.gentoo.org/808525
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 .../sslh/files/sslh-1.21c-libconfig-1.7.3.patch| 92 ++
 net-misc/sslh/sslh-1.21c-r3.ebuild | 77 ++
 2 files changed, 169 insertions(+)

diff --git a/net-misc/sslh/files/sslh-1.21c-libconfig-1.7.3.patch 
b/net-misc/sslh/files/sslh-1.21c-libconfig-1.7.3.patch
new file mode 100644
index 000..ea2a625a185
--- /dev/null
+++ b/net-misc/sslh/files/sslh-1.21c-libconfig-1.7.3.patch
@@ -0,0 +1,92 @@
+From 24e7f46a431b59043bf534eb7cdab76c4ffd595a Mon Sep 17 00:00:00 2001
+From: yrutschle 
+Date: Wed, 23 Jun 2021 11:48:59 +0200
+Subject: [PATCH] fix for libconfig 1.7.3 (#292)
+
+---
+ sslh-conf.c| 50 +++---
+ 1 file changed, 88 insertions(+), 16 deletions(-)
+
+diff --git a/sslh-conf.c b/sslh-conf.c
+index 5f55656..530ef6b 100644
+--- a/sslh-conf.c
 b/sslh-conf.c
+@@ -126,6 +126,14 @@ typedef int config_t;
+ return 0; \
+ }
+ 
++enum {
++CONFIG_TYPE_INT,
++CONFIG_TYPE_BOOL,
++CONFIG_TYPE_INT64,
++CONFIG_TYPE_FLOAT,
++CONFIG_TYPE_STRING
++};
++
+ make_config_setting_lookup(bool);
+ make_config_setting_lookup(int);
+ make_config_setting_lookup(int64);
+@@ -134,10 +142,14 @@ make_config_setting_lookup(string);
+ 
+ make_config_setting_get(bool, int);
+ make_config_setting_get(int, int);
+-make_config_setting_get(int64, int);
++make_config_setting_get(int64, long long int);
+ make_config_setting_get(float, double);
+ make_config_setting_get(string, char*);
+ 
++config_setting_t* config_root_setting(config_t* c) {
++return NULL;
++}
++
+ config_setting_t* config_lookup(config_t* c, const char* b) {
+ return NULL;
+ }
+@@ -146,10 +158,38 @@ void config_init(config_t* c) {
+ return;
+ }
+ 
++char* config_setting_name(config_setting_t* c) {
++return NULL;
++}
++
++int config_setting_is_list(config_setting_t* c) {
++return 0;
++}
++
++int config_setting_is_array(config_setting_t* c) {
++return 0;
++}
++
++int config_setting_is_scalar(config_setting_t* c) {
++return 0;
++}
++
++int config_setting_index(const config_setting_t *setting) {
++return 0;
++}
++
+ config_setting_t* config_setting_lookup(config_setting_t* a, char* b) {
+ return NULL;
+ }
+ 
++int config_setting_remove(config_setting_t* cfg, char* name) {
++return 0;
++}
++
++int config_setting_type(config_setting_t* s) {
++return -1;
++}
++
+ int config_setting_length(config_setting_t* a) {
+ return 0;
+ }
+@@ -1792,7 +1832,7 @@ int sslhcfg_cl_parse(int argc, char* argv[], struct 
sslhcfg_item* cfg)
+ }
+ }
+ 
+-s = config_lookup(, "/");
++s = config_root_setting();
+ 
+ res = read_block(s, cfg, table_sslhcfg, );
+ if (!res) {

diff --git a/net-misc/sslh/sslh-1.21c-r3.ebuild 
b/net-misc/sslh/sslh-1.21c-r3.ebuild
new file mode 100644
index 000..e062ddf36ca
--- /dev/null
+++ b/net-misc/sslh/sslh-1.21c-r3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic systemd toolchain-funcs
+
+DESCRIPTION="Port multiplexer - accept both HTTPS and SSH connections on the 
same port"
+HOMEPAGE="https://www.rutschle.net/tech/sslh/README.html;
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/yrutschle/sslh.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~x86"
+   SRC_URI="https://github.com/yrutschle/sslh/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   S=${WORKDIR}/${P}
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="caps pcre systemd tcpd"
+
+RDEPEND="caps? ( sys-libs/libcap )
+   pcre? ( dev-libs/libpcre:= )
+   systemd? ( sys-apps/systemd:= )
+   tcpd? ( sys-apps/tcp-wrappers )
+   >=dev-libs/libconfig-1.5:="
+DEPEND="${RDEPEND}
+   dev-lang/perl"
+PATCHES=(
+   "${FILESDIR}/${P}-libconfig-1.7.3.patch"
+)
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i \
+   -e '/MAN/s:| gzip -9 - >:>:' \
+   -e '/MAN=sslh.8.gz/s:.gz::' \
+   Makefile || die
+}
+
+src_compile() {
+   # On older versions of GCC, the default gnu89 variant
+   # will reject within-for-loop initializers, bug #595426
+   # Furthermore, we need to use the gnu variant (gnu99) instead
+   # of the ISO (c99) variant, as we want the __USE_XOPEN2K macro
+   # to be defined.
+   append-cflags -std=gnu99
+
+   emake \
+   CC="$(tc-getCC)" \
+   

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

2021-08-15 Thread Sam James
commit: d9316d4c93faab8dedd056b193485a3477f4e3db
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 03:15:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 03:15:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9316d4c

dev-libs/yaz: fix metadata indentation

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

 dev-libs/yaz/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/yaz/metadata.xml b/dev-libs/yaz/metadata.xml
index aeb6974da12..1dc886a0a6a 100644
--- a/dev-libs/yaz/metadata.xml
+++ b/dev-libs/yaz/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
-  Install ziffy, a promiscuous Z39.50 APDU sniffer
-
+   
+   
+   Install ziffy, a promiscuous Z39.50 APDU 
sniffer
+   
 



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

2021-08-15 Thread Sam James
commit: e2e2067ea699569318678627848fa2573d5d6351
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 03:15:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 03:15:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e2067e

dev-libs/yaz: add github upstream metadata

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

 dev-libs/yaz/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/yaz/metadata.xml b/dev-libs/yaz/metadata.xml
index 1dc886a0a6a..e81eb23b1a0 100644
--- a/dev-libs/yaz/metadata.xml
+++ b/dev-libs/yaz/metadata.xml
@@ -5,4 +5,7 @@

Install ziffy, a promiscuous Z39.50 APDU 
sniffer

+   
+   indexdata/yaz
+   
 



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-wm/

2021-08-15 Thread Sam James
commit: 4360ca6158cb0de565e951ccc934f33b3119cb36
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4360ca61

sec-policy/selinux-wm: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-wm/selinux-wm-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-wm/selinux-wm-2.20210203-r1.ebuild 
b/sec-policy/selinux-wm/selinux-wm-2.20210203-r1.ebuild
index d34a2b92279..d675e623b25 100644
--- a/sec-policy/selinux-wm/selinux-wm-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-wm/selinux-wm-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for wm"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-xfs/

2021-08-15 Thread Sam James
commit: 8d663cbc36830d95ca160640783164df1096ef6f
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d663cbc

sec-policy/selinux-xfs: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild 
b/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild
index ab5e0f1bf39..4bc810c37a0 100644
--- a/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for xfs"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-xen/

2021-08-15 Thread Sam James
commit: 4b4c8cdaabd282648067801d8781b04dfa7452ef
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4c8cda

sec-policy/selinux-xen: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-xen/selinux-xen-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-xen/selinux-xen-2.20210203-r1.ebuild 
b/sec-policy/selinux-xen/selinux-xen-2.20210203-r1.ebuild
index c8b3a3b56de..227515876ee 100644
--- a/sec-policy/selinux-xen/selinux-xen-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-xen/selinux-xen-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for xen"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-zabbix/

2021-08-15 Thread Sam James
commit: 79009e0439e54b3894eaf795a2d2011253b94def
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79009e04

sec-policy/selinux-zabbix: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-zabbix/selinux-zabbix-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-zabbix/selinux-zabbix-2.20210203-r1.ebuild 
b/sec-policy/selinux-zabbix/selinux-zabbix-2.20210203-r1.ebuild
index b0e246b754a..0d89cd0ec61 100644
--- a/sec-policy/selinux-zabbix/selinux-zabbix-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-zabbix/selinux-zabbix-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for zabbix"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-xscreensaver/

2021-08-15 Thread Sam James
commit: ab9f0d7223284a878083f79e13c7483cd50192c4
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9f0d72

sec-policy/selinux-xscreensaver: Stabilize 2.20210203-r1 x86, #804879

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

 .../selinux-xscreensaver/selinux-xscreensaver-2.20210203-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20210203-r1.ebuild 
b/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20210203-r1.ebuild
index c7afdee2405..ad06963a158 100644
--- a/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20210203-r1.ebuild
@@ -11,7 +11,7 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for xscreensaver"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi
 DEPEND="${DEPEND}
sec-policy/selinux-xserver



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-wireshark/

2021-08-15 Thread Sam James
commit: 51fa2711c6b1e1573f4dfd9c30e713b0eef32379
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fa2711

sec-policy/selinux-wireshark: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild 
b/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild
index 520151f81e1..22c8ea92417 100644
--- a/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for wireshark"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-watchdog/

2021-08-15 Thread Sam James
commit: ea47299db25e736c01d5df6aa596014450b7ba46
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea47299d

sec-policy/selinux-watchdog: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-watchdog/selinux-watchdog-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-watchdog/selinux-watchdog-2.20210203-r1.ebuild 
b/sec-policy/selinux-watchdog/selinux-watchdog-2.20210203-r1.ebuild
index 41bc7422151..1ce11e772c5 100644
--- a/sec-policy/selinux-watchdog/selinux-watchdog-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-watchdog/selinux-watchdog-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for watchdog"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-webalizer/

2021-08-15 Thread Sam James
commit: 248d1ea61f3fc2f3314b81f01deee431254a9e5e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248d1ea6

sec-policy/selinux-webalizer: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-webalizer/selinux-webalizer-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sec-policy/selinux-webalizer/selinux-webalizer-2.20210203-r1.ebuild 
b/sec-policy/selinux-webalizer/selinux-webalizer-2.20210203-r1.ebuild
index 2904e237cc0..e243330b911 100644
--- a/sec-policy/selinux-webalizer/selinux-webalizer-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-webalizer/selinux-webalizer-2.20210203-r1.ebuild
@@ -11,7 +11,7 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for webalizer"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi
 
 DEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-wine/

2021-08-15 Thread Sam James
commit: 2a370cea48110cb39ca11c6d7a6fb2fd802aff14
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a370cea

sec-policy/selinux-wine: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-wine/selinux-wine-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-wine/selinux-wine-2.20210203-r1.ebuild 
b/sec-policy/selinux-wine/selinux-wine-2.20210203-r1.ebuild
index 161e7a934a4..756d6db4b89 100644
--- a/sec-policy/selinux-wine/selinux-wine-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-wine/selinux-wine-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for wine"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vnstatd/

2021-08-15 Thread Sam James
commit: 4db317dbcba7e5b0fe9522bfb731809389e9ec05
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db317db

sec-policy/selinux-vnstatd: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-vnstatd/selinux-vnstatd-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20210203-r1.ebuild 
b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20210203-r1.ebuild
index 82ae02f4525..0966e8271de 100644
--- a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for vnstatd"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vpn/

2021-08-15 Thread Sam James
commit: f2c88f7bcfffefd068fee4aab3c54f00df35a038
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c88f7b

sec-policy/selinux-vpn: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild 
b/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild
index 79b323e2c19..e3b99465964 100644
--- a/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for vpn"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vmware/

2021-08-15 Thread Sam James
commit: c3779e290336bc6c1bcabd2ace792dad76ac3674
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3779e29

sec-policy/selinux-vmware: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-vmware/selinux-vmware-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-vmware/selinux-vmware-2.20210203-r1.ebuild 
b/sec-policy/selinux-vmware/selinux-vmware-2.20210203-r1.ebuild
index b9ac8370ce2..c1f4afdf186 100644
--- a/sec-policy/selinux-vmware/selinux-vmware-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-vmware/selinux-vmware-2.20210203-r1.ebuild
@@ -11,7 +11,7 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for vmware"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi
 DEPEND="${DEPEND}
sec-policy/selinux-xserver



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vde/

2021-08-15 Thread Sam James
commit: fa84de1b3bd1bb330625f78a30884a4690748673
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa84de1b

sec-policy/selinux-vde: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-vde/selinux-vde-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-vde/selinux-vde-2.20210203-r1.ebuild 
b/sec-policy/selinux-vde/selinux-vde-2.20210203-r1.ebuild
index e267d6d4f6f..8e0e33457a4 100644
--- a/sec-policy/selinux-vde/selinux-vde-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-vde/selinux-vde-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for vde"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-uucp/

2021-08-15 Thread Sam James
commit: 5f75d22994c84ef4c40bcf5177bcc23894af9bf3
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:58:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:58:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f75d229

sec-policy/selinux-uucp: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-uucp/selinux-uucp-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-uucp/selinux-uucp-2.20210203-r1.ebuild 
b/sec-policy/selinux-uucp/selinux-uucp-2.20210203-r1.ebuild
index 7efbd39449b..348020a5ef5 100644
--- a/sec-policy/selinux-uucp/selinux-uucp-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-uucp/selinux-uucp-2.20210203-r1.ebuild
@@ -11,7 +11,7 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for uucp"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi
 DEPEND="${DEPEND}
sec-policy/selinux-inetd



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-varnishd/

2021-08-15 Thread Sam James
commit: 647597a1a343ef3a56bca17856b4addd103da389
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647597a1

sec-policy/selinux-varnishd: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-varnishd/selinux-varnishd-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-varnishd/selinux-varnishd-2.20210203-r1.ebuild 
b/sec-policy/selinux-varnishd/selinux-varnishd-2.20210203-r1.ebuild
index 7adf3865f66..b512486be9e 100644
--- a/sec-policy/selinux-varnishd/selinux-varnishd-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-varnishd/selinux-varnishd-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for varnishd"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-uwimap/

2021-08-15 Thread Sam James
commit: 68ab93d1c8ad2a1fe5c8d43c7589c46af3a5bedd
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ab93d1

sec-policy/selinux-uwimap: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-uwimap/selinux-uwimap-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-uwimap/selinux-uwimap-2.20210203-r1.ebuild 
b/sec-policy/selinux-uwimap/selinux-uwimap-2.20210203-r1.ebuild
index 673c4ee166a..ec150b7e4d5 100644
--- a/sec-policy/selinux-uwimap/selinux-uwimap-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-uwimap/selinux-uwimap-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for uwimap"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-usbmuxd/

2021-08-15 Thread Sam James
commit: 76885823835bd01aa462d5ef78b9622c0475288c
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:58:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:58:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76885823

sec-policy/selinux-usbmuxd: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20210203-r1.ebuild 
b/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20210203-r1.ebuild
index aee34d3cf8d..10ac48fe0e0 100644
--- a/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for usbmuxd"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vdagent/

2021-08-15 Thread Sam James
commit: 685b165d79f588fbb0cfd0a165d92f4365d6c12e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685b165d

sec-policy/selinux-vdagent: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-vdagent/selinux-vdagent-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-vdagent/selinux-vdagent-2.20210203-r1.ebuild 
b/sec-policy/selinux-vdagent/selinux-vdagent-2.20210203-r1.ebuild
index 2220b691575..374180969bf 100644
--- a/sec-policy/selinux-vdagent/selinux-vdagent-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-vdagent/selinux-vdagent-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for vdagent"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vbetool/

2021-08-15 Thread Sam James
commit: 80f2ecf5423858d982dd4c60a82d5149fd5b4f4b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f2ecf5

sec-policy/selinux-vbetool: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild 
b/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild
index 9b13805cd5f..24d4bc67bc4 100644
--- a/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for vbetool"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-uwsgi/

2021-08-15 Thread Sam James
commit: bd42520424375c72ab2dcb747a18d9e2f5028f90
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd425204

sec-policy/selinux-uwsgi: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-uwsgi/selinux-uwsgi-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20210203-r1.ebuild 
b/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20210203-r1.ebuild
index 3bc2403bd48..0d04f671d24 100644
--- a/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for uWSGI"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vlock/

2021-08-15 Thread Sam James
commit: 7b0e1e3d1f90c379a37e5eebf73d29adf71de6c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:59:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:59:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0e1e3d

sec-policy/selinux-vlock: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-vlock/selinux-vlock-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-vlock/selinux-vlock-2.20210203-r1.ebuild 
b/sec-policy/selinux-vlock/selinux-vlock-2.20210203-r1.ebuild
index b5675c1cc0e..cd9f3514bd2 100644
--- a/sec-policy/selinux-vlock/selinux-vlock-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-vlock/selinux-vlock-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for vlock"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-unconfined/

2021-08-15 Thread Sam James
commit: d392a559d9de9fd0e90c4f6076d7ab66e22757f9
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:58:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:58:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d392a559

sec-policy/selinux-unconfined: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-unconfined/selinux-unconfined-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sec-policy/selinux-unconfined/selinux-unconfined-2.20210203-r1.ebuild 
b/sec-policy/selinux-unconfined/selinux-unconfined-2.20210203-r1.ebuild
index 326551bcdc4..1a588247ed2 100644
--- a/sec-policy/selinux-unconfined/selinux-unconfined-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-unconfined/selinux-unconfined-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for unconfined"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-uml/

2021-08-15 Thread Sam James
commit: 5285e9a295776057ae246971d7d3d648602d5a64
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:58:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:58:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5285e9a2

sec-policy/selinux-uml: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-uml/selinux-uml-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-uml/selinux-uml-2.20210203-r1.ebuild 
b/sec-policy/selinux-uml/selinux-uml-2.20210203-r1.ebuild
index 6e4368523db..a23d7faecd4 100644
--- a/sec-policy/selinux-uml/selinux-uml-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-uml/selinux-uml-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for uml"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-ulogd/

2021-08-15 Thread Sam James
commit: 41dd1f950842d1222938b73a93a0c15ea5f73862
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:58:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:58:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dd1f95

sec-policy/selinux-ulogd: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-ulogd/selinux-ulogd-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-ulogd/selinux-ulogd-2.20210203-r1.ebuild 
b/sec-policy/selinux-ulogd/selinux-ulogd-2.20210203-r1.ebuild
index ab44e407a77..e4938f13f89 100644
--- a/sec-policy/selinux-ulogd/selinux-ulogd-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-ulogd/selinux-ulogd-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for ulogd"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-uptime/

2021-08-15 Thread Sam James
commit: 3ea7e64cf831464dca35fd52e9ab519b903b3b29
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:58:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:58:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea7e64c

sec-policy/selinux-uptime: Stabilize 2.20210203-r1 x86, #804879

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

 sec-policy/selinux-uptime/selinux-uptime-2.20210203-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-policy/selinux-uptime/selinux-uptime-2.20210203-r1.ebuild 
b/sec-policy/selinux-uptime/selinux-uptime-2.20210203-r1.ebuild
index 5278858bff7..6cbdeb494b1 100644
--- a/sec-policy/selinux-uptime/selinux-uptime-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-uptime/selinux-uptime-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for uptime"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi



[gentoo-commits] proj/kde:master commit in: kde-misc/tellico/

2021-08-15 Thread Sam James
commit: 24c3fe1d94839222770206f243ef3ee42a65f89d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:42:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:45:39 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=24c3fe1d

kde-misc/tellico: subscribe to dev-libs/yaz subslot

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

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

diff --git a/kde-misc/tellico/tellico-.ebuild 
b/kde-misc/tellico/tellico-.ebuild
index b0d9c4f4bb..b135fa60b8 100644
--- a/kde-misc/tellico/tellico-.ebuild
+++ b/kde-misc/tellico/tellico-.ebuild
@@ -69,7 +69,7 @@ RDEPEND="
taglib? ( >=media-libs/taglib-1.5 )
v4l? ( >=media-libs/libv4l-0.8.3 )
xmp? ( >=media-libs/exempi-2 )
-   yaz? ( >=dev-libs/yaz-2:0 )
+   yaz? ( >=dev-libs/yaz-2:0= )
 "
 DEPEND="${RDEPEND}"
 



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

2021-08-15 Thread Sam James
commit: 3cdb76a330360d772d6d25ddbead09be47db3dcd
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:34:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:34:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdb76a3

app-text/lesspipe: drop 1.86, 1.87

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

 app-text/lesspipe/Manifest |  2 --
 app-text/lesspipe/lesspipe-1.86.ebuild | 44 ---
 app-text/lesspipe/lesspipe-1.87.ebuild | 64 --
 3 files changed, 110 deletions(-)

diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index 6075dbbc12c..09a0960c270 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -1,4 +1,2 @@
 DIST lesspipe-1.85.tar.gz 120568 BLAKE2B 
d2c00f4121dc1bbed6b82220dac038068bbff87c732385399542cb212d4664c74d018db07829f90c38e938cb8623a443888c74b0d003fff725d0ddf207d8109e
 SHA512 
420d087b9fc9783b9404855e4656b88c10852502bd2f1931978b7dc7ff15eba1a375b217184480f9b341322c12e7336d0861ba9c2f673f2b2a7fb340a381f5b2
-DIST lesspipe-1.86.tar.gz 120910 BLAKE2B 
1065bd95707991380cee8b1be917ae66a6537fdd721e9ec0c326b1ce3358ae518dd28902505967fc086e57e9d3e603e27a328f38c79ae38fe70e5e2a8306b59a
 SHA512 
88a890b91ff3d889f32f23d85d76ef96947e8f1175d54d4301e8891587e87bf1c0a147f1fd5391e52badf4ee31229d337b97c5d5e5f74f4dde966eb93294cfb2
-DIST lesspipe-1.87.tar.gz 120935 BLAKE2B 
3c6348c4a00cddfdf11832fda58582483e07e94a1834d6128329e2902356990f1c590300508127a365179a43b0d5c0c82bafd5b0a3a5945270084c8a94e1e3a2
 SHA512 
774168c6cbb7b13f2efaf7d19a1bba378e51c25553b8ea0bd9783de3a6d0bf7a3f7abf79332b40180eaa1f67274edebf51cb90c13a0fbd4051f33cecc20124b2
 DIST lesspipe-1.88.tar.gz 121053 BLAKE2B 
9d754c38b7e13f11799c22ac75d1a3636a1c5a38f1f83bda5b41d24ae9a6ecda0191190edf72132b0bb4e09a16aa3696cad906269ad09c9d2e1f26b44cc6937e
 SHA512 
ece17095e2ba4cabeb689f7a4eb2e04297ec4fd3910af719a067487127bea3f11d2946542048cf152cf9d269152fc5dfa4a57abb0ccd8f60c5e1f9f106f23559

diff --git a/app-text/lesspipe/lesspipe-1.86.ebuild 
b/app-text/lesspipe/lesspipe-1.86.ebuild
deleted file mode 100644
index 1709425..000
--- a/app-text/lesspipe/lesspipe-1.86.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A preprocessor for less"
-HOMEPAGE="https://github.com/wofr06/lesspipe;
-SRC_URI="https://github.com/wofr06/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Tests are broken in 1.84, 1.85.
-# Please check again on bumps!
-# bug #734896
-RESTRICT="test"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-   !https://github.com/wofr06/lesspipe;
-SRC_URI="https://github.com/wofr06/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Tests are broken in 1.84, 1.85.
-# Still fragile in 1.87. Passes when lesspipe is not installed.
-# Please check again on bumps!
-# bug #734896
-RESTRICT="test"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-   !

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

2021-08-15 Thread Sam James
commit: 0e53f989f919b8721b66ef63776ad10d19f34a2b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:34:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:34:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e53f989

app-text/lesspipe: add 1.88

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

 app-text/lesspipe/Manifest |  1 +
 app-text/lesspipe/lesspipe-1.88.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index 2bab6100fc5..6075dbbc12c 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -1,3 +1,4 @@
 DIST lesspipe-1.85.tar.gz 120568 BLAKE2B 
d2c00f4121dc1bbed6b82220dac038068bbff87c732385399542cb212d4664c74d018db07829f90c38e938cb8623a443888c74b0d003fff725d0ddf207d8109e
 SHA512 
420d087b9fc9783b9404855e4656b88c10852502bd2f1931978b7dc7ff15eba1a375b217184480f9b341322c12e7336d0861ba9c2f673f2b2a7fb340a381f5b2
 DIST lesspipe-1.86.tar.gz 120910 BLAKE2B 
1065bd95707991380cee8b1be917ae66a6537fdd721e9ec0c326b1ce3358ae518dd28902505967fc086e57e9d3e603e27a328f38c79ae38fe70e5e2a8306b59a
 SHA512 
88a890b91ff3d889f32f23d85d76ef96947e8f1175d54d4301e8891587e87bf1c0a147f1fd5391e52badf4ee31229d337b97c5d5e5f74f4dde966eb93294cfb2
 DIST lesspipe-1.87.tar.gz 120935 BLAKE2B 
3c6348c4a00cddfdf11832fda58582483e07e94a1834d6128329e2902356990f1c590300508127a365179a43b0d5c0c82bafd5b0a3a5945270084c8a94e1e3a2
 SHA512 
774168c6cbb7b13f2efaf7d19a1bba378e51c25553b8ea0bd9783de3a6d0bf7a3f7abf79332b40180eaa1f67274edebf51cb90c13a0fbd4051f33cecc20124b2
+DIST lesspipe-1.88.tar.gz 121053 BLAKE2B 
9d754c38b7e13f11799c22ac75d1a3636a1c5a38f1f83bda5b41d24ae9a6ecda0191190edf72132b0bb4e09a16aa3696cad906269ad09c9d2e1f26b44cc6937e
 SHA512 
ece17095e2ba4cabeb689f7a4eb2e04297ec4fd3910af719a067487127bea3f11d2946542048cf152cf9d269152fc5dfa4a57abb0ccd8f60c5e1f9f106f23559

diff --git a/app-text/lesspipe/lesspipe-1.88.ebuild 
b/app-text/lesspipe/lesspipe-1.88.ebuild
new file mode 100644
index 000..bc53c82f7b8
--- /dev/null
+++ b/app-text/lesspipe/lesspipe-1.88.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A preprocessor for less"
+HOMEPAGE="https://github.com/wofr06/lesspipe;
+SRC_URI="https://github.com/wofr06/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Tests are broken in 1.84, 1.85.
+# Still fragile in 1.88. Passes when lesspipe is not installed.
+# Please check again on bumps!
+# bug #734896
+RESTRICT="test"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   !

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

2021-08-15 Thread Sam James
commit: 3c92803d6d76a05e59ae5a8b7446a1a0ff50826b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:38:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:38:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c92803d

dev-libs/yaz: add subslot; simplify ebuild

- Add subslot (SONAME: 3 -> 5 from 3.x -> 5.x)
- Drop --disable-static (default in EAPI 8)
- Drop AT_M4DIR argument (fixed upstream, it seems; noticed double
  argument during eautoreconf).

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

 dev-libs/yaz/yaz-5.31.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-libs/yaz/yaz-5.31.0.ebuild b/dev-libs/yaz/yaz-5.31.0.ebuild
index 9d982537fb8..bb0efeb6718 100644
--- a/dev-libs/yaz/yaz-5.31.0.ebuild
+++ b/dev-libs/yaz/yaz-5.31.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.indexdata.dk/yaz;
 SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz;
 
 LICENSE="BSD GPL-2"
-SLOT="0"
+SLOT="0/5"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="gnutls tcpd ziffy"
 
@@ -36,12 +36,11 @@ BDEPEND="
 
 src_prepare() {
default
-   AT_M4DIR="m4" eautoreconf
+   eautoreconf
 }
 
 src_configure() {
econf \
-   --disable-static \
--enable-shared \
$(use_with gnutls) \
$(use_enable tcpd tcpd /usr)



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

2021-08-15 Thread Sam James
commit: 8876b3f4236b8d014c10d5711e022deea0b8d0f2
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:42:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:42:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8876b3f4

kde-misc/tellico: subscribe to dev-libs/yaz subslot

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

 kde-misc/tellico/{tellico-3.3.5.ebuild => tellico-3.3.5-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/tellico/tellico-3.3.5.ebuild 
b/kde-misc/tellico/tellico-3.3.5-r1.ebuild
similarity index 98%
rename from kde-misc/tellico/tellico-3.3.5.ebuild
rename to kde-misc/tellico/tellico-3.3.5-r1.ebuild
index 72088b8b961..eb7e18bf867 100644
--- a/kde-misc/tellico/tellico-3.3.5.ebuild
+++ b/kde-misc/tellico/tellico-3.3.5-r1.ebuild
@@ -68,7 +68,7 @@ RDEPEND="
taglib? ( >=media-libs/taglib-1.5 )
v4l? ( >=media-libs/libv4l-0.8.3 )
xmp? ( >=media-libs/exempi-2 )
-   yaz? ( >=dev-libs/yaz-2:0 )
+   yaz? ( >=dev-libs/yaz-2:0= )
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Z3950-ZOOM/

2021-08-15 Thread Sam James
commit: 878ae99dffdb14e16555ce037e85e2e9d3ab9b5d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:41:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:41:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878ae99d

dev-perl/Net-Z3950-ZOOM: subscribe to dev-libs/yaz subslot

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

 ...-Z3950-ZOOM-1.280.0-r2.ebuild => Net-Z3950-ZOOM-1.280.0-r3.ebuild} | 4 ++--
 ...Net-Z3950-ZOOM-1.300.0.ebuild => Net-Z3950-ZOOM-1.300.0-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r2.ebuild 
b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r3.ebuild
similarity index 82%
rename from dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r2.ebuild
rename to dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r3.ebuild
index 8934b5a75d3..878bf6c3179 100644
--- a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r2.ebuild
+++ b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND=">=dev-libs/yaz-2.1.50
+RDEPEND=">=dev-libs/yaz-2.1.50:=
dev-perl/MARC-Record
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild 
b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0-r1.ebuild
similarity index 94%
rename from dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild
rename to dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0-r1.ebuild
index a74eab3e81b..9b50cd5d4e9 100644
--- a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild
+++ b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0-r1.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="
-   >=dev-libs/yaz-4.0.0
+   >=dev-libs/yaz-4.0.0:=
>=dev-perl/MARC-Record-1.380.0
 "
 DEPEND="${RDEPEND}



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

2021-08-15 Thread Sam James
commit: 1df9dd6b7a1c700ab0117272f9775952cafdb02d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:33:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:33:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df9dd6b

sys-apps/rng-tools: add 6.14

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

 sys-apps/rng-tools/Manifest  |  1 +
 sys-apps/rng-tools/rng-tools-6.14.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/sys-apps/rng-tools/Manifest b/sys-apps/rng-tools/Manifest
index 2832c78ffef..76cc5751019 100644
--- a/sys-apps/rng-tools/Manifest
+++ b/sys-apps/rng-tools/Manifest
@@ -1,2 +1,3 @@
 DIST rng-tools-6.11.tar.gz 57366 BLAKE2B 
d613502bcb24560638c0abc956987e57ec54b6594bed414ce2b70086716f73a9a9eec4800c86097c4a14b91401f0f28be62f5182ee01c328c9a32cd79eaec561
 SHA512 
0058ca5d0c1ddb554284fe8e6b9c0b85f130e0b9e0b9f0f0219f434302766e07c321d4fc0c01bdeb59053d5cd14dab67dc1c306422ef35a62a267af9fbdf7deb
 DIST rng-tools-6.13.tar.gz 59311 BLAKE2B 
e4601a2fa8158775a8ef7188edbe61a5eb1df35dccc9e1a0ab6b31b559f2f11dd67b682cf9995f0a67834690417e283d443ae6fa54e99ab6462a1185f9b9e09b
 SHA512 
def5f2dcdd1771e8fe5af9476de866ff89a225065416672165af6019cbb166f874fae936b3705221aa47dc13ae99fa63d054d7d49b612f3151cd922a0a129490
+DIST rng-tools-6.14.tar.gz 60277 BLAKE2B 
177065f9ea68b68459d034d38278f866a0c9d5c499578fabcc29ceb387b49667393f23dcae9f13ff401599846e872dbada73f5e319a99dfa4605cdb77ee3e896
 SHA512 
6a267257292697023cd349a5bda4998e39e874969f2b437eb2498f2d7d70a7ed293ca76b4c83aebf80955e33f6c8f8bbb65c6636cc0979e0e0d80d148380b8c7

diff --git a/sys-apps/rng-tools/rng-tools-6.14.ebuild 
b/sys-apps/rng-tools/rng-tools-6.14.ebuild
new file mode 100644
index 000..44ac0e4d61c
--- /dev/null
+++ b/sys-apps/rng-tools/rng-tools-6.14.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd readme.gentoo-r1 toolchain-funcs
+
+DESCRIPTION="Daemon to use hardware random number generators"
+HOMEPAGE="https://github.com/nhorman/rng-tools;
+SRC_URI="https://github.com/nhorman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86"
+IUSE="jitterentropy nistbeacon pkcs11 selinux"
+
+DEPEND="
+   dev-libs/openssl:0=
+   jitterentropy? ( app-crypt/jitterentropy:= )
+   nistbeacon? (
+   dev-libs/jansson
+   dev-libs/libxml2:2=
+   net-misc/curl[ssl]
+   )
+   pkcs11? ( dev-libs/libp11:= )
+   elibc_musl? ( sys-libs/argp-standalone )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-rngd )"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable jitterentropy)
+   $(use_with nistbeacon)
+   $(use_with pkcs11)
+   --without-rtlsdr # no librtlsdr in the tree
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/rngd-initd-6.11 rngd
+   newconfd "${FILESDIR}"/rngd-confd-6.11 rngd
+   systemd_dounit rngd.service
+
+   if use pkcs11; then
+   local DISABLE_AUTOFORMATTING=1
+   local DOC_CONTENTS="
+The PKCS11 entropy source may require extra packages (e.g. 'dev-libs/opensc')
+to support various smartcard readers. Make sure 'PKCS11_OPTIONS' in:
+   '${EPREFIX}/etc/conf.d/rngd'
+reflects the correct PKCS11 engine path to be used by rngd.
+"
+   readme.gentoo_create_doc
+   fi
+}
+
+pkg_postinst() {
+   use pkcs11 && readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/cone/

2021-08-15 Thread Sam James
commit: 61ab1b57be2f20b62c6b4d420ba4cd3bc0ed326e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:18:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:23:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ab1b57

mail-client/cone: subscribe to courier-unicode subslot

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

 mail-client/cone/{cone-1.0.ebuild => cone-1.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/cone/cone-1.0.ebuild 
b/mail-client/cone/cone-1.0-r1.ebuild
similarity index 95%
rename from mail-client/cone/cone-1.0.ebuild
rename to mail-client/cone/cone-1.0-r1.ebuild
index 2e0634efdd1..2333400cc63 100644
--- a/mail-client/cone/cone-1.0.ebuild
+++ b/mail-client/cone/cone-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ IUSE="crypt fam gnutls idn ipv6 ldap spell"
 RDEPEND="
dev-libs/libxml2
sys-libs/ncurses:0=
-   >=net-libs/courier-unicode-2
+   >=net-libs/courier-unicode-2:=
spell? ( app-text/aspell )
crypt? ( >=app-crypt/gnupg-1.0.4 )
fam? ( virtual/fam )



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

2021-08-15 Thread Sam James
commit: 98ee95beb4125bf3cffadd31e22b1a9aab678ab4
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:22:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:24:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ee95be

net-libs/courier-authlib: subscribe to courier-unicode subslot

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

 ...ourier-authlib-0.69.0-r3.ebuild => courier-authlib-0.69.0-r4.ebuild} | 2 +-
 ...ourier-authlib-0.70.0-r2.ebuild => courier-authlib-0.70.0-r3.ebuild} | 2 +-
 ...ourier-authlib-0.71.0-r2.ebuild => courier-authlib-0.71.0-r3.ebuild} | 2 +-
 ...ourier-authlib-0.71.1-r2.ebuild => courier-authlib-0.71.1-r3.ebuild} | 2 +-
 ...ourier-authlib-0.71.2-r2.ebuild => courier-authlib-0.71.2-r3.ebuild} | 2 +-
 .../{courier-authlib-0.71.3.ebuild => courier-authlib-0.71.3-r1.ebuild} | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.69.0-r3.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.69.0-r4.ebuild
similarity index 99%
rename from net-libs/courier-authlib/courier-authlib-0.69.0-r3.ebuild
rename to net-libs/courier-authlib/courier-authlib-0.69.0-r4.ebuild
index cfb9546ced4..14023d2a01b 100644
--- a/net-libs/courier-authlib/courier-authlib-0.69.0-r3.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.69.0-r4.ebuild
@@ -17,7 +17,7 @@ IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite 
static-libs"
 RESTRICT="!berkdb? ( test )"
 
 DEPEND="net-mail/mailbase
-   >=net-libs/courier-unicode-2.1
+   >=net-libs/courier-unicode-2.1:=
virtual/libcrypt:=
gdbm? ( sys-libs/gdbm:= )
!gdbm? ( sys-libs/db:= )

diff --git a/net-libs/courier-authlib/courier-authlib-0.70.0-r2.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.70.0-r3.ebuild
similarity index 99%
rename from net-libs/courier-authlib/courier-authlib-0.70.0-r2.ebuild
rename to net-libs/courier-authlib/courier-authlib-0.70.0-r3.ebuild
index 550f9591709..c2e8c3099c6 100644
--- a/net-libs/courier-authlib/courier-authlib-0.70.0-r2.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.70.0-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite 
static-libs"
 RESTRICT="!berkdb? ( test )"
 
 DEPEND="net-mail/mailbase
-   >=net-libs/courier-unicode-2.1
+   >=net-libs/courier-unicode-2.1:=
virtual/libcrypt:=
gdbm? ( sys-libs/gdbm:= )
!gdbm? ( sys-libs/db:= )

diff --git a/net-libs/courier-authlib/courier-authlib-0.71.0-r2.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild
similarity index 99%
rename from net-libs/courier-authlib/courier-authlib-0.71.0-r2.ebuild
rename to net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild
index cfb9546ced4..14023d2a01b 100644
--- a/net-libs/courier-authlib/courier-authlib-0.71.0-r2.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite 
static-libs"
 RESTRICT="!berkdb? ( test )"
 
 DEPEND="net-mail/mailbase
-   >=net-libs/courier-unicode-2.1
+   >=net-libs/courier-unicode-2.1:=
virtual/libcrypt:=
gdbm? ( sys-libs/gdbm:= )
!gdbm? ( sys-libs/db:= )

diff --git a/net-libs/courier-authlib/courier-authlib-0.71.1-r2.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.71.1-r3.ebuild
similarity index 99%
rename from net-libs/courier-authlib/courier-authlib-0.71.1-r2.ebuild
rename to net-libs/courier-authlib/courier-authlib-0.71.1-r3.ebuild
index 60d2a698741..a72659a6479 100644
--- a/net-libs/courier-authlib/courier-authlib-0.71.1-r2.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.71.1-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite 
static-libs"
 RESTRICT="!berkdb? ( test )"
 
 DEPEND="net-mail/mailbase
-   >=net-libs/courier-unicode-2.1.2
+   >=net-libs/courier-unicode-2.1.2:=
virtual/libcrypt:=
gdbm? ( sys-libs/gdbm:= )
!gdbm? ( sys-libs/db:= )

diff --git a/net-libs/courier-authlib/courier-authlib-0.71.2-r2.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.71.2-r3.ebuild
similarity index 99%
rename from net-libs/courier-authlib/courier-authlib-0.71.2-r2.ebuild
rename to net-libs/courier-authlib/courier-authlib-0.71.2-r3.ebuild
index 8246a09277c..50ad7474ac4 100644
--- a/net-libs/courier-authlib/courier-authlib-0.71.2-r2.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.71.2-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite 
static-libs"
 RESTRICT="!berkdb? ( test )"
 
 DEPEND="net-mail/mailbase
-   >=net-libs/courier-unicode-2.2.3
+   >=net-libs/courier-unicode-2.2.3:=
virtual/libcrypt:=
gdbm? ( sys-libs/gdbm:= )
!gdbm? ( sys-libs/db:= )

diff --git a/net-libs/courier-authlib/courier-authlib-0.71.3.ebuild 

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

2021-08-15 Thread Sam James
commit: fdd9cd787d7b14073350e54f4a3ac1e123d07ad8
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:20:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:23:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd9cd78

mail-mta/courier: subscribe to courier-unicode subslot

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

 mail-mta/courier/{courier-1.0.13.ebuild => courier-1.0.13-r1.ebuild} | 4 ++--
 mail-mta/courier/{courier-1.0.14.ebuild => courier-1.0.14-r1.ebuild} | 4 ++--
 mail-mta/courier/{courier-1.0.17.ebuild => courier-1.0.17-r1.ebuild} | 4 ++--
 mail-mta/courier/{courier-1.0.5.ebuild => courier-1.0.5-r1.ebuild}   | 4 ++--
 mail-mta/courier/{courier-1.1.2.ebuild => courier-1.1.2-r1.ebuild}   | 4 ++--
 mail-mta/courier/{courier-1.1.5.ebuild => courier-1.1.5-r1.ebuild}   | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/mail-mta/courier/courier-1.0.13.ebuild 
b/mail-mta/courier/courier-1.0.13-r1.ebuild
similarity index 99%
rename from mail-mta/courier/courier-1.0.13.ebuild
rename to mail-mta/courier/courier-1.0.13-r1.ebuild
index dbbd6de3147..703b73416db 100644
--- a/mail-mta/courier/courier-1.0.13.ebuild
+++ b/mail-mta/courier/courier-1.0.13-r1.ebuild
@@ -17,13 +17,13 @@ IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt 
norewrite \
 
 DEPEND="
>=net-libs/courier-authlib-0.70.0
-   >=net-libs/courier-unicode-2.1
+   >=net-libs/courier-unicode-2.1:=
net-dns/libidn:=
gnutls? ( net-libs/gnutls:= )
!gnutls? (
dev-libs/openssl:0=
)
-   >=sys-libs/gdbm-1.8.0
+   >=sys-libs/gdbm-1.8.0:=
dev-libs/libpcre
app-misc/mime-types
fax? ( >=media-libs/netpbm-9.12 app-text/ghostscript-gpl 
>=net-dialup/mgetty-1.1.28 )

diff --git a/mail-mta/courier/courier-1.0.14.ebuild 
b/mail-mta/courier/courier-1.0.14-r1.ebuild
similarity index 99%
rename from mail-mta/courier/courier-1.0.14.ebuild
rename to mail-mta/courier/courier-1.0.14-r1.ebuild
index 5c392591b5d..da8ad168359 100644
--- a/mail-mta/courier/courier-1.0.14.ebuild
+++ b/mail-mta/courier/courier-1.0.14-r1.ebuild
@@ -17,13 +17,13 @@ IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt 
norewrite \
 
 DEPEND="
>=net-libs/courier-authlib-0.70.0
-   >=net-libs/courier-unicode-2.1
+   >=net-libs/courier-unicode-2.1:=
net-dns/libidn:=
gnutls? ( net-libs/gnutls:= )
!gnutls? (
dev-libs/openssl:0=
)
-   >=sys-libs/gdbm-1.8.0
+   >=sys-libs/gdbm-1.8.0:=
dev-libs/libpcre
app-misc/mime-types
fax? ( >=media-libs/netpbm-9.12 app-text/ghostscript-gpl 
>=net-dialup/mgetty-1.1.28 )

diff --git a/mail-mta/courier/courier-1.0.17.ebuild 
b/mail-mta/courier/courier-1.0.17-r1.ebuild
similarity index 99%
rename from mail-mta/courier/courier-1.0.17.ebuild
rename to mail-mta/courier/courier-1.0.17-r1.ebuild
index 54b43c46eaf..60d4849c308 100644
--- a/mail-mta/courier/courier-1.0.17.ebuild
+++ b/mail-mta/courier/courier-1.0.17-r1.ebuild
@@ -17,13 +17,13 @@ IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt 
norewrite \
 
 DEPEND="
>=net-libs/courier-authlib-0.71.1
-   >=net-libs/courier-unicode-2.1.2
+   >=net-libs/courier-unicode-2.1.2:=
net-dns/libidn:=
gnutls? ( net-libs/gnutls:= )
!gnutls? (
dev-libs/openssl:0=
)
-   >=sys-libs/gdbm-1.8.0
+   >=sys-libs/gdbm-1.8.0:=
dev-libs/libpcre
app-misc/mime-types
fax? ( >=media-libs/netpbm-9.12 app-text/ghostscript-gpl 
>=net-dialup/mgetty-1.1.28 )

diff --git a/mail-mta/courier/courier-1.0.5.ebuild 
b/mail-mta/courier/courier-1.0.5-r1.ebuild
similarity index 99%
rename from mail-mta/courier/courier-1.0.5.ebuild
rename to mail-mta/courier/courier-1.0.5-r1.ebuild
index d72ae7ccd03..4165ee96092 100644
--- a/mail-mta/courier/courier-1.0.5.ebuild
+++ b/mail-mta/courier/courier-1.0.5-r1.ebuild
@@ -17,13 +17,13 @@ IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt 
norewrite \
 
 DEPEND="
>=net-libs/courier-authlib-0.69.0-r1
-   >=net-libs/courier-unicode-2.1
+   >=net-libs/courier-unicode-2.1:=
net-dns/libidn:=
gnutls? ( net-libs/gnutls:= )
!gnutls? (
dev-libs/openssl:0=
)
-   >=sys-libs/gdbm-1.8.0
+   >=sys-libs/gdbm-1.8.0:=
dev-libs/libpcre
app-misc/mime-types
fax? ( >=media-libs/netpbm-9.12 app-text/ghostscript-gpl 
>=net-dialup/mgetty-1.1.28 )

diff --git a/mail-mta/courier/courier-1.1.2.ebuild 
b/mail-mta/courier/courier-1.1.2-r1.ebuild
similarity index 99%
rename from mail-mta/courier/courier-1.1.2.ebuild
rename to mail-mta/courier/courier-1.1.2-r1.ebuild
index a1f75472c9b..e8148ace070 100644
--- a/mail-mta/courier/courier-1.1.2.ebuild
+++ b/mail-mta/courier/courier-1.1.2-r1.ebuild
@@ -17,13 +17,13 @@ 

[gentoo-commits] repo/gentoo:master commit in: mail-filter/maildrop/

2021-08-15 Thread Sam James
commit: 0f05ed3fe5451d0e8b341890c083afe38a2883fa
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:17:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:23:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f05ed3f

mail-filter/maildrop: subscribe to courier-unicode subslot

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

 .../maildrop/{maildrop-3.0.0.ebuild => maildrop-3.0.0-r1.ebuild} | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/mail-filter/maildrop/maildrop-3.0.0.ebuild 
b/mail-filter/maildrop/maildrop-3.0.0-r1.ebuild
similarity index 96%
rename from mail-filter/maildrop/maildrop-3.0.0.ebuild
rename to mail-filter/maildrop/maildrop-3.0.0-r1.ebuild
index 19404652d9c..313d36fd5ee 100644
--- a/mail-filter/maildrop/maildrop-3.0.0.ebuild
+++ b/mail-filter/maildrop/maildrop-3.0.0-r1.ebuild
@@ -19,8 +19,8 @@ CDEPEND="!mail-mta/courier
net-mail/mailbase
dev-libs/libpcre
net-dns/libidn:0=
-   >=net-libs/courier-unicode-2.0
-   gdbm? ( >=sys-libs/gdbm-1.8.0 )
+   >=net-libs/courier-unicode-2.0:=
+   gdbm? ( >=sys-libs/gdbm-1.8.0:= )
mysql?( net-libs/courier-authlib )
postgres? ( net-libs/courier-authlib )
ldap? ( net-libs/courier-authlib )
@@ -35,11 +35,12 @@ CDEPEND="!mail-mta/courier
!mail-mta/mini-qmail
!mail-mta/qmail-ldap
)"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
+DEPEND="${CDEPEND}"
 RDEPEND="${CDEPEND}
dev-lang/perl
dovecot? ( net-mail/dovecot )"
+BDEPEND="virtual/pkgconfig"
+
 REQUIRED_USE="
mysql? ( authlib )
postgres? ( authlib )



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

2021-08-15 Thread Sam James
commit: ae4b36193858f28bb15a04c15d69459d7f95d45d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:14:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4b3619

net-libs/courier-unicode: add subslot for ABI breakage

SONAME from 2.1 -> 2.2 went from 4.1.0 -> 7.0.0.

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

 .../{courier-unicode-2.2.3.ebuild => courier-unicode-2.2.3-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild 
b/net-libs/courier-unicode/courier-unicode-2.2.3-r1.ebuild
similarity index 96%
rename from net-libs/courier-unicode/courier-unicode-2.2.3.ebuild
rename to net-libs/courier-unicode/courier-unicode-2.2.3-r1.ebuild
index e8e9f45e2e2..dbb52817c9b 100644
--- a/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild
+++ b/net-libs/courier-unicode/courier-unicode-2.2.3-r1.ebuild
@@ -6,10 +6,10 @@ EAPI=7
 DESCRIPTION="Unicode library used by the courier mail server"
 HOMEPAGE="https://www.courier-mta.org/;
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
+
 LICENSE="GPL-3"
-SLOT="0"
+SLOT="0/7"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-IUSE=""
 
 src_configure() {
econf --disable-static



[gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/

2021-08-15 Thread Sam James
commit: a6b4101a6edb95c607a9390e5ed67b61f65c0497
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 02:21:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:24:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b4101a

net-mail/courier-imap: subscribe to courier-unicode subslot

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

 .../{courier-imap-5.1.2.ebuild => courier-imap-5.1.2-r1.ebuild} | 6 +++---
 .../{courier-imap-5.1.3.ebuild => courier-imap-5.1.3-r1.ebuild} | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-mail/courier-imap/courier-imap-5.1.2.ebuild 
b/net-mail/courier-imap/courier-imap-5.1.2-r1.ebuild
similarity index 98%
rename from net-mail/courier-imap/courier-imap-5.1.2.ebuild
rename to net-mail/courier-imap/courier-imap-5.1.2-r1.ebuild
index c908d5ac608..6b812e29ffb 100644
--- a/net-mail/courier-imap/courier-imap-5.1.2.ebuild
+++ b/net-mail/courier-imap/courier-imap-5.1.2-r1.ebuild
@@ -16,17 +16,17 @@ IUSE="berkdb debug fam +gdbm gnutls ipv6 selinux trashquota"
 REQUIRED_USE="|| ( berkdb gdbm )"
 
 CDEPEND="
-   gnutls? ( net-libs/gnutls[tools] )
+   gnutls? ( net-libs/gnutls:=[tools] )
!gnutls? (
dev-libs/openssl:0=
)
>=net-libs/courier-authlib-0.71
-   >=net-libs/courier-unicode-2
+   >=net-libs/courier-unicode-2:=
>=net-mail/mailbase-0.00-r8
net-dns/libidn:=
berkdb? ( sys-libs/db:= )
fam? ( virtual/fam )
-   gdbm? ( >=sys-libs/gdbm-1.8.0 )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:= )
 "
 DEPEND="${CDEPEND}
dev-lang/perl

diff --git a/net-mail/courier-imap/courier-imap-5.1.3.ebuild 
b/net-mail/courier-imap/courier-imap-5.1.3-r1.ebuild
similarity index 98%
rename from net-mail/courier-imap/courier-imap-5.1.3.ebuild
rename to net-mail/courier-imap/courier-imap-5.1.3-r1.ebuild
index df153dc82fd..2c96931fa93 100644
--- a/net-mail/courier-imap/courier-imap-5.1.3.ebuild
+++ b/net-mail/courier-imap/courier-imap-5.1.3-r1.ebuild
@@ -16,17 +16,17 @@ IUSE="berkdb debug fam +gdbm gnutls ipv6 selinux trashquota"
 REQUIRED_USE="|| ( berkdb gdbm )"
 
 CDEPEND="
-   gnutls? ( net-libs/gnutls[tools] )
+   gnutls? ( net-libs/gnutls:=[tools] )
!gnutls? (
dev-libs/openssl:0=
)
>=net-libs/courier-authlib-0.71
-   >=net-libs/courier-unicode-2
+   >=net-libs/courier-unicode-2:=
>=net-mail/mailbase-0.00-r8
net-dns/libidn:=
berkdb? ( sys-libs/db:= )
fam? ( virtual/fam )
-   gdbm? ( >=sys-libs/gdbm-1.8.0 )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:= )
 "
 DEPEND="${CDEPEND}
dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/

2021-08-15 Thread Sam James
commit: f653e0b5ff5620e852e5fbbd23d62fa3577f2a7d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Aug 13 01:52:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 02:12:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f653e0b5

metadata/install-qa-check.d: add check for missing tmpfiles_process call

See: 
https://archives.gentoo.org/gentoo-dev/message/7bdfdc9a7560fd07436defd0253af0b8
Signed-off-by: Georgy Yakovlev  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 metadata/install-qa-check.d/60tmpfiles-paths | 34 
 1 file changed, 24 insertions(+), 10 deletions(-)

diff --git a/metadata/install-qa-check.d/60tmpfiles-paths 
b/metadata/install-qa-check.d/60tmpfiles-paths
index 81286de584a..aa666dfb7ce 100644
--- a/metadata/install-qa-check.d/60tmpfiles-paths
+++ b/metadata/install-qa-check.d/60tmpfiles-paths
@@ -3,11 +3,14 @@
 
 # QA check: ensure that packages installing tmpfiles configuration inherit the 
eclass
 # Maintainer: Sam James 
+# Maintainer: Georgy Yakovlev 
 
 # Implements two checks:
 # 1) Installation to /etc/tmpfiles.d (which is a user-customization location);
 # 2) Installation of any tmpfiles to /usr/lib/tmpfiles.d without inheriting 
the eclass
-#(needed for tmpfiles_process in pkg_postinst)
+#(needed for tmpfiles_process in pkg_postinst);
+# 3) Check for installation of tmpfiles without calling tmpfiles_process in
+#pkg_postinst.
 tmpfiles_check() {
# Check 1
# Scan image for files in /etc/tmpfiles.d which is a forbidden location
@@ -17,30 +20,41 @@ tmpfiles_check() {
shopt -u nullglob
 
if [[ ${#files[@]} -gt 0 ]]; then
-   eqawarn "QA Notice: files installed to /etc/tmpfiles.d"
-   eqawarn "tmpfiles configuration files must be installed by 
ebuilds /usr/lib/tmpfiles.d!"
+   eqawarn "QA Notice: files installed to /etc/tmpfiles.d found"
+   eqawarn "tmpfiles configuration files supplied by ebuilds must 
be installed to /usr/lib/tmpfiles.d"
fi
 
# Check 2
# We're now going to check for whether we install files to 
/usr/lib/tmpfiles.d without
# inheriting the eclass (weak catch for ebuilds not calling 
tmpfiles_process in pkg_postinst)
 
-   # No need to carry on if we're inheriting the eclass
-   if has tmpfiles ${INHERITED} ; then
-   return
-   fi
-
# It's okay for some packages to do this because of circular 
dependencies and such
# See: 
https://archives.gentoo.org/gentoo-dev/message/0a96793036a4fdd9ac311a46950d7e7b
# TODO: Standardize some way of allowing ebuilds to opt-out of checks 
like this
local package=${CATEGORY}/${PN}
+
if [[ ${package} == "sys-apps/systemd" || ${package} == "sys-libs/pam" 
]] ; then
return
fi
 
if [[ -d "${ED}"/usr/lib/tmpfiles.d/ ]] ; then
-   eqawarn "QA Notice: package is installing tmpfiles without 
inheriting tmpfiles.eclass!"
-   eqawarn "Packages must inherit tmpfiles.eclass then call 
tmpfiles_process in pkg_postinst."
+   if ! has tmpfiles ${INHERITED} ; then
+   eqawarn "QA Notice: package is installing tmpfiles 
without inheriting tmpfiles.eclass!"
+   eqawarn "Packages must inherit tmpfiles.eclass then 
call tmpfiles_process in pkg_postinst."
+   return
+   fi
+
+   # Check 3
+   # Check whether we're installing tmpfiles without explicitly
+   # calling tmpfiles_process in pkg_postinst, but we have 
inherited
+   # the eclass.
+   # Small risk of false positives if called indirectly.
+   # See: 
https://archives.gentoo.org/gentoo-dev/message/7bdfdc9a7560fd07436defd0253af0b8
+   local pkg_postinst_body="$(declare -fp pkg_postinst 2>&1)"
+   if [[ ! ${pkg_postinst_body} == *tmpfiles_process* ]] ; then
+   eqawarn "QA Notice: package is installing tmpfiles 
without calling"
+   eqawarn "tmpfiles_process in pkg_postinst phase"
+   fi
fi
 }
 



  1   2   3   >