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

2021-08-06 Thread Sam James
commit: e414efac067bb00f0304934bb46e05a4bd742cb6
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Aug  4 07:44:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 06:47:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e414efac

dev-libs/libuv: Bump to 1.42.0

Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/21874
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libuv/Manifest|  1 +
 dev-libs/libuv/libuv-1.42.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index a68cf0dc195..a3c6e0d94af 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -1,2 +1,3 @@
 DIST libuv-1.41.0.tar.gz 1281268 BLAKE2B 
6d6fef33953c4d03835adfdd66e9a44c61071440ceeea48d88bcf6593e2a35c7d0878369c87b38a92f66ead2ab0f799d4b7476ced3707ca7f41e39f93875bdc4
 SHA512 
bb08a1970a10e8d9571ffea3d021643de30ec212cd51317b98d6cf0cfe55d6877992921fb01d1188a6d466687335b77885685d924f8cb7200a0bec30eee05c65
 DIST libuv-1.41.1.tar.gz 1281506 BLAKE2B 
4102df9559724c4f6bab090c57c8c976b7784bdc28243047c6c4cb2d61ce97deeb6f02e322238b98e9900575c981e8a586db852d5d34f0fd222a0091fc391a5b
 SHA512 
dfd4996a2e8d6cc1ffe141921b2472070c8678cbbb8f0cf333dba7e7a36be0dee7fc3515152a27253252bbe48a9b29766d654f7f77137dd6f6bf0a8330c90fc4
+DIST libuv-1.42.0.tar.gz 1293478 BLAKE2B 
c2b46492167d759fd781b704dd256de100ca5bed62b0afe74fd8c46d5ecce15c53c4158d2e938314c578f26978e9be0bc69c4ffd0f40b2cd8419fa120df5dc2e
 SHA512 
29982c975fccb99dcf28c8cc0f9fe9f15a0c546778b0723596a790021441b8be1ccece17f63319b5a1f0ccda8a846c0b544f9259d3482e84e14138461a0d882b

diff --git a/dev-libs/libuv/libuv-1.42.0.ebuild 
b/dev-libs/libuv/libuv-1.42.0.ebuild
new file mode 100644
index 000..f1d10ed56e9
--- /dev/null
+++ b/dev-libs/libuv/libuv-1.42.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Cross-platform asychronous I/O"
+HOMEPAGE="https://github.com/libuv/libuv";
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://github.com/libuv/libuv.git";
+   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"
+fi
+
+LICENSE="BSD BSD-2 ISC MIT"
+SLOT="0/1"
+
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
+   > m4/libuv-extra-automake-flags.m4 || die
+
+   if [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] ; then
+   eapply "${FILESDIR}"/${PN}-1.41.0-darwin.patch
+   fi
+
+   # upstream fails to ship a configure script
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-static
+   cc_cv_cflags__g=no
+   )
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_test() {
+   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
+   default
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-08-06 Thread Sam James
commit: 43925bc0fbd3c6f4e066d8dc4eed36555a84b3a9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 06:40:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 06:47:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43925bc0

net-analyzer/cbm: drop 0.2

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

 net-analyzer/cbm/Manifest   |  1 -
 net-analyzer/cbm/cbm-0.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index fb81ea2ef07..5bf9273a1ef 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,3 +1,2 @@
-DIST cbm-0.2.tar.gz 16043 BLAKE2B 
a5c041ac33b4694c2933bee0d71786896ec30d0735b921f34cfb6a247179709afd9fa6d90f0602869976f334391e8138830f538b18a08a7396f4049e26029b24
 SHA512 
ca9dbbd73e707dca3b7bf10201840de28b2b3956ce3cb2fc76e1b530caf6ff883eb437f8be0df1efe3b5d8398c4949ea00de4ba48ed26b27afa21cf445d5d076
 DIST cbm-0.3.1.tar.gz 17297 BLAKE2B 
7b8bd12d8b4e9af5235512dfb689d7b55dd8b1b28b387eb987b22dccede7ca0bbcf33ddb884545532aaacababa243b5867fec8d205ceb2c2244715b614082e9e
 SHA512 
ab971c1fb9f9da9749fa3ae36ed8914dbd8b6afb74d038e0e06856687e76b3a8bdd3522880db0c9c8e82e923907f7f3fc487e88828fa4b4d93b29b012fafce02
 DIST cbm-0.3.tar.gz 16473 BLAKE2B 
165b01ec6d0fdd691763d990e1fe81b010942077f593e64fd3ccf5f070960612ddb2ccd1aef87530b0d0fe4c40e5d758c55d33b4b6e1c4b850769ef46b8a6b79
 SHA512 
dd4845465b34b978e6c696d6b0fa61969aead4bdd4474a264667af63cd99c5a1035f4961645237c3870dc366ea4b131c2e005d2abb2774814d127a61ecae8e29

diff --git a/net-analyzer/cbm/cbm-0.2.ebuild b/net-analyzer/cbm/cbm-0.2.ebuild
deleted file mode 100644
index 970db519d02..000
--- a/net-analyzer/cbm/cbm-0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Color Bandwidth Meter"
-HOMEPAGE="
-   http://www.isotton.com/software/unix/cbm/
-   https://github.com/resurrecting-open-source-projects/cbm
-"
-SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   sys-libs/ncurses
-"
-DEPEND="
-   ${RDEPEND}
-   app-text/docbook-xml-dtd:4.4
-   app-text/xmlto
-   virtual/pkgconfig
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2-tinfo.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}



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

2021-08-06 Thread Sam James
commit: 5bae2f9f147ddda63b9b82c79cc7994bd926c48b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 06:39:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 06:47:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bae2f9f

net-libs/liblockfile: add 1.17

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

 net-libs/liblockfile/Manifest|  1 +
 net-libs/liblockfile/liblockfile-1.17.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/net-libs/liblockfile/Manifest b/net-libs/liblockfile/Manifest
index 25f238e989c..6246723ee12 100644
--- a/net-libs/liblockfile/Manifest
+++ b/net-libs/liblockfile/Manifest
@@ -1 +1,2 @@
 DIST liblockfile-1.16.tar.gz 68591 BLAKE2B 
f41df23ee405425265dbf5ca66dacf8e5dac84f40c16d192f1afbb40399f2a68bb92f5e24bbf0d2fb7fc143a92f8fa2713ebccbab70ceb9e67d9c7ae21f42802
 SHA512 
ee75ecf0dd25744de4e3ce7d6b12483ead2deaf0cd6a527e8493100c5d714751fe97e057873c8c7b04a935f9b46a5ea502950f15d3ce54ecc63d997ab1cee33d
+DIST liblockfile-1.17.tar.gz 69834 BLAKE2B 
a3c88174d96fb84dc1226102a1678aecec35945b89adb6e143f32674188ff7406f89b05f7219748bf0e9c6207ff3b28b5b800706ffc11b733c294e1e1c232784
 SHA512 
2169ac2219950d6ec7def6b5cc712cc04d1a185dc9c09b364c8d47b7b3d15c3482a2200b591872da87eb784717b2ba3537fbc39d7075c329cc8ba48039473a83

diff --git a/net-libs/liblockfile/liblockfile-1.17.ebuild 
b/net-libs/liblockfile/liblockfile-1.17.ebuild
new file mode 100644
index 000..82d39902f7c
--- /dev/null
+++ b/net-libs/liblockfile/liblockfile-1.17.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Implements functions designed to lock the standard mailboxes"
+HOMEPAGE="https://github.com/miquels/liblockfile";
+SRC_URI="https://github.com/miquels/liblockfile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="acct-group/mail"
+DEPEND="${RDEPEND}"
+
+DOCS=( Changelog README )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.16-makefile.patch"
+)
+
+src_prepare() {
+   default
+
+   # I don't feel like making the Makefile portable
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   cp "${FILESDIR}"/Makefile.Darwin.in Makefile.in || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local grp=mail
+
+   if use prefix ; then
+   # We never want to use LDCONFIG
+   export LDCONFIG=${EPREFIX}/bin/true
+   # In unprivileged installs this is "mail"
+   grp=$(id -g)
+   fi
+
+   local myeconfargs=(
+   --with-mailgroup=${grp}
+   --enable-shared
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   if ! use static-libs ; then
+   find "${ED}" -type f -name "*.a" -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-08-06 Thread Sam James
commit: 29866f24622572b2fcc9b4cf98f0d7402d6ee35b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 06:40:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 06:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29866f24

net-analyzer/cbm: add 0.3.1

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

 net-analyzer/cbm/Manifest |  1 +
 net-analyzer/cbm/cbm-0.3.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index 4a53484042a..fb81ea2ef07 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,2 +1,3 @@
 DIST cbm-0.2.tar.gz 16043 BLAKE2B 
a5c041ac33b4694c2933bee0d71786896ec30d0735b921f34cfb6a247179709afd9fa6d90f0602869976f334391e8138830f538b18a08a7396f4049e26029b24
 SHA512 
ca9dbbd73e707dca3b7bf10201840de28b2b3956ce3cb2fc76e1b530caf6ff883eb437f8be0df1efe3b5d8398c4949ea00de4ba48ed26b27afa21cf445d5d076
+DIST cbm-0.3.1.tar.gz 17297 BLAKE2B 
7b8bd12d8b4e9af5235512dfb689d7b55dd8b1b28b387eb987b22dccede7ca0bbcf33ddb884545532aaacababa243b5867fec8d205ceb2c2244715b614082e9e
 SHA512 
ab971c1fb9f9da9749fa3ae36ed8914dbd8b6afb74d038e0e06856687e76b3a8bdd3522880db0c9c8e82e923907f7f3fc487e88828fa4b4d93b29b012fafce02
 DIST cbm-0.3.tar.gz 16473 BLAKE2B 
165b01ec6d0fdd691763d990e1fe81b010942077f593e64fd3ccf5f070960612ddb2ccd1aef87530b0d0fe4c40e5d758c55d33b4b6e1c4b850769ef46b8a6b79
 SHA512 
dd4845465b34b978e6c696d6b0fa61969aead4bdd4474a264667af63cd99c5a1035f4961645237c3870dc366ea4b131c2e005d2abb2774814d127a61ecae8e29

diff --git a/net-analyzer/cbm/cbm-0.3.1.ebuild 
b/net-analyzer/cbm/cbm-0.3.1.ebuild
new file mode 100644
index 000..22ae3162bb6
--- /dev/null
+++ b/net-analyzer/cbm/cbm-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Color Bandwidth Meter"
+HOMEPAGE="
+   http://www.isotton.com/software/unix/cbm/
+   https://github.com/resurrecting-open-source-projects/cbm
+"
+SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/ncurses:="
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.4
+   app-text/xmlto
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2-tinfo.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}



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

2021-08-06 Thread Michał Górny
commit: 76ce00e36694ddff2ef3d8f670625ead127b7b7b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 06:16:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ce00e3

dev-python/notebook: Bump to 6.4.2

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

 dev-python/notebook/Manifest  |   1 +
 dev-python/notebook/notebook-6.4.2.ebuild | 100 ++
 2 files changed, 101 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 8b72a630c21..ce06dd4939a 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-6.4.0.tar.gz 13937270 BLAKE2B 
41ba6e3dd22c92b6044199737fe93563aad07117e8c64817566765d643867b582218a1b34099acf2a84df9ac9f8eb2773f6f3e6779b14255867fd97ec443df85
 SHA512 
8bb57b3efaaddb781ee963a569996e45c563b50b2cb918fb7722805710dd5852d895ff5b5f5575686032a037d7395aa581140b471b529d68dfcb371841607481
 DIST notebook-6.4.1.tar.gz 14139457 BLAKE2B 
4be00ba6cd2f66873657f8ad5f79b444bbfbb978eaac7ddb57ef5da39a81c2746e7658004179e44aa98fa5fc5954b022b2e3c0c15dac0cc6da21b95a16225bfd
 SHA512 
aa73e90f8ad1888f469e4cb412b6f17742e3b68ce429b2feaafeaee9e0cc437f3f73f26204b8de8367620ecb492033786c00b04d641ce0bfb4df75460419
+DIST notebook-6.4.2.tar.gz 14133763 BLAKE2B 
2c4f9677b014f484f7c975344f6e3aa29476b3b3bf2dd329ee527be653573f199c6d66078bc1f0787227414fb818df8df3d38e5f1bea9d3f2605f796a391cb37
 SHA512 
d9914c2924b7a0837295a7cfe2bdf551e1d71f35bab43bd6d12e798562c7e103f28cfdff6692e6ac5de394867071b8e1eae7a26bfd0a76b4a9304b7bea29f119

diff --git a/dev-python/notebook/notebook-6.4.2.ebuild 
b/dev-python/notebook/notebook-6.4.2.ebuild
new file mode 100644
index 000..892d3ca7cd8
--- /dev/null
+++ b/dev-python/notebook/notebook-6.4.2.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/send2trash[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]"
+
+# sphinx 2+ seems to have a problem with its github plugin. temporarily adding
+# a version constraint.
+BDEPEND="
+   test? (
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch
+)
+
+distutils_enable_tests --install pytest
+
+python_prepare_all() {
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local deselect=(
+   # trash doesn't seem to work for us
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
+   
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
+   
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
+   
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
+   # TODO
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections
+   
notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling
+   )
+
+   #

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

2021-08-06 Thread Michał Górny
commit: e3c2675c76240df3516692d9d8cdff559bbc4f1e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:46:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c2675c

dev-python/bitarray: Bump to 2.2.5

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

 dev-python/bitarray/Manifest  |  1 +
 dev-python/bitarray/bitarray-2.2.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index e729e6b15cb..d9ece63ac10 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -3,3 +3,4 @@ DIST bitarray-2.2.1.tar.gz 77371 BLAKE2B 
f6f699594a28fa680eaaa2ad260da00f9827090
 DIST bitarray-2.2.2.tar.gz 78273 BLAKE2B 
1c9b9c4011b1b11481209aba6958aa3c58dc2c1f5188a97f8b6c15a8a77ed0338bfc64bfcf6da3667c317631e5d271408f443a33e214c8f123f2c764cc93d6b0
 SHA512 
98b02ecc39befa619c816117fdfc3d69efb931203bb509e92bdf800f5c64e8633a986751d1650cb33dd0c6c0df0653f70c97fe73d4334198b81f39aafec4e019
 DIST bitarray-2.2.3.tar.gz 79709 BLAKE2B 
75bb085914fa5f7b926ede947d69f7a8de1dcd8e61917d1e154049102c539e78a7d0a4bab181a8bf8a19338d0d73124d9aec5f746f25d12a8f5a0c188f309009
 SHA512 
ed8641bd12a87e440642535baab62b132ce4499b8525a699eb82926b098d7f9ce6f66ea07846bfacabcf45cdc1d30c12c104a0b1af638efa8ad809329914a186
 DIST bitarray-2.2.4.tar.gz 82471 BLAKE2B 
0b2bd1afd17df2756e3e6ecfe78f84ee4ec84121c9eb59eaaa57042c67702004c25b0286474b1abea82a10ed682b8e0e221001e770238d144452049019300ae3
 SHA512 
ad5d96c8232d239e51c40782e7a487fd898732774e39228c996dd32f0697898b65f2a26479a0af03e07a347a404174924c8299590433b41a6bf6189447f4194f
+DIST bitarray-2.2.5.tar.gz 82954 BLAKE2B 
2841f7bd3627e3f057e9f7fa39b25172d36b77e32a70f982f970a19f7102326860f2ccc268298263a2e8869e708b3e746ca06d3182394c9500f5473e44d4f2f6
 SHA512 
c611d4e3cb0e0a5353789a87d0a0c643015bb607756e07318e8f41ac8d43ff7c0d53785cfaa4ebd8f84634d374611e0d5553a4847f166e9cb68fd79e0fd62eb0

diff --git a/dev-python/bitarray/bitarray-2.2.5.ebuild 
b/dev-python/bitarray/bitarray-2.2.5.ebuild
new file mode 100644
index 000..2db99351790
--- /dev/null
+++ b/dev-python/bitarray/bitarray-2.2.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-r1
+
+DESCRIPTION="Efficient arrays of booleans -- C extension"
+HOMEPAGE="https://github.com/ilanschnell/bitarray 
https://pypi.org/project/bitarray/";
+SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+   "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with 
${EPYTHON}"
+}



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

2021-08-06 Thread Michał Górny
commit: 1ca5b5f0f4fc3e711b50cbbdab181b6d1cdd9763
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:56:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca5b5f0

dev-python/configargparse: Bump to 1.5.2

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

 dev-python/configargparse/Manifest |  1 +
 .../configargparse/configargparse-1.5.2.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/configargparse/Manifest 
b/dev-python/configargparse/Manifest
index 1c05ec0ef69..686647d5715 100644
--- a/dev-python/configargparse/Manifest
+++ b/dev-python/configargparse/Manifest
@@ -1 +1,2 @@
 DIST ConfigArgParse-1.5.1.gh.tar.gz 32245 BLAKE2B 
9df80b4f0b12b3777311193c454dd010ce60dd9ceb702c99c1d8ac56575c615e77039910f3b412a176c9c229b88fa8937b052076d0cde2307ecc07f3337d064a
 SHA512 
2c3854a45d97f0352321d2442a30408248e990dd46e2515cd7e2576efe9a33e03495231f8397ba6e3d79bb04bf11edfe5930b4765d46f29ca66b7bb3d3c1e0c9
+DIST ConfigArgParse-1.5.2.gh.tar.gz 32598 BLAKE2B 
2fcf2b93f9e80686f658217dbc5871f1b920565870bb8194855088dd6f81422325d505fbe5bfa014def8188cc792660d35450a0daf0229c0dc59da37adab9fff
 SHA512 
823d7b256b803d3b60a373a124ea5d255b67a3b948d6543bd9a33f63f4b0dd1a416138a7105c64b064c222a90b4cada3b4aa6aecb70054ae2f1978fa5791330f

diff --git a/dev-python/configargparse/configargparse-1.5.2.ebuild 
b/dev-python/configargparse/configargparse-1.5.2.ebuild
new file mode 100644
index 000..c81699022b3
--- /dev/null
+++ b/dev-python/configargparse/configargparse-1.5.2.ebuild
@@ -0,0 +1,32 @@
+# 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_PN="ConfigArgParse"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Drop-in replacement for argparse supporting config files and env 
variables"
+HOMEPAGE="
+   https://github.com/bw2/ConfigArgParse/
+   https://pypi.org/project/ConfigArgParse/";
+SRC_URI="
+   https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+src_test() {
+   local -x COLUMNS=80
+   distutils-r1_src_test
+}



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

2021-08-06 Thread Michał Górny
commit: 9382173e39907d71394f3d903f206dcaf5398756
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 06:10:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9382173e

dev-python/identify: Bump to 2.2.13

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

 dev-python/identify/Manifest   |  1 +
 dev-python/identify/identify-2.2.13.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
index e0fd3c0bcaa..fbfd6032658 100644
--- a/dev-python/identify/Manifest
+++ b/dev-python/identify/Manifest
@@ -1,3 +1,4 @@
 DIST identify-2.2.10.tar.gz 101073 BLAKE2B 
7049424855d23727180a4af137ebd7cbf88d6ca0187901bbe43abfcb820c1db17af8ff89345612909fc869f9ee8503d84e3d1218548535abb6f499eade284def
 SHA512 
a6f9dfc3d969a30f50922cb9ad285d76c39774706b8c0d868bcbf96564a49841e54b6021e4fced56f17cebd25fadc69dd93714d475e4f517a05677bdabada4dc
 DIST identify-2.2.11.tar.gz 101117 BLAKE2B 
e316bd18a91b3d073b2bb24743ffcf5e6551ce5a9ddf62b1a30aaf937311b2d07de08d9abe01040de48c607d51e4cab121d778385f8336bc911409bedcd5fce3
 SHA512 
083dd600bc65f61c1aa41f87943b59a4f2edcbbc7a7d07d7a1375d181761edc4b853df87d4a2b2c0f3122f4f27ed10eb784d2dd75078418b50a471b1d5a0ad0f
 DIST identify-2.2.12.tar.gz 101128 BLAKE2B 
71f70e211bb64c44fd56cf276c1e474e002931a711e986f933a80b085a4b1c2465d84780d636efc977c6c91283d33b94d7c25fbf16b83d2fbb1cb227c76ebca9
 SHA512 
cada883c7d5696c0f5c55e901e88e1d63b28d5045f54f2d197151c37d8a96854e020d4112d857fad0402e61fad3c05a5e9ca624a72be0baecdd0fb247b6bef4b
+DIST identify-2.2.13.tar.gz 101136 BLAKE2B 
b1835ca6b576a15be16de124554cfaf7b6dc55a1dfee70021613d35251135c295c3acf141eb645823add4c260bec9fdcde4799f0b72fbd57bc7a2e8659e416bd
 SHA512 
37764325268c164028b7719f91571c006c9c6db3f4bba5a93d20f3d9ea30712cfe7e5710b175266a3d74f3f85485f16ebf7d21486d4329050b55e5835e8b4197

diff --git a/dev-python/identify/identify-2.2.13.ebuild 
b/dev-python/identify/identify-2.2.13.ebuild
new file mode 100644
index 000..c3b147be85a
--- /dev/null
+++ b/dev-python/identify/identify-2.2.13.ebuild
@@ -0,0 +1,19 @@
+# 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
+
+DESCRIPTION="File identification library for Python"
+HOMEPAGE="https://github.com/pre-commit/identify";
+SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="dev-python/editdistance-s[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2021-08-06 Thread Michał Górny
commit: 1642082635c3c4046efca6e0915920fd2d853be4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 06:08:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16420826

dev-python/zeroconf: Bump to 0.33.4

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

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

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 281b674bbf4..ef759a3ac38 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST python-zeroconf-0.32.1.gh.tar.gz 116507 BLAKE2B 
03de415620745b75cd43be74b724faf909aad9628175f18cf4b2c04245d02adbca984eaa861e807729f36caa3feecab913f2e4aafcdd9aac1af02de6eeefbb3d
 SHA512 
cefcd1abdc3ca2b5ed796aee09e6826c0d0f54343bdefbf45c425d6e033542dc061c84fb4438ba53774d87c6516801c6e2196c1e6cfdd9dbf9187f5d8d4b1b11
 DIST python-zeroconf-0.33.2.gh.tar.gz 118266 BLAKE2B 
e239443c778d24895a830ac8d4f23be5eeac701b92ddf945efc955a731cbce62bea10243f57a0929ad21cd32c37b0a9e23b53e734362b9c6b9ce85e2eb59
 SHA512 
9631dc348baf028794934d826a1fd2e874cf9039e6fb1c93a1b9a8e2a95ae436ab2fc1a955e2d89656c37a56b71075b578857f6de041a7e61ff55c7a62a2a7a3
 DIST python-zeroconf-0.33.3.gh.tar.gz 121202 BLAKE2B 
f457a65d26b58e4dac6c83b66be48e57ff0c34dd59dc3bfa008e2fd204f2f290088e6c784580114b91ddefce1cd2a3cea9310cfd4848c983c04749a1dbf3ebb8
 SHA512 
4e232fb9ad1e447333880d9737c3af3e9c652db2e0d7187d485cb6cdf8fe58076b78da4e1db3d2467b147c71343aeb18878f259bbfde6acd0faa3c4b9196222f
+DIST python-zeroconf-0.33.4.gh.tar.gz 121380 BLAKE2B 
a1a8ac266aaded65337aa9d5c26d8a52b6329500a1a18354148590fdb47988f200b0658a41e18b78694cd9f95f1322cce0ff289a795bf9459ab6d383d5ee13f9
 SHA512 
fa6dd453ea22beb113c53941ce750e214da3211b6fc14d8b0cb575b927cff14759c49fec4e9ada4a2fd4ebc0bb3b0b355a2454ca0e128a3213fc8be41f096af7

diff --git a/dev-python/zeroconf/zeroconf-0.33.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.33.4.ebuild
new file mode 100644
index 000..0e1b2943b16
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.33.4.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: app-admin/awscli/

2021-08-06 Thread Michał Górny
commit: 6cfbd5717dac995d6efa8c7654956ca56ef462db
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:35:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfbd571

app-admin/awscli: Bump to 1.20.16

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.20.16.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 7dd4d31e0f2..05f5ca575eb 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -8,6 +8,7 @@ DIST awscli-1.20.12.tar.gz 2047696 BLAKE2B 
d65157579f088e00b7fcb08fd73a5ab9e3ea2
 DIST awscli-1.20.13.tar.gz 2048380 BLAKE2B 
5c469b2b41f7e7aa55f98e4d566f2659cb4a68b18d0e2acba3485ef4622b5763cbe324b1c2e6ef679f7968c2b8ca43aa29d8619fba612bba69cf7f9e7229ee6e
 SHA512 
3e569d14fb34d9ee833c7bfbd83a303b8f95d4b84a1ff8e503063ecc3f434bc5a5e59c6bbfca5134be1c76f06796fde4a9e9647af881bc5f02268c8c90971289
 DIST awscli-1.20.14.tar.gz 2049156 BLAKE2B 
2eed59fbbd11918451d64c76c58838c9d599eee042450211ed88bd25210a32337cd0766dfa1173bc2ae6e1f88f6cbe4995c54ca979b0b068b3b1dd312236de5a
 SHA512 
f12aa5805fcdf5e958c4bb0c1320c412656711255932ff6cbf9ab7c14b85792f04a02bbb1911346fed0508ddfd3e7b5e3b731317921e3545e0e14bfe9b9c7ce7
 DIST awscli-1.20.15.tar.gz 2048948 BLAKE2B 
e7d378c9cb1752f4b7e014578d07fdc5f7bd9c14dc5fa33328a29c8fb9c9fab27f404dbfeea5952c243aeb35b0800c7840303d5f1339512d74cee2e4a5d590a1
 SHA512 
34c482067c3534737956520e5f6f0b3d30296f6de06969fe3ab43146a3190e36b432ea3642917c91e82659d5e79337add973f3f79216214f6b03b5cd15b363f2
+DIST awscli-1.20.16.tar.gz 2049307 BLAKE2B 
122eb7331a30c02455dd3928fa411e24ab1da9d3d90ff9a9b4279bbf8cb4e454714e56fc0c1b521fe0a447537c6ae8ff1db62e63b49ab5cbb7b212a497748e82
 SHA512 
45973fb775cb7f52f6e220f1e26c4af32f4737963d3cc3e01d4462c75479eeddb2c1f15a8ce645ac698d1d42fdbb81a56a9ff655ff9918b746dce26fb6e0eea7
 DIST awscli-1.20.2.tar.gz 2029411 BLAKE2B 
dad47f749af3c1e7bbeb291eb92889c7dc9bdc9e81ddb1fd3769897f94ba549123589a2ef8a34b88d8370cc6bb5ad45cc7b9fa06ec474620303a78ec3d64100e
 SHA512 
6384a02a7bd3a8ea38cf46725daa25e7656e12c1f3f6465043efc223a82c605dbc916a26debc214ff6d364e81013e729acac424c535785e8a3b68cfce2f6
 DIST awscli-1.20.3.tar.gz 2029411 BLAKE2B 
6d8573709072ea3955696de0c65a32610446737a216f6c5dd4ecae4cffcb48ecac531cfc598517c037066d066cf0de01510c0740949450ad3a5925af79bd8c16
 SHA512 
2324800964de8b1af4ae39dcee15e8fc2bd5e11a239c245590a86fac6574d80b290fb9d967df82d6fdd412cd8b783fd209780e5e58846a16302fa13c6f3b93fb
 DIST awscli-1.20.4.tar.gz 2043470 BLAKE2B 
58722fe4277a7950665913e8b9ae99de8017cfe8c4974a3524f917533499e830d2eea2ac0994022796b979869468b5f3a767727b4384f78e325e423ed003b1b3
 SHA512 
3066438ac58eb2afb83ae6fef516e09965ceea1e97897e4f5b5760046f28a2f822b16b90c0a9ee6a58c6cdabbfb2f0ce044caf41396093188290e2a7c1e8c4f3

diff --git a/app-admin/awscli/awscli-1.20.16.ebuild 
b/app-admin/awscli/awscli-1.20.16.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.20.16.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/";
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-08-06 Thread Michał Górny
commit: 257d11c976d43e81f9f055910a029c006e0624d6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:52:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257d11c9

net-wireless/blueman: Bump to 2.2.2

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

 net-wireless/blueman/Manifest  | 1 +
 net-wireless/blueman/{blueman-.ebuild => blueman-2.2.2.ebuild} | 4 ++--
 net-wireless/blueman/blueman-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index b6f55837c10..601f09f59b9 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.2.1.tar.xz 1570992 BLAKE2B 
b6d2296b68990c25e6d8077b513ebd3915152522fdf66bb5d887a90cf98e8835d993caf89a93089947ff1f6470075b9b6643ee0169ba86e46d190c09fbc6942a
 SHA512 
7668a68470e7b5ab8e5cd774c89a7ae347de4193e293b5f2a467407fcb625e07a482f986fd7b672b763c297a0c0692c1da53dcc4ae75ec7fa118b180be623104
+DIST blueman-2.2.2.tar.xz 1560516 BLAKE2B 
fb82044971fb51ed7732f7638872e3bdbc7259a4fd4f3cc26f5567cfce378319ef3346376d3f07ceab92d2d002ff6455cc7c43345da7f660c3dc9f6b5ab57980
 SHA512 
b95f82c8a1bc8a77755f56944852a92da3bb58ecf646da75cfc6b6b50af679a3a8efb881f7917e6bb8b3645b1d3ab95b52ecd3c13ff0891ce999b59fe6d24488

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
similarity index 97%
copy from net-wireless/blueman/blueman-.ebuild
copy to net-wireless/blueman/blueman-2.2.2.ebuild
index 7b936b7e454..093410dceb5 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 # icons are GPL-2

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 7b936b7e454..093410dceb5 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 # icons are GPL-2



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

2021-08-06 Thread Michał Górny
commit: 2c0bea040755fee112b0d0b2c57bce0ca4850e30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 06:07:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0bea04

dev-python/PySDL2: Bump to 0.9.8

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

 dev-python/PySDL2/Manifest|  1 +
 dev-python/PySDL2/PySDL2-0.9.8.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/PySDL2/Manifest b/dev-python/PySDL2/Manifest
index b485746b017..c12a1859fdd 100644
--- a/dev-python/PySDL2/Manifest
+++ b/dev-python/PySDL2/Manifest
@@ -1 +1,2 @@
 DIST PySDL2-0.9.7.tar.gz 1079253 BLAKE2B 
986a21d8c2f4f45df683d85a8369be7b39f102e59a1b3fd37e2941065a1174d5cd6dd056f78fbc3e2cf50228ee40abf67352e5ae75176a9c000fb6f672fb
 SHA512 
10d40063762272eaaae1cb6290e007481887806938ba0ba17d28974a3a3c8b36570054587001d00eb9ab4aa2375c616c43a81c7e7308fbb9b61b55b3eb7da5ac
+DIST PySDL2-0.9.8.tar.gz 742279 BLAKE2B 
403fba93f446f6eeb8c3b365f02207e5447c4fc16a08835ef81a1846491a4a3745ea1b7694f3b5ec3e7058975f33c20885065a4521f50aaf5c290728dbac9dd0
 SHA512 
674af175b1c5bd9b4100f94738c41b9b5517d2d536a7d6f7a356aafa81b67bce8349c74c166ae9289b8f746a9a16c785f88595bc48399d834d62af5355c59344

diff --git a/dev-python/PySDL2/PySDL2-0.9.8.ebuild 
b/dev-python/PySDL2/PySDL2-0.9.8.ebuild
new file mode 100644
index 000..9b0237c5a24
--- /dev/null
+++ b/dev-python/PySDL2/PySDL2-0.9.8.ebuild
@@ -0,0 +1,49 @@
+# 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
+
+DESCRIPTION="Python (ctypes) bindings for SDL2 libraries"
+HOMEPAGE="https://github.com/marcusva/py-sdl2 https://pypi.org/project/PySDL2/";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( public-domain CC0-1.0 ZLIB )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Optional deps:
+# - dev-python/numpy,
+# - dev-python/pillow,
+# - media-libs/sdl2-* (loaded dynamically via ctypes).
+#
+# If a reverse dependency needs the specific module, it should
+# explicitly depend on the optional module in question. You also
+# probably need to explicitly require some media-libs/libsdl2 flags.
+RDEPEND="media-libs/libsdl2"
+
+# Require all of SDL2 libraries and at least the most common subsystems
+# for better test coverage.
+DEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   media-libs/libsdl2[joystick,sound,video]
+   media-libs/sdl2-gfx
+   media-libs/sdl2-image
+   media-libs/sdl2-mixer
+   media-libs/sdl2-ttf
+   )"
+
+distutils_enable_tests pytest
+
+src_test() {
+   # from .travis.yml
+   local -x SDL_VIDEODRIVER=dummy
+   local -x SDL_AUDIODRIVER=dummy
+   local -x SDL_RENDER_DRIVER=software
+
+   distutils-r1_src_test
+}



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

2021-08-06 Thread Michał Górny
commit: 0c08976624b37c36587bf06fa4a3f773a2f85e26
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 06:15:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c089766

dev-python/reportlab: Bump to 3.6.1

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

 dev-python/reportlab/Manifest   |  1 +
 dev-python/reportlab/reportlab-3.6.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest
index 895684a9d9d..600fb03ac91 100644
--- a/dev-python/reportlab/Manifest
+++ b/dev-python/reportlab/Manifest
@@ -2,3 +2,4 @@ DIST pfbfer-20070710.zip 677333 BLAKE2B 
100214476a361a5e5d1f3da0999591345f6e3a3f
 DIST reportlab-3.5.67.tar.gz 2911726 BLAKE2B 
8dbd3bb54c2c651616c3b6be905ac7b43b3a8f30f630d2f9b91882416cb4513751affa507870fdd801b5aa53480498ecc9a5fe3902ab38d72288b6f48ce892e9
 SHA512 
5a0ec58f0ee925079f3756bac309bd5aaf159118a4ed7ec6467721ead23e5db37839014bb49f1804a0dee4532ce21f9c78adec99ec61a4aeffd957184d489a6c
 DIST reportlab-3.5.68.tar.gz 4512985 BLAKE2B 
b38fea7704fcf08ff25d314286830473b90e75a80bcc65fc7b2cfc4c270347aa7c68f31716e635048428c24bb0ca0afc3d0e22bebedb1d1bc50901c13d278fc4
 SHA512 
4d41f9d9708d2bd172928985e1e2d22ffcc61d2d6fb21bdf1f3275f9ff576f06e712cd9c9d1707ff364608ad8bed6c30754893a7b142dc3accd6eef8aa19c975
 DIST reportlab-3.6.0.tar.gz 4499377 BLAKE2B 
d72f1fb8c05f192ca7e9a13cbf3142e1b14b4bdd6c6eee7da6bb3e48a08500f2c1aebc671d06c020e1dab6107b0b52490c0c72faa82cba1ac66c03014a6130c1
 SHA512 
64ca4cf868d6d68432e933176087323c2bba58afe2bf444593831afad2471e07b4f33dbeff02fbef009ae7211ef781b1499d3881f27d583dc36ce1eb8f004c4f
+DIST reportlab-3.6.1.tar.gz 4511585 BLAKE2B 
7f435f0f4bd7ef57f6ae54dd1efad339165ae9aff72e5bb5b852f46f766f6e50cb9bda3fcde88489323ec430c76ab59ad69e29b9068e541e76e84a270598d238
 SHA512 
ecccfb8300493eb0a8b6d1ed51ec8eb0501e74597c62ab498ac6766984d2ee9d1ecb2ce3dcd4ca2d47f5aacce08ff757afd01df995f0aef14ed088ce937616bc

diff --git a/dev-python/reportlab/reportlab-3.6.1.ebuild 
b/dev-python/reportlab/reportlab-3.6.1.ebuild
new file mode 100644
index 000..b7688f2391a
--- /dev/null
+++ b/dev-python/reportlab/reportlab-3.6.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Tools for generating printable PDF documents from any data source"
+HOMEPAGE="
+   https://www.reportlab.com/
+   https://pypi.org/project/reportlab/";
+SRC_URI="
+   mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+   https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+DEPEND="
+   media-libs/freetype
+   media-libs/libart_lgpl
+   sys-libs/zlib:="
+RDEPEND="
+   ${DEPEND}
+   dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}]"
+BDEPEND="
+   app-arch/unzip"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests unittest
+
+PATCHES=(
+   # bug 738312, remove -L/usr/lib from link line
+   "${FILESDIR}"/${PN}-3.5.48-usr-lib-LLD.patch
+)
+
+src_unpack() {
+   unpack ${P}.tar.gz
+   cd ${P}/src/reportlab/fonts || die
+   unpack pfbfer-20070710.zip
+}
+
+src_configure() {
+   DISTUTILS_ARGS=(
+   --no-download-t1-files
+   --use-system-libart
+   )
+}
+
+python_test() {
+   pushd tests >/dev/null || die
+   "${EPYTHON}" runAll.py -v || die "Testing failed with ${EPYTHON}"
+   popd >/dev/null || die
+}



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

2021-08-06 Thread Michał Górny
commit: 1747de31277d5310d5627b4362e79591f90fda8f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:50:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1747de31

dev-python/pyspelling: Bump to 2.7.3

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

 dev-python/pyspelling/Manifest|  1 +
 dev-python/pyspelling/pyspelling-2.7.3.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/pyspelling/Manifest b/dev-python/pyspelling/Manifest
index 455a601fa85..74bf61f4aef 100644
--- a/dev-python/pyspelling/Manifest
+++ b/dev-python/pyspelling/Manifest
@@ -1 +1,2 @@
 DIST pyspelling-2.7.2.tar.gz 150911 BLAKE2B 
813eca2c4bdf377fd7babec376dd2991713db59c66b509c656cb24a314776c2cc360ec9ff884baec6607f27cae3169672746580d3c58abad35dbfe9f605fc51e
 SHA512 
2937c1985ec6f27713275d9f31d3529e35f219df211be0ac9f1ae89d5c92a1e52c51b982291be7bd25375eb6404f52ac0ad893afbe73aada1fb03923dc09f721
+DIST pyspelling-2.7.3.tar.gz 151244 BLAKE2B 
bdfb40c6f39dc5adcc31691ef75b2582e78e8d0ed800ef0e263f8f98987ce3911650cb08085315c617c185e6ef183a11508fde4608349d0dad435b9f4fe1da98
 SHA512 
6903b620993933e80dfef320c0218c6372ee37f1db958b489d273aca24dd91bcc86fd12967848b8e31c2d7d458fb5fbfb521f41328c5955a1914f7d552ae7341

diff --git a/dev-python/pyspelling/pyspelling-2.7.3.ebuild 
b/dev-python/pyspelling/pyspelling-2.7.3.ebuild
new file mode 100644
index 000..73d0ffb1984
--- /dev/null
+++ b/dev-python/pyspelling/pyspelling-2.7.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   ~dev-python/mkdocs_pymdownx_material_extras-1.1.3
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Spell checker automation tool"
+HOMEPAGE="https://github.com/facelessuser/pyspelling";
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   || ( app-text/aspell app-text/hunspell )
+
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/soupsieve-1.8[${PYTHON_USEDEP}]
+   >=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-vcs/git )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2021-08-06 Thread Michał Górny
commit: 47776b6a3f4ff9e7ad2d94c92db572b2be607bb4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:35:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47776b6a

dev-python/botocore: Bump to 1.21.16

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.21.16.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 6707c0b7aae..919f6c9b283 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -8,6 +8,7 @@ DIST botocore-1.21.12.tar.gz 8003489 BLAKE2B 
39249b2ccbca9cc11b8acaef59064de3f65
 DIST botocore-1.21.13.tar.gz 8006167 BLAKE2B 
7f876b608fa0d24717f010426a553f54aa3c5a661d923b2a11b685f81d14cbf35fb6cef3518992eb00a520b79d79499af39f4fd03086f6caa6c20d256723fc10
 SHA512 
e2a2a51e74c5cc98ebc28a58a6865030ebc810f8fd56ae1e0baac23f815b65f9f1fdde6d9e0771a847d383796213d453463f89382286eb0c762c11e0c682ffc9
 DIST botocore-1.21.14.tar.gz 8014362 BLAKE2B 
c201724fd1eae1a9f84e81ff9d23b27eaf7f38d2a2db1bbf3f1ad7aca37183b56ea752478e78825f5eb5762e649b533be49671acfbbc058cae96bc14121bb336
 SHA512 
eff147209d9526e2b90fae2dfdaf1536ab29714277d8e4ab2e0244cbf1ab3c98aca72e04c5c7659a98464d52a016bcd5601428f860c67737b080e562c36ebb6f
 DIST botocore-1.21.15.tar.gz 8012673 BLAKE2B 
cdd2b4128e67c85879e85f61265b10c1e5765eebf65333059af56a6a5b1d650a7612c4b569afde2396704015294e74b717c35d49c3e08396b2c603b7d47c632b
 SHA512 
a5916ffa64568b2040d6f76571d9d716d50339fdaaed61f4ff7be92a5dac2c3f967280330fcbd3d6c2e1c1faf7bd6012ce75dd66ff26fde9d830d334a9d7c45a
+DIST botocore-1.21.16.tar.gz 8029528 BLAKE2B 
2253072ebd31cf879fdd329bda82a6fe9698d7aeaf63be23f8c606f4082c09eeae091e7e2b4c62d8663a15bf8958140fcd9afdd4c40f7dece98d05ba8fe8a3c3
 SHA512 
a5f05204b7a3879689549d88ea964d0405516e285910d668451209cc81c72b850c7e65c1359f5df8bbddd094bed6ff22edcf1bb1927866cfa267114366f8bd69
 DIST botocore-1.21.2.tar.gz 7960118 BLAKE2B 
11d2845e1846c03591625a95b21ff6fe1acb1448414a5f09de1d427614e927d974fafe5dd5d4f195aeb2f3b86d60822a8c73f1bc532bb45c85be8421f92eedc3
 SHA512 
501f059518026bef10fe933d20a3348b4140cff9ef1af38e17552aea8698179135f5271604e988f53c215e3a13158d7784a49a6b56c0d4db591f99dac9c57ca8
 DIST botocore-1.21.3.tar.gz 7959023 BLAKE2B 
aab15319b9f36c25ee88f2bf0b2efcb6bbffeac1b4e38dcbdfde3a947f702016e77b66c4b125ca2b63614223109fd793da68f9ce1b1d14476cdd6a3fcb10dfce
 SHA512 
5a8ce8f612fd0e1c68a75223dda95673f72159b02a040d1a71920b7e75b3aa9d14589c33a52970182970a353308954e8cd6d5f97d374e0e2ee2cd40e0dce786e
 DIST botocore-1.21.4.tar.gz 7964960 BLAKE2B 
71d55b47633aa658a9dc921375c77230a6ebb89460d9de5a9982d730e03247972476400dbcf292da0a885789860117c1abc9bf803c79547049b242feb8755d15
 SHA512 
4a36e5870d9996973e2258f2e6afeb7381ac94d14075eaa9885f6f89afb87fa5b4461b02ab234b4ecc8e24630434dbb839e8ad30f622de6ffa5402f872f84a97

diff --git a/dev-python/botocore/botocore-1.21.16.ebuild 
b/dev-python/botocore/botocore-1.21.16.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.21.16.ebuild
@@ -0,0 +1,59 @@
+# 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
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   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"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed

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

2021-08-06 Thread Michał Górny
commit: eb7f66790141e7331b71bcabe69b293c23405499
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:35:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7f6679

dev-python/boto3: Bump to 1.18.16

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.18.16.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 743dd8b6107..b9e6e8210a6 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -8,6 +8,7 @@ DIST boto3-1.18.12.tar.gz 398935 BLAKE2B 
87f8627459908e4ff4bfde7ca7d325a355635c8
 DIST boto3-1.18.13.tar.gz 399893 BLAKE2B 
3c3e79e2a8ea41a6bf88a2e73926d6e61c9844fe0d373126611e3023d98d9e6a64cf7b537726260ae70fd78fea32f19127d59ddac5d48489be231bfb2a51b693
 SHA512 
14987a472d5dd7eb254fa4fd4e931b43f36afc57b40676c0c2c2400bb24d7a31892d317b2da6d618311b5df91ee4a5c6cd4974ecf90971540c41b4d9632533ff
 DIST boto3-1.18.14.tar.gz 400263 BLAKE2B 
827cf91c151ec03c6bca44967b8b94a5a4f93510ddae67b74dfe17fa800d02d2b139f3a0ecf6958ce24350345dd1f6da3c8dd69d7a5b504fbe79a9e8b587a3c2
 SHA512 
c3c338868ce50976deea02b308d8f9afecfbeac725319b4379391af1f85a6665de2cb59b2cb19a05520f1ff09d5c31bdc06525bd05e5bd2fa499641c4308b240
 DIST boto3-1.18.15.tar.gz 400374 BLAKE2B 
2170319480578b9ac7b6c0da9e9a2f256ce907b8e53bc626bf26fd65f3336ec1974d6dd1917f601fe139e859f144fafd198b2578ffb9097508f09dd40cf82313
 SHA512 
f330d8249c9f5749770ba5809f3a4fb524f23fc0545b24182023a3b74f815608bdb9986b434d972a017aa7786b1319705e8702b041174275f84a0266bdb7b857
+DIST boto3-1.18.16.tar.gz 400837 BLAKE2B 
fd3f8118adb4bf83484d084e3d1d5fd3b593dce2a394e6bea35196823cb31e4ecb8649840a2c214aabf245db60cd9974cdb85ab2e79fd103a576d7a9e39f5a8b
 SHA512 
3c967e0d2ccc47e83d47fa84c3ef88f9672d57f9a5d314ec8b7047887ca1bec17a8960ddf3e2ac4db38f947e7432449027cfc4dce3441617b4f18c92734d7b70
 DIST boto3-1.18.2.tar.gz 393528 BLAKE2B 
20424f9a8ff013d1d9724f741ad6754747de504fb961688f433eba74ce1d6df7e95d68c45be1e87df1532f99b2fa4d7e8b00671a8ae9a378a4df74764924cdaa
 SHA512 
287a1f24f62fa83fd944632799540257b2f8d6cf3b5d6add57be60e4f49dafd685bb4fcceef37fe907edba00a7f2285d92bd8d381b03e45ac794b22fdcfe8783
 DIST boto3-1.18.3.tar.gz 393645 BLAKE2B 
4967ac751e9ff5a86f6f571961df31d82f6012ade28aa19a038399077bf5a1b968dfa1172995423890b79a2ede54e2c6f6c1937e8ccf21010f17a4d96928df62
 SHA512 
f9c42257f0925fffaeb1a36e4731dc54fee1836c249617444292991d043dbb9b58472f73a806981c9763b569cc7402b378f6e1e0102fe0f995a7754807f19b38
 DIST boto3-1.18.4.tar.gz 394442 BLAKE2B 
e82726143b353b843e915ea78ea2e033077ee495b1d416866f5c231f8bd864372496736d266b2b848ed8afd3134bd865c507291fd2fbdd5cae00a92ce3c5e76d
 SHA512 
b3ba1328476a1c642c6b813afc3879e904bc14da69e062156df0405b3da6d2a15a4a40602f24d0a067a83cc441ce5a5e353dacb84869b0fe24e9984c0dec719f

diff --git a/dev-python/boto3/boto3-1.18.16.ebuild 
b/dev-python/boto3/boto3-1.18.16.ebuild
new file mode 100644
index 000..819e7369111
--- /dev/null
+++ b/dev-python/boto3/boto3-1.18.16.ebuild
@@ -0,0 +1,57 @@
+# 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
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+   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"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ ||
+   die "test failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/files/

2021-08-06 Thread Ionen Wolkens
commit: 54e4d24434fb84b7dd931ed3ac61dfc5b5083023
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Aug  7 04:21:27 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 05:50:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e4d244

net-p2p/retroshare: trim patch

Notably no need to keep comment changes on this side.

Signed-off-by: Ionen Wolkens  gentoo.org>

 .../retroshare-0.6.6-fix-cxx17-compilation.patch   | 23 +-
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git 
a/net-p2p/retroshare/files/retroshare-0.6.6-fix-cxx17-compilation.patch 
b/net-p2p/retroshare/files/retroshare-0.6.6-fix-cxx17-compilation.patch
index c756937c165..73c5e1d18cc 100644
--- a/net-p2p/retroshare/files/retroshare-0.6.6-fix-cxx17-compilation.patch
+++ b/net-p2p/retroshare/files/retroshare-0.6.6-fix-cxx17-compilation.patch
@@ -1,27 +1,9 @@
-From 8bed99cc9f3763269b6b1aada45a43c9993d7b80 Mon Sep 17 00:00:00 2001
+https://github.com/RetroShare/RetroShare/commit/8bed99cc9f3763269b6b1aada45a43c9993d7b80
 From: Gioacchino Mazzurco 
 Date: Fri, 6 Aug 2021 12:15:34 +0200
 Subject: [PATCH] Fix compilation with C++17
-

- libretroshare/src/util/rsdir.cc | 42 +
- 1 file changed, 22 insertions(+), 20 deletions(-)
-
-diff --git a/libretroshare/src/util/rsdir.cc b/libretroshare/src/util/rsdir.cc
-index 8556b8198..1a6375297 100644
 --- a/libretroshare/src/util/rsdir.cc
 +++ b/libretroshare/src/util/rsdir.cc
-@@ -4,8 +4,8 @@
-  * libretroshare: retroshare core library 
 *
-  *
 *
-  * Copyright (C) 2004-2007  Robert Fernie
 *
-- * Copyright (C) 2020  Gioacchino Mazzurco 
  *
-- * Copyright (C) 2020  Asociación Civil Altermundi   
 *
-+ * Copyright (C) 2020-2021  Gioacchino Mazzurco
  *
-+ * Copyright (C) 2020-2021  Asociación Civil Altermundi  
 *
-  *
 *
-  * This program is free software: you can redistribute it and/or modify   
 *
-  * it under the terms of the GNU Lesser General Public License as 
 *
 @@ -64,6 +64,26 @@
   * #define RSDIR_DEBUG 1
   /
@@ -74,6 +56,3 @@ index 8556b8198..1a6375297 100644
  std::string RsDirUtil::removeSymLinks(const std::string& path)
  {
  #if defined(WINDOWS_SYS) || defined(__APPLE__) || defined(__ANDROID__)
--- 
-2.31.1
-



[gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/

2021-08-06 Thread Ionen Wolkens
commit: ecb9cc63edcb746d24ef05dfc472005d29fd486e
Author: Gioacchino Mazzurco  eigenlab  org>
AuthorDate: Fri Aug  6 15:29:19 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 05:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb9cc63

net-p2p/retroshare: 0.6.5 minimal maintenance

Fixes a bunch of bugs disabling components that are been obsoleted
  upstream in older versions

Closes: https://bugs.gentoo.org/779838
Closes: https://bugs.gentoo.org/798048
Closes: https://bugs.gentoo.org/798099
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gioacchino Mazzurco  altermundi.net>
Closes: https://github.com/gentoo/gentoo/pull/21725
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-p2p/retroshare/retroshare-0.6.5-r3.ebuild | 142 ++
 1 file changed, 142 insertions(+)

diff --git a/net-p2p/retroshare/retroshare-0.6.5-r3.ebuild 
b/net-p2p/retroshare/retroshare-0.6.5-r3.ebuild
new file mode 100644
index 000..4a653396a8f
--- /dev/null
+++ b/net-p2p/retroshare/retroshare-0.6.5-r3.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop edos2unix qmake-utils xdg-utils
+
+DESCRIPTION="P2P private sharing application"
+HOMEPAGE="https://retroshare.cc";
+SRC_URI="https://github.com/RetroShare/RetroShare/releases/download/v${PV}/RetroShare-v${PV}-source-with-submodules.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="AGPL-3 Apache-2.0 CC-BY-SA-4.0 GPL-2 GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="autologin +gui +jsonapi +service +sqlcipher"
+
+REQUIRED_USE="
+   || ( gui service )
+   service? ( jsonapi )"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-libs/openssl:0=
+   >=dev-libs/rapidjson-1.1.0
+   net-libs/miniupnpc:=
+   sys-libs/zlib
+   autologin? ( app-crypt/libsecret )
+   gui? (
+   dev-qt/qtcore:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtxml:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   )
+   service? ( dev-qt/qtcore:5 )
+   sqlcipher? ( dev-db/sqlcipher )
+   !sqlcipher? ( dev-db/sqlite:3 )"
+
+DEPEND="${RDEPEND}
+   dev-qt/qtcore:5
+   gui? ( dev-qt/designer:5 )"
+
+BDEPEND="dev-util/cmake
+   virtual/pkgconfig
+   jsonapi? ( app-doc/doxygen )"
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" )
+
+S="${WORKDIR}"/RetroShare
+
+src_prepare() {
+   # CRLF endings break patch...
+   edos2unix retroshare-gui/src/gui/elastic/elnode.h
+   default
+}
+
+src_configure() {
+   local qConfigs=()
+
+   qConfigs+=( $(usex autologin '' 'no_')rs_autologin )
+   qConfigs+=( $(usex gui '' 'no_')retroshare_gui )
+   qConfigs+=( $(usex jsonapi '' 'no_')rs_jsonapi )
+   qConfigs+=( $(usex service '' 'no_')retroshare_service )
+   qConfigs+=( $(usex sqlcipher '' 'no_')sqlcipher )
+   qConfigs+=( no_retroshare_nogui )
+   qConfigs+=( no_libresapi )
+   qConfigs+=( no_libresapi_settings )
+   qConfigs+=( no_libresapilocalserver )
+   qConfigs+=( no_libresapihttpserver )
+
+   eqmake5 CONFIG+="${qConfigs[*]}" \
+   RS_MAJOR_VERSION=$(ver_cut 1) RS_MINOR_VERSION=$(ver_cut 2) \
+   RS_MINI_VERSION=$(ver_cut 3) RS_EXTRA_VERSION="-gentoo-${PR}" \
+   RS_UPNP_LIB=miniupnpc
+}
+
+src_compile() {
+   use jsonapi && {
+   nonfatal emake ||
+   elog "Due to a bug in RetroShare-v0.6.5 build system 
when JSON API is enabled, failure at first emake is normal"
+   }
+
+   emake
+}
+
+src_install() {
+   use gui && dobin retroshare-gui/src/retroshare
+   use service && dobin retroshare-service/src/retroshare-service
+
+   insinto /usr/share/retroshare
+   doins libbitdht/src/bitdht/bdboot.txt
+
+   dodoc README.md
+   make_desktop_entry retroshare
+
+   for i in 24 48 64 128 ; do
+   doicon -s ${i} "data/${i}x${i}/apps/retroshare.png"
+   done
+}
+
+pkg_pretend() {
+   if ! use sqlcipher; then
+   ewarn "You have disabled GXS database encryption, ${PN} will 
use SQLite"
+   ewarn "instead of SQLCipher for GXS databases."
+   ewarn "Builds using SQLite and builds using SQLCipher have 
incompatible"
+   ewarn "database format, so you will need to manually delete GXS"
+   ewarn "database (loosing all your GXS data and identities) when 
you"
+   ewarn "toggle sqlcipher USE flag."
+   fi
+}
+
+pkg_preinst() {
+   local ver
+   for ver in ${REPLACING_VERSIONS}; do
+   if ver_test ${ver} -lt 0.5.; then
+   ewarn "You

[gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/files/, net-p2p/retroshare/

2021-08-06 Thread Ionen Wolkens
commit: ff5e87afa1e6030f4bfd2ca30e198bd728a13fda
Author: Gioacchino Mazzurco  eigenlab  org>
AuthorDate: Tue Jul 20 09:06:38 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 05:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5e87af

net-p2p/retroshare: 0.6.6 version bump

Fixes a bunch of bugs fixed upstream in newer version and disabling
  components that are been obsoleted upstream in older versions
Modernize 0.6.6 ebuild after ionenwks suggestions

Bug: https://bugs.gentoo.org/779838
Bug: https://bugs.gentoo.org/798048
Bug: https://bugs.gentoo.org/798099
Closes: https://bugs.gentoo.org/785964
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gioacchino Mazzurco  altermundi.net>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-p2p/retroshare/Manifest|   1 +
 .../retroshare-0.6.6-fix-cxx17-compilation.patch   |  79 +
 net-p2p/retroshare/metadata.xml|  11 +-
 net-p2p/retroshare/retroshare-0.6.6.ebuild | 122 +
 4 files changed, 209 insertions(+), 4 deletions(-)

diff --git a/net-p2p/retroshare/Manifest b/net-p2p/retroshare/Manifest
index b3ae51167eb..e636d71484b 100644
--- a/net-p2p/retroshare/Manifest
+++ b/net-p2p/retroshare/Manifest
@@ -1 +1,2 @@
 DIST retroshare-0.6.5.tar.gz 29377995 BLAKE2B 
3a8909227080702e42e59b42301e873d4ece806e014a959080a3ae9df7d11564a6e6d915087a9ddd6d5c66d1e5c43895fa24dea8c0042fdce391c384a54182ee
 SHA512 
a65fefb6baff42a81880a401c9005f73ac8180a247dd992a350f9bf5bac366ee6e809bf93cbbc31e80646156147a1d434306dadfbed1f69879ab61cfae3fddeb
+DIST retroshare-0.6.6.tar.gz 24140207 BLAKE2B 
1328f2d36f6bc2d1123dd915698f2778e771e36089d8fd8d9ec44d1a8bfa0f56c625b73f62811936e4cee5dd1eca797f9fdf16fdb8defd66706294abc4dde419
 SHA512 
23ed7c633426caa910a5ae6f04cfd33c523ecaedae1e4044981706420622aadd67ba2772ffd17c9cc1c6193fad508837a31fdcfabe2aab309b8b4302335ede4d

diff --git 
a/net-p2p/retroshare/files/retroshare-0.6.6-fix-cxx17-compilation.patch 
b/net-p2p/retroshare/files/retroshare-0.6.6-fix-cxx17-compilation.patch
new file mode 100644
index 000..c756937c165
--- /dev/null
+++ b/net-p2p/retroshare/files/retroshare-0.6.6-fix-cxx17-compilation.patch
@@ -0,0 +1,79 @@
+From 8bed99cc9f3763269b6b1aada45a43c9993d7b80 Mon Sep 17 00:00:00 2001
+From: Gioacchino Mazzurco 
+Date: Fri, 6 Aug 2021 12:15:34 +0200
+Subject: [PATCH] Fix compilation with C++17
+
+---
+ libretroshare/src/util/rsdir.cc | 42 +
+ 1 file changed, 22 insertions(+), 20 deletions(-)
+
+diff --git a/libretroshare/src/util/rsdir.cc b/libretroshare/src/util/rsdir.cc
+index 8556b8198..1a6375297 100644
+--- a/libretroshare/src/util/rsdir.cc
 b/libretroshare/src/util/rsdir.cc
+@@ -4,8 +4,8 @@
+  * libretroshare: retroshare core library 
 *
+  *
 *
+  * Copyright (C) 2004-2007  Robert Fernie
 *
+- * Copyright (C) 2020  Gioacchino Mazzurco 
  *
+- * Copyright (C) 2020  Asociación Civil Altermundi   
 *
++ * Copyright (C) 2020-2021  Gioacchino Mazzurco
  *
++ * Copyright (C) 2020-2021  Asociación Civil Altermundi  
 *
+  *
 *
+  * This program is free software: you can redistribute it and/or modify   
 *
+  * it under the terms of the GNU Lesser General Public License as 
 *
+@@ -64,6 +64,26 @@
+  * #define RSDIR_DEBUG 1
+  /
+ 
++#if __cplusplus < 201703L
++bool std::filesystem::create_directories(const std::string& path)
++{
++  for( std::string::size_type lastIndex = 0; lastIndex < 
std::string::npos;
++   lastIndex = path.find('/', lastIndex) )
++  {
++  std::string&& curDir = path.substr(0, ++lastIndex);
++  if(!RsDirUtil::checkCreateDirectory(curDir))
++  {
++  RsErr() << __PRETTY_FUNCTION__ << " failure creating: " 
<< curDir
++  << " of: " << path << std::endl;
++  return false;
++  }
++  }
++  return true;
++}
++#else
++# include 
++#endif // __cplusplus < 201703L
++
+ std::string   RsDirUtil::getTopDir(const std::string& dir)
+ {
+   std::string top;
+@@ -528,24 +548,6 @@ bool RsDirUtil::checkCreateDirectory(const std::string& 
dir)
+   return true;
+ }
+ 
+-#if __cplusplus < 201703L
+-bool std::filesystem::create_directories(const std::string& path)
+-{
+-  for( std::string::size_type lastIndex = 0; lastIndex < 
std::string::npos;
+-   lastIndex = path.find('/', lastIndex) )
+-  {
+-  std::string&& curDir = path.substr(0, ++lastIndex);
+-  if(!RsDirUtil::checkCreateDirectory(curDir))
+-  {
+-  RsErr() << __PRETTY_FUNCTION__ << " failure creating: " 
<< curDir
+-

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

2021-08-06 Thread John Helmert III
commit: 7b3c69c060f393af398bf43085ae422f57eaec17
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Aug  7 05:48:49 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Aug  7 05:48:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3c69c0

dev-util/cutter: drop 1.12.0

Closes: https://bugs.gentoo.org/738938
Signed-off-by: John Helmert III  gentoo.org>

 dev-util/cutter/Manifest   |  1 -
 dev-util/cutter/cutter-1.12.0.ebuild   | 54 --
 .../files/cutter-1.10.3-python3-config.patch   | 36 ---
 3 files changed, 91 deletions(-)

diff --git a/dev-util/cutter/Manifest b/dev-util/cutter/Manifest
index 551fe42774d..f6b8451a4f0 100644
--- a/dev-util/cutter/Manifest
+++ b/dev-util/cutter/Manifest
@@ -1,3 +1,2 @@
-DIST cutter-1.12.0.tar.gz 2323732 BLAKE2B 
fb40444b60c19f88dafb9447731b91031ad764359121b835ae03477bf52f17d12d1a0b651059072b6ffb7bf811d4493b3746ab9c48d8f09257b5338130edecbd
 SHA512 
3d8dd9cb6f9e69f41e295795f3d1b7256c071abafd04bdecd619817b8fd04396770f69df753701ffb376a358f0df9bd38dff6a344df4e5ca92163275ad670531
 DIST cutter-2.0.2.tar.gz 2696029 BLAKE2B 
9bc101137a1e479e137d9638ffa6892fa1fd7b3393462a305d0c92bd02b0486b1d2d071770be135de9493b23fa563421ac1d25bc890d9b2ed21d302601afb333
 SHA512 
17ec58fddbbceb4ab06b367f2f795ac0a2d8876c454159f20b7b1c6448bda330445ff922c2dd125ca42b77c729f5c65bafbf1c98eecc29c0bc1081c78f052141
 DIST cutter-translations-974298653ba71b958e1b6c83f6011f5fefff6236.tar.gz 
595073 BLAKE2B 
4445c4c16c47a05c74816d88a68fda97037c45caf7508fc1162f4978a0b3cb194653e879b77f6fc5be2f264a929ac11c4fc2aee68ceed6a23447094d0b249cdd
 SHA512 
11450631602e7bd81132650b3edd028d56b2f6343a9561fe8bf3281427d8d22b0296651414756236b8544f719c8d4fc11be44a843532c8c32fe21dd7a82066d2

diff --git a/dev-util/cutter/cutter-1.12.0.ebuild 
b/dev-util/cutter/cutter-1.12.0.ebuild
deleted file mode 100644
index 10a06648756..000
--- a/dev-util/cutter/cutter-1.12.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit qmake-utils xdg-utils python-single-r1
-
-DESCRIPTION="A Qt and C++ GUI for radare2 reverse engineering framework"
-HOMEPAGE="https://cutter.re https://github.com/radareorg/cutter/";
-SRC_URI="https://github.com/radareorg/cutter/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   ~dev-util/radare2-4.5.1
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.10.3-python3-config.patch"
-)
-
-src_configure() {
-   local myqmakeargs=(
-   CUTTER_ENABLE_PYTHON=true
-   PREFIX=\'${EPREFIX}/usr\'
-   )
-
-   eqmake5 "${myqmakeargs[@]}" src
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/dev-util/cutter/files/cutter-1.10.3-python3-config.patch 
b/dev-util/cutter/files/cutter-1.10.3-python3-config.patch
deleted file mode 100644
index f024ba26df0..000
--- a/dev-util/cutter/files/cutter-1.10.3-python3-config.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/src/Cutter.pro b/src/Cutter.pro
-index 5ea3a78..d99b4a5 100644
 a/src/Cutter.pro
-+++ b/src/Cutter.pro
-@@ -115,10 +115,6 @@ unix {
- # Libraries
- include(lib_radare2.pri)
- 
--!win32 {
--CONFIG += link_pkgconfig
--}
--
- CUTTER_ENABLE_PYTHON {
- win32 {
- PYTHON_EXECUTABLE = $$system("where python", lines)
-@@ -135,10 +131,17 @@ CUTTER_ENABLE_PYTHON {
- LIBS += -F$$PYTHON_FRAMEWORK_DIR -framework Python
- DEFINES += MACOS_PYTHON_FRAMEWORK_BUNDLED
- } else {
--!packagesExist(python3) {
--error("ERROR: Python 3 could not be found. Make sure it is 
available to pkg-config.")
-+system(type python3-config) {
-+TMP = $$system(python3-config --libs --embed, true, TMPSTATUS)
-+!equals(TMPSTATUS, 0) {
-+TMP = $$system(python3-config --libs)
-+}
-+LIBS += $$TMP
-+TMP = $$system(python3-config --includes)
-+INCLUDEPATH += $$replace(TMP, "-I", "")
-+} else {
-+error("ERROR: Python 3 could not be found. Make sure it is 
available to python3-config.")
- }
--PKGCONFIG += python3
- }
- }
- 



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

2021-08-06 Thread Sam James
commit: 012520372f1f017699f9872ed4f005f1dcf15ba3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01252037

games-util/catcodec: Keyword 1.0.5 arm64, #805500

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

 games-util/catcodec/catcodec-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/catcodec/catcodec-1.0.5.ebuild 
b/games-util/catcodec/catcodec-1.0.5.ebuild
index 9fd03ab1e07..f951d8d9f71 100644
--- a/games-util/catcodec/catcodec-1.0.5.ebuild
+++ b/games-util/catcodec/catcodec-1.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/

2021-08-06 Thread Sam James
commit: 057e3fe3e40611053b7505b8b17a469466526903
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057e3fe3

games-simulation/openttd: Keyword 1.11.2 arm64, #805500

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

 games-simulation/openttd/openttd-1.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/openttd/openttd-1.11.2.ebuild 
b/games-simulation/openttd/openttd-1.11.2.ebuild
index cd8010bd21f..cb7671437c5 100644
--- a/games-simulation/openttd/openttd-1.11.2.ebuild
+++ b/games-simulation/openttd/openttd-1.11.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://cdn.openttd.org/openttd-releases/${PV}/${P}-source.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 IUSE="allegro cpu_flags_x86_sse dedicated +fluidsynth icu +lzma lzo +openmedia 
+png +sdl timidity +truetype zlib"
 REQUIRED_USE="!dedicated? ( || ( allegro sdl ) )"



[gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/

2021-08-06 Thread Sam James
commit: 7f3828a8743d86a1490ac997caf902701b739c2a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3828a8

games-misc/openmsx: Keyword 0.4.0 arm64, #805500

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

 games-misc/openmsx/openmsx-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/openmsx/openmsx-0.4.0.ebuild 
b/games-misc/openmsx/openmsx-0.4.0.ebuild
index 64aca69dd87..ce151bce280 100644
--- a/games-misc/openmsx/openmsx-0.4.0.ebuild
+++ b/games-misc/openmsx/openmsx-0.4.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P}-source"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 BDEPEND="${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/

2021-08-06 Thread Sam James
commit: 835d44fb622024ad1092ef4ffd29b6e669326558
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835d44fb

www-servers/uwsgi: Keyword 2.0.19.1-r103 arm64, #804351

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

 www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild
index 984dd22ab31..6963d11583f 100644
--- a/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild
@@ -25,7 +25,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm x86 ~amd64-linux"
+KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux"
 
 UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
http ugreen signal syslog rsyslog



[gentoo-commits] repo/gentoo:master commit in: games-misc/opensfx/

2021-08-06 Thread Sam James
commit: afac5b3250673286cb45c2b16984c512d91d689a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afac5b32

games-misc/opensfx: Keyword 1.0.1 arm64, #805500

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

 games-misc/opensfx/opensfx-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/opensfx/opensfx-1.0.1.ebuild 
b/games-misc/opensfx/opensfx-1.0.1.ebuild
index c2cc3545b41..09ed0185ab9 100644
--- a/games-misc/opensfx/opensfx-1.0.1.ebuild
+++ b/games-misc/opensfx/opensfx-1.0.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://cdn.openttd.org/opensfx-releases/${PV}/${P}-source.tar.xz";
 
 LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 DEPEND="games-util/catcodec"
 



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

2021-08-06 Thread Sam James
commit: c3b4061862740e1f063abb4157ee9352974b2308
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b40618

net-irc/unrealircd: Keyword 5.2.1.1 arm64, #804064

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

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

diff --git a/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild 
b/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
index 74c8cc72c47..cbe49ec0702 100644
--- a/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq 
showlistmodes"
 
 RDEPEND="



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

2021-08-06 Thread Sam James
commit: 504b1477369ab6224ad40eb22c7f3d1303793156
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504b1477

dev-libs/icu-layoutex: Keyword 69.1 arm64, #805500

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

 dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild
index 1f04fa03da0..0e04c50bbde 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-69.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="debug static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-le-hb/

2021-08-06 Thread Sam James
commit: a4d1d723621ac4bbbe9456767cf770c9727eab71
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d1d723

dev-libs/icu-le-hb: Keyword 1.0.3-r1 arm64, #805500

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

 dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild 
b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild
index aa65d1b6013..216af66e6d6 100644
--- a/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild
+++ b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/behdad/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="icu"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 # dev-libs/icu is not linked into icu-le-hb but the latter still needs



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

2021-08-06 Thread Sam James
commit: 85a739efe83382a85cf73ab4ec415a85e8dac491
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:36:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:36:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a739ef

dev-python/cachelib: Keyword 0.2.0 arm64, #804351

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

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

diff --git a/dev-python/cachelib/cachelib-0.2.0.ebuild 
b/dev-python/cachelib/cachelib-0.2.0.ebuild
index 073c202df7b..2bbffeec531 100644
--- a/dev-python/cachelib/cachelib-0.2.0.ebuild
+++ b/dev-python/cachelib/cachelib-0.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 BDEPEND="
test? (



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

2021-08-06 Thread Sam James
commit: 92fbded82003721a34b6c16fb967f6565ae5d441
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 05:13:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 05:14:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fbded8

sys-libs/libxcrypt: add 4.4.24

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

 sys-libs/libxcrypt/Manifest|   1 +
 sys-libs/libxcrypt/libxcrypt-4.4.24.ebuild | 211 +
 2 files changed, 212 insertions(+)

diff --git a/sys-libs/libxcrypt/Manifest b/sys-libs/libxcrypt/Manifest
index 5d96aee67a9..f37a8422c58 100644
--- a/sys-libs/libxcrypt/Manifest
+++ b/sys-libs/libxcrypt/Manifest
@@ -1,2 +1,3 @@
 DIST libxcrypt-4.4.20-autotools.tar.xz 628688 BLAKE2B 
4c23af2a765495758e52c8e95d53d1c1d911fea011375160c4f10e468939734fcc7198cc327fafa4d5c90afa6d4c56dfe6d1b56c2c17bbc015b44cffcd7bcc8b
 SHA512 
5b7504e9d83df12af7d11864e88d1034ed9ce0a837ef061044c5c7fe603d7f3e5613ddf20b30613a7943735120cd058f2117401d59879afcba34ce0e48ae62ee
 DIST libxcrypt-4.4.23-autotools.tar.xz 630204 BLAKE2B 
a1c82906f59f6d0ed8f00de8fecf2c3c20608f0e3422bc0692b290c4eefd536019395e28b380031ae16be4ef37671327aca20dc63ca0367f73c2e85dfa5e3199
 SHA512 
30acea7e643a87d2c032c97ad8ca6c8c445c2e4af66d22906e332311a5b54a6905cc7ca74af7215a2e9ca362e1af2a8a3be8b3e0f0872f42ce0e5ea3e63bad46
+DIST libxcrypt-4.4.24-autotools.tar.xz 635260 BLAKE2B 
b353877144ca976480834bfd51d54bb0f288e5a1d0718d9b04871d5ecc79a4e762bc3a9760b600c0301ea75a5255acef2bb59b22840c373f3f3234c21b031568
 SHA512 
3b867d86df4d14aff4e90975b408eb5478fa4819139ffadef3f32eed5a3518a7a45104a1ea1f4f16c854d7d3f4087b76867000eb5e3217cdf52b9f84cc6f71b0

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.24.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.24.ebuild
new file mode 100644
index 000..6ca63517d94
--- /dev/null
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.24.ebuild
@@ -0,0 +1,211 @@
+# Copyright 2004-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+# NEED_BOOTSTRAP is for developers to quickly generate a tarball
+# for publishing to the tree.
+NEED_BOOTSTRAP="no"
+inherit multibuild python-any-r1 multilib-minimal
+
+DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
+HOMEPAGE="https://github.com/besser82/libxcrypt";
+if [[ ${NEED_BOOTSTRAP} == "yes" ]] ; then
+   inherit autotools
+   SRC_URI="https://github.com/besser82/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+else
+   
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-autotools.tar.xz";
+fi
+
+LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="+compat split-usr +static-libs system test"
+REQUIRED_USE="split-usr? ( system )"
+RESTRICT="!test? ( test )"
+
+DEPEND="system? (
+   elibc_glibc? (
+   sys-libs/glibc[-crypt(+)]
+   !sys-libs/glibc[crypt(+)]
+   )
+   !sys-libs/musl
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-lang/perl
+   sys-apps/findutils
+   test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )"
+
+python_check_deps() {
+   has_version -b "dev-python/passlib[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=(
+   $(usex compat 'xcrypt_compat' '')
+   xcrypt_nocompat
+   )
+
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # WARNING: Please read on bumping or applying patches!
+   #
+   # There are two circular dependencies to be aware of:
+   # 1)
+   #   if we're bootstrapping configure and makefiles:
+   #   libxcrypt -> automake -> perl -> libxcrypt
+   #
+   #   mitigation:
+   #   toolchain@ manually runs `make dist` after running 
autoconf + `./configure`
+   #   and the ebuild uses that.
+   #   (Don't include the pre-generated Perl artefacts.)
+   #
+   #   solution for future:
+   #   Upstream are working on producing `make dist` tarballs.
+   #   
https://github.com/besser82/libxcrypt/issues/134#issuecomment-871833573
+   #
+   # 2)
+   #   configure *unconditionally* needs Perl at build time to generate
+   #   a list of enabled algorithms based on the set passed to 
`configure`:
+   #   libxcrypt -> perl -> libxcrypt
+   #
+   #   mitigation:
+   #   None at the moment.
+   #
+   #   solution for future:
+   #   Not possible right now. Upstream intend on depending on 
Perl for further
+   #   configuration options.
+   #   
https://github.com/besser82/libxcrypt/issues/134#issuecomment-871833573
+   #
+   # Th

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

2021-08-06 Thread Agostino Sarubbo
commit: 407405ef9a63d6eaa2868f0b99bb9f4c20f60974
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:10:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:10:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407405ef

dev-perl/Module-Find: amd64 stable wrt bug #806644

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

 dev-perl/Module-Find/Module-Find-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
index 5ce39a0e02e..7529497091f 100644
--- a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x86-solaris"
 
 PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



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

2021-08-06 Thread Agostino Sarubbo
commit: fe5971a76c7879838355a8f3ae5cd10c8ed4c236
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5971a7

media-sound/qsynth: amd64 stable wrt bug #806668

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

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

diff --git a/media-sound/qsynth/qsynth-0.9.4.ebuild 
b/media-sound/qsynth/qsynth-0.9.4.ebuild
index 3d7c45b5ad4..35d667a3ed3 100644
--- a/media-sound/qsynth/qsynth-0.9.4.ebuild
+++ b/media-sound/qsynth/qsynth-0.9.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-   KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ppc ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2"



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

2021-08-06 Thread Agostino Sarubbo
commit: e06c1d9e5e36fe136f24945879959cae1b24131d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:43 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06c1d9e

dev-perl/MediaWiki-API: amd64 stable wrt bug #806632

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

 dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild 
b/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
index 04f9efbeda6..172eec02987 100644
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A OO interface to the Mediawiki API"
 LICENSE="GPL-3+"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
virtual/perl-Carp



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

2021-08-06 Thread Agostino Sarubbo
commit: d8348e4f84240e22a7dba3eefa5c49ec781344b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8348e4f

dev-perl/Module-Build: amd64 stable wrt bug #806638

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

 dev-perl/Module-Build/Module-Build-0.423.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build/Module-Build-0.423.100.ebuild 
b/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
index 660d0af71a1..63396bb8a0d 100644
--- a/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
+++ b/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Build and install Perl modules"
 
 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"
 
 RDEPEND="
>=virtual/perl-CPAN-Meta-2.142.60



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

2021-08-06 Thread Agostino Sarubbo
commit: 8124c92b5939254f8b67034fd39246ae62776ad6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8124c92b

dev-perl/Math-Utils: amd64 stable wrt bug #806629

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

 dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild 
b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
index db06f570173..81a7deb88f1 100644
--- a/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
+++ b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Useful mathematical functions not in Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}



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

2021-08-06 Thread Agostino Sarubbo
commit: 7045bb6ece8d819122e22176b0e917f3f89ac52c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:10:05 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:10:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7045bb6e

dev-perl/Module-Compile: amd64 stable wrt bug #806641

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

 dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
index 898faf63783..3bf6d93f684 100644
--- a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
+++ b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl Module Compilation"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ppc ~x86"
+KEYWORDS="amd64 arm ppc ~x86"
 
 RDEPEND="
dev-perl/Capture-Tiny



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

2021-08-06 Thread Agostino Sarubbo
commit: a43a57c711ab638ec2ca8e099b81d4d4d5f616a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:14 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43a57c7

media-sound/ardour: amd64 stable wrt bug #806812

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

 media-sound/ardour/ardour-6.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ardour/ardour-6.8-r1.ebuild 
b/media-sound/ardour/ardour-6.8-r1.ebuild
index f3108601e72..5d2ed1d239d 100644
--- a/media-sound/ardour/ardour-6.8-r1.ebuild
+++ b/media-sound/ardour/ardour-6.8-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git";
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"

SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/Ardour-${PV}.0.tar.bz2";
S="${WORKDIR}/Ardour-${PV}.0"
 fi



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

2021-08-06 Thread Agostino Sarubbo
commit: e0365206471abfa9069b8eaf67ff7857a86e0d5f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:50 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0365206

dev-perl/Mixin-Linewise: amd64 stable wrt bug #806635

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

 dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild 
b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild
index ac8229f9a2f..7bd7150b5b7 100644
--- a/dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild
+++ b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="write your linewise code for handles; this does the rest"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="minimal"
 
 RDEPEND="



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

2021-08-06 Thread Agostino Sarubbo
commit: ee08089a7fdfa78115888c323a0136f68e91f691
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:21 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee08089a

dev-perl/MIME-Lite: amd64 stable wrt bug #806623

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

 dev-perl/MIME-Lite/MIME-Lite-3.33.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Lite/MIME-Lite-3.33.0.ebuild 
b/dev-perl/MIME-Lite/MIME-Lite-3.33.0.ebuild
index 58d1c34df54..526cd7a9dbe 100644
--- a/dev-perl/MIME-Lite/MIME-Lite-3.33.0.ebuild
+++ b/dev-perl/MIME-Lite/MIME-Lite-3.33.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Low-calorie MIME generator"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="minimal"
 
 PATCHES=( "${FILESDIR}/3.033-makefilepl.patch" )



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

2021-08-06 Thread Agostino Sarubbo
commit: ebdffd525227be0f3a354802fd22b32262d61465
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:09:28 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdffd52

dev-perl/MIME-Types: amd64 stable wrt bug #806626

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

 dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild 
b/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
index cfeeb5b8a7a..9e55341376b 100644
--- a/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
+++ b/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Definition of MIME types"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-File-Spec



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

2021-08-06 Thread Agostino Sarubbo
commit: 219b98f7fa3dc0c5dd8c9e0570165958f85db209
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:08:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219b98f7

media-libs/liblscp: amd64 stable wrt bug #806662

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

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

diff --git a/media-libs/liblscp/liblscp-0.9.4.ebuild 
b/media-libs/liblscp/liblscp-0.9.4.ebuild
index 8d147da49de..471dfb11bf2 100644
--- a/media-libs/liblscp/liblscp-0.9.4.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.4.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2021-08-06 Thread Agostino Sarubbo
commit: b16228b66676012ec7a878a4f244c43c33b600f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:08:50 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:08:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16228b6

dev-perl/B-Keywords: amd64 stable wrt bug #806656

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

 dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild 
b/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild
index b70a8e602d0..f6c857be550 100644
--- a/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild
+++ b/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lists of reserved barewords and symbol names"
 # GPL-2 - no later clause
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"
 PERL_RM_FILES=(



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

2021-08-06 Thread Agostino Sarubbo
commit: 3e0995c642eed23a5ff3a36aaa62ee032b656a47
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:08:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:08:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0995c6

dev-perl/Module-Manifest: amd64 stable wrt bug #806650

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

 dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild 
b/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
index 9f0abdae2e6..775ca98debb 100644
--- a/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
+++ b/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse and examine a Perl distribution MANIFEST file"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/

2021-08-06 Thread Agostino Sarubbo
commit: 814dde84ca64b1c9039c1e0a505334ca0b658a83
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:08:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:08:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814dde84

dev-cpp/websocketpp: amd64 stable wrt bug #806266

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

 dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild 
b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
index df98a5ee616..78eb830b52a 100644
--- a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
+++ b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2021-08-06 Thread Agostino Sarubbo
commit: 74f1abf46b26d5d6a1af74d2336ea3e7fa015790
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:08:29 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:08:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f1abf4

www-apps/airdcpp-webui: amd64 stable wrt bug #806266

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

 www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
index 57182bf92d3..4961633cf2f 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/";
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz";
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""



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

2021-08-06 Thread Agostino Sarubbo
commit: 29b0e4512642254a9b8ad1566b01e2a692dd5fb2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:08:43 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:08:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b0e451

dev-perl/Inline: amd64 stable wrt bug #806653

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

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

diff --git a/dev-perl/Inline/Inline-0.860.0.ebuild 
b/dev-perl/Inline/Inline-0.860.0.ebuild
index 2205c1233cf..84315ff36a8 100644
--- a/dev-perl/Inline/Inline-0.860.0.ebuild
+++ b/dev-perl/Inline/Inline-0.860.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Write Perl subroutines in other languages"
 
 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="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/

2021-08-06 Thread Agostino Sarubbo
commit: 767d04d5cad9c68d79bc05a641d7385565fe2fbd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:08:26 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767d04d5

net-p2p/airdcpp-webclient: amd64 stable wrt bug #806266

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

 net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild 
b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild
index b70ff5e2004..38e4bf64f33 100644
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Cross-platform Direct Connect client"
 HOMEPAGE="https://airdcpp-web.github.io/";
 SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="debug nat-pmp +tbb +webui"



[gentoo-commits] proj/musl:master commit in: media-tv/kodi/files/, media-tv/kodi/

2021-08-06 Thread Jory Pratt
commit: 3416537664fad1883a21d416225f9908b9ed8259
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug  7 04:06:48 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug  7 04:06:48 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=34165376

media-tv/kodi: sync with ::gentoo

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

 media-tv/kodi/files/kodi-19.1-fmt-8.patch | 28 
 media-tv/kodi/kodi-19.1.ebuild| 27 ++-
 2 files changed, 42 insertions(+), 13 deletions(-)

diff --git a/media-tv/kodi/files/kodi-19.1-fmt-8.patch 
b/media-tv/kodi/files/kodi-19.1-fmt-8.patch
new file mode 100644
index 000..ea82d00
--- /dev/null
+++ b/media-tv/kodi/files/kodi-19.1-fmt-8.patch
@@ -0,0 +1,28 @@
+https://github.com/xbmc/xbmc/pull/19904
+
+From 18ff80a9c169fb969b75e2143d9f1f234b71a730 Mon Sep 17 00:00:00 2001
+From: Craig Andrews 
+Date: Thu, 24 Jun 2021 20:41:11 -0400
+Subject: [PATCH] [utils] include fmt/xchar.h
+
+fmt 8 moved wchar/custom char overloads to xchar.h, so for fmt 8 
compatibility, xchar.h must be included
+
+See 
https://github.com/fmtlib/fmt/commit/76ee490468212f8705a1421b4c88f8f814b2d351
+---
+ xbmc/utils/StringUtils.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/xbmc/utils/StringUtils.h b/xbmc/utils/StringUtils.h
+index ca6f82953d90a..2dc5c3f03af2f 100644
+--- a/xbmc/utils/StringUtils.h
 b/xbmc/utils/StringUtils.h
+@@ -36,6 +36,9 @@
+ #if FMT_VERSION >= 4
+ #include 
+ #endif
++#if FMT_VERSION >= 8
++#include 
++#endif
+ 
+ #include "XBDateTime.h"
+ #include "utils/params_check_macros.h"

diff --git a/media-tv/kodi/kodi-19.1.ebuild b/media-tv/kodi/kodi-19.1.ebuild
index 9cbf604..769fe1d 100644
--- a/media-tv/kodi/kodi-19.1.ebuild
+++ b/media-tv/kodi/kodi-19.1.ebuild
@@ -10,7 +10,7 @@ LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
 FFMPEG_VERSION="4.3.2"
 CODENAME="Matrix"
 FFMPEG_KODI_VERSION="19.1"
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
@@ -30,7 +30,16 @@ else
S=${WORKDIR}/xbmc-${MY_PV}
 fi
 
-inherit autotools cmake desktop flag-o-matic linux-info pax-utils 
python-single-r1 xdg
+PATCHES=(
+   "${FILESDIR}/${P}-fmt-8.patch"
+   "${FILESDIR}/musl/19.0/0001-add-missing-stdint.h.patch"
+   "${FILESDIR}/musl/19.0/0002-fix-fileemu.patch"
+   
"${FILESDIR}/musl/19.0/0003-Use-stdint.h-defined-types-uint8_t-uint16_t-uint32_t.patch"
+   "${FILESDIR}/musl/19.0/0004-Fix-ldt-for-musl.patch"
+   "${FILESDIR}/musl/19.0/0005-Fix-fortify-sources.patch"
+)
+
+inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
 
 DESCRIPTION="A free and open source media-player and entertainment hub"
 HOMEPAGE="https://kodi.tv/ https://kodi.wiki/";
@@ -84,8 +93,8 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS}
>=dev-libs/spdlog-1.5.0:=
dev-libs/tinyxml[stl]
$(python_gen_cond_dep '
-   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
-   dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
')
>=dev-libs/libcdio-2.1.0[cxx]
>=dev-libs/libfmt-6.1.2
@@ -190,14 +199,6 @@ In some cases Kodi needs to access multicast addresses.
 Please consider enabling IP_MULTICAST under Networking options.
 "
 
-PATCHES=(
-   "${FILESDIR}/musl/19.0/0001-add-missing-stdint.h.patch"
-   "${FILESDIR}/musl/19.0/0002-fix-fileemu.patch"
-   
"${FILESDIR}/musl/19.0/0003-Use-stdint.h-defined-types-uint8_t-uint16_t-uint32_t.patch"
-   "${FILESDIR}/musl/19.0/0004-Fix-ldt-for-musl.patch"
-   "${FILESDIR}/musl/19.0/0005-Fix-fortify-sources.patch"
-)
-
 pkg_setup() {
check_extra_config
python-single-r1_pkg_setup
@@ -240,7 +241,7 @@ src_prepare() {
|| die
 
# Required to prevent addons from crashing
-   use elibc_musl && append-ldflags -Wl,-z,stack-size=1048576
+   use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
 }
 
 src_configure() {



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

2021-08-06 Thread Matt Turner
commit: 4bb236b3c3ddfa2919260e142e3127b53e4125ab
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug  7 03:21:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug  7 03:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb236b3

dev-libs/gjs: Version bump to 1.68.2

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/gjs/Manifest  |  1 +
 dev-libs/gjs/gjs-1.68.2.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index 2c9f4dd4589..19de6b4200d 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,2 +1,3 @@
 DIST gjs-1.64.4.tar.xz 422496 BLAKE2B 
a96211f7240336dbb30c6965e405f59ee72e4288842837da8da8c6d3c59b7e04ebb6c7a8b0b02d38601c162ffdf1a1fef9f13e4db720c4c483f4a39dffd5dbb4
 SHA512 
21a15d7106ad6584fb1f02cb0a0a4cab211a3540adb8f2c03d35c211e3946b81935000a52351fedd95a18a7ff6b7f96e665fcafa3c411ff79f2b6cb332c82b42
 DIST gjs-1.68.1.tar.xz 558920 BLAKE2B 
f5364fe92ddf4cb1e9b5dac5921fa180ed31bfe54ba8ad737e31c5f8a7f19d7e47bad07d7ca088e6e5962b2782a774b985b607214a7381a8b6c54e799df97235
 SHA512 
bce2f84e748dd483e0c907e7f7f230257aa4b216b76e89c3457ebba5e9bf601dcb5c771ebe864df22255e221876c6e7ee3097328e6f52ef78360f49708ff457a
+DIST gjs-1.68.2.tar.xz 559432 BLAKE2B 
09146cadcc17f16c36f2a07108b086850d51d95cba21ca95ff0311dd107835b6c5fc9d5d682c9c6713ebd082372f8b46aae31b71f7f5e0e03dcb0d47c5d3c72f
 SHA512 
a42d4ee7be92c869ad9e74c0e02debbe62d13fd0926aa0d903efe802d0f8bc6bc18959d4e161b3960261f9e7b9c0de1d4df5cfcf1eabea29fd75063af8cba154

diff --git a/dev-libs/gjs/gjs-1.68.2.ebuild b/dev-libs/gjs/gjs-1.68.2.ebuild
new file mode 100644
index 000..0d6c7564652
--- /dev/null
+++ b/dev-libs/gjs/gjs-1.68.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson virtualx
+
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gjs";
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples gtk readline sysprof test"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.66.0
+   dev-libs/libffi:=
+   >=dev-libs/gobject-introspection-1.66.1:=
+   dev-lang/spidermonkey:78
+   cairo? ( x11-libs/cairo[X,svg] )
+   readline? ( sys-libs/readline:0= )
+"
+DEPEND="${RDEPEND}
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+   test? ( sys-apps/dbus
+   >=x11-libs/gtk+-3.20:3[introspection] )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   # FIXME: add systemtap/dtrace support, like in glib:2
+   local emesonargs=(
+   $(meson_feature cairo)
+   $(meson_feature readline)
+   $(meson_feature sysprof profiler)
+   -Dinstalled_tests=false
+   $(meson_use !test skip_dbus_tests)
+   $(meson_use !test skip_gtk_tests)
+   )
+   meson_src_configure
+}
+
+src_test() {
+   virtx meson_src_test
+}



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

2021-08-06 Thread Ionen Wolkens
commit: 3dd5de66b4400f7b37ace36c4cb006b65f20a739
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Aug  7 02:22:18 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 02:34:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd5de66

games-arcade/ceferino: fix S technical VariableScope

Overlooked that S is not guaranteed to be set in global scope per PMS.
Didn't directly change this, but it was from my own poor suggestion.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-arcade/ceferino/ceferino-0.97.8-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild 
b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild
index d3aa76c8576..e9f380a370e 100644
--- a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild
+++ b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild
@@ -8,7 +8,7 @@ inherit autotools desktop
 DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)"
 HOMEPAGE="http://www.losersjuegos.com.ar/juegos/ceferino";
 SRC_URI="mirror://debian/pool/main/c/ceferino/${PN}_${PV}+svn37.orig.tar.gz"
-S+="+svn37"
+S="${WORKDIR}/${P}+svn37"
 
 LICENSE="GPL-2+"
 SLOT="0"



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

2021-08-06 Thread Ionen Wolkens
commit: b1b65d51de20920a851e9fcee7d632fdb7f4dfd7
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Wed Aug  4 08:28:51 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 02:34:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b65d51

media-sound/scream: version 3.8

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-sound/scream/Manifest  | 1 +
 media-sound/scream/metadata.xml  | 3 +++
 media-sound/scream/{scream-.ebuild => scream-3.8.ebuild} | 4 +++-
 media-sound/scream/scream-.ebuild| 4 +++-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/media-sound/scream/Manifest b/media-sound/scream/Manifest
index 56f199b270f..5586ab4b330 100644
--- a/media-sound/scream/Manifest
+++ b/media-sound/scream/Manifest
@@ -1,2 +1,3 @@
 DIST scream-3.6.tar.gz 999237 BLAKE2B 
d199d9658958ac53d973c25421ee3a7f2c1ec9666c34596639942bcbfa5efb60e4aad033adc2fdbd810f676f412357283dc5fda6224752587498f7636ade1662
 SHA512 
4fd07a808d8f0ead3551061e96fe2f9b54ef6f34d1d615fb6454185fc6ffc67f71afb08a876550363cb3f8c15bbff461936808031e5aba5885626c92880e92ec
 DIST scream-3.7.tar.gz 1021097 BLAKE2B 
b7918359d71852cc923bcfebd7f01b7ecec12146199b99d50840d02748410cbead6b385ebcbbced20d9d75771a4331220547276a65e86281bbe5072b8af9bbf7
 SHA512 
5801bed5fff40d17548edb689f37b277bdba7520ab1c0daa4fad79429ade6ad806f90e4197c753f2257bac84ff4f7cc1e2c1209102b60a5bc001b92d42b4ceda
+DIST scream-3.8.tar.gz 1114613 BLAKE2B 
7c178477bbe2e1079394319657ff5bef2cacddb7ebbac0c527ff676ebd1fb66c4f00cff6578202deda96baa78d1d3a95a994e658d2bc893f10a3f3f13cf3d2eb
 SHA512 
0ec3e68177a5852528b8dc0eed35088c7b399a59762063c5f08e06581340884123d37aebcedc0534acfb0ab0702c2d6dfc033cfcbf6d7e80faf8963ab0827983

diff --git a/media-sound/scream/metadata.xml b/media-sound/scream/metadata.xml
index e7bb11276a7..8121cb0073e 100644
--- a/media-sound/scream/metadata.xml
+++ b/media-sound/scream/metadata.xml
@@ -9,6 +9,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   Support sniffing packets from network using 
net-libs/libpcap
+   

duncanthrax/scream


diff --git a/media-sound/scream/scream-.ebuild 
b/media-sound/scream/scream-3.8.ebuild
similarity index 90%
copy from media-sound/scream/scream-.ebuild
copy to media-sound/scream/scream-3.8.ebuild
index 019926a23b7..82133a82fe2 100644
--- a/media-sound/scream/scream-.ebuild
+++ b/media-sound/scream/scream-3.8.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="Ms-PL"
 SLOT="0"
-IUSE="alsa jack pulseaudio"
+IUSE="alsa jack pcap pulseaudio"
 
 RDEPEND="
alsa? ( media-libs/alsa-lib )
@@ -27,6 +27,7 @@ RDEPEND="
media-libs/soxr
virtual/jack
)
+   pcap? ( net-libs/libpcap )
pulseaudio? ( media-sound/pulseaudio )"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
@@ -35,6 +36,7 @@ src_configure() {
local mycmakeargs=(
-DALSA_ENABLE=$(usex alsa)
-DJACK_ENABLE=$(usex jack)
+   -DPCAP_ENABLE=$(usex pcap)
-DPULSEAUDIO_ENABLE=$(usex pulseaudio)
)
cmake_src_configure

diff --git a/media-sound/scream/scream-.ebuild 
b/media-sound/scream/scream-.ebuild
index 019926a23b7..82133a82fe2 100644
--- a/media-sound/scream/scream-.ebuild
+++ b/media-sound/scream/scream-.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="Ms-PL"
 SLOT="0"
-IUSE="alsa jack pulseaudio"
+IUSE="alsa jack pcap pulseaudio"
 
 RDEPEND="
alsa? ( media-libs/alsa-lib )
@@ -27,6 +27,7 @@ RDEPEND="
media-libs/soxr
virtual/jack
)
+   pcap? ( net-libs/libpcap )
pulseaudio? ( media-sound/pulseaudio )"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
@@ -35,6 +36,7 @@ src_configure() {
local mycmakeargs=(
-DALSA_ENABLE=$(usex alsa)
-DJACK_ENABLE=$(usex jack)
+   -DPCAP_ENABLE=$(usex pcap)
-DPULSEAUDIO_ENABLE=$(usex pulseaudio)
)
cmake_src_configure



[gentoo-commits] repo/gentoo:master commit in: games-fps/turtlearena/

2021-08-06 Thread Ionen Wolkens
commit: bbe20b134ea67338b903f603b3c6c447bb13fc6b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Aug  7 02:30:26 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 02:35:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe20b13

games-fps/turtlearena: fix S technical VariableScope

Overlooked that S is not guaranteed to be set in global scope per PMS.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild 
b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild
index 807e9f38393..98472a1a41e 100644
--- a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild
+++ b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://clover.moe/turtlearena/";
 SRC_URI="
https://turtlearena.googlecode.com/files/${P}-0-src.tar.bz2
https://turtlearena.googlecode.com/files/${P}-0.zip";
-S+="-0-src"
+S="${WORKDIR}/${P}-0-src"
 
 LICENSE="GPL-2+ CC-BY-SA-3.0 mplus-fonts lcc"
 SLOT="0"



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

2021-08-06 Thread Ionen Wolkens
commit: f62dfd8b526a9dde2f2c37bd9ebddaa99deaaba6
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Wed Aug  4 08:29:24 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 02:34:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62dfd8b

media-sound/scream: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/21876
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-sound/scream/Manifest  |  2 --
 media-sound/scream/scream-3.6.ebuild | 39 --
 media-sound/scream/scream-3.7.ebuild | 41 
 3 files changed, 82 deletions(-)

diff --git a/media-sound/scream/Manifest b/media-sound/scream/Manifest
index 5586ab4b330..7f7de9727a5 100644
--- a/media-sound/scream/Manifest
+++ b/media-sound/scream/Manifest
@@ -1,3 +1 @@
-DIST scream-3.6.tar.gz 999237 BLAKE2B 
d199d9658958ac53d973c25421ee3a7f2c1ec9666c34596639942bcbfa5efb60e4aad033adc2fdbd810f676f412357283dc5fda6224752587498f7636ade1662
 SHA512 
4fd07a808d8f0ead3551061e96fe2f9b54ef6f34d1d615fb6454185fc6ffc67f71afb08a876550363cb3f8c15bbff461936808031e5aba5885626c92880e92ec
-DIST scream-3.7.tar.gz 1021097 BLAKE2B 
b7918359d71852cc923bcfebd7f01b7ecec12146199b99d50840d02748410cbead6b385ebcbbced20d9d75771a4331220547276a65e86281bbe5072b8af9bbf7
 SHA512 
5801bed5fff40d17548edb689f37b277bdba7520ab1c0daa4fad79429ade6ad806f90e4197c753f2257bac84ff4f7cc1e2c1209102b60a5bc001b92d42b4ceda
 DIST scream-3.8.tar.gz 1114613 BLAKE2B 
7c178477bbe2e1079394319657ff5bef2cacddb7ebbac0c527ff676ebd1fb66c4f00cff6578202deda96baa78d1d3a95a994e658d2bc893f10a3f3f13cf3d2eb
 SHA512 
0ec3e68177a5852528b8dc0eed35088c7b399a59762063c5f08e06581340884123d37aebcedc0534acfb0ab0702c2d6dfc033cfcbf6d7e80faf8963ab0827983

diff --git a/media-sound/scream/scream-3.6.ebuild 
b/media-sound/scream/scream-3.6.ebuild
deleted file mode 100644
index 1c3ead36e4d..000
--- a/media-sound/scream/scream-3.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Plays sound received from network or from a QEMU Windows VM"
-HOMEPAGE="https://github.com/duncanthrax/scream";
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/duncanthrax/scream.git";
-else
-   SRC_URI="https://github.com/duncanthrax/scream/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/Receivers/unix"
-
-LICENSE="Ms-PL"
-SLOT="0"
-IUSE="alsa pulseaudio"
-
-RDEPEND="
-   alsa? ( media-libs/alsa-lib )
-   pulseaudio? ( media-sound/pulseaudio )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   local mycmakeargs=(
-   -DALSA_ENABLE=$(usex alsa)
-   -DPULSEAUDIO_ENABLE=$(usex pulseaudio)
-   )
-
-   cmake_src_configure
-}

diff --git a/media-sound/scream/scream-3.7.ebuild 
b/media-sound/scream/scream-3.7.ebuild
deleted file mode 100644
index 019926a23b7..000
--- a/media-sound/scream/scream-3.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Plays sound received from network or from a QEMU Windows VM"
-HOMEPAGE="https://github.com/duncanthrax/scream";
-S="${WORKDIR}/${P}/Receivers/unix"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/duncanthrax/scream.git";
-else
-   SRC_URI="https://github.com/duncanthrax/scream/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="Ms-PL"
-SLOT="0"
-IUSE="alsa jack pulseaudio"
-
-RDEPEND="
-   alsa? ( media-libs/alsa-lib )
-   jack? (
-   media-libs/soxr
-   virtual/jack
-   )
-   pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   local mycmakeargs=(
-   -DALSA_ENABLE=$(usex alsa)
-   -DJACK_ENABLE=$(usex jack)
-   -DPULSEAUDIO_ENABLE=$(usex pulseaudio)
-   )
-   cmake_src_configure
-}



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

2021-08-06 Thread Ionen Wolkens
commit: 5021a8a1efa5584583ba3803dff75bc0f36bb329
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Aug  7 02:19:45 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug  7 02:34:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5021a8a1

games-util/xpadneo: fix S technical VariableScope

Overlooked that S is not guaranteed to be set in global scope per PMS.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/xpadneo/xpadneo-0.9.1.ebuild | 2 +-
 games-util/xpadneo/xpadneo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/xpadneo/xpadneo-0.9.1.ebuild 
b/games-util/xpadneo/xpadneo-0.9.1.ebuild
index bf7685af800..f97c7ef760e 100644
--- a/games-util/xpadneo/xpadneo-0.9.1.ebuild
+++ b/games-util/xpadneo/xpadneo-0.9.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://atar-axis.github.io/xpadneo/";
 LICENSE="GPL-3"
 SLOT="0"
 
-S+="/hid-${PN}"
+S="${WORKDIR}/${P}/hid-${PN}"
 MODULE_NAMES="hid-${PN}(kernel/drivers/hid::src)"
 BUILD_PARAMS='V=1 LD="$(tc-getLD)" KERNEL_SOURCE_DIR="${KV_OUT_DIR}"'
 BUILD_TARGETS="modules"

diff --git a/games-util/xpadneo/xpadneo-.ebuild 
b/games-util/xpadneo/xpadneo-.ebuild
index 6ee1277444a..3e4b4f05d40 100644
--- a/games-util/xpadneo/xpadneo-.ebuild
+++ b/games-util/xpadneo/xpadneo-.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://atar-axis.github.io/xpadneo/";
 LICENSE="GPL-3"
 SLOT="0"
 
-S+="/hid-${PN}"
+S="${WORKDIR}/${P}/hid-${PN}"
 MODULE_NAMES="hid-${PN}(kernel/drivers/hid::src)"
 BUILD_PARAMS='V=1 LD="$(tc-getLD)" KERNEL_SOURCE_DIR="${KV_OUT_DIR}"'
 BUILD_TARGETS="modules"



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

2021-08-06 Thread Sam James
commit: f15cbdd6191aa6ae787bc22616f49c61f7bf17b3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 01:28:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 01:28:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15cbdd6

dev-perl/Module-Build: Stabilize 0.423.100 arm, #806638

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

 dev-perl/Module-Build/Module-Build-0.423.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build/Module-Build-0.423.100.ebuild 
b/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
index 6c5e2b0248a..660d0af71a1 100644
--- a/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
+++ b/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Build and install Perl modules"
 
 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"
 
 RDEPEND="
>=virtual/perl-CPAN-Meta-2.142.60



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

2021-08-06 Thread Sam James
commit: 106ad4fdda19c3b8138f496b64557793c2d18301
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 01:28:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 01:28:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106ad4fd

dev-perl/Module-Compile: Stabilize 0.380.0 arm, #806641

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

 dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
index feb4c8896f1..898faf63783 100644
--- a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
+++ b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl Module Compilation"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~x86"
+KEYWORDS="~amd64 arm ppc ~x86"
 
 RDEPEND="
dev-perl/Capture-Tiny



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

2021-08-06 Thread Sam James
commit: 2aa775df2a46169e94aef40e0c674fd7e5da8d33
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 01:28:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 01:28:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa775df

dev-perl/Inline: Stabilize 0.860.0 arm, #806653

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

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

diff --git a/dev-perl/Inline/Inline-0.860.0.ebuild 
b/dev-perl/Inline/Inline-0.860.0.ebuild
index a1c5974eed6..2205c1233cf 100644
--- a/dev-perl/Inline/Inline-0.860.0.ebuild
+++ b/dev-perl/Inline/Inline-0.860.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Write Perl subroutines in other languages"
 
 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="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/

2021-08-06 Thread Craig Andrews
commit: 8345561a5b969185854335f21f06c68fdf188a32
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Aug  7 00:47:52 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Aug  7 00:48:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8345561a

app-backup/btrbk: 0.31.3 version bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 app-backup/btrbk/Manifest|  1 +
 app-backup/btrbk/btrbk-0.31.3.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/app-backup/btrbk/Manifest b/app-backup/btrbk/Manifest
index 92b93ad42f6..41b9d2998eb 100644
--- a/app-backup/btrbk/Manifest
+++ b/app-backup/btrbk/Manifest
@@ -1,2 +1,3 @@
 DIST btrbk-0.29.1.tar.xz 98320 BLAKE2B 
f7e4939fec27cc85847d7cae8797de9c59040de641ed4c3c4dcd37102daad1d3910e2ef40c3ad486614a167a7d2206c92b961ba6e5d78e351dedb8de565e3172
 SHA512 
78bb24fff3606bcf5cb3f4b7e31c5423ca01208cf667efa6a67978696b06ffd4f368aed372d57372ef268ea9329d51f8abd7e2e9dc59dfb0d3133c992d1d788e
 DIST btrbk-0.31.2.tar.xz 107124 BLAKE2B 
a05ef8a665d50b0f9637b1bc7026f0ca0f8364377b4165dae09cd27790dc139aaea1096a54719d948adda5050f91580650bf58db70a086cfdd14b73559fad9f3
 SHA512 
f953fe1a231f7a28c2d98cf124e3d52cc6d0810e6cb1673b90f335e07cd7473d0302ec227361f902c40a36dab5c075c675d2ee0543a23c37cb1e4baaf74efea0
+DIST btrbk-0.31.3.tar.xz 109884 BLAKE2B 
7f78d00815259e42bb3fd16ee48272717fe57913b7af83ca8a98f1dfd0de715cbf8b07177ea60b5b8bdcb9793ee0d5829b90b8327cd4810f6275611276a6e707
 SHA512 
62dee5430635b6a31edcdc9bed1829f549b60074ea09bb6f1fcd56d242d4215339846c8c2dbcd4bee05cd2a0cb32c1237ce7311d2b887885373c13fa15a6f476

diff --git a/app-backup/btrbk/btrbk-0.31.3.ebuild 
b/app-backup/btrbk/btrbk-0.31.3.ebuild
new file mode 100644
index 000..f301c70cd55
--- /dev/null
+++ b/app-backup/btrbk/btrbk-0.31.3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/digint/btrbk.git";
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Tool for creating snapshots and remote backups of btrfs 
subvolumes"
+HOMEPAGE="https://digint.ch/btrbk/";
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="+mbuffer +doc +lsbtr"
+
+DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )"
+
+RDEPEND="dev-lang/perl
+   net-misc/openssh
+   mbuffer? ( >=sys-block/mbuffer-20180505 )
+   >=sys-fs/btrfs-progs-4.12"
+
+src_compile() {
+   emake clean
+   use doc && emake -C doc
+}
+src_install() {
+   local targets="install-bin install-etc install-share install-systemd"
+   use doc && targets="${targets} install-man install-doc"
+   use lsbtr && targets="${targets} install-bin-links"
+   emake \
+   DESTDIR="${D}" \
+   DOCDIR="/usr/share/doc/${PF}" \
+   SYSTEMDDIR="$(systemd_get_systemunitdir)" \
+   ${targets}
+}
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-0.26.0" ; then
+   upgrade_0_26_0_warning="1"
+   fi
+   if has_version "<${CATEGORY}/${PN}-0.27.0" ; then
+   upgrade_0_27_0_warning="1"
+   fi
+}
+pkg_postinst() {
+   if [[ "${upgrade_0_26_0_warning}" == "1" ]]; then
+   ewarn "If you are using raw targets, make sure to run the"
+   ewarn "\"raw_suffix2sidecar\" utility in each target directory."
+   fi
+   if [[ "${upgrade_0_27_0_warning}" == "1" ]]; then
+   ewarn 'Due to a bugfix in the scheduler [1] [2], previously 
preserved'
+   ewarn 'monthly/yearly backups could get deleted when upgrading 
to'
+   ewarn 'btrbk-0.27.0.'
+   ewarn ''
+   ewarn 'Before upgrading to btrbk-0.27.0, make sure to stop all 
cron jobs'
+   ewarn 'or systemd timers calling btrbk.'
+   ewarn ''
+   ewarn 'After upgrading, run "btrbk prune --dry-run 
--print-schedule" and'
+   ewarn 'check if any snapshots/backups would get deleted. If you 
want to'
+   ewarn 'forcibly preserve a snapshot/backup forever, rename it:'
+   ewarn ''
+   ewarn 'mv mysubvol.MMDD mysubvol.MMDD.keep_forever'
+   ewarn ''
+   ewarn 'Note that btrbk ignores subvolumes with unknown naming 
scheme, e.g.'
+   ewarn '(".keep_forever" suffix in the example above).'
+   ewarn ''
+   ewarn '  [1] https://github.com/digint/btrbk/issues/217'
+   ewarn '  [2] https://github.com/digint/btrbk/commit/719fb5f'
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2021-08-06 Thread Craig Andrews
commit: 97e2f36bb03db15a167368ad3baecc710ff91fed
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Aug  7 00:45:04 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Aug  7 00:48:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e2f36b

media-plugins/kodi-inputstream-adaptive: 2.6.23 version bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.6.23.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index 1c0b2a0e838..177669e949e 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -3,3 +3,4 @@ DIST kodi-inputstream-adaptive-2.6.18.tar.gz 754089 BLAKE2B 
8dcff383fb77c35f6452
 DIST kodi-inputstream-adaptive-2.6.20.tar.gz 761163 BLAKE2B 
d7659e85b20b09702ce0d0eebbf05b0aedd3e54ed9234c968f11a0a7a4d8c485cc9ce3a74ff9b654c7f8c8bae78281527ed5f9dd26e0f75dbde6e4cdf61df3c9
 SHA512 
1af27e40193eed17e1556eb40749827a7436cbc3528a00e1df0398bab5712a988d2761852ef1ed096f6c3a2ac81ded0698c85a125f6317ab537b2eb2da344a8e
 DIST kodi-inputstream-adaptive-2.6.21.tar.gz 761311 BLAKE2B 
3d9ca58f52d10e7b4fc2c1bb6b761a7adde47802146723cdae56770a748e1454a3953816b9a151608ad65dd92107b209fca073180d35bfedc86f05a90275a6b3
 SHA512 
d808abaa961f7e5f21ae59c87cd379f771714102932791e50b4374ce07bbf747c00c75728858577589e9fc82f8811b509e03a79441d3a3ba2f7e8313a83596c0
 DIST kodi-inputstream-adaptive-2.6.22.tar.gz 761392 BLAKE2B 
b325eef1113f33572c8a8cbc75f7ac85d38d4bb7a2a9d12340bec0b0c03a24cdb795de2af712f9effb474469bf98f853f2a543df4aa8b98fed9ee1422066b9a9
 SHA512 
e8ff725351548604bdbc0f6cac02696a64dfeb608edbed13eed50cd639679a125f5a5fa133e93e90b010ea0fde34e21a6cdea130cfaca26f9c4fd543ab94c1fe
+DIST kodi-inputstream-adaptive-2.6.23.tar.gz 764094 BLAKE2B 
d3eca4f34f812ddb78b255cb40f081bd0fe106657938b5161fa83aabe5032e176ca300c9a3c2653ca4c4fa769cc04c4866e349b295a7fded850bfe1f314af5e1
 SHA512 
8aa33acf1c4658d6d515bc92972e42c6a32c3a03a2e51f381b19452f7d214b5f5e770c6a62b78618cf8800157c20767629f9de3fa5920a800c559f720a36f808

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.23.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.23.ebuild
new file mode 100644
index 000..eb913a08d26
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.23.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git";
+   EGIT_BRANCH="Matrix"
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="!test? ( test )"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-libs/expat
+   =media-tv/kodi-19*
+   "
+DEPEND="
+   ${COMMON_DEPEND}
+   test? ( dev-cpp/gtest )
+   "
+RDEPEND="
+   ${COMMON_DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   )
+   cmake_src_configure
+}



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

2021-08-06 Thread Alessandro Barbieri
commit: 7cdce87210e5969c812950cc3b1b41f370aeb45c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Aug  7 00:29:13 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Aug  7 00:29:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cdce872

TODO.md: remove SOS

Signed-off-by: Alessandro Barbieri  gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 00bbc7f36..2a390a922 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,7 +12,6 @@ C
 * [hpmpc](https://github.com/giaf/hpmpc)
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
 * [the-omega-project](https://github.com/davewathaverford/the-omega-project)
-* [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
 * [ummunotify](https://github.com/Portals4/ummunotify)
 
 C++



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

2021-08-06 Thread Louis Sautier
commit: 312005390767e23401501f6016ed25ffddd6d4f6
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 00:02:06 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 00:19:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31200539

dev-python/doublex: enable py3.10, add missing dependency on six

Closes: https://bugs.gentoo.org/774810
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/doublex/doublex-1.9.2-r1.ebuild | 55 ++
 dev-python/doublex/files/doublex-1.9.2-py310.patch | 33 +
 2 files changed, 88 insertions(+)

diff --git a/dev-python/doublex/doublex-1.9.2-r1.ebuild 
b/dev-python/doublex/doublex-1.9.2-r1.ebuild
new file mode 100644
index 000..a52b1c1636d
--- /dev/null
+++ b/dev-python/doublex/doublex-1.9.2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python test doubles"
+HOMEPAGE="https://bitbucket.org/DavidVilla/python-doublex";
+SRC_URI="https://bitbucket.org/DavidVilla/python-${PN}/get/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/pyhamcrest[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests setup.py
+
+PATCHES=(
+   # 
https://bitbucket.org/DavidVilla/python-doublex/pull-requests/1/support-python-310-by-using-collectionsabc
+   "${FILESDIR}/${P}-py310.patch"
+)
+
+python_prepare_all() {
+   # Disable broken tests
+   # 
https://bitbucket.org/DavidVilla/python-doublex/issues/5/support-for-python-36-37-38-tests-failing
+   sed -i "s/test_*hamcrest_/_&/" doublex/test/report_tests.py || die
+   # 
https://bitbucket.org/DavidVilla/python-doublex/issues/6/more-failing-tests-with-python-39
+   sed -i -r 
"s/test_(proxyspy_get_stubbed_property|stub_property|custom_equality_comparable_objects)/_&/"
 \
+   doublex/test/unit_tests.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/README.rst || die "Couldn't remove spurious README.rst"
+}

diff --git a/dev-python/doublex/files/doublex-1.9.2-py310.patch 
b/dev-python/doublex/files/doublex-1.9.2-py310.patch
new file mode 100644
index 000..5d3a974a38a
--- /dev/null
+++ b/dev-python/doublex/files/doublex-1.9.2-py310.patch
@@ -0,0 +1,33 @@
+commit ec3ce987a95abd951840213b77d44624b2ca5e84
+Author: Louis Sautier 
+Date:   Sat Aug 7 01:56:31 2021 +0200
+
+Support Python 3.10 by using collections.abc
+
+diff --git a/doublex/internal.py b/doublex/internal.py
+index 91f5866..072774a 100644
+--- a/doublex/internal.py
 b/doublex/internal.py
+@@ -20,7 +20,7 @@
+ 
+ 
+ import threading
+-import collections
++import collections.abc
+ import functools
+ import six
+ 
+@@ -184,11 +184,11 @@ class Invocation(object):
+ return Invocation(double, name, InvocationContext(*args, **kargs))
+ 
+ def delegates(self, delegate):
+-if isinstance(delegate, collections.Callable):
++if isinstance(delegate, collections.abc.Callable):
+ self.__delegate = delegate
+ return
+ 
+-if isinstance(delegate, collections.Mapping):
++if isinstance(delegate, collections.abc.Mapping):
+ self.__delegate = delegate.get
+ return
+ 



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

2021-08-06 Thread Mike Gilbert
commit: d6d2ccc78afb0e0fcbfb03ddbe08b86fd95e0313
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug  7 00:04:30 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug  7 00:04:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d2ccc7

net-vpn/ocserv: add live ebuild

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

 net-vpn/ocserv/ocserv-.ebuild | 95 +++
 1 file changed, 95 insertions(+)

diff --git a/net-vpn/ocserv/ocserv-.ebuild 
b/net-vpn/ocserv/ocserv-.ebuild
new file mode 100644
index 000..1dd59ce1a33
--- /dev/null
+++ b/net-vpn/ocserv/ocserv-.ebuild
@@ -0,0 +1,95 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+if [[ ${PV} ==  ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://gitlab.com/openconnect/ocserv.git";
+else
+   SRC_URI="ftp://ftp.infradead.org/pub/ocserv/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Openconnect SSL VPN server"
+HOMEPAGE="https://ocserv.gitlab.io/www/index.html";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   net-libs/gnutls[tools(+)]
+   net-libs/socket_wrapper
+   net-vpn/openconnect
+   sys-libs/nss_wrapper
+   sys-libs/uid_wrapper
+   )
+"
+DEPEND="
+   dev-libs/libnl:3=
+   dev-libs/libev:0=
+   >=dev-libs/nettle-2.7:0=
+   dev-libs/pcl:0=
+   dev-libs/protobuf-c:0=
+   >=net-libs/gnutls-3.3.0:0=
+   net-libs/http-parser:0=
+   sys-libs/readline:0=
+   sys-libs/talloc:0=
+   virtual/libcrypt:=
+   geoip? ( dev-libs/geoip:0= )
+   kerberos? ( virtual/krb5 )
+   lz4? ( app-arch/lz4:0= )
+   otp? ( sys-auth/oath-toolkit:0= )
+   pam? ( sys-libs/pam:0= )
+   radius? ( net-dialup/freeradius-client:0= )
+   seccomp? ( sys-libs/libseccomp:0= )
+   systemd? ( sys-apps/systemd:0= )
+   tcpd? ( sys-apps/tcp-wrappers:0= )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]]; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myconf=(
+   --without-root-tests
+   --without-nuttcp-tests
+
+   $(use_enable seccomp)
+   $(use_enable systemd)
+
+   $(use_with geoip)
+   $(use_with kerberos gssapi)
+   $(use_with lz4)
+   $(use_with otp liboath)
+   $(use_with radius)
+   $(use_with tcpd libwrap)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   dodoc doc/sample.{config,passwd}
+   use otp && dodoc doc/sample.otp
+
+   doinitd "${FILESDIR}"/ocserv
+
+   if use systemd; then
+   systemd_dounit 
doc/systemd/socket-activated/ocserv.{service,socket}
+   else
+   systemd_dounit doc/systemd/standalone/ocserv.service
+   fi
+}



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

2021-08-06 Thread Mike Gilbert
commit: 0be0c443ad8ffecd09a2231f4fb3b0b3707b7d7f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug  7 00:01:24 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug  7 00:01:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be0c443

sys-apps/systemd: add python3.10

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

 sys-apps/systemd/systemd-249.2.ebuild | 3 +--
 sys-apps/systemd/systemd-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-apps/systemd/systemd-249.2.ebuild 
b/sys-apps/systemd/systemd-249.2.ebuild
index 9e5fa453bcf..da6cc62575f 100644
--- a/sys-apps/systemd/systemd-249.2.ebuild
+++ b/sys-apps/systemd/systemd-249.2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
 
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git";
@@ -19,8 +20,6 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
 fi
 
-PYTHON_COMPAT=( python3_{7..9} )
-
 inherit bash-completion-r1 linux-info meson-multilib pam python-any-r1 systemd 
toolchain-funcs udev usr-ldscript
 
 DESCRIPTION="System and service manager for Linux"

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 71b8f9c1b29..260f9ce67e0 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
 
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git";
@@ -19,8 +20,6 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
 fi
 
-PYTHON_COMPAT=( python3_{7..9} )
-
 inherit bash-completion-r1 linux-info meson-multilib pam python-any-r1 systemd 
toolchain-funcs udev usr-ldscript
 
 DESCRIPTION="System and service manager for Linux"



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

2021-08-06 Thread Louis Sautier
commit: 673a5cb3b8913c9e03dd7d08a91f47baca98fc70
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Aug  6 23:52:13 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Aug  6 23:52:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673a5cb3

dev-python/flask-nav: make Python 3.10 really work

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/flask-nav/files/flask-nav-0.6-py310.patch| 17 +++--
 ...{flask-nav-0.6-r3.ebuild => flask-nav-0.6-r4.ebuild} |  0
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/dev-python/flask-nav/files/flask-nav-0.6-py310.patch 
b/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
index e70209498a0..02a06a9c99d 100644
--- a/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
+++ b/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
@@ -1,16 +1,13 @@
-From b61de7a6742f7d15f92b477b1518f420303b1efb Mon Sep 17 00:00:00 2001
-From: Jay Shepherd 
-Date: Mon, 27 Apr 2020 12:11:48 -0600
-Subject: [PATCH] Fix deprecation warning for collections
-

- flask_nav/__init__.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 diff --git a/flask_nav/__init__.py b/flask_nav/__init__.py
-index 7c25dfa..9fea6ee 100644
+index 7c25dfa..5826b9e 100644
 --- a/flask_nav/__init__.py
 +++ b/flask_nav/__init__.py
+@@ -1,4 +1,4 @@
+-import collections
++import collections.abc
+ from importlib import import_module
+ import re
+ 
 @@ -46,7 +46,7 @@ class NavbarRenderingError(Exception):
  pass
  

diff --git a/dev-python/flask-nav/flask-nav-0.6-r3.ebuild 
b/dev-python/flask-nav/flask-nav-0.6-r4.ebuild
similarity index 100%
rename from dev-python/flask-nav/flask-nav-0.6-r3.ebuild
rename to dev-python/flask-nav/flask-nav-0.6-r4.ebuild



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

2021-08-06 Thread Louis Sautier
commit: 812b43ca7b5f10905fb704b60edce71c5fce2d85
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Aug  6 23:36:55 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Aug  6 23:39:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812b43ca

dev-python/netaddr: enable py3.10, fix DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/netaddr/netaddr-0.8.0.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/netaddr/netaddr-0.8.0.ebuild 
b/dev-python/netaddr/netaddr-0.8.0.ebuild
index 9f2374e1e55..34acb3077ea 100644
--- a/dev-python/netaddr/netaddr-0.8.0.ebuild
+++ b/dev-python/netaddr/netaddr-0.8.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -20,7 +19,6 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cli"
 
 RDEPEND="
-   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_6)
cli? (
>=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}]
)



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

2021-08-06 Thread Marek Szuba
commit: 145eb4a5726d723a65d09f8373e0dd24737d95a7
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Aug  6 10:05:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Aug  6 23:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145eb4a5

profiles/arch/riscv: remove Avahi-related USE masks

Signed-off-by: Marek Szuba  gentoo.org>

 profiles/arch/riscv/package.use.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index c134b9c5c0a..a736f2f4eaa 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -115,9 +115,9 @@ media-libs/libsdl2 nas pulseaudio
 media-libs/libcaca doc imlib
 dev-libs/libbytesize test
 sys-libs/libblockdev dmraid escrow
-app-misc/geoclue modemmanager zeroconf
+app-misc/geoclue modemmanager
 dev-libs/libgdata gnome-online-accounts
-gnome-base/gvfs bluray cdda gnome-online-accounts google mtp ios zeroconf
+gnome-base/gvfs bluray cdda gnome-online-accounts google mtp ios
 sys-power/upower ios
 net-libs/webkit-gtk gstreamer
 xfce-base/xfce4-settings libcanberra



[gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/, profiles/arch/riscv/

2021-08-06 Thread Marek Szuba
commit: aebeb536f7837310a2894492f7d2a68137942486
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Aug  6 23:33:16 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Aug  6 23:34:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebeb536

net-libs/webkit-gtk: keyword 2.32.3 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.32.3.ebuild | 4 ++--
 profiles/arch/riscv/package.use.mask | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.32.3.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.32.3.ebuild
index 1ddc63054d3..2dd5eb64206 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.32.3.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.32.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 USE_RUBY="ruby26 ruby27 ruby30"
 
 inherit check-reqs cmake flag-o-matic gnome2 pax-utils python-any-r1 
ruby-single toolchain-funcs virtualx
@@ -14,7 +14,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 
 IUSE="aqua +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl 
seccomp spell systemd wayland +X"
 

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index a736f2f4eaa..41332a3b08c 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -77,8 +77,8 @@ dev-python/ipython nbconvert notebook
 
 # Marek Szuba  (2021-07-05)
 # Dependencies not keyworded here yet:
-#  - gnome-base/gconf, dev-libs/libotf & dev-libs/m17n-lib, net-libs/webkit-gtk
-app-editors/emacs gconf m17n-lib xwidgets
+#  - gnome-base/gconf, dev-libs/libotf & dev-libs/m17n-lib
+app-editors/emacs gconf m17n-lib
 #  - net-fs/openafs
 app-crypt/heimdal afs
 #  - app-xemacs/ruby-modes (and by extension xemacs itself)
@@ -144,7 +144,7 @@ x11-base/xwayland unwind
 
 # Yixun Lan  (2021-05-19)
 # Dependencies not keyworded, not tested
-net-libs/libproxy spidermonkey webkit kde networkmanager
+net-libs/libproxy spidermonkey kde networkmanager
 
 # Sam James  (2021-03-11)
 # Yixun Lan  (2021-07-27)



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

2021-08-06 Thread Louis Sautier
commit: 87a2e3007b1a04229358ff4d0eacdaf82d7a8177
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Aug  6 23:05:15 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Aug  6 23:11:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a2e300

dev-python/pushbullet-py: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild 
b/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild
index 0ac0e801d0d..77ea383ad82 100644
--- a/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild
+++ b/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 
@@ -33,9 +33,8 @@ BDEPEND="
 distutils_enable_tests pytest
 
 python_test() {
-   # skip tests which require network access
-   PUSHBULLET_API_KEY= pytest -vv \
-   -k "not (test_auth or test_decryption)" \
+   # Skip tests which require internet access
+   PUSHBULLET_API_KEY= epytest -k "not (test_auth or test_decryption)" \
|| die "Tests failed with ${EPYTHON}"
 }
 



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

2021-08-06 Thread Louis Sautier
commit: d48eee3358568401b1f207ef461bae5d6841657f
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Aug  6 23:17:25 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Aug  6 23:17:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48eee33

dev-python/chump: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/chump/chump-1.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/chump/chump-1.6.0-r1.ebuild 
b/dev-python/chump/chump-1.6.0-r1.ebuild
index 6246b854b46..81de5ce4916 100644
--- a/dev-python/chump/chump-1.6.0-r1.ebuild
+++ b/dev-python/chump/chump-1.6.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-08-06 Thread Louis Sautier
commit: fecee9ac333f9d195e2a1bedd6683eb299140074
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Aug  6 22:41:16 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Aug  6 22:55:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fecee9ac

dev-python/flask-nav: enable py310, update EAPI 7 -> 8

Signed-off-by: Louis Sautier  gentoo.org>

 .../flask-nav/files/flask-nav-0.6-py310.patch  | 22 +++
 dev-python/flask-nav/flask-nav-0.6-r3.ebuild   | 33 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/flask-nav/files/flask-nav-0.6-py310.patch 
b/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
new file mode 100644
index 000..e70209498a0
--- /dev/null
+++ b/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
@@ -0,0 +1,22 @@
+From b61de7a6742f7d15f92b477b1518f420303b1efb Mon Sep 17 00:00:00 2001
+From: Jay Shepherd 
+Date: Mon, 27 Apr 2020 12:11:48 -0600
+Subject: [PATCH] Fix deprecation warning for collections
+
+---
+ flask_nav/__init__.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/flask_nav/__init__.py b/flask_nav/__init__.py
+index 7c25dfa..9fea6ee 100644
+--- a/flask_nav/__init__.py
 b/flask_nav/__init__.py
+@@ -46,7 +46,7 @@ class NavbarRenderingError(Exception):
+ pass
+ 
+ 
+-class ElementRegistry(collections.MutableMapping):
++class ElementRegistry(collections.abc.MutableMapping):
+ def __init__(self):
+ self._elems = {}
+ 

diff --git a/dev-python/flask-nav/flask-nav-0.6-r3.ebuild 
b/dev-python/flask-nav/flask-nav-0.6-r3.ebuild
new file mode 100644
index 000..c8f197283d1
--- /dev/null
+++ b/dev-python/flask-nav/flask-nav-0.6-r3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily create navigation for Flask applications."
+HOMEPAGE="https://pythonhosted.org/flask-nav/";
+# docs are missing from PyPI tarballs
+# https://github.com/mbr/flask-nav/pull/12
+SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/dominate[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   dev-python/visitor[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/alabaster
+
+PATCHES=(
+   # https://github.com/mbr/flask-nav/pull/27
+   "${FILESDIR}/${P}-py310.patch"
+)



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

2021-08-06 Thread Lars Wendler
commit: 3fa4968f695f64a25f377df779c8e7c039c30843
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug  6 22:49:18 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug  6 22:49:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa4968f

sys-apps/usbutils: Bump to version 014

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

 sys-apps/usbutils/Manifest|  1 +
 sys-apps/usbutils/usbutils-014.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/sys-apps/usbutils/Manifest b/sys-apps/usbutils/Manifest
index 347c2dfffd7..91d8db1aaa1 100644
--- a/sys-apps/usbutils/Manifest
+++ b/sys-apps/usbutils/Manifest
@@ -1 +1,2 @@
 DIST usbutils-013.tar.xz 98056 BLAKE2B 
d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873
 SHA512 
eb1751e5b82f7a1bdffc667662cebee6fd42f466e59d4eb4c98f0d3723d740305377da1df1ba5831402fddbbd1697bbfa2abd22d9ed175e2dee55d6d007e9e54
+DIST usbutils-014.tar.xz 165884 BLAKE2B 
aea4f8edd3c7d7bc400fd63a8702b6d0bb50b8ed07196c4a0ed20a615eacf6373794afb9e7d5d81408dc3382848e965ecf8bc1bbec20837e4d1f96ba47cc40b5
 SHA512 
43c9f6ed14f8d01e014ef39a5d50b3b09031c6bda8261e0945b4cb4287c9107104175b386c2adc61dc7f9f476afb30f9a647a6ece6dee26b4133a4f10af72792

diff --git a/sys-apps/usbutils/usbutils-014.ebuild 
b/sys-apps/usbutils/usbutils-014.ebuild
new file mode 100644
index 000..c92094e848b
--- /dev/null
+++ b/sys-apps/usbutils/usbutils-014.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="USB enumeration utilities"
+HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
+   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/";
+SRC_URI="https://www.kernel.org/pub/linux/utils/usb/${PN}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="virtual/libusb:1=
+   virtual/libudev:="
+BDEPEND="
+   app-arch/xz-utils
+   virtual/pkgconfig"
+RDEPEND="${DEPEND}
+   sys-apps/hwids
+   python? ( ${PYTHON_DEPS} )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   eautoreconf
+   use python && python_fix_shebang lsusb.py.in
+}
+
+src_configure() {
+   local myeconfargs=(
+   --datarootdir="${EPREFIX}/usr/share"
+   --datadir="${EPREFIX}/usr/share/misc"
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   newdoc usbhid-dump/NEWS NEWS.usbhid-dump
+   dobin usbreset # noinst_PROGRAMS, but installed by other distros
+
+   use python || rm -f "${ED}"/usr/bin/lsusb.py
+}



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

2021-08-06 Thread Andreas K. Hüttel
commit: c71563447ef685345c1497831bce87f0ebe4b6d6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:19:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:32:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7156344

dev-perl/Search-Xapian: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Search-Xapian/Manifest|  1 -
 .../Search-Xapian/Search-Xapian-1.2.25.2.ebuild| 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-perl/Search-Xapian/Manifest b/dev-perl/Search-Xapian/Manifest
index c9f2cf24240..09035d7f2a2 100644
--- a/dev-perl/Search-Xapian/Manifest
+++ b/dev-perl/Search-Xapian/Manifest
@@ -1,3 +1,2 @@
 DIST Search-Xapian-1.2.25.0.tar.gz 72097 BLAKE2B 
9e9f54718bf597c7592cc936e23ce4684ba4104f890ee7216e303af9a075eb895459a46d17bd2c32820eb436545a8a9e008b17f83fa586bf3e9160d80813872d
 SHA512 
2bb0bea59ddfd8159df0b3051034ca28478cb74832cfe7a103b8a4dbeddbd41f6223be6ad56eb3dcb8c7a785d2f7d500844c41f35da3997a843b3ba624a4e795
-DIST Search-Xapian-1.2.25.2.tar.gz 72424 BLAKE2B 
b959e1f111def3660f17669e49dfa9bff95bc421bdde35dac22d5cad4d350057cf7b077f030797158c3ae6c7c292775f44e88381e685b9fb5e8364bef3d03403
 SHA512 
92b92f28cf50d162905ef230a28956a4e57d3baca81d227751e905756239be0f843b58f38a8dfdb6c8b6ae827e37a60d7df7022cfab43164293223dd430d4d2d
 DIST Search-Xapian-1.2.25.4.tar.gz 75336 BLAKE2B 
06e3fe3871f00c173f4c24303b33eb046867dda1274535c1d22b98027804df19b3dc6b80d6213c2090e05362c508d0e41b55cdc165ccedd8a45bfff19d4fe07b
 SHA512 
14d34641583fb3cce3e7cd4b16e5001be9c7808d07e4942b4842196f36906649053d1ff522a5a1b82200ecd714c55afaf7bd653bf7df9a462db91d05cd12cb01

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.2.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.2.ebuild
deleted file mode 100644
index 813d6bce14f..000
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=OLLY
-inherit perl-module toolchain-funcs versionator
-
-VERSION=$(get_version_component_range 1-3)
-
-SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz";
-DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/xapian:0/1.2.22
-   !dev-libs/xapian-bindings[perl]"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( dev-perl/Devel-Leak )
-"
-
-DIST_TEST=do
-# parallel fails sometimes...
-
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
-
-src_install() {
-   perl-module_src_install
-
-   use examples && {
-   docinto examples
-   dodoc "${S}"/examples/*
-   }
-}



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

2021-08-06 Thread Andreas K. Hüttel
commit: 7725f1ef8dd4a4290150128203f764148701db3f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:30:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:33:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7725f1ef

dev-perl/Set-Crontab: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...-Crontab-1.30.0.ebuild => Set-Crontab-1.30.0-r1.ebuild} | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Set-Crontab/Set-Crontab-1.30.0.ebuild 
b/dev-perl/Set-Crontab/Set-Crontab-1.30.0-r1.ebuild
similarity index 51%
rename from dev-perl/Set-Crontab/Set-Crontab-1.30.0.ebuild
rename to dev-perl/Set-Crontab/Set-Crontab-1.30.0-r1.ebuild
index 3b8d2bd1ef4..45261e941c7 100644
--- a/dev-perl/Set-Crontab/Set-Crontab-1.30.0.ebuild
+++ b/dev-perl/Set-Crontab/Set-Crontab-1.30.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR="AMS"
-MODULE_VERSION="1.03"
+DIST_AUTHOR=AMS
+DIST_VERSION="1.03"
 
 inherit perl-module
 
@@ -12,9 +12,3 @@ DESCRIPTION="Expand crontab(5)-style integer lists"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
-
-SRC_TEST="do"



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

2021-08-06 Thread Andreas K. Hüttel
commit: c4ab2809b89d1c2f59b72a8b2c304b57199b47f9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:32:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:33:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ab2809

dev-perl/Set-Infinite: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...inite-0.650.0-r1.ebuild => Set-Infinite-0.650.0-r2.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Set-Infinite/Set-Infinite-0.650.0-r1.ebuild 
b/dev-perl/Set-Infinite/Set-Infinite-0.650.0-r2.ebuild
similarity index 58%
rename from dev-perl/Set-Infinite/Set-Infinite-0.650.0-r1.ebuild
rename to dev-perl/Set-Infinite/Set-Infinite-0.650.0-r2.ebuild
index 78be9070595..0e520b3caf9 100644
--- a/dev-perl/Set-Infinite/Set-Infinite-0.650.0-r1.ebuild
+++ b/dev-perl/Set-Infinite/Set-Infinite-0.650.0-r2.ebuild
@@ -1,16 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=FGLOCK
-MODULE_VERSION=0.65
+DIST_AUTHOR=FGLOCK
+DIST_VERSION=0.65
 inherit perl-module
 
 DESCRIPTION="Sets of intervals"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-SRC_TEST=do



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

2021-08-06 Thread Andreas K. Hüttel
commit: eb5bb1fd259daa99e7b308968d6b61ef0124eb2d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:16:55 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:32:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5bb1fd

dev-perl/SDL: Version bump 2.548

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/SDL/Manifest   |  1 +
 dev-perl/SDL/SDL-2.548.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/SDL/Manifest b/dev-perl/SDL/Manifest
index 5d0e7c96d54..83c16e2e87a 100644
--- a/dev-perl/SDL/Manifest
+++ b/dev-perl/SDL/Manifest
@@ -1 +1,2 @@
 DIST SDL-2.546.tar.gz 2487053 BLAKE2B 
c0856c844fd94338f7fe9cd1a20f7e7889cf73ac0c4018bca55b4fc630555b344cebe5158db5fb369ae6cbdaa5471a6681aadd71b788bee044fb367b0b12f9aa
 SHA512 
7f7015c90a277b91951a2357bcdf7c3f2f930270d211657c903240ed4529f408c200337ca79e4971eb3912da28ebf1e950053ce4d763c2599c701444c618c71a
+DIST SDL-2.548.tar.gz 2487708 BLAKE2B 
1d17c5ffc8d966fd06b282632de1f504548df9c67754788e5dcbe2144057aa9d463a88e01b33b0f265a821cfb24847bafc1cb1215cdd6282cc29ff3aacea6c3c
 SHA512 
bafc49dddb7e592861f822920915c73bf0c5eea3a6c567623b48a2332c7644caf1451e457545eadea5e314b23bcd85a3f3a52c770abfd498c0e4c0feae85

diff --git a/dev-perl/SDL/SDL-2.548.0.ebuild b/dev-perl/SDL/SDL-2.548.0.ebuild
new file mode 100644
index 000..0b31240e7f7
--- /dev/null
+++ b/dev-perl/SDL/SDL-2.548.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=FROGGS
+DIST_VERSION=2.548
+inherit perl-module
+
+DESCRIPTION="Simple DirectMedia Layer (SDL) bindings for perl"
+HOMEPAGE="http://sdl.perl.org/ http://search.cpan.org/dist/SDL/ 
https://github.com/PerlGameDev/SDL";
+
+LICENSE="GPL-2 OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+RDEPEND="
+   >=dev-perl/Alien-SDL-1.446
+   dev-perl/Capture-Tiny
+   >=virtual/perl-CPAN-1.920.0
+   >=virtual/perl-ExtUtils-CBuilder-0.260.301
+   >=dev-perl/File-ShareDir-1.0.0
+   >=dev-perl/Module-Build-0.400.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Tie-Simple
+   media-libs/libpng:0
+   media-libs/libsdl
+   media-libs/sdl-gfx
+   media-libs/sdl-image
+   media-libs/sdl-mixer
+   media-libs/sdl-pango
+   media-libs/sdl-ttf
+   media-libs/smpeg
+   media-libs/tiff:0
+   virtual/glu
+   virtual/jpeg:0
+   virtual/opengl
+"
+BDEPEND="${RDEPEND}
+   test? (
+   >=dev-perl/Test-Most-0.210.0
+   )
+"
+
+mydoc='CHANGELOG README TODO'
+
+PATCHES=( "${FILESDIR}"/${PN}-2.546-pointer.patch )



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

2021-08-06 Thread Andreas K. Hüttel
commit: fe7c2354461117952113584460f2e447138f49dc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:02:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:32:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7c2354

dev-perl/Scalar-Properties: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...1.100.860-r1.ebuild => Scalar-Properties-1.100.860-r2.ebuild} | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild 
b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r2.ebuild
similarity index 78%
rename from dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild
rename to dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r2.ebuild
index cbcdea4fd64..8e256fbce1c 100644
--- a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild
+++ b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r2.ebuild
@@ -1,16 +1,13 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=MARCEL
-MODULE_VERSION=1.100860
+DIST_AUTHOR=MARCEL
+DIST_VERSION=1.100860
 inherit perl-module
 
 DESCRIPTION="run-time properties on scalar variables"
 
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE=""
-
-SRC_TEST="do"



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

2021-08-06 Thread Andreas K. Hüttel
commit: 58049f5505c591c61b4b7f375990d8321bee1e41
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:08:26 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:32:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58049f55

dev-perl/Scope-Guard: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...cope-Guard-0.210.0.ebuild => Scope-Guard-0.210.0-r1.ebuild} | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild 
b/dev-perl/Scope-Guard/Scope-Guard-0.210.0-r1.ebuild
similarity index 74%
rename from dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
rename to dev-perl/Scope-Guard/Scope-Guard-0.210.0-r1.ebuild
index 4f5ff7b754f..3763e102c70 100644
--- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
+++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=CHOCOLATE
 DIST_VERSION=0.21
@@ -11,11 +11,3 @@ DESCRIPTION="Lexically scoped resource management"
 
 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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( virtual/perl-Test-Simple )
-"



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

2021-08-06 Thread Andreas K. Hüttel
commit: 5498ec7836c8ccd5466e5e72462f96e6b01da72e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:10:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:32:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5498ec78

dev-perl/Scope-Upper: Version bump 0.32

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Scope-Upper/Manifest   |  1 +
 dev-perl/Scope-Upper/Scope-Upper-0.320.0.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/dev-perl/Scope-Upper/Manifest b/dev-perl/Scope-Upper/Manifest
index a38f8c3d85d..3da3e66a609 100644
--- a/dev-perl/Scope-Upper/Manifest
+++ b/dev-perl/Scope-Upper/Manifest
@@ -1 +1,2 @@
 DIST Scope-Upper-0.30.tar.gz 95297 BLAKE2B 
99c8f7f8e01dd841928452b23a31765873c69b5fdf7e0b8549d8fff40f164eca3b67ba8a01fc8dad0eb810467622f8efdcf7cbce41b78a2bf48d7ff99b4d1c81
 SHA512 
ba766f6f257293d8ec7cca72bfd216a5e3d8b052ebf5a6d74626060c847e3f2d2247056ce96ef83f0a170b2db974a66ac22cf54c8fbb785ec9aba8d984163c0a
+DIST Scope-Upper-0.32.tar.gz 95563 BLAKE2B 
4c0044023360f9f27c80fa5075f538b5410774de1e2a3f2027fc3e79ee857629209cfc91ec81cfc8fd7e08e65f0a31dd148aca5a6fa1fd200188f5399abcd58b
 SHA512 
92fbc9b2e49bc1f6c66a4f10519c508ede36ba6266781397f93bd48310ae36b454112c59794f0346b8c915cfe106d2a4f673ecf20e7a2b8f11e504539691bda4

diff --git a/dev-perl/Scope-Upper/Scope-Upper-0.320.0.ebuild 
b/dev-perl/Scope-Upper/Scope-Upper-0.320.0.ebuild
new file mode 100644
index 000..796c11ba568
--- /dev/null
+++ b/dev-perl/Scope-Upper/Scope-Upper-0.320.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=VPIT
+DIST_VERSION=0.32
+
+inherit perl-module
+
+DESCRIPTION="Act on upper scopes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Schedule-Cron-Events/

2021-08-06 Thread Andreas K. Hüttel
commit: 6d0e147ada2bcef78d7c860b89a866ca4148455d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:07:17 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:32:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0e147a

dev-perl/Schedule-Cron-Events: Version bump 1.96

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Schedule-Cron-Events/Manifest |  1 +
 .../Schedule-Cron-Events-1.960.0.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Schedule-Cron-Events/Manifest 
b/dev-perl/Schedule-Cron-Events/Manifest
index 19a28ff04c9..cdeefd8358f 100644
--- a/dev-perl/Schedule-Cron-Events/Manifest
+++ b/dev-perl/Schedule-Cron-Events/Manifest
@@ -1 +1,2 @@
 DIST Schedule-Cron-Events-1.95.tar.gz 11350 BLAKE2B 
45d99c95f5872f8c44e95b46e1d91e9a99593147574f9c20f79029766d24550cf5cedfc7ebbfbb6c63b7ee18999d67168d599bbd6f3e970587353fe7242a4e5c
 SHA512 
19717a03112d168f2ae37dd9da6a99cb1b39e17a7af770623bb6fa89f5e82f5bcb54f3840ffc902005ec5c78a1cf37539c537961bd1b080350b95ddedd884dbe
+DIST Schedule-Cron-Events-1.96.tar.gz 25810 BLAKE2B 
1c19552b757ab060eb6ed6a21643f517435d8d247bd235e52aeeb3ee45f382f81fe2226a587a94a7ce2f9065ba4972487dc8a9f8aed560e31fdebaddc8931ce5
 SHA512 
d8aa687da7812f3f6aaf685609965931fc8d41cc0998bd6ea54b81a3d12403806be365fd4ec35f6d447c1baf225c6434f731ccf5c58f8dbb27c0ca4784803a52

diff --git a/dev-perl/Schedule-Cron-Events/Schedule-Cron-Events-1.960.0.ebuild 
b/dev-perl/Schedule-Cron-Events/Schedule-Cron-Events-1.960.0.ebuild
new file mode 100644
index 000..3fff382c280
--- /dev/null
+++ b/dev-perl/Schedule-Cron-Events/Schedule-Cron-Events-1.960.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ATOOMIC
+DIST_VERSION=1.96
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Take a line from a crontab and find out when events will occur"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   virtual/perl-Time-Local
+   dev-perl/Set-Crontab
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Data-Dumper
+   virtual/perl-Test
+   virtual/perl-Test-Simple
+   dev-perl/Test-Deep
+   )
+"
+
+src_prepare() {
+   perl-module_src_prepare
+   mkdir "${S}"/examples/ || die
+   mv "${S}/cron_event_predict.plx" "${S}/examples/cron_event_predict.plx" 
|| die
+   sed -i 's|^cron_event_predict.plx|examples/cron_event_predict.plx|' 
"${S}"/MANIFEST || die
+   sed -i "/cron_event_predict.plx/d" Makefile.PL || die
+}



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

2021-08-06 Thread Andreas K. Hüttel
commit: 571819ec96a801eb7a8c49f457e8c3e75aa19514
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 19:04:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 19:32:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571819ec

dev-perl/Schedule-At: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...ule-At-1.150.0-r2.ebuild => Schedule-At-1.150.0-r3.ebuild} | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild 
b/dev-perl/Schedule-At/Schedule-At-1.150.0-r3.ebuild
similarity index 69%
rename from dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild
rename to dev-perl/Schedule-At/Schedule-At-1.150.0-r3.ebuild
index ab709fe7cfb..cacda534887 100644
--- a/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild
+++ b/dev-perl/Schedule-At/Schedule-At-1.150.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=JOSERODR
 DIST_VERSION=1.15
@@ -11,7 +11,8 @@ DESCRIPTION="OS independent interface to the Unix 'at' 
command"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-RDEPEND="sys-process/at"
-DEPEND="${RDEPEND}"
+RDEPEND="
+   sys-process/at
+"
+BDEPEND="${RDEPEND}"



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

2021-08-06 Thread Andreas K. Hüttel
commit: e7b0114164283c266d7a246b824dfe906881b93c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  6 21:25:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 21:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b01141

sys-libs/glibc: Run compiler tests only when compiling

Bug: https://bugs.gentoo.org/786570
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-2.34.ebuild | 2 +-
 sys-libs/glibc/glibc-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.34.ebuild b/sys-libs/glibc/glibc-2.34.ebuild
index e0e45501086..b9c6d96cb9f 100644
--- a/sys-libs/glibc/glibc-2.34.ebuild
+++ b/sys-libs/glibc/glibc-2.34.ebuild
@@ -678,7 +678,7 @@ sanity_prechecks() {
fi
 
# When we actually have to compile something...
-   if ! just_headers ; then
+   if ! just_headers && [[ ${MERGE_TYPE} != "binary" ]] ; then
ebegin "Checking gcc for __thread support"
if ! eend $(want__thread ; echo $?) ; then
echo

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 60bd75d08ac..564367df0b9 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -678,7 +678,7 @@ sanity_prechecks() {
fi
 
# When we actually have to compile something...
-   if ! just_headers ; then
+   if ! just_headers && [[ ${MERGE_TYPE} != "binary" ]] ; then
ebegin "Checking gcc for __thread support"
if ! eend $(want__thread ; echo $?) ; then
echo



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Scalar-List-Utils/

2021-08-06 Thread Andreas K. Hüttel
commit: 6b470e25a07444807b64910d6695432d8c489bd6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:41:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b470e25

virtual/perl-Scalar-List-Utils: drop 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Scalar-List-Utils-1.500.0-r2.ebuild  | 15 ---
 1 file changed, 15 deletions(-)

diff --git 
a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.500.0-r2.ebuild 
b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.500.0-r2.ebuild
deleted file mode 100644
index 3c5e6f5627a..000
--- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.500.0-r2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as 
Scalar::List::Utils"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Sys-Syslog/

2021-08-06 Thread Andreas K. Hüttel
commit: 5f489fdd863bb26e0ac15e8937122e6f8e1cbdd7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:43:25 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:24:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f489fdd

virtual/perl-Sys-Syslog: drop 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.350.0-r3.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.350.0-r3.ebuild 
b/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.350.0-r3.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.350.0-r3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/

2021-08-06 Thread Andreas K. Hüttel
commit: 93eb77165b07f6a9aa27c1f5098440365e24dfd8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 17:58:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93eb7716

virtual/perl-Math-BigInt: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Math-BigInt/perl-Math-BigInt-1.999.816.ebuild| 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.816.ebuild 
b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.816.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.816.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt-FastCalc/

2021-08-06 Thread Andreas K. Hüttel
commit: 18291af427f86b61132a5b7ea624e9084c0ee93a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 17:59:15 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18291af4

virtual/perl-Math-BigInt-FastCalc: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Math-BigInt-FastCalc-0.500.800.ebuild| 15 ---
 1 file changed, 15 deletions(-)

diff --git 
a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.500.800.ebuild 
b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.500.800.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- 
a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.500.800.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-podlators/

2021-08-06 Thread Andreas K. Hüttel
commit: 4ccf92d21d9895d1746aea02727a8a6f64c077d4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:38:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccf92d2

virtual/perl-podlators: drop 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-podlators/perl-podlators-4.110.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-podlators/perl-podlators-4.110.0.ebuild 
b/virtual/perl-podlators/perl-podlators-4.110.0.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-podlators/perl-podlators-4.110.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] data/api:master commit in: files/overlays/

2021-08-06 Thread Michał Górny
commit: 3553769aa1a1234271bd27c01caaf0a9adc4b477
Author: swirl  swurl  xyz>
AuthorDate: Tue Aug  3 18:09:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  6 20:33:50 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=3553769a

repositories: update domain for swirl repository

Closes: https://github.com/gentoo/api-gentoo-org/pull/416
Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 9637b10..6daacb9 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4094,15 +4094,14 @@
 Overlay for software I use or made
 https://github.com/binex-dsk/ebuilds
 
-  roa...@protonmail.com
+  sw...@swurl.xyz
   Carson Rueter
 
 https://github.com/binex-dsk/ebuilds.git
 git://github.com/binex-dsk/ebuilds.git
 g...@github.com:binex-dsk/ebuilds.git
-https://git.funny.cl/swirl/ebuilds.git
-git://git.funny.cl/swirl/ebuilds.git
-gi...@git.funny.cl:swirl/ebuilds.git
+https://git.swurl.xyz/swirl/ebuilds.git
+gi...@git.swurl.xyz:swirl/ebuilds.git
 https://github.com/binex-dsk/ebuilds/commits/master.atom
   
   



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Safe/

2021-08-06 Thread Andreas K. Hüttel
commit: 0a4f0d90092f85a4a6c9cf03a34266b64d6ec0f8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:41:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f0d90

virtual/perl-Safe: drop 5.30 and 5.32.0 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-Safe/perl-Safe-2.400.0-r3.ebuild | 15 ---
 virtual/perl-Safe/perl-Safe-2.410.0-r1.ebuild | 15 ---
 2 files changed, 30 deletions(-)

diff --git a/virtual/perl-Safe/perl-Safe-2.400.0-r3.ebuild 
b/virtual/perl-Safe/perl-Safe-2.400.0-r3.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Safe/perl-Safe-2.400.0-r3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"

diff --git a/virtual/perl-Safe/perl-Safe-2.410.0-r1.ebuild 
b/virtual/perl-Safe/perl-Safe-2.410.0-r1.ebuild
deleted file mode 100644
index 9a70ee8a988..000
--- a/virtual/perl-Safe/perl-Safe-2.410.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.32.0* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Socket/

2021-08-06 Thread Andreas K. Hüttel
commit: 778afd6436abbefb9a570e96e293d6f89b677496
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:42:15 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778afd64

virtual/perl-Socket: drop 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-Socket/perl-Socket-2.27.0-r2.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Socket/perl-Socket-2.27.0-r2.ebuild 
b/virtual/perl-Socket/perl-Socket-2.27.0-r2.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Socket/perl-Socket-2.27.0-r2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Piece/

2021-08-06 Thread Andreas K. Hüttel
commit: 2d9b1725a8cab39fa7a1749f984019c2a2e35f99
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:54:47 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:24:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9b1725

virtual/perl-Time-Piece: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild 
b/virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Thread-Queue/

2021-08-06 Thread Andreas K. Hüttel
commit: 3723afd7dc82a061b9723f82ae56c92d7f7a0918
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:51:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:24:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3723afd7

virtual/perl-Thread-Queue: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild| 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild 
b/virtual/perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-JSON-PP/

2021-08-06 Thread Andreas K. Hüttel
commit: a62468a7522ac214f93a89f42f7975dd1b06549b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 17:58:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62468a7

virtual/perl-JSON-PP: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-JSON-PP/perl-JSON-PP-4.20.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-4.20.0.ebuild 
b/virtual/perl-JSON-PP/perl-JSON-PP-4.20.0.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-JSON-PP/perl-JSON-PP-4.20.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Net-Ping/

2021-08-06 Thread Andreas K. Hüttel
commit: 76e420a32d58ae8fed78c5bbdd48b353b92d68d2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:37:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e420a3

virtual/perl-Net-Ping: drop 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild 
b/virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild
deleted file mode 100644
index 6452c1b5f89..000
--- a/virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/Net-Ping-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Storable/

2021-08-06 Thread Andreas K. Hüttel
commit: 6182489ecdfa7c2bf9c4ba96e3e9ff2705c0a91d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:42:57 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:24:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6182489e

virtual/perl-Storable: drop 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-Storable/perl-Storable-3.150.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Storable/perl-Storable-3.150.0.ebuild 
b/virtual/perl-Storable/perl-Storable-3.150.0.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Storable/perl-Storable-3.150.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-Load-Conditional/

2021-08-06 Thread Andreas K. Hüttel
commit: fe3dd0461aef62dc6ee20f0366fe9a21e23b4638
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:00:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3dd046

virtual/perl-Module-Load-Conditional: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Module-Load-Conditional-0.680.0-r3.ebuild| 15 ---
 1 file changed, 15 deletions(-)

diff --git 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.680.0-r3.ebuild
 
b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.680.0-r3.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.680.0-r3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-parent/

2021-08-06 Thread Andreas K. Hüttel
commit: e47d54f632b5bd198742a87498cbc758a6ea7e55
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:37:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47d54f6

virtual/perl-parent: drop 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-parent/perl-parent-0.237.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-parent/perl-parent-0.237.0.ebuild 
b/virtual/perl-parent/perl-parent-0.237.0.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-parent/perl-parent-0.237.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2021-08-06 Thread Andreas K. Hüttel
commit: 0c5eb4d5f6603bd6758a101f9992a3340f7c3d61
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:54:08 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:24:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5eb4d5

virtual/perl-Time-HiRes: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild
deleted file mode 100644
index a3fbf30ef75..000
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Data-Dumper/

2021-08-06 Thread Andreas K. Hüttel
commit: 29cbe935c631b41a8c80b27497232ee4b0fcaa74
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:36:36 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cbe935

virtual/perl-Data-Dumper: drop 5.30 and 5.32.0 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Data-Dumper/perl-Data-Dumper-2.174.0-r2.ebuild   | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0-r2.ebuild 
b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0-r2.ebuild
deleted file mode 100644
index f0079438793..000
--- a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0-r2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.32.0* =dev-lang/perl-5.30* 
~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2021-08-06 Thread Andreas K. Hüttel
commit: de49b332db2dd366ea68348e3a85c5dc42155a2d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:00:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:23:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de49b332

virtual/perl-Module-CoreList: remove 5.30.3 and 5.32.0 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Module-CoreList-5.202.6.13.0_rc.ebuild | 17 -
 .../perl-Module-CoreList-5.202.6.200.ebuild | 17 -
 2 files changed, 34 deletions(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.13.0_rc.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.13.0_rc.ebuild
deleted file mode 100644
index 7699d239337..000
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.13.0_rc.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-# Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
-# When bumping this package.
-RDEPEND="
-   || ( =dev-lang/perl-5.30.3* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.200.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.200.ebuild
deleted file mode 100644
index d4b2d65d7ae..000
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.200.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-# Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
-# When bumping this package.
-RDEPEND="
-   || ( =dev-lang/perl-5.32.0* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2021-08-06 Thread Andreas K. Hüttel
commit: aba660c0da97bc0f27d07ef8094c0ef0457cb238
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:48:22 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  6 20:24:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba660c0

virtual/perl-Test-Simple: remove 5.30 version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Test-Simple/perl-Test-Simple-1.302.162.ebuild| 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.162.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.162.ebuild
deleted file mode 100644
index 4a8a90199ac..000
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.162.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-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"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !

  1   2   3   4   >