[gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/

2023-03-16 Thread Michał Górny
commit: 2af66b846d3b6d8c9716c4102b805e158d8dc6e0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af66b84

net-proxy/sshuttle: Use pypi.eclass

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

 net-proxy/sshuttle/sshuttle-1.1.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild 
b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild
index 3371a844ea40..f2826293e380 100644
--- a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild
+++ b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild
@@ -15,11 +15,10 @@ SSHUTTLE_DOCS_USEFLAG="+doc"
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 linux-info
+inherit distutils-r1 linux-info pypi
 
 DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"
 HOMEPAGE="https://github.com/sshuttle/sshuttle 
https://pypi.org/project/sshuttle/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 if [[ ${SSHUTTLE_DOCS_PREBUILT} == 1 ]] ; then
SRC_URI+=" !doc? ( 
https://dev.gentoo.org/~${SSHUTTLE_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${SSHUTTLE_DOCS_VERSION}-docs.tar.xz
 )"
 



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

2023-03-16 Thread Michał Górny
commit: 0f59a0fca39b2f5386776f999259772af6510228
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f59a0fc

dev-python/jupyter: Use pypi.eclass

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

 dev-python/jupyter/jupyter-1.0.0-r4.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild 
b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
index c08d2cc1df5f..9f1b69fc86c0 100644
--- a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
+++ b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
@@ -6,14 +6,14 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go"
 HOMEPAGE="https://jupyter.org;
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   
https://patch-diff.githubusercontent.com/raw/jupyter/jupyter/pull/198.patch -> 
${P}-file-colision.patch
-   "
+SRC_URI+="
+   
https://patch-diff.githubusercontent.com/raw/jupyter/jupyter/pull/198.patch
+   -> ${P}-file-colision.patch
+"
 
 LICENSE="BSD"
 SLOT="0"



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

2023-03-16 Thread Michał Górny
commit: 05568709dca87baf6dc2602f2336f05d1942ff2b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:58:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05568709

dev-python/citeproc-py: Use pypi.eclass

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

 dev-python/citeproc-py/citeproc-py-0.6.0.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild 
b/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
index fc213ba3c5d8..b3938812ea05 100644
--- a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
+++ b/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
@@ -3,20 +3,22 @@
 
 EAPI=8
 
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..10} )
 
 # Keep synced with tests/citeproc-test.py
 TEST_SUITE_COMMIT="c3db429ab7c6b9b9ccaaa6d3c6bb9e503f0d7b11"
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Yet another Python CSL Processor"
 HOMEPAGE="https://pypi.org/project/citeproc-py/;
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
test? (
-   
https://github.com/citation-style-language/test-suite/archive/${TEST_SUITE_COMMIT}.tar.gz
 -> ${PN}-test-suite-${TEST_SUITE_COMMIT}.tar.gz
-   )"
+   
https://github.com/citation-style-language/test-suite/archive/${TEST_SUITE_COMMIT}.tar.gz
+   -> ${PN}-test-suite-${TEST_SUITE_COMMIT}.tar.gz
+   )
+"
 
 LICENSE="BSD-2"
 SLOT="0"



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

2023-03-16 Thread Michał Górny
commit: c622d6d6f82e6ad2a98b551e2913593a68de4c48
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 05:11:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c622d6d6

dev-python/httpcore: Bump to 0.17.0

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

 dev-python/httpcore/Manifest   |  1 +
 dev-python/httpcore/httpcore-0.17.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 8de6d298cf02..bf20db5dbc27 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1 +1,2 @@
 DIST httpcore-0.16.3.gh.tar.gz 79132 BLAKE2B 
c06d55ce1390085db6c15d3e96160cfb037a935d1298304856defd1778783ad1954924a48653ce165dae9cde18abec157aa72865f57e97d91a564d1b823c863c
 SHA512 
d889da0a3fee4f190ecc3981b8af34fa9b285d00f4ad92158a085c65f3ad8fa5a97a8c711bd51f8b9518b9d2c90ecd457dee1a3d7bbf853715473f4707cc421a
+DIST httpcore-0.17.0.gh.tar.gz 82103 BLAKE2B 
a12d2843cd19f98d86868802fbb5af37f7223e6cbdb64ec4a36bda93237543d940cc7e71647ffbee67de57b46900a9496f2d3019d9bf0ac4cb74f5d13232708d
 SHA512 
4bec9830df75b35a470e745955058e86cb4cc59c0eacef8d67d76be91c9297009f9af2bf745bf553607a60ff5fd2eaee5b8a497bb8b48ba3daffa08e80188ef4

diff --git a/dev-python/httpcore/httpcore-0.17.0.ebuild 
b/dev-python/httpcore/httpcore-0.17.0.ebuild
new file mode 100644
index ..f5a9e34828ce
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.17.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="A minimal low-level HTTP client"
+HOMEPAGE="
+   https://www.encode.io/httpcore/
+   https://github.com/encode/httpcore/
+   https://pypi.org/project/httpcore/
+"
+SRC_URI="
+   https://github.com/encode/httpcore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   

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

2023-03-16 Thread Michał Górny
commit: 486487d07e3f5a9e84028dae28acf78b3186a07e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486487d0

dev-python/enzyme: Use pypi.eclass

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

 dev-python/enzyme/enzyme-0.4.1-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/enzyme/enzyme-0.4.1-r3.ebuild 
b/dev-python/enzyme/enzyme-0.4.1-r3.ebuild
index 2f63adf040e5..532cb307588f 100644
--- a/dev-python/enzyme/enzyme-0.4.1-r3.ebuild
+++ b/dev-python/enzyme/enzyme-0.4.1-r3.ebuild
@@ -7,12 +7,11 @@ DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE='xml(+)'
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python video metadata parser"
 HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.org/project/enzyme/;
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip 
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbclassic/, dev-python/pytest_jupyter/, dev-python/ipyparallel/, ...

2023-03-16 Thread Michał Górny
commit: 54fd07e667e5b28d2f8b60e31fbf57b0059266e5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 05:06:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fd07e6

Rename dev-python/{jupyter_server → jupyter-server}

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

 dev-python/ipyparallel/ipyparallel-8.4.1.ebuild | 2 +-
 dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild | 2 +-
 dev-python/jupyter-server-fileid/jupyter-server-fileid-0.8.0.ebuild | 2 +-
 dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild   | 2 +-
 .../jupyter-server-terminals/jupyter-server-terminals-0.4.4.ebuild  | 2 +-
 dev-python/{jupyter_server => jupyter-server}/Manifest  | 0
 .../files/jupyter-server-2.0.1-skip-npm.patch}  | 0
 .../jupyter-server-2.4.0.ebuild}| 0
 dev-python/{jupyter_server => jupyter-server}/metadata.xml  | 0
 .../jupyter_server_mathjax/jupyter_server_mathjax-0.2.6.ebuild  | 2 +-
 dev-python/jupyterlab-server/jupyterlab-server-2.20.0.ebuild| 6 +++---
 dev-python/jupyterlab/jupyterlab-3.5.3.ebuild   | 2 +-
 dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild| 2 +-
 dev-python/nbclassic/nbclassic-0.5.1.ebuild | 2 +-
 dev-python/nbdime/nbdime-3.1.1-r2.ebuild| 2 +-
 dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild  | 4 ++--
 dev-python/pytest_jupyter/pytest_jupyter-0.6.2.ebuild   | 2 +-
 profiles/base/package.use.mask  | 2 +-
 profiles/updates/1Q-2023| 1 +
 19 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild 
b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
index f34f5b06a4bd..3edb9fe27d67 100644
--- a/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-python/traitlets-4.3[${PYTHON_USEDEP}]
>=dev-python/ipython-4[${PYTHON_USEDEP}]
dev-python/jupyter_client[${PYTHON_USEDEP}]
-   dev-python/jupyter_server[${PYTHON_USEDEP}]
+   dev-python/jupyter-server[${PYTHON_USEDEP}]
>=dev-python/ipykernel-4.4[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]

diff --git a/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild 
b/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild
index 735722091cfd..11dd9c072091 100644
--- a/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild
+++ b/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild
@@ -21,7 +21,7 @@ RESTRICT="test"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_server-1.1.2[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.1.2[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest

diff --git 
a/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.8.0.ebuild 
b/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.8.0.ebuild
index 158c58539de2..8655bfad84b2 100644
--- a/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.8.0.ebuild
+++ b/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.8.0.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   dev-python/jupyter_server[${PYTHON_USEDEP}]
+   dev-python/jupyter-server[${PYTHON_USEDEP}]
~dev-python/jupyter_events-0.5.0[${PYTHON_USEDEP}]
 "
 

diff --git a/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild 
b/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild
index b7d96bbda0a0..4b1aef499b80 100644
--- a/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild
+++ b/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_server-1.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.0[${PYTHON_USEDEP}]
>=dev-python/simpervisor-0.4[${PYTHON_USEDEP}]
 "
 BDEPEND="dev-python/jupyter_packaging[${PYTHON_USEDEP}]"

diff --git 
a/dev-python/jupyter-server-terminals/jupyter-server-terminals-0.4.4.ebuild 
b/dev-python/jupyter-server-terminals/jupyter-server-terminals-0.4.4.ebuild
index 22012eed678d..0ffaf8a0fa56 100644
--- a/dev-python/jupyter-server-terminals/jupyter-server-terminals-0.4.4.ebuild
+++ b/dev-python/jupyter-server-terminals/jupyter-server-terminals-0.4.4.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 
 BDEPEND="
test? (
-   dev-python/jupyter_server[${PYTHON_USEDEP}]
+   dev-python/jupyter-server[${PYTHON_USEDEP}]
dev-python/pytest_jupyter[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)

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

2023-03-16 Thread Michał Górny
commit: a6172ed53eb13fa919f91e4f4b0662e5fcd54f6a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6172ed5

dev-python/pyacoustid: Use pypi.eclass

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

 dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
index 0b0c3a8fd45f..b77542b9ba82 100644
--- a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
@@ -5,12 +5,11 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
 HOMEPAGE="https://pypi.org/project/pyacoustid/;
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
test? (

https://s3.wasabisys.com/blocsonic/releases/maxblocs/bsmx0198/01-Follow_192kb.mp3
-> ${PN}-test.mp3



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

2023-03-16 Thread Michał Górny
commit: 26190b2e54b0b9893dab3fbc605bbc412022f467
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26190b2e

dev-python/reportlab: Use pypi.eclass

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

 dev-python/reportlab/reportlab-3.6.12.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/reportlab/reportlab-3.6.12.ebuild 
b/dev-python/reportlab/reportlab-3.6.12.ebuild
index bc6c31b37a71..88abb16d03fb 100644
--- a/dev-python/reportlab/reportlab-3.6.12.ebuild
+++ b/dev-python/reportlab/reportlab-3.6.12.ebuild
@@ -6,15 +6,14 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Tools for generating printable PDF documents from any data source"
 HOMEPAGE="
https://www.reportlab.com/
https://pypi.org/project/reportlab/
 "
-SRC_URI="
-   mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip
 "
 



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

2023-03-16 Thread Michał Górny
commit: b88a0965c8e97c2fd636fa730e30271669e0f444
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 04:56:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88a0965

dev-python/jq: Bump to 1.4.1

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

 dev-python/jq/Manifest|  1 +
 dev-python/jq/jq-1.4.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/jq/Manifest b/dev-python/jq/Manifest
index 24c9a0106170..3be69fe725f8 100644
--- a/dev-python/jq/Manifest
+++ b/dev-python/jq/Manifest
@@ -1 +1,2 @@
 DIST jq.py-1.4.0.gh.tar.gz 2648402 BLAKE2B 
5efc35fd9ee52e5c1c87ac46d980d1557121eedb14beb5d534987d81a37b05c5c765ef69cecf65141d7c451623d05d378bdcf9a6e48667c07a9f52e7d0317bbf
 SHA512 
8acd9c4094e0e6f5ffd43303432347448e8cb160f2c33250a386afc75eac53134b15142da3f344b0ea3eac4df838ffa322771580a27349299f32a2c525e09555
+DIST jq.py-1.4.1.gh.tar.gz 2648592 BLAKE2B 
b1413a07ba03f61d3b2e8cfa3f2c646408e24139f76fb9637d23968d953fa78f82b1dd04c355d5a6e6c6761095a4814d8cfd1f012382ca810ad5a44e007c7878
 SHA512 
03924793e8cab8041b4b2ecb8ef45bafdf31f14b4502170358ddecc027ead7cc17eda37fc04743eeef073e29144d2f7e6c4428e2a92f1bb8aa859100dce4521b

diff --git a/dev-python/jq/jq-1.4.1.ebuild b/dev-python/jq/jq-1.4.1.ebuild
new file mode 100644
index ..417b5256add9
--- /dev/null
+++ b/dev-python/jq/jq-1.4.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P="jq.py-${PV}"
+DESCRIPTION="Python bindings for jq"
+HOMEPAGE="
+   https://github.com/mwilliamson/jq.py/
+   https://pypi.org/project/jq/
+"
+SRC_URI="
+   https://github.com/mwilliamson/jq.py/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   # Cython compilation isn't part of setup.py, so do it manually
+   "${EPYTHON}" -m cython -3 jq.pyx -o jq.c || die
+   distutils-r1_python_compile
+}



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

2023-03-16 Thread Michał Górny
commit: aa7db55256309573776d91b287b3eb2fb8e1d970
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 04:57:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7db552

dev-python/cfn-lint: Bump to 0.75.0

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

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.75.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index b8e752ae3b98..8b7f31feca95 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -3,3 +3,4 @@ DIST cfn-lint-0.74.0.gh.tar.gz 3633749 BLAKE2B 
68ba32c66a6cc4ddf1260523679565e70
 DIST cfn-lint-0.74.1.gh.tar.gz 3465800 BLAKE2B 
eb142f07f8a49fe52d7263ecbd359f6c31d89b8895ce97a816dfe2fd14fec4f82a8da708e0ed43734ae8c5184ba718da32dd517dae3068aac7ee8deeff230fbb
 SHA512 
5b792919553292f40018d968bdb5049e07d95f7ee9e40dded439ed6ef3ab778b64d3b964d075e60c7b513f221e0e5b49fa0daa3a20135b765cdbfe3c495d2fc2
 DIST cfn-lint-0.74.2.gh.tar.gz 3455745 BLAKE2B 
0ca6f9d6e13264180ae2948858acdc3deab0135bfa7ddd16711b49cf7cce651257c7ba26ae155bec091d69aecc33903bd4098f23207aec5d7d414b5b826c7ccf
 SHA512 
9aa918232214f5f0e165bcf8b4e3e7c5aaad1703825befc5347000f7ad143630220fdf9369015d449be4abf593380510b405d04dfe27d6615602c4a725b06681
 DIST cfn-lint-0.74.3.gh.tar.gz 3456672 BLAKE2B 
9cc68ddefda86ee26e900989e40c7ded067fecb35cf077d559ebcacd6838378028010630e340dd52f04750dcc12094fb800e8e48a4c9e0607645463d3ca55827
 SHA512 
aad2209fa16f717d20127b2cf47d9aba586b85ccd41caf3ad8a50a6894cc3402d929be4cf9f76530223a3d69d79d843ef0edf802e53984b5c34563cf766f8189
+DIST cfn-lint-0.75.0.gh.tar.gz 3457050 BLAKE2B 
440b7e03cfc40bbea6a7a6f55c7bed854e73f4d2a7f7ff05e11dfa88d4824f17f488517cf735bc453076e1d77f13c110183dc44a39ebd539609d7aae2a2553af
 SHA512 
9ee87ccaef5b39abdb14814eec3516ae94e532df53de3d3930540ec9ec474e0291971fa7a4a40ca70fe4b1a943a32c12d867e23ce97c7aa0e585bfe49ec03055

diff --git a/dev-python/cfn-lint/cfn-lint-0.75.0.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.75.0.ebuild
new file mode 100644
index ..8354055752aa
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.75.0.ebuild
@@ -0,0 +1,55 @@
+# 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
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="
+   https://github.com/aws-cloudformation/cfn-lint/
+   https://pypi.org/project/cfn-lint/
+"
+# pypi sdist is missing tests, as of 0.74.3
+# https://github.com/aws-cloudformation/cfn-lint/pull/2630
+SRC_URI="
+   https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.60.1[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO
+   test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+)
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/

2023-03-16 Thread Michał Górny
commit: e437f5c2f140374f3dbf9223de9bdc605a2f6565
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e437f5c2

x11-wm/xpra: Use pypi.eclass

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

 x11-wm/xpra/xpra-4.3.4.ebuild | 6 --
 x11-wm/xpra/xpra-.ebuild  | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-wm/xpra/xpra-4.3.4.ebuild b/x11-wm/xpra/xpra-4.3.4.ebuild
index 54c34c90b098..716df2f2418d 100644
--- a/x11-wm/xpra/xpra-4.3.4.ebuild
+++ b/x11-wm/xpra/xpra-4.3.4.ebuild
@@ -7,8 +7,10 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/Xpra-org/xpra.git;
inherit git-r3
 else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   https://dev.gentoo.org/~chewi/distfiles/${PN}-4.3.1-tests.patch;
+   inherit pypi
+   SRC_URI+="
+   https://dev.gentoo.org/~chewi/distfiles/${PN}-4.3.1-tests.patch
+   "
KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/x11-wm/xpra/xpra-.ebuild b/x11-wm/xpra/xpra-.ebuild
index 2465c20f7b26..05cbf8814ab3 100644
--- a/x11-wm/xpra/xpra-.ebuild
+++ b/x11-wm/xpra/xpra-.ebuild
@@ -7,7 +7,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/Xpra-org/xpra.git;
inherit git-r3
 else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   inherit pypi
KEYWORDS="~amd64 ~x86"
 fi
 



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

2023-03-16 Thread Michał Górny
commit: dbeb553c02606090ee9a1ff1c751907200f525fe
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 05:29:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbeb553c

dev-python/nbdime: Remove unused flag

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

 dev-python/nbdime/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/dev-python/nbdime/metadata.xml b/dev-python/nbdime/metadata.xml
index 80ee16961952..214c6442b3d9 100644
--- a/dev-python/nbdime/metadata.xml
+++ b/dev-python/nbdime/metadata.xml
@@ -10,9 +10,4 @@
 nbdime
   
   
-  
-
-  Install web-based diff and merge tools.
-
-
 



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

2023-03-16 Thread Michał Górny
commit: 120fedc481fa95221293d3c35b55b0f7fd264a51
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120fedc4

dev-python/psutil: Use pypi.eclass

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

 dev-python/psutil/psutil-5.9.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/psutil/psutil-5.9.4.ebuild 
b/dev-python/psutil/psutil-5.9.4.ebuild
index 5749b3e71a80..20768f8cc00a 100644
--- a/dev-python/psutil/psutil-5.9.4.ebuild
+++ b/dev-python/psutil/psutil-5.9.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 TEST_PATCH=psutil-5.9.3-tests-r1.patch
 DESCRIPTION="Retrieve information on running processes and system utilization"
@@ -14,8 +14,7 @@ HOMEPAGE="
https://github.com/giampaolo/psutil/
https://pypi.org/project/psutil/
 "
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
https://dev.gentoo.org/~mgorny/dist/${TEST_PATCH}.xz
 "
 



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

2023-03-16 Thread Michał Górny
commit: c7efb6ff87480bf85f9bbd3cb03bee1985b9b4d0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7efb6ff

dev-python/sgmllib3k: Use pypi.eclass

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

 dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild 
b/dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild
index 95accf819567..7f4987ead1b0 100644
--- a/dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild
+++ b/dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Py3k port of sgmllib"
 HOMEPAGE="
https://pypi.org/project/sgmllib3k/
 "
-SRC_URI="
-   mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
+SRC_URI+="
test? (

https://dev.gentoo.org/~arthurzam/distfiles/dev-python/${PN}/test_sgmllib.py.gz
)



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

2023-03-16 Thread Michał Górny
commit: 92dc29073bcddb80388c9bc4f98e430f12fc2b6c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92dc2907

dev-python/dbfread: Use pypi.eclass

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

 dev-python/dbfread/dbfread-2.0.7-r1.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/dbfread/dbfread-2.0.7-r1.ebuild 
b/dev-python/dbfread/dbfread-2.0.7-r1.ebuild
index 0239c3505ed4..0bd2f60bfd50 100644
--- a/dev-python/dbfread/dbfread-2.0.7-r1.ebuild
+++ b/dev-python/dbfread/dbfread-2.0.7-r1.ebuild
@@ -6,12 +6,16 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Read DBF Files with Python"
 HOMEPAGE="https://github.com/olemb/dbfread https://pypi.org/project/dbfread/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   test? ( https://github.com/olemb/dbfread/archive/refs/tags/${PV}.tar.gz 
-> ${P}-src.tar.gz )"
+SRC_URI+="
+   test? (
+   https://github.com/olemb/dbfread/archive/refs/tags/${PV}.tar.gz
+   -> ${P}-src.tar.gz
+   )
+"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-03-16 Thread Michał Górny
commit: 5a04c9cf02cbbff67fd6f7812ecfef2a8afd7eb3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a04c9cf

dev-python/bcrypt: Use pypi.eclass

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

 dev-python/bcrypt/bcrypt-4.0.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/bcrypt/bcrypt-4.0.1.ebuild 
b/dev-python/bcrypt/bcrypt-4.0.1.ebuild
index 0be9be39335e..f0f26c705a6c 100644
--- a/dev-python/bcrypt/bcrypt-4.0.1.ebuild
+++ b/dev-python/bcrypt/bcrypt-4.0.1.ebuild
@@ -58,15 +58,14 @@ CRATES="
zeroize-1.5.7
 "
 
-inherit cargo distutils-r1
+inherit cargo distutils-r1 pypi
 
 DESCRIPTION="Modern password hashing for software and servers"
 HOMEPAGE="
https://github.com/pyca/bcrypt/
https://pypi.org/project/bcrypt/
 "
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
$(cargo_crate_uris)
 "
 



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

2023-03-16 Thread Michał Górny
commit: 57b4f0a4659b7a487c673a6cacbbc3892728059e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 05:13:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b4f0a4

dev-python/hypothesis: Bump to 6.70.0

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

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

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 0e59f80bdb70..9952a8380e9e 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -2,3 +2,4 @@ DIST hypothesis-6.68.0.gh.tar.gz 9350032 BLAKE2B 
c122455b7f941eaba8b37b7c4bd4760
 DIST hypothesis-6.68.1.gh.tar.gz 9350091 BLAKE2B 
5d6d6912b20d3badca440b668838f456239653c393d8f148ba5dd16227e078586167f0d7ff0adbdca0efe2a81ff27e0307d97b63492658dc28c9abd7c7691551
 SHA512 
6dbaefa411f7945081158b7d730dc1893dfe02ec4b45f7bdd645f6f2198d39b3f4313d1e18dbe9a82d13e36df5bc541f1b31539128f9de5480b82b916bd74c0c
 DIST hypothesis-6.68.2.gh.tar.gz 9350253 BLAKE2B 
5f98aac845a2f4e1dd9f54809d3e7e1b201bdecdec1c5c9cff10a37851af7d8d9e8cb643c1a9b0545672862b3639a17aed5f4197653d48d3114edd0105668307
 SHA512 
c3507f99376af924e375c51e0d56d4e444204d2ebe147d813a3f33a69594f83493c499714567b127556ea620df7bde58f4a1ba662bb182907e5e0d14cf13ee81
 DIST hypothesis-6.69.0.gh.tar.gz 9350681 BLAKE2B 
e28bca5be08809d7f10723186957ab72a650d93403fc0c5ed91b329ca3c68b084a69aba093e8dc7fdc742316287dc585b7b8794403e0b3fa29adfc7bf2d76ee7
 SHA512 
b6a263a10f78841706f6fa58a237f2f1e7ef5efd4d859e0fb79bae0ad3eff86774bc0cb7bb581af89605f80514a08386b5f501a6154bcc5ae1f56e7eb2ba61b4
+DIST hypothesis-6.70.0.gh.tar.gz 9351669 BLAKE2B 
04e6739a1e6cf5907486c5fc6e09d17996831fe7967df4a24e6fb3c3ab992ef0c1ade9f250a1776eed4d6880893db1e8f284df60465a81a9f14f4aa64b0b0fc9
 SHA512 
6fb15addd86f8737b5a99a5c4ae5f2899133772e25426cc8a9bd086ddc0246b8fd323a10213df45d5b13c0740df19597a2b7ee7566611d5d01e6897954ac0f4c

diff --git a/dev-python/hypothesis/hypothesis-6.70.0.ebuild 
b/dev-python/hypothesis/hypothesis-6.70.0.ebuild
new file mode 100644
index ..c793a8a143d2
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.70.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_11 pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2023-03-16 Thread Michał Górny
commit: 919fe6f4e1f94a54d1cccebf9a79b60d7bccd5e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 05:12:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919fe6f4

dev-python/uvicorn: Bump to 0.21.1

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

 dev-python/uvicorn/Manifest  |  1 +
 dev-python/uvicorn/uvicorn-0.21.1.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
index 2810f1ccfc3e..88bac752726a 100644
--- a/dev-python/uvicorn/Manifest
+++ b/dev-python/uvicorn/Manifest
@@ -1,3 +1,4 @@
 DIST uvicorn-0.19.0.gh.tar.gz 713679 BLAKE2B 
ee83cd7d318b0e54bd2dc240b5bfe3874ef41933ba7e2376e8dd3bdce90387b3d253c02c16ef28bbb54435b2e666309769cd057fe703d4be498f3c0ef19532c0
 SHA512 
d030a0c5e61b5bec985fa1640a74bf5da1dfa1a48d0b3f758096eaff2e3bf1d1b3bee1c3a024f5960cafbf928e9ee94e285a8c24404e1c4b6b6aa29f0d4cb15a
 DIST uvicorn-0.20.0.gh.tar.gz 716073 BLAKE2B 
7f1cf4808e985199d39e54e3563119cef1fe3af31361ad05a91278d32bc6f0dd741ad87f6073fbb720e9d9d4119fc8389b4e2feaaede665d8f68c56d56b37a17
 SHA512 
fa089da78dd7ce3cc02d83405e7db401e6055e947b80bf4abb0e3a4dce6575d97761f3bd6fcc253f3338caad5f797fc4f01bd40d833514d9cc0bcd0f072ad793
 DIST uvicorn-0.21.0.gh.tar.gz 717952 BLAKE2B 
116153af13360f228032889feb63c4a652f298690fa0dc235e6ccead8e75a01bf3949e76b3eca4db0b8a6f1a4752127fd06b14c2cd83c88c5b247cba5c68eea8
 SHA512 
054355cbf09449d54255aebcfb43b77c9d8178d91d16a710e3d7213922908f2c107809116b635319fca2d3c12a738c9c6fbcd0e318a208f6a068075b9f997a2c
+DIST uvicorn-0.21.1.gh.tar.gz 717974 BLAKE2B 
ac4e1ec6a2533e364fe2ad7cd52558ad70b82e3c739756f33123d08737cc406ba879f50f7fa1cba875d0f0a284da5467e4ca15139558462401fb6a7938a17f61
 SHA512 
9f8dfe42df5d7f3923609e177def66d68fac24e3016fc1c6fead489320c2e5eaf7816a43e242f4426e670ce16f200db41679ac6ebd29a000ba76ca72b9ccec76

diff --git a/dev-python/uvicorn/uvicorn-0.21.1.ebuild 
b/dev-python/uvicorn/uvicorn-0.21.1.ebuild
new file mode 100644
index ..547dd5ff1113
--- /dev/null
+++ b/dev-python/uvicorn/uvicorn-0.21.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Lightning-fast ASGI server implementation"
+HOMEPAGE="
+   https://www.uvicorn.org/
+   https://github.com/encode/uvicorn/
+   https://pypi.org/project/uvicorn/
+"
+# as of 0.21.0, no tests in sdist
+SRC_URI="
+   https://github.com/encode/uvicorn/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/asgiref-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
+   >=dev-python/h11-0.8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/a2wsgi[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httpx[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/python-dotenv[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   >=dev-python/websockets-10.4[${PYTHON_USEDEP}]
+   dev-python/wsproto[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # too long path for unix socket
+   
tests/test_config.py::test_bind_unix_socket_works_with_reload_or_workers
+   # need unpackaged httptools
+   
"tests/middleware/test_logging.py::test_trace_logging_on_http_protocol[httptools]"
+   tests/protocols/test_http.py::test_fragmentation
+   # TODO
+   
tests/protocols/test_websocket.py::test_connection_lost_before_handshake_complete
+   )
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   # TODO
+   EPYTEST_DESELECT+=(
+   
tests/middleware/test_logging.py::test_running_log_using_fd
+   )
+   fi
+
+   local EPYTEST_IGNORE=()
+   # love from Rust world
+   if ! has_version "dev-python/watchfiles[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   tests/supervisors/test_reload.py
+   )
+   fi
+
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "auto reload on file changes" dev-python/watchfiles
+}



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

2023-03-16 Thread Michał Górny
commit: bfc6e3d63a6f0dceca0d1887508086c56afe4914
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc6e3d6

app-misc/jpipe: Use pypi.eclass

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

 app-misc/jpipe/jpipe-0.2.0-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild 
b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
index 5ee7f7f6df1f..ada99312a317 100644
--- a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
@@ -6,12 +6,13 @@ GO_OPTIONAL=1
 DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python3_{9,10,11} )
 
-inherit go-module distutils-r1
+inherit go-module distutils-r1 pypi
 
 DESCRIPTION="Command line interface to JMESPath"
 HOMEPAGE="https://github.com/pipebus/jpipe 
https://github.com/jmespath/jp/pull/30 http://jmespath.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   !python? ( https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz )"
+SRC_URI+="
+   !python? ( https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz )
+"
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"



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

2023-03-16 Thread Michał Górny
commit: 822b9732246d4de89f5fcedd3ce0feb10874d787
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 05:00:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822b9732

dev-python/sentry-sdk: Bump to 1.17.0

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

 dev-python/sentry-sdk/Manifest |   1 +
 dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild | 106 +
 2 files changed, 107 insertions(+)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index e3091addb126..de7b6b4b8c09 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1 +1,2 @@
 DIST sentry-python-1.16.0.gh.tar.gz 325763 BLAKE2B 
e53f6051a74065950c4f1ce9010a87071b4a715990643cb7e955411ffb784fabc7ca6f2ade3cc6c66eb0718c6fc4993c6035763a0937b8a1cd66289f3f026806
 SHA512 
7f46f6c66b0e4f97e7f64a0eba9c396fbb9ab95607ba8ecb4880bb117c4f3fff7881a6787ea814981bdfabd84ea2b172c878821877403852661e746b6fe666bb
+DIST sentry-python-1.17.0.gh.tar.gz 332229 BLAKE2B 
5c94f80d8cbe9582fe03e948c74e37024c4d6fce4f6293bdb755ada0651c5a898db23826d23ed7e31845b7426c3f6a52014e0f4226b9810f13222a700e063f91
 SHA512 
e3f0b9287f703e36f55bb96f31a76638b99fc66f4cf6898ddcddeb57a5ee27a3d782815c9dae9cd1177ff7f5c606e62b7807adada1f841294f3b6d7449d950e1

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild
new file mode 100644
index ..f02570ff1556
--- /dev/null
+++ b/dev-python/sentry-sdk/sentry-sdk-1.17.0.ebuild
@@ -0,0 +1,106 @@
+# 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_{9..11} )
+
+inherit distutils-r1
+
+MY_P=sentry-python-${PV}
+DESCRIPTION="Python client for Sentry"
+HOMEPAGE="
+   https://sentry.io/
+   https://github.com/getsentry/sentry-python/
+   https://pypi.org/project/sentry-sdk/
+"
+SRC_URI="
+   https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/asttokens[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/executing[${PYTHON_USEDEP}]
+   dev-python/fakeredis[${PYTHON_USEDEP}]
+   dev-python/flask-login[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pyrsistent[${PYTHON_USEDEP}]
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # tests require Internet access
+   tests/integrations/httpx/test_httpx.py
+   tests/integrations/requests/test_requests.py
+   tests/integrations/stdlib/test_httplib.py
+   tests/integrations/flask/test_flask.py
+   tests/integrations/django/test_basic.py
+   # wtf is it supposed to do?!
+   tests/integrations/gcp/test_gcp.py
+   # broken by rq-1.10.1 (optional dep)
+   tests/integrations/rq/test_rq.py
+   # fastapi is not packaged
+   tests/integrations/asgi/test_fastapi.py
+   # TODO
+   tests/integrations/bottle
+   # TODO: causes breakage in other tests
+   tests/integrations/starlette
+   # TODO
+   tests/integrations/tornado
+   # requires mockupdb
+   tests/integrations/pymongo
+)
+
+EPYTEST_DESELECT=(
+   # hangs
+   'tests/test_transport.py::test_transport_works'
+   # TODO
+   
'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
+   tests/test_client.py::test_databag_depth_stripping
+   tests/test_client.py::test_databag_string_stripping
+   tests/test_client.py::test_databag_breadth_stripping
+   
tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
+   tests/integrations/asgi/test_asgi.py::test_websocket
+   tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
+   
tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
+   # incompatible version?
+   tests/integrations/falcon/test_falcon.py
+   
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
+   # test_circular_references: 

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

2023-03-16 Thread Michał Górny
commit: 56063f48a7a75eabe5c1a9568b3f35c5085eb4ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 04:55:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:24:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56063f48

dev-python/fonttools: Bump to 4.39.2

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

 dev-python/fonttools/Manifest|  1 +
 dev-python/fonttools/fonttools-4.39.2.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index 946a4d399caf..14fb6b0fc8e3 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -1,2 +1,3 @@
 DIST fonttools-4.38.0.gh.tar.gz 3603281 BLAKE2B 
8ec558c35cc10b32760eb199dce7c40934210db9ba8c9b0ad7a8cd2ca206260d2d73769bd1ff4cb597dd46cd50a42d733c967199120366e22abc5ee2b81e0919
 SHA512 
438694e7a4c19ee63ab504763793c0219d96fdc58095fe55a4f44726e96a3ec8ae63066aa47a341a059c7a2c9893b9bbbdfc8ab4d75c177cbd90986debc31431
 DIST fonttools-4.39.0.gh.tar.gz 3673934 BLAKE2B 
468f8798b06593f69b4130f06d52134b9c86a414ba534a352e15bb16d787e11a6b692d406e545aa137d5d132aa33684f44e98a520ce13fe6c8e4dcf81fc64e69
 SHA512 
f9613651082ae8fb0dd3fba66549f90001d8cb3c71785f9e5b692513984d26d63d027dfb67e1dbe1a22c6e8c393e6ed21af1bfcd5b2f766c8534577cbd211616
+DIST fonttools-4.39.2.gh.tar.gz 3694973 BLAKE2B 
1a752fe62f5f2e1092e8df8f16a6a9cbb0a6f121bab1d910a2db9bc8a404f749d746aa85b82fd51d3fc1e0aa225b0515d0c3a7d0d25860a7d09afdab8c878c0e
 SHA512 
27d892e2949355ed7762ad969e9fcb950029a82e63cba10e99b5dfc209ab055b46942de740d0ec1dda6bb2461f64565d6a4678c4d89a4d4fe3f37221a863d69e

diff --git a/dev-python/fonttools/fonttools-4.39.2.ebuild 
b/dev-python/fonttools/fonttools-4.39.2.ebuild
new file mode 100644
index ..8ca55aca7585
--- /dev/null
+++ b/dev-python/fonttools/fonttools-4.39.2.ebuild
@@ -0,0 +1,66 @@
+# 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_{9..11} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
+HOMEPAGE="
+   https://github.com/fonttools/fonttools/
+   https://pypi.org/project/fonttools/
+"
+SRC_URI="
+   https://github.com/fonttools/fonttools/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   app-arch/zopfli
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # When dev-python/pytest-shutil is installed, we get weird import 
errors.
+   # This is due to incomplete nesting in the Tests/ tree:
+   #
+   #   Tests/feaLib/__init__.py
+   #   Tests/ufoLib/__init__.py
+   #   Tests/svgLib/path/__init__.py
+   #   Tests/otlLib/__init__.py
+   #   Tests/varLib/__init__.py
+   #
+   # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
+   touch Tests/svgLib/__init__.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+src_configure() {
+   export FONTTOOLS_WITH_CYTHON=1
+}
+
+src_test() {
+   # virtualx used when matplotlib is installed causing plot module tests 
to run
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
+}



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

2023-03-16 Thread Michał Górny
commit: 6e3d3dbf8ac4999b1ca3c17a43393a38f90bb0b4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 05:10:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3d3dbf

dev-python/coverage: Bump to 7.2.2

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

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

diff --git a/dev-python/coverage/Manifest b/dev-python/coverage/Manifest
index 10cb3d3074a6..f96bc5a40bcd 100644
--- a/dev-python/coverage/Manifest
+++ b/dev-python/coverage/Manifest
@@ -1,2 +1,3 @@
 DIST coverage-7.1.0.tar.gz 809785 BLAKE2B 
3720aee79ecfdd6aa652b5198bad4d6b5827a85f1d58986eec51bab1e72800dac28eb0ebbeb15d547ef03694ca1397bec47c37a9233dc34b2d3d2a6a22a48274
 SHA512 
80920b337391e47f1e631ba8a892792b6d2c72e753ddf403222c6ad527637699889f29cfee40721949e5eeb6e7977f319635c44d79f58e7e19676d1165dfdde2
 DIST coverage-7.2.1.tar.gz 812219 BLAKE2B 
bb6b482990b0620d7e264244a9e31ee44b37fe83436c1d7d016d20e36d9ecbea85a614a4142683757bb1284bfbe2a157fc4748b01c76b5495c5eca5834e9a848
 SHA512 
40a7f1d25c7100b8f2f4ba1f877c241f65e1f560cdad861dab05254a4e177de37615888441d47a6c2ebc525ad2b52b476da7111efe5583708f094dd3a1b39984
+DIST coverage-7.2.2.tar.gz 812407 BLAKE2B 
901ed01eb8411e01c3386dcecccf975f4ac0e46c14fd2c6086bcf83647ff7e26deccb3926f173a207ef2851c0f8c5f99874659a1ba2e16f85b6eb9a1ac23142c
 SHA512 
7d2ba6540ca42c3a72b65343348a64c58156bac915434249fd8740a6727ebf034590f62a5557f6b2f76e67ed1adc2a153ce61eee71f3bc903538c440e080e3e7

diff --git a/dev-python/coverage/coverage-7.2.2.ebuild 
b/dev-python/coverage/coverage-7.2.2.ebuild
new file mode 100644
index ..b83e4bdd6609
--- /dev/null
+++ b/dev-python/coverage/coverage-7.2.2.ebuild
@@ -0,0 +1,77 @@
+# 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_{9..11} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code coverage measurement for Python"
+HOMEPAGE="
+   https://coverage.readthedocs.io/en/latest/
+   https://github.com/nedbat/coveragepy/
+   https://pypi.org/project/coverage/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/^addopts/s:-q -n auto::' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+test_tracer() {
+   local -x COVERAGE_TEST_TRACER=${1}
+   einfo "  Testing with the ${COVERAGE_TEST_TRACER} tracer ..."
+   epytest tests
+}
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # pip these days insists on fetching build deps from Internet
+   tests/test_venv.py
+   )
+
+   "${EPYTHON}" igor.py zip_mods || die
+
+   local -x COVERAGE_TESTING=True
+   # TODO: figure out why they can't be imported inside test env
+   local -x COVERAGE_NO_CONTRACTS=1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x 
PYTEST_PLUGINS=_hypothesis_pytestplugin,flaky.flaky_pytest_plugin,xdist.plugin
+
+   local prev_opt=$(shopt -p nullglob)
+   shopt -s nullglob
+   local c_ext=( "${BUILD_DIR}/install$(python_get_sitedir)"/coverage/*.so 
)
+   ${prev_opt}
+
+   if [[ -n ${c_ext} ]]; then
+   cp "${c_ext}" \
+   coverage/ || die
+   test_tracer c
+   rm coverage/*.so || die
+   else
+   test_tracer py
+   fi
+}



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

2023-03-16 Thread Michał Górny
commit: c85fdd99561106550a728e40ed6742a331aa937f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 04:59:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85fdd99

dev-python/jupyter_core: Bump to 5.3.0

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

 dev-python/jupyter_core/Manifest  |  1 +
 dev-python/jupyter_core/jupyter_core-5.3.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
index 33608e78bbc6..0539241f01f5 100644
--- a/dev-python/jupyter_core/Manifest
+++ b/dev-python/jupyter_core/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_core-5.1.5.tar.gz 82838 BLAKE2B 
33e9f569bfcf66e679611b00fd99f272b845685d7132f616141143ab0b894b54cb499c6da2112ccd760a00e5313c742830943e77ac6b40277db371b6002b6220
 SHA512 
2fc9150de96e7a084aa9bf334a71e342f0ab1946943e25a66a4760097fa662290a732ac30356c8ddb595fc05414edb1d9c06ac5eaf41099aaccb695d6a9357a6
 DIST jupyter_core-5.2.0.tar.gz 83861 BLAKE2B 
97a96201199640963e9ebedf1b8ecffb66d6153e40a77cbe1d615ad9a5b60d3c7deb5c5965bdf7f8001db4967af30f39e576570160229201cc9a5b585c37abcf
 SHA512 
7e4e6bbc338876fd213ae1a8028066f1f33010bb0196e26d6c6d7b872b60612d38d9d32b3d2ee4155f86dabf3b89e8282fef268d1dcd6fd740fd2fd3f0bd0bc2
+DIST jupyter_core-5.3.0.tar.gz 83909 BLAKE2B 
c0e5418770a4d3527e825bcd63cb9371855f544f19493b82f49db892fc92e91fd257b07b45d7cf20760f9ac9205346b3ec533491baf45f225764e6d310524bb8
 SHA512 
2c63f59a9618ee01d200e233cf85d586d88976c8d545235be224f9c64a54eb3a70e8b47220cc29b8ad3c102cc6c8754c8ccff2a771899986f322def5f539e072

diff --git a/dev-python/jupyter_core/jupyter_core-5.3.0.ebuild 
b/dev-python/jupyter_core/jupyter_core-5.3.0.ebuild
new file mode 100644
index ..2ad7b2b33eb2
--- /dev/null
+++ b/dev-python/jupyter_core/jupyter_core-5.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Core common functionality of Jupyter projects"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter/jupyter_core/
+   https://pypi.org/project/jupyter-core/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   dev-python/myst-parser \
+   dev-python/sphinx-autodoc-typehints \
+   dev-python/sphinxcontrib-github-alt \
+   dev-python/sphinxcontrib-spelling \
+   dev-python/traitlets
+distutils_enable_tests pytest



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

2023-03-16 Thread Michał Górny
commit: 2fa2915b6c151d4e4c0e9b849d197ab912a7fc2a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 04:54:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:24:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa2915b

dev-python/python-engineio: Bump to 4.4.0

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

 dev-python/python-engineio/Manifest|  1 +
 .../python-engineio/python-engineio-4.4.0.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/python-engineio/Manifest 
b/dev-python/python-engineio/Manifest
index 1dedeaffeac0..2e769948f6fb 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -1 +1,2 @@
 DIST python-engineio-4.3.4.gh.tar.gz 300665 BLAKE2B 
78488fb7deb54136a255b1027e52e1869e7d09b38769d3dd144b26146ac8db58091238c3f1cfa81d4c29af4d1bd8bb998559756053e53f6c7876c2866da31575
 SHA512 
427f224ae24d939d55316931cd087676741195d578415224de291f9871b535fdd02b835ac32a65d73be0428c8c4be0414faefca06a4964b1fe34e2ac91b02694
+DIST python-engineio-4.4.0.gh.tar.gz 309353 BLAKE2B 
4cf40802fddcce2e53e205bdbe73bdf0ec822e15581fe4a9939b8d05c3eb6ba82a99d089d4708169b197aa79e5b5f14001ff86f72025fc6d96c99ed6d73fe620
 SHA512 
b7995aaf2583ec58ac87f048608653ade3846dd103616ee90b3dc12cc7e27c7d37959cd3e1ebf6e138395ff6fad8cd011407b6660258715e513bf72c8a3e1f6f

diff --git a/dev-python/python-engineio/python-engineio-4.4.0.ebuild 
b/dev-python/python-engineio/python-engineio-4.4.0.ebuild
new file mode 100644
index ..75393f34860c
--- /dev/null
+++ b/dev-python/python-engineio/python-engineio-4.4.0.ebuild
@@ -0,0 +1,53 @@
+# 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_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the Engine.IO realtime server"
+HOMEPAGE="
+   https://python-engineio.readthedocs.io/
+   https://github.com/miguelgrinberg/python-engineio/
+   https://pypi.org/project/python-engineio/;
+SRC_URI="
+   https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+"
+# Can use eventlet, werkzeug, or gevent, but no tests for werkzeug
+BDEPEND="
+   test? (
+   dev-python/tornado[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/alabaster
+
+EPYTEST_IGNORE=(
+   # eventlet is masked for removal
+   tests/common/test_async_eventlet.py
+)
+
+EPYTEST_DESELECT=(
+   # also eventlet
+   tests/common/test_server.py::TestServer::test_async_mode_eventlet
+   tests/common/test_server.py::TestServer::test_connect
+   tests/common/test_server.py::TestServer::test_service_task_started
+   tests/common/test_server.py::TestServer::test_upgrades
+)



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

2023-03-16 Thread Michał Górny
commit: b945dc9cfd6dc2cfa2a333e4d27e0418bbb35d3c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 04:55:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b945dc9c

dev-python/identify: Bump to 2.5.21

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

 dev-python/identify/Manifest   |  1 +
 dev-python/identify/identify-2.5.21.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
index b7575fb36df1..3e15af0b0e58 100644
--- a/dev-python/identify/Manifest
+++ b/dev-python/identify/Manifest
@@ -2,3 +2,4 @@ DIST identify-2.5.17.gh.tar.gz 101448 BLAKE2B 
d9319bbbe67f8c2c7a0ed8b7db8efc64f7
 DIST identify-2.5.18.gh.tar.gz 101457 BLAKE2B 
4575b4084dc28678275704f44a02d171d79a02f015e6d2267545b18c4288b55609cc64af2f9eca866bc2d164ed534cac59d69915e23fd3100cb680fcb08ceae0
 SHA512 
c7c6998340b77ddb13c88df8dbcc9b72efb68bf3cbf8a7ab2b81a4bda1180d04d4bdd9db360b7203235e2ebd252852de2c806b73e6a7236786bffbd3f4d4a672
 DIST identify-2.5.19.gh.tar.gz 101475 BLAKE2B 
12302ccfaeebd38cca84a530775e5acb2a6b9ef8a741a8d924c09a15f0d410058354e3725df31683a8d20f01767fe78745f60efba6f553b728bce089b463a9d5
 SHA512 
d188080a83cb26c45108d676dd47498c2a10caa4af02cae3c11950ebd3c1c9478c5e730b68d6a02297c6e563dbb9df41dd324627c6e5f28f60b337e439f7e3c7
 DIST identify-2.5.20.gh.tar.gz 101473 BLAKE2B 
eaf6994d7b2f8e0449b84fcb6eca14210b3a123ad48709cf9e7bc9557b116dc9fbb5103566b60bfda1a19f6428b8432b2ad6099c471b1f86b898d46dc2c0b4f1
 SHA512 
00905b2937766c3885b9a604cc55e6201ffcea486cfd553217659652d97632ed11cd12512ecbe2ddd3394e836fbab5ec439a55257dcccd6ed3a2f148df5ca92b
+DIST identify-2.5.21.gh.tar.gz 101486 BLAKE2B 
9c70c401d37afa8689d39bc4df38ca2006ecb2f78d427c0e213319074c5d0ec8a3865fafcde70ab903e641ada100ef4207196fea78bda9e60f3aa8c9e345c30d
 SHA512 
6760eb53e99e52f51d24499b240450e0f1d8e4faf0190a6c7768246bc2ec527bfd0b081113058be4ad7646212f8b4043479e83edf6021d36d483f3af672a4010

diff --git a/dev-python/identify/identify-2.5.21.ebuild 
b/dev-python/identify/identify-2.5.21.ebuild
new file mode 100644
index ..a0d521fdd551
--- /dev/null
+++ b/dev-python/identify/identify-2.5.21.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_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="File identification library for Python"
+HOMEPAGE="
+   https://github.com/pre-commit/identify/
+   https://pypi.org/project/identify/
+"
+SRC_URI="
+   https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/ukkonen[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-03-16 Thread Patrick McLean
commit: 2c9ebdc2c763bd969cab9d503f00665076dab871
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Mar 17 03:58:02 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Mar 17 03:58:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9ebdc2

net-misc/openssh: add 9.3_p1

Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/openssh/Manifest  |   7 +
 ...mget-shmat-shmdt-in-preauth-privsep-child.patch |  20 +
 ...enssh-9.3_p1-openssl-version-compat-check.patch |  61 +++
 net-misc/openssh/openssh-9.3_p1.ebuild | 518 +
 4 files changed, 606 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index d16682cf7844..1feba2f14167 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -17,3 +17,10 @@ DIST openssh-9.2p1+x509-14.1.diff.gz 1210737 BLAKE2B 
6b1cb2392c3fdbc7627b44a055d
 DIST openssh-9.2p1-sctp-1.2.patch.xz 6828 BLAKE2B 
8a57b85ce5d18dca34ef71b486f2f24bbc82f6bf263a4f162a1222d96ef2adc469cce62f368c9192512efaa8e1e2496a7bd8f79a11698bf0118eee07a703e6ef
 SHA512 
3713847ef7b280f8b74a1b493644152c948ce74e06c1d0bff52996647963ca156cbc845b4459bcdbd4745eb440e409af07af2f0b696c65950a8a6d7ddb46f6c8
 DIST openssh-9.2p1.tar.gz 1852380 BLAKE2B 
8d0b5e43cb42cba105a1fe303c447a2b85151cb33ec7ed47747d75c5a61d0f07f0ee4b1020b79c13eb8de4b451c5a844a8afc7ebbbea7ffeceafc3bf59cb8d21
 SHA512 
c4b79ef3a05b96bfc477ffb31f734635bffd5be213ab58e043111c3232dbe999ff24665fa1069518237cffa5126ded0dda8984e1b8f098f4f09b8c1dae20e604
 DIST openssh-9.2p1.tar.gz.asc 833 BLAKE2B 
36210757aaa4ee8e6bdf4cfbb5590e6c54a617817d1657ebb446e54530d01a9e9f5559408b3d424d5efdb4ba06f0c02755637f5480dc81f9b4e32963de91087a
 SHA512 
2a56f8946ed00fcd5a92935e090523d40b5c3747e25661d575b799b1825bf5e47a95eed5e7ed968fe042349c2c7d94d6b0e6bf2d9145b5c6ff5df2ca538d56e5
+DIST openssh-9.3_p1-X509-glue-14.1.1.patch.xz 936 BLAKE2B 
f1716ff7801a27aa2aad06f1cca2ca6988eef65fb0ddcbde483e5c9205506ca40b658f5c8c40b2625afb38ff9b56e40831eadcf751c8ee1c11f69ec559f3c147
 SHA512 
dace01bcf22b625cd00e18ce019b0be31b6f47f714845f3ebb98ebee41b4db0a769fa09cab63ea17536a7106ec90f2b15f87696ae49fa6f6e31bad94ae09719d
+DIST openssh-9.3_p1-hpn-15.2-X509-14.1.1-glue.patch.xz 6224 BLAKE2B 
47c7054648e8d795b0d9e563d8313242c917df8a3620a60cff2d77f9ae8482cec861244e0f1433f711922f0704b775b7183284960a3baa48a27b99979ad7ffa3
 SHA512 
728cf2586bcc9480afe71b5106e2286b925857a9e04dce79f744b36cbe3ec2844ac5b4a6bd4b64117f32ad1b04c0943b9d6f935eee826202871588ed9a167387
+DIST openssh-9.3_p1-hpn-15.2-glue.patch.xz 5044 BLAKE2B 
73205bd8f702612df7cb6f29e8b353df854428974dc20d5938033157da64418317f326ab8118893dc47173cd871dc7654a3e3ed601289744560becc98729cd3f
 SHA512 
343b77109158b9af5d8d57f4ac7968bce8277fa3b4dcaa19b76593620fbddbfa832bd76c0da52e12179fe5f391f9fef67e7af51b138ab8cc69a8a6471b6a3909
+DIST openssh-9.3p1+x509-14.1.1.diff.gz 1221335 BLAKE2B 
9203fbb6955fe44ebd7ed031245a90b8df7e149a6ad3205097ffd5d2d7655a0e6b8cd2e20d7f7216fbc6d3e8bd0a1453f3fc028f04e96c0f244ad0772a0e30ab
 SHA512 
8a1036d680d25f99e1a24ea77a2c303e807c0f5c5323043684da9fcc9ff603f80384688935a654cc97216f84f85f00f590dc35d2ee2b1f0fb169f8b427559b2d
+DIST openssh-9.3p1-sctp-1.2.patch.xz 6836 BLAKE2B 
d12394ecaa7eca6e0b3590cea83b71537edc3230bc5f7b2992a06a67c77247cc4156be0ba151038a5baee1c3f105f76f1917cc5aad08d1aadadfd6e56858781b
 SHA512 
ba5af014e5b825bf4a57368416a15c6e56afd355780e4c5eab44a396c3f4276ac4d813c5c15b83f3b8edf4763855221743796c038433b292fda9417f0b274a71
+DIST openssh-9.3p1.tar.gz 1856839 BLAKE2B 
45578edf98bba3d23c7cefe60d8a7d3079e7c6676459f7422ace7a2461ab96943fbcadb478633a80f40bc098f2435722850b563714adb78b14922be53cb5753d
 SHA512 
087ff6fe5f6caab4c6c3001d906399e02beffad7277280f11187420c2939fd4befdcb14643862a657ce4cad2f115b82a0a1a2c99df6ee54dcd76b53647637c19
+DIST openssh-9.3p1.tar.gz.asc 833 BLAKE2B 
e6533d64b117a400b76b90f71fa856d352dea57d91e4e89fa375429403ac0734cc0a2f075bc58c6bb4f40a8f9776735aa36bdb0bbf3880a2115cea787633e48b
 SHA512 
6222378eb24a445c6c1db255392b405f5369b1af0e92f558d4ba05b0d83ab0d084cb8f4b91d7ae8636f333d970638a6635e2bc7af885135dd34992d87f2ef1f4

diff --git 
a/net-misc/openssh/files/openssh-9.3_p1-deny-shmget-shmat-shmdt-in-preauth-privsep-child.patch
 
b/net-misc/openssh/files/openssh-9.3_p1-deny-shmget-shmat-shmdt-in-preauth-privsep-child.patch
new file mode 100644
index ..4d098b2231c7
--- /dev/null
+++ 
b/net-misc/openssh/files/openssh-9.3_p1-deny-shmget-shmat-shmdt-in-preauth-privsep-child.patch
@@ -0,0 +1,20 @@
+diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
+index 23b40b643..d93a357c6 100644
+--- a/sandbox-seccomp-filter.c
 b/sandbox-seccomp-filter.c
+@@ -257,6 +257,15 @@ static const struct sock_filter preauth_insns[] = {
+ #ifdef __NR_statx
+   SC_DENY(__NR_statx, EACCES),
+ #endif
++#ifdef __NR_shmget
++  SC_DENY(__NR_shmget, EACCES),
++#endif
++#ifdef __NR_shmat
++  SC_DENY(__NR_shmat, EACCES),
++#endif
++#ifdef __NR_shmdt
++  

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

2023-03-16 Thread Sam James
commit: e9e78b5ce3c1776bca3d490edd8e34ef270be534
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:44:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:44:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e78b5c

media-video/libva-utils: Stabilize 2.17.1 x86, #901725

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

 media-video/libva-utils/libva-utils-2.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/libva-utils/libva-utils-2.17.1.ebuild 
b/media-video/libva-utils/libva-utils-2.17.1.ebuild
index f2d6709a0a66..fb8285bfbacc 100644
--- a/media-video/libva-utils/libva-utils-2.17.1.ebuild
+++ b/media-video/libva-utils/libva-utils-2.17.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]] ; then
EGIT_REPO_URI="https://github.com/intel/libva-utils;
 else
SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2023-03-16 Thread Sam James
commit: d2f18e2b70d4a1b64b93c5265376b37d81282664
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:44:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:44:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f18e2b

media-video/libva-utils: Stabilize 2.17.1 arm64, #901725

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

 media-video/libva-utils/libva-utils-2.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/libva-utils/libva-utils-2.17.1.ebuild 
b/media-video/libva-utils/libva-utils-2.17.1.ebuild
index fb8285bfbacc..2d6c24378eae 100644
--- a/media-video/libva-utils/libva-utils-2.17.1.ebuild
+++ b/media-video/libva-utils/libva-utils-2.17.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]] ; then
EGIT_REPO_URI="https://github.com/intel/libva-utils;
 else
SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2023-03-16 Thread Sam James
commit: 5de742b6ec3d49563e5eb2fbd89242771b43c045
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:44:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:44:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de742b6

media-libs/libva: Stabilize 2.17.0 x86, #901725

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

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

diff --git a/media-libs/libva/libva-2.17.0.ebuild 
b/media-libs/libva/libva-2.17.0.ebuild
index 5e8b20413486..584dbf7a14f6 100644
--- a/media-libs/libva/libva-2.17.0.ebuild
+++ b/media-libs/libva/libva-2.17.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]] ; then
EGIT_REPO_URI="https://github.com/intel/libva;
 else
SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2023-03-16 Thread Sam James
commit: 190fa4b04f7a9156cbd3e8324f6e572418d940d2
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:44:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:44:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190fa4b0

media-libs/libva: Stabilize 2.17.0 arm64, #901725

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

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

diff --git a/media-libs/libva/libva-2.17.0.ebuild 
b/media-libs/libva/libva-2.17.0.ebuild
index 584dbf7a14f6..df783c1633ed 100644
--- a/media-libs/libva/libva-2.17.0.ebuild
+++ b/media-libs/libva/libva-2.17.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]] ; then
EGIT_REPO_URI="https://github.com/intel/libva;
 else
SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~amd64 arm64 ~loong ~mips ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-compiler-libs/

2023-03-16 Thread Sam James
commit: eb0a23fd8818726bca8f7c6565e7e0c46d9a5e17
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:33:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:33:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0a23fd

dev-ml/ocaml-compiler-libs: Stabilize 0.12.4 x86, #901655

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

 dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild 
b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
index 89807e70c060..5590b48f042b 100644
--- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
+++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
@@ -11,5 +11,5 @@ 
SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dune/

2023-03-16 Thread Sam James
commit: 4b55eeb99fd0897bcff3c32a4c9a3ae87ce05a65
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:33:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:33:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b55eeb9

dev-ml/dune: Stabilize 3.7.0 x86, #901627

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

 dev-ml/dune/dune-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dune/dune-3.7.0.ebuild b/dev-ml/dune/dune-3.7.0.ebuild
index 1db7093138fc..efc130751904 100644
--- a/dev-ml/dune/dune-3.7.0.ebuild
+++ b/dev-ml/dune/dune-3.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="emacs"
 RESTRICT="strip test"
 



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

2023-03-16 Thread Julien Roy
commit: c81c169635fff031a062846aa3040cecaad003b0
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Mar 17 02:44:00 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Mar 17 02:44:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c81c1696

dev-libs/feedbackd: add daemon USE flag

Signed-off-by: Julien Roy  jroy.ca>

 dev-libs/feedbackd/Manifest  |  1 +
 dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild | 70 
 dev-libs/feedbackd/metadata.xml  |  3 ++
 3 files changed, 74 insertions(+)

diff --git a/dev-libs/feedbackd/Manifest b/dev-libs/feedbackd/Manifest
index 6a79b6820..22360a67d 100644
--- a/dev-libs/feedbackd/Manifest
+++ b/dev-libs/feedbackd/Manifest
@@ -1,2 +1,3 @@
 DIST feedbackd-v0.0.3.tar.gz 92301 BLAKE2B 
53849f68106423db287a7961140f37141e4911e538a67e8e45afdbe9d69861089d9ac64f002de12794fbe00bfc09bbcb9fc5909a6c961df6d0f6cc8c3ff875c9
 SHA512 
de4365b8941e93a81618e4f2a3f5575d28f81ac53dcb54c249c5e3494157091e06fc55a522e76933304303d6b5ecba9697c5639a2838441637468f21502f4d92
 DIST feedbackd-v0.1.0.tar.bz2 75888 BLAKE2B 
a33d5161a1e83696a0d21a4487070abc7b31a1634cd6ca715bf489a29bf3e5c4f72b3838b87cde1e361df063ea829ca40083592681d46db2a324a7db1995dffb
 SHA512 
e056dc3441318237f7faae7ceefbbcbc5a3078a622fad8a35265074c15d3236fc90932d38c32acb4ac1dcbefadc0548aec135caff7918d2979b1b5b1b6821aeb
+DIST gmobile-d483537aee4778b114ce5d50c4c8a9f8d58337ed.tar.bz2 20337 BLAKE2B 
f94295672ed699f308ccfab3835ed6c7f1184c0e267ea1c2ab7b6d59c98b3d027b300bf6d29db6442de20cec852f5c1031d1b09f220e94afc79c48566c160676
 SHA512 
86acabbffb1b5f98f2b132ce5bd12940769c11ed53d38401a0048216943a4b095bd230774d83444e7b5f5d26825f32ced0075dce7354f6fa486d47ef5f86b4f3

diff --git a/dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild 
b/dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild
new file mode 100644
index 0..70dd5211d
--- /dev/null
+++ b/dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+VALA_USE_DEPEND="vapigen"
+
+inherit vala meson
+
+GMOBILECOMMIT="d483537aee4778b114ce5d50c4c8a9f8d58337ed"
+DESCRIPTION="A daemon to provide haptic feedback on events"
+HOMEPAGE="https://source.puri.sm/Librem5/feedbackd;
+SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
+   
https://gitlab.gnome.org/guidog/gmobile/-/archive/${GMOBILECOMMIT}.tar.bz2
+   -> gmobile-${GMOBILECOMMIT}.tar.bz2
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+SLOT="0"
+IUSE="daemon gtk-doc +introspection man test +vala"
+REQUIRED_USE="vala? ( introspection )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/glib:2
+   introspection? ( dev-libs/gobject-introspection )
+"
+RDEPEND="${DEPEND}
+   dev-libs/feedbackd-device-themes
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   gtk-doc? ( dev-util/gi-docgen )
+   man? ( dev-python/docutils )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   default
+
+   if use daemon; then
+   rmdir "${S}/subprojects/gmobile" || die
+   mv "${WORKDIR}/gmobile-${GMOBILECOMMIT}" 
"${S}/subprojects/gmobile" || die
+   fi
+
+   use vala && vala_setup
+   sed -i 's/-G feedbackd/-G video/g' debian/feedbackd.udev || die
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature introspection)
+   $(meson_use daemon)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use man)
+   $(meson_use test tests)
+   $(meson_use vala vapi)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   if use gtk-doc; then
+   mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
+   mv "${ED}"/usr/share/doc/libfeedback-${SLOT} 
"${ED}"/usr/share/gtk-doc/html/ || die
+   fi
+}

diff --git a/dev-libs/feedbackd/metadata.xml b/dev-libs/feedbackd/metadata.xml
index 29f406ebb..f4bb9be49 100644
--- a/dev-libs/feedbackd/metadata.xml
+++ b/dev-libs/feedbackd/metadata.xml
@@ -9,4 +9,7 @@
gjdijk...@gjdwebserver.nl
Gerben Jan Dijkman

+   
+   Build the feedbackd daemon
+   
 



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

2023-03-16 Thread Julien Roy
commit: 9753327f8e055bf15c8c49840dd17046249a939e
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Mar 17 03:28:17 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Mar 17 03:28:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9753327f

dev-python/scrapy: drop 2.6.3

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/scrapy/Manifest|  1 -
 dev-python/scrapy/scrapy-2.6.3.ebuild | 59 ---
 2 files changed, 60 deletions(-)

diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest
index 68c309a9c..2584b3dc2 100644
--- a/dev-python/scrapy/Manifest
+++ b/dev-python/scrapy/Manifest
@@ -1,2 +1 @@
-DIST scrapy-2.6.3.tar.gz 1312210 BLAKE2B 
48dd845eda2bf96a2c69f5fb95fd2cdd9203e16d50251a46cedf38e5241de21aa01099b735bb79bdee4cc8687c32bf7724779a01de8eca2f8ff1c1d95d04a749
 SHA512 
4248fdde8e71e8045811ef1ce78bf30939a705d1d0a075025e79f15ceca357391345e24a7990bf63e9c98b5ee099b95535fc134f49175c0275bef5393da2a5c8
 DIST scrapy-2.8.0.tar.gz 1345516 BLAKE2B 
9a02d50cfde6c829e6c9064f29b75de4fb97139759b7822e20914ad3edfae104df3b4d65452f58bae6f4b7af4407ed87c6dc59000e5285e823637e54f1412102
 SHA512 
c758e8aad459aad5f447e6e721afd3c8e8f5743c8a0961d7562ecea9735444a2a2b7fd1b4c443fd3623fcb9bd3db5fdd108aa6fe7fa629a36229a3175eabac7d

diff --git a/dev-python/scrapy/scrapy-2.6.3.ebuild 
b/dev-python/scrapy/scrapy-2.6.3.ebuild
deleted file mode 100644
index 698f73302..0
--- a/dev-python/scrapy/scrapy-2.6.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
-HOMEPAGE="https://scrapy.org/;
-SRC_URI="https://github.com/scrapy/scrapy/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-# The 'PyDispatcher>=2.0.5' distribution was not found and is required by 
Scrapy
-# https://bugs.gentoo.org/684734
-RDEPEND="${PYTHON_DEPS}
-   dev-python/cssselect[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   =dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/queuelib[${PYTHON_USEDEP}]
-   dev-python/service_identity[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/tldextract[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
-   dev-python/w3lib[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/testfixtures[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}/${PN}-2.5.1-no-doctest.patch" )
-
-python_test() {
-   py.test -vv --ignore=docs \
-   --ignore="tests/test_proxy_connect.py" \
-   --ignore="tests/test_utils_display.py" \
-   --ignore="tests/test_command_check.py" \
-   --ignore="tests/test_feedexport.py" \
-   --ignore="tests/test_pipeline_files.py" \
-   --ignore="tests/test_pipeline_images.py" \
-   --ignore="tests/test_squeues.py" || die
-}



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

2023-03-16 Thread Julien Roy
commit: 8cf3054bf1eb929f5d9f838c070c1011d141fb80
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Mar 17 03:27:53 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Mar 17 03:27:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cf3054b

dev-python/scrapy: drop 2.6.2

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/scrapy/Manifest|  1 -
 dev-python/scrapy/scrapy-2.6.2.ebuild | 59 ---
 2 files changed, 60 deletions(-)

diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest
index e3eb1a57a..68c309a9c 100644
--- a/dev-python/scrapy/Manifest
+++ b/dev-python/scrapy/Manifest
@@ -1,3 +1,2 @@
-DIST scrapy-2.6.2.tar.gz 1312436 BLAKE2B 
4cfa85a624d22145a306abb1ea17b12ba662f7f5bef51572f6a26670dfae059dc8b80a92eec6efb42d31175732e410f126ad4bd1c0904928bfcc284288ce9b5b
 SHA512 
4442c26a42df1c2e91ab6f8391568ba4e774b938a915f05492572d7ef196760101fc4c1ae4e17fc79cba574dd5696fee842672ec613d6fdb1167f9965972afd5
 DIST scrapy-2.6.3.tar.gz 1312210 BLAKE2B 
48dd845eda2bf96a2c69f5fb95fd2cdd9203e16d50251a46cedf38e5241de21aa01099b735bb79bdee4cc8687c32bf7724779a01de8eca2f8ff1c1d95d04a749
 SHA512 
4248fdde8e71e8045811ef1ce78bf30939a705d1d0a075025e79f15ceca357391345e24a7990bf63e9c98b5ee099b95535fc134f49175c0275bef5393da2a5c8
 DIST scrapy-2.8.0.tar.gz 1345516 BLAKE2B 
9a02d50cfde6c829e6c9064f29b75de4fb97139759b7822e20914ad3edfae104df3b4d65452f58bae6f4b7af4407ed87c6dc59000e5285e823637e54f1412102
 SHA512 
c758e8aad459aad5f447e6e721afd3c8e8f5743c8a0961d7562ecea9735444a2a2b7fd1b4c443fd3623fcb9bd3db5fdd108aa6fe7fa629a36229a3175eabac7d

diff --git a/dev-python/scrapy/scrapy-2.6.2.ebuild 
b/dev-python/scrapy/scrapy-2.6.2.ebuild
deleted file mode 100644
index 880034715..0
--- a/dev-python/scrapy/scrapy-2.6.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
-HOMEPAGE="https://scrapy.org/;
-SRC_URI="https://github.com/scrapy/scrapy/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-# The 'PyDispatcher>=2.0.5' distribution was not found and is required by 
Scrapy
-# https://bugs.gentoo.org/684734
-RDEPEND="${PYTHON_DEPS}
-   dev-python/cssselect[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   =dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/queuelib[${PYTHON_USEDEP}]
-   dev-python/service_identity[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/tldextract[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
-   dev-python/w3lib[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/testfixtures[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}/${PN}-2.5.1-no-doctest.patch" )
-
-python_test() {
-   py.test -vv --ignore=docs \
-   --ignore="tests/test_proxy_connect.py" \
-   --ignore="tests/test_utils_display.py" \
-   --ignore="tests/test_command_check.py" \
-   --ignore="tests/test_feedexport.py" \
-   --ignore="tests/test_pipeline_files.py" \
-   --ignore="tests/test_pipeline_images.py" \
-   --ignore="tests/test_squeues.py" || die
-}



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

2023-03-16 Thread Julien Roy
commit: 13778e0be81c5bb41b1b2c75b9c306b33c5f69f2
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Mar 17 03:27:25 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Mar 17 03:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13778e0b

dev-python/scrapy: drop 2.5.1

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/scrapy/Manifest|  1 -
 dev-python/scrapy/scrapy-2.5.1.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest
index 82662d417..e3eb1a57a 100644
--- a/dev-python/scrapy/Manifest
+++ b/dev-python/scrapy/Manifest
@@ -1,4 +1,3 @@
-DIST scrapy-2.5.1.tar.gz 1276985 BLAKE2B 
7e4a43391a8dd4f641d188c7a89d26d52bc51aae3eb8340e02c9de2477bc6458f80b3a8ba16f6a17a9ec1debb85fe558fb7c1c48358fd923e02864758ea75fa5
 SHA512 
4285272412b4c474707e864ece701990435d206b0a1ef28cb9f99cff87a02e6b0323e744e96f15878a3b433a7efe4be413d24068bb252f00f9ab1b0a980d844a
 DIST scrapy-2.6.2.tar.gz 1312436 BLAKE2B 
4cfa85a624d22145a306abb1ea17b12ba662f7f5bef51572f6a26670dfae059dc8b80a92eec6efb42d31175732e410f126ad4bd1c0904928bfcc284288ce9b5b
 SHA512 
4442c26a42df1c2e91ab6f8391568ba4e774b938a915f05492572d7ef196760101fc4c1ae4e17fc79cba574dd5696fee842672ec613d6fdb1167f9965972afd5
 DIST scrapy-2.6.3.tar.gz 1312210 BLAKE2B 
48dd845eda2bf96a2c69f5fb95fd2cdd9203e16d50251a46cedf38e5241de21aa01099b735bb79bdee4cc8687c32bf7724779a01de8eca2f8ff1c1d95d04a749
 SHA512 
4248fdde8e71e8045811ef1ce78bf30939a705d1d0a075025e79f15ceca357391345e24a7990bf63e9c98b5ee099b95535fc134f49175c0275bef5393da2a5c8
 DIST scrapy-2.8.0.tar.gz 1345516 BLAKE2B 
9a02d50cfde6c829e6c9064f29b75de4fb97139759b7822e20914ad3edfae104df3b4d65452f58bae6f4b7af4407ed87c6dc59000e5285e823637e54f1412102
 SHA512 
c758e8aad459aad5f447e6e721afd3c8e8f5743c8a0961d7562ecea9735444a2a2b7fd1b4c443fd3623fcb9bd3db5fdd108aa6fe7fa629a36229a3175eabac7d

diff --git a/dev-python/scrapy/scrapy-2.5.1.ebuild 
b/dev-python/scrapy/scrapy-2.5.1.ebuild
deleted file mode 100644
index 56711c180..0
--- a/dev-python/scrapy/scrapy-2.5.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
-HOMEPAGE="https://scrapy.org/;
-SRC_URI="https://github.com/scrapy/scrapy/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-# The 'PyDispatcher>=2.0.5' distribution was not found and is required by 
Scrapy
-# https://bugs.gentoo.org/684734
-RDEPEND="${PYTHON_DEPS}
-   dev-python/cssselect[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   =dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/queuelib[${PYTHON_USEDEP}]
-   dev-python/service_identity[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
-   dev-python/w3lib[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/testfixtures[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}/${PN}-2.5.1-no-doctest.patch" )
-
-python_test() {
-   py.test -vv --ignore=docs \
-   --ignore="tests/test_proxy_connect.py" \
-   --ignore="tests/test_utils_display.py" \
-   --ignore="tests/test_command_check.py" \
-   --ignore="tests/test_feedexport.py" \
-   --ignore="tests/test_pipeline_files.py" \
-   --ignore="tests/test_pipeline_images.py" \
-   --ignore="tests/test_squeues.py" || die
-}



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

2023-03-16 Thread Julien Roy
commit: 9cbd545ab7e96475ff0aed5924430f1b8f2dc954
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Mar 17 03:29:18 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Mar 17 03:29:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cbd545a

dev-python/scrapy: remove dev-python/h2 dependency pin to <4
Upstream fixed it since version 2.6.0
https://github.com/scrapy/scrapy/issues/5267

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/scrapy/metadata.xml| 3 +++
 dev-python/scrapy/scrapy-2.8.0.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/scrapy/metadata.xml b/dev-python/scrapy/metadata.xml
index 10a288b0b..dd122298c 100644
--- a/dev-python/scrapy/metadata.xml
+++ b/dev-python/scrapy/metadata.xml
@@ -5,4 +5,7 @@
gen...@aisha.cc
Aisha Tammy

+   
+   scrapy/scrapy
+   
 

diff --git a/dev-python/scrapy/scrapy-2.8.0.ebuild 
b/dev-python/scrapy/scrapy-2.8.0.ebuild
index 6be5b6027..7fcf9781a 100644
--- a/dev-python/scrapy/scrapy-2.8.0.ebuild
+++ b/dev-python/scrapy/scrapy-2.8.0.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=8
@@ -21,7 +21,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/cssselect[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]


[gentoo-commits] repo/gentoo:master commit in: app-editors/helix/

2023-03-16 Thread Patrick McLean
commit: 3634b17e73827f3c06a7bd96ce70a06665ffd49e
Author: Jonas Frei  pm  me>
AuthorDate: Thu Mar 16 19:46:30 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Mar 17 03:27:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3634b17e

app-editors/helix: Fix grammar build with 'debug' USE flag

Bug: https://bugs.gentoo.org/901007
Signed-off-by: Jonas Frei  pm.me>
Closes: https://github.com/gentoo/gentoo/pull/30164
Signed-off-by: Patrick McLean  gentoo.org>

 app-editors/helix/helix-22.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/helix/helix-22.12.ebuild 
b/app-editors/helix/helix-22.12.ebuild
index 102a5d9c2aff..7c0fddeac603 100644
--- a/app-editors/helix/helix-22.12.ebuild
+++ b/app-editors/helix/helix-22.12.ebuild
@@ -434,7 +434,7 @@ src_compile() {
cargo_src_compile
 
if use grammar; then
-   target/release/hx --grammar build || die
+   target/$(usex debug debug release)/hx --grammar build || die
fi
 }
 



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

2023-03-16 Thread Sam James
commit: fd8d0cbf01ebbf727d69a6cf6094ed94055c2b62
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:21:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:21:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8d0cbf

dev-lang/ocaml: Stabilize 4.05.0-r9 x86, #901711

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

 dev-lang/ocaml/ocaml-4.05.0-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild 
b/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild
index ee12dc760a5d..e43f9405e0e1 100644
--- a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild
+++ b/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild
@@ -17,7 +17,7 @@ LICENSE="QPL-1.0 LGPL-2"
 # Everytime ocaml is updated to a new version, everything ocaml must be 
rebuilt,
 # so here we go with the subslot.
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="emacs flambda latex ncurses +ocamlopt spacetime X xemacs"
 
 RDEPEND="



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

2023-03-16 Thread Sam James
commit: 9204354f36e85f8a7be8964fe6c0aa3723fe923e
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:19:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:19:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9204354f

sys-devel/gcc: add 10.4.1_p20230316

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-10.4.1_p20230316.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 642e9683316e..5efbd08df0b0 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,6 +1,7 @@
 DIST gcc-10-20230119.tar.xz 72112952 BLAKE2B 
6e28cba9f6ff5c9f9231828bb400c82b8658a4f9c0166c28a6a12d71728d4460904152a8c84bbeff88c06b7f9378937b7b61bf4a871a10c56bd005170dc5fde2
 SHA512 
6cbb567ef1da1b6fa65892b6e71c3b7cd37e0c483e049720ea1987d444a0e7b4eb15d1e99f4e35995acdce560a811a779574eeba52bb252c61325accedd6a5c5
 DIST gcc-10-20230302.tar.xz 72112120 BLAKE2B 
8647639d9c6aef31b63566b006bb2980ca974e4aac4f5ced5f12a4f7fe0e9bda1e456d31f13dc478ab187d5e739ac850dd7dcc9db421ece1cadc50c952dbbed4
 SHA512 
97f72699b1a38de0dfb95253dc1602400fb05c2466b3682e51a4793d17db62e1d55b8d19211c3326e5369aace2a74345059b4b1c1a61a1f2c1c75a0aa9ec3e0e
 DIST gcc-10-20230309.tar.xz 72121328 BLAKE2B 
6dfcd9278c0909cd4f75835d8da584374f063767b68524cb956bb35b8b16abee78f3770c84dbd19bb5c28a0d1d69011e6c33abfaa7ea5e6688e15eaaf1820be8
 SHA512 
a54a39b418203185c58f76fffa9a61a8c14ac16a2aaa5eaf312d9a90ea9a51c5e7f3398a25e04dc5ffc6fb589141f4aeb0ca110a478276b4027631d1bb9f9c6c
+DIST gcc-10-20230316.tar.xz 72129548 BLAKE2B 
72b5d9bf3f98bdc961d3f9e6361edcf51f7b7866c64cfd158a15a7a0b045d0cff00f185bb1da85b0cf95df5fb73ce6109a8bf0eef0bb1018970754c22d41c827
 SHA512 
13787d3ce14ffdc7f277263237364b0493aeb88115cdf8d100ab35e9abe08d4c845a90cd78b1c138286beef991079f3b42bb4fcf720284dff1b34606ead59ccc
 DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 
804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67
 SHA512 
83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570
 DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B 
f336d69a8ad105b8c4a84e8248a5b8a88175d3f1d67d32c6bee1780d252d86947059bd624992e6292610e86c9012f4d901a1a54df0d184dd023d404a0707700e
 SHA512 
aa8fb42f20587f8519e7b06037da4d8f7d386b63e228b239a0445a51df4e401940fcd81482381d966622054aef3e0db06d1def5c74ac3d3dcc9c75c3b966c758
 DIST gcc-10.4.0.tar.xz 75018092 BLAKE2B 
ec1169025d3896b70ab80a4b8ce5040763a95529fc7e120c6bc3a3eb1db5cf938ebde347c1e595a8ff7d4081e79ded6252702d7a1a09648449b7a0783188e434
 SHA512 
440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648

diff --git a/sys-devel/gcc/gcc-10.4.1_p20230316.ebuild 
b/sys-devel/gcc/gcc-10.4.1_p20230316.ebuild
new file mode 100644
index ..07a2b5e91ab4
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.4.1_p20230316.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+#TOOLCHAIN_GCC_RC=1
+PATCH_GCC_VER="10.5.0"
+PATCH_VER="5"
+MUSL_VER="2"
+MUSL_GCC_VER="10.5.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+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="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+#fi
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   if has_version '>=sys-libs/glibc-2.32-r1'; then
+   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
+   fi
+
+   toolchain_src_prepare
+}



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

2023-03-16 Thread Sam James
commit: 2f7dad5c2882013ab855c0c65db529904dd4c0c7
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:19:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:19:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7dad5c

sci-libs/geos: add 3.11.2

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

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/files/geos-3.11.2-gcc-13.patch | 38 +
 sci-libs/geos/geos-3.11.2.ebuild | 50 
 3 files changed, 89 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index e090e325a34b..42022eecc40f 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f98df95d5aaf9f6fd957ebcdbdefb43ae4fb17a5a671b6dfdb812bdacfdbfdfdea6e5bd44f135e3701a3cc914d
 SHA512 
40c7553bbb93673c231ddd0131b73bf43b3f50524bc5bd9e6934c068d2c09632f388b7429254ae15d9641da2d15e3a626b430438854e98d9e7419ad04e535189
 DIST geos-3.11.1.tar.bz2 6753232 BLAKE2B 
376050ca3224e5220f69d82ff62d79ff7ea3d35d5fe90b7ab4e0cabcb4200b47d7569110538c201df9cb28da784f09f8207a9a8233ee002ab2ec87f5cf336ba1
 SHA512 
708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3
+DIST geos-3.11.2.tar.bz2 6774288 BLAKE2B 
62ddcaf5b6716983d49a6931c97ebe8d4c457ce7d127531ff3ff98e9dfc2f1ebd211d1fe7afe183a3858913b4c22ec4674f68fb28ee8c43c9e9ce61abd3b
 SHA512 
b5df5b773bef595335e1be6c6d3325f932f1577e2a4b8bdfa8cf26f09c7d41ed5e0695ca15826d1f95bc4a45b777839c2be8a96a8af5415c8bcf58cc804eb1ec

diff --git a/sci-libs/geos/files/geos-3.11.2-gcc-13.patch 
b/sci-libs/geos/files/geos-3.11.2-gcc-13.patch
new file mode 100644
index ..fa46cf8bf4d2
--- /dev/null
+++ b/sci-libs/geos/files/geos-3.11.2-gcc-13.patch
@@ -0,0 +1,38 @@
+https://github.com/libgeos/geos/commit/bea3188be44075034fd349f5bb117c943bdb7fb1
+
+From bea3188be44075034fd349f5bb117c943bdb7fb1 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Mon, 23 Jan 2023 15:56:11 +0100
+Subject: [PATCH] Fix build with gcc 13 by including  (#805)
+
+In addition to [1]. Otherwise geos fails to build with:
+"geos-3.11.1/include/geos/shape/fractal/HilbertEncoder.h:40:28: error: 
expected ')' before 'p_level'
+   40 | HilbertEncoder(uint32_t p_level, geom::Envelope& extent);
+  |   ~^~~~
+  |)
+/var/tmp/paludis/build/sci-libs-geos-3.11.1/work/geos-3.11.1/include/geos/shape/fractal/HilbertEncoder.h:41:5:
 error: 'uint32_t' does not name a type
+   41 | uint32_t encode(const geom::Envelope* env);
+  | ^~~~"
+
+[1] 0e8d4368b8bd72a7d361286e8523ebce5cff6146
+--- a/include/geos/shape/fractal/HilbertEncoder.h
 b/include/geos/shape/fractal/HilbertEncoder.h
+@@ -19,6 +19,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ // Forward declarations
+ namespace geos {
+--- a/tests/unit/capi/GEOSMakeValidTest.cpp
 b/tests/unit/capi/GEOSMakeValidTest.cpp
+@@ -9,6 +9,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "capi_test_utils.h"
+ 
+

diff --git a/sci-libs/geos/geos-3.11.2.ebuild b/sci-libs/geos/geos-3.11.2.ebuild
new file mode 100644
index ..9aa1b4eecd40
--- /dev/null
+++ b/sci-libs/geos/geos-3.11.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://libgeos.org/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc-13.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+
+   # bug #709368
+   $(usev arm '-DDISABLE_GEOS_INLINE=ON')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-migrate-parsetree/

2023-03-16 Thread Sam James
commit: 7da2f9f41899e9732c8327dc82a6a18ff64cb074
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:43:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:43:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da2f9f4

dev-ml/ocaml-migrate-parsetree: Stabilize 2.4.0 x86, #901633

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

 dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild 
b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild
index 1879a88dc139..88dea05cf6b2 100644
--- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild
+++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/let-def/ocaml-migrate-parsetree/archive/${PV}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test ) strip"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dune/

2023-03-16 Thread Sam James
commit: 8c8d02bceab5dfe83e06bc90fc151f44029c2fe3
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:37:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:37:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8d02bc

dev-ml/dune: Stabilize 3.6.2 x86, #901625

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

 dev-ml/dune/dune-3.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dune/dune-3.6.2.ebuild b/dev-ml/dune/dune-3.6.2.ebuild
index 1db7093138fc..efc130751904 100644
--- a/dev-ml/dune/dune-3.6.2.ebuild
+++ b/dev-ml/dune/dune-3.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="emacs"
 RESTRICT="strip test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/spawn/

2023-03-16 Thread Sam James
commit: 849c7e381c860e46b512de0cddc29d8af760e713
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:38:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:38:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849c7e38

dev-ml/spawn: Stabilize 0.15.1 x86, #901663

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

 dev-ml/spawn/spawn-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/spawn/spawn-0.15.1.ebuild b/dev-ml/spawn/spawn-0.15.1.ebuild
index 927dea463cba..b8faa9414e7c 100644
--- a/dev-ml/spawn/spawn-0.15.1.ebuild
+++ b/dev-ml/spawn/spawn-0.15.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2023-03-16 Thread Sam James
commit: 989e367dde4c6a2950b56b1435240290221f57a9
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:37:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:37:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989e367d

sys-kernel/gentoo-sources: Stabilize 6.1.19 ppc64, #901351

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

 sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild
index 7eb56146e42a..f5bc9f530904 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-03-16 Thread Sam James
commit: 1edbc376a75f7a85fe802411846da58eed14a358
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:37:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:37:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edbc376

sys-kernel/gentoo-sources: Stabilize 4.14.309 ppc64, #901351

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.309.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.309.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.309.ebuild
index b02e452dac20..db0453914e82 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.309.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.309.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-03-16 Thread Sam James
commit: dd0dcf1f818ea5bb83f01ed9d054425c9b2fef11
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:37:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:37:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0dcf1f

sys-kernel/gentoo-sources: Stabilize 5.15.102 ppc64, #901351

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

 sys-kernel/gentoo-sources/gentoo-sources-5.15.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.102.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.102.ebuild
index 74f50a085a5d..58b54e743753 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.102.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.102.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-03-16 Thread Sam James
commit: 1bbf2205f6a666188e95ba73b5cb763532bd20e0
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:37:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:37:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbf2205

sys-kernel/gentoo-sources: Stabilize 5.4.236 ppc64, #901351

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

 sys-kernel/gentoo-sources/gentoo-sources-5.4.236.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.236.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.236.ebuild
index d8d8652a865b..ddd915da0611 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.236.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.236.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-03-16 Thread Sam James
commit: 5882a570500834b4269af3491b6085dae6cfbeec
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:37:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:37:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5882a570

sys-kernel/gentoo-sources: Stabilize 5.10.174 ppc64, #901351

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

 sys-kernel/gentoo-sources/gentoo-sources-5.10.174.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.174.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.174.ebuild
index 04c911c99adb..b06bb8cd8cc4 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.174.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.174.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-03-16 Thread Sam James
commit: 098e58e739bafaac3a5829a36b7039a369771d5f
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:37:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:37:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098e58e7

sys-kernel/gentoo-sources: Stabilize 4.19.277 ppc64, #901351

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

 sys-kernel/gentoo-sources/gentoo-sources-4.19.277.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.277.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.277.ebuild
index d2d7515b7862..13b0be8644d4 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.277.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.277.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-03-16 Thread Sam James
commit: 0b7eace724b0035856311008c95cc7fe18b8231b
Author: Krzesimir Nowak  microsoft  com>
AuthorDate: Fri Mar 17 02:34:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:35:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7eace7

sys-libs/glibc: disable CET explicitly if USE=-cet

When bootstrapping, we may have a situation where CET-enabled gcc from seed is
used to build CET-disabled glibc. As such, gcc implicitly enables CET if no
-fcf-protection flag is passed. For a typical package it should not be a 
problem,
but for glibc it matters as it is dealing with CET in ld.so. So if CET is 
supposed to be
disabled for glibc, be explicit about it.

[sam: cherry-picked from Flatcar at 
https://github.com/flatcar/coreos-overlay/commit/f4b92a6de9fcf506b30f1c6156b27c0e3d25438e]

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

 sys-libs/glibc/glibc-2.36-r7.ebuild | 13 -
 sys-libs/glibc/glibc-2.37-r1.ebuild | 13 -
 sys-libs/glibc/glibc-.ebuild| 13 -
 3 files changed, 36 insertions(+), 3 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.36-r7.ebuild 
b/sys-libs/glibc/glibc-2.36-r7.ebuild
index 8bb3e20062b4..28002f738a95 100644
--- a/sys-libs/glibc/glibc-2.36-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.36-r7.ebuild
@@ -472,7 +472,18 @@ setup_flags() {
filter-flags '-fsanitize=*'
 
# See end of bug #830454; we handle this via USE=cet
-   filter-flags '-fcf-protection='
+   filter-flags '-fcf-protection=*'
+
+   # When bootstrapping, we may have a situation where
+   # CET-enabled gcc from seed is used to build CET-disabled
+   # glibc. As such, gcc implicitly enables CET if no
+   # -fcf-protection flag is passed. For a typical package it
+   # should not be a problem, but for glibc it matters as it is
+   # dealing with CET in ld.so. So if CET is supposed to be
+   # disabled for glibc, be explicit about it.
+   if (use amd64 || use x86) && ! use cet; then
+   append-flags '-fcf-protection=none'
+   fi
 }
 
 use_multiarch() {

diff --git a/sys-libs/glibc/glibc-2.37-r1.ebuild 
b/sys-libs/glibc/glibc-2.37-r1.ebuild
index 55b5a05c1ef8..4b041ecc1f7e 100644
--- a/sys-libs/glibc/glibc-2.37-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.37-r1.ebuild
@@ -472,7 +472,18 @@ setup_flags() {
filter-flags '-fsanitize=*'
 
# See end of bug #830454; we handle this via USE=cet
-   filter-flags '-fcf-protection='
+   filter-flags '-fcf-protection=*'
+
+   # When bootstrapping, we may have a situation where
+   # CET-enabled gcc from seed is used to build CET-disabled
+   # glibc. As such, gcc implicitly enables CET if no
+   # -fcf-protection flag is passed. For a typical package it
+   # should not be a problem, but for glibc it matters as it is
+   # dealing with CET in ld.so. So if CET is supposed to be
+   # disabled for glibc, be explicit about it.
+   if (use amd64 || use x86) && ! use cet; then
+   append-flags '-fcf-protection=none'
+   fi
 }
 
 use_multiarch() {

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index df348d783cb1..f5ec71d81a7b 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -472,7 +472,18 @@ setup_flags() {
filter-flags '-fsanitize=*'
 
# See end of bug #830454; we handle this via USE=cet
-   filter-flags '-fcf-protection='
+   filter-flags '-fcf-protection=*'
+
+   # When bootstrapping, we may have a situation where
+   # CET-enabled gcc from seed is used to build CET-disabled
+   # glibc. As such, gcc implicitly enables CET if no
+   # -fcf-protection flag is passed. For a typical package it
+   # should not be a problem, but for glibc it matters as it is
+   # dealing with CET in ld.so. So if CET is supposed to be
+   # disabled for glibc, be explicit about it.
+   if (use amd64 || use x86) && ! use cet; then
+   append-flags '-fcf-protection=none'
+   fi
 }
 
 use_multiarch() {



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/

2023-03-16 Thread Sam James
commit: a8f1808fc2d6c51f5e5d53190ef2be2b508ad366
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:28:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:28:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f1808f

dev-ml/dose3: Stabilize 7.0.0 x86, #901707

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

 dev-ml/dose3/dose3-7.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
index b7b7b2661b1e..54f8773928dc 100644
--- a/dev-ml/dose3/dose3-7.0.0.ebuild
+++ b/dev-ml/dose3/dose3-7.0.0.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
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 BDEPEND="



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

2023-03-16 Thread Sam James
commit: 61c4cb92838ba6d649e953bcaf7230cf31aeaed5
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:28:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:28:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c4cb92

dev-lang/ocaml: Stabilize 4.05.0-r9 amd64, #901711

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

 dev-lang/ocaml/ocaml-4.05.0-r9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild 
b/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild
index 00764d5fcf07..ee12dc760a5d 100644
--- a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild
+++ b/dev-lang/ocaml/ocaml-4.05.0-r9.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
@@ -17,7 +17,7 @@ LICENSE="QPL-1.0 LGPL-2"
 # Everytime ocaml is updated to a new version, everything ocaml must be 
rebuilt,
 # so here we go with the subslot.
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="emacs flambda latex ncurses +ocamlopt spacetime X xemacs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/

2023-03-16 Thread Sam James
commit: ad60af282c3e1ef6a22b6cfb1f160a71fcf97c21
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:28:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:28:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad60af28

dev-ml/uucp: Stabilize 15.0.0 amd64, #901705

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

 dev-ml/uucp/uucp-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-15.0.0.ebuild b/dev-ml/uucp/uucp-15.0.0.ebuild
index 0a4cae3ed550..c29f94fbb1b7 100644
--- a/dev-ml/uucp/uucp-15.0.0.ebuild
+++ b/dev-ml/uucp/uucp-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-ml/topkg
dev-ml/findlib"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/

2023-03-16 Thread Sam James
commit: ac930dfed1480a3744b769d790e18297161c25c3
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:28:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:28:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac930dfe

dev-ml/uucp: Stabilize 15.0.0 x86, #901705

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

 dev-ml/uucp/uucp-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-15.0.0.ebuild b/dev-ml/uucp/uucp-15.0.0.ebuild
index c29f94fbb1b7..9fb60f6e3ad5 100644
--- a/dev-ml/uucp/uucp-15.0.0.ebuild
+++ b/dev-ml/uucp/uucp-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-ml/topkg
dev-ml/findlib"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/

2023-03-16 Thread Sam James
commit: 16884ee6b553a26e4e65db0aa677e25d10c1c6b4
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16884ee6

dev-ml/uunf: Stabilize 15.0.0 x86, #901691

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

 dev-ml/uunf/uunf-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uunf/uunf-15.0.0.ebuild b/dev-ml/uunf/uunf-15.0.0.ebuild
index 1108281d260d..c779a04c4090 100644
--- a/dev-ml/uunf/uunf-15.0.0.ebuild
+++ b/dev-ml/uunf/uunf-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-ml/topkg:=



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-endian/

2023-03-16 Thread Sam James
commit: e846b9a86e1f2a7566292f6db0902a7835d4afb8
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e846b9a8

dev-ml/ocplib-endian: Stabilize 1.2 amd64, #901697

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

 dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild 
b/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild
index 405c1b9d56e5..257dba2f4900 100644
--- a/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild
+++ b/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 # 2 of 70 tests fail



[gentoo-commits] repo/gentoo:master commit in: dev-ml/mirage-clock/

2023-03-16 Thread Sam James
commit: 2708afc690d4454d95e9d5c5ac5bca569b832951
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2708afc6

dev-ml/mirage-clock: Stabilize 4.2.0 amd64, #901683

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

 dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild 
b/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild
index e4baec811a12..9e45c527f5a5 100644
--- a/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild
+++ b/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mirage/mirage-clock/archive/v${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/dune-configurator"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlzip/

2023-03-16 Thread Sam James
commit: 63c0d3175240716ae85824875f8534b0d4523733
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c0d317

dev-ml/camlzip: Stabilize 1.11 amd64, #901671

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

 dev-ml/camlzip/camlzip-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camlzip/camlzip-1.11.ebuild 
b/dev-ml/camlzip/camlzip-1.11.ebuild
index 08ab3ff0e9c8..859a17171ca5 100644
--- a/dev-ml/camlzip/camlzip-1.11.ebuild
+++ b/dev-ml/camlzip/camlzip-1.11.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
 
 LICENSE="LGPL-2.1"
 SLOT="1/${PV}"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4.07:=[ocamlopt?]



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-endian/

2023-03-16 Thread Sam James
commit: 04c3ac2df009ce5b397c5f64489f4987918f87ff
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:28:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:28:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c3ac2d

dev-ml/ocplib-endian: Stabilize 1.2 x86, #901697

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

 dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild 
b/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild
index 257dba2f4900..35d1d14b60b6 100644
--- a/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild
+++ b/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 # 2 of 70 tests fail



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/

2023-03-16 Thread Sam James
commit: f4960173f329790d147b088efd336be334a0520b
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4960173

dev-ml/uunf: Stabilize 15.0.0 amd64, #901691

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

 dev-ml/uunf/uunf-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uunf/uunf-15.0.0.ebuild b/dev-ml/uunf/uunf-15.0.0.ebuild
index b4c38684ce6a..1108281d260d 100644
--- a/dev-ml/uunf/uunf-15.0.0.ebuild
+++ b/dev-ml/uunf/uunf-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-ml/topkg:=



[gentoo-commits] repo/gentoo:master commit in: dev-ml/extlib/

2023-03-16 Thread Sam James
commit: ae7f763251a5389c0fde57dfb03915e9db21a038
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:28:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:28:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7f7632

dev-ml/extlib: Stabilize 1.7.9 x86, #901703

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

 dev-ml/extlib/extlib-1.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/extlib/extlib-1.7.9.ebuild 
b/dev-ml/extlib/extlib-1.7.9.ebuild
index 1c3c56c3e39e..fa24bb9e6e46 100644
--- a/dev-ml/extlib/extlib-1.7.9.ebuild
+++ b/dev-ml/extlib/extlib-1.7.9.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P}
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="doc +ocamlopt"
 
 # See bug #704146



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uutf/

2023-03-16 Thread Sam James
commit: 87ec66f394c5be7d5bb0ded4ab63cea9d8f75392
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ec66f3

dev-ml/uutf: Stabilize 1.0.3 amd64, #901689

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

 dev-ml/uutf/uutf-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uutf/uutf-1.0.3.ebuild b/dev-ml/uutf/uutf-1.0.3.ebuild
index ef70734d6e4d..c28639fee3fc 100644
--- a/dev-ml/uutf/uutf-1.0.3.ebuild
+++ b/dev-ml/uutf/uutf-1.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uutf/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="doc utftrip +ocamlopt test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="utftrip? ( ocamlopt )"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uutf/

2023-03-16 Thread Sam James
commit: e4fe8c3427f0028ff5cfdfe19b2af2a1f48c84bf
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fe8c34

dev-ml/uutf: Stabilize 1.0.3 x86, #901689

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

 dev-ml/uutf/uutf-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uutf/uutf-1.0.3.ebuild b/dev-ml/uutf/uutf-1.0.3.ebuild
index c28639fee3fc..45823d8f06dc 100644
--- a/dev-ml/uutf/uutf-1.0.3.ebuild
+++ b/dev-ml/uutf/uutf-1.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uutf/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="doc utftrip +ocamlopt test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="utftrip? ( ocamlopt )"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/extlib/

2023-03-16 Thread Sam James
commit: cd4d22f1e3a61ccd5f71cf0c9c81f658e0c7f062
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:28:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:28:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4d22f1

dev-ml/extlib: Stabilize 1.7.9 amd64, #901703

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

 dev-ml/extlib/extlib-1.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/extlib/extlib-1.7.9.ebuild 
b/dev-ml/extlib/extlib-1.7.9.ebuild
index 45a4a43e7993..1c3c56c3e39e 100644
--- a/dev-ml/extlib/extlib-1.7.9.ebuild
+++ b/dev-ml/extlib/extlib-1.7.9.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P}
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="doc +ocamlopt"
 
 # See bug #704146



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlidl/

2023-03-16 Thread Sam James
commit: a5aa8b1282ff848f8396af5e6cc68649b06af184
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aa8b12

dev-ml/camlidl: Stabilize 1.11 x86, #901685

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

 dev-ml/camlidl/camlidl-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camlidl/camlidl-1.11.ebuild 
b/dev-ml/camlidl/camlidl-1.11.ebuild
index 6920eae70973..cf719ff1b91a 100644
--- a/dev-ml/camlidl/camlidl-1.11.ebuild
+++ b/dev-ml/camlidl/camlidl-1.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/xavierleroy/${PN}/archive/${PN}$(ver_rs 0-1 '').tar.
 
 LICENSE="QPL-1.0 LGPL-2"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 
 DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt]"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/react/

2023-03-16 Thread Sam James
commit: 0e4de0b127a64d5df3ea022840ab28a4c40a47d6
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4de0b1

dev-ml/react: Stabilize 1.2.2-r1 x86, #901687

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

 dev-ml/react/react-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/react/react-1.2.2-r1.ebuild 
b/dev-ml/react/react-1.2.2-r1.ebuild
index 4c9bc99dde77..5f05d500056c 100644
--- a/dev-ml/react/react-1.2.2-r1.ebuild
+++ b/dev-ml/react/react-1.2.2-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/dbuenzli/react.git;
 else
SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz;
-   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/react/

2023-03-16 Thread Sam James
commit: b4ce28845063a9635ba96be2033011072a9b7169
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ce2884

dev-ml/react: Stabilize 1.2.2-r1 amd64, #901687

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

 dev-ml/react/react-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/react/react-1.2.2-r1.ebuild 
b/dev-ml/react/react-1.2.2-r1.ebuild
index 6db752613af4..4c9bc99dde77 100644
--- a/dev-ml/react/react-1.2.2-r1.ebuild
+++ b/dev-ml/react/react-1.2.2-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/dbuenzli/react.git;
 else
SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz;
-   KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/mirage-clock/

2023-03-16 Thread Sam James
commit: d1739cab2e4784e4b2279514c0b64f7a1d556df1
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1739cab

dev-ml/mirage-clock: Stabilize 4.2.0 x86, #901683

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

 dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild 
b/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild
index 9e45c527f5a5..a9376887cb14 100644
--- a/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild
+++ b/dev-ml/mirage-clock/mirage-clock-4.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mirage/mirage-clock/archive/v${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/dune-configurator"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/markup/

2023-03-16 Thread Sam James
commit: 53ea01638ff744e858ecbf4f6eea4a9d06608abc
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ea0163

dev-ml/markup: Stabilize 1.0.3 amd64, #901679

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

 dev-ml/markup/markup-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/markup/markup-1.0.3.ebuild 
b/dev-ml/markup/markup-1.0.3.ebuild
index 09cc6d2dcf7a..807d63c3e164 100644
--- a/dev-ml/markup/markup-1.0.3.ebuild
+++ b/dev-ml/markup/markup-1.0.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}.ml-${PV}
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlidl/

2023-03-16 Thread Sam James
commit: 9369ca3773a75d5a8e2a7a1bfbd71e965e5c8f9f
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9369ca37

dev-ml/camlidl: Stabilize 1.11 amd64, #901685

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

 dev-ml/camlidl/camlidl-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camlidl/camlidl-1.11.ebuild 
b/dev-ml/camlidl/camlidl-1.11.ebuild
index 4706e7db2037..6920eae70973 100644
--- a/dev-ml/camlidl/camlidl-1.11.ebuild
+++ b/dev-ml/camlidl/camlidl-1.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/xavierleroy/${PN}/archive/${PN}$(ver_rs 0-1 '').tar.
 
 LICENSE="QPL-1.0 LGPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt]"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/markup/

2023-03-16 Thread Sam James
commit: 212424793eb60e7b778189b2d7d22f237334b1f2
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21242479

dev-ml/markup: Stabilize 1.0.3 x86, #901679

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

 dev-ml/markup/markup-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/markup/markup-1.0.3.ebuild 
b/dev-ml/markup/markup-1.0.3.ebuild
index 807d63c3e164..88b603d4d100 100644
--- a/dev-ml/markup/markup-1.0.3.ebuild
+++ b/dev-ml/markup/markup-1.0.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}.ml-${PV}
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlzip/

2023-03-16 Thread Sam James
commit: d7e3d4f11a8353d4cd240fca30235a9197dec5e0
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e3d4f1

dev-ml/camlzip: Stabilize 1.11 x86, #901671

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

 dev-ml/camlzip/camlzip-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camlzip/camlzip-1.11.ebuild 
b/dev-ml/camlzip/camlzip-1.11.ebuild
index 859a17171ca5..47c43d09721c 100644
--- a/dev-ml/camlzip/camlzip-1.11.ebuild
+++ b/dev-ml/camlzip/camlzip-1.11.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
 
 LICENSE="LGPL-2.1"
 SLOT="1/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4.07:=[ocamlopt?]



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

2023-03-16 Thread Sam James
commit: 2cc541391a518d8f1bee121c3b66b469797fa484
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc54139

dev-lang/ocaml: Stabilize 4.14.0-r1 x86, #901673

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

 dev-lang/ocaml/ocaml-4.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild 
b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
index 2ce52efdb648..d094b2b5991f 100644
--- a/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Programming language supporting functional, 
imperative & object-ori
 
 LICENSE="QPL-1.0 LGPL-2"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="emacs flambda latex +ocamlopt xemacs"
 
 RDEPEND="sys-libs/binutils-libs:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/

2023-03-16 Thread Sam James
commit: 8d49a6b160372b8b5eddf6aa8e79ec58b2389b56
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d49a6b1

dev-ml/jingoo: Stabilize 1.4.4 x86, #901675

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

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

diff --git a/dev-ml/jingoo/jingoo-1.4.4.ebuild 
b/dev-ml/jingoo/jingoo-1.4.4.ebuild
index b5e10ddf85a2..b006bbcc0bd3 100644
--- a/dev-ml/jingoo/jingoo-1.4.4.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2023-03-16 Thread Sam James
commit: f484cf766707501eb706dc617d32414ddd00c2b8
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:27:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:27:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f484cf76

dev-lang/ocaml: Stabilize 4.14.0-r1 amd64, #901673

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

 dev-lang/ocaml/ocaml-4.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild 
b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
index be5c47bf9d90..2ce52efdb648 100644
--- a/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Programming language supporting functional, 
imperative & object-ori
 
 LICENSE="QPL-1.0 LGPL-2"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="emacs flambda latex +ocamlopt xemacs"
 
 RDEPEND="sys-libs/binutils-libs:="



[gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/files/, sys-libs/cracklib/

2023-03-16 Thread Sam James
commit: 27b7d30f1513c8aa741f0118ebd8af45984ea6c6
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 02:24:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 02:24:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b7d30f

sys-libs/cracklib: fix Python bindings

- Fix Python bindings build and clean it up to be more idiomatic
- Use PEP517 for Python build too

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

 ...lib-2.9.10.ebuild => cracklib-2.9.10-r1.ebuild} | 45 ++
 .../files/cracklib-2.9.10-python-inc.patch | 20 ++
 2 files changed, 48 insertions(+), 17 deletions(-)

diff --git a/sys-libs/cracklib/cracklib-2.9.10.ebuild 
b/sys-libs/cracklib/cracklib-2.9.10-r1.ebuild
similarity index 74%
rename from sys-libs/cracklib/cracklib-2.9.10.ebuild
rename to sys-libs/cracklib/cracklib-2.9.10-r1.ebuild
index 71fddeb64779..0553dfd808a8 100644
--- a/sys-libs/cracklib/cracklib-2.9.10.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.10-r1.ebuild
@@ -6,6 +6,7 @@ EAPI=8
 # Note: ideally bump with sys-apps/cracklib-words
 
 DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 libtool multilib-minimal usr-ldscript
 
@@ -31,19 +32,14 @@ DEPEND="
 "
 BDEPEND="
nls? ( sys-devel/gettext )
-   python? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
+   python? ( ${DISTUTILS_DEPS} )
 "
 
-do_python() {
-   multilib_is_native_abi || return 0
-   use python || return 0
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.9.10-python-inc.patch
+)
 
-   pushd python > /dev/null || die
-   distutils-r1_src_${EBUILD_PHASE}
-   popd > /dev/null || die
-}
+distutils_enable_tests unittest
 
 pkg_setup() {
# Workaround bug #195017
@@ -57,10 +53,12 @@ pkg_setup() {
 src_prepare() {
default
 
-   # bug ##269003
+   # bug #269003
elibtoolize
 
-   do_python
+   if use python ; then
+   distutils-r1_src_prepare
+   fi
 }
 
 multilib_src_configure() {
@@ -81,18 +79,28 @@ multilib_src_configure() {
 multilib_src_compile() {
default
 
-   do_python
+   if multilib_is_native_abi && use python ; then
+   local -x CFLAGS="${CFLAGS} 
-DLOCALEDIR='\"${EPREFIX}/usr/share/locale\"' 
-DDEFAULT_CRACKLIB_DICT=\'${EPREFIX}/usr/lib/cracklib_dict\'"
+   cd python || die
+   distutils-r1_src_compile
+   fi
 }
 
 multilib_src_test() {
default
 
-   # Make sure we load the freshly built library
-   LD_LIBRARY_PATH="${BUILD_DIR}/lib/.libs:${LD_LIBRARY_PATH}" do_python
+   if multilib_is_native_abi && use python ; then
+   distutils-r1_src_test
+   fi
 }
 
 python_test() {
-   ${EPYTHON} -m unittest test_cracklib || die "Tests fail with ${EPYTHON}"
+   cd "${S}"/python || die
+
+   # Make sure we load the freshly built library
+   local -x 
LD_LIBRARY_PATH="${BUILD_DIR/-${EPYTHON/./_}}/lib/.libs:${BUILD_DIR}/lib:${LD_LIBRARY_PATH}"
+
+   eunittest
 }
 
 multilib_src_install() {
@@ -101,7 +109,10 @@ multilib_src_install() {
# Move shared libs to /
gen_usr_ldscript -a crack
 
-   do_python
+   if multilib_is_native_abi && use python ; then
+   cd python || die
+   distutils-r1_src_install
+   fi
 }
 
 multilib_src_install_all() {

diff --git a/sys-libs/cracklib/files/cracklib-2.9.10-python-inc.patch 
b/sys-libs/cracklib/files/cracklib-2.9.10-python-inc.patch
new file mode 100644
index ..fd9960df0e8f
--- /dev/null
+++ b/sys-libs/cracklib/files/cracklib-2.9.10-python-inc.patch
@@ -0,0 +1,20 @@
+https://github.com/cracklib/cracklib/pull/61
+
+From 802cbc426779489d44d7fc19e695e7d962c65665 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 17 Mar 2023 02:20:19 +
+Subject: [PATCH] python: adjust include path for builddir
+
+We need this for config.h added by 2e0f854bada720ff4fbd13aed4f87087d466274d.
+--- a/python/setup.py.in
 b/python/setup.py.in
+@@ -22,7 +22,7 @@ from setuptools import setup, Extension
+ extensions = [
+ Extension("_cracklib",
+ ["@srcdir@/_cracklib.c"],
+-include_dirs = ["@top_srcdir@/lib"],
++include_dirs = ["@top_builddir@", "@top_srcdir@/lib"],
+ libraries = ["crack"],
+ library_dirs = ["@top_builddir@/lib/.libs"]),
+ ]
+



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

2023-03-16 Thread Zac Medico
commit: 2cb46de602b1509668484ac6b1bfd7b361438d7d
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 17 00:06:14 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 17 00:15:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb46de6

sys-apps/flatpak: add 1.12.8

Bug: https://bugs.gentoo.org/901507
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/flatpak/Manifest  |   1 +
 sys-apps/flatpak/flatpak-1.12.8.ebuild | 108 +
 2 files changed, 109 insertions(+)

diff --git a/sys-apps/flatpak/Manifest b/sys-apps/flatpak/Manifest
index b76cfc8608d7..9883f2091761 100644
--- a/sys-apps/flatpak/Manifest
+++ b/sys-apps/flatpak/Manifest
@@ -1,2 +1,3 @@
 DIST flatpak-1.12.3.tar.xz 1555340 BLAKE2B 
512b3f6abfb06d242aedad2c27c9870750254a9d0a376739f8885bbf1740b649e2a41f2c079532b049fcce8b58529572ea35e930437ed6b62194a73bcbb6
 SHA512 
2f39665457b4c3b99e32ebc88cf5b70202dba6118887617d3d7faa20f688f3f3fc14e343b70c0d11eb15ee743a68d07078e6cda14fd91aa10ca375797cfc95bc
+DIST flatpak-1.12.8.tar.xz 1568984 BLAKE2B 
6db457eba6b5c03ae4b7037e55f0537821152a80cad8746939fe93008922a9a33ff9f08635613e56a84f2d151826130c497c1e9f7f1e41a5b2dc215882f2eb14
 SHA512 
5a37d94e12c18a746b222c1ddbd20bddfb22079af1d3a79dc819cdb25f04774c9e4b3a51f9b5ed64f210317e7ec9fb97324ae38ec3430c6a515ba4042805fc57
 DIST flatpak-1.14.1.tar.xz 1626500 BLAKE2B 
bf33dcd5a0f0289e5bff32794012dcfc45dcdbb11ef0da5c68769c18b1bcd12fcc0308ea275a7532f59998db6afa019746313387b0f9636c7d9b91ceb7d5
 SHA512 
1f22622b9a797b644b5fe9d26c3c4ec3f6b1a3b81a12d498e5aeeecb1a965c9aaa5c1d18843c938f116855bbbed3a8d9866997440f86241abe70eae13be7cdcb

diff --git a/sys-apps/flatpak/flatpak-1.12.8.ebuild 
b/sys-apps/flatpak/flatpak-1.12.8.ebuild
new file mode 100644
index ..6983ea31deb9
--- /dev/null
+++ b/sys-apps/flatpak/flatpak-1.12.8.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9,10,11} )
+
+inherit linux-info python-any-r1
+
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
+DESCRIPTION="Linux application sandboxing and distribution framework"
+HOMEPAGE="https://flatpak.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="doc introspection policykit seccomp systemd X"
+RESTRICT="test"
+
+RDEPEND="
+   acct-group/flatpak
+   acct-user/flatpak
+   >=app-arch/libarchive-2.8:=
+   app-arch/zstd:=
+   >=app-crypt/gpgme-1.1.8:=
+   >=dev-libs/appstream-glib-0.5.10:=
+   >=dev-libs/glib-2.56:2=
+   >=dev-libs/libxml2-2.4:=
+   dev-libs/json-glib:=
+   dev-libs/libassuan:=
+   >=dev-util/ostree-2020.8:=[gpg(+)]
+   || (
+   dev-util/ostree[curl]
+   dev-util/ostree[soup]
+   )
+   >=gnome-base/dconf-0.26:=
+   gnome-base/gsettings-desktop-schemas
+   >=net-libs/libsoup-2.4:2.4=
+   >=sys-apps/bubblewrap-0.5.0
+   sys-apps/dbus
+   >=sys-fs/fuse-2.9.9:0=
+   sys-apps/xdg-dbus-proxy
+   X? (
+   x11-apps/xauth
+   x11-libs/libXau:=
+   )
+   x11-libs/gdk-pixbuf:2=
+   policykit? ( >=sys-auth/polkit-0.98:= )
+   seccomp? ( sys-libs/libseccomp:= )
+   systemd? ( sys-apps/systemd:= )
+"
+
+DEPEND="${RDEPEND}"
+# pyparsing version pinned for https://bugs.gentoo.org/825230
+BDEPEND="
+   >=sys-devel/automake-1.13.4
+   >=sys-devel/gettext-0.18.2
+   virtual/pkgconfig
+   dev-util/gdbus-codegen
+   sys-devel/bison
+   introspection? ( >=dev-libs/gobject-introspection-1.40 )
+   doc? (
+   >=dev-util/gtk-doc-1.20
+   dev-libs/libxslt
+   )
+   $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
+"
+
+PDEPEND="sys-apps/xdg-desktop-portal"
+
+python_check_deps() {
+   has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   local CONFIG_CHECK="~USER_NS"
+   linux-info_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # This line fails because locales are in /usr/lib/locale/locale-archive.
+   sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh 
|| die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-sandboxed-triggers
+   --localstatedir="${EPREFIX}"/var
+   --with-system-bubblewrap
+   --with-system-dbus-proxy
+   $(use_enable X xauth)
+   $(use_enable doc documentation)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable policykit system-helper)
+   $(use_enable seccomp)
+   $(use_with systemd)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   # resolve conflict with acct-user/flatpak for 

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

2023-03-16 Thread Zac Medico
commit: fdbb6a78c2d7c6801ddc668091f8140a16c32a0d
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 17 00:11:57 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 17 00:15:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbb6a78

sys-apps/flatpak: add 1.14.4

Bug: https://bugs.gentoo.org/901507
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/flatpak/Manifest  |   1 +
 sys-apps/flatpak/flatpak-1.14.4.ebuild | 108 +
 2 files changed, 109 insertions(+)

diff --git a/sys-apps/flatpak/Manifest b/sys-apps/flatpak/Manifest
index 9883f2091761..11a23544a987 100644
--- a/sys-apps/flatpak/Manifest
+++ b/sys-apps/flatpak/Manifest
@@ -1,3 +1,4 @@
 DIST flatpak-1.12.3.tar.xz 1555340 BLAKE2B 
512b3f6abfb06d242aedad2c27c9870750254a9d0a376739f8885bbf1740b649e2a41f2c079532b049fcce8b58529572ea35e930437ed6b62194a73bcbb6
 SHA512 
2f39665457b4c3b99e32ebc88cf5b70202dba6118887617d3d7faa20f688f3f3fc14e343b70c0d11eb15ee743a68d07078e6cda14fd91aa10ca375797cfc95bc
 DIST flatpak-1.12.8.tar.xz 1568984 BLAKE2B 
6db457eba6b5c03ae4b7037e55f0537821152a80cad8746939fe93008922a9a33ff9f08635613e56a84f2d151826130c497c1e9f7f1e41a5b2dc215882f2eb14
 SHA512 
5a37d94e12c18a746b222c1ddbd20bddfb22079af1d3a79dc819cdb25f04774c9e4b3a51f9b5ed64f210317e7ec9fb97324ae38ec3430c6a515ba4042805fc57
 DIST flatpak-1.14.1.tar.xz 1626500 BLAKE2B 
bf33dcd5a0f0289e5bff32794012dcfc45dcdbb11ef0da5c68769c18b1bcd12fcc0308ea275a7532f59998db6afa019746313387b0f9636c7d9b91ceb7d5
 SHA512 
1f22622b9a797b644b5fe9d26c3c4ec3f6b1a3b81a12d498e5aeeecb1a965c9aaa5c1d18843c938f116855bbbed3a8d9866997440f86241abe70eae13be7cdcb
+DIST flatpak-1.14.4.tar.xz 1637484 BLAKE2B 
cf208c581ad76d46489ba473d290c35907da0d1d473bf2b4792fb56c31e7110cd38f1c6fc4ad04aa3675868d17116ba52a84b028d7b7789c1736cfe26f3cabfe
 SHA512 
3f97096affd4f1de184ded353f1ab403d9f1813b199b9a1595596cc7c5d6b46062aa2ef184255823f50ae95ca60d0542d9b9e520f9a605f9bc51091863bf89b0

diff --git a/sys-apps/flatpak/flatpak-1.14.4.ebuild 
b/sys-apps/flatpak/flatpak-1.14.4.ebuild
new file mode 100644
index ..16d18d1775bf
--- /dev/null
+++ b/sys-apps/flatpak/flatpak-1.14.4.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9,10,11} )
+
+inherit linux-info python-any-r1
+
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
+DESCRIPTION="Linux application sandboxing and distribution framework"
+HOMEPAGE="https://flatpak.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="doc introspection policykit seccomp systemd X"
+RESTRICT="test"
+
+RDEPEND="
+   acct-group/flatpak
+   acct-user/flatpak
+   >=app-arch/libarchive-2.8:=
+   app-arch/zstd:=
+   >=app-crypt/gpgme-1.1.8:=
+   >=dev-libs/appstream-0.12:=
+   >=dev-libs/appstream-glib-0.5.10:=
+   >=dev-libs/glib-2.56:2=
+   >=dev-libs/libxml2-2.4:=
+   dev-libs/json-glib:=
+   dev-libs/libassuan:=
+   >=dev-util/ostree-2020.8:=[gpg(+)]
+   dev-util/ostree[curl]
+   >=gnome-base/dconf-0.26:=
+   gnome-base/gsettings-desktop-schemas
+   net-misc/curl:=
+   >=sys-apps/bubblewrap-0.5.0
+   sys-apps/dbus
+   >=sys-fs/fuse-2.9.9:0=
+   sys-apps/xdg-dbus-proxy
+   X? (
+   x11-apps/xauth
+   x11-libs/libXau:=
+   )
+   x11-libs/gdk-pixbuf:2=
+   policykit? ( >=sys-auth/polkit-0.98:= )
+   seccomp? ( sys-libs/libseccomp:= )
+   systemd? ( sys-apps/systemd:= )
+"
+
+DEPEND="${RDEPEND}"
+# pyparsing version pinned for https://bugs.gentoo.org/825230
+BDEPEND="
+   >=sys-devel/automake-1.13.4
+   >=sys-devel/gettext-0.18.2
+   virtual/pkgconfig
+   dev-util/gdbus-codegen
+   sys-devel/bison
+   introspection? ( >=dev-libs/gobject-introspection-1.40 )
+   doc? (
+   app-text/xmlto
+   dev-libs/libxslt
+   )
+   $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
+"
+
+PDEPEND="sys-apps/xdg-desktop-portal"
+
+python_check_deps() {
+   has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   local CONFIG_CHECK="~USER_NS"
+   linux-info_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # This line fails because locales are in /usr/lib/locale/locale-archive.
+   sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh 
|| die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-sandboxed-triggers
+   --localstatedir="${EPREFIX}"/var
+   --with-system-bubblewrap
+   --with-system-dbus-proxy
+   $(use_enable X xauth)
+   $(use_enable doc documentation)
+   $(use_enable doc docbook-docs)
+   $(use_enable 

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

2023-03-16 Thread William Hubbs
commit: 9f8b93deb7d1f565f5af514504533309bb2d1c2b
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar 17 00:09:04 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 17 00:11:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8b93de

dev-lang/go: stabilize 1.19.7 for amd64, #901379

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-lang/go/go-1.19.7.ebuild b/dev-lang/go/go-1.19.7.ebuild
index 53c743807f58..5fb93c0e9487 100644
--- a/dev-lang/go/go-1.19.7.ebuild
+++ b/dev-lang/go/go-1.19.7.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2023-03-16 Thread William Hubbs
commit: 3f3f1d87f1c9f64de14cada19f0079f870bc5f41
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar 17 00:10:40 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 17 00:11:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3f1d87

dev-lang/go: stabilize 1.20.2 for amd64, #901379

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-lang/go/go-1.20.2.ebuild b/dev-lang/go/go-1.20.2.ebuild
index df42d5ae30c4..651b35d6f5f0 100644
--- a/dev-lang/go/go-1.20.2.ebuild
+++ b/dev-lang/go/go-1.20.2.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-03-16 Thread Sam James
commit: cc9914447c370ada93197c8ade744a51fad8c380
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:09:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:09:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc991444

virtual/dist-kernel: Stabilize 5.10.174 arm64, #901359

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

 virtual/dist-kernel/dist-kernel-5.10.174.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.174.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.174.ebuild
index 683bc7a1b4e6..5c1f700e2c2e 100644
--- a/virtual/dist-kernel/dist-kernel-5.10.174.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.10.174.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
 
 RDEPEND="
|| (



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

2023-03-16 Thread Sam James
commit: 5bf5a9eb2643b4c730b8f772794a26f0b76963b7
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:09:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:09:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf5a9eb

sys-kernel/gentoo-kernel-bin: Stabilize 5.10.174 arm64, #901359

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild
index 3d77037b945a..5e164d953179 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2023-03-16 Thread Sam James
commit: 11e88e1b97ca39c8d3e27c61994e346b72b67017
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e88e1b

sys-kernel/gentoo-kernel-bin: Stabilize 5.10.174 ppc64, #901359

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild
index 5e164d953179..d239d83ce6e6 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.174.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-03-16 Thread Sam James
commit: 634a24c1d62eebc37ee6c0ef407216688c7e418c
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634a24c1

virtual/dist-kernel: Stabilize 6.1.19 ppc64, #901361

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

 virtual/dist-kernel/dist-kernel-6.1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-6.1.19.ebuild 
b/virtual/dist-kernel/dist-kernel-6.1.19.ebuild
index e5a61e8c1839..43c9e88b8a76 100644
--- a/virtual/dist-kernel/dist-kernel-6.1.19.ebuild
+++ b/virtual/dist-kernel/dist-kernel-6.1.19.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
|| (



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

2023-03-16 Thread Sam James
commit: 0e33f29e1352d1f6e38e68693bc250c5468698f9
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e33f29e

sys-devel/gcc: Stabilize 12.2.1_p20230121-r1 x86, #888475

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

 sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild 
b/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild
index 148aa2769b3f..fff578a4285b 100644
--- a/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild
+++ b/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild
@@ -35,7 +35,7 @@ EGIT_BRANCH=releases/gcc-$(ver_cut 1)
 
 # Don't keyword live ebuilds
 if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-   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
 
 # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.



[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-03-16 Thread Sam James
commit: 691a0e26a5ebb0db28310fa352f0edfddd703a13
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691a0e26

virtual/dist-kernel: Stabilize 5.10.174 ppc64, #901359

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

 virtual/dist-kernel/dist-kernel-5.10.174.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.174.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.174.ebuild
index 5c1f700e2c2e..5fe06a349848 100644
--- a/virtual/dist-kernel/dist-kernel-5.10.174.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.10.174.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 
 RDEPEND="
|| (



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

2023-03-16 Thread Sam James
commit: 0296aa5032d2771f464730d796369ae4884d0b2e
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0296aa50

sys-kernel/gentoo-kernel-bin: Stabilize 5.15.102 ppc64, #901357

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild
index a2955b8467f1..7029a11a1828 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2023-03-16 Thread Sam James
commit: a0f25e20ade8a1ed172570e9f30794d95607c1ef
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:09:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:09:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f25e20

sys-kernel/gentoo-kernel: Stabilize 5.15.102 arm64, #901357

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

 sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild
index 7d1a4becf95c..c379fdb86b9f 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild
@@ -42,7 +42,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-03-16 Thread Sam James
commit: d3e417f7c0c8cce9a4525da318c290bf5ddb13dc
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e417f7

virtual/dist-kernel: Stabilize 5.15.102 ppc64, #901357

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

 virtual/dist-kernel/dist-kernel-5.15.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.15.102.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.102.ebuild
index 5c1f700e2c2e..5fe06a349848 100644
--- a/virtual/dist-kernel/dist-kernel-5.15.102.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.15.102.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 
 RDEPEND="
|| (



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

2023-03-16 Thread Sam James
commit: 1f303b5c2dd7eebc272275f7c070ce66da9a0ae8
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:09:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:09:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f303b5c

sys-kernel/gentoo-kernel-bin: Stabilize 5.15.102 arm64, #901357

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild
index 0b881dc2103d..a2955b8467f1 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.102.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2023-03-16 Thread Sam James
commit: 1a45ba2ace464264121506709fd572161b088dc2
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a45ba2a

sys-kernel/gentoo-kernel-bin: Stabilize 6.1.19 ppc64, #901361

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.19.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.19.ebuild
index a6bddd73e19d..297b34628d70 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.19.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.19.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2023-03-16 Thread Sam James
commit: 82817110b96a0ceea96d682f01a9d479cece9fbd
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82817110

sys-kernel/gentoo-kernel: Stabilize 5.15.102 ppc64, #901357

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

 sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild
index c379fdb86b9f..e6d7d1d644cf 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.102.ebuild
@@ -42,7 +42,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



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

2023-03-16 Thread Sam James
commit: e85ab1605efa0f290e33379cd6919c7cad70f662
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85ab160

sys-kernel/gentoo-kernel: Stabilize 6.1.19 ppc64, #901361

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

 sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild
index a77825a55c21..ad7c463ddda9 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild
@@ -43,7 +43,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )
hppa? ( savedconfig )



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

2023-03-16 Thread Sam James
commit: db99a556b1b89bcf0a46ed51c87decdc993ecfd2
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db99a556

sys-kernel/gentoo-kernel: Stabilize 5.10.174 ppc64, #901359

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

 sys-kernel/gentoo-kernel/gentoo-kernel-5.10.174.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.174.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.174.ebuild
index 9d2c53c556e5..1d47864056d3 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.174.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.174.ebuild
@@ -43,7 +43,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



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

2023-03-16 Thread Sam James
commit: f19544b4af896c952a9e1bf8f4e55c6d92ffd6b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19544b4

sys-kernel/gentoo-kernel-bin: Stabilize 5.4.236 ppc64, #901355

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.236.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.236.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.236.ebuild
index c5ee2bfa602a..96371349ab73 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.236.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.236.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2023-03-16 Thread Sam James
commit: 87bb71be6061712d2ecf4a9a37bb5c8bdba805f4
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bb71be

sys-kernel/gentoo-kernel: Stabilize 5.4.236 ppc64, #901355

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

 sys-kernel/gentoo-kernel/gentoo-kernel-5.4.236.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.236.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.236.ebuild
index 58cc56334410..9e6b50275223 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.236.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.236.ebuild
@@ -43,7 +43,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
 IUSE="debug"
 
 RDEPEND="



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

2023-03-16 Thread Sam James
commit: 577c9df092b2fc81d17495a72a6c23527d556f93
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:09:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:09:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577c9df0

sys-kernel/gentoo-kernel: Stabilize 6.1.19 arm64, #901361

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

 sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild
index df42f08dea22..a77825a55c21 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.19.ebuild
@@ -43,7 +43,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )
hppa? ( savedconfig )



[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-03-16 Thread Sam James
commit: bab5b2b26e32135c19f70d221685a50f7178e20a
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:09:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:09:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab5b2b2

virtual/dist-kernel: Stabilize 6.1.19 arm64, #901361

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

 virtual/dist-kernel/dist-kernel-6.1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-6.1.19.ebuild 
b/virtual/dist-kernel/dist-kernel-6.1.19.ebuild
index da6ac7cc143a..e5a61e8c1839 100644
--- a/virtual/dist-kernel/dist-kernel-6.1.19.ebuild
+++ b/virtual/dist-kernel/dist-kernel-6.1.19.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-03-16 Thread Sam James
commit: b8dbecccfe677cae11e04cee55ffb3d69f9402fd
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 00:10:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 00:10:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8dbeccc

virtual/dist-kernel: Stabilize 5.4.236 ppc64, #901355

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

 virtual/dist-kernel/dist-kernel-5.4.236.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.236.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.236.ebuild
index 5f8997c84222..aca2d8625879 100644
--- a/virtual/dist-kernel/dist-kernel-5.4.236.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.4.236.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
 
 RDEPEND="
|| (



  1   2   3   4   5   >