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

2023-10-28 Thread Göktürk Yüksek
commit: 16386cacc79a47aa221091bb09824d29bf6c1664
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Oct 29 05:41:12 2023 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Oct 29 05:43:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16386cac

app-crypt/veracrypt: add 1.25.9

Signed-off-by: Göktürk Yüksek  gentoo.org>

 app-crypt/veracrypt/Manifest   |  1 +
 app-crypt/veracrypt/veracrypt-1.25.9.ebuild|  7 -
 ...crypt-1.25.9.ebuild => veracrypt-1.26.7.ebuild} | 32 +++---
 3 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/app-crypt/veracrypt/Manifest b/app-crypt/veracrypt/Manifest
index 5117b04b2ccb..e8159d9074cf 100644
--- a/app-crypt/veracrypt/Manifest
+++ b/app-crypt/veracrypt/Manifest
@@ -1 +1,2 @@
 DIST veracrypt-1.25.9.tar.gz 26200897 BLAKE2B 
e48f060343f875a0660040dde35fa826ca87c3659d97a039c2b84193276075b4d3596119bde6727e51eead0c876c91a5a1a3ea77717e74061d5d20a4ea1a6fed
 SHA512 
e83bf7ca52d3893347dd06295db0534931f6f388fc6b0f26dc80ffef77f13918bf9558ab8ac2e6225945415f3291646d7c1c8de382dbe8e468ab1e927251982c
+DIST veracrypt-1.26.7.tar.gz 30322472 BLAKE2B 
a71adf9fa5a2aafb9694ccf7a7ac45e6e16cf8277a57f9f52e2fd0ddb2657bd1a28dd4b2c0bf9167298251b4a87ab3f0ca0a8a8424b612be0cd7a4bcc630a438
 SHA512 
1b0fae30e3a8eb20e1ddcf7697f5b1ce947ddc3555442a561e50fe10bd82183ff5b21dc1c06ce2024eecab869fe38616ac47931c880816f814b961bbd1dec8e2

diff --git a/app-crypt/veracrypt/veracrypt-1.25.9.ebuild 
b/app-crypt/veracrypt/veracrypt-1.25.9.ebuild
index 956ede3923c4..b2912a2b9992 100644
--- a/app-crypt/veracrypt/veracrypt-1.25.9.ebuild
+++ b/app-crypt/veracrypt/veracrypt-1.25.9.ebuild
@@ -1,8 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+# Note too treecleaners: This is the last veracrypt version that
+# supports mounting truecrypt volumes. Let's give folks more time than
+# usual to figure out what to do with their existing truecrypt volumes.
+# Please do not treeclean before February 2024 unless it's necessary.
+
 WX_GTK_VER="3.0-gtk3"
 inherit desktop flag-o-matic linux-info pax-utils toolchain-funcs wxwidgets
 

diff --git a/app-crypt/veracrypt/veracrypt-1.25.9.ebuild 
b/app-crypt/veracrypt/veracrypt-1.26.7.ebuild
similarity index 77%
copy from app-crypt/veracrypt/veracrypt-1.25.9.ebuild
copy to app-crypt/veracrypt/veracrypt-1.26.7.ebuild
index 956ede3923c4..e42be259f96c 100644
--- a/app-crypt/veracrypt/veracrypt-1.25.9.ebuild
+++ b/app-crypt/veracrypt/veracrypt-1.26.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-WX_GTK_VER="3.0-gtk3"
+WX_GTK_VER="3.2-gtk3"
 inherit desktop flag-o-matic linux-info pax-utils toolchain-funcs wxwidgets
 
 DESCRIPTION="Disk encryption with strong security based on TrueCrypt"
@@ -15,22 +15,22 @@ S="${WORKDIR}/VeraCrypt-VeraCrypt_${PV}/src"
 #   libzip, chacha-xmm, chacha256, chachaRng, rdrand, t1ha2
 # Tested by actually removing the source files and performing a build
 # For this reason, we don't have to worry about their licenses
-LICENSE="Apache-2.0 BSD truecrypt-3.0"
+LICENSE="Apache-2.0 BSD RSA truecrypt-3.0"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
 IUSE="+asm cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_ssse3 doc X"
 RESTRICT="bindist mirror"
 
 RDEPEND="
-   sys-fs/lvm2
-   sys-fs/fuse:0
-   x11-libs/wxGTK:${WX_GTK_VER}[X?]
app-admin/sudo
-   dev-libs/pkcs11-helper"
+   sys-apps/pcsc-lite
+   sys-fs/fuse:0
+   sys-fs/lvm2
+   x11-libs/wxGTK:${WX_GTK_VER}[X?]"
 DEPEND="${RDEPEND}"
 BDEPEND="
-   virtual/pkgconfig
-   asm? ( dev-lang/yasm )"
+   asm? ( dev-lang/yasm )
+   virtual/pkgconfig"
 
 CONFIG_CHECK="~BLK_DEV_DM ~CRYPTO ~CRYPTO_XTS ~DM_CRYPT ~FUSE_FS"
 
@@ -94,6 +94,18 @@ src_install() {
 }
 
 pkg_postinst() {
+   local version
+
ewarn "VeraCrypt has a very restrictive license. Please be explicitly 
aware"
ewarn "of the limitations on redistribution of binaries or modified 
source."
+
+   # Remove this when we remove veracrypt-1.25.9.ebuild from the tree.
+   for version in ${REPLACING_VERSIONS}; do
+   if ver_test "${version}" -lt "1.26.7"; then
+   ewarn "Starting with 1.26.7, TrueCrypt volumes are no 
longer supported."
+   ewarn "Please explore alternatives such as dm-crypt to 
mount truecrypt volumes."
+   ewarn "Moreover, support for RIPEMD160 and GOST89 is 
dropped."
+   ewarn "Volumes using these algoritms will no longer 
mount."
+   fi
+   done
 }



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

2023-10-28 Thread Michał Górny
commit: dda9667dccbc8c37430855fc0fd8341248521d84
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 05:16:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:16:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda9667d

dev-python/agate-dbf: Enable py3.12

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

 dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild 
b/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild
index ebbcc0e848f3..2dc087caa664 100644
--- a/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild
+++ b/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-10-28 Thread Michał Górny
commit: 7e3b2768e66336673d51866bf65c9cd7dd88c1b4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 05:21:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:21:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3b2768

dev-python/APScheduler: Enable py3.12

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

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

diff --git a/dev-python/APScheduler/APScheduler-3.10.4.ebuild 
b/dev-python/APScheduler/APScheduler-3.10.4.ebuild
index e88623d277c7..87a03126829a 100644
--- a/dev-python/APScheduler/APScheduler-3.10.4.ebuild
+++ b/dev-python/APScheduler/APScheduler-3.10.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-10-28 Thread Michał Górny
commit: 3a675e3e4b88856cef1994f7f9c48798ba5274c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 05:19:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:19:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a675e3e

dev-python/asn1crypto: Add 1.5.1_p20231012 snapshot with py3.12

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

 dev-python/asn1crypto/Manifest |  1 +
 .../asn1crypto/asn1crypto-1.5.1_p20231012.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/asn1crypto/Manifest b/dev-python/asn1crypto/Manifest
index 2b13d8555fa4..54c7d47c3933 100644
--- a/dev-python/asn1crypto/Manifest
+++ b/dev-python/asn1crypto/Manifest
@@ -1 +1,2 @@
 DIST asn1crypto-1.5.1.gh.tar.gz 686175 BLAKE2B 
1e308ac17c36daaa9ca69fc48ccf0465e540b07d96c1a3e6977844994950e2c75061d7b88525b7e46b61e5c725ac4505ada8757d51ac67c72f11f86917fca54b
 SHA512 
1bcb93d82a2602e3b5c66a180f5d16cd3a9731d86d89fbd44c1e23d735e708e9bf9bb6cbabc2a5d60619f51a7c38dfb1f7ed63820f422ccf42800a39f4637626
+DIST asn1crypto-8609892a88f571bc10110603c173832cd100cb44.gh.tar.gz 691008 
BLAKE2B 
d80b51780cad441de5de4ae2e3bcbb53b2062b48ab793a544900f17b883dbbead8b3572f13b942d2def1d66c86dfcfe621f7f1937a863afaebc4974c287e175b
 SHA512 
5d16350861a0ec2ab3fff5c64fe834fa5884c268ade053b6cfd75f4a63b5cffd9538c8824fe379f82c633390d7f622564d6cb5a7826df7eb07fc8adbe903a9c8

diff --git a/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild 
b/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild
new file mode 100644
index ..6b9ee712a85d
--- /dev/null
+++ b/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+EGIT_COMMIT=8609892a88f571bc10110603c173832cd100cb44
+MY_P=${PN}-${EGIT_COMMIT}
+DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic 
API"
+HOMEPAGE="
+   https://github.com/wbond/asn1crypto/
+   https://pypi.org/project/asn1crypto/
+"
+SRC_URI="
+   https://github.com/wbond/asn1crypto/archive/${EGIT_COMMIT}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+distutils_enable_tests unittest



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

2023-10-28 Thread Michał Górny
commit: 8d6207b294de3733d07c8c201a92450d5fed6edb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 05:21:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:21:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6207b2

dev-python/braintree: Remove old

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

 dev-python/braintree/Manifest|  2 --
 dev-python/braintree/braintree-4.21.0.ebuild | 39 
 dev-python/braintree/braintree-4.22.0.ebuild | 39 
 3 files changed, 80 deletions(-)

diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index 2ca6d9a211fa..1d28a3a23c77 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1,3 +1 @@
-DIST braintree_python-4.21.0.gh.tar.gz 220035 BLAKE2B 
e8eb8a51fe5b49675abaf20c0cb3cfefa9129609df70bbf2e74aa4f588ea48014278fe2bb1e76841dbcd19fbc87346bc0b4302910237d5cffd839369465f2597
 SHA512 
409d4d80059f1868b2aa80896b0a082493fe0e1d3c1f76145bf41a1f7c93dc4a3970eb90b9c599584a6a00f3d135f870115daff0fabe9f22dcd1a3c7a16371a5
-DIST braintree_python-4.22.0.gh.tar.gz 220540 BLAKE2B 
d39214fc06dd03fa6115fd99ba00caddd81b64f797fb335606a7c2bf067751771c62c296277ac38b330bf9c61ba5e6ba9134088586bbb520c8713f419ea89e6f
 SHA512 
f4d67b109afd75271e6dd96fda30a7dd03966c083df90fd1c353f8a9d84e357f6054f9d3f1ca0de7b6183d36b7fe55daa26098a701d250c41d096c7c3fa543fb
 DIST braintree_python-4.23.0.gh.tar.gz 220576 BLAKE2B 
23d158c0216a63ce7746a521c339663dc4f1fcc355f3cf65d526c19f7b6a29e49da6a8905059a1410bcf0390c7d44bc267963d68e44e5f4ddc0de57b2500c06f
 SHA512 
e5be83985a6605e68317eafa7533e826d3965707e691791a045f1cbeddded718b21d62e5156c402142228742b13de9859e586b4236865ea675c5c57a3410ffb3

diff --git a/dev-python/braintree/braintree-4.21.0.ebuild 
b/dev-python/braintree/braintree-4.21.0.ebuild
deleted file mode 100644
index c50e26d97b9e..
--- a/dev-python/braintree/braintree-4.21.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=braintree_python-${PV}
-DESCRIPTION="Braintree Python Library"
-HOMEPAGE="
-   https://developer.paypal.com/braintree/docs/reference/overview/
-   https://github.com/braintree/braintree_python/
-   https://pypi.org/project/braintree/
-"
-# no tests in sdist, as of 4.19.0
-SRC_URI="
-   https://github.com/braintree/braintree_python/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/requests-0.11.1[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.md )
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests/unit
-}

diff --git a/dev-python/braintree/braintree-4.22.0.ebuild 
b/dev-python/braintree/braintree-4.22.0.ebuild
deleted file mode 100644
index c50e26d97b9e..
--- a/dev-python/braintree/braintree-4.22.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=braintree_python-${PV}
-DESCRIPTION="Braintree Python Library"
-HOMEPAGE="
-   https://developer.paypal.com/braintree/docs/reference/overview/
-   https://github.com/braintree/braintree_python/
-   https://pypi.org/project/braintree/
-"
-# no tests in sdist, as of 4.19.0
-SRC_URI="
-   https://github.com/braintree/braintree_python/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/requests-0.11.1[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.md )
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests/unit
-}



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

2023-10-28 Thread Michał Górny
commit: 520499bea45b43d43850b1df5a33240b8d6f9f6b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 05:16:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:16:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520499be

dev-python/agate-excel: Enable py3.12

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

 dev-python/agate-excel/agate-excel-0.2.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/agate-excel/agate-excel-0.2.5-r2.ebuild 
b/dev-python/agate-excel/agate-excel-0.2.5-r2.ebuild
index bf09524990f3..d2000ce32855 100644
--- a/dev-python/agate-excel/agate-excel-0.2.5-r2.ebuild
+++ b/dev-python/agate-excel/agate-excel-0.2.5-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-10-28 Thread Michał Górny
commit: ee77ea1a0b36b22defba8998cba99267e2d2def0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 05:20:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:20:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee77ea1a

dev-python/APScheduler: Remove old

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

 dev-python/APScheduler/APScheduler-3.10.1.ebuild | 64 
 dev-python/APScheduler/APScheduler-3.10.2.ebuild | 63 ---
 dev-python/APScheduler/APScheduler-3.10.3.ebuild | 63 ---
 dev-python/APScheduler/Manifest  |  3 --
 4 files changed, 193 deletions(-)

diff --git a/dev-python/APScheduler/APScheduler-3.10.1.ebuild 
b/dev-python/APScheduler/APScheduler-3.10.1.ebuild
deleted file mode 100644
index 28f2bd56e4f2..
--- a/dev-python/APScheduler/APScheduler-3.10.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="
-   https://github.com/agronholm/apscheduler/
-   https://pypi.org/project/APScheduler/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# imports pkg_resources
-RDEPEND="
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/tzlocal-4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/sqlalchemy-1.4[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-tornado[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   # disable test fixtures using external servers (mongodb, redis...)
-   # these fixtures are using markers in git master, so the patch
-   # should be no longer necessary with next major bump
-   "${FILESDIR}"/APScheduler-3.8.1-external-server-tests.patch
-)
-
-EPYTEST_DESELECT=(
-   tests/test_jobstores.py::test_repr_mongodbjobstore
-   tests/test_jobstores.py::test_repr_redisjobstore
-   tests/test_jobstores.py::test_repr_zookeeperjobstore
-)
-
-python_prepare_all() {
-   # suppress setuptools warning #797751
-   sed -e 's|^upload-dir|upload_dir|' -i setup.cfg || die
-   sed -e '/addopts/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p asyncio -p tornado
-}

diff --git a/dev-python/APScheduler/APScheduler-3.10.2.ebuild 
b/dev-python/APScheduler/APScheduler-3.10.2.ebuild
deleted file mode 100644
index c5cde2e53f6b..
--- a/dev-python/APScheduler/APScheduler-3.10.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="
-   https://github.com/agronholm/apscheduler/
-   https://pypi.org/project/APScheduler/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/tzlocal-4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/sqlalchemy-1.4[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-tornado[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   # disable test fixtures using external servers (mongodb, redis...)
-   # these fixtures are using markers in git master, so the patch
-   # should be no longer necessary with next major bump
-   "${FILESDIR}"/APScheduler-3.8.1-external-server-tests.patch
-)
-
-EPYTEST_DESELECT=(
-   tests/test_jobstores.py::test_repr_mongodbjobstore
-   tests/test_jobstores.py::test_repr_redisjobstore
-   tests/test_jobstores.py::test_repr_zookeeperjobstore
-   tests/test_executors.py::test_broken_pool
-)
-
-python_prepare_all() {
-   # suppress setuptools warning #797751
-   sed -e 's|^upload-dir|upload_dir|' -i setup.cfg || die
-   sed -e '/addopts/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p asyncio -p tornado
-}

diff --git a/dev-python/APScheduler/APScheduler-3.10.3.ebuild 
b/dev-python/APScheduler/APScheduler-3.10.3.ebuild
deleted file 

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

2023-10-28 Thread Michał Górny
commit: b7b17dc2a76427172f31b15551690b72df0da979
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:50:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:07:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b17dc2

dev-python/qiskit-aer: Remove unnecessary patch

We do not enforce requirements from `pyproject.toml`, so we do not need
to strip them.

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

 dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild 
b/dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild
index 3ab138008182..2619da85ec7d 100644
--- a/dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild
+++ b/dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild
@@ -55,12 +55,6 @@ BDEPEND="
)
 "
 
-PATCHES=(
-   # Remove cmake dependency from setup.py because of
-   # invalid dependency description. We put this dependency check in 
BDEPEND.
-   "${FILESDIR}"/${PN}-0.12.0-remove-cmake-dependency.patch
-)
-
 distutils_enable_tests pytest
 
 check_openblas() {



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

2023-10-28 Thread Michał Górny
commit: 0b49d3ee141a6bf789f66befc8645887717bcfdb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:50:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 05:07:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b49d3ee

dev-python/qiskit-aer: Strip metapackage dep

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

 .../{qiskit-aer-0.13.0.ebuild => qiskit-aer-0.13.0-r1.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/qiskit-aer/qiskit-aer-0.13.0.ebuild 
b/dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild
similarity index 98%
rename from dev-python/qiskit-aer/qiskit-aer-0.13.0.ebuild
rename to dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild
index 9224a7dcb613..3ab138008182 100644
--- a/dev-python/qiskit-aer/qiskit-aer-0.13.0.ebuild
+++ b/dev-python/qiskit-aer/qiskit-aer-0.13.0-r1.ebuild
@@ -91,6 +91,9 @@ python_prepare_all() {
export DISABLE_DEPENDENCY_INSTALL="ON"
export SKBUILD_CONFIGURE_OPTIONS="-DTEST_JSON=1"
 
+   # remove meaningless dep on the metapackage
+   sed -i -e '/qiskit>=/d' setup.py || die
+
distutils-r1_python_prepare_all
 }
 



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

2023-10-28 Thread Sam James
commit: 08b40d01e9705226bcf7eb7fbe577ba2359d63f9
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 05:06:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 05:06:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b40d01

dev-python/contourpy: disable werror

although we should really handle this in distutils-r1 for meson-python, ala
meson.eclass

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

 dev-python/contourpy/contourpy-1.1.1.ebuild|  4 
 dev-python/contourpy/files/contourpy-1.1.1-no-werror.patch | 11 +++
 2 files changed, 15 insertions(+)

diff --git a/dev-python/contourpy/contourpy-1.1.1.ebuild 
b/dev-python/contourpy/contourpy-1.1.1.ebuild
index 3dcabe49f47f..4f2ad18a7011 100644
--- a/dev-python/contourpy/contourpy-1.1.1.ebuild
+++ b/dev-python/contourpy/contourpy-1.1.1.ebuild
@@ -35,6 +35,10 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.1-no-werror.patch
+)
+
 distutils_enable_tests pytest
 
 python_test() {

diff --git a/dev-python/contourpy/files/contourpy-1.1.1-no-werror.patch 
b/dev-python/contourpy/files/contourpy-1.1.1-no-werror.patch
new file mode 100644
index ..4db618369434
--- /dev/null
+++ b/dev-python/contourpy/files/contourpy-1.1.1-no-werror.patch
@@ -0,0 +1,11 @@
+XXX: We should really just make meson-python in distutils-r1 always disable 
werror.
+--- a/meson.build
 b/meson.build
+@@ -4,7 +4,6 @@ project(
+   default_options: [
+ # meson-python options are set in pyproject.toml
+ 'cpp_std=c++17',
+-'werror=true',
+   ],
+   license: 'BSD-3-Clause',
+   meson_version: '>= 1.2.0',



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

2023-10-28 Thread Sam James
commit: 24eaa6a85784d2bc3ae0cf65dac936847e75e6c6
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 04:49:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:50:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24eaa6a8

sys-apps/systemd: Stabilize 254.5 hppa, #916072

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

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

diff --git a/sys-apps/systemd/systemd-254.5.ebuild 
b/sys-apps/systemd/systemd-254.5.ebuild
index 3fbd0bbf96e1..db2a9282b2be 100644
--- a/sys-apps/systemd/systemd-254.5.ebuild
+++ b/sys-apps/systemd/systemd-254.5.ebuild
@@ -23,7 +23,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 inherit bash-completion-r1 linux-info meson-multilib pam python-single-r1



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

2023-10-28 Thread Michał Górny
commit: acf66c225f9ca3619819b01861c6e4bbbd5dee3d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:41:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 04:41:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf66c22

dev-python/oslo-utils: Remove old

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

 dev-python/oslo-utils/Manifest   |  1 -
 dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild | 61 
 2 files changed, 62 deletions(-)

diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 5da7152d63b5..c5b96cd9ec43 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-6.2.0.tar.gz 103944 BLAKE2B 
b4637cb94c3b4923c5cb2203f78591e4cbe22a0fc71bd9f798277ddf4931adf48944972c782c253ebbd8108fb16f59b8d23b1ae4530d68480e44dec723b26983
 SHA512 
f1c378028775db19a13e5c1879b40742a171001f5044408995ff997cfb9cc7c815476f51744bf09f44c90672247fb2dff8ddc955bcd8749ea0066d5b79d0af34
 DIST oslo.utils-6.2.1.tar.gz 104079 BLAKE2B 
de29980ba15488005b20190b842a499ce5964a231c1350d2e6ed43fdb4cb21909f7a31fcd21761bf01c632b82966ffa8c73ffb69e42f278e7a65d2541ae6b08a
 SHA512 
c72be6521fa15784064c114a972943a583033be6b53b81ab955cc0601c72ef0673e1e732c492bbd798270318ec89932d7a90725f477b1cc123b173f4660d4b2a

diff --git a/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild 
b/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
deleted file mode 100644
index 4ad445ac72b9..
--- a/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
-   https://opendev.org/openstack/oslo.utils/
-   https://github.com/openstack/oslo.utils/
-   https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   sed -i -e '/tzdata/d' requirements.txt || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



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

2023-10-28 Thread Michał Górny
commit: 682394b931f78125f69f4e61ab2a152856d8dacd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:41:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 04:41:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682394b9

dev-python/pandas: Remove old

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

 dev-python/pandas/Manifest |   7 -
 .../pandas/files/pandas-2.1.0-build-system.patch   |  53 -
 dev-python/pandas/pandas-1.5.1.ebuild  | 212 -
 dev-python/pandas/pandas-1.5.2.ebuild  | 212 -
 dev-python/pandas/pandas-2.0.0.ebuild  | 220 -
 dev-python/pandas/pandas-2.0.1.ebuild  | 224 --
 dev-python/pandas/pandas-2.0.2.ebuild  | 227 --
 dev-python/pandas/pandas-2.0.3-r1.ebuild   | 259 -
 dev-python/pandas/pandas-2.1.0.ebuild  | 202 
 9 files changed, 1616 deletions(-)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index 4e29f2fbb812..b7c0dda3d740 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -1,10 +1,3 @@
-DIST pandas-1.5.1.tar.gz 5199286 BLAKE2B 
17d98870f3397d7a9289a18708021a614b1d456e2ea99dae8927727aabb8aab73bd31f25c3035947f8f4c38404e7d971bf999500b300307b19a2cf6029763d0e
 SHA512 
e5f25f21f17f36c6488f14fbfa391beb9f1989652de01cb8346d2826dead9331fea27295ee1e6f42d0875f2f1a91fcd23d606edd339432589bca5ba8d89e5ecd
-DIST pandas-1.5.2.tar.gz 5201551 BLAKE2B 
c6a8156a6c116f1b576837882e4ad4ada6cf21bf72acd673d74bdb1dda4f97f88a5e6422e8f8ad2fbbb85a334cd68cb0abae316d5826c54a85baf8b325ab6183
 SHA512 
1e6b653ff418c839895946123f90fffcfafd57f24dfbd6bae4e9988893b7d57d6276ed101112c8f9730af53f600d006fe3a53bbed597c0376856f2cfc90c1f05
 DIST pandas-1.5.3.tar.gz 5203060 BLAKE2B 
846a6caa8ead6a2556303494f92e2091582d8fcde2aee424fa172c4e29c189a7305261f6a931a20249e969668646ff4a3d605ee1b57785fa3677dfbd137b3602
 SHA512 
3c725c33dcaf78b952d2eb966ced73ff0073162a01d3cbcb722d58d8f12a82163e6e684c27284c735bdfb32dea263b960f70f6a80ff93e6b316316d40835ae35
-DIST pandas-2.0.0.tar.gz 5271334 BLAKE2B 
80782f407cb93866ca445518f45ea36e081b789d72ef597f6501746c41c1bb1000f183a7352e04194401d59c523ab796373445cddd42166c19f9d8cac522f426
 SHA512 
6a960275e03b1171cde1085cc0a853273c35377809eddc75c82bb6deb06c3ed499265efe88012771c86f86872a6f6b2d3e218bcb209259dcfc46781367cd2f51
-DIST pandas-2.0.1.tar.gz 5279594 BLAKE2B 
84dbab2c6079c77eb7f367aaabc2f4d0c8205a3d8bd2e4db9f071cf1d25c53a32f91679ae7ff56e21e76447a675b4f4e7c660708f3e2a7a56753137018239dd6
 SHA512 
ecb150045c82ef649fcdd940c3b45884f0f9f8a51402b331fc247c148f669fe7bece33b331d1ddac84b7fef39d096ad7488057d3772e74d087ea26bb9cac3994
-DIST pandas-2.0.2.tar.gz 5290568 BLAKE2B 
26eb9db6c1c2b4f9ae31b3aae09fc4db930d13e59b2037261eb2e3006a04402bc0a502febe29c0a3e071953bfbf4efac56eddf14bca2e22be0128e82d649a958
 SHA512 
feda98a2f83865d0ecb3fc2c37c927ddcd075f621954758eee26f1e9a0d9d1367ce790972f4ee3fb5928731ac157533345635fed390fdc306541047ab47fda60
-DIST pandas-2.0.3.tar.gz 5284455 BLAKE2B 
42db94dd031ca10c87434f4f903509abf0e6c2c3e3561ae5f5db6db09ebf95996aaa34e1f98a3e33f2b687c69dd1b38dc136d5928da2c096756b6755bf9b31c0
 SHA512 
bee3640521692545cb063b78c85f5ab90817c8029156f97856af4c9edfcc3e13596b48c4c1b4060c92e7e75b3b876d0734f7c1e3b2096d44c52ec09372c99d2e
-DIST pandas-2.1.0.tar.gz 4263970 BLAKE2B 
cae30e74fa227252a4d05a032662f5229d676917720b7cca5a85d91a680f11bca7b0fb8ac79bdf1cd7f580aab99db1bd13571b86510516d10a74b1197abebbd1
 SHA512 
85a64ef7abffdb3a78547942dabfe621d7c8e2cf0da5285e64a9018865fadb037e030d5077a1790acecc1616200f50a777c6ab775b888a72d7fc36cd8855a704
 DIST pandas-2.1.1.tar.gz 4266250 BLAKE2B 
9d8256300db65b606e34b16d7f3884b602794fe3c14d66115056db4a4658603fbe7a7a3082dfc781760517d643d6e21a6d4d43441131ec6aed5965b6fa8a0e9c
 SHA512 
346e13e06805948c569712028c9b8d756c67ca2fab040999a51a4e759206d50d8ee25be38ac3c7cb3d2e692a02d85c1ec198841311fe43cb04b64f2741627a4e
 DIST pandas-2.1.2.tar.gz 4271419 BLAKE2B 
2f22035c9b7d6a0403b28ebe506550328e096f0ed87984dba28d2f49950393ed8a5a3c0c71c5391385d9f5361319431d5de3736f7381eb7670045415b05137a7
 SHA512 
dad04f1fcc5a59485c34ebfed0698fd47ad9eeffafaddf91642c084f4ffde8a55ce543f9dadb6e7a5066b1809489961d34fe3fe8860f64f9bd2d90b445d92063

diff --git a/dev-python/pandas/files/pandas-2.1.0-build-system.patch 
b/dev-python/pandas/files/pandas-2.1.0-build-system.patch
deleted file mode 100644
index 3f858647f919..
--- a/dev-python/pandas/files/pandas-2.1.0-build-system.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 2e8e37e495b85856bb440e67db9a6a72a37cfedd Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Thu, 31 Aug 2023 18:21:26 +0200
-Subject: [PATCH] Fix build system problems
-
-Fix missing dependency for interval library, and workaround duplicate
-__init__.py files.
-
-https://github.com/pandas-dev/pandas/issues/54888

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

2023-10-28 Thread Michał Górny
commit: a8e11c969db16194f270258bbed2600cd40a3a3c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:36:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 04:36:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e11c96

dev-python/constantly: Bump to 23.10.4

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

 dev-python/constantly/Manifest  |  1 +
 dev-python/constantly/constantly-23.10.4.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest
index 97253e8bcc17..12442709a065 100644
--- a/dev-python/constantly/Manifest
+++ b/dev-python/constantly/Manifest
@@ -1 +1,2 @@
 DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B 
d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e
 SHA512 
eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce
+DIST constantly-23.10.4.gh.tar.gz 31245 BLAKE2B 
ebf2c9ea343cc20f8b2f32f0a95e5d10ecbafed5e74b456d4f3ce7e5abb0d0c02ccc41a734d1b04dc79d0d5957474fd317758f062be9a0240d8450dde159d1d0
 SHA512 
465dfc2ae857a956d91d6ae3eadabcde02905c2761ef51dca4d28c7ca47aa11757c773cac2aa082936be4e85f2aa8fac31840d209cdf9d871e73db836cb2e9a5

diff --git a/dev-python/constantly/constantly-23.10.4.ebuild 
b/dev-python/constantly/constantly-23.10.4.ebuild
new file mode 100644
index ..b51827b5ed73
--- /dev/null
+++ b/dev-python/constantly/constantly-23.10.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Symbolic constants in Python"
+HOMEPAGE="
+   https://github.com/twisted/constantly/
+   https://pypi.org/project/constantly/
+"
+SRC_URI="
+   https://github.com/twisted/constantly/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+BDEPEND="
+   dev-python/versioneer[${PYTHON_USEDEP}]
+   test? ( dev-python/twisted[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests unittest



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

2023-10-28 Thread Michał Górny
commit: 083d1d6f98e5233348972a88569b90703bf79431
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:39:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 04:39:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083d1d6f

dev-python/xarray: Remove old

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

 dev-python/xarray/Manifest   |  2 --
 dev-python/xarray/xarray-2023.7.0.ebuild | 58 --
 dev-python/xarray/xarray-2023.8.0.ebuild | 62 
 3 files changed, 122 deletions(-)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index 5664437ec371..3ff08360e33d 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1,4 +1,2 @@
 DIST xarray-2023.10.1.tar.gz 3796343 BLAKE2B 
8c4bcccf977bf22dcb7495a35b507b113cf19c202f4bdd90fb0146b1a8c75d79337f7dedad5d248330a2cc2dcfb07dae4faa60d90e611e1418be530c2ee4
 SHA512 
1fe193fc2fbd31d7478bd3152f8322f0c20e312518d1f607b483d2b9c3c19d84fb175319fa55fc01d5da13ee471c60c1976617e33760d10168d6fc7b556aeac4
-DIST xarray-2023.7.0.tar.gz 3725483 BLAKE2B 
814af19a4c24eb0179441d07bcd6165dee2ed5430a6fd94f4014387b7b7fd4ae250b64124bdda8ca411124ab2276075af65bde2a3ed3dc6d081dd466a485007e
 SHA512 
88863770b22978ba681a2d970453ae087a234fcfb68f047b6020b39841a91207e8d92e01486d58bbeadac8d14608aa0c744ee9b6d54890f52fe3537b28292239
-DIST xarray-2023.8.0.tar.gz 3757528 BLAKE2B 
f94bcf90ee06273e82400f4786af97d5cf0db32ff4070929863d5072056fa4e0a33feaf3d378d9d67eed61f349df3ac96efcd1bb3b455043e01af0abf96bb6b3
 SHA512 
1d712e9fbf266906ac35c199eead77cec76ba5b4b4462140bef2fffd227a52d2cba9670a042cb669b0567320e9308bf81fe4e84c1cfcff234ad2332d72e895a3
 DIST xarray-2023.9.0.tar.gz 3776743 BLAKE2B 
38433f7898db2b53f31db134b110fea743ea5886c33f8f8390b85cda18c1a1d7d178681e4e442ecc39f2f19ae4b761f94b38ccab27e8e20c3463f4364f1222dd
 SHA512 
d6c1e6ff438415766dedada5841413b9c7514dc2b1bf71a4adb17df4d78b68f5f22cded09c20511e4e2e85ac3284c447fc13191397b7ae77d1294d7867e3ac3f

diff --git a/dev-python/xarray/xarray-2023.7.0.ebuild 
b/dev-python/xarray/xarray-2023.7.0.ebuild
deleted file mode 100644
index 2af474fa8025..
--- a/dev-python/xarray/xarray-2023.7.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing pypi
-
-DESCRIPTION="N-D labeled arrays and datasets in Python"
-HOMEPAGE="
-   https://xarray.pydata.org/
-   https://github.com/pydata/xarray/
-   https://pypi.org/project/xarray/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/numpy-1.22[${PYTHON_USEDEP}]
-   >=dev-python/pandas-1.4[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-"
-# note: most of the test dependencies are optional
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/bottleneck[${PYTHON_USEDEP}]
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/toolz[${PYTHON_USEDEP}]
-   !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # warning-targeted tests are fragile and not important to end users
-   xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
-   # TODO: segv in netcdf4-python
-   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-5-5]'
-   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-5-None]'
-   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-None-5]'
-   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-None-None]'
-   
xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip
-   # hangs
-   xarray/tests/test_backends.py::TestDask::test_dask_roundtrip
-)
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p xdist.plugin -n "$(makeopts_jobs)" --dist=worksteal
-}

diff --git a/dev-python/xarray/xarray-2023.8.0.ebuild 
b/dev-python/xarray/xarray-2023.8.0.ebuild
deleted file mode 100644
index 05de843d4fd4..
--- a/dev-python/xarray/xarray-2023.8.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing pypi
-
-DESCRIPTION="N-D labeled arrays and datasets in Python"

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

2023-10-28 Thread Michał Górny
commit: 572cc1856897b4329d9b8fcbc144cc8c497dca63
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:41:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 04:41:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572cc185

dev-python/oslo-serialization: Remove old

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

 dev-python/oslo-serialization/Manifest |  1 -
 .../oslo-serialization-5.1.1.ebuild| 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/oslo-serialization/Manifest 
b/dev-python/oslo-serialization/Manifest
index 4d951b39602c..68f719b0627a 100644
--- a/dev-python/oslo-serialization/Manifest
+++ b/dev-python/oslo-serialization/Manifest
@@ -1,2 +1 @@
-DIST oslo.serialization-5.1.1.tar.gz 34306 BLAKE2B 
bf3f326e05ad86366eed93f144ea1c0736ac3e73f113336446bca1a73446aa913968a77c0ac5083de59426fa6179846bca21bdf53911ee8d7cb6ba39d45d
 SHA512 
a7a9c9d12d6ebf2c99e71f67ad304e2428e889184e0346ae606613a779990b8fa2ef272bb3aea876e8435a6e426b76b5d5a3bee2ad6b3a070c0c4a07a78ddf7c
 DIST oslo.serialization-5.2.0.tar.gz 35123 BLAKE2B 
02dc1538562cdd0b5f601e9899561d44c6a651c514d3b4f00dbf05256e7109f485e1edabf1d69e578b903f177046128ddec944c85f2a2d238be9bf937bbe66d6
 SHA512 
6903b3a57ea3da75be5e22d0d9b5f14c8068be181be1845a5fed106d61e41c1f2288f9a667ec44b068670002b06f7f3f2d22821d34133fe60665f7146d133d22

diff --git a/dev-python/oslo-serialization/oslo-serialization-5.1.1.ebuild 
b/dev-python/oslo-serialization/oslo-serialization-5.1.1.ebuild
deleted file mode 100644
index 146c7a82cef6..
--- a/dev-python/oslo-serialization/oslo-serialization-5.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Serialization library"
-HOMEPAGE="
-   https://opendev.org/openstack/oslo.serialization/
-   https://github.com/openstack/oslo.serialization/
-   https://pypi.org/project/oslo.serialization/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx doc/source \
-   dev-python/openstackdocstheme
-
-python_prepare_all() {
-   # remove spurious rdep on pbr
-   sed -i -e '/pbr/d' requirements.txt || die
-   distutils-r1_python_prepare_all
-}



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

2023-10-28 Thread Michał Górny
commit: 2e68ab7d59b20fb6c901967882a1316eb3fb8051
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 04:40:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 04:40:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e68ab7d

dev-python/numpy: Remove old

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

 dev-python/numpy/Manifest|   3 -
 dev-python/numpy/numpy-1.25.2.ebuild | 178 ---
 dev-python/numpy/numpy-1.26.0.ebuild | 152 --
 3 files changed, 333 deletions(-)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
index a24f29013987..b5bcb73a461f 100644
--- a/dev-python/numpy/Manifest
+++ b/dev-python/numpy/Manifest
@@ -1,4 +1 @@
-DIST numpy-1.25.2-patches.tar.xz 7212 BLAKE2B 
718331b2d9f8380df239bf2ad9c24d79924e08797825d7c8655124a55e059790f96641633cdb42c597646764ca9efcaf277d5f5b75f042f533c28f2a81d5a5a8
 SHA512 
bcc0c55710b8d874e1dd9a57fad5698e09e3c96254922db32a8beeae9a5a54532cb0660d3ce43ca68e70fa7227bca9e0d12a0298aa6972ad2cbcecfe4aee3e85
-DIST numpy-1.25.2.tar.gz 10805282 BLAKE2B 
f138eaf237f3e8052cafbe9fc98b4b62fb0748079df8599fc0950624c856294157410a2ec6fe381eaa8386b1530a39f7037ae1887c9fcfe2e77a3d7ad1ca0171
 SHA512 
6846d558c227329b6e700965ffa4c7886a7ca5f35234a56d734bc8201d19f7ac87d8ea081094bca13685130dce7bfb98ee4aa3a9dbd538288f10f1d9d82fb699
-DIST numpy-1.26.0.tar.gz 15633455 BLAKE2B 
9cd8693d1303bc9ac6d95a6cd57440839adbd648efae7052cf9b73f833eb8ebb2a0ad09fcc638e51b481b4c049a02304eeef34a7566609ae2cbab3278d033a97
 SHA512 
0d500c623b274a219740c78ae2febb32a2f167016a9ff529678526e6b3e89a5b732c41defa23460a5da6f7f89d4a7d827f44fa9a1334c78e204b00ce164fb40c
 DIST numpy-1.26.1.tar.gz 15651806 BLAKE2B 
2b7fe13675b6f11b8f19c2dc671c84418fa959f403ff32c15ae6da37ae8137d062bb47db0180031c90f54451d69d640ec4ebfad0a4eefb32afc55df45c6824ab
 SHA512 
abe5919029fc66961e8f44fdd503b54c291ce75b0d95e3f8bb61ee39a25d62142fbece5734fd7e9cbf65511f9d746fa61796f0d68e6dc2816c0e7747e286e505

diff --git a/dev-python/numpy/numpy-1.25.2.ebuild 
b/dev-python/numpy/numpy-1.25.2.ebuild
deleted file mode 100644
index ee2956f8200c..
--- a/dev-python/numpy/numpy-1.25.2.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=meson-python
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-FORTRAN_NEEDED=lapack
-
-inherit distutils-r1 flag-o-matic fortran-2 multiprocessing pypi 
toolchain-funcs
-
-DESCRIPTION="Fast array and numerical python library"
-HOMEPAGE="
-   https://numpy.org/
-   https://github.com/numpy/numpy/
-   https://pypi.org/project/numpy/
-"
-SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-1.25.2-patches.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="lapack"
-if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
-fi
-
-RDEPEND="
-   lapack? (
-   >=virtual/cblas-3.8
-   >=virtual/lapack-3.8
-   )
-"
-BDEPEND="
-   ${RDEPEND}
-   >=dev-util/meson-1.1.0
-   >=dev-python/cython-0.29.30[${PYTHON_USEDEP}]
-   lapack? (
-   virtual/pkgconfig
-   )
-   test? (
-   $(python_gen_cond_dep '
-   >=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
-   ' 'python*')
-   dev-python/charset-normalizer[${PYTHON_USEDEP}]
-   >=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${WORKDIR}"/${PN}-1.25.2-patches
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   append-flags -fno-strict-aliasing
-
-   distutils-r1_python_prepare_all
-
-   # TODO: Please drop once 1.25.2-meson-pyproject.toml.patch is gone
-   sed -i -e "s:version = \"2.0.0.dev0\":version = \"${PV}\":" 
pyproject.toml || die
-}
-
-python_configure_all() {
-   DISTUTILS_ARGS=(
-   -Dblas=$(usev lapack cblas)
-   -Dlapack=$(usev lapack lapack)
-   )
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Very disk-and-memory-hungry
-   lib/tests/test_io.py::TestSaveTxt::test_large_zip
-   lib/tests/test_io.py::TestSavezLoad::test_closing_fid
-   
lib/tests/test_io.py::TestSavezLoad::test_closing_zipfile_after_load
-
-   # Precision problems
-   
core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_transcendentals
-
-   # Runs the whole test suite recursively, that's just crazy
-   core/tests/test_mem_policy.py::test_new_policy
-
-   # XXX: I've no idea why this ends up being needed in deselect 
and not ignore
-   

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

2023-10-28 Thread Sam James
commit: b5afcfff20f65dcea36883eef57870db3f02949f
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Oct 19 07:24:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5afcfff

dev-db/redis: add 6.2.14

Bug: https://bugs.gentoo.org/915989
Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-db/redis/Manifest|   1 +
 dev-db/redis/redis-6.2.14.ebuild | 195 +++
 2 files changed, 196 insertions(+)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index c722805e4176..15f48b896432 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -1,5 +1,6 @@
 DIST redis-6.2.11.tar.gz 2492990 BLAKE2B 
edf046d86e295878abc5ba46ea6c8048c97f27b90d132ec1318350fa0634bb5e4cd1407757f07ef3c11abcb13b05ccc8a757bc17d7f1c9800644dfc0d2994d77
 SHA512 
9962446d7b1f14524a3007967768b33281dd33706567b8ac56e4cb7d3caa8533bcbc319ea899a163d56567be85cbc03cdcc440d9b1c9707372e10b53d1c1dcd7
 DIST redis-6.2.13.tar.gz 2496004 BLAKE2B 
91b6fcd72c1330aca358443c082967ed6f1ec27ecc2c1ea50e3824fb615a503710e75bac1cdc1c5305b95f2bea3bd43be21646dcbbdab85d401e832a3b5c7eea
 SHA512 
644d02f357300cac3ef632f689dcf1786ad8a2c2ca68202bcd6dc6abfd728cc805e3ad3d99dbbe5503bf2ef5ce0cb8c11d3eab29aed780ae787094562e99c702
+DIST redis-6.2.14.tar.gz 2496149 BLAKE2B 
689a0c3b558e07f43f8b1480fbf7a083184bbc0ccde0b184dc8a1d89ed22bec9694b7c8605ff729c9e9d582e8cf47c8f9cd9ee0794ea15e07cdb0b886e93c116
 SHA512 
140d4b23c20d459b65be8c61996e281222f978b51c52cb048039d741801e4027775ad89ed354dc0dce3d47703a08610adafaf6253fea2f973d5b9d20bc1e59ce
 DIST redis-6.2.7.tar.gz 2487287 BLAKE2B 
06f1b1e16cdf06c38b67c1f1d025da50cc3719688b8c2bf23077d77dd97ea546909043fb65e60478ac3661cc033fa6e8d7a38e361e69eb93ba3db07b7c66
 SHA512 
d113094b8e31754915db7f0317d9b7969e034af3a7bac2ae0cbfad6cc61ba3aae35e9709c435abc1024a96f914df7a760b3cd18d06c375b541cfa837d1c5b953
 DIST redis-7.0.12.tar.gz 2992216 BLAKE2B 
3aad6063d1d757568ebf249868b7728be49483c1e59f55cc84bc6407b1e9957abc68160f2ba2c4479679304cbe3878beba018cfbf89f818c015d3b1481ce9225
 SHA512 
27ed0ab054d262028d236694f323387e3ef0e007de782545878011a7535e188152ed0af898dea4d6c0a7fa385849bbce6a0d85661780cb0e69c7d89dea3825b8
 DIST redis-7.0.13.tar.gz 2993829 BLAKE2B 
fd6902d1a19dddabc6998bd0478f723cc13420807491a97a4ec4bb63046228b87e949a112b8b89f3a3d1d7c1e00dcbc53fcecd3b8b54af7ddfd39d96cb723607
 SHA512 
9abb170864b7c4ccdfd1b3f8cf95ff8ce544e68986da952cf33e0d9ba82097d22de6410271299d94cd180d67ffc5baeda03d471a838fceaa9b5c29844171fb01

diff --git a/dev-db/redis/redis-6.2.14.ebuild b/dev-db/redis/redis-6.2.14.ebuild
new file mode 100644
index ..1a661c7b3d32
--- /dev/null
+++ b/dev-db/redis/redis-6.2.14.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Redis does NOT build with Lua 5.2 or newer at this time:
+#  - 5.3 and 5.4 give:
+# lua_bit.c:83:2: error: #error "Unknown number type, check LUA_NUMBER_* in 
luaconf.h"
+#  - 5.2 fails with:
+# scripting.c:(.text+0x1f9b): undefined reference to `lua_open'
+#because lua_open became lua_newstate in 5.2
+LUA_COMPAT=( lua5-1 luajit )
+
+# Upstream have deviated too far from vanilla Lua, adding their own APIs
+# like lua_enablereadonlytable, but we still need the eclass and such
+# for bug #841422.
+inherit autotools edo flag-o-matic lua-single multiprocessing systemd tmpfiles 
toolchain-funcs
+
+DESCRIPTION="A persistent caching system, key-value, and data structures 
database"
+HOMEPAGE="https://redis.io;
+SRC_URI="https://download.redis.io/releases/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="+jemalloc selinux ssl systemd tcmalloc test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   ${LUA_DEPS}
+   jemalloc? ( >=dev-libs/jemalloc-5.1:= )
+   ssl? ( dev-libs/openssl:0= )
+   systemd? ( sys-apps/systemd:= )
+   tcmalloc? ( dev-util/google-perftools )
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   acct-group/redis
+   acct-user/redis
+   selinux? ( sec-policy/selinux-redis )
+"
+
+BDEPEND="
+   ${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+
+# Tcl is only needed in the CHOST test env
+DEPEND="
+   ${COMMON_DEPEND}
+   test? (
+   dev-lang/tcl:0=
+   ssl? ( dev-tcltk/tls )
+   )"
+
+REQUIRED_USE="?? ( jemalloc tcmalloc )
+   ${LUA_REQUIRED_USE}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.2.1-config.patch
+   "${FILESDIR}"/${PN}-5.0-shared.patch
+   "${FILESDIR}"/${PN}-6.2.3-ppc-atomic.patch
+   "${FILESDIR}"/${PN}-sentinel-5.0-config.patch
+)
+
+src_prepare() {
+   default
+
+   # Copy lua modules into build dir
+   #cp 
"${S}"/deps/lua/src/{fpconv,lua_bit,lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c 
"${S}"/src || die
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/xsimd/, dev-cpp/xsimd/files/

2023-10-28 Thread Sam James
commit: 74a4e9affa766d87af997d9abe0d7b16bc903254
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 04:31:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:31:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a4e9af

dev-cpp/xsimd: don't force -march=native

This both doesn't respect the user's flags and also breaks on some arches
like sparc which lacks -march=native.

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

 dev-cpp/xsimd/files/xsimd-11.1.0-no-march.patch | 71 +
 dev-cpp/xsimd/xsimd-11.1.0-r1.ebuild| 58 
 2 files changed, 129 insertions(+)

diff --git a/dev-cpp/xsimd/files/xsimd-11.1.0-no-march.patch 
b/dev-cpp/xsimd/files/xsimd-11.1.0-no-march.patch
new file mode 100644
index ..77ba1e2f2ef0
--- /dev/null
+++ b/dev-cpp/xsimd/files/xsimd-11.1.0-no-march.patch
@@ -0,0 +1,71 @@
+We both want to respect the user's CFLAGS, but also, not all of our arches 
support
+-march or -mtune.
+--- a/benchmark/CMakeLists.txt
 b/benchmark/CMakeLists.txt
+@@ -30,10 +30,6 @@ include(CheckCXXCompilerFlag)
+ string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
+ 
+ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES 
"GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Intel")
+-if(NOT CMAKE_CXX_FLAGS MATCHES "-march" AND NOT CMAKE_CXX_FLAGS MATCHES 
"-arch" AND NOT CMAKE_OSX_ARCHITECTURES)
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
+-endif()
+-
+ if(NOT MSVC)
+ CHECK_CXX_COMPILER_FLAG("-std=c++11" HAS_CPP11_FLAG)
+ if (ENABLE_XTL_COMPLEX)
+--- a/examples/CMakeLists.txt
 b/examples/CMakeLists.txt
+@@ -26,15 +26,6 @@ else()
+ message(STATUS "Tests build type is ${CMAKE_BUILD_TYPE}")
+ endif()
+ 
+-if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES 
"GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Intel")
+-if (NOT CMAKE_CXX_FLAGS MATCHES "-march" AND NOT CMAKE_CXX_FLAGS MATCHES 
"-arch" AND NOT CMAKE_OSX_ARCHITECTURES)
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native -mtune=native")
+-endif()
+-if(NOT CMAKE_CXX_COMPILER_ID MATCHES Clang) # We are using clang-cl
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
+-endif()
+-endif()
+-
+ add_executable(mandelbrot mandelbrot.cpp ${XSIMD_HEADERS})
+ set_property(TARGET mandelbrot PROPERTY CXX_STANDARD 14)
+ if(ENABLE_XTL_COMPLEX)
+--- a/test/CMakeLists.txt
 b/test/CMakeLists.txt
+@@ -41,10 +41,6 @@ OPTION(XSIMD_ENABLE_WERROR "Turn on -Werror" OFF)
+ 
+ OPTION(CROSS_COMPILE_ARM "cross compile for ARM targets" OFF)
+ 
+-# Note: to compile on ARM (or cross compile), you may need to add the 
following:
+-# -DTARGET_ARCH="armv8-a -mfpu=neon -mfloat-abi=softfp -target 
arm-linux-gnueabi"
+-set(TARGET_ARCH "native" CACHE STRING "Target architecture arguments")
+-
+ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES 
"GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Intel")
+ if (NOT WIN32 AND NOT ANDROID)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wunused-parameter -Wextra 
-Wreorder")
+@@ -79,10 +75,6 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR 
CMAKE_CXX_COMPILER_ID MATCHES "GNU"
+ 
include_directories(/usr/${ARM_ARCH_DIRECTORY}/include/c++/${ARM_GCC_VER}/${ARM_ARCH_DIRECTORY}/)
+ 
include_directories(/usr/${ARM_ARCH_DIRECTORY}/include/c++/${ARM_GCC_VER}/)
+ include_directories(/usr/${ARM_ARCH_DIRECTORY}/include/)
+-if(NOT CMAKE_CXX_FLAGS MATCHES "-march")
+-message(STATUS "SETTING ARCH TO ${TARGET_ARCH}")
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=${TARGET_ARCH}")
+-endif()
+ if(ARM_ARCH_DIRECTORY MATCHES "arm-linux-gnueabi")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mfpu=neon 
-mfloat-abi=softfp -target arm-linux-gnueabi")
+ else ()
+@@ -91,13 +83,9 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR 
CMAKE_CXX_COMPILER_ID MATCHES "GNU"
+ message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
+ message(STATUS "CMAKE_CXX_LINK_EXECUTABLE: 
${CMAKE_CXX_LINK_EXECUTABLE}")
+ elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^ppc64"  OR 
${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64")
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mcpu=${TARGET_ARCH} 
-mtune=${TARGET_ARCH}")
+ elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "riscv64")
+ # Nothing specific
+ elseif(NOT WIN32)
+-if(NOT CMAKE_CXX_FLAGS MATCHES "-march" AND NOT CMAKE_CXX_FLAGS 
MATCHES "-arch" AND NOT CMAKE_OSX_ARCHITECTURES)
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=${TARGET_ARCH}")
+-endif()
+ endif()
+ endif()
+ 

diff --git a/dev-cpp/xsimd/xsimd-11.1.0-r1.ebuild 
b/dev-cpp/xsimd/xsimd-11.1.0-r1.ebuild
new file mode 100644
index ..2df99c4ac6a7
--- /dev/null
+++ b/dev-cpp/xsimd/xsimd-11.1.0-r1.ebuild
@@ -0,0 +1,58 @@
+# 

[gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/

2023-10-28 Thread Sam James
commit: 4524b56f92c172ec4bd83dcd2d9921ca57c6d229
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 04:19:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:19:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4524b56f

net-misc/streamlink: sync live

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

 net-misc/streamlink/streamlink-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/streamlink/streamlink-.ebuild 
b/net-misc/streamlink/streamlink-.ebuild
index 025dd94e32c9..5f7264547893 100644
--- a/net-misc/streamlink/streamlink-.ebuild
+++ b/net-misc/streamlink/streamlink-.ebuild
@@ -52,7 +52,6 @@ BDEPEND="
>=dev-python/setuptools-64[${PYTHON_USEDEP}]
>=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
test? (
-   dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-trio[${PYTHON_USEDEP}]



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

2023-10-28 Thread Sam James
commit: ebed5222738c6ae9b51f736f5d2f31d03035b39f
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Oct 19 07:49:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebed5222

dev-db/redis: add 7.2.2

Bug: https://bugs.gentoo.org/915989
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/33404
Signed-off-by: Sam James  gentoo.org>

 dev-db/redis/Manifest   |   1 +
 dev-db/redis/redis-7.2.2.ebuild | 200 
 2 files changed, 201 insertions(+)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index 6904f774b923..c6eef8ea2a8b 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -8,3 +8,4 @@ DIST redis-7.0.14.tar.gz 2994188 BLAKE2B 
ab4325df8f1af1f7b8c634265a1c7001486c305
 DIST redis-7.0.5.tar.gz 2968205 BLAKE2B 
c319a2f656e4bd26637735ef73e58eecc306e202b57d6da3a38150a02d738a414c6696e261b8ab88033e117aee4f02308aab9ca4a5f382d66ec3a10f3e020580
 SHA512 
16ff920cb8df4d82e78ef34209285024aa98189be8acbca86b10fb3064dcc70eac60206aadece6af08406860ed01a004ce3aaa86be896ea36c7f486686646753
 DIST redis-7.0.9.tar.gz 2984823 BLAKE2B 
9c2e79f40ad14f6412ec4bc79507a32f8780bf4b3a311b87dd309e74b6367536f1c91b8026efc6acb3d750ca7c49687a74660c66d104caa439ef385db3eab230
 SHA512 
e984a19583e4aae0a5dce85a434d3255f4f13725eba0f11a1fe1a1189b17035152a26b65f1a3a8834f0dd8218f4a65986c918f96386120ea9419bd02366c8293
 DIST redis-7.2.1.tar.gz 3383319 BLAKE2B 
92784af3d1df338a8af7475ab7c598309f33f682ad4bb0b827f170c9f20c1a0879b433c6325c90dd6ba17e06e95bf7d8a9a665d6706065ff4c4c8c141d9c93c1
 SHA512 
7df4afd51dceea0edbb999027c84820a6aebdd58d71b2e93a4861120fa2b9c0801a0e61c70e695845dbff4e9b96907a4215dcacf72d3593ad014cfa584b5cad0
+DIST redis-7.2.2.tar.gz 3384618 BLAKE2B 
d169f7cbbba88999d3eb6c9b90c178991e4aac081e877eb8a7f061679e1f80d7055aa884fd5ed01b8907885d5b50f898ce884f2c9ac93b674e870550cf509deb
 SHA512 
1ca6f245d6b224c4fa140e8b8d0911465403ed0a2e369f8a0f6e63495be64b76a4ebd4f214dcc4f5dae90203556d99b7884a0796c35a5c20b38c21cdbd4bd0e7

diff --git a/dev-db/redis/redis-7.2.2.ebuild b/dev-db/redis/redis-7.2.2.ebuild
new file mode 100644
index ..81c1123f7888
--- /dev/null
+++ b/dev-db/redis/redis-7.2.2.ebuild
@@ -0,0 +1,200 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# N.B.: It is no clue in porting to Lua eclasses, as upstream have deviated
+# too far from vanilla Lua, adding their own APIs like lua_enablereadonlytable
+
+inherit autotools edo multiprocessing systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="A persistent caching system, key-value, and data structures 
database"
+HOMEPAGE="
+   https://redis.io
+   https://github.com/redis/redis
+"
+SRC_URI="https://download.redis.io/releases/${P}.tar.gz;
+
+LICENSE="BSD Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="+jemalloc selinux ssl systemd tcmalloc test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   jemalloc? ( >=dev-libs/jemalloc-5.1:= )
+   ssl? ( dev-libs/openssl:0= )
+   systemd? ( sys-apps/systemd:= )
+   tcmalloc? ( dev-util/google-perftools )
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   acct-group/redis
+   acct-user/redis
+   selinux? ( sec-policy/selinux-redis )
+"
+
+BDEPEND="
+   ${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+
+# Tcl is only needed in the CHOST test env
+DEPEND="
+   ${COMMON_DEPEND}
+   test? (
+   dev-lang/tcl:0=
+   ssl? ( dev-tcltk/tls )
+   )"
+
+REQUIRED_USE="?? ( jemalloc tcmalloc )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.2.1-config.patch
+   "${FILESDIR}"/${PN}-7.2.0-system-jemalloc.patch
+   "${FILESDIR}"/${PN}-6.2.3-ppc-atomic.patch
+   "${FILESDIR}"/${PN}-sentinel-7.2.0-config.patch
+   "${FILESDIR}"/${PN}-7.0.4-no-which.patch
+)
+
+src_prepare() {
+   default
+
+   # Respect user CFLAGS in bundled lua
+   sed -i '/LUA_CFLAGS/s: -O2::g' deps/Makefile || die
+
+   # now we will rewrite present Makefiles
+   local makefiles="" MKF
+   local mysedconf=(
+   -e 's:$(CC):@CC@:g'
+   -e 's:$(CFLAGS):@AM_CFLAGS@:g'
+   -e 's: $(DEBUG)::g'
+
+   -e 's:-Werror ::g'
+   -e 's:-Werror=deprecated-declarations ::g'
+   )
+   for MKF in $(find -name 'Makefile' | cut -b 3-); do
+   mv "${MKF}" "${MKF}.in"
+   sed -i "${mysedconf[@]}" "${MKF}.in" || die "Sed failed for 
${MKF}"
+   makefiles+=" ${MKF}"
+   done
+   # autodetection of compiler and settings; generates the modified 
Makefiles
+   cp "${FILESDIR}"/configure.ac-7.0 configure.ac || die
+
+   sed -i \
+   -e "/^AC_INIT/s|, __PV__, |, $PV, |" \
+   -e 

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

2023-10-28 Thread Sam James
commit: 91f0b8ae6c61e55d84387ba66784c0cd96d7f980
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Oct 19 07:29:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f0b8ae

dev-db/redis: add 7.0.14

Bug: https://bugs.gentoo.org/915989
Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-db/redis/Manifest|   1 +
 dev-db/redis/redis-7.0.14.ebuild | 187 +++
 2 files changed, 188 insertions(+)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index 15f48b896432..6904f774b923 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -4,6 +4,7 @@ DIST redis-6.2.14.tar.gz 2496149 BLAKE2B 
689a0c3b558e07f43f8b1480fbf7a083184bbc0
 DIST redis-6.2.7.tar.gz 2487287 BLAKE2B 
06f1b1e16cdf06c38b67c1f1d025da50cc3719688b8c2bf23077d77dd97ea546909043fb65e60478ac3661cc033fa6e8d7a38e361e69eb93ba3db07b7c66
 SHA512 
d113094b8e31754915db7f0317d9b7969e034af3a7bac2ae0cbfad6cc61ba3aae35e9709c435abc1024a96f914df7a760b3cd18d06c375b541cfa837d1c5b953
 DIST redis-7.0.12.tar.gz 2992216 BLAKE2B 
3aad6063d1d757568ebf249868b7728be49483c1e59f55cc84bc6407b1e9957abc68160f2ba2c4479679304cbe3878beba018cfbf89f818c015d3b1481ce9225
 SHA512 
27ed0ab054d262028d236694f323387e3ef0e007de782545878011a7535e188152ed0af898dea4d6c0a7fa385849bbce6a0d85661780cb0e69c7d89dea3825b8
 DIST redis-7.0.13.tar.gz 2993829 BLAKE2B 
fd6902d1a19dddabc6998bd0478f723cc13420807491a97a4ec4bb63046228b87e949a112b8b89f3a3d1d7c1e00dcbc53fcecd3b8b54af7ddfd39d96cb723607
 SHA512 
9abb170864b7c4ccdfd1b3f8cf95ff8ce544e68986da952cf33e0d9ba82097d22de6410271299d94cd180d67ffc5baeda03d471a838fceaa9b5c29844171fb01
+DIST redis-7.0.14.tar.gz 2994188 BLAKE2B 
ab4325df8f1af1f7b8c634265a1c7001486c305d4210e72045e6434207e4a447e67d41fa07bd3cd5a57da173e7f9893bf386b18b556156cf559019573a7c4f8b
 SHA512 
31d851dd72cea7d1e48c0df5646c91a2f7b72696067c017936984c49912f6e846ba6469c1ee8e361e362c8683912a25f6eee3993ed1a73cfe70051e84ad79b8b
 DIST redis-7.0.5.tar.gz 2968205 BLAKE2B 
c319a2f656e4bd26637735ef73e58eecc306e202b57d6da3a38150a02d738a414c6696e261b8ab88033e117aee4f02308aab9ca4a5f382d66ec3a10f3e020580
 SHA512 
16ff920cb8df4d82e78ef34209285024aa98189be8acbca86b10fb3064dcc70eac60206aadece6af08406860ed01a004ce3aaa86be896ea36c7f486686646753
 DIST redis-7.0.9.tar.gz 2984823 BLAKE2B 
9c2e79f40ad14f6412ec4bc79507a32f8780bf4b3a311b87dd309e74b6367536f1c91b8026efc6acb3d750ca7c49687a74660c66d104caa439ef385db3eab230
 SHA512 
e984a19583e4aae0a5dce85a434d3255f4f13725eba0f11a1fe1a1189b17035152a26b65f1a3a8834f0dd8218f4a65986c918f96386120ea9419bd02366c8293
 DIST redis-7.2.1.tar.gz 3383319 BLAKE2B 
92784af3d1df338a8af7475ab7c598309f33f682ad4bb0b827f170c9f20c1a0879b433c6325c90dd6ba17e06e95bf7d8a9a665d6706065ff4c4c8c141d9c93c1
 SHA512 
7df4afd51dceea0edbb999027c84820a6aebdd58d71b2e93a4861120fa2b9c0801a0e61c70e695845dbff4e9b96907a4215dcacf72d3593ad014cfa584b5cad0

diff --git a/dev-db/redis/redis-7.0.14.ebuild b/dev-db/redis/redis-7.0.14.ebuild
new file mode 100644
index ..d951a43f5649
--- /dev/null
+++ b/dev-db/redis/redis-7.0.14.ebuild
@@ -0,0 +1,187 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# N.B.: It is no clue in porting to Lua eclasses, as upstream have deviated
+# too far from vanilla Lua, adding their own APIs like lua_enablereadonlytable
+
+inherit autotools edo flag-o-matic multiprocessing systemd tmpfiles 
toolchain-funcs
+
+DESCRIPTION="A persistent caching system, key-value, and data structures 
database"
+HOMEPAGE="https://redis.io;
+SRC_URI="https://download.redis.io/releases/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="+jemalloc selinux ssl systemd tcmalloc test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   jemalloc? ( >=dev-libs/jemalloc-5.1:= )
+   ssl? ( dev-libs/openssl:0= )
+   systemd? ( sys-apps/systemd:= )
+   tcmalloc? ( dev-util/google-perftools )
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   acct-group/redis
+   acct-user/redis
+   selinux? ( sec-policy/selinux-redis )
+"
+
+BDEPEND="
+   ${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+
+# Tcl is only needed in the CHOST test env
+DEPEND="
+   ${COMMON_DEPEND}
+   test? (
+   dev-lang/tcl:0=
+   ssl? ( dev-tcltk/tls )
+   )"
+
+REQUIRED_USE="?? ( jemalloc tcmalloc )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.2.1-config.patch
+   "${FILESDIR}"/${PN}-5.0-shared.patch
+   "${FILESDIR}"/${PN}-6.2.3-ppc-atomic.patch
+   "${FILESDIR}"/${PN}-sentinel-5.0-config.patch
+   "${FILESDIR}"/${PN}-7.0.4-no-which.patch
+)
+
+src_prepare() {
+   default
+
+   # Append cflag for lua_cjson
+   # 

[gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/

2023-10-28 Thread Sam James
commit: 2e09fa1db696f4327b0d60b88d3b3602d7406ce1
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 04:24:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:24:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e09fa1d

net-misc/streamlink: add 6.3.1

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

 net-misc/streamlink/Manifest |  1 +
 ...treamlink-.ebuild => streamlink-6.3.1.ebuild} | 20 +---
 net-misc/streamlink/streamlink-.ebuild   | 20 +---
 3 files changed, 27 insertions(+), 14 deletions(-)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index 941d1a4fca78..30d4bb556928 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -3,3 +3,4 @@ DIST streamlink-6.0.1.tar.gz 682425 BLAKE2B 
a84c6c1594b78b62c1c20c021c3dde2eae06
 DIST streamlink-6.1.0.tar.gz 686463 BLAKE2B 
cc2890db0181e47bcae9da38eddeaadfd34b29a3d4b8bc2bb4d296289cdb356f9614d4e1edd8b11e23d226115f645399296d5589e42832ad473d9cb96ebfde0f
 SHA512 
24fb549be6088eb913348ae892f694b91a6d6c929a06b9ed0db050e203a020ea9780b217f96d7890b7309d304e9a547c47673b8b3f2588dfedbaa44bb5808e29
 DIST streamlink-6.2.0.tar.gz 690986 BLAKE2B 
5f7cab73ea366580aeb837b8f8a27fa7cd5ca687afa53908900dc9f290a0da916778fda8351acda00f795688b156ca0f37302e67128ce30e9838a45111b88ecd
 SHA512 
2747ebc584caa8ebb2fde5d4f309c911a52fd1a8d2d0e832487e589873c270534e0d0b18120a2db7a68e150e301e57db1e8d63f1d5bb6244f364e9cbd6606213
 DIST streamlink-6.2.1.tar.gz 692446 BLAKE2B 
c1b98ffca37051675a92afc86d12635b538c1b12c023b652a05516faffb289f50b479b38ae48813a4f83d6c881dc7f211e66c6d7f7dd08adcf1a354c9bd15427
 SHA512 
852610d97138cf0a8066f760f747cb32f1d51c8c55b84df5b6a798556343010c2e68ca5d9a8473e8d32f72bc2a5d89f9d90ee70ccced84b6c9408930ed49585a
+DIST streamlink-6.3.1.tar.gz 699073 BLAKE2B 
9d1fc58bd0cf4539369fc9d49230c18ef3b9a783783a517c831089571424412841f9e8925202d32bc4218d7a08e4e53c823fc503199131edb59e8fd69e8d49fa
 SHA512 
a1e50688acd3b99efd20c1ff1d3bda03cb6e6b5566484d29372bc6d08ee4115f8ad2edea2f0a90f5de105edb52689781892f413f4af3d836cdd9e9a364006610

diff --git a/net-misc/streamlink/streamlink-.ebuild 
b/net-misc/streamlink/streamlink-6.3.1.ebuild
similarity index 91%
copy from net-misc/streamlink/streamlink-.ebuild
copy to net-misc/streamlink/streamlink-6.3.1.ebuild
index 5f7264547893..05ac7784a3e8 100644
--- a/net-misc/streamlink/streamlink-.ebuild
+++ b/net-misc/streamlink/streamlink-6.3.1.ebuild
@@ -21,13 +21,16 @@ HOMEPAGE="https://streamlink.github.io/;
 
 if [[ ${PV} != * ]]; then

SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="BSD-2 Apache-2.0"
 SLOT="0"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
 
-DEPEND="
+RDEPEND="
+   media-video/ffmpeg
$(python_gen_cond_dep '
dev-python/certifi[${PYTHON_USEDEP}]
>=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
@@ -40,13 +43,8 @@ DEPEND="
>=dev-python/trio-0.22.0[${PYTHON_USEDEP}]
>=dev-python/trio-websocket-0.9.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
-   >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
')
 "
-RDEPEND="
-   ${DEPEND}
-   media-video/ffmpeg
-"
 BDEPEND="
$(python_gen_cond_dep '
>=dev-python/setuptools-64[${PYTHON_USEDEP}]
@@ -60,4 +58,12 @@ BDEPEND="
')
 "
 
+if [[ ${PV} == * ]]; then
+   RDEPEND+="
+   $(python_gen_cond_dep '
+   >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
+   ')
+   "
+fi
+
 distutils_enable_tests pytest

diff --git a/net-misc/streamlink/streamlink-.ebuild 
b/net-misc/streamlink/streamlink-.ebuild
index 5f7264547893..05ac7784a3e8 100644
--- a/net-misc/streamlink/streamlink-.ebuild
+++ b/net-misc/streamlink/streamlink-.ebuild
@@ -21,13 +21,16 @@ HOMEPAGE="https://streamlink.github.io/;
 
 if [[ ${PV} != * ]]; then

SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="BSD-2 Apache-2.0"
 SLOT="0"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
 
-DEPEND="
+RDEPEND="
+   media-video/ffmpeg
$(python_gen_cond_dep '
dev-python/certifi[${PYTHON_USEDEP}]
>=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
@@ -40,13 +43,8 @@ DEPEND="
>=dev-python/trio-0.22.0[${PYTHON_USEDEP}]
>=dev-python/trio-websocket-0.9.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
-   >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
')
 "
-RDEPEND="
-   ${DEPEND}
-   media-video/ffmpeg
-"
 BDEPEND="

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

2023-10-28 Thread Sam James
commit: 7986226d9ccf99e62a6dbc0acea438f9f9c2faab
Author: Laszlo Gombos  gmail  com>
AuthorDate: Sat Oct 28 00:36:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 04:03:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7986226d

sys-kernel/dracut: add 059_p20231027

Signed-off-by: Laszlo Gombos  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33552
Signed-off-by: Sam James  gentoo.org>

 sys-kernel/dracut/Manifest  |  1 +
 ...acut-.ebuild => dracut-059_p20231027.ebuild} | 21 -
 sys-kernel/dracut/dracut-.ebuild| 21 -
 3 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/sys-kernel/dracut/Manifest b/sys-kernel/dracut/Manifest
index 81aa88d9197f..17aee74d6bd5 100644
--- a/sys-kernel/dracut/Manifest
+++ b/sys-kernel/dracut/Manifest
@@ -1,2 +1,3 @@
 DIST dracut-057.tar.gz 481345 BLAKE2B 
dcf663a1955753256866e9dfa318b0b46a132ea39223ab634d72af1611f7db394c23c1bb4326979a5ee919df6ce3b107c955c9c77ce1ec4f99de835352932901
 SHA512 
8acdc8db2233a9abbaeea218cc5b1be68c4985088995f42624750783f8d40ecbb7fa97ab4f6468f67c079c8418590ace317c143a92d9305640b48c7c0edd4089
 DIST dracut-059.tar.gz 486487 BLAKE2B 
86bbe18875cd3507e187b724cab212dc82e1daca7cedf79aeef13c34601adfff72bf2c0ba4c652e715b43c9a16f7be6a4a2b29dc75bef014640e1ec07c8d455b
 SHA512 
196bc8bf18703c72bffb51a7e0493719c58173ad2da7d121eb42f9a8de47e953af36d109214dc4a10b2dc2d3bd19e844f7f51c2bdec087e064ea11f75124032d
+DIST dracut-059_p20231027.tar.gz 491099 BLAKE2B 
02c5de4577bc5fc87fd11b7b9760b0f1a4a83ed7ef1fc2de22ea3f9588e9b03b347c1be4f26965d26ab8b88736b0da70e01ecb4a50c2951d1ec4009222aaa97a
 SHA512 
da26c798f8c3856f7b9488278f26f1f392e6f6e1863bd6bb590f940854cde6633a45cf60acf52a2a184a1a47250a23e6ee53cb3f5fa759eb0146a4c0d172c07e

diff --git a/sys-kernel/dracut/dracut-.ebuild 
b/sys-kernel/dracut/dracut-059_p20231027.ebuild
similarity index 88%
copy from sys-kernel/dracut/dracut-.ebuild
copy to sys-kernel/dracut/dracut-059_p20231027.ebuild
index 904e988502bc..56fe81dd7349 100644
--- a/sys-kernel/dracut/dracut-.ebuild
+++ b/sys-kernel/dracut/dracut-059_p20231027.ebuild
@@ -3,25 +3,30 @@
 
 EAPI=8
 
-inherit bash-completion-r1 linux-info optfeature systemd toolchain-funcs
+inherit bash-completion-r1 edo linux-info optfeature systemd toolchain-funcs
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/dracutdevs/dracut;
 else
-   if [[ "${PV}" != *_rc* ]]; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~sparc ~x86"
+   if [[ ${PV} == *_p* ]] ; then
+   EGIT_COMMIT="b2af8c8bcfc72802e02e2c0adc2eed9279101624"
+   
SRC_URI="https://github.com/dracutdevs/dracut/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
+   else
+   
SRC_URI="https://github.com/dracutdevs/dracut/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
fi
-   
SRC_URI="https://github.com/dracutdevs/dracut/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
 DESCRIPTION="Generic initramfs generation tool"
-HOMEPAGE="https://dracut.wiki.kernel.org;
+HOMEPAGE="https://github.com/dracutdevs/dracut/wiki;
 
 LICENSE="GPL-2"
 SLOT="0"
+if [[ "${PV}" != *_rc* ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
+fi
 IUSE="selinux test"
-
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -63,7 +68,6 @@ QA_MULTILIB_PATHS="usr/lib/dracut/.*"
 
 PATCHES=(
"${FILESDIR}"/gentoo-ldconfig-paths-r1.patch
-   "${FILESDIR}"/gentoo-network-r1.patch
 )
 
 src_configure() {
@@ -76,8 +80,7 @@ src_configure() {
 
tc-export CC PKG_CONFIG
 
-   echo ./configure "${myconf[@]}"
-   ./configure "${myconf[@]}" || die
+   edo ./configure "${myconf[@]}"
 
if [[ ${PV} !=  && ! -f dracut-version.sh ]] ; then
# Source tarball from github doesn't include this file

diff --git a/sys-kernel/dracut/dracut-.ebuild 
b/sys-kernel/dracut/dracut-.ebuild
index 904e988502bc..cb88e1e52e74 100644
--- a/sys-kernel/dracut/dracut-.ebuild
+++ b/sys-kernel/dracut/dracut-.ebuild
@@ -3,25 +3,30 @@
 
 EAPI=8
 
-inherit bash-completion-r1 linux-info optfeature systemd toolchain-funcs
+inherit bash-completion-r1 edo linux-info optfeature systemd toolchain-funcs
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/dracutdevs/dracut;
 else
-   if [[ "${PV}" != *_rc* ]]; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~sparc ~x86"
+   if [[ ${PV} == *_p* ]] ; then
+   EGIT_COMMIT="b2af8c8bcfc72802e02e2c0adc2eed9279101624"
+   
SRC_URI="https://github.com/dracutdevs/dracut/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+   

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

2023-10-28 Thread Sam James
commit: 1f09ccbfa83fadf4680c7980efbbaf73b51a8d28
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:52:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:52:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f09ccbf

dev-python/oslo-utils: Stabilize 6.2.1-r1 x86, #914950

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

 dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild 
b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
index a9985c82698c..9eb5ffdbf7a9 100644
--- a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]



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

2023-10-28 Thread Sam James
commit: 353f82cc7e99e6285c0ed100cfffeb263b86c8fe
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:52:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:52:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353f82cc

dev-python/oslo-serialization: Stabilize 5.2.0-r1 x86, #914949

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

 dev-python/oslo-serialization/oslo-serialization-5.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-serialization/oslo-serialization-5.2.0-r1.ebuild 
b/dev-python/oslo-serialization/oslo-serialization-5.2.0-r1.ebuild
index be3efb275983..5397788fc7af 100644
--- a/dev-python/oslo-serialization/oslo-serialization-5.2.0-r1.ebuild
+++ b/dev-python/oslo-serialization/oslo-serialization-5.2.0-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]



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

2023-10-28 Thread Sam James
commit: 3a537ed201793810edd4042ab98f92fc4261dfc9
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a537ed2

dev-python/pandas: Stabilize 2.1.1 arm, #915281

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

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

diff --git a/dev-python/pandas/pandas-2.1.1.ebuild 
b/dev-python/pandas/pandas-2.1.1.ebuild
index fa83e845a694..35ddabe58c4a 100644
--- a/dev-python/pandas/pandas-2.1.1.ebuild
+++ b/dev-python/pandas/pandas-2.1.1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
 IUSE="full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: 620063a62091c17f78c648fd73325b38788a3099
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620063a6

dev-python/tzdata: Stabilize  ppc64, #913988

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

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

diff --git a/dev-python/tzdata/tzdata-.ebuild 
b/dev-python/tzdata/tzdata-.ebuild
index 9ad4c8c83223..be752483f072 100644
--- a/dev-python/tzdata/tzdata-.ebuild
+++ b/dev-python/tzdata/tzdata-.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://peps.python.org/pep-0615/;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
sys-libs/timezone-data



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

2023-10-28 Thread Sam James
commit: d262c42a4d78a3dbb457f030bb748f7734d8c653
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d262c42a

dev-python/pandas: Stabilize 2.0.3-r1 x86, #913988

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

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

diff --git a/dev-python/pandas/pandas-2.0.3-r1.ebuild 
b/dev-python/pandas/pandas-2.0.3-r1.ebuild
index e56a3257ec82..62b3977bb529 100644
--- a/dev-python/pandas/pandas-2.0.3-r1.ebuild
+++ b/dev-python/pandas/pandas-2.0.3-r1.ebuild
@@ -25,7 +25,7 @@ S=${WORKDIR}/${P/_/}
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
 IUSE="doc full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: ca8605166b6e3d7a1075721c41fcd8ce22649948
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca860516

dev-python/pandas: Stabilize 2.1.1 ppc64, #915281

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

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

diff --git a/dev-python/pandas/pandas-2.1.1.ebuild 
b/dev-python/pandas/pandas-2.1.1.ebuild
index 35ddabe58c4a..eb1c27b28408 100644
--- a/dev-python/pandas/pandas-2.1.1.ebuild
+++ b/dev-python/pandas/pandas-2.1.1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
 IUSE="full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: 84485d1b9d94a461a6a09608a96685abdf860974
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84485d1b

dev-python/pandas: Stabilize 2.1.1 x86, #915281

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

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

diff --git a/dev-python/pandas/pandas-2.1.1.ebuild 
b/dev-python/pandas/pandas-2.1.1.ebuild
index eb1c27b28408..b1a8bea822cf 100644
--- a/dev-python/pandas/pandas-2.1.1.ebuild
+++ b/dev-python/pandas/pandas-2.1.1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
 IUSE="full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: f55e35ce9f2b4943b6e8c00fb8b47fb096a700c1
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55e35ce

dev-python/numpy: Stabilize 1.26.1 arm64, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index 2c8308a4dfe5..8a4a89846c75 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: 92ca3d3d15721ae6296c4b67f9eca58bddf02601
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ca3d3d

dev-python/numpy: Stabilize 1.26.1 x86, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index 8884f7718ed6..3255d05e2c00 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc ~x86"
+   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: 360b9ecf49d1e5f8087216c091aca0b6ed7fa647
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360b9ecf

dev-python/pandas: Stabilize 2.0.3-r1 ppc64, #913988

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

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

diff --git a/dev-python/pandas/pandas-2.0.3-r1.ebuild 
b/dev-python/pandas/pandas-2.0.3-r1.ebuild
index 0ea5fa5c5cfe..e56a3257ec82 100644
--- a/dev-python/pandas/pandas-2.0.3-r1.ebuild
+++ b/dev-python/pandas/pandas-2.0.3-r1.ebuild
@@ -25,7 +25,7 @@ S=${WORKDIR}/${P/_/}
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
 IUSE="doc full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: ea356a1739e01f2981eb1ae9c4567143b5f08631
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea356a17

dev-cpp/xsimd: Keyword 11.1.0 sparc, #916250

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

 dev-cpp/xsimd/xsimd-11.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/xsimd/xsimd-11.1.0.ebuild 
b/dev-cpp/xsimd/xsimd-11.1.0.ebuild
index 0e227b874a04..29217564ceda 100644
--- a/dev-cpp/xsimd/xsimd-11.1.0.ebuild
+++ b/dev-cpp/xsimd/xsimd-11.1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/xtensor-stack/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: 5f934171d97560f604f6910f7f6aa8f3cd7c72bc
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f934171

dev-python/pandas: Stabilize 1.5.3 x86, #895602

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

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

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



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

2023-10-28 Thread Sam James
commit: f305db3095e76a17866cb30b07b2fb55bcebd098
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f305db30

dev-python/tzdata: Stabilize  x86, #913988

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

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

diff --git a/dev-python/tzdata/tzdata-.ebuild 
b/dev-python/tzdata/tzdata-.ebuild
index be752483f072..fce2f32a523a 100644
--- a/dev-python/tzdata/tzdata-.ebuild
+++ b/dev-python/tzdata/tzdata-.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://peps.python.org/pep-0615/;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
 
 RDEPEND="
sys-libs/timezone-data



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

2023-10-28 Thread Sam James
commit: 7049c07ffe616fb0e7e1300d3be83741ffd0dd41
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7049c07f

dev-python/pandas: Stabilize 1.5.3 ppc64, #895602

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

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

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



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

2023-10-28 Thread Sam James
commit: 18d5ad3fa17351d123c1b5e5da1d66418d4dd406
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d5ad3f

dev-python/xarray: Keyword 2023.10.1-r1 sparc, #916250

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

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

diff --git a/dev-python/xarray/xarray-2023.10.1-r1.ebuild 
b/dev-python/xarray/xarray-2023.10.1-r1.ebuild
index 06fca60f3fc0..e25ad9fd6048 100644
--- a/dev-python/xarray/xarray-2023.10.1-r1.ebuild
+++ b/dev-python/xarray/xarray-2023.10.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86"
 IUSE="big-endian"
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: 594bd11d40af10a4692ad71f51bafea7553af367
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594bd11d

dev-python/numpy: Stabilize 1.26.1 arm, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index 8a4a89846c75..061081daeea6 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: d388725979bc5e57d6095fa22b2919ff739bf56f
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3887259

dev-python/numpy: Stabilize 1.26.1 hppa, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index 061081daeea6..7cc7e013c250 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: fb0d157ad46db1d1f3a3c2df9a82db00b8e87302
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0d157a

dev-python/numpy: Stabilize 1.26.1 sparc, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index 68790db44670..8884f7718ed6 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc ~x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: 53e31337bf5a61c9f4e64090410f32b4533f3aeb
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e31337

dev-python/numpy: Stabilize 1.26.1 ppc64, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index 7cc7e013c250..ed590c1a4cb2 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: c2ec5bf4197eaa792daf52940af8b2326c69e1c3
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ec5bf4

dev-python/numpy: Stabilize 1.26.1 ppc, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index ed590c1a4cb2..68790db44670 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: 83813016ebb2567d76b31e4f36b7b1aa1f540a2a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:38:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83813016

dev-python/numpy: Stabilize 1.26.1 amd64, #915924

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

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

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
index 49c3b34adb9c..2c8308a4dfe5 100644
--- a/dev-python/numpy/numpy-1.26.1.ebuild
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"
 if [[ ${PV} != *_[rab]* ]] ; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: 69e74b0c8c5969da688f76c513c31000241352f1
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e74b0c

dev-python/pythran: Keyword 0.14.0 sparc, #916250

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

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

diff --git a/dev-python/pythran/pythran-0.14.0.ebuild 
b/dev-python/pythran/pythran-0.14.0.ebuild
index 0cfd10c37eba..b15f2a17d6e0 100644
--- a/dev-python/pythran/pythran-0.14.0.ebuild
+++ b/dev-python/pythran/pythran-0.14.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-libs/boost



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

2023-10-28 Thread Sam James
commit: 2d302f92f6c7edb412987d9e89ea42321520b9ba
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d302f92

dev-python/xarray: Stabilize 2023.9.0 x86, #916370

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

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

diff --git a/dev-python/xarray/xarray-2023.9.0.ebuild 
b/dev-python/xarray/xarray-2023.9.0.ebuild
index 51d46764527c..3c67d4ade160 100644
--- a/dev-python/xarray/xarray-2023.9.0.ebuild
+++ b/dev-python/xarray/xarray-2023.9.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/numpy-1.22[${PYTHON_USEDEP}]



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

2023-10-28 Thread Sam James
commit: 398896bb09591245fbeb3c023c44d97115652a27
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398896bb

dev-python/networkx: Keyword 3.2.1 sparc, #916250

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

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

diff --git a/dev-python/networkx/networkx-3.2.1.ebuild 
b/dev-python/networkx/networkx-3.2.1.ebuild
index ed8b9130dfa2..b69b423c14a0 100644
--- a/dev-python/networkx/networkx-3.2.1.ebuild
+++ b/dev-python/networkx/networkx-3.2.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 
 BDEPEND="
test? (



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

2023-10-28 Thread Sam James
commit: 7bb92143d5b6ec2546a51bb1a2cc08a9b2a39783
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb92143

dev-python/xarray: Keyword 2023.10.1-r1 hppa, #916250

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

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

diff --git a/dev-python/xarray/xarray-2023.10.1-r1.ebuild 
b/dev-python/xarray/xarray-2023.10.1-r1.ebuild
index 287b9c7cf488..06fca60f3fc0 100644
--- a/dev-python/xarray/xarray-2023.10.1-r1.ebuild
+++ b/dev-python/xarray/xarray-2023.10.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86"
 IUSE="big-endian"
 
 RDEPEND="



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

2023-10-28 Thread Sam James
commit: 94dd490142a63cd3a0d8fda36e7fb4cd7ed61e12
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94dd4901

dev-python/pandas: Keyword 2.1.2 sparc, #916250

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

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

diff --git a/dev-python/pandas/pandas-2.1.2.ebuild 
b/dev-python/pandas/pandas-2.1.2.ebuild
index 68a3175f8a4a..4092de4a9310 100644
--- a/dev-python/pandas/pandas-2.1.2.ebuild
+++ b/dev-python/pandas/pandas-2.1.2.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86"
 IUSE="full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: 493e95a2e43939333478843d5af4b5b6ed8c4430
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493e95a2

dev-python/pandas: Keyword 2.1.2 hppa, #916250

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

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

diff --git a/dev-python/pandas/pandas-2.1.2.ebuild 
b/dev-python/pandas/pandas-2.1.2.ebuild
index 8dbe96c196bc..68a3175f8a4a 100644
--- a/dev-python/pandas/pandas-2.1.2.ebuild
+++ b/dev-python/pandas/pandas-2.1.2.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86"
 IUSE="full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: 96beb22a293b8ec35541044d02ea7888ad7dd719
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:37:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:37:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96beb22a

dev-python/scipy: Keyword 1.11.3-r1 sparc, #916250

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

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

diff --git a/dev-python/scipy/scipy-1.11.3-r1.ebuild 
b/dev-python/scipy/scipy-1.11.3-r1.ebuild
index ec1b7d97a795..316254abd534 100644
--- a/dev-python/scipy/scipy-1.11.3-r1.ebuild
+++ b/dev-python/scipy/scipy-1.11.3-r1.ebuild
@@ -38,7 +38,7 @@ else
)"
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-text/podofo/, app-text/podofo/files/

2023-10-28 Thread Sam James
commit: 51c1d02bab715ea8448c0b5e1e29b0f2def85259
Author: Eli Schwartz  gmail  com>
AuthorDate: Fri Oct 27 22:00:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:34:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c1d02b

app-text/podofo: backport patch to fix tests with optimizations

This allows us to drop the cautious use of -ffp-contract=off, since
upstream has analyzed the issue and determined that it's a matter of
tolerance, not an issue in the library itself, and rewritten the test a
bit to not trip over this.

No revbump needed. The library is the same both before and after this
change, modulo some allowed compiler optimizations.

https://github.com/podofo/podofo/issues/103#issuecomment-1783528312

Signed-off-by: Eli Schwartz  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33572
Signed-off-by: Sam James  gentoo.org>

 ...st-Fixed-test-under-linux-when-compiled-w.patch | 35 ++
 app-text/podofo/podofo-0.10.1-r1.ebuild| 12 
 2 files changed, 42 insertions(+), 5 deletions(-)

diff --git 
a/app-text/podofo/files/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
 
b/app-text/podofo/files/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
new file mode 100644
index ..696f320134f0
--- /dev/null
+++ 
b/app-text/podofo/files/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
@@ -0,0 +1,35 @@
+From da91101b7afafa958669e11d0cabaeee3ff50b39 Mon Sep 17 00:00:00 2001
+From: Francesco Pretto 
+Date: Fri, 27 Oct 2023 23:41:22 +0200
+Subject: [PATCH] [FIX] ColorTest: Fixed test under linux when compiled with
+ -march=x86-64-v3
+
+Floating point contractions may cause some level of non determinsm when 
comparing the result of fp operations . See
+https://stackoverflow.com/questions/62353629/does-the-same-floating-point-calculation-producing-different-results-when-perfor
+
+Fixes #103
+---
+ test/unit/ColorTest.cpp | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/test/unit/ColorTest.cpp b/test/unit/ColorTest.cpp
+index 419052a7..81f99c5b 100644
+--- a/test/unit/ColorTest.cpp
 b/test/unit/ColorTest.cpp
+@@ -426,7 +426,12 @@ TEST_CASE("testCMYKConstructor")
+ double dGreen = M_VALUE * (1.0 - B_VALUE) + B_VALUE;
+ double dBlue = Y_VALUE * (1.0 - B_VALUE) + B_VALUE;
+ 
+-REQUIRE(color.ConvertToRGB() == PdfColor(1.0 - dRed, 1.0 - dGreen, 
1.0 - dBlue));
++auto rgb1 = color.ConvertToRGB();
++PdfColor rgb2(1.0 - dRed, 1.0 - dGreen, 1.0 - dBlue);
++
++ASSERT_EQUAL(rgb1.GetRed(), rgb2.GetRed());
++ASSERT_EQUAL(rgb1.GetGreen(), rgb2.GetGreen());
++ASSERT_EQUAL(rgb1.GetBlue(), rgb2.GetBlue());
+ }
+ 
+ REQUIRE(color.ConvertToCMYK() == PdfColor(C_VALUE, M_VALUE, Y_VALUE, 
B_VALUE));
+-- 
+2.41.0
+

diff --git a/app-text/podofo/podofo-0.10.1-r1.ebuild 
b/app-text/podofo/podofo-0.10.1-r1.ebuild
index 01677dd282b6..9809f617298e 100644
--- a/app-text/podofo/podofo-0.10.1-r1.ebuild
+++ b/app-text/podofo/podofo-0.10.1-r1.ebuild
@@ -37,6 +37,13 @@ BDEPEND="
test? ( fontconfig? ( media-fonts/liberation-fonts ) )
 "
 
+PATCHES=(
+   # Dome optimizations cause testsuite failures due to floating point
+   # contraction. Fixed upstream by adding tolerance to the test itself:
+   # https://github.com/podofo/podofo/issues/103
+   
"${FILESDIR}"/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
+)
+
 src_prepare() {
cmake_src_prepare
if use test; then
@@ -56,11 +63,6 @@ src_configure() {
$(cmake_use_find_package fontconfig Fontconfig)
)
 
-   # some optimizations cause testsuite failures which may indicate
-   # unsoundness with contraction. Be cautious for now. Reported
-   # upstream as https://github.com/podofo/podofo/issues/103
-   append-cxxflags $(test-flags-CXX -ffp-contract=off)
-
cmake_src_configure
 }
 



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

2023-10-28 Thread Sam James
commit: 6558f2df9dd36191ea3e06478891fd7980257319
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:35:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:35:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6558f2df

app-text/podofo: add commit link

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

 .../0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/app-text/podofo/files/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
 
b/app-text/podofo/files/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
index 696f320134f0..45edd8454dfb 100644
--- 
a/app-text/podofo/files/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
+++ 
b/app-text/podofo/files/0001-FIX-ColorTest-Fixed-test-under-linux-when-compiled-w.patch
@@ -1,3 +1,5 @@
+https://github.com/podofo/podofo/commit/da91101b7afafa958669e11d0cabaeee3ff50b39
+
 From da91101b7afafa958669e11d0cabaeee3ff50b39 Mon Sep 17 00:00:00 2001
 From: Francesco Pretto 
 Date: Fri, 27 Oct 2023 23:41:22 +0200



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

2023-10-28 Thread Sam James
commit: cf99a4a690c428af63416ef3dac18ac8d00b7e14
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:35:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:35:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf99a4a6

app-text/podofo: fix UnusedInherits (flag-o-matic)

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

 app-text/podofo/podofo-0.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/podofo/podofo-0.10.1-r1.ebuild 
b/app-text/podofo/podofo-0.10.1-r1.ebuild
index 9809f617298e..03852080e471 100644
--- a/app-text/podofo/podofo-0.10.1-r1.ebuild
+++ b/app-text/podofo/podofo-0.10.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake
 
 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format"
 HOMEPAGE="https://github.com/podofo/podofo;



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Parse-Sublike/

2023-10-28 Thread Sam James
commit: 9a5d4091b093cb6d554b5ec1814ce444364f233a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 02:47:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 02:47:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5d4091

dev-perl/XS-Parse-Sublike: add 0.210.0

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

 dev-perl/XS-Parse-Sublike/Manifest  |  1 +
 .../XS-Parse-Sublike-0.210.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/XS-Parse-Sublike/Manifest 
b/dev-perl/XS-Parse-Sublike/Manifest
index b54bdfbaf9ff..007527d76185 100644
--- a/dev-perl/XS-Parse-Sublike/Manifest
+++ b/dev-perl/XS-Parse-Sublike/Manifest
@@ -1 +1,2 @@
 DIST XS-Parse-Sublike-0.20.tar.gz 56026 BLAKE2B 
3025ecfc0c4556ef0b11ed697c88f12d150c5b60b7ed723aa12edeea6ff4a1756c905f4a7189f5a2c4e2b64f5b20cf60c8541bdf8e0f2f62514d1cc133094606
 SHA512 
b579cabb8ae6c0bda960463558b5839fa2a259b938c543e4418021f603e0510e8c2c36ff453790246396d9c3c9c612741c6ed63630c5bedbf5b3ff32f0643b68
+DIST XS-Parse-Sublike-0.21.tar.gz 56648 BLAKE2B 
8b3cd3f35177611bea384f4b20780dd287b938bfffc0efd2187187be529d94c1271adc8d7f1ae197ec9bff532cf51b16d6ed86e9f1e4880af57fd72060c935c7
 SHA512 
78c94fbfafbd763ea6ee03638710734889d75233abd48537b53bb3c5ceaeda261bfce4a43e3ad91854aa942c382b320fb2fef186ec3a5bb9c66767681033b410

diff --git a/dev-perl/XS-Parse-Sublike/XS-Parse-Sublike-0.210.0.ebuild 
b/dev-perl/XS-Parse-Sublike/XS-Parse-Sublike-0.210.0.ebuild
new file mode 100644
index ..98f4e0900d15
--- /dev/null
+++ b/dev-perl/XS-Parse-Sublike/XS-Parse-Sublike-0.210.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="XS functions to assist in parsing sub-like syntax"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   >=dev-perl/Module-Build-0.400.400
+   test? (
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Test2-Suite
+   )
+"



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

2023-10-28 Thread Sam James
commit: 214b26e564b13c56363258163cda0c16173b3636
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 03:33:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 03:33:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214b26e5

dev-python/xarray: skip tests caused by numpy quirk/bug

See bug for details, it looks like it's a numpy quirk/feature/misfeature...?

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

 dev-python/xarray/xarray-2023.10.1-r1.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-python/xarray/xarray-2023.10.1-r1.ebuild 
b/dev-python/xarray/xarray-2023.10.1-r1.ebuild
index 2acfcd5dc6b8..287b9c7cf488 100644
--- a/dev-python/xarray/xarray-2023.10.1-r1.ebuild
+++ b/dev-python/xarray/xarray-2023.10.1-r1.ebuild
@@ -18,6 +18,7 @@ HOMEPAGE="
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="big-endian"
 
 RDEPEND="
>=dev-python/numpy-1.22[${PYTHON_USEDEP}]
@@ -58,5 +59,25 @@ EPYTEST_DESELECT=(
 
 python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+
+   if ! has_version ">=dev-python/scipy-1.4[${PYTHON_USEDEP}]" ; then
+   EPYTEST_DESELECT+=(
+   
'xarray/tests/test_missing.py::test_interpolate_na_2d[coords1]'
+   )
+   fi
+
+   if use big-endian ; then
+   EPYTEST_DESELECT+=(
+   # Appears to be a numpy issue in display? See bug 
#916460.
+   
'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145224193-ns-int64-20-True]'
+   
'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1970-09-21T00:12:44.145224808-ns-float64-1e+30-True]'
+   
'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145225216-ns-float64--9.223372036854776e+18-True]'
+   
'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145224193-ns-int64-None-False]'
+   
'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145225-us-int64-None-False]'
+   
'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1970-01-01T00:00:01.01-us-int64-None-False]'
+   
'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:21:52.901038080-ns-float32-20.0-True]'
+   )
+   fi
+
epytest -p xdist.plugin -n "$(makeopts_jobs)" --dist=worksteal
 }



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

2023-10-28 Thread Sam James
commit: adee3669cebf0d20e7ecf68c5ed9cb4a79f8460b
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:56:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:56:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adee3669

dev-lang/lua: Stabilize 5.4.6 hppa, #914335

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

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

diff --git a/dev-lang/lua/lua-5.4.6.ebuild b/dev-lang/lua/lua-5.4.6.ebuild
index 8e723e6781d6..0e62f50571ef 100644
--- a/dev-lang/lua/lua-5.4.6.ebuild
+++ b/dev-lang/lua/lua-5.4.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="5.4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+deprecated readline"
 
 DEPEND="



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

2023-10-28 Thread Sam James
commit: 0958d581b64e02605653ba90d2a13fd793513f8a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:15:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:15:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0958d581

dev-perl/Mojolicious: add 9.350.0

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

 dev-perl/Mojolicious/Manifest   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 4280fdec308e..3ba96aa9c8e2 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -2,3 +2,4 @@ DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 
7510b268c1a5793ba78d8717f5683c3ca53f
 DIST Mojolicious-9.22.tar.gz 841358 BLAKE2B 
5f49c7ca71b30994181a3a16ac12faa21b3f7782beefae94c185aac87aa4d223ee696e49159bb1e044d389c640a737a265cd289774e647ff40d4057ccae9c4b2
 SHA512 
53175c4d6054a4fe9c53368420714ff87cd826c3f61565d1b9dd52a69a15636d080852a62518f0bada865675d90026d78bdc1c210fa55939a81e4866ba894e40
 DIST Mojolicious-9.33.tar.gz 854105 BLAKE2B 
b0f2981c089822a0b64f6b3aa19b2f079da4922e4cd58beadd00ebfe34fddfb6c80e102270998b40ae0c425dee6875310648a1004ee36dc6de8bb756b448a822
 SHA512 
331df20e96e5b0cc647bb8608c99347c6191ee10b4741dee1dd0aaeb5808b704a0e84bb2e944e5fc4bbb1561a701b20cc3e0ba5c2804b089d10dcaab6ad87c1f
 DIST Mojolicious-9.34.tar.gz 857224 BLAKE2B 
de9e17c92381e2eab94b32bd6b72b7c99436f1b86d376ef8912a43dcc2aed6bd3692ce970217a085149014787960b31167b58eb53684762e724649343f4bd070
 SHA512 
3f8f24b0cedde1a14f9a0c25900e85cb9ba40c0226050241cf8bb9128c6dd081f2ea7b1441c9564dba3c045cd908d8ef5a8bf2e7eedda246a2c8aa369274b9c4
+DIST Mojolicious-9.35.tar.gz 860146 BLAKE2B 
8617bc0eac5c8ec7d5023c053da29e5226c6783e0ce4126e9df25e71cb89faa90359f836b193eaac1af6fd83b8f5b2f4c19ae129cbdecb8d4ea139c70250b51f
 SHA512 
e7dc9f2cfe6993d07d413be41dd2d849bf3e476c8de9ca64037f181cff6a4b3664185303abc9dbf5854c36500a7017bc85cb51792d1bf1bdcbd4bb139cde9fca

diff --git a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild 
b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
new file mode 100644
index ..d2dce410507d
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.35
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Cpanel-JSON-XS-4.90.0
+   >=dev-perl/EV-4.0.0
+   )
+   >=virtual/perl-IO-Socket-IP-0.370.0
+   >=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=(
+   t/pod.t
+   t/pod_coverage.t
+)



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

2023-10-28 Thread Sam James
commit: 059fd6453f67e3a0dff8d3afa382ff49c7d42646
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:36:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:36:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059fd645

dev-perl/Config-Tiny: add 2.300.0

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

 dev-perl/Config-Tiny/Config-Tiny-2.300.0.ebuild | 26 +
 dev-perl/Config-Tiny/Manifest   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.300.0.ebuild 
b/dev-perl/Config-Tiny/Config-Tiny-2.300.0.ebuild
new file mode 100644
index ..d660c38da5af
--- /dev/null
+++ b/dev-perl/Config-Tiny/Config-Tiny-2.300.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=2.30
+DIST_A_EXT="tgz"
+inherit perl-module
+
+DESCRIPTION="Read/Write .ini style files with as little code as possible"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+RDEPEND="
+   >=virtual/perl-File-Spec-3.300.0
+   >=virtual/perl-File-Temp-0.220.0
+"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-1.1.2
+   )
+"

diff --git a/dev-perl/Config-Tiny/Manifest b/dev-perl/Config-Tiny/Manifest
index 3634bcc29968..6722ff457de8 100644
--- a/dev-perl/Config-Tiny/Manifest
+++ b/dev-perl/Config-Tiny/Manifest
@@ -1,3 +1,4 @@
 DIST Config-Tiny-2.26.tgz 22443 BLAKE2B 
7b6e24de08559172920ef52968eb1dca1a1ce2b52b0e02fa1cd54c741402ec5eb9c32b46a911850410056ab7c8f04d9b85021e539d9439f6e8b3e4c847b36be0
 SHA512 
647c48f3c4480bf8bb8ec22b7b9a3a5b813d4bc633760f5aef4e03ea90b4b979a0a1617dfc3dba6c31779d04bc2d8233bf61ee509bceb8b2d32e1df481c3f135
 DIST Config-Tiny-2.27.tgz 22653 BLAKE2B 
6c4f4db5ed3f6f18341cb19993e0b0e8e96dcaec17e705364cda6f652435d63b5143f2dbe1d75f001cbbdaa1647693ecdc0b7e8c9d77b0b94fa6a78730a2ef62
 SHA512 
2ab77d2f9e01f14047a2c079c58941d707fdc54ea0d30c43e0cfad162b8e810a25a62a435abd11b5da8a7cff9027511534205bf625a2ee9ee7824d4c3eb9d0e9
 DIST Config-Tiny-2.29.tgz 22910 BLAKE2B 
808407130bbe7222e262652e039ebc789799ed9351ec3dcbc738982c7f37a637cf0159784ead8957ee845431ed3716ee82f9f4d769ad4c95b5ef35dd944b7122
 SHA512 
48f84d198430762333c10c57437bfdf20b99ad79d5b39d8215fdf8853a756cb476d99b85ff145193358a56e0bad2e470431af929869b17f153cd3ef0723804d9
+DIST Config-Tiny-2.30.tgz 26973 BLAKE2B 
0f8ffccb0343bbcd64975d12698b5dc1a3705ca749434a30968340e37a0658091713ac54070cc1e104d14655b1f48787193feb5a4c20f627c05e43daad7fe04e
 SHA512 
2933f6a040cd712d06cccb5c511eaa914080df7ffea952f1e445f99bd021cdb9277ebd109c55365b62e713715aa431a97627ef3898df45c5b2b244270a107710



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

2023-10-28 Thread Sam James
commit: 1f1ef21a6590d49930b45aee6045220e5cbdf32e
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:40:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:40:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1ef21a

dev-perl/Test-Differences: add 0.710.0

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

 dev-perl/Test-Differences/Manifest |  1 +
 .../Test-Differences-0.710.0.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Test-Differences/Manifest 
b/dev-perl/Test-Differences/Manifest
index 7ff06c4136f6..df5ff0dab6d2 100644
--- a/dev-perl/Test-Differences/Manifest
+++ b/dev-perl/Test-Differences/Manifest
@@ -1,3 +1,4 @@
 DIST Test-Differences-0.68.tar.gz 14518 BLAKE2B 
ca4be9098d0a1062ed748711bd932e057a4a35e9ffa042ae4c7e6fa993f132a0da93f4aa932f0b6858e32f9e1cdc380a8c4d9531709c9321017eef6781cfe5d7
 SHA512 
17e5e54d9a67fefdccb383be860ea594ec15563b66a7d93652a93799deeceaf92a4d48d01bfd4d2276c5f1520916d1def654ba53759c7461737e1f9afa754e31
 DIST Test-Differences-0.69.tar.gz 14526 BLAKE2B 
c511844e9c87928e2e2a00ecf92c4796f9008dfd77d9076072da5800de61fec6e45a2911bcb3f307d9e0de2fb1249901beee923e0ecedc45120bd5cc1d6b74ec
 SHA512 
506859b6d983f6b81366bdaa365b02091d7a1ef1b3a29397b19175e37cde93a3b8e1d8765438630ecfc6ca1755868aefa47dcde0f1f45951f4610362c5d904bd
 DIST Test-Differences-0.70.tar.gz 14584 BLAKE2B 
9821c4e51f055e83e10fe738bc010efdffea52d93b4f085ae0a53b7057fcdb3fad851ea13f86a5db2e4fe0ed0b39ad3b5b4ae389845a05ee05f3da2a6e20
 SHA512 
f9462f886b3bfba8cbf5467879b0549d7d72695391741d878614d92b1e66f50317485c834f8c34d22fee471c85dbcecc94f84de08fe5fd56c95fda1c149aa9bb
+DIST Test-Differences-0.71.tar.gz 15304 BLAKE2B 
83e00ac7e5a55f45a36258157e8fb6d0cf103d012c8c2157136eb0c18e8f3c146ae44e44517f5d9ca83ab62b2495049e31adbf202197f367b317b2b193b18a5f
 SHA512 
6e6c882b41dd25cbb91d28ec947e669f660df0d8e477a347237a39eba51c74c9e8bcabe8ffccaec7d5912c62cf6ae837e2d2f28551bd9fc110d9503acc86e72e

diff --git a/dev-perl/Test-Differences/Test-Differences-0.710.0.ebuild 
b/dev-perl/Test-Differences/Test-Differences-0.710.0.ebuild
new file mode 100644
index ..91f9e3d9164a
--- /dev/null
+++ b/dev-perl/Test-Differences/Test-Differences-0.710.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DCANTRELL
+DIST_VERSION=0.71
+inherit perl-module
+
+DESCRIPTION="Test strings and data structures and show differences if not ok"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-perl/Capture-Tiny-0.240.0
+   >=virtual/perl-Data-Dumper-2.126.0
+   >=dev-perl/Text-Diff-1.430.0
+   >=virtual/perl-Test-Simple-0.880.0
+"
+BDEPEND="${RDEPEND}"
+
+PERL_RM_FILES=(
+   "t/boilerplate.t"
+   "t/pod-coverage.t"
+   "t/pod.t"
+)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISBN-Data/

2023-10-28 Thread Sam James
commit: b5f4bb809e921633babe658db9740711cf2d1884
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:31:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:31:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f4bb80

dev-perl/Business-ISBN-Data: add 20231013.1.0

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

 .../Business-ISBN-Data-20231013.1.0.ebuild | 37 ++
 dev-perl/Business-ISBN-Data/Manifest   |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20231013.1.0.ebuild 
b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20231013.1.0.ebuild
new file mode 100644
index ..c2b50c2cba43
--- /dev/null
+++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20231013.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=20231013.001
+inherit perl-module
+
+DESCRIPTION="Data pack for Business::ISBN"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Spec
+"
+BDEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   >=virtual/perl-Test-Simple-1
+   )
+"
+
+PERL_RM_FILES=(
+   "make_data.pl"
+   "t/pod.t"
+   "t/pod_coverage.t"
+)
+
+src_prepare() {
+   sed -r -i '/^pod(|_coverage)\.t$/d' "${S}/t/test_manifest" || die
+   perl-module_src_prepare
+}

diff --git a/dev-perl/Business-ISBN-Data/Manifest 
b/dev-perl/Business-ISBN-Data/Manifest
index 949e189ef50b..56bed09a5799 100644
--- a/dev-perl/Business-ISBN-Data/Manifest
+++ b/dev-perl/Business-ISBN-Data/Manifest
@@ -4,3 +4,4 @@ DIST Business-ISBN-Data-20230923.001.tar.gz 31756 BLAKE2B 
ac922ba0197c7c1807f2b8
 DIST Business-ISBN-Data-20230926.001.tar.gz 31765 BLAKE2B 
f46da35b7edb4c28e9d86490f09f7eda64d164d0d4fb0fe23a5ad8cd0905ee885d693426310fcbfa97cbf1099460085844637cf8fc32451005a8b0790412e10e
 SHA512 
0e1618279040d6299cd834e9c412531125fd4824881ae17865565bd4b4628b26e813ae5ed52eb53d86deb3979ab0b0915a66314d1f2cec8e93390402bbb08770
 DIST Business-ISBN-Data-20231006.001.tar.gz 31808 BLAKE2B 
60f24002db3e8ba3981890d61ef422c04f947cc90dea8e806d664847d4d6374103540cdcb31585d7aee025ec2b350b9ea959e4fab3e3d027b6c93220c9d7ea16
 SHA512 
d5560b6d872eaf34a03d212c1e8b537b89e49b1b58784c01643e2ee4157d63d480487ef3c447123147337f958f8441ab6e19ef01f48a396996d5fbe41b5549a0
 DIST Business-ISBN-Data-20231010.001.tar.gz 31827 BLAKE2B 
ee3d986fc48693eaacb71310182f0f56f066194c9bd1888c9cdb6a0d88db4ceee9a91d753446130d41a5f011d6ef285d7cc243fbf562c8a91a929030807efd23
 SHA512 
f28629e033c215968fe29b8a271cc4d08566abdf8664a548000d6e449654786f470af8b78205594e72ea6c8cc18bcebb9a1235906c8df0fbcb075eaa90ba0bb9
+DIST Business-ISBN-Data-20231013.001.tar.gz 31845 BLAKE2B 
da222e3329f4c6d51e0db2225d0f18fe861be510abcbb0da3eedfa768edfc6b7dc2fc5d1a47aa2999029cc2c8910a1ea2158f42921c4d26f7ec75c46079c84a3
 SHA512 
22a70d62f9f7e9a1e75d61b31dca16e5f2a1bcac98f2a9b29f0de3fc67a2fa325cab61109914e0fac1952a855929efbe3758fb38cdc951168e227daec3b15d9d



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

2023-10-28 Thread Sam James
commit: 38e920453eec3ab5dfa4dd57728a86dcc5e8a04a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:19:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:19:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e92045

dev-perl/UUID: add 0.290.0

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

 dev-perl/UUID/Manifest|  1 +
 dev-perl/UUID/UUID-0.290.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
index 74cafce1303c..bbf67a12d9bd 100644
--- a/dev-perl/UUID/Manifest
+++ b/dev-perl/UUID/Manifest
@@ -1 +1,2 @@
 DIST UUID-0.28.tar.gz 15828 BLAKE2B 
670f25e2e3e414e36ee5dd7d129cefd1f9a50e1e9594c7adf5625f9d193755a2ac08d8b9acd8fcef0b2e1b1e26bf2c2f6d2a2f338dbb43c3eeac7a305a052624
 SHA512 
f6203e024f83c8156d4dae093513f5a6817a67874d77f01c7cb1f83d1cfa811c815ad3324983b655332e994f85c536eb65682e598168f9d1d6b76bf0bde9817e
+DIST UUID-0.29.tar.gz 15955 BLAKE2B 
e2dbbb16b36fcc1244c44bfe520e0391d6fae02a47b2299ce9b5dc5bc8a42c16bbe6ab91da5c5e0228a263441d3922c5214e9da64ed6489adc355fe973c5ab53
 SHA512 
37b8a1013532772e5265ef093d7ba0dc5e52ad31e7a4ac2181515c0b3121b355dda697c27c60d44f9ad5e767c3739b0e67df32f450d3445707648f542ea3f7cf

diff --git a/dev-perl/UUID/UUID-0.290.0.ebuild 
b/dev-perl/UUID/UUID-0.290.0.ebuild
new file mode 100644
index ..32c15003fd49
--- /dev/null
+++ b/dev-perl/UUID/UUID-0.290.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JRM
+DIST_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+# Note: UUID appears to link against a bunch of different UUID
+# implementations depending on availability and platform.
+# Presently uses uuid.h/libuuid.so from util-linux which is fine for Linux
+# platforms, but may need special attention on *bsd, *osx and win*
+RDEPEND="sys-apps/util-linux"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=dev-perl/Devel-CheckLib-1.140.0
+"
+DEPEND="${RDEPEND}"



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

2023-10-28 Thread Sam James
commit: 7a1ca3d26c786b9b45e3a9ca5dcbdb4e8d34e38d
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:24:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:24:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1ca3d2

dev-perl/Test2-Suite: add 0.0.159

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

 dev-perl/Test2-Suite/Manifest   |  1 +
 dev-perl/Test2-Suite/Test2-Suite-0.0.159.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Test2-Suite/Manifest b/dev-perl/Test2-Suite/Manifest
index 36b613296bb6..48ca912746e8 100644
--- a/dev-perl/Test2-Suite/Manifest
+++ b/dev-perl/Test2-Suite/Manifest
@@ -2,3 +2,4 @@ DIST Test2-Suite-0.000141.tar.gz 227660 BLAKE2B 
a7fbb4031046cba44670268d5280b06b
 DIST Test2-Suite-0.000144.tar.gz 229889 BLAKE2B 
2cc2d9107e52a1f3026dd225af8a981ce07f13d9ad02266b3424a9083857fdb3907370defee27e55e82e2207d854625afc3f24af7b5f410c7da3ba7f7e4b618c
 SHA512 
ec88348cfef28879859c26a7ef13437ba30f684bb4bda12907d5d26f1da6fadeadd8461e282f44231f1bf01af504dc75c6291716b4e39d7190c968faac9f52ee
 DIST Test2-Suite-0.000155.tar.gz 243229 BLAKE2B 
56aa20b828d30048bd1d1338bf2d5e287e7bbd1750f8338992e83575794cae78e6b9fb14b9d8eaa7ba06211b13bbe71fc508dcc3faf870ad636ca24a10c74161
 SHA512 
d9b9866c53185fed9b67a76f38fbe2527b7e1796937d91b0ea7efc1b3df525d07142b53b030c659ffed72fb41a6334b4d963a2d13f58684364c8cf571898bf31
 DIST Test2-Suite-0.000156.tar.gz 242646 BLAKE2B 
a5c4afc4be4d29d01964f21aee263c97ad4682d72e907f216e52abf9c4088f4c836aa586e604b3a5cf074bc2382fdb880e0f7983139b89bdb38db21cc582
 SHA512 
10f5502d109a1f12e9d37d0431424b6d88cdbbecf298e6fca3737610ba157064cd1f846f3b6f6eac0efc8af259e572d51330c037296d954fdf2561b8514686ee
+DIST Test2-Suite-0.000159.tar.gz 242819 BLAKE2B 
90af0e5d5a0eaeb9a0e98880a4ae619eca0caa6e897522a672878fbc8b284f04bae9563df53bebb5511190bf90ee84cddc3ca3e469c318c9411498ae0e7519a9
 SHA512 
ab132e87f0db5dde0ebd95b260236d95120445c89db497e92519335e989d8571481f2497898cd5fae25cb2065db1aa8902a9f2d37cf2163475caca1298629a3f

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.159.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.159.ebuild
new file mode 100644
index ..3caf50dd74fb
--- /dev/null
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.159.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EXODIST
+DIST_VERSION=0.000159
+inherit perl-module
+
+DESCRIPTION="Rich set of tools built upon the Test2 framework"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+# Module-Pluggable is just suggested now
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-Exporter
+   >=dev-perl/Module-Pluggable-2.700.0
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/Term-Table-0.13.0
+   >=virtual/perl-Test-Simple-1.302.176
+   virtual/perl-Time-HiRes
+"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2023-10-28 Thread Sam James
commit: 5bcfd1e7ded24cef278e8fa5c4cbb6530ca73b3b
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:17:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:17:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcfd1e7

dev-perl/Log-Report: add 1.360.0

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

 dev-perl/Log-Report/Log-Report-1.360.0.ebuild | 30 +++
 dev-perl/Log-Report/Manifest  |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Log-Report/Log-Report-1.360.0.ebuild 
b/dev-perl/Log-Report/Log-Report-1.360.0.ebuild
new file mode 100644
index ..994918ee7697
--- /dev/null
+++ b/dev-perl/Log-Report/Log-Report-1.360.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=1.36
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Pluggable, multilingual handler driven problem reporting system"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-perl/Devel-GlobalDestruction-0.90.0
+   >=virtual/perl-Encode-2.0.0
+   >=dev-perl/Log-Report-Optional-1.70.0
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/String-Print-0.910.0
+   >=virtual/perl-Sys-Syslog-0.270.0
+"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.860.0
+   )
+"

diff --git a/dev-perl/Log-Report/Manifest b/dev-perl/Log-Report/Manifest
index a820b68d3c48..3d284d97c6de 100644
--- a/dev-perl/Log-Report/Manifest
+++ b/dev-perl/Log-Report/Manifest
@@ -1,3 +1,4 @@
 DIST Log-Report-1.32.tar.gz 101281 BLAKE2B 
f8c642cf71df0255f03313cb4dffeb50ecb1f73c99560080d30f7c0348c1ae1d0a59de42abe01c0d621b506055f7fd6239e1de31f4646e6cc5df32558696b186
 SHA512 
c9b329d998273e39579e4dd7a87c40cc1c77d09c090c0e4bb8bb4ccd8d9597bcbe1d2e71b81920a4c727bf89064b96b59954dc2659c9cd4410fe49989e2c279c
 DIST Log-Report-1.33.tar.gz 101331 BLAKE2B 
57283b953c730e143fbb12384fb137b83f4789be7a4a8ae9d458f9d2e8d308b71cd347b640304924bb2006171510a3bb1048b9f7b54703c02c44efb40a0e6544
 SHA512 
b06b01850c681edbe0ba6b0e2021f8b16db981bd0381089eff3b4c0c9734e09beecc212a7f507afba17e63251ac3ad02ce05a991497cfb04bd31d9c309c6d4f6
 DIST Log-Report-1.34.tar.gz 101466 BLAKE2B 
74ee06fc820b63b14f1ba791dbf7abe62230b6a756dad7e4baf44c1397be34901b1be3d9e5dc118881fdfba97fa8341d68f4778c0d66626da9eea09e7e7eddeb
 SHA512 
8636cd9177629edf31f900216a7278a703989eaf96b1a884de13bf0b6881702b867688e7ab4126dacfad06565721da710c96660a9822fed48b3144a63813b93b
+DIST Log-Report-1.36.tar.gz 101692 BLAKE2B 
333bc6929c65d035d41138307070381f928609905ce9267ef55f07fecbe0f8876102bf9ebdb943b4fa32fdbf5c5af36fd465a8405bb2e96491fd53896192d7b1
 SHA512 
ed5c39eef771d95ea8ae95a11de6d62292484f0f5f17ee8dbee9b214e2ced889407a819bcbfcd5dc32e98c73ff7de6988cfb0a06c858be656f2797900ef2bfb0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/

2023-10-28 Thread Sam James
commit: 623e1618166d8ff237eb0906d35f225ff5370f7a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:28:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:28:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623e1618

dev-perl/CPAN-Perl-Releases: add 5.202.310.250

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

 .../CPAN-Perl-Releases-5.202.310.250.ebuild| 24 ++
 dev-perl/CPAN-Perl-Releases/Manifest   |  1 +
 2 files changed, 25 insertions(+)

diff --git 
a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.310.250.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.310.250.ebuild
new file mode 100644
index ..4f4686f070b5
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.310.250.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=5.20231025
+inherit perl-module
+
+DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"
+
+PERL_RM_FILES=( "t/author-pod-coverage.t" "t/author-pod-syntax.t" )

diff --git a/dev-perl/CPAN-Perl-Releases/Manifest 
b/dev-perl/CPAN-Perl-Releases/Manifest
index 5e342338c5a2..95952aa9f00e 100644
--- a/dev-perl/CPAN-Perl-Releases/Manifest
+++ b/dev-perl/CPAN-Perl-Releases/Manifest
@@ -3,3 +3,4 @@ DIST CPAN-Perl-Releases-5.20230616.tar.gz 22720 BLAKE2B 
413d8af802b185ef16bb35aa
 DIST CPAN-Perl-Releases-5.20230703.tar.gz 22621 BLAKE2B 
fc2086bb458f47859526991c75af99f306260b72e8a58f387ad0a916d04e99b9e057e204dee3c25574275d9539029b443bc0da67fdc856a157cf76757b6bad85
 SHA512 
a5c90c5c2594316d7ed57917477974c003790067132dbbe66707cdb5793580d293d1f72e5adb39a424e1585609d950f32f691262ad0fbb6f751938a4bec6f481
 DIST CPAN-Perl-Releases-5.20230720.tar.gz 23006 BLAKE2B 
725e64e731bcf309e0e6c46e3941427803fc1c0f5a8eb848b1447fcb8fdff1b5ca73083661b358b7d4fbf0042de2eb50a87bde8ff2f0282b3350bd77f7013b0e
 SHA512 
c23779e9af9c526ef4bcf6ae7689f7c96b6d53c6c98a0676d261f1ff11f23fe4d211e1dd8ac4449ac0335d7205d63eadae81b4cf3fd4b6d35fbfd92a1a3b7539
 DIST CPAN-Perl-Releases-5.20230920.tar.gz 23000 BLAKE2B 
292512379b70a734bcca45d44c644198f19bf3e45dc7b0e6243ce8a6d0b5c4b99cbbef7dfa95c816bb4a945b3bc0e313747fd36059f15a6203336de16dbbab41
 SHA512 
329a3dbf9243be9280b75d059ec50d8e4d7c23ae839701505a6a44a06d82fc15f9bd605b761aff1aaf2d8ff8a877c8f4fcf2a956e080f8bf74e2d2c875f65195
+DIST CPAN-Perl-Releases-5.20231025.tar.gz 22968 BLAKE2B 
e27e83f5747fb80cd2aaea58431ed471ae950fff551a3a8150e8c620300eec900c8859a6189a3b93e0191cef838e4bb5b87a610734ec1608f74b86706911c564
 SHA512 
444ea1bd960b5590591dde00b797b6a13d33119fb57b04c491fe70bd86e51db733906917aa2d5244b1ac888ee5205471033762c5394abb2a478670c7522bfc6c



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Compress-Brotli/, dev-perl/IO-Compress-Brotli/files/

2023-10-28 Thread Sam James
commit: 0bef5364ea89c7de05affc29cdccdb70cc8abe5e
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 01:11:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 01:11:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bef5364

dev-perl/IO-Compress-Brotli: add 0.10.0

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

 .../IO-Compress-Brotli-0.10.0.ebuild   | 29 +
 dev-perl/IO-Compress-Brotli/Manifest   |  1 +
 .../files/IO-Compress-Brotli-0.010-unbundle.patch  | 50 ++
 3 files changed, 80 insertions(+)

diff --git a/dev-perl/IO-Compress-Brotli/IO-Compress-Brotli-0.10.0.ebuild 
b/dev-perl/IO-Compress-Brotli/IO-Compress-Brotli-0.10.0.ebuild
new file mode 100644
index ..da2771717f73
--- /dev/null
+++ b/dev-perl/IO-Compress-Brotli/IO-Compress-Brotli-0.10.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TIMLEGGE
+DIST_VERSION=0.010
+inherit perl-module
+
+DESCRIPTION="Read/write Brotli buffers/streams"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-arch/brotli:=
+   dev-perl/File-Slurper
+   virtual/perl-Getopt-Long
+   virtual/perl-Time-HiRes
+"
+DEPEND="
+   app-arch/brotli:=
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.010-unbundle.patch
+)

diff --git a/dev-perl/IO-Compress-Brotli/Manifest 
b/dev-perl/IO-Compress-Brotli/Manifest
index fd5e5bbefcb6..05b77174ccd4 100644
--- a/dev-perl/IO-Compress-Brotli/Manifest
+++ b/dev-perl/IO-Compress-Brotli/Manifest
@@ -1 +1,2 @@
 DIST IO-Compress-Brotli-0.004001.tar.gz 7674244 BLAKE2B 
b3c4d6a1101429fc47f345f0ba119e5196873a0e5d368b31d02f76ca2a0ac269ed4c9c82972de527052b55e73a2a4724ebf4f644c23c383304082413b512dfad
 SHA512 
7cc198ecef15c912d8b62e6851935c433159e7f3680f2034949c032d23827f5a5720dd02b77b89b60d43b0a2a7df059c9e76c8f4e44993c28630624f0e17a377
+DIST IO-Compress-Brotli-0.010.tar.gz 7746600 BLAKE2B 
121736c8fed73188d1e717296265ab1d716ab9b73b1540424f1b03533401b8a5843e172a138c4c63e3c82b5dfd5b6a5e6eb10ef6adb99b3548ddb860a3b74580
 SHA512 
8536c15c1e808f1785c2361b87277b5090c563d8c4111d9ca9358266610a18f7512438dcef9eacb2ef5c8bf0cbd737aacd86f196f6ad674e4d68342d5fc4d184

diff --git 
a/dev-perl/IO-Compress-Brotli/files/IO-Compress-Brotli-0.010-unbundle.patch 
b/dev-perl/IO-Compress-Brotli/files/IO-Compress-Brotli-0.010-unbundle.patch
new file mode 100644
index ..ab0fa2e133d8
--- /dev/null
+++ b/dev-perl/IO-Compress-Brotli/files/IO-Compress-Brotli-0.010-unbundle.patch
@@ -0,0 +1,50 @@
+diff --git a/Makefile.PL b/Makefile.PL
+index 3c92f12..00ff4e3 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,6 +1,5 @@
+ use 5.014000;
+ use ExtUtils::MakeMaker;
+-use Alien::cmake3;
+ use File::Spec::Functions qw/catfile/;
+ use Config;
+ 
+@@ -9,6 +8,12 @@ if ($Config{myuname} =~ /strawberry/i) {
+ $cmake_options = ($Config{cc} =~ /gcc/i) ? ' -G "MinGW Makefiles" ' : '';
+ }
+ 
++my $bundled = $ENV{IO_COMPRESS_BROTLI_BUNDLED} || 0;
++
++# Avoid unnecessary dependency
++use if $bundled, 'Alien::cmake3';
++
++
+ WriteMakefile(
+   NAME => 'IO::Compress::Brotli',
+   VERSION_FROM => 'lib/IO/Compress/Brotli.pm',
+@@ -23,6 +28,7 @@ WriteMakefile(
+   'Getopt::Long'  => '0',
+   'Time::HiRes'   => '0',
+   },
++  ( $bundled )  ? (
+   CONFIGURE_REQUIRES   => {
+   'Alien::cmake3' => '0',
+   },
+@@ -32,6 +38,9 @@ WriteMakefile(
+   INC  => '-Ibrotli/c/include',
+   MYEXTLIB => 'brotli/libbrotlienc$(LIB_EXT) 
brotli/libbrotlidec$(LIB_EXT) brotli/libbrotlicommon$(LIB_EXT)',
+   clean=> { FILES => 'brotli/Makefile 
brotli/libbrotlienc$(LIB_EXT) brotli/libbrotlidec$(LIB_EXT) 
brotli/libbrotlicommon$(LIB_EXT) brotli/CMakeCache.txt brotli/CMakeFiles/* 
brotli/CTestTestfile.cmake brotli/DartConfiguration.tcl brotli/brotli 
brotli/cmake_install.cmake brotli/libbrotlicommon.pc brotli/libbrotlidec.pc 
brotli/libbrotlienc.pc' },
++  ) : (
++  LIBS => ['-lbrotlienc -lbrotlidec'],
++  ),
+   META_ADD => {
+   dynamic_config => 0,
+   resources  => {
+@@ -41,6 +50,7 @@ WriteMakefile(
+ );
+ 
+ sub MY::postamble {
++return '' unless $bundled;
+ my @dirs = Alien::cmake3->bin_dir;
+ my $cmake = defined $dirs[0] ? catfile($dirs[0] , Alien::cmake3->exe) : 
Alien::cmake3->exe;
+ '



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2023-10-28 Thread Sam James
commit: 583c4e3061e3e8598368bcea4036f0a045198317
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 22:54:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 22:54:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583c4e30

sys-devel/gcc: add 13.2.1_p20231028

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-13.2.1_p20231028.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 72b71b3b0fc2..4b331a5c0d76 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -22,6 +22,7 @@ DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69ae
 DIST gcc-13-20230826.tar.xz 84285788 BLAKE2B 
c25be594e322dd7145245c42ae21b98aa9e3e6ae69f1fa313830e40bf2e8fcb8435762f1c9d3f1ca1dbf31653bdc76a658bec708b7850fe40a7c55504ac30618
 SHA512 
3d47632e90651bd50a881c727c1ef2aa3322b4fc3e082919ae430270901abf8a05a34fe93f8b678c10dc9a0758f93dc3b33ed5947c8743dab453d2b50c063722
 DIST gcc-13-20231014.tar.xz 84317080 BLAKE2B 
18c2326f203951d16904e4f2bf7fa0cd55da0460b19a9c9ce45de94b41fa71f8c1b8eb9d08700de427b3e02c2e61d3cbcc85cb6f27236717dca8359bfaf4c534
 SHA512 
406673a62deba759fc0532a801b3f57cabf894ea328587b23e62a707ba5767b0e3ae9b3f86bf3c6fcf13e8a3c30bc470e6598b625c8231efb629034211c162c2
 DIST gcc-13-20231021.tar.xz 84324516 BLAKE2B 
0b55e215eeb1240c9c03664e6e3b65b9321ad3ea6bfd81464a652bd58992bb5f80748ebdf0ea284feb4a50ced7ac4d19cb97f480ed5f98f753fbb93f831f799f
 SHA512 
f713492b0a92d3cd61e0f4d1ed8cdd70e5be7fb77df1ade54e760e800f213a7e6004cc7bdb338dffbd0b768f4c39a88d6b45e86b957f3ff689f2abf5c39686b1
+DIST gcc-13-20231028.tar.xz 84325916 BLAKE2B 
605584633791822d8d4719837cde8d60866cfab2f278e0b2a680211f9dcea1c70ccb5bf94fa366dbb5891abd5e5c0d07e066a503e91df22d5d7ffb304d733fc1
 SHA512 
51bce79290edd3f95f8d833369089a6369691edf8a4f6a1d4ab5a3ff7342f855045fcb85b81f13fe79691f42725774ceba052a0d5ec8e557857d309b46c65e8d
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-10.tar.xz 45860 BLAKE2B 
3c4f8179fc27c31c117bf9260cebbab0805e0977cb41084f2df5c6664121ae67f83deb882572b0bce8d5f20c0ec927eeac43e60d69ce8d4d5a263c1dddedecaf
 SHA512 
4088cc80278826043bc6a9819dfcfa09a251e256eca9a2654f1a83b9b54107ca08fbea0e9ab61593cb0b43fc42a3d87acbe095dc8f806c7010a3ac33148d5c9b
 DIST gcc-13.2.0-patches-7.tar.xz 37064 BLAKE2B 
4a8700a8d44bfaa84926f8bfd0da4c5b0c0377f47fc0679456e909f7c9029b9cf1b72c0ba0bc505d9035d5c38e27f7e5b029727eaf2bc7aca417a6be966b2f43
 SHA512 
f440c97e6782ecb8581d41608e31a648ac426e2d870bc1d171da7794cdeff2fd0546cae0c7214e72fd3a00ead8a5c66f3f633b670b74553a2f3a40378b51f20c

diff --git a/sys-devel/gcc/gcc-13.2.1_p20231028.ebuild 
b/sys-devel/gcc/gcc-13.2.1_p20231028.ebuild
new file mode 100644
index ..905d93979f46
--- /dev/null
+++ b/sys-devel/gcc/gcc-13.2.1_p20231028.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="13.2.0"
+PATCH_VER="10"
+MUSL_VER="2"
+MUSL_GCC_VER="13.2.0"
+
+if [[ ${PV} == *. ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=1
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$((${MY_PV_2} - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+if tc_is_live ; then
+   # Needs to be after inherit (for now?), bug #830908
+   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   # Don't keyword live ebuilds
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   :;
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEG

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

2023-10-28 Thread Sam James
commit: 18e96b9959bff4b4efd87d58fc2aa775f311dbdb
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 22:15:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 22:15:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e96b99

sys-libs/libxcrypt: Stabilize 4.4.36 ppc, #913517

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

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

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.36.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.36.ebuild
index ae56c53456ea..51562c02d41f 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.36.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.36.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="+compat split-usr static-libs +system test headers-only"
 REQUIRED_USE="split-usr? ( system )"
 RESTRICT="!test? ( test )"



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

2023-10-28 Thread Sam James
commit: bd8b5905e24067d0d4679e8b4e945fe5396b0442
Author: Paul Zander  gmail  com>
AuthorDate: Sat Oct 28 09:29:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 21:43:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8b5905

media-libs/opencolorio: fix 2.2.1 doc with newer doxygen

Closes: https://bugs.gentoo.org/916329

Signed-off-by: Paul Zander  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../opencolorio-2.2.1-support-doxygen-1.9.7.patch  | 184 +
 media-libs/opencolorio/opencolorio-2.2.1.ebuild|   1 +
 2 files changed, 185 insertions(+)

diff --git 
a/media-libs/opencolorio/files/opencolorio-2.2.1-support-doxygen-1.9.7.patch 
b/media-libs/opencolorio/files/opencolorio-2.2.1-support-doxygen-1.9.7.patch
new file mode 100644
index ..b3b4db802e96
--- /dev/null
+++ b/media-libs/opencolorio/files/opencolorio-2.2.1-support-doxygen-1.9.7.patch
@@ -0,0 +1,184 @@
+https://github.com/AcademySoftwareFoundation/OpenColorIO/commit/94da59daeb4647faa9b134665ad156f37cfa021d
+
+From 94da59daeb4647faa9b134665ad156f37cfa021d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?R=C3=A9mi=20Achard?= 
+Date: Tue, 30 May 2023 19:33:25 +0100
+Subject: [PATCH] Fix documentation build on Doxygen 1.9.7
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Rémi Achard 
+---
+ include/OpenColorIO/OpenColorIO.h| 29 ++--
+ include/OpenColorIO/OpenColorTypes.h | 25 +---
+ 2 files changed, 11 insertions(+), 43 deletions(-)
+
+diff --git a/include/OpenColorIO/OpenColorIO.h 
b/include/OpenColorIO/OpenColorIO.h
+index 313b9c631..1352771ff 100644
+--- a/include/OpenColorIO/OpenColorIO.h
 b/include/OpenColorIO/OpenColorIO.h
+@@ -733,11 +733,8 @@ class OCIOEXPORT Config
+ const char * getRoleColorSpace(const char * roleName) const noexcept;
+ 
+ /**
+- * \defgroup Methods related to displays and views.
+- * @{
+- */
+-
+-/**
++ * Methods related to displays and views.
++ *
+  * The following methods only manipulate active displays and views. Active
+  * displays and views are defined from an env. variable or from the 
config file.
+  *
+@@ -854,11 +851,8 @@ class OCIOEXPORT Config
+ /// Clear all the displays.
+ void clearDisplays();
+ 
+-/** @} */
+-
+ /**
+- * \defgroup Methods related to the Virtual Display.
+- * @{
++ * Methods related to the Virtual Display.
+  *
+  *  ...  (See descriptions for the non-virtual methods above.)
+  *
+@@ -938,8 +932,6 @@ class OCIOEXPORT Config
+  */
+ int instantiateDisplayFromICCProfile(const char * ICCProfileFilepath);
+ 
+-/** @} */
+-
+ /**
+  * \brief
+  * 
+@@ -1087,8 +1079,7 @@ class OCIOEXPORT Config
+ void clearViewTransforms();
+ 
+ /**
+- * \defgroup Methods related to named transforms.
+- * @{
++ * Methods related to named transforms.
+  */
+ 
+ /**
+@@ -1131,8 +1122,6 @@ class OCIOEXPORT Config
+ /// Clear all named transforms.
+ void clearNamedTransforms();
+ 
+-/** @} */
+-
+ // 
+ // File Rules
+ //
+@@ -2051,8 +2040,7 @@ class OCIOEXPORT ColorSpaceSet
+ const Impl * getImpl() const { return m_impl; }
+ };
+ 
+-/** \defgroup ColorSpaceSetOperators
+- *  @{
++/** ColorSpaceSetOperators
+  */
+ 
+ /**
+@@ -2092,8 +2080,6 @@ extern OCIOEXPORT ConstColorSpaceSetRcPtr 
operator&&(const ConstColorSpaceSetRcP
+ extern OCIOEXPORT ConstColorSpaceSetRcPtr operator-(const 
ConstColorSpaceSetRcPtr & lcss,
+ const 
ConstColorSpaceSetRcPtr & rcss);
+ 
+-/** @}*/
+-
+ 
+ //
+ // Look
+@@ -3669,8 +3655,7 @@ class OCIOEXPORT SystemMonitors
+ virtual bool isSupported() const noexcept = 0;
+ 
+ /**
+- * \defgroup Methods to access some information of the attached and 
active monitors.
+- * @{
++ * Methods to access some information of the attached and active monitors.
+  */
+ 
+ /// Get the number of active monitors reported by the operating system.
+@@ -3687,8 +3672,6 @@ class OCIOEXPORT SystemMonitors
+ /// Get the ICC profile path associated to the monitor.
+ virtual const char * getProfileFilepath(size_t idx) const = 0;
+ 
+-/** @} */
+-
+ protected:
+ SystemMonitors() = default;
+ virtual ~SystemMonitors() = default;
+diff --git a/include/OpenColorIO/OpenColorTypes.h 
b/include/OpenColorIO/OpenColorTypes.h
+index c400568ea..0df8310e9 100644
+--- a/include/OpenColorIO/OpenColorTypes.h
 b/include/OpenColorIO/OpenColorTypes.h
+@@ -726,8 +726,7 @@ extern OCIOEXPORT ExposureContrastStyle 
ExposureContrastStyleFromString(const ch
+ extern OCIOEXPORT const char * NegativeStyleToString(NegativeStyle style);
+ extern OCIOEXPORT NegativeStyle NegativeStyleFromString(const char * style);
+ 
+-/** \defgroup Env. variables.
+- *  @{
++/** Env. 

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

2023-10-28 Thread Sam James
commit: d811434cb7379d200e79c94cac17921e6dd3e0df
Author: Paul Zander  gmail  com>
AuthorDate: Sat Oct 28 12:12:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 21:43:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d811434c

media-libs/opencolorio: fix docs install directory

Signed-off-by: Paul Zander  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33563
Signed-off-by: Sam James  gentoo.org>

 media-libs/opencolorio/opencolorio-2.2.1.ebuild | 8 
 media-libs/opencolorio/opencolorio-2.3.0.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git a/media-libs/opencolorio/opencolorio-2.2.1.ebuild 
b/media-libs/opencolorio/opencolorio-2.2.1.ebuild
index ff0cf7ca4a81..638a4d840676 100644
--- a/media-libs/opencolorio/opencolorio-2.2.1.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.2.1.ebuild
@@ -126,6 +126,14 @@ src_configure() {
cmake_src_configure
 }
 
+src_install() {
+   cmake_src_install
+
+   # there are already files in ${ED}/usr/share/doc/${PF}
+   mv "${ED}/usr/share/doc/OpenColorIO/"* "${ED}/usr/share/doc/${PF}" || 
die
+   rmdir "${ED}/usr/share/doc/OpenColorIO" || die
+}
+
 src_test() {
virtx cmake_src_test
 }

diff --git a/media-libs/opencolorio/opencolorio-2.3.0.ebuild 
b/media-libs/opencolorio/opencolorio-2.3.0.ebuild
index f86fc7933d70..0ea5f92ccd4a 100644
--- a/media-libs/opencolorio/opencolorio-2.3.0.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.3.0.ebuild
@@ -155,6 +155,14 @@ src_configure() {
cmake_src_configure
 }
 
+src_install() {
+   cmake_src_install
+
+   # there are already files in ${ED}/usr/share/doc/${PF}
+   mv "${ED}/usr/share/doc/OpenColorIO/"* "${ED}/usr/share/doc/${PF}" || 
die
+   rmdir "${ED}/usr/share/doc/OpenColorIO" || die
+}
+
 src_test() {
virtx cmake_src_test
 }



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

2023-10-28 Thread Sam James
commit: 733358216f5b8ef3a135d27c684f3bbee8144f6c
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 21:44:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 21:44:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73335821

profiles/arch/base: fix opencolorio doc mask

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

 profiles/arch/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 355a676ca11b..004d9af566bb 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -144,7 +144,7 @@ x11-wm/mutter video_cards_nvidia
 
 # Bernd Waibel  (2021-06-11)
 # Has unpackaged dependencies, bug #795459
- (2021-03-27)
 # The clozurecl and clozurecl64 flags are now arch-specific in maxima,



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

2023-10-28 Thread Sam James
commit: 5ec2935c4a72141d81fbf2910128470321fdd92e
Author: Paul Zander  gmail  com>
AuthorDate: Sat Oct 28 10:49:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 21:43:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec2935c

media-libs/opencolorio: 2.3.0 Correctly recover CXX_FLAGS

>From https://github.com/AcademySoftwareFoundation/OpenColorIO/pull/1861

CXXFLAGS is backed up in the beginning of CheckSupportSSE2, but it is
not correctly recovered.

Signed-off-by: Paul Zander  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../files/opencolorio-2.3.0-fix-cxxflags.patch | 23 ++
 media-libs/opencolorio/opencolorio-2.3.0.ebuild|  1 +
 2 files changed, 24 insertions(+)

diff --git a/media-libs/opencolorio/files/opencolorio-2.3.0-fix-cxxflags.patch 
b/media-libs/opencolorio/files/opencolorio-2.3.0-fix-cxxflags.patch
new file mode 100644
index ..cefae22a00e6
--- /dev/null
+++ b/media-libs/opencolorio/files/opencolorio-2.3.0-fix-cxxflags.patch
@@ -0,0 +1,23 @@
+From d69edd3ef411853cd780b75cf260295a39a8a49f Mon Sep 17 00:00:00 2001
+From: Eric Renaud-Houde 
+Date: Wed, 20 Sep 2023 15:10:46 -0400
+Subject: [PATCH] Correctly reset CMAKE_CXX_FLAGS.
+
+Signed-off-by: Eric Renaud-Houde 
+---
+ share/cmake/utils/CheckSupportSSE2.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/share/cmake/utils/CheckSupportSSE2.cmake 
b/share/cmake/utils/CheckSupportSSE2.cmake
+index 8c929c7e9..6a07155de 100644
+--- a/share/cmake/utils/CheckSupportSSE2.cmake
 b/share/cmake/utils/CheckSupportSSE2.cmake
+@@ -59,7 +59,7 @@ else()
+ message(STATUS "Performing Test COMPILER_SUPPORTS_SSE2 - Failed")
+ endif()
+ 
+-set(CMAKE_REQUIRED_FLAGS "${_cmake_cxx_flags_orig}")
++set(CMAKE_CXX_FLAGS "${_cmake_cxx_flags_orig}")
+ unset(_cmake_cxx_flags_orig)
+ 
+ if(__universal_build)

diff --git a/media-libs/opencolorio/opencolorio-2.3.0.ebuild 
b/media-libs/opencolorio/opencolorio-2.3.0.ebuild
index a89bc43446ab..13f9c323a420 100644
--- a/media-libs/opencolorio/opencolorio-2.3.0.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.3.0.ebuild
@@ -82,6 +82,7 @@ RESTRICT="!test? ( test )"
 PATCHES=(
"${FILESDIR}/${PN}-2.2.1-adjust-python-installation.patch"
"${FILESDIR}/${PN}-2.3.0-support-yaml-cpp-0.8.0.patch"
+   "${FILESDIR}/${PN}-2.3.0-fix-cxxflags.patch"
 )
 
 pkg_setup() {



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

2023-10-28 Thread Sam James
commit: 4df03b53e1e18559ef77d9ed2e756db7f6262a3b
Author: Paul Zander  gmail  com>
AuthorDate: Sat Oct 28 11:01:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 21:43:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df03b53

media-libs/opencolorio: 2.3.0 support SIMD, drop old cmake option

reflect upstream changes in the ebuild:
  - dropped USE_SSE and added extended SIMD support
https://github.com/AcademySoftwareFoundation/OpenColorIO/commit/9cc24865599579f02fa07c09880518bef2058a03
arm support depends on
  - dropped OCIO_UISE_OIIO_CMAKE_CONFIG
https://github.com/AcademySoftwareFoundation/OpenColorIO/commit/e93efe3b703d491faf4c4ead0823fb0e48734b1b

Closes: https://bugs.gentoo.org/914863

Signed-off-by: Paul Zander  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 media-libs/opencolorio/opencolorio-2.3.0.ebuild | 35 ++---
 1 file changed, 32 insertions(+), 3 deletions(-)

diff --git a/media-libs/opencolorio/opencolorio-2.3.0.ebuild 
b/media-libs/opencolorio/opencolorio-2.3.0.ebuild
index 13f9c323a420..f86fc7933d70 100644
--- a/media-libs/opencolorio/opencolorio-2.3.0.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.3.0.ebuild
@@ -17,7 +17,12 @@ SLOT="0/$(ver_cut 1-2)"
 # minizip-ng: ~arm ~arm64 ~ppc64 ~riscv
 # osl: ~riscv
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="apps cpu_flags_x86_sse2 doc opengl python test"
+CPU_USE=(
+   x86_{avx,avx2,avx512f,f16c,sse2,sse3,sse4_1,sse4_2,ssse3}
+   # requires https://github.com/DLTcollab/sse2neon
+   # arm_neon
+)
+IUSE="apps ${CPU_USE[@]/#/cpu_flags_} doc opengl python test"
 # TODO: drop opengl? It does nothing without building either the apps or the 
testsuite
 REQUIRED_USE="
apps? ( opengl )
@@ -114,9 +119,33 @@ src_configure() {
"-DOCIO_BUILD_PYTHON=$(usex python)"
"-DOCIO_BUILD_TESTS=$(usex test)"
"-DOCIO_INSTALL_EXT_PACKAGES=NONE"
-   "-DOCIO_USE_OIIO_CMAKE_CONFIG=ON"
-   "-DOCIO_USE_SSE=$(usex cpu_flags_x86_sse2)"
+   # allow the user to tell OCIO to display more information when 
searching and building the dependencies.
+   # "-DOCIO_VERBOSE=YES"
+
+   "-DOCIO_USE_SIMD=ON"
)
+
+   if use amd64 || use x86 ; then
+   mycmakeargs+=(
+   "-DOCIO_USE_SSE2=$(usex cpu_flags_x86_sse2)"
+   "-DOCIO_USE_SSE3=$(usex cpu_flags_x86_sse3)"
+   "-DOCIO_USE_SSSE3=$(usex cpu_flags_x86_ssse3)"
+   "-DOCIO_USE_SSE4=$(usex cpu_flags_x86_sse4_1)"
+   "-DOCIO_USE_SSE42=$(usex cpu_flags_x86_sse4_2)"
+   "-DOCIO_USE_AVX=$(usex cpu_flags_x86_avx)"
+   "-DOCIO_USE_AVX2=$(usex cpu_flags_x86_avx2)"
+   "-DOCIO_USE_AVX512=$(usex cpu_flags_x86_avx512f)"
+   "-DOCIO_USE_F16C=$(usex cpu_flags_x86_f16c)"
+   )
+   fi
+
+   # requires https://github.com/DLTcollab/sse2neon
+   # if use arm || use arm64 ; then
+   #   mycmakeargs+=(
+   #   "-DOCIO_USE_SSE2NEON=$(usex cpu_flags_arm_neon)"
+   #   )
+   # fi
+
use python && mycmakeargs+=(
"-DOCIO_PYTHON_VERSION=${EPYTHON/python/}"
"-DPython_EXECUTABLE=${PYTHON}"



[gentoo-commits] repo/gentoo:master commit in: app-metrics/blackbox_exporter/

2023-10-28 Thread John Helmert III
commit: 55b6972bdc5a750b114f66086ee5c79d37c32ec1
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Oct 28 21:29:05 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Oct 28 21:39:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b6972b

app-metrics/blackbox_exporter: add 0.24.0

Bug: https://bugs.gentoo.org/883651
Signed-off-by: John Helmert III  gentoo.org>

 app-metrics/blackbox_exporter/Manifest |  2 +
 .../blackbox_exporter-0.24.0.ebuild| 55 ++
 2 files changed, 57 insertions(+)

diff --git a/app-metrics/blackbox_exporter/Manifest 
b/app-metrics/blackbox_exporter/Manifest
index 578db65eb20c..151c9bbbec2b 100644
--- a/app-metrics/blackbox_exporter/Manifest
+++ b/app-metrics/blackbox_exporter/Manifest
@@ -1,2 +1,4 @@
 DIST blackbox_exporter-0.21.1-deps.tar.xz 55088548 BLAKE2B 
a078e62ea071df29de3d8b7cd7fc957cd0eccdf076b3257c29513b0d15deaae383fc22273731b6a382c09ce6c51f2666bcd1430bf3f5e4b017189a32889048e1
 SHA512 
92f46ee0382c85399fe8d4d43b38e77ea81971000dc1b4bcff2d9fbe2b55a5936b712e2345690a5005b68daddde0419c20f2ff5def4058f6eb7a2d7972e8c0af
 DIST blackbox_exporter-0.21.1.tar.gz 79415 BLAKE2B 
3587b01c33c47f370d55120cf4fac5ceeabdb2e89ea14ca588def902c67b237e78bca755ea5eac102d6f081c60a7bd5e1e6e5de9c2e2df9cb78c2f6856c5ee17
 SHA512 
a4d5187db9c99279d01d22c42c6569be836def2a033bf60c8f0a3131d329d8ac934b5ee30d2e9f185c4743c88ca287803165f7910378eb2d1ff27ae7671ab690
+DIST blackbox_exporter-0.24.0-deps.tar.xz 44271112 BLAKE2B 
acda81de9f45e7558c554566cef767c25ba59788ff31859bca16bb6bb8e64a8e7405969482ce96d64ee7df425264a253b6ca5364b91795b77a785d7d304a1964
 SHA512 
21e2c709ee44d4aedf796fd9a8d2eccd884978ccd770e1776653e7c5cc16a885f3f985b59705f4862d71520b9e78bce7d7fdb876531c27ccf8d9cf13da14febd
+DIST blackbox_exporter-0.24.0.tar.gz 69061 BLAKE2B 
a82137bfe8b911468ec05360f69a612e3bf2bb4094ce0d44b7499345484159beac06fc0d7f657ff4982b839d2d90759c04590eea1f3192a1e84d3dfb9a3ccfa8
 SHA512 
0c2c19d5a44465838d17c46318804416d32ed229c9d882d064559c2fec41d82029d0f5b7e5c8e6fb6e3473c41b53ae2a4a6c6e65ffacac3afe4263a48c698c29

diff --git a/app-metrics/blackbox_exporter/blackbox_exporter-0.24.0.ebuild 
b/app-metrics/blackbox_exporter/blackbox_exporter-0.24.0.ebuild
new file mode 100644
index ..5ade1463090d
--- /dev/null
+++ b/app-metrics/blackbox_exporter/blackbox_exporter-0.24.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit fcaps go-module systemd
+GIT_COMMIT=0dd0455
+MY_PV="v${PV/_rc/-rc.}"
+
+DESCRIPTION="Prometheus exporter for blackbox probing via HTTP, HTTPS, DNS, 
TCP and ICMP"
+HOMEPAGE="https://github.com/prometheus/blackbox_exporter;
+SRC_URI="https://github.com/prometheus/blackbox_exporter/archive/${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI+=" 
https://dev.gentoo.org/~ajak/dist/${CATEGORY}/${PN}/${P}-deps.tar.xz;
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+COMMON_DEPEND="acct-group/blackbox_exporter
+   acct-user/blackbox_exporter"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+BDEPEND="dev-util/promu"
+
+FILECAPS=(
+   cap_net_raw usr/bin/blackbox_exporter
+)
+
+# tests require the network
+RESTRICT+=" test "
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s/{{.Branch}}/Head/" \
+   -e "s/{{.Revision}}/${GIT_COMMIT}/" \
+   -e "s/{{.Version}}/${PV}/" .promu.yml || die
+}
+
+src_compile() {
+   promu build -v --prefix bin || die
+}
+
+src_install() {
+   newbin bin/${P} ${PN}
+   dodoc {README,CHANGELOG,CONFIGURATION}.md blackbox.yml
+   insinto /etc/blackbox_exporter
+   newins example.yml blackbox.yml
+   keepdir /var/lib/blackbox_exporter /var/log/blackbox_exporter
+   systemd_dounit "${FILESDIR}"/blackbox_exporter.service
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   fowners ${PN}:${PN} /var/lib/blackbox_exporter 
/var/log/blackbox_exporter
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/sway-audio-idle-inhibit/

2023-10-28 Thread Brett Alcox
commit: ef642b60369ba1fa13313b36827422c5d1df9168
Author: brettalcox  gmail  com>
AuthorDate: Sat Oct 28 20:39:10 2023 +
Commit: Brett Alcox  gmail  com>
CommitDate: Sat Oct 28 20:39:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef642b60

gui-apps/sway-audio-idle-inhibit: new package, add 

Signed-off-by: brettalcox  gmail.com>

 gui-apps/sway-audio-idle-inhibit/metadata.xml| 10 ++
 .../sway-audio-idle-inhibit-.ebuild  | 20 
 2 files changed, 30 insertions(+)

diff --git a/gui-apps/sway-audio-idle-inhibit/metadata.xml 
b/gui-apps/sway-audio-idle-inhibit/metadata.xml
new file mode 100644
index 00..6e1796c10d
--- /dev/null
+++ b/gui-apps/sway-audio-idle-inhibit/metadata.xml
@@ -0,0 +1,10 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   brettal...@gmail.com
+   
+   
+   ErikReider/SwayAudioIdleInhibit
+   
+

diff --git 
a/gui-apps/sway-audio-idle-inhibit/sway-audio-idle-inhibit-.ebuild 
b/gui-apps/sway-audio-idle-inhibit/sway-audio-idle-inhibit-.ebuild
new file mode 100644
index 00..64febe12b2
--- /dev/null
+++ b/gui-apps/sway-audio-idle-inhibit/sway-audio-idle-inhibit-.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3 meson
+
+DESCRIPTION="Prevents swayidle from idle when an application is outputting or 
receiving audio"
+HOMEPAGE="https://github.com/ErikReider/SwayAudioIdleInhibit;
+EGIT_REPO_URI="https://github.com/ErikReider/SwayAudioIdleInhibit.git;
+
+LICENSE="GPL-3"
+SLOT="0/"
+
+DEPEND="
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   media-libs/libpulse
+"
+RDEPEND="${DEPEND}"



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

2023-10-28 Thread Arthur Zamarin
commit: 6dc346f48b784886a5e77807003b989ba55cfb12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:05:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:05:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc346f4

net-libs/mbedtls: Stabilize 2.28.5 x86, #916397

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

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

diff --git a/net-libs/mbedtls/mbedtls-2.28.5.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
index 57e2184e50ba..d21640c70eff 100644
--- a/net-libs/mbedtls/mbedtls-2.28.5.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads 
zlib"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Arthur Zamarin
commit: 2157111a7609c47866070c54fee922881b3ef477
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:03:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:03:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2157111a

x11-base/xorg-server: Stabilize 21.1.9 amd64, #916437

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

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

diff --git a/x11-base/xorg-server/xorg-server-21.1.9.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
index df57d18a169b..35b7a6f7af73 100644
--- a/x11-base/xorg-server/xorg-server-21.1.9.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"



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

2023-10-28 Thread Arthur Zamarin
commit: 9fd4f584f99ee8438313a176426efe4a9aca9a48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:03:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:03:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd4f584

x11-base/xorg-server: Stabilize 21.1.9 x86, #916437

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

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

diff --git a/x11-base/xorg-server/xorg-server-21.1.9.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
index ad59589be97b..df57d18a169b 100644
--- a/x11-base/xorg-server/xorg-server-21.1.9.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"



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

2023-10-28 Thread Arthur Zamarin
commit: ed0e9bec79ce6a63a8607e18aad76509ce74b8e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:02:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:02:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0e9bec

media-libs/netpbm: Stabilize 11.2.4 amd64, #916432

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

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

diff --git a/media-libs/netpbm/netpbm-11.2.4.ebuild 
b/media-libs/netpbm/netpbm-11.2.4.ebuild
index b55db8280286..24a88aa6687e 100644
--- a/media-libs/netpbm/netpbm-11.2.4.ebuild
+++ b/media-libs/netpbm/netpbm-11.2.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
 SLOT="0/stable.102"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
 
 # app-text/ghostscript-gpl is really needed for postscript



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

2023-10-28 Thread Arthur Zamarin
commit: eff1261b3d858155c82126e9e200551dc6a34bf3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:02:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:02:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff1261b

net-libs/mbedtls: Stabilize 2.28.5 ppc64, #916397

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

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

diff --git a/net-libs/mbedtls/mbedtls-2.28.5.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
index 67f6a6cea952..57e2184e50ba 100644
--- a/net-libs/mbedtls/mbedtls-2.28.5.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads 
zlib"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Arthur Zamarin
commit: 0f825ec13592d113037fbb0e0cdff82080272386
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:02:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:02:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f825ec1

media-libs/netpbm: Stabilize 11.2.4 ppc64, #916432

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

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

diff --git a/media-libs/netpbm/netpbm-11.2.4.ebuild 
b/media-libs/netpbm/netpbm-11.2.4.ebuild
index 24a88aa6687e..8f4e60d5e581 100644
--- a/media-libs/netpbm/netpbm-11.2.4.ebuild
+++ b/media-libs/netpbm/netpbm-11.2.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
 SLOT="0/stable.102"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
 
 # app-text/ghostscript-gpl is really needed for postscript



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

2023-10-28 Thread Arthur Zamarin
commit: e0b83c13eee26b123b0f80f18ee39467677169d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:02:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:02:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b83c13

net-libs/mbedtls: Stabilize 2.28.5 ppc, #916397

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

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

diff --git a/net-libs/mbedtls/mbedtls-2.28.5.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
index dafdee05d729..c78d2a6b90f5 100644
--- a/net-libs/mbedtls/mbedtls-2.28.5.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads 
zlib"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Arthur Zamarin
commit: 1cb2074a8ba0aee9cf11636df5ce0d4870f23453
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:02:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:02:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb2074a

net-libs/mbedtls: Stabilize 2.28.5 amd64, #916397

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

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

diff --git a/net-libs/mbedtls/mbedtls-2.28.5.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
index c78d2a6b90f5..67f6a6cea952 100644
--- a/net-libs/mbedtls/mbedtls-2.28.5.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads 
zlib"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Arthur Zamarin
commit: d4ded52af90cae2929310258ab70ebf7a914dfbc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 20:02:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 20:02:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ded52a

media-libs/netpbm: Stabilize 11.2.4 ppc, #916432

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

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

diff --git a/media-libs/netpbm/netpbm-11.2.4.ebuild 
b/media-libs/netpbm/netpbm-11.2.4.ebuild
index aae1ffd8ae19..b55db8280286 100644
--- a/media-libs/netpbm/netpbm-11.2.4.ebuild
+++ b/media-libs/netpbm/netpbm-11.2.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
 SLOT="0/stable.102"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
 
 # app-text/ghostscript-gpl is really needed for postscript



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

2023-10-28 Thread Cara Salter
commit: b2b624369cc96cde1663f56dc7b52da26ee7ee35
Author: Cara Salter  devcara  com>
AuthorDate: Sat Oct 28 19:37:06 2023 +
Commit: Cara Salter  devcara  com>
CommitDate: Sat Oct 28 19:52:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2b62436

www-apps/zola: new package, add 0.17.2

Signed-off-by: Cara Salter  devcara.com>

 www-apps/zola/Manifest   | 431 
 www-apps/zola/zola-0.17.2.ebuild | 461 +++
 2 files changed, 892 insertions(+)

diff --git a/www-apps/zola/Manifest b/www-apps/zola/Manifest
new file mode 100644
index 00..6a8261bd19
--- /dev/null
+++ b/www-apps/zola/Manifest
@@ -0,0 +1,431 @@
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
+DIST ahash-0.8.3.crate 42416 BLAKE2B 
84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6
 SHA512 
cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
+DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
+DIST ammonia-3.3.0.crate 46061 BLAKE2B 
082ee30f39ad788c9ae87888f003c2f6d08fbea7ae4983f1f5419c87c5303d860ecabf6f530bb76ff03da44c1f72f664053da79e6e3f4991e39b23104bcedd97
 SHA512 
8bed262b3790a5629918f188c246f0039f4e3b46908b367993e61c280a99c775b85982bb5cdce5c66781a40b8b7f8ab1ebbe2900d590ee3ba0788dd5d854b155
+DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
+DIST any_ascii-0.1.7.crate 220683 BLAKE2B 
77342934676213b4898158ab03f1f73826d8aba212c47ded874d42c7ff8a0d95ccd88950381348fddf895bfc5570fa81ad3459fe10f52ba630c0e50c75dcacaf
 SHA512 
3fe4e0c10c32983c3c725a5930f0bf7c752942c6dd0818b93bae9808e72d5a87725733a85b11cabb8fea630f524fd4b7a13160112f8bb7cc24515bcc384d6dbc
+DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
+DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
+DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
+DIST assert-json-diff-2.0.2.crate 10874 BLAKE2B 
41ad996270b425f6dfec41bbf538e6e235fede9bd65a1c54908013e0a2eea8a5fcbb692842dd62f02cc94c6f907ba41cb14c0ef6ce793cedc441753d5d179634
 SHA512 
73aaf6411a552b24ab69d2f13e1c5880a96f84cb1b62dcf67a15f4889f80947c085826e4ed2fffd5cc28351842538d0de91ede45397d349099602c4719f559e8
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST base64-0.21.0.crate 72180 BLAKE2B 
c7aeaf671bdeac67703f9c4ee1be003eb8d6f46fbaa0adf61a4da304458742938db04291d5f626115e3fcc901eb3abb3f9baf8247f6344b4d49f60a200fc6fd2
 SHA512 

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

2023-10-28 Thread Sam James
commit: f7925184bfe3cf84de5cb8991bbb78f066dfe5e0
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 19:48:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:48:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7925184

dev-python/pandas: crank minimum meson version

See upstream commit 85062f0e09590b7da3edfe1cabd427f224180b9e.

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

 dev-python/pandas/pandas-2.1.1-r1.ebuild | 1 +
 dev-python/pandas/pandas-2.1.1.ebuild| 1 +
 dev-python/pandas/pandas-2.1.2.ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-python/pandas/pandas-2.1.1-r1.ebuild 
b/dev-python/pandas/pandas-2.1.1-r1.ebuild
index 54ae315b0983..8dbe96c196bc 100644
--- a/dev-python/pandas/pandas-2.1.1-r1.ebuild
+++ b/dev-python/pandas/pandas-2.1.1-r1.ebuild
@@ -73,6 +73,7 @@ COMMON_DEPEND="
 "
 BDEPEND="
${COMMON_DEPEND}
+   >=dev-util/meson-1.2.1
>=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
>=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
test? (

diff --git a/dev-python/pandas/pandas-2.1.1.ebuild 
b/dev-python/pandas/pandas-2.1.1.ebuild
index adcb8e35fa17..fa83e845a694 100644
--- a/dev-python/pandas/pandas-2.1.1.ebuild
+++ b/dev-python/pandas/pandas-2.1.1.ebuild
@@ -73,6 +73,7 @@ COMMON_DEPEND="
 "
 BDEPEND="
${COMMON_DEPEND}
+   >=dev-util/meson-1.2.1
>=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
>=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
test? (

diff --git a/dev-python/pandas/pandas-2.1.2.ebuild 
b/dev-python/pandas/pandas-2.1.2.ebuild
index 54ae315b0983..8dbe96c196bc 100644
--- a/dev-python/pandas/pandas-2.1.2.ebuild
+++ b/dev-python/pandas/pandas-2.1.2.ebuild
@@ -73,6 +73,7 @@ COMMON_DEPEND="
 "
 BDEPEND="
${COMMON_DEPEND}
+   >=dev-util/meson-1.2.1
>=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
>=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
test? (



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

2023-10-28 Thread Sam James
commit: 0d76143b407de009564622849d36a27b7622733a
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 19:49:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:49:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d76143b

net-libs/mbedtls: Stabilize 2.28.5 arm, #916397

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

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

diff --git a/net-libs/mbedtls/mbedtls-2.28.5.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
index 16378fe6bd3e..dafdee05d729 100644
--- a/net-libs/mbedtls/mbedtls-2.28.5.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads 
zlib"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: ad44be3a0c1777c3f5c4928e33d3d0ae3e3a6529
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 19:49:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:49:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad44be3a

x11-base/xorg-server: Stabilize 21.1.9 ppc64, #916437

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

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

diff --git a/x11-base/xorg-server/xorg-server-21.1.9.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
index 7ff9642ab420..ad59589be97b 100644
--- a/x11-base/xorg-server/xorg-server-21.1.9.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"



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

2023-10-28 Thread Sam James
commit: e6b90e964a90297f2f56cf63563181ec0a1fc09b
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 19:49:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:49:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b90e96

net-libs/mbedtls: Stabilize 2.28.5 arm64, #916397

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

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

diff --git a/net-libs/mbedtls/mbedtls-2.28.5.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
index 1acaeba4a1ca..16378fe6bd3e 100644
--- a/net-libs/mbedtls/mbedtls-2.28.5.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads 
zlib"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Sam James
commit: 703be0546df20636e2e5a34746bc3cf263360edd
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 19:38:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:38:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703be054

x11-base/xorg-server: Stabilize 21.1.9 sparc, #916437

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

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

diff --git a/x11-base/xorg-server/xorg-server-21.1.9.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
index 8d6d20be2f40..7ff9642ab420 100644
--- a/x11-base/xorg-server/xorg-server-21.1.9.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"



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

2023-10-28 Thread Sam James
commit: b465fdbfa7432627d207a6305b63cac882120c86
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 07:07:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:37:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b465fdbf

app-text/lcdf-typetools: avoid known GCC ICE with -fdevirtualize-at-ltrans

Bug: https://gcc.gnu.org/PR100010
Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
index aa9f0d5ab6c7..bdf2d563b39f 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,6 +19,9 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 src_configure() {
+   # gcc ICE with LTO: https://gcc.gnu.org/PR100010
+   filter-flags -fdevirtualize-at-ltrans
+
use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
econf $(use_with kpathsea)
 }



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

2023-10-28 Thread Sam James
commit: 649b66651e1f4f01b83b798a6e6ce1ea82a26a28
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 19:38:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:38:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649b6665

media-libs/netpbm: Stabilize 11.2.4 sparc, #916432

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

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

diff --git a/media-libs/netpbm/netpbm-11.2.4.ebuild 
b/media-libs/netpbm/netpbm-11.2.4.ebuild
index d081dee154f7..aae1ffd8ae19 100644
--- a/media-libs/netpbm/netpbm-11.2.4.ebuild
+++ b/media-libs/netpbm/netpbm-11.2.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
 SLOT="0/stable.102"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
 
 # app-text/ghostscript-gpl is really needed for postscript



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2023-10-28 Thread Sam James
commit: 0dab45b41cf2e5f657eae72c6e767add5dec1c30
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Oct 28 08:35:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:37:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dab45b4

sys-process/procps: fix configure error without ncurses

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-process/procps/procps-4.0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-process/procps/procps-4.0.4.ebuild 
b/sys-process/procps/procps-4.0.4.ebuild
index 4893ec50a829..de35e92d943b 100644
--- a/sys-process/procps/procps-4.0.4.ebuild
+++ b/sys-process/procps/procps-4.0.4.ebuild
@@ -17,6 +17,7 @@ LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+"
 SLOT="0/0-ng"
 KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test 
unicode"
+REQUIRED_USE="unicode? ( ncurses )"
 RESTRICT="!test? ( test )"
 
 DEPEND="



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

2023-10-28 Thread Sam James
commit: fecb264f646ab15fc2e5cfc9bbd59f86c370663f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Oct 28 08:24:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:37:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fecb264f

sys-apps/smartmontools: stable 7.4 for sparc, bug #914891

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sys-apps/smartmontools/smartmontools-7.4.ebuild 
b/sys-apps/smartmontools/smartmontools-7.4.ebuild
index 7a4d4c1bf189..62de3e775865 100644
--- a/sys-apps/smartmontools/smartmontools-7.4.ebuild
+++ b/sys-apps/smartmontools/smartmontools-7.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools subversion
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"



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

2023-10-28 Thread Sam James
commit: 4846a1168b4bdf7128617d67bbee1a660e475b42
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 19:38:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:38:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4846a116

net-libs/mbedtls: Stabilize 2.28.5 sparc, #916397

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

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

diff --git a/net-libs/mbedtls/mbedtls-2.28.5.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
index 5572ea122e71..1acaeba4a1ca 100644
--- a/net-libs/mbedtls/mbedtls-2.28.5.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads 
zlib"
 RESTRICT="!test? ( test )"
 



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

2023-10-28 Thread Michał Górny
commit: 8f1cf9ac987b3f53cb0182a7e304b01e9bf47f0c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 19:23:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 19:23:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1cf9ac

dev-python/amodem: Enable py3.12

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

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

diff --git a/dev-python/amodem/amodem-1.15.4.ebuild 
b/dev-python/amodem/amodem-1.15.4.ebuild
index 2244381e491e..f3417042e559 100644
--- a/dev-python/amodem/amodem-1.15.4.ebuild
+++ b/dev-python/amodem/amodem-1.15.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-10-28 Thread Michał Górny
commit: c419bd99ddacb326857172ba781a3c234dc9a519
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 19:20:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 19:20:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c419bd99

dev-python/agate: Enable py3.12

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

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

diff --git a/dev-python/agate/agate-1.9.0.ebuild 
b/dev-python/agate/agate-1.9.0.ebuild
index bf35fa27a14c..3452927edab1 100644
--- a/dev-python/agate/agate-1.9.0.ebuild
+++ b/dev-python/agate/agate-1.9.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-10-28 Thread Arthur Zamarin
commit: 87575aa7f818dde6357a75e5d3db09fc142eed90
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 18:52:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 18:52:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87575aa7

x11-base/xorg-server: Stabilize 21.1.9 ppc, #916437

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

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

diff --git a/x11-base/xorg-server/xorg-server-21.1.9.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
index 57f964cb71b7..8d6d20be2f40 100644
--- a/x11-base/xorg-server/xorg-server-21.1.9.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.9.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"



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

2023-10-28 Thread Michał Górny
commit: ff943fcfc106395e582f6f8132173f6b4879272b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 18:32:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 18:32:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff943fcf

dev-python/pysrt: Enable py3.12

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

 dev-python/pysrt/pysrt-1.1.2-r1.ebuild | 18 +++---
 dev-python/pysrt/pysrt-.ebuild | 12 +---
 2 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/dev-python/pysrt/pysrt-1.1.2-r1.ebuild 
b/dev-python/pysrt/pysrt-1.1.2-r1.ebuild
index 9c4b2eee378c..3dcd3f63654d 100644
--- a/dev-python/pysrt/pysrt-1.1.2-r1.ebuild
+++ b/dev-python/pysrt/pysrt-1.1.2-r1.ebuild
@@ -4,11 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Python library used to edit or create SubRip files"
-HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/;
+HOMEPAGE="
+   https://github.com/byroot/pysrt/
+   https://pypi.org/project/pysrt/
+"
 if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/byroot/pysrt.git;
@@ -20,6 +24,14 @@ fi
 LICENSE="GPL-3+"
 SLOT="0"
 
-RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest
+
+src_prepare() {
+   # 
https://github.com/byroot/pysrt/commit/93f52f6d4f70f4e18dc71deeaae0ec1e9100a50f
+   sed -i -e 's:assertEquals:assertEqual:' tests/*.py || die
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/pysrt/pysrt-.ebuild 
b/dev-python/pysrt/pysrt-.ebuild
index 5943e93f9f56..122ca75948b9 100644
--- a/dev-python/pysrt/pysrt-.ebuild
+++ b/dev-python/pysrt/pysrt-.ebuild
@@ -4,11 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Python library used to edit or create SubRip files"
-HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/;
+HOMEPAGE="
+   https://github.com/byroot/pysrt/
+   https://pypi.org/project/pysrt/
+"
 if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/byroot/pysrt.git;
@@ -20,6 +24,8 @@ fi
 LICENSE="GPL-3+"
 SLOT="0"
 
-RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest



  1   2   3   >