[gentoo-commits] repo/gentoo:master commit in: app-containers/distrobuilder/

2023-11-11 Thread Joonas Niilola
commit: 6b767761cac9f0a4f7a060f7064fe4954d3b8bcd
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Nov 11 08:17:13 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Nov 11 08:26:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b767761

app-containers/distrobuilder: add 3.0

 - looks like lxd compatibility has been written off for now. lxc and
   incus remains.

Signed-off-by: Joonas Niilola  gentoo.org>

 app-containers/distrobuilder/Manifest  |  2 +
 .../distrobuilder/distrobuilder-3.0.ebuild | 49 ++
 2 files changed, 51 insertions(+)

diff --git a/app-containers/distrobuilder/Manifest 
b/app-containers/distrobuilder/Manifest
index 607f7bd759ff..f5226ec2651a 100644
--- a/app-containers/distrobuilder/Manifest
+++ b/app-containers/distrobuilder/Manifest
@@ -1,2 +1,4 @@
 DIST distrobuilder-2.1.tar.gz 5599048 BLAKE2B 
90e82a20a3ef61d13148951956bb1f74cc3494ca86e339c188a1c9009dcb27c0cb9a298c639c6de891df67915b48d107557f6b698a45cbe35c54d41a45bac1ab
 SHA512 
80184d27305f5659f1367563161220b966b1957810da61e8f3b9f32cf408795319b43dd650bc9f867b3ac73ef2b3251972bb11999d92feb34bfd9cdae7ff7b7b
 DIST distrobuilder-2.1.tar.gz.asc 833 BLAKE2B 
fb3aadbc989438b0606c88e74fdd86e809b6373b907b37372cbbc0ca99415821f61772205967e0a7aa26b0bdaceb66df4ab39da1f08c339edeb84e66a04aab56
 SHA512 
0220fa34d966e2b3a244af21a894f5db7556b891ee3205b605ef633699553f0f53d876412c855010a0ef685fcfe376997790cf51d59fd46b7c9ba539507de4e3
+DIST distrobuilder-3.0.tar.gz 6135124 BLAKE2B 
71cf594cdece46890418ea58af06205c59beaecce46a977efadcb336b93f0e1ed85ba4c1563a1f9f95937e935f844c91b6e45dfc73c0210f134ba3a694adea1d
 SHA512 
c2218e6312257e5f15077d8380b9b49f7b8afd7ed5e43d46ac5d18a8cc332b096ab50c7301f74eb93769548c10f273e21a584ab2e908260ead4d2b219683bd1c
+DIST distrobuilder-3.0.tar.gz.asc 833 BLAKE2B 
9a6fba0101eaea411a1b56359265c02533739a180c095ef2edd07dbe65c1d3bd2c1deab46e0cfdab362a282b85843659c8876853252b7ab1ab49e9f3f3dc1e8f
 SHA512 
238a0a93575cb05fcd13fc32b5faed7592ff3345ae91d07fc1ede5696903f2e4da3d6d79bf39bc05ac16f0c8e04afe3eefa0e96b2c789992f55859bac6fd56d0

diff --git a/app-containers/distrobuilder/distrobuilder-3.0.ebuild 
b/app-containers/distrobuilder/distrobuilder-3.0.ebuild
new file mode 100644
index ..34d269459025
--- /dev/null
+++ b/app-containers/distrobuilder/distrobuilder-3.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module linux-info
+
+DESCRIPTION="System container image builder for LXC and incus"
+HOMEPAGE="https://linuxcontainers.org/distrobuilder/introduction/";
+
+SRC_URI="https://linuxcontainers.org/downloads/distrobuilder/distrobuilder-${PV}.tar.gz
+   verify-sig? ( 
https://linuxcontainers.org/downloads/distrobuilder/distrobuilder-${PV}.tar.gz.asc
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="verify-sig"
+
+RDEPEND="app-crypt/gnupg
+   dev-util/debootstrap
+   dev-vcs/git
+   net-misc/rsync
+   sys-fs/squashfs-tools"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
+
+# Test deps aren't vendored.
+RESTRICT="test"
+
+CONFIG_CHECK="~OVERLAY_FS"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc
+
+GOPATH="${S}/_dist"
+
+src_compile() {
+   export GOPATH="${S}/_dist"
+   emake
+}
+
+src_test() {
+   export GOPATH="${S}/_dist"
+   emake check
+}
+
+src_install() {
+   export GOPATH="${S}/_dist"
+   dobin ${GOPATH}/bin/distrobuilder
+   dodoc -r doc/*
+}



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

2023-11-11 Thread Sam James
commit: 2b219dc7626045415543a42224dca905572f3129
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 08:24:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 08:27:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b219dc7

net-vpn/tor: add 0.4.8.9

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

 net-vpn/tor/Manifest   |   3 +
 net-vpn/tor/tor-0.4.8.9.ebuild | 177 +
 2 files changed, 180 insertions(+)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 9f085ac4c9ae..832ab740f7d7 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -19,3 +19,6 @@ DIST tor-0.4.8.7.tar.gz.sha256sum.asc 716 BLAKE2B 
90f80d3f07de27a6a08899a71d838a
 DIST tor-0.4.8.8.tar.gz 8261891 BLAKE2B 
24dda7589d8c1318d008d69d1a2ecb65a0c80ee05cfca9f9a420784ff99b35645450c8330a23919f24068b7218e267a773292d5d7031f6a2c402fe2354a9a3f3
 SHA512 
780c507ea3aaa66dafb5cd34551009979c6621217acb3c1b11727b5f5d7fb0edd08d7e79b9991014a95a185f4ee6fdd53098d2df587e3d801fb2d5100b9b6e23
 DIST tor-0.4.8.8.tar.gz.sha256sum 85 BLAKE2B 
697788e84f977ceaef05aca7bbf1385e6d40b80f1ec2c3ae024bffc87f507c34be5f3f5f62271c10b1e9aa8ed5fe64daa108e93d2bfa3f67f69e0409e41ab1a0
 SHA512 
65e7ae7ed136bb5e8abaa580658149b91f53befa452c3f1b8529630726890dba8ac13f123f0dbcf60d42ada7832529338d4f3c9c8ddcba4852a1ac8e9febd90d
 DIST tor-0.4.8.8.tar.gz.sha256sum.asc 716 BLAKE2B 
09c6b9d011dd21dee6b6e6ef28a4714c5c93873fcad6fa6b92a074319c2de79c0082252867fd68e40f0a54d7986c42fe5272033059114415c59ed278eb5731ae
 SHA512 
110194accefcfd9e988ae577c63b5b8608a17399fd2420d6b51febf86ec57c9651c58fa316e1c42c2fb94dbf2e3110bfd09f2407347bea76b1fae757b71ba134
+DIST tor-0.4.8.9.tar.gz 8266806 BLAKE2B 
a2d8cc8e60f162930d64d191af1893cb4060a8d98c16560c9ba30e0a9a0fd9cce2132573ca4db7b8b6e002f127f06b53fc5aea5fb6e8795c10f73671d14d9190
 SHA512 
b8c38368f80091d8dcf378d9a243952308f756902da23afe40df4f1bed30f0b274c2bd2abc47d80d6bc0b8939fd09dd19a4def4b91da1eeb55a4ee1687e2795b
+DIST tor-0.4.8.9.tar.gz.sha256sum 85 BLAKE2B 
3972857f4aa008783fa3da9024e0853835c05655a083ab145fbc355f01d58c2fdd9be0eaa10a77b58ed5e6f804aacb286422f640c0b16e8387838f7aad0c9b58
 SHA512 
87b0813a90a61c061d81c81119d1827dbd7d48818319659af5d9536c7e551dab6750b6d813def230d6b7ffb573f81b48fc57e3afcca52ed5826ae60fb7f49c05
+DIST tor-0.4.8.9.tar.gz.sha256sum.asc 716 BLAKE2B 
80d3118a01de55c6257324e526ab8191a7cde23e70b07f41fce0f4f426b8e97a237369c69ff3e6f5657d44c3a7aea62cde9243d9072de99369cb5434b1a177a7
 SHA512 
4ab4039c86e7118086237abb36442c9801d72d951626735b6d8d633feecccdca10222d48d29b18904dc04d6940f19b6717b3f3b3fbe3c8e942bafb17afe91c91

diff --git a/net-vpn/tor/tor-0.4.8.9.ebuild b/net-vpn/tor/tor-0.4.8.9.ebuild
new file mode 100644
index ..009e202668a5
--- /dev/null
+++ b/net-vpn/tor/tor-0.4.8.9.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/torproject.org.asc
+inherit edo python-any-r1 readme.gentoo-r1 systemd verify-sig
+
+MY_PV="$(ver_rs 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="https://www.torproject.org/ 
https://gitlab.torproject.org/tpo/core/tor/";
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://gitlab.torproject.org/tpo/core/tor";
+   inherit autotools git-r3
+else
+   SRC_URI="
+   https://www.torproject.org/dist/${MY_PF}.tar.gz
+   
https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
+   verify-sig? (
+   https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum
+   
https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum.asc
+   )
+   "
+
+   S="${WORKDIR}/${MY_PF}"
+
+   if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~ppc-macos"
+   fi
+
+   BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20230727 )"
+fi
+
+# BSD in general, but for PoW, needs --enable-gpl (GPL-3 per --version)
+# We also already had GPL-2 listed here for the init script, but obviously
+# that's different from the actual binary.
+LICENSE="BSD GPL-2 GPL-3"
+SLOT="0"
+IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/libevent-2.1.12-r1:=[ssl]
+   dev-libs/openssl:=[-bindist(-)]
+   sys-libs/zlib
+   caps? ( sys-libs/libcap )
+   man? ( app-text/asciidoc )
+   lzma? ( app-arch/xz-utils )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( >=sys-libs/libseccomp-2.4.1 )
+   systemd? ( sys-apps/systemd:= )
+   zstd? ( app-arch/zstd:= )
+"
+RDEPEND="
+   acct-user/tor
+   acct-group/tor
+   ${DEPEND}

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

2023-11-11 Thread Michał Górny
commit: cfaf3525ff1b5925f66bff513b9c9521d8bc9f28
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 07:34:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:35:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaf3525

dev-python/boto3: Bump to 1.28.84

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.28.84.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 4482bacf651c..66147a00e5b0 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -6,3 +6,4 @@ DIST boto3-1.28.79.gh.tar.gz 724864 BLAKE2B 
b6327a3dfd0095078668c85fb539885cdbc8
 DIST boto3-1.28.80.gh.tar.gz 725109 BLAKE2B 
ba34c01f64817f437a2cf85f3de3672c01edbe2a4aa5f7dec3bcc0e0c78c6c3f1932e630e936d8f515e3293635f5935490905ed7847667d082a77645915344fd
 SHA512 
83bc9f9c9880b7fc847fc95d202c2ffbfde32e06deeed787f86e76b0ccae9c44585f95ec193afb80d16d257f508334fdd048b8eefef9ebff5505de521e8c7288
 DIST boto3-1.28.82.gh.tar.gz 726369 BLAKE2B 
757445a7af86182d6bd3143bbf576e24a1a4608929bafb641ed678d444364d2948d07ebc0ef434a53a0349a8a286dc818d757ee3c59545f8550ff39dcd745147
 SHA512 
ccfd72a6988565c884232a64ee33e01cf54a03e8f0f77990cc5bf633e60b92cad7562d1603726488e723813671e8931b1386ef06069074fea0611728aea06f96
 DIST boto3-1.28.83.gh.tar.gz 727298 BLAKE2B 
3a3130cad3db6a3ec02bdf35b33c8983f385bdd835d34eaf2fb5aca3b6d31dc6324e41faf81aba4c475464c4dcffc1ad2f5b5859587e294b4f222efcb3f68c24
 SHA512 
98521afdc3b9a8f6b742f3c84591aeae0efef50b80f4577594ff78d270db28a610ee5db3f9c5da056ac291decec7746a12af592d44208e9b899ad94c74f765de
+DIST boto3-1.28.84.gh.tar.gz 728124 BLAKE2B 
2fcc553a4a109b0bc92cdf0b08fe77fcef54792ee606b6b9ed7cde1ae92accabb9f9ce005d9ccd391601efac31eec407345471542c5b7298689ab1037ed8f41f
 SHA512 
1b7f1fe951a9f3655a71bd51e9328f4474f9b320df82914b9ad0d64a32043aacf16fc5df1989304fd4d35430ddf6f58d0676fdb3985944d955c169a0ec58ce7b

diff --git a/dev-python/boto3/boto3-1.28.84.ebuild 
b/dev-python/boto3/boto3-1.28.84.ebuild
new file mode 100644
index ..0604e0996a82
--- /dev/null
+++ b/dev-python/boto3/boto3-1.28.84.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



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

2023-11-11 Thread Michał Górny
commit: 2476c5527dd198a5c3baa515ce00277db7e73c76
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 07:34:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:35:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2476c552

dev-python/textX: Bump to 4.0.0

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

 dev-python/textX/Manifest |   1 +
 dev-python/textX/files/textX-4.0.0-flit.patch | 125 ++
 dev-python/textX/textX-4.0.0.ebuild   |  63 +
 3 files changed, 189 insertions(+)

diff --git a/dev-python/textX/Manifest b/dev-python/textX/Manifest
index a9dc1b2f25f9..852dcb38f387 100644
--- a/dev-python/textX/Manifest
+++ b/dev-python/textX/Manifest
@@ -1 +1,2 @@
 DIST textX-3.1.1.gh.tar.gz 1824060 BLAKE2B 
48c2faeaff52b9f4a3acd1cf36dabc5edc38bb264bd3efbddd2aacaf0aca80a50445a7b30716bd5acdae0219cc2c63fbe2b26c90923758a4fa2a0b9cffb71e65
 SHA512 
33fa803a5bc2b4cd3782790625304e952e52b64f8791ddbe0fef100b521b36aa8be5291a3cd467771bd9a2d32fac41209e7895a18cc7c4c0f9a672f0ec4211f4
+DIST textX-4.0.0.gh.tar.gz 1824285 BLAKE2B 
ad5b1f0e7b839ffeca4e5609f1ff9fd4d9828629a5da807870a7ff2ec2fdac35ac80c362086cc1ca037ce2ba37fc3a9ccff9bc9ce8e2c9db26562a9c26de0180
 SHA512 
137ce6ef24defcd38bf2a65fb87e79d5313dcf6ec6cd363712781870dacfd1328b52e6e5a4124fc607a7abb5a284821e300072c7087310953c652191d1b69991

diff --git a/dev-python/textX/files/textX-4.0.0-flit.patch 
b/dev-python/textX/files/textX-4.0.0-flit.patch
new file mode 100644
index ..da53f2c333de
--- /dev/null
+++ b/dev-python/textX/files/textX-4.0.0-flit.patch
@@ -0,0 +1,125 @@
+From aaac277940c70190c126f6775743c59226abd694 Mon Sep 17 00:00:00 2001
+From: Igor Dejanovic 
+Date: Fri, 10 Nov 2023 22:13:36 +0100
+Subject: [PATCH] add flit-core as a build backend for test projects
+
+closes #418
+---
+ .../registration/projects/data_dsl/pyproject.toml  | 7 ++-
+ .../registration/projects/flow_codegen/pyproject.toml  | 7 ++-
+ .../registration/projects/flow_dsl/pyproject.toml  | 7 ++-
+ .../registration/projects/types_dsl/pyproject.toml | 7 ++-
+ .../functional/subcommands/example_project/pyproject.toml  | 7 ++-
+ 5 files changed, 30 insertions(+), 5 deletions(-)
+
+diff --git a/tests/functional/registration/projects/data_dsl/pyproject.toml 
b/tests/functional/registration/projects/data_dsl/pyproject.toml
+index 4db8e9e..15129a5 100644
+--- a/tests/functional/registration/projects/data_dsl/pyproject.toml
 b/tests/functional/registration/projects/data_dsl/pyproject.toml
+@@ -1,5 +1,6 @@
+ [project]
+-name = "data_dsl"
++name = "data-dsl"
++description = "Data DSL"
+ version = "1.0.0"
+ 
+ dependencies = [
+@@ -7,5 +8,9 @@ dependencies = [
+ "types_dsl"
+ ]
+ 
++[build-system]
++build-backend = "flit_core.buildapi"
++requires = ["flit_core >=3.8.0,<4"]
++
+ [project.entry-points.textx_languages]
+ data_dsl = "data_dsl:data_dsl"
+diff --git 
a/tests/functional/registration/projects/flow_codegen/pyproject.toml 
b/tests/functional/registration/projects/flow_codegen/pyproject.toml
+index 191a3b2..cec623f 100644
+--- a/tests/functional/registration/projects/flow_codegen/pyproject.toml
 b/tests/functional/registration/projects/flow_codegen/pyproject.toml
+@@ -1,5 +1,6 @@
+ [project]
+-name = "flow_codegen"
++name = "flow-codegen"
++description = "Flow code generator"
+ version = "1.0.0"
+ 
+ dependencies = [
+@@ -7,5 +8,9 @@ dependencies = [
+ "click"
+ ]
+ 
++[build-system]
++build-backend = "flit_core.buildapi"
++requires = ["flit_core >=3.8.0,<4"]
++
+ [project.entry-points.textx_generators]
+ flow_dsl_plantuml = "flow_codegen.generators:flow_pu"
+diff --git a/tests/functional/registration/projects/flow_dsl/pyproject.toml 
b/tests/functional/registration/projects/flow_dsl/pyproject.toml
+index e2ac207..5d57387 100644
+--- a/tests/functional/registration/projects/flow_dsl/pyproject.toml
 b/tests/functional/registration/projects/flow_dsl/pyproject.toml
+@@ -1,10 +1,15 @@
+ [project]
+-name = "flow_dsl"
++name = "flow-dsl"
++description = "Flow DSL"
+ version = "1.0.0"
+ 
+ dependencies = [
+ "textX"
+ ]
+ 
++[build-system]
++build-backend = "flit_core.buildapi"
++requires = ["flit_core >=3.8.0,<4"]
++
+ [project.entry-points.textx_languages]
+ flow_dsl = "flow_dsl:flow_dsl"
+diff --git a/tests/functional/registration/projects/types_dsl/pyproject.toml 
b/tests/functional/registration/projects/types_dsl/pyproject.toml
+index 345d964..9ca7cd3 100644
+--- a/tests/functional/registration/projects/types_dsl/pyproject.toml
 b/tests/functional/registration/projects/types_dsl/pyproject.toml
+@@ -1,10 +1,15 @@
+ [project]
+-name = "types_dsl"
++name = "types-dsl"
++description = "Types DSL"
+ version = "1.0.0"
+ 
+ dependencies = [
+ "textX"
+ ]
+ 
++[build-system]
++build-backend = "flit_core.buildapi"
++requires = ["flit_core >=3.8.0,<4"]
++
+ [project.entry-points.textx_languages]
+ types_d

[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/

2023-11-11 Thread Michał Górny
commit: ab4d80d81c60d69bc8b9612cc64b5759ee57728d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 07:35:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:35:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4d80d8

app-admin/awscli: Bump to 1.29.84

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.29.84.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index c04d5b79f43c..5386a83d2726 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -6,3 +6,4 @@ DIST aws-cli-1.29.79.gh.tar.gz 2574359 BLAKE2B 
fab1016d0b909c593d5fab7facf23e2cc
 DIST aws-cli-1.29.80.gh.tar.gz 2574794 BLAKE2B 
0f12c5463d54b11c5222f9ae1fa0d1327402cf4ba8241df720d6e34f4b6d7686627ab105e9d2642d9de115c47e0da6cbebe989d632607bb53528f27360d34d05
 SHA512 
e9d3676cb6d2e98f077f55faae9db2e67931849ca424828ef0ce36b9cfe9e0c0783100170e3104c0b9ff9336a49c4e1c45f1029059b2e7399a03de4a5630f3bb
 DIST aws-cli-1.29.82.gh.tar.gz 2575194 BLAKE2B 
31961c3c6bd577871444396e36e50db517eefc77166f3b4cfab87386b6707f9c10553bb9fe328ce821b30268b34d3d2e5b4cbf00252390cca46c5e3029ec
 SHA512 
e28945774e62d8df3204495c3a69ff68106d04fab2fe47bf10d0446ddbb310fa3baf079c9ab822ed49dae437429c31062976054336436a51ed3c9579d83480cf
 DIST aws-cli-1.29.83.gh.tar.gz 2575803 BLAKE2B 
6f3de0dadca3fe412f792f3974429bf84e05e11cdc598b71b16381dee91401d110701a88c70d47c4333a3e07d8d2c88522000da2277743f3453edfc3cf70be04
 SHA512 
83a3ae460919a6b50dc7b477a1bda69cf8739975bf4772d0db80c9be3ca8a96605cc0a04290a14651adb3adf00e5befb7ad98827b98c82133bf55a5a90217c74
+DIST aws-cli-1.29.84.gh.tar.gz 2576584 BLAKE2B 
c442a433b0deaacb8b0a94ecb4ce296b60eb6f364bf5626d4ccf606d35b8ad22a2859c29486c9eaa8091edc9f796d271b5b7308638d10f72f128b4548f5250bf
 SHA512 
6f46bde5016df5d227861ed80e847a893144f290dba11c57966f6ccf043690fad42dcc11d18e1b2d27225c8b070063a2c20b8a622628bde37887e44d0e0e7fb5

diff --git a/app-admin/awscli/awscli-1.29.84.ebuild 
b/app-admin/awscli/awscli-1.29.84.ebuild
new file mode 100644
index ..e5b1ee0667a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.29.84.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.7.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local serial_tests=(
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,success}
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking
+   
tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success
+   tests/unit/test_compat.py::TestIgnoreUserSignals
+   tests/unit/test_help.py
+   )
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest "${serial_tests[@]}"
+
+ 

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

2023-11-11 Thread Michał Górny
commit: 41a8019e058330a6e096ed301cd16b796e8654be
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 07:58:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:35:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a8019e

dev-python/trimesh: Bump to 4.0.4

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

 dev-python/trimesh/Manifest |  1 +
 dev-python/trimesh/trimesh-4.0.4.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 923ab0a531fe..71ff4d05f881 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -3,3 +3,4 @@ DIST trimesh-4.0.0.gh.tar.gz 12921048 BLAKE2B 
7592ba10b57aa5cafd47311a430f881cc1
 DIST trimesh-4.0.1.gh.tar.gz 12922631 BLAKE2B 
81cad4efea89c308f9cbb749b2515ed51f9fc87bbd37505ab94c08698f257c7f3a1b04e1b4a919bf529ee47d7531ecd605dd613c68b13fdaf853161811dfd1e6
 SHA512 
bfe56b3cfc94fcaa066b953e6df4c70da6fe9a99a6230d7201196a7df897a386c3425ad1da3cc7df75fa0d888fd05d07bf14e6b579a04dddab813c3858f904ef
 DIST trimesh-4.0.2.gh.tar.gz 13433444 BLAKE2B 
a466adc4708e7f59cb7a64f3872df89888ad21a4f78520c5f109c101ea5d42973705e59807dd800058f3925744a30cc6ddd88fa498533f7e69255ba0c5d652e2
 SHA512 
7c0c8cbf40f03f4fd92156306f0a0d4d0a1dbf774c9a1743d63d82be2264b50915f2f6ea2cdebd0e81390e7f96acb47eca9980f3829311ec027706ef1cc143c0
 DIST trimesh-4.0.3.gh.tar.gz 13434060 BLAKE2B 
498fbf4fdfac221c6f6226e4c5554de593ff2c41877dd88df2e0f674dd4dcf8bb0e83fa4a9c81cc2ea0f970cc848ef1380b734231ba8965f61acde28678b
 SHA512 
1eec21e3bcbc80f7ea939b16753ac24d45d750c176044d57a5c2217d46a1559478ab260147e82b1367df7dcb9ecf9aa11dda3a023ebb561f06578672bcc455d5
+DIST trimesh-4.0.4.gh.tar.gz 13434249 BLAKE2B 
209ebbd8840e264bdde1aa6bf71b07910032ea3b577c4253cc66128761a2b1e1c9447c923d08108e36ddf5bf76ba67c90b728af4e18cea25882f78e4f252c18b
 SHA512 
1135b626efc7559c2c127852f2947bf1d659b67a3bb16baf6d3fc795ab81baca1a57f035ce2ff0bdaa61709d0a21a160bbf425717037dd9662295e83894786bc

diff --git a/dev-python/trimesh/trimesh-4.0.4.ebuild 
b/dev-python/trimesh/trimesh-4.0.4.ebuild
new file mode 100644
index ..a7073bf21ee0
--- /dev/null
+++ b/dev-python/trimesh/trimesh-4.0.4.ebuild
@@ -0,0 +1,61 @@
+# 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 optfeature
+
+DESCRIPTION="Python library for loading and using triangular meshes"
+HOMEPAGE="
+   https://trimesh.org/
+   https://github.com/mikedh/trimesh/
+   https://pypi.org/project/trimesh/
+"
+SRC_URI="
+   https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycollada[${PYTHON_USEDEP}]
+   dev-python/pyglet[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
+   dev-python/svg-path[${PYTHON_USEDEP}]
+   dev-python/sympy[${PYTHON_USEDEP}]
+   dev-python/xxhash[${PYTHON_USEDEP}]
+   sci-libs/rtree[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mapbox_earcut[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature_header "${PN} functionality can be extended by installing 
the following packages:"
+   optfeature "making GUI applications with 3D stuff" dev-python/glooey
+   optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
+   optfeature "loading a number of additional mesh formats" 
dev-python/meshio
+   optfeature "figuring out how much memory we have" dev-python/psutil
+   optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
+}



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

2023-11-11 Thread Michał Górny
commit: 58cf3c42ca2523b46a417e330a7503bcd6c68384
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 07:58:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:35:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cf3c42

dev-python/dask: Bump to 2023.11.0

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

 dev-python/dask/Manifest  |  1 +
 dev-python/dask/dask-2023.11.0.ebuild | 89 +++
 2 files changed, 90 insertions(+)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 276fc352e7dd..b63090193f7c 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,3 +1,4 @@
 DIST dask-2023.10.0.gh.tar.gz 8552850 BLAKE2B 
407293d4f9eb385fc244d851c71fadfe3225af7953d59f5c9a2b7f3be6ee690557c6dad828fb64f444daa14c7a7db76b3a251169c01fa0b244784c1f5177bfdc
 SHA512 
b4006414bd8e62c443729c49c1160fe002b93703b8f2f39708e6256d0013df02a72250edd5e038abd3760a704cce5349fb8cbcd76528c6b3f24b22161be20430
 DIST dask-2023.10.1.gh.tar.gz 8557525 BLAKE2B 
7516285ec942ff8daf2cb964bbb25716f60a71715ce64d40d069d25a0522a761d83d3577baf2779a9228213ea30a799c58579f5f107e82b72b863d21df84274f
 SHA512 
bf8e23d2d1d1057941b1c50a286d51d1dc83937973c57e7af6e6e66efbf29a3c87422d6ab3b2443e264a7a40c88bdad974e71534330d7939087fbb8afed1fa45
+DIST dask-2023.11.0.gh.tar.gz 8559592 BLAKE2B 
3d9e2d049c4ef3a880caef56298dfe76033a79d60424554f9122e68354bd2be2c6c0aae3b833c84d5704c45167b050c65227a0b799a5131600a1417a09bd4d1f
 SHA512 
1ebac9c9fb158682dc5063710fd11ccbe0f584cea26afad4b3fe01001f3f7d6888ddbb7653cfdaf2da4ca7acb2b88bc7b1d8b4055790e7036b419ae995346e8f
 DIST dask-2023.9.3.gh.tar.gz 8544054 BLAKE2B 
4b1fc7d3b6f91fd6db0836a0fede0304e9c5e04e2aacd573eb06cf96ddf67ecbb198a185076ff94ca34216732673113e7e268482992b781777b3757d43a11773
 SHA512 
d91840f8a339ff0a21734726b1674c4dbc1332270fb160e01fd342b1ce1ba2fd5cea34c501c7a61e6b34e121da937701932a93ab85dc85618f5b5fc52cd960cd

diff --git a/dev-python/dask/dask-2023.11.0.ebuild 
b/dev-python/dask/dask-2023.11.0.ebuild
new file mode 100644
index ..e2f5047c0cef
--- /dev/null
+++ b/dev-python/dask/dask-2023.11.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
+HOMEPAGE="
+   https://www.dask.org/
+   https://github.com/dask/dask/
+   https://pypi.org/project/dask/
+"
+SRC_URI="
+   https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/click-8.1[${PYTHON_USEDEP}]
+   >=dev-python/cloudpickle-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-2021.9.0[${PYTHON_USEDEP}]
+   >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.21[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.3[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   >=dev-python/partd-1.2.0[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/toolz-0.10.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toolz[${PYTHON_USEDEP}]
+   >=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
+   test? (
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/numexpr[${PYTHON_USEDEP}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # fails with sqlalchemy-2.0, even though we don't use it x_x
+   sed -i -e '/RemovedIn20Warning/d' pyproject.toml || die
+   sed -i -e 's:--cov-config=pyproject.toml::' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # more tests relying on -Werror
+   
"dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]"
+   dask/array/tests/test_random.py::test_RandomState_only_funcs
+   # TODO
+   
dask/array/tests/test_reductions.py::test_mean_func_does_not_warn
+   dask/tests/test_config.py::test__get_paths
+   dask/array/tests/test_linalg.py::test_solve_assume_a
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]"
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]"
+   dask/array/tests/test_image.py::test_preprocess
+   dask/tests/test_system.py::test_cpu_count_cgroups_v2
+   # require sqlalchemy<2.0
+ 

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

2023-11-11 Thread Michał Górny
commit: 477b49e236c0b848e969fc5a732d3e298a7a8c63
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 07:34:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:35:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477b49e2

dev-python/botocore: Bump to 1.31.84

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.31.84.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 96b595e0babe..6173784f55be 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -6,3 +6,4 @@ DIST botocore-1.31.79.gh.tar.gz 12039146 BLAKE2B 
9c4c8609e75e1d95130fc4919bba318
 DIST botocore-1.31.80.gh.tar.gz 12043936 BLAKE2B 
447c88e82f9e73fd683045c0e05e1f2d601446dddb2731b3e461b8ddb991ca045cd0489b0d0174d3b2b3301d984eb8af7ddd93a6e1bfcd9fc0fe68adfe4cc4ec
 SHA512 
7bea745675fc09fe2a858fbda0df93dbf2d1c1d933afbef1625788b11c2b032e794b52d9da6e864ac350b6b1fc92c77f3d7c3749168ba1836ad21bb57de3cabb
 DIST botocore-1.31.82.gh.tar.gz 12051646 BLAKE2B 
e474bab929f7b16b37f71e261230014585c10cf30d36f2b241e6aae4845356e373db811de9158e1e074568e02d481bb83bf7f5aaaeece4bd196d49443574b3f1
 SHA512 
ecfa4dc060ee961def1cec0ab55739673fa04fda0a3154ea609526928eb16811a7cbc8d3d15b33aaa8c1a1606943f07935d9df06619517117e9392cbac6eeaf8
 DIST botocore-1.31.83.gh.tar.gz 12061713 BLAKE2B 
c5abfed142c9dbf8f717c392d0405b202e8d1935ad98dfdd6fe452b564904ca1c61a3481814b0db87ab0e2a129f6fde8299655a02a1f2c5c23aa25d4f352892b
 SHA512 
88cd3fe95cdbacc65e51abaaf08bef460e8b981d9cd1a74c52d6ff46fe297874466212ec35af54b4c57d45c43f22d9d0873dd2ee470c4a6f6c1d02ea0032ff4d
+DIST botocore-1.31.84.gh.tar.gz 12065719 BLAKE2B 
2098241de47aa1f59c45287c2be66fa3562c2e549da081b1cd86626f1df5f3f175eebea1197396f39045aaebda241d37b1d47ebb378a0fb17e43c16215f89680
 SHA512 
097a25b4450513cf9c2722d7582cdfb969da8c083c05603f6a28eb65d1d69920106c745cb4f5e5b3bee1989eee64c89fe69c379f01df938edf2a92946c614cdf

diff --git a/dev-python/botocore/botocore-1.31.84.ebuild 
b/dev-python/botocore/botocore-1.31.84.ebuild
new file mode 100644
index ..05766e84276c
--- /dev/null
+++ b/dev-python/botocore/botocore-1.31.84.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   local -x EPYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



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

2023-11-11 Thread Michał Górny
commit: e60b23c47007a2bf3669f03caec0e3d95b8ecc4b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 06:23:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:35:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60b23c4

dev-python/pandas: Bump to 2.1.3

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

 dev-python/pandas/Manifest|   1 +
 dev-python/pandas/pandas-2.1.3.ebuild | 216 ++
 2 files changed, 217 insertions(+)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index b7c0dda3d740..408349fbf7e5 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -1,3 +1,4 @@
 DIST pandas-1.5.3.tar.gz 5203060 BLAKE2B 
846a6caa8ead6a2556303494f92e2091582d8fcde2aee424fa172c4e29c189a7305261f6a931a20249e969668646ff4a3d605ee1b57785fa3677dfbd137b3602
 SHA512 
3c725c33dcaf78b952d2eb966ced73ff0073162a01d3cbcb722d58d8f12a82163e6e684c27284c735bdfb32dea263b960f70f6a80ff93e6b316316d40835ae35
 DIST pandas-2.1.1.tar.gz 4266250 BLAKE2B 
9d8256300db65b606e34b16d7f3884b602794fe3c14d66115056db4a4658603fbe7a7a3082dfc781760517d643d6e21a6d4d43441131ec6aed5965b6fa8a0e9c
 SHA512 
346e13e06805948c569712028c9b8d756c67ca2fab040999a51a4e759206d50d8ee25be38ac3c7cb3d2e692a02d85c1ec198841311fe43cb04b64f2741627a4e
 DIST pandas-2.1.2.tar.gz 4271419 BLAKE2B 
2f22035c9b7d6a0403b28ebe506550328e096f0ed87984dba28d2f49950393ed8a5a3c0c71c5391385d9f5361319431d5de3736f7381eb7670045415b05137a7
 SHA512 
dad04f1fcc5a59485c34ebfed0698fd47ad9eeffafaddf91642c084f4ffde8a55ce543f9dadb6e7a5066b1809489961d34fe3fe8860f64f9bd2d90b445d92063
+DIST pandas-2.1.3.tar.gz 4272855 BLAKE2B 
73717926bb0af44acb9a2d12964df7bf70affd61ca19468b3af4376f9c8084d3612895a9ac5117be97658fd5b7ff0275cd7b2c6f1b9b0e00afb951fd50a1f103
 SHA512 
71012b47b76444e19507e444c8ef88497e3b286856690216886cbb67ad70786c2f5014a7cf6c89f8378769560109fb5593a8c82c21a034a1059769e15c843b92

diff --git a/dev-python/pandas/pandas-2.1.3.ebuild 
b/dev-python/pandas/pandas-2.1.3.ebuild
new file mode 100644
index ..ce640ccbe7b3
--- /dev/null
+++ b/dev-python/pandas/pandas-2.1.3.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=meson-python
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="threads(+)"
+
+VIRTUALX_REQUIRED="manual"
+
+inherit distutils-r1 multiprocessing optfeature pypi virtualx
+
+DESCRIPTION="Powerful data structures for data analysis and statistics"
+HOMEPAGE="
+   https://pandas.pydata.org/
+   https://github.com/pandas-dev/pandas/
+   https://pypi.org/project/pandas/
+"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86"
+IUSE="full-support minimal test X"
+RESTRICT="!test? ( test )"
+
+RECOMMENDED_DEPEND="
+   >=dev-python/bottleneck-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/numexpr-2.8.0[${PYTHON_USEDEP}]
+"
+
+# TODO: add pandas-gbq to the tree
+# TODO: Re-add dev-python/statsmodel[python3_11] dep once it supports 
python3_11
+# https://github.com/statsmodels/statsmodels/issues/8287
+OPTIONAL_DEPEND="
+   >=dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}]
+   dev-python/blosc[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.1[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.8.0[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-3.6.1[${PYTHON_USEDEP}]
+   >=dev-python/openpyxl-3.0.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}]
+   >=dev-python/tables-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/tabulate-0.8.10[${PYTHON_USEDEP}]
+   >=dev-python/xarray-2022.3.0[${PYTHON_USEDEP}]
+   >=dev-python/xlrd-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/xlsxwriter-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/xlwt-1.3.0[${PYTHON_USEDEP}]
+   !hppa? (
+   $(python_gen_cond_dep '
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   ' python3_{8..10} )
+   >=dev-python/scipy-1.8.1[${PYTHON_USEDEP}]
+   )
+   X? (
+   || (
+   >=dev-python/PyQt5-5.15.6[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-2.2.0[${PYTHON_USEDEP}]
+   x11-misc/xclip
+   x11-misc/xsel
+   )
+   )
+"
+DEPEND="
+   >=dev-python/numpy-1.23.2[${PYTHON_USEDEP}]
+"
+COMMON_DEPEND="
+   ${DEPEND}
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${COMMON_DEPEND}
+   >=dev-util/meson-1.2.1
+   >=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
+   >=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
+   test? (
+   ${VIRTUALX_DEPEND}
+   ${RECOMMENDED_DEPEND}
+   ${OPTIONAL_DEPEND}
+   >=dev-python/b

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/

2023-11-11 Thread Andreas Sturmlechner
commit: 8477d49a33f18730ae82dc8ae297e76e403f5acb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov  8 20:07:43 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 08:36:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8477d49a

kde-plasma/kwin: Depend on dev-qt/qtgui[accessibility]

Upstream commit 17beab21aa7a15a8aab63d294df9f1af34d008fb

Closes: https://bugs.gentoo.org/916267
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/kwin/{kwin-5.27.9.ebuild => kwin-5.27.9-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwin/kwin-5.27.9.ebuild 
b/kde-plasma/kwin/kwin-5.27.9-r1.ebuild
similarity index 98%
rename from kde-plasma/kwin/kwin-5.27.9.ebuild
rename to kde-plasma/kwin/kwin-5.27.9-r1.ebuild
index 987500c11e15..8f4aa4f45ebd 100644
--- a/kde-plasma/kwin/kwin-5.27.9.ebuild
+++ b/kde-plasma/kwin/kwin-5.27.9-r1.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND="
>=dev-libs/wayland-1.21.0
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[egl,gles2-only=,libinput]
+   >=dev-qt/qtgui-${QTMIN}:5=[accessibility,egl,gles2-only=,libinput]
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/

2023-11-11 Thread Andreas Sturmlechner
commit: 28d7fdcbf43f4d0317e3e3753fc994867a29caf3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 11 08:25:01 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 08:36:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d7fdcb

profiles: targets/desktop: Enable dev-qt/qtgui:5[accessibility]

Comparing with another toolkit default enabled by desktop target,
x11-libs/gtk+:3, which already depends on app-accessibility/at-spi2-core:2
unconditionally, this will typically not be introducing new deps for most.

Bug: https://bugs.gentoo.org/916267
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/package.use | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/targets/desktop/package.use 
b/profiles/targets/desktop/package.use
index 97ea7b1120e7..47fa319c3ca1 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -1,6 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (2023-11-11)
+# egl, libinput required by kde-frameworks/kwayland
+# accessibility required by kde-plasma/kwin
+dev-qt/qtgui:5 accessibility egl libinput
+
 # Sam James  (2023-09-22)
 # Most people aren't going to use CMake's GUI. USE=gui is enabled by default
 # on desktop profiles and CMake is unavoidable, it feels a shame to drag in
@@ -50,10 +55,6 @@ dev-libs/xmlsec nss
 # Not required, but makes life easier with Qt; bug #457934
 app-arch/unzip natspec
 
-# Andreas Sturmlechner  (2017-11-30)
-# Required by kde-frameworks/kwayland
-dev-qt/qtgui:5 egl libinput
-
 # Andreas Sturmlechner  (2017-08-04)
 # Required by flac and mp3
 kde-apps/k3b taglib



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/files/, kde-plasma/kwin/

2023-11-11 Thread Andreas Sturmlechner
commit: 67f76e16dd6a1e9038fcc22317bf761f1a128140
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 10 21:17:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 08:36:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f76e16

kde-plasma/kwin: xdgshellwindow: enforce a minimum size for clients

KDE-Bug: https://bugs.kde.org/469237

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...in-5.27.9-xdgshellwindow-enforce-min-size.patch | 71 ++
 kde-plasma/kwin/kwin-5.27.9-r1.ebuild  |  2 +
 2 files changed, 73 insertions(+)

diff --git 
a/kde-plasma/kwin/files/kwin-5.27.9-xdgshellwindow-enforce-min-size.patch 
b/kde-plasma/kwin/files/kwin-5.27.9-xdgshellwindow-enforce-min-size.patch
new file mode 100644
index ..471a37a3e0bd
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.27.9-xdgshellwindow-enforce-min-size.patch
@@ -0,0 +1,71 @@
+From 0900264e6f538ff915186b1bd9e528e568b28c1d Mon Sep 17 00:00:00 2001
+From: Xaver Hugl 
+Date: Wed, 23 Aug 2023 21:51:18 +0200
+Subject: [PATCH] xdgshellwindow: enforce a minimum size for clients
+
+It doesn't make sense for a window to become 1x1 pixels small. When we have
+server side decorations we also know that the decoration takes a lot of
+space, so this commit enforces a bigger minimum size for decorated windows
+
+BUG: 469237
+
+
+(cherry picked from commit 28c27609a4b45cf08b53dcc7dfe90f23c3338797)
+---
+ autotests/integration/xdgshellwindow_test.cpp | 8 
+ src/xdgshellwindow.cpp| 3 ++-
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/autotests/integration/xdgshellwindow_test.cpp 
b/autotests/integration/xdgshellwindow_test.cpp
+index 70716e49434..53489a27f6b 100644
+--- a/autotests/integration/xdgshellwindow_test.cpp
 b/autotests/integration/xdgshellwindow_test.cpp
+@@ -375,12 +375,12 @@ void TestXdgShellWindow::testFullscreen()
+ QVERIFY(surfaceConfigureRequestedSpy.wait());
+ 
+ 
shellSurface->xdgSurface()->ack_configure(surfaceConfigureRequestedSpy.last().at(0).value());
+-auto window = Test::renderAndWaitForShown(surface.get(), QSize(100, 50), 
Qt::blue);
++auto window = Test::renderAndWaitForShown(surface.get(), QSize(500, 250), 
Qt::blue);
+ QVERIFY(window);
+ QVERIFY(window->isActive());
+ QCOMPARE(window->layer(), NormalLayer);
+ QVERIFY(!window->isFullScreen());
+-QCOMPARE(window->clientSize(), QSize(100, 50));
++QCOMPARE(window->clientSize(), QSize(500, 250));
+ QCOMPARE(window->isDecorated(), decoMode == 
Test::XdgToplevelDecorationV1::mode_server_side);
+ QCOMPARE(window->clientSizeToFrameSize(window->clientSize()), 
window->size());
+ 
+@@ -417,14 +417,14 @@ void TestXdgShellWindow::testFullscreen()
+ QCOMPARE(surfaceConfigureRequestedSpy.count(), 4);
+ states = 
toplevelConfigureRequestedSpy.last().at(1).value();
+ QVERIFY(!(states & Test::XdgToplevel::State::Fullscreen));
+-QCOMPARE(toplevelConfigureRequestedSpy.last().at(0).value(), 
QSize(100, 50));
++QCOMPARE(toplevelConfigureRequestedSpy.last().at(0).value(), 
QSize(500, 250));
+ 
+ 
shellSurface->xdgSurface()->ack_configure(surfaceConfigureRequestedSpy.last().at(0).value());
+ Test::render(surface.get(), 
toplevelConfigureRequestedSpy.last().at(0).value(), Qt::blue);
+ 
+ QVERIFY(fullScreenChangedSpy.wait());
+ QCOMPARE(fullScreenChangedSpy.count(), 2);
+-QCOMPARE(window->clientSize(), QSize(100, 50));
++QCOMPARE(window->clientSize(), QSize(500, 250));
+ QVERIFY(!window->isFullScreen());
+ QCOMPARE(window->isDecorated(), decoMode == 
Test::XdgToplevelDecorationV1::mode_server_side);
+ QCOMPARE(window->layer(), NormalLayer);
+diff --git a/src/xdgshellwindow.cpp b/src/xdgshellwindow.cpp
+index 34201bdd05b..29d8623cac3 100644
+--- a/src/xdgshellwindow.cpp
 b/src/xdgshellwindow.cpp
+@@ -600,7 +600,8 @@ MaximizeMode XdgToplevelWindow::requestedMaximizeMode() 
const
+ 
+ QSizeF XdgToplevelWindow::minSize() const
+ {
+-return rules()->checkMinSize(m_shellSurface->minimumSize());
++const int enforcedMinimum = m_nextDecoration ? 150 : 20;
++return rules()->checkMinSize(QSize(std::max(enforcedMinimum, 
m_shellSurface->minimumSize().width()), std::max(enforcedMinimum, 
m_shellSurface->minimumSize().height(;
+ }
+ 
+ QSizeF XdgToplevelWindow::maxSize() const
+-- 
+GitLab
+

diff --git a/kde-plasma/kwin/kwin-5.27.9-r1.ebuild 
b/kde-plasma/kwin/kwin-5.27.9-r1.ebuild
index 8f4aa4f45ebd..348e6879fbc6 100644
--- a/kde-plasma/kwin/kwin-5.27.9-r1.ebuild
+++ b/kde-plasma/kwin/kwin-5.27.9-r1.ebuild
@@ -100,6 +100,8 @@ BDEPEND="
 "
 PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:5"
 
+PATCHES=( "${FILESDIR}/${P}-xdgshellwindow-enforce-min-size.patch" ) # KDE-bug 
469237
+
 src_prepare() {
ecm_src_prepare
use multimedia || eapply 
"${FILESDIR}/${PN}-5.26.80-gstreamer-optional.patch"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/

2023-11-11 Thread Andreas Sturmlechner
commit: 5eaa045e05fc7dba65485e9e4cb1b6e478449ab6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov  8 20:05:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 08:36:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaa045e

dev-qt/qtgui: Wire up IUSE=accessibility, add missing dependency

Bug: https://bugs.gentoo.org/916267
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtgui/qtgui-5.15.11-r1.ebuild | 180 +++
 1 file changed, 180 insertions(+)

diff --git a/dev-qt/qtgui/qtgui-5.15.11-r1.ebuild 
b/dev-qt/qtgui/qtgui-5.15.11-r1.ebuild
new file mode 100644
index ..bad2dca55d6a
--- /dev/null
+++ b/dev-qt/qtgui/qtgui-5.15.11-r1.ebuild
@@ -0,0 +1,180 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != ** ]]; then
+   QT5_KDEPATCHSET_REV=2
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+fi
+
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
+
+SLOT=5/${QT5_PV} # bug 707658
+IUSE="accessibility dbus egl eglfs evdev gles2-only ibus jpeg +libinput
+   linuxfb +png tslib tuio +udev vnc vulkan wayland +X"
+REQUIRED_USE="
+   || ( eglfs linuxfb vnc wayland X )
+   accessibility? ( dbus X )
+   eglfs? ( egl )
+   ibus? ( dbus )
+   libinput? ( udev )
+   X? ( gles2-only? ( egl ) )
+"
+
+RDEPEND="
+   dev-libs/glib:2
+   =dev-qt/qtcore-${QT5_PV}*:5=
+   dev-util/gtk-update-icon-cache
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/harfbuzz:=
+   sys-libs/zlib:=
+   accessibility? ( app-accessibility/at-spi2-core:2 )
+   dbus? ( =dev-qt/qtdbus-${QT5_PV}* )
+   eglfs? (
+   media-libs/mesa[gbm(+)]
+   x11-libs/libdrm
+   )
+   evdev? ( sys-libs/mtdev )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   gles2-only? ( media-libs/libglvnd )
+   !gles2-only? ( media-libs/libglvnd[X] )
+   libinput? (
+   dev-libs/libinput:=
+   x11-libs/libxkbcommon
+   )
+   png? ( media-libs/libpng:= )
+   tslib? ( >=x11-libs/tslib-1.21 )
+   tuio? ( =dev-qt/qtnetwork-${QT5_PV}* )
+   udev? ( virtual/libudev:= )
+   vnc? ( =dev-qt/qtnetwork-${QT5_PV}* )
+   vulkan? ( dev-util/vulkan-headers )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb:=
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}
+   evdev? ( sys-kernel/linux-headers )
+   linuxfb? ( sys-kernel/linux-headers )
+   udev? ( sys-kernel/linux-headers )
+   X? ( x11-base/xorg-proto )
+"
+PDEPEND="
+   ibus? ( app-i18n/ibus )
+   wayland? ( =dev-qt/qtwayland-${QT5_PV}* )
+"
+
+QT5_TARGET_SUBDIRS=(
+   src/tools/qvkgen
+   src/gui
+   src/openglextensions
+   src/platformheaders
+   src/platformsupport
+   src/plugins/generic
+   src/plugins/imageformats
+   src/plugins/platforms
+   src/plugins/platforminputcontexts
+)
+
+QT5_GENTOO_CONFIG=(
+   accessibility:accessibility-atspi-bridge
+   egl:egl:
+   eglfs:eglfs:
+   eglfs:eglfs_egldevice:
+   eglfs:eglfs_gbm:
+   evdev:evdev:
+   evdev:mtdev:
+   :fontconfig:
+   :system-freetype:FREETYPE
+   !:no-freetype:
+   gles2-only::OPENGL_ES
+   gles2-only:opengles2:OPENGL_ES_2
+   !:no-gui:
+   :system-harfbuzz:
+   !:no-harfbuzz:
+   jpeg:system-jpeg:IMAGEFORMAT_JPEG
+   !jpeg:no-jpeg:
+   libinput
+   libinput:xkbcommon:
+   :opengl
+   png:png:
+   png:system-png:IMAGEFORMAT_PNG
+   !png:no-png:
+   tslib:tslib:
+   udev:libudev:
+   vulkan:vulkan:
+   X:xcb:
+   X:xcb-glx:
+   X:xcb-plugin:
+   X:xcb-render:
+   X:xcb-sm:
+   X:xcb-xlib:
+   X:xcb-xinput:
+)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+   :gui
+)
+
+src_prepare() {
+   # don't add -O3 to CXXFLAGS, bug 549140
+   sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/gui/gui.pro || die
+
+   # egl_x11 is activated when both egl and X are enabled
+   use egl && QT5_GENTOO_CONFIG+=(X:egl_x11:) || 
QT5_GENTOO_CONFIG+=(egl:egl_x11:)
+
+   qt_use_disable_config dbus dbus \
+   src/platformsupport/themes/genericunix/genericunix.pri
+
+   qt_use_disable_config tuio tuiotouch src/plugins/generic/generic.pro
+
+   qt_use_disable_mod ibus dbus \
+   src/plugins/platforminputcontexts/platforminputcontexts.pro
+
+   use vnc || sed -i -e '/SUBDIRS += vnc/d' \
+   src/

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

2023-11-11 Thread Michał Górny
commit: 064f083a1103c42778bd232c8bd193446b018b5d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:36:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064f083a

dev-python/qdarkstyle: Bump to 3.2.1

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

 dev-python/qdarkstyle/Manifest|  1 +
 dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index d25371ae78f2..dbf4810b43bd 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,2 +1,3 @@
 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
+DIST QDarkStyle-3.2.1.tar.gz 681590 BLAKE2B 
837b56ca96be3a03cc94840c7b70df3c6ef98d9edb7ec2d590dc82a06eef93c7d436746284e6d80e0d87212184ed67725bd40a87242ffae87f2afcaf311bb96e
 SHA512 
435c836c9f5d61345cd9b37c151a990d1abb8c79505820cfb62ed4134f43511825a44709364bd8044e0f3acc9d63e1ccf65984334165707f9b28739f6745df50
 DIST QDarkStyle-3.2.tar.gz 697274 BLAKE2B 
f2626ec9fdbb792f6ffaa7967da0d1175ca8f0ce5b4b279f90434ad6b926156a29a56e637a2dec01ffcba8c5e9a544adc6cf6b4c515084a786de56ae388e0e36
 SHA512 
d6771a02e4be7dc43b991a887080a7147465488b1f8ae9ed64a75d838ce8de6336e14074d5eabaa8a67a5ea90a30bb911a1f033bdeb999b290243bec449000a0

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
new file mode 100644
index ..13cd2cffe65e
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="QDarkStyle"
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="A dark style sheet for QtWidgets application"
+HOMEPAGE="
+   https://github.com/ColinDuquesnoy/QDarkStyleSheet/
+   https://pypi.org/project/QDarkStyle/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   dev-python/qtsass[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-2.0.0[gui,testlib,${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "Retrieve detailed system information and report bugs 
upstream" dev-python/helpdev
+   optfeature "qdarkstyle.utils" dev-python/qtsass dev-python/watchdog
+}



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

2023-11-11 Thread Michał Górny
commit: 4b51686d9c446096b1d8fc3264da552921d56c3a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:37:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b51686d

dev-python/sqlglot: Bump to 19.3.1

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

 dev-python/sqlglot/Manifest  |  1 +
 dev-python/sqlglot/sqlglot-19.3.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 5ee0294dbe65..8cfe0bec16b3 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -5,3 +5,4 @@ DIST sqlglot-19.1.1.tar.gz 9031814 BLAKE2B 
75430d912007d6edf3f045a21f68f35a3dd02
 DIST sqlglot-19.1.2.tar.gz 9032813 BLAKE2B 
5ed47175decfcdcdf116a5c8676a25f2682ea084d8ddab4c8c147939c159c8c9a2392ebf6466ee32609bb76b86ffe15cd2e7191948067d9ee11e3cdf135331a0
 SHA512 
e790aedc4c8e5907588e414334121eacfb57f317f06c6c61309a3d932bbb5a1696e2582c5c1cbe5f61a1a85087255dbbb1616dc2f8b19888f80055afc517731c
 DIST sqlglot-19.1.3.tar.gz 9039849 BLAKE2B 
e60834db439b8b6d5d98d1b0cc25a67815b7961b255c2dc6f88072975fec209731f206611143a7287be6d1ef144722367cbbb35f4b7160df5158f5a4a1f2a8c8
 SHA512 
0d14a9ad56c10972a4141a7f185585d7cb9127f439313ccaca66a0ff225495c3d814747c66d427aaf6ee7c2de7d9959e8544d10071aa5ae05cf1f99018c642e2
 DIST sqlglot-19.2.0.tar.gz 9042951 BLAKE2B 
fd9b70c76f7bcc1ba57bb935d5896de794a981214c23af48b20948d04b7110841ab5fb931aa541101635d723bdb6c395d983a856d598118586d1bc582e341be8
 SHA512 
4c50f8e7faac643f95c9f9fec6a9ecf797d5f1fa8d8dea10496a320a2a78ab1ba6a3349a47ab1bfca8adc3cb2ad795e56a27d6de7b77256dae65d8ce1a3a9c56
+DIST sqlglot-19.3.1.tar.gz 9054462 BLAKE2B 
ae44c5398cf976e5a624b01e2b9078275da43dfa6e0c4a112a1c5dcc6a2e5a6c5c84d0005911651b920c4e2ff09a668c10d55a56c843c2ba423fc456897647b5
 SHA512 
46375ff738bf2cd454e24dd789afff4318cb186c87c232613c5ec70694db526ec28dae853b59014eeef34a2b746e19cb418965c1bd55066bb1eee278f12895ea

diff --git a/dev-python/sqlglot/sqlglot-19.3.1.ebuild 
b/dev-python/sqlglot/sqlglot-19.3.1.ebuild
new file mode 100644
index ..368b77416b42
--- /dev/null
+++ b/dev-python/sqlglot/sqlglot-19.3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi optfeature
+
+DESCRIPTION="An easily customizable SQL parser and transpiler"
+HOMEPAGE="
+   https://sqlglot.com/
+   https://github.com/tobymao/sqlglot/
+   https://pypi.org/project/sqlglot/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+EPYTEST_IGNORE=(
+   # Tests require pyspark or duckdb which aren't in the tree.
+   # Pandas would be a requirement normally, but it gets ignored by proxy.
+   "tests/dataframe/integration/test_dataframe.py"
+   "tests/dataframe/integration/test_grouped_data.py"
+   "tests/dataframe/integration/test_session.py"
+   "tests/test_executor.py"
+   "tests/test_optimizer.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "simplifying timedelta expressions" 
dev-python/python-dateutil
+}



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

2023-11-11 Thread Michał Górny
commit: 6f1f2abd3836db6292030071c96820e8ce8034e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:39:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1f2abd

dev-python/pymdown-extensions: Bump to 10.4

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

 dev-python/pymdown-extensions/Manifest |  1 +
 .../pymdown-extensions-10.4.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest 
b/dev-python/pymdown-extensions/Manifest
index 45f8f1d988ba..cb78f8a04d41 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,2 +1,3 @@
 DIST pymdown_extensions-10.3.1.tar.gz 785369 BLAKE2B 
ac87db5df4505cd59663a2b9e770250522444e7dca6964625cd5fe4a969f5eb4efad1a2469ab2086f73fe2d7534386843167fb3e787d5bb300e33e98952c319a
 SHA512 
07703acd18d018ece3f35003e65111482976ed1eb0473e39037dc5051b94a9003591c72b518a62a25219833dcd795d5bab5e961245998c93ad7277c00cb189cb
 DIST pymdown_extensions-10.3.tar.gz 784920 BLAKE2B 
25b859dcba00d690bea3c9830542af52391f4941e8470d541e9bc0fdad12b6f20cf7350df237962fba502dbe72c8e4934446e3e5fdb6712ef9701f3654a4fda5
 SHA512 
28f1942baf0ed67b4d6bf80d1ac095a034d0afecd508ce13c8a8deabde4c7f6f89895c1a0509c576fa4884fc04f8800839b4a9a622910d3ed8914e0ac7f0ca27
+DIST pymdown_extensions-10.4.tar.gz 785151 BLAKE2B 
90d49b16e3656262eb7a591e9cd53ebd1350aab8ed8522711c595169db078924d67e23a71c63001089744166f9ee2039622bd1b847facad64503a27a6b783104
 SHA512 
efcd958fce5d0445ecb9c7a844caa8306998647376cdb8c04d3bfcbff45f12f949230048a0fb9be50c59e814a445e38c1e57f749c5fe7f64f82f36853ef77cf0

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.4.ebuild 
b/dev-python/pymdown-extensions/pymdown-extensions-10.4.ebuild
new file mode 100644
index ..4ed08497d644
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-10.4.ebuild
@@ -0,0 +1,32 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Extensions for Python Markdown"
+HOMEPAGE="
+   https://github.com/facelessuser/pymdown-extensions/
+   https://pypi.org/project/pymdown-extensions/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-11-11 Thread Michał Górny
commit: 71be73546ea1342b044b9ed63bd3363a4d14b9bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:42:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71be7354

dev-python/qdarkstyle: Remove old

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

 dev-python/qdarkstyle/Manifest  |  1 -
 dev-python/qdarkstyle/qdarkstyle-3.2.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index dbf4810b43bd..fa178b914c14 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,3 +1,2 @@
 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
 DIST QDarkStyle-3.2.1.tar.gz 681590 BLAKE2B 
837b56ca96be3a03cc94840c7b70df3c6ef98d9edb7ec2d590dc82a06eef93c7d436746284e6d80e0d87212184ed67725bd40a87242ffae87f2afcaf311bb96e
 SHA512 
435c836c9f5d61345cd9b37c151a990d1abb8c79505820cfb62ed4134f43511825a44709364bd8044e0f3acc9d63e1ccf65984334165707f9b28739f6745df50
-DIST QDarkStyle-3.2.tar.gz 697274 BLAKE2B 
f2626ec9fdbb792f6ffaa7967da0d1175ca8f0ce5b4b279f90434ad6b926156a29a56e637a2dec01ffcba8c5e9a544adc6cf6b4c515084a786de56ae388e0e36
 SHA512 
d6771a02e4be7dc43b991a887080a7147465488b1f8ae9ed64a75d838ce8de6336e14074d5eabaa8a67a5ea90a30bb911a1f033bdeb999b290243bec449000a0

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild
deleted file mode 100644
index 4866a1e50a19..
--- a/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="QDarkStyle"
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="A dark style sheet for QtWidgets application"
-HOMEPAGE="
-   https://github.com/ColinDuquesnoy/QDarkStyleSheet/
-   https://pypi.org/project/QDarkStyle/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   dev-python/qtsass[${PYTHON_USEDEP}]
-   dev-python/watchdog[${PYTHON_USEDEP}]
-   >=dev-python/QtPy-2.0.0[gui,testlib,${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "Retrieve detailed system information and report bugs 
upstream" dev-python/helpdev
-   optfeature "qdarkstyle.utils" dev-python/qtsass dev-python/watchdog
-}



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

2023-11-11 Thread Michał Górny
commit: cf62bb59194297a8005c9a49866fc5e8b688cb30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:36:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf62bb59

dev-python/sphinx-autodoc-typehints: Bump to 1.25.2

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.25.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index efd6f95f3eef..7e669bf897ad 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -2,3 +2,4 @@ DIST sphinx_autodoc_typehints-1.24.0.tar.gz 36127 BLAKE2B 
46f9eb12b7327dceaf623b
 DIST sphinx_autodoc_typehints-1.24.1.tar.gz 36436 BLAKE2B 
be1de2ea15dd39f4adb30028849645b69a7f21aec7997a3fd633a5ba606a78e8f095b6a05bc66242003670adf5846c7b444ffd5eead39e0a7836f097ed0a3302
 SHA512 
d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e
 DIST sphinx_autodoc_typehints-1.25.0.tar.gz 36871 BLAKE2B 
1862bd2a0169a74ec342ce6ba1dc5604e84f828fc0d46f3f0d76832ec15d7e8ffad1dc3031fa6e088e82750e4b9ba70f913cba4896ad58e4dbb2a0cfac9da2ea
 SHA512 
ad4410171fd4976fa939a4216769af03cddee136dbf6d02796e16bc577be4734ee80be899b7970a38bc4a581da7de7cba46903c2cd76255cef966e28827e2f72
 DIST sphinx_autodoc_typehints-1.25.1.tar.gz 37019 BLAKE2B 
ef6a9c016c111ae8badced30d1c4b5a1691b2316ebc114ac51b229301670b204dd25ae10bb797a0ce3437dd8f2ae7c8be6a1aded39eed539e7bd0b2c04afbe1f
 SHA512 
3e0aaca0cff346c8ba1b85709b6593a5c6ca1764f1ff56b0cb42ba95d001496de36c127b4d63a7d4f8a87e69beb3423898380c9cd6379b0205c16a91081eea93
+DIST sphinx_autodoc_typehints-1.25.2.tar.gz 37173 BLAKE2B 
cec43a8008e84cbc0cc8f1950d8c8b3aceec139f2c9b8de310620fbd7deab021ebc51caa0ec80421d821287c8f9c304102141eda9e1123496d710ce3d87590a7
 SHA512 
42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
new file mode 100644
index ..bfedfcb23611
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.25.2.ebuild
@@ -0,0 +1,39 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-7.1.2[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, sys-apps/irqbalance/, profiles/arch/amd64/

2023-11-11 Thread Florian Schmaus
commit: 73bbf5c9464fb3ab17a72c1dc653015d0aa15605
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Nov 10 12:55:22 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Nov 11 08:56:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bbf5c9

sys-apps/irqbalance: add 1.9.3

The new version introduces the 'thermal' USE flag with according
optfeature and installs irqbalance's udev rule.

Closes: https://github.com/gentoo/gentoo/pull/33754
Signed-off-by: Florian Schmaus  gentoo.org>

 profiles/arch/amd64/package.use |  2 +-
 profiles/arch/amd64/package.use.mask|  4 ++
 profiles/base/package.use.mask  |  4 ++
 sys-apps/irqbalance/Manifest|  1 +
 sys-apps/irqbalance/irqbalance-1.9.3.ebuild | 74 +
 sys-apps/irqbalance/metadata.xml|  1 +
 6 files changed, 85 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
index c057afab7c94..31d17baca413 100644
--- a/profiles/arch/amd64/package.use
+++ b/profiles/arch/amd64/package.use
@@ -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
 
 # James Le Cuirot  (2022-06-25)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index d2c6e747e0da..7acda262fc3c 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Florian Schmaus  (2023-11-10)
+# Only available for amd64.
+sys-apps/irqbalance -thermal
+
 # Ionen Wolkens  (2023-10-09)
 # media-libs/shaderc is keyworded here.
 media-libs/libplacebo -shaderc

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a67c3921d90c..c9b054fc959a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Florian Schmaus  (2023-11-10)
+# Only available for amd64.
+sys-apps/irqbalance thermal
+
 # Marek Szuba  (2023-10-26)
 # media-gfx/gmic has been masked for removal, see Bug #916289.
 media-gfx/darktable gmic

diff --git a/sys-apps/irqbalance/Manifest b/sys-apps/irqbalance/Manifest
index bd18e55b42f0..e5aa80c92da6 100644
--- a/sys-apps/irqbalance/Manifest
+++ b/sys-apps/irqbalance/Manifest
@@ -1 +1,2 @@
 DIST irqbalance-1.9.2.tar.gz 62188 BLAKE2B 
bc640323c3a594090f77983e63d9b7df177a05b859e4d29edb5b654f886c9e9f0d748ce22b1323bee443ea8369e014b9e0ce383bfe6f396692346649199d10a2
 SHA512 
d0fb157fbfc096fa9cfb4562e51fd4c3f4fa8788f72377c58b27df67c70073b787bba05e39809dcbe17532bb5b8e74b6d27c5e5b3d9af09bc9ce1a9b6aab9378
+DIST irqbalance-1.9.3.tar.gz 62573 BLAKE2B 
0f7b3b62c3784c009c6829078cdf5496910ec3f3c8c13de5f0dfbaed510fb5e3dab4953810c646ece962ef130af3aaa0bb9fa8c2e013485751cc661c9458e87a
 SHA512 
5638fb59f5a59901333b90289ee70c960df0e2b9e55731805397797b8e630bb3703e36a4dfd05bf01de49334dab9d6fc95bde4967eeab131534950d281103fa1

diff --git a/sys-apps/irqbalance/irqbalance-1.9.3.ebuild 
b/sys-apps/irqbalance/irqbalance-1.9.3.ebuild
new file mode 100644
index ..066d36bb150d
--- /dev/null
+++ b/sys-apps/irqbalance/irqbalance-1.9.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools udev systemd linux-info optfeature
+
+DESCRIPTION="Distribute hardware interrupts across processors on a 
multiprocessor system"
+HOMEPAGE="https://github.com/Irqbalance/irqbalance";
+SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="caps +numa systemd selinux thermal tui"
+# Hangs
+RESTRICT="test"
+
+DEPEND="
+   dev-libs/glib:2
+   caps? ( sys-libs/libcap-ng )
+   numa? ( sys-process/numactl )
+   systemd? ( sys-apps/systemd:= )
+   thermal? ( dev-libs/libnl:3 )
+   tui? ( sys-libs/ncurses:=[unicode(+)] )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-irqbalance )
+"
+
+pkg_setup() {
+   CONFIG_CHECK="~PCI_MSI"
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   # Follow systemd policies
+   # https://wiki.gentoo.org/wiki/Project:Systemd/Ebuild_policy
+   sed \
+   -e 's/ $IRQBALANCE_ARGS//' \
+   -e '/EnvironmentFile/d' \
+   -i misc/irqbalance.service || die
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with caps libcap-ng)
+   $(use_enable numa)
+   $(use_with systemd)
+   $(use_enable thermal)
+   $(use_with tui irqbalance-ui)
+   )
+   econf "${m

[gentoo-commits] repo/proj/guru:dev commit in: app-backup/kopia-ui-bin/

2023-11-11 Thread YiFei Zhu
commit: 9d0497f8b8e576896281e239ad07b0b0235d65b6
Author: YiFei Zhu  gmail  com>
AuthorDate: Sat Nov 11 09:01:49 2023 +
Commit: YiFei Zhu  gmail  com>
CommitDate: Sat Nov 11 09:20:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d0497f8

app-backup/kopia-ui-bin: new package, add 0.15.0

Signed-off-by: YiFei Zhu  gmail.com>

 app-backup/kopia-ui-bin/Manifest   |  3 +
 app-backup/kopia-ui-bin/kopia-ui-bin-0.15.0.ebuild | 75 ++
 app-backup/kopia-ui-bin/metadata.xml   | 14 
 3 files changed, 92 insertions(+)

diff --git a/app-backup/kopia-ui-bin/Manifest b/app-backup/kopia-ui-bin/Manifest
new file mode 100644
index 00..e148497f4e
--- /dev/null
+++ b/app-backup/kopia-ui-bin/Manifest
@@ -0,0 +1,3 @@
+DIST kopia-ui-bin-0.15.0-amd64.deb 79272722 BLAKE2B 
db34642a0746b838cc923b980efb76c004b5387b3d97b7e041e36be5943adf34fbc5a0af35d950c4a43c6d6434b725483630c39ad1771c3df7d3c8026e4b4b5d
 SHA512 
89a59600c5456c5eee03ba7dc485e2ce2618d9060072781d2691238a86853317f4a09dc69d4758509ed0ce99aa21716f80c89d4e14d51f1ff8e100a75c513324
+DIST kopia-ui-bin-0.15.0-arm.deb 72002696 BLAKE2B 
654e7bf55b0869d080173551bdc829d3a400ce13579ab1f3082ba50965defdb0849164e7af496566708e156259dbb7c0d2e0def1076a00884a8656c15178628b
 SHA512 
79b58d0369bc53ba9590957bd9953d19facb5bcdd8ee0ec1bb55d8067d7b71cbc92a11c9d05f99b2d4649734ec2d58b60976b954a0d1d134b0a28c6f9f9da081
+DIST kopia-ui-bin-0.15.0-arm64.deb 72002696 BLAKE2B 
654e7bf55b0869d080173551bdc829d3a400ce13579ab1f3082ba50965defdb0849164e7af496566708e156259dbb7c0d2e0def1076a00884a8656c15178628b
 SHA512 
79b58d0369bc53ba9590957bd9953d19facb5bcdd8ee0ec1bb55d8067d7b71cbc92a11c9d05f99b2d4649734ec2d58b60976b954a0d1d134b0a28c6f9f9da081

diff --git a/app-backup/kopia-ui-bin/kopia-ui-bin-0.15.0.ebuild 
b/app-backup/kopia-ui-bin/kopia-ui-bin-0.15.0.ebuild
new file mode 100644
index 00..bc1611d3fd
--- /dev/null
+++ b/app-backup/kopia-ui-bin/kopia-ui-bin-0.15.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker xdg
+
+DESCRIPTION="Kopia - Fast And Secure Open-Source Backup (Electron UI)"
+HOMEPAGE="https://github.com/kopia/kopia";
+
+SRC_URI="
+   amd64? ( 
https://github.com/kopia/kopia/releases/download/v${PV}/kopia-ui_${PV}_amd64.deb
 -> ${P}-amd64.deb )
+   arm? ( 
https://github.com/kopia/kopia/releases/download/v${PV}/kopia-ui_${PV}_armv7l.deb
 -> ${P}-arm.deb )
+   arm64? ( 
https://github.com/kopia/kopia/releases/download/v${PV}/kopia-ui_${PV}_arm64.deb
 -> ${P}-arm64.deb )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+IUSE="+system-kopia"
+
+# binary package; no tests available
+RESTRICT="test"
+
+RDEPEND="
+   system-kopia? ( ~app-backup/kopia-${PV} )
+   app-accessibility/at-spi2-core
+   dev-libs/expat
+   dev-libs/glib
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libXrandr
+   x11-libs/pango
+"
+
+QA_PREBUILT="opt/KopiaUI"
+S="${WORKDIR}"
+
+src_install() {
+   mv "${S}"/* "${ED}" || die
+   mkdir -p "${ED}/usr/bin/" || die
+   ln -sf "${EPREFIX}/opt/KopiaUI/kopia-ui" "${ED}/usr/bin/kopia-ui" || die
+
+   if use system-kopia; then
+   rm -f "${ED}/opt/KopiaUI/resources/server/kopia" || die
+   ln -sf "${EPREFIX}/usr/bin/kopia" 
"${ED}/opt/KopiaUI/resources/server/kopia" || die
+   fi
+
+   # It installs /usr/share/doc/kopia-ui/changelog.bz2. This fails QA for 
two
+   # reasons:
+   # 1. Gentoo expects /usr/share/doc/${P}. I can perform an mv to fix 
this.
+   # 2. /usr/share/doc is subject to automatic compression, so portage
+   #expects files installed to not be compressed. I could perform a
+   #decompression on the cangelog but IMO changelog isn't important
+   #enough to add this workaround.
+   rm -rf "${ED}/usr/share/doc/kopia-ui" || die
+}
+
+pkg_postinst(){
+   xdg_desktop_database_update
+}

diff --git a/app-backup/kopia-ui-bin/metadata.xml 
b/app-backup/kopia-ui-bin/metadata.xml
new file mode 100644
index 00..682a0187c3
--- /dev/null
+++ b/app-backup/kopia-ui-bin/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   zhuyifei1...@gmail.com
+   YiFei Zhu
+   
+   
+   kopia/kopia
+   
+   
+   Use the system-wide 
app-backup/kopia instead of bundled.
+   
+



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

2023-11-11 Thread YiFei Zhu
commit: 38c25be6e3aa40cb7c00aa4965bf86f9d3f9b92e
Author: YiFei Zhu  gmail  com>
AuthorDate: Sat Nov 11 09:01:39 2023 +
Commit: YiFei Zhu  gmail  com>
CommitDate: Sat Nov 11 09:16:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38c25be6

app-backup/kopia: new package, add 0.15.0

Signed-off-by: YiFei Zhu  gmail.com>

 app-backup/kopia/Manifest|  2 ++
 app-backup/kopia/kopia-0.15.0.ebuild | 30 ++
 app-backup/kopia/metadata.xml| 11 +++
 3 files changed, 43 insertions(+)

diff --git a/app-backup/kopia/Manifest b/app-backup/kopia/Manifest
new file mode 100644
index 00..38b4bbb366
--- /dev/null
+++ b/app-backup/kopia/Manifest
@@ -0,0 +1,2 @@
+DIST kopia-0.15.0-deps.tar.xz 256837112 BLAKE2B 
4ef21c56d41434985b8b6cf3be1302deeb847941d4fbe39958f2d3c03f2fa0f19dd216646cc5d063d712f3a26f8b8bf440bebe945670877b186cb3c40a771b16
 SHA512 
5a4ec3c0cae5d6bf83e7f4b37a5bce231591a209d11d8472b5ca0b92f94a1021b2ddc4a10bcf438dc6f09ccafef1f61158a3f213bbdc6f5dcc0dfdd3f94ed0a4
+DIST kopia-0.15.0.tar.gz 2968507 BLAKE2B 
316573b4772f88182dcbfe10cfd428ecf0d5c8f9edf5bf820c1d73d1dc683dcf78cace709f091bfe9904d93e786ca815960c5b44e45b5b685e128816230ec5d8
 SHA512 
c12e75457d6a77d6968f1e577efdb5703ce6fa1e3088a73e9b5dfa51fdfa96d8264e62a9fad1b2ee8ce07d98ca3bfd986acbc4dac277b2a84ec3187cfd97

diff --git a/app-backup/kopia/kopia-0.15.0.ebuild 
b/app-backup/kopia/kopia-0.15.0.ebuild
new file mode 100644
index 00..48eaf7d1e0
--- /dev/null
+++ b/app-backup/kopia/kopia-0.15.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Kopia - Fast And Secure Open-Source Backup"
+HOMEPAGE="https://github.com/kopia/kopia";
+SRC_URI="
+   https://github.com/kopia/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+   https://storage.googleapis.com/zhuyifei-static/gentoo/${P}-deps.tar.xz
+"
+
+LICENSE="Apache-2.0 MIT BSD BSD-2 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+src_compile() {
+   ego build -v -x -work -o ${PN}
+}
+
+src_test() {
+   ego test -v $(ego list ./... | grep -v /vendor/)
+}
+
+src_install() {
+   dobin ${PN}
+   einstalldocs
+}

diff --git a/app-backup/kopia/metadata.xml b/app-backup/kopia/metadata.xml
new file mode 100644
index 00..c77a5b59aa
--- /dev/null
+++ b/app-backup/kopia/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   zhuyifei1...@gmail.com
+   YiFei Zhu
+   
+   
+   kopia/kopia
+   
+



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

2023-11-11 Thread Andrew Ammerlaan
commit: 0dc083a82bfbad89451d41eea279bc418a08190c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Nov 11 09:26:21 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Nov 11 09:26:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc083a8

dev-python/spyder: keyword 5.5.0 for ~amd64, ~x86

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/spyder/spyder-5.5.0.ebuild 
b/dev-python/spyder/spyder-5.5.0.ebuild
index e2a68574e417..aef0741716a1 100644
--- a/dev-python/spyder/spyder-5.5.0.ebuild
+++ b/dev-python/spyder/spyder-5.5.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]



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

2023-11-11 Thread Hans de Graaff
commit: 77909f5657dba34d736af1fb8508523db01f7e11
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 11 09:39:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 11 09:40:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77909f56

dev-ruby/mixlib-config: new package, add 3.0.27

Dependency for forthcoming dev-util/mdl.

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mixlib-config/Manifest|  1 +
 dev-ruby/mixlib-config/metadata.xml| 12 +++
 dev-ruby/mixlib-config/mixlib-config-3.0.27.ebuild | 24 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-ruby/mixlib-config/Manifest b/dev-ruby/mixlib-config/Manifest
new file mode 100644
index ..15e5172c6b73
--- /dev/null
+++ b/dev-ruby/mixlib-config/Manifest
@@ -0,0 +1 @@
+DIST mixlib-config-3.0.27.tar.gz 27147 BLAKE2B 
867b736423b39c0c9960824936766a1b970eda30f2e69cb7031e1d63c28b05d387e0767f879f859e81d06cee1dbe426f23d4cfb71486f3235991520a532f72eb
 SHA512 
7bf985f7ef15d3f96b148e3db591a0e4ba382f3c76103c7ef0f786cc6998bbea6a566e29cfedace2177e4e3444f69dac813bfbecddf932204dbe5a536c863037

diff --git a/dev-ruby/mixlib-config/metadata.xml 
b/dev-ruby/mixlib-config/metadata.xml
new file mode 100644
index ..901ce10b9cfe
--- /dev/null
+++ b/dev-ruby/mixlib-config/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+chef/mixlib-config
+mixlib-config
+  
+

diff --git a/dev-ruby/mixlib-config/mixlib-config-3.0.27.ebuild 
b/dev-ruby/mixlib-config/mixlib-config-3.0.27.ebuild
new file mode 100644
index ..4355ff7d651f
--- /dev/null
+++ b/dev-ruby/mixlib-config/mixlib-config-3.0.27.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="mixlib-config.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A class based configuration library"
+HOMEPAGE="https://github.com/chef/mixlib-config";
+SRC_URI="https://github.com/chef/mixlib-config/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/tomlrb"



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

2023-11-11 Thread Kurt Kanzenbach
commit: 06241601b508e4f0dabba9874b10ee585f6a9cea
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Nov 11 10:09:24 2023 +
Commit: Kurt Kanzenbach  kmk-computers  de>
CommitDate: Sat Nov 11 10:09:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06241601

net-libs/ulfius: Add missing dependency

Add missing dependency for dot.

Closes: https://bugs.gentoo.org/917148
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-libs/ulfius/ulfius-2.7.14.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-libs/ulfius/ulfius-2.7.14.ebuild 
b/net-libs/ulfius/ulfius-2.7.14.ebuild
index 45d9e38dba..076a180e0a 100644
--- a/net-libs/ulfius/ulfius-2.7.14.ebuild
+++ b/net-libs/ulfius/ulfius-2.7.14.ebuild
@@ -20,7 +20,10 @@ BDEPEND="
 "
 DEPEND="
curl? ( net-misc/curl )
-   doc? ( app-doc/doxygen )
+   doc? (
+app-doc/doxygen
+media-gfx/graphviz
+   )
jansson? ( dev-libs/jansson:= )
ssl? ( net-libs/gnutls:= )
net-libs/libmicrohttpd:=



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

2023-11-11 Thread Kurt Kanzenbach
commit: f52f6217de984bb95bc65858c4c55a5343d56069
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Nov 11 10:13:07 2023 +
Commit: Kurt Kanzenbach  kmk-computers  de>
CommitDate: Sat Nov 11 10:13:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f52f6217

net-libs/yder: Add missing dependency

Add missing dependency yder.

Closes: https://bugs.gentoo.org/917146
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-libs/yder/yder-1.4.20.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/yder/yder-1.4.20.ebuild b/net-libs/yder/yder-1.4.20.ebuild
index 1f22fd0cec..62576e118b 100644
--- a/net-libs/yder/yder-1.4.20.ebuild
+++ b/net-libs/yder/yder-1.4.20.ebuild
@@ -20,6 +20,7 @@ BDEPEND="
app-doc/doxygen
media-gfx/graphviz
)
+   net-libs/yder
systemd? (
sys-apps/systemd
)



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

2023-11-11 Thread Kurt Kanzenbach
commit: beb956147bf3a9ecbf5349222eeec54c59d7f9f7
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Nov 11 10:04:53 2023 +
Commit: Kurt Kanzenbach  kmk-computers  de>
CommitDate: Sat Nov 11 10:04:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=beb95614

net-libs/ulfius: Remove Werror

Remove Werror CC/CXX flag.

Closes: https://bugs.gentoo.org/917149
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 net-libs/ulfius/ulfius-2.7.14.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-libs/ulfius/ulfius-2.7.14.ebuild 
b/net-libs/ulfius/ulfius-2.7.14.ebuild
index 85e0d8fe03..45d9e38dba 100644
--- a/net-libs/ulfius/ulfius-2.7.14.ebuild
+++ b/net-libs/ulfius/ulfius-2.7.14.ebuild
@@ -42,6 +42,9 @@ src_configure() {
-DWITH_YDER=OFF
)
 
+   # bug 917149
+   sed -i -e "s/-Werror//g" CMakeLists.txt || die
+
cmake_src_configure
 }
 



[gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/

2023-11-11 Thread Yixun Lan
commit: 44bbf695172f8865156ac843aa4c16ab0e3b79ac
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Nov  7 23:55:34 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 10:27:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bbf695

gui-wm/hyprland: add 0.32.0

Signed-off-by: Julien Roy  jroy.ca>
Signed-off-by: Yixun Lan  gentoo.org>

 gui-wm/hyprland/Manifest   |   1 +
 gui-wm/hyprland/hyprland-0.32.0.ebuild | 130 +
 2 files changed, 131 insertions(+)

diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index 425ab149ab04..a5140c864fee 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,2 +1,3 @@
 DIST hyprland-0.30.0.gh.tar.gz 14064946 BLAKE2B 
188328ed08ca8a9db97ae94b77159f9ebe5361a050a177ec586f376b168dab4c9dcd6b6d71d3314e9470f46b57f0610a92cdfe73ff1704b9f55f21399895e69f
 SHA512 
f8053c19460e7768aa00944d1fc624d85ff9e042d0750a74d28e08147fe50e45262bdb1c259642bb7241746a8fb967344841e58fa598213f8c333f15246f9c94
 DIST hyprland-0.31.0.gh.tar.gz 14068621 BLAKE2B 
272ba0c92ee6f8db623bb7b79a64ec1a3f2d2e0e1a8825ab7cc43e30dc64d77396ae014469a308c10deea0f9607680ff3a9328b747c82acccd5156e9d9c07cde
 SHA512 
27798eba3bc430fe3689ecfb6ae38a59f48c39183c8cbd4fea8dca0a92a25941e6ee8b51d70f18498a3b0ef6c2575658299ee36ed6a6a93c7b54548ab64f07ca
+DIST hyprland-0.32.0.gh.tar.gz 14123937 BLAKE2B 
3eb3c105681c22a1a4b2e38805a55015b741061977976f8e429068b79a59bfd6bac2ba74b2f547d81481cb404cad41bdec73eee67704bd11fddab3c213085a56
 SHA512 
293f0814530008f2f4561526aaca86a454de62bfae7ab508cf7ecdc12ec7029ba1fac2bb918cf0a2d4e8e9b423b463e5120591ebc8579489dcb7e07751d89ac9

diff --git a/gui-wm/hyprland/hyprland-0.32.0.ebuild 
b/gui-wm/hyprland/hyprland-0.32.0.ebuild
new file mode 100644
index ..6c6c9f375c42
--- /dev/null
+++ b/gui-wm/hyprland/hyprland-0.32.0.ebuild
@@ -0,0 +1,130 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson toolchain-funcs
+
+DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its 
looks"
+HOMEPAGE="https://github.com/hyprwm/Hyprland";
+
+SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-source"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+IUSE="X legacy-renderer systemd video_cards_nvidia"
+
+# bundled wlroots has the following dependency string according to included 
headers.
+# wlroots[drm,gles2-renderer,libinput,x11-backend?,X?]
+# enable x11-backend with X and vice versa
+WLROOTS_RDEPEND="
+   >=dev-libs/libinput-1.14.0:=
+   dev-libs/libliftoff
+   >=dev-libs/wayland-1.22
+   media-libs/libdisplay-info
+   media-libs/libglvnd
+   media-libs/mesa[egl(+),gles2]
+   sys-apps/hwdata:=
+   sys-auth/seatd:=
+   >=x11-libs/libdrm-2.4.114
+   x11-libs/libxkbcommon
+   >=x11-libs/pixman-0.42.0
+   virtual/libudev:=
+   X? (
+   x11-base/xwayland
+   x11-libs/libxcb:0=
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+"
+WLROOTS_DEPEND="
+   >=dev-libs/wayland-protocols-1.32
+"
+WLROOTS_BDEPEND="
+   dev-util/glslang
+   dev-util/wayland-scanner
+"
+
+RDEPEND="
+   ${WLROOTS_RDEPEND}
+   dev-libs/glib:2
+   dev-libs/libinput
+   dev-libs/wayland
+   media-libs/libglvnd
+   x11-libs/cairo
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-libs/pixman
+   X? (
+   x11-libs/libxcb:0=
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   ${WLROOTS_DEPEND}
+   dev-libs/hyprland-protocols
+   >=dev-libs/wayland-protocols-1.25
+"
+BDEPEND="
+   ${WLROOTS_BDEPEND}
+   || ( >=sys-devel/gcc-13:* >=sys-devel/clang-16:* )
+   app-misc/jq
+   dev-util/cmake
+   dev-util/wayland-scanner
+   dev-vcs/git
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} == binary ]] && return
+
+   if tc-is-gcc && ver_test $(gcc-version) -lt 13 ; then
+   eerror "Hyprland requires >=sys-devel/gcc-13 to build"
+   eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
+   die "GCC version is too old to compile Hyprland!"
+   elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then
+   eerror "Hyprland requires >=sys-devel/clang-16 to build"
+   eerror "Please upgrade Clang: emerge -v1 sys-devel/clang"
+   die "Clang version is too old to compile Hyprland!"
+   fi
+}
+
+src_prepare() {
+   if use video_cards_nvidia; then
+   cd "${S}/subprojects/wlroots" || die
+   eapply "${S}/nix/patches/wlroots-nvidia.patch"
+   cd "${S}" || die
+   fi
+
+   default
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature legacy-renderer legacy_ren

[gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/

2023-11-11 Thread Yixun Lan
commit: 8071b5666ee52eb67358baed99e15401f4267189
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Nov  7 23:56:28 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 10:27:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8071b566

gui-wm/hyprland: drop 0.30.0, 0.31.0

Closes: https://github.com/gentoo/gentoo/pull/33719
Signed-off-by: Julien Roy  jroy.ca>
Signed-off-by: Yixun Lan  gentoo.org>

 gui-wm/hyprland/Manifest   |   1 -
 gui-wm/hyprland/hyprland-0.30.0.ebuild | 122 -
 gui-wm/hyprland/hyprland-0.31.0.ebuild | 122 -
 3 files changed, 245 deletions(-)

diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index a5140c864fee..56d8515d40ea 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,3 +1,2 @@
-DIST hyprland-0.30.0.gh.tar.gz 14064946 BLAKE2B 
188328ed08ca8a9db97ae94b77159f9ebe5361a050a177ec586f376b168dab4c9dcd6b6d71d3314e9470f46b57f0610a92cdfe73ff1704b9f55f21399895e69f
 SHA512 
f8053c19460e7768aa00944d1fc624d85ff9e042d0750a74d28e08147fe50e45262bdb1c259642bb7241746a8fb967344841e58fa598213f8c333f15246f9c94
 DIST hyprland-0.31.0.gh.tar.gz 14068621 BLAKE2B 
272ba0c92ee6f8db623bb7b79a64ec1a3f2d2e0e1a8825ab7cc43e30dc64d77396ae014469a308c10deea0f9607680ff3a9328b747c82acccd5156e9d9c07cde
 SHA512 
27798eba3bc430fe3689ecfb6ae38a59f48c39183c8cbd4fea8dca0a92a25941e6ee8b51d70f18498a3b0ef6c2575658299ee36ed6a6a93c7b54548ab64f07ca
 DIST hyprland-0.32.0.gh.tar.gz 14123937 BLAKE2B 
3eb3c105681c22a1a4b2e38805a55015b741061977976f8e429068b79a59bfd6bac2ba74b2f547d81481cb404cad41bdec73eee67704bd11fddab3c213085a56
 SHA512 
293f0814530008f2f4561526aaca86a454de62bfae7ab508cf7ecdc12ec7029ba1fac2bb918cf0a2d4e8e9b423b463e5120591ebc8579489dcb7e07751d89ac9

diff --git a/gui-wm/hyprland/hyprland-0.30.0.ebuild 
b/gui-wm/hyprland/hyprland-0.30.0.ebuild
deleted file mode 100644
index 46dcb4002906..
--- a/gui-wm/hyprland/hyprland-0.30.0.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson toolchain-funcs
-
-DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its 
looks"
-HOMEPAGE="https://github.com/hyprwm/Hyprland";
-
-SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-source"
-
-KEYWORDS="~amd64"
-LICENSE="BSD"
-SLOT="0"
-IUSE="X legacy-renderer systemd video_cards_nvidia"
-
-# bundled wlroots has the following dependency string according to included 
headers.
-# wlroots[drm,gles2-renderer,libinput,x11-backend?,X?]
-# enable x11-backend with X and vice versa
-WLROOTS_RDEPEND="
-   >=dev-libs/libinput-1.14.0:=
-   dev-libs/libliftoff
-   >=dev-libs/wayland-1.22
-   media-libs/libdisplay-info
-   media-libs/libglvnd
-   media-libs/mesa[egl(+),gles2]
-   sys-apps/hwdata:=
-   sys-auth/seatd:=
-   >=x11-libs/libdrm-2.4.114
-   x11-libs/libxkbcommon
-   >=x11-libs/pixman-0.42.0
-   virtual/libudev:=
-   X? (
-   x11-base/xwayland
-   x11-libs/libxcb:0=
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-"
-WLROOTS_DEPEND="
-   >=dev-libs/wayland-protocols-1.32
-"
-WLROOTS_BDEPEND="
-   dev-util/glslang
-   dev-util/wayland-scanner
-"
-
-RDEPEND="
-   ${WLROOTS_RDEPEND}
-   dev-libs/glib:2
-   dev-libs/libinput
-   dev-libs/wayland
-   media-libs/libglvnd
-   x11-libs/cairo
-   x11-libs/libdrm
-   x11-libs/libxkbcommon
-   x11-libs/pango
-   x11-libs/pixman
-   X? (
-   x11-libs/libxcb:0=
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   ${WLROOTS_DEPEND}
-   dev-libs/hyprland-protocols
-   >=dev-libs/wayland-protocols-1.25
-"
-BDEPEND="
-   ${WLROOTS_BDEPEND}
-   || ( >=sys-devel/gcc-13:* >=sys-devel/clang-16:* )
-   app-misc/jq
-   dev-util/cmake
-   dev-util/wayland-scanner
-   dev-vcs/git
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}/hyprland-0.30.0-no-wlroots-automagic-r1.patch"
-   "${FILESDIR}/hyprland-0.30.0-3400-fix-build.patch"
-)
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} == binary ]] && return
-
-   if tc-is-gcc && ver_test $(gcc-version) -lt 13 ; then
-   eerror "Hyprland requires >=sys-devel/gcc-13 to build"
-   eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
-   die "GCC version is too old to compile Hyprland!"
-   elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then
-   eerror "Hyprland requires >=sys-devel/clang-16 to build"
-   eerror "Please upgrade Clang: emerge -v1 sys-devel/clang"
-   die "Clang version is too old to compile Hyprland!"
-   fi
-}
-
-src_prepare() {
-   if use video_cards_nvidia; then

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

2023-11-11 Thread Michał Górny
commit: 5b0a95508acc55fbed20eea977ea0deb61b3017d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0a9550

sys-devel/clang-runtime: Remove old

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

 .../clang-runtime/clang-runtime-17.0.3.ebuild  | 40 --
 .../clang-runtime-18.0.0_pre20231013.ebuild| 39 -
 .../clang-runtime-18.0.0_pre20231019.ebuild| 39 -
 .../clang-runtime-18.0.0_pre20231025.ebuild| 39 -
 4 files changed, 157 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.3.ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.3.ebuild
deleted file mode 100644
index 6483c7c0c78e..
--- a/sys-devel/clang-runtime/clang-runtime-17.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213";
-   fi
-}

diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231013.ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231013.ebuild
deleted file mode 100644
index 1ce7130b4264..
--- a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231013.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213";
-   fi
-}

diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231019.ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231019.ebuild
deleted file mode 100644
index 1ce7130b4264..
--- a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231019.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Publi

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

2023-11-11 Thread Michał Górny
commit: 9f5efe6d5414123096429e60c72fa870f97b3f16
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5efe6d

sys-libs/libcxx: Remove old

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

 sys-libs/libcxx/Manifest |   5 -
 sys-libs/libcxx/libcxx-17.0.3.ebuild | 204 ---
 sys-libs/libcxx/libcxx-18.0.0_pre20231013.ebuild | 203 --
 sys-libs/libcxx/libcxx-18.0.0_pre20231019.ebuild | 203 --
 sys-libs/libcxx/libcxx-18.0.0_pre20231025.ebuild | 203 --
 5 files changed, 818 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 8c2583b1720c..6b8087ee079b 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -7,11 +7,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-libs/libcxx/libcxx-17.0.3.ebuild 
b/sys-libs/libcxx/libcxx-17.0.3.ebuild
deleted file mode 100644
index 61280232d24e..
--- a/sys-libs/libcxx/libcxx-17.0.3.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the ter

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

2023-11-11 Thread Michał Górny
commit: f829a2d8af77ae631e87013f5ad564d15ade22ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f829a2d8

sys-libs/libcxxabi: Remove old

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

 sys-libs/libcxxabi/Manifest|   5 -
 sys-libs/libcxxabi/libcxxabi-17.0.3.ebuild | 116 -
 .../libcxxabi/libcxxabi-18.0.0_pre20231013.ebuild  | 115 
 .../libcxxabi/libcxxabi-18.0.0_pre20231019.ebuild  | 115 
 .../libcxxabi/libcxxabi-18.0.0_pre20231025.ebuild  | 115 
 5 files changed, 466 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.3.ebuild 
b/sys-libs/libcxxabi/libcxxabi-17.0.3.ebuild
deleted file mode 100644
index ebcd22d2291b..
--- a/sys-libs/libcxxabi/libcxxabi-17.0.3.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2023 Gentoo A

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

2023-11-11 Thread Michał Górny
commit: 701ae3001e840d32cec6dea487c50815c0de52f4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701ae300

sys-libs/libomp: Remove old

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

 sys-libs/libomp/Manifest |   5 -
 sys-libs/libomp/libomp-17.0.3.ebuild | 151 ---
 sys-libs/libomp/libomp-18.0.0_pre20231013.ebuild | 150 --
 sys-libs/libomp/libomp-18.0.0_pre20231019.ebuild | 150 --
 sys-libs/libomp/libomp-18.0.0_pre20231025.ebuild | 150 --
 5 files changed, 606 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index ffcf8eeb283a..941f5add1551 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -7,11 +7,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-libs/libomp/libomp-17.0.3.ebuild 
b/sys-libs/libomp/libomp-17.0.3.ebuild
deleted file mode 100644
index 8bb70d304c34..
--- a/sys-libs/libomp/libomp-17.0.3.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the ter

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2023-11-11 Thread Michał Górny
commit: 7fe35eef7557ac74f1579243ffec2a45935b58f8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe35eef

sys-libs/compiler-rt-sanitizers: Remove old

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

 sys-libs/compiler-rt-sanitizers/Manifest   |   5 -
 .../compiler-rt-sanitizers-17.0.3.ebuild   | 216 -
 ...ompiler-rt-sanitizers-18.0.0_pre20231013.ebuild | 215 
 ...ompiler-rt-sanitizers-18.0.0_pre20231019.ebuild | 215 
 ...ompiler-rt-sanitizers-18.0.0_pre20231025.ebuild | 215 
 5 files changed, 866 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 6e6a815f997b..49c513400ca7 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -6,11 +6,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.3.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.3.ebuild
deleted file mode 100644
index dde9db9d3f77..00

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

2023-11-11 Thread Michał Górny
commit: 6d9bb1387081c40494c8d6f2783220d82a31249e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9bb138

dev-python/clang-python: Remove old

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

 dev-python/clang-python/Manifest   |  5 --
 dev-python/clang-python/clang-python-17.0.3.ebuild | 54 --
 .../clang-python-18.0.0_pre20231013.ebuild | 53 -
 .../clang-python-18.0.0_pre20231019.ebuild | 53 -
 .../clang-python-18.0.0_pre20231025.ebuild | 53 -
 5 files changed, 218 deletions(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/dev-python/clang-python/clang-python-17.0.3.ebuild 
b/dev-python/clang-python/clang-python-17.0.3.ebuild
deleted file mode 100644
index d4a2cc4e8854..
--- a/dev-python/clang-python/clang-python-17.0.3.ebuild
+++ /dev/null

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

2023-11-11 Thread Michał Górny
commit: 275a57374d76159a81f3e1c5757927034cb2251e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275a5737

sys-libs/llvm-libunwind: Remove old

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

 sys-libs/llvm-libunwind/Manifest   |   5 -
 .../llvm-libunwind/llvm-libunwind-17.0.3.ebuild| 132 -
 .../llvm-libunwind-18.0.0_pre20231013.ebuild   | 131 
 .../llvm-libunwind-18.0.0_pre20231019.ebuild   | 131 
 .../llvm-libunwind-18.0.0_pre20231025.ebuild   | 131 
 5 files changed, 530 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.3.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.3.ebuild
deleted file mode 100644
index b91c683ce070..
--- a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.3.ebuild
+++ /dev

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

2023-11-11 Thread Michał Górny
commit: a1c4fd7847d6b052d0d2052b4c1da4c5ffde00ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c4fd78

dev-util/lldb: Remove old

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

 dev-util/lldb/Manifest   |   5 --
 dev-util/lldb/lldb-17.0.3-r1.ebuild  | 108 -
 dev-util/lldb/lldb-17.0.3.ebuild | 114 ---
 dev-util/lldb/lldb-18.0.0_pre20231013.ebuild | 113 --
 dev-util/lldb/lldb-18.0.0_pre20231019.ebuild | 107 -
 dev-util/lldb/lldb-18.0.0_pre20231025.ebuild | 107 -
 6 files changed, 554 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/dev-util/lldb/lldb-17.0.3-r1.ebuild 
b/dev-util/lldb/lldb-17.0.3-r1.ebuild
deleted file mode 100644
index 61bd954e14a2..
--- a/dev-util/lldb/lldb-17.0.3-r1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Cop

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

2023-11-11 Thread Michał Górny
commit: 6aefe34ab4181d262eed29417ca3bb43f3491da9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aefe34a

sys-libs/compiler-rt: Remove old

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

 sys-libs/compiler-rt/Manifest  |   5 -
 sys-libs/compiler-rt/compiler-rt-17.0.3.ebuild | 177 -
 .../compiler-rt-18.0.0_pre20231013.ebuild  | 176 
 .../compiler-rt-18.0.0_pre20231019.ebuild  | 176 
 .../compiler-rt-18.0.0_pre20231025.ebuild  | 176 
 5 files changed, 710 deletions(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index ed2f0f4fca77..943723272558 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -6,11 +6,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.3.ebuild 
b/sys-libs/compiler-rt/compiler-rt-17.0.3.ebuild
deleted file mode 100644
index 0caa7f0324de..
--- a/sys-libs/compiler-rt/compiler-rt-17.0.3.ebuild
+++ /dev/null
@@ -1,177 +0,0 @@
-# Copyri

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

2023-11-11 Thread Michał Górny
commit: ee8be2b8075b05c0783b2b76b8fbcce5dbd0a3f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8be2b8

dev-python/lit: Remove old

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

 dev-python/lit/Manifest  |  5 
 dev-python/lit/lit-17.0.3.ebuild | 42 
 dev-python/lit/lit-18.0.0_pre20231013.ebuild | 41 ---
 dev-python/lit/lit-18.0.0_pre20231019.ebuild | 41 ---
 dev-python/lit/lit-18.0.0_pre20231025.ebuild | 41 ---
 5 files changed, 170 deletions(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/dev-python/lit/lit-17.0.3.ebuild b/dev-python/lit/lit-17.0.3.ebuild
deleted file mode 100644
index b67497dceb7d..
--- a/dev-python/lit/lit-17.0.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General

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

2023-11-11 Thread Michał Górny
commit: 987a87cd15494aa055249425455fd4c4b55aa649
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987a87cd

sys-devel/lld: Remove old

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

 sys-devel/lld/Manifest  |  5 --
 sys-devel/lld/lld-17.0.3.ebuild | 89 -
 sys-devel/lld/lld-18.0.0_pre20231013.ebuild | 88 
 sys-devel/lld/lld-18.0.0_pre20231019.ebuild | 88 
 sys-devel/lld/lld-18.0.0_pre20231025.ebuild | 88 
 5 files changed, 358 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index ed00e6042161..c81eb41d0415 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -5,11 +5,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-devel/lld/lld-17.0.3.ebuild b/sys-devel/lld/lld-17.0.3.ebuild
deleted file mode 100644
index 7289e547c49a..
--- a/sys-devel/lld/lld-17.0.3.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public Lic

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

2023-11-11 Thread Michał Górny
commit: 28b3cf985ea5e3ec0daad6d22cd7242507ffe024
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b3cf98

dev-ml/llvm-ocaml: Remove old

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

 dev-ml/llvm-ocaml/Manifest |   5 -
 dev-ml/llvm-ocaml/llvm-ocaml-17.0.3.ebuild | 112 -
 .../llvm-ocaml-18.0.0_pre20231013.ebuild   | 111 
 .../llvm-ocaml-18.0.0_pre20231019.ebuild   | 111 
 .../llvm-ocaml-18.0.0_pre20231025.ebuild   | 111 
 5 files changed, 450 deletions(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.3.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.3.ebuild
deleted file mode 100644
index a496042b570e..
--- a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.3.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2023 Gentoo Author

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

2023-11-11 Thread Michał Górny
commit: 431596bde474581b4ba489a95b5719a18c4f50c7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431596bd

sys-devel/clang-common: Remove old

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

 sys-devel/clang-common/Manifest|   5 -
 sys-devel/clang-common/clang-common-17.0.3.ebuild  | 228 -
 .../clang-common-18.0.0_pre20231013.ebuild | 227 
 .../clang-common-18.0.0_pre20231019.ebuild | 227 
 .../clang-common-18.0.0_pre20231025.ebuild | 227 
 5 files changed, 914 deletions(-)

diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/sys-devel/clang-common/Manifest
+++ b/sys-devel/clang-common/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-devel/clang-common/clang-common-17.0.3.ebuild 
b/sys-devel/clang-common/clang-common-17.0.3.ebuild
deleted file mode 100644
index 696ae8ee4996..
--- a/sys-devel/clang-common/clang-common-17.0.3.ebuild
+++ /dev/null
@@ -1,22

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

2023-11-11 Thread Michał Górny
commit: 6e2b6e4206433f3f76a6a512453da718501ab596
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2b6e42

dev-libs/libclc: Remove old

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

 dev-libs/libclc/Manifest |  5 --
 dev-libs/libclc/libclc-17.0.3.ebuild | 88 
 dev-libs/libclc/libclc-18.0.0_pre20231013.ebuild | 87 ---
 dev-libs/libclc/libclc-18.0.0_pre20231019.ebuild | 87 ---
 dev-libs/libclc/libclc-18.0.0_pre20231025.ebuild | 87 ---
 5 files changed, 354 deletions(-)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/dev-libs/libclc/libclc-17.0.3.ebuild 
b/dev-libs/libclc/libclc-17.0.3.ebuild
deleted file mode 100644
index 08fac3e3b1df..
--- a/dev-libs/libclc/libclc-17.0.3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the term

[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-11-11 Thread Michał Górny
commit: 1e2a60df78a92177ffe5ad587ff552ed3f4644d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:24:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2a60df

llvm.org.eclass: Remove support for old snapshots

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

 eclass/llvm.org.eclass | 9 -
 1 file changed, 9 deletions(-)

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index c22fb243bffc..822fd1e4188c 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -75,15 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
18.0.0_pre20231104)

EGIT_COMMIT=83888a5404d46667647fe36d6fa510d075ed57ea
;;
-   18.0.0_pre20231025)
-   
EGIT_COMMIT=a7700985577694d6cc2498833f27b4fb5eeaf252
-   ;;
-   18.0.0_pre20231019)
-   
EGIT_COMMIT=e6e90840708099425b7b69dd053634ff25d4907f
-   ;;
-   18.0.0_pre20231013)
-   
EGIT_COMMIT=5d35273a32d239b7407338e13ed71b59174d6536
-   ;;
*)
die "Unknown snapshot: ${PV}"
;;



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

2023-11-11 Thread Michał Górny
commit: 8031eb9ad090c59b3d57045154ef97643dd5df2a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:43:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8031eb9a

dev-python/lit: Remove a flaky test

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

 dev-python/lit/lit-18.0.0..ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/lit/lit-18.0.0..ebuild 
b/dev-python/lit/lit-18.0.0..ebuild
index 1689cd7b1ce2..bd8eed55b536 100644
--- a/dev-python/lit/lit-18.0.0..ebuild
+++ b/dev-python/lit/lit-18.0.0..ebuild
@@ -30,6 +30,10 @@ llvm.org_set_globals
 # TODO: move the manpage generation here (from sys-devel/llvm)
 
 src_prepare() {
+   # flaky test
+   # https://github.com/llvm/llvm-project/issues/72022
+   rm tests/progress-bar.py || die
+
cd "${WORKDIR}" || die
distutils-r1_src_prepare
 }



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

2023-11-11 Thread Michał Górny
commit: fd3f78c3f955c272b3f1b7973599eaccd5b5628b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:48:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3f78c3

dev-python/qtawesome: Remove outdated pyqt5 enforcement

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

 .../qtawesome/{qtawesome-1.2.3.ebuild => qtawesome-1.2.3-r1.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/qtawesome/qtawesome-1.2.3.ebuild 
b/dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild
similarity index 77%
rename from dev-python/qtawesome/qtawesome-1.2.3.ebuild
rename to dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild
index 1eeae2279bf5..30d7751a3efd 100644
--- a/dev-python/qtawesome/qtawesome-1.2.3.ebuild
+++ b/dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="amd64 x86"
 
 RDEPEND="
media-fonts/fontawesome
-   dev-python/QtPy[pyqt5(+),gui,${PYTHON_USEDEP}]
+   dev-python/QtPy[gui,${PYTHON_USEDEP}]
 "
 BDEPEND="
test? (
@@ -38,7 +38,5 @@ src_test() {
 }
 
 python_test() {
-   # Tests fail with pyside2, so depend on QtPy[pyqt5] and explicitly run
-   # the tests with pyqt5
-   PYTEST_QT_API="pyqt5" epytest || die "Tests failed with ${EPYTHON}"
+   nonfatal epytest || die -n "Tests failed with ${EPYTHON}"
 }



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

2023-11-11 Thread Michał Górny
commit: 676a20faf44f964ef47e9a22bb1cdb7462230dac
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676a20fa

sys-devel/clang: Remove old

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

 sys-devel/clang/Manifest|   5 -
 sys-devel/clang/clang-17.0.3.ebuild | 474 
 sys-devel/clang/clang-18.0.0_pre20231013.ebuild | 473 ---
 sys-devel/clang/clang-18.0.0_pre20231019.ebuild | 473 ---
 sys-devel/clang/clang-18.0.0_pre20231025.ebuild | 473 ---
 5 files changed, 1898 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index f2822c092ce5..ec4d8da5c279 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -13,11 +13,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-devel/clang/clang-17.0.3.ebuild 
b/sys-devel/clang/clang-17.0.3.ebuild
deleted file mode 100644
index 336fa7d9fca1..
--- a/sys-devel/clang/clang-17.0.3.ebuild
+++ /dev/null
@@ -1,474 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the term

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

2023-11-11 Thread Michał Górny
commit: e1ac9eef88fea27c6b88080365e008c978b1bc11
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:57:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ac9eef

dev-python/qtawesome: Add LICENSE for bundled fonts

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

 dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild 
b/dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild
index 30d7751a3efd..c0935a6503ee 100644
--- a/dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild
+++ b/dev-python/qtawesome/qtawesome-1.2.3-r1.ebuild
@@ -17,6 +17,13 @@ SRC_URI="$(pypi_sdist_url --no-normalize QtAwesome)"
 S="${WORKDIR}/QtAwesome-${PV}"
 
 LICENSE="MIT"
+# bundled fonts
+# -
+# Font Awesome, Elusive Icons: OFL-1.1
+# Phosphor: MIT
+# Material Design Icons, Remix Icon: Apache-2.0
+# Codicons: CC-BY-4.0
+LICENSE+=" Apache-2.0 CC-BY-4.0 MIT OFL-1.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
 



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

2023-11-11 Thread Michał Górny
commit: 8af3f372705cfd84b17a88dbb1eef119c27851b8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:17:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af3f372

dev-python/Frozen-Flask: Bump to 1.0.0

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

 dev-python/Frozen-Flask/Frozen-Flask-1.0.0.ebuild  | 32 ++
 dev-python/Frozen-Flask/Manifest   |  1 +
 .../files/Frozen-Flask-1.0.0-test-install.patch| 26 ++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/Frozen-Flask/Frozen-Flask-1.0.0.ebuild 
b/dev-python/Frozen-Flask/Frozen-Flask-1.0.0.ebuild
new file mode 100644
index ..ae51cc6b0c49
--- /dev/null
+++ b/dev-python/Frozen-Flask/Frozen-Flask-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Freezes a Flask application into a set of static files"
+HOMEPAGE="
+   https://github.com/Frozen-Flask/Frozen-Flask/
+   https://pypi.org/project/Frozen-Flask/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/flask-2.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs \
+   dev-python/flask-sphinx-themes
+distutils_enable_tests pytest
+
+PATCHES=(
+   # 
https://github.com/Frozen-Flask/Frozen-Flask/commit/d3ef9a7315c1742b1d86c32444f5f07e50fa5fbf
+   "${FILESDIR}/${P}-test-install.patch"
+)

diff --git a/dev-python/Frozen-Flask/Manifest b/dev-python/Frozen-Flask/Manifest
index c58d5b858a48..3605194ba815 100644
--- a/dev-python/Frozen-Flask/Manifest
+++ b/dev-python/Frozen-Flask/Manifest
@@ -1 +1,2 @@
 DIST Frozen-Flask-0.18.tar.gz 179245 BLAKE2B 
a82695892aef9b6b4e3aeb91f12f78d7d661f2f2b0efc57c11f64524ed467b85d8d9e0e7b147cb78c3d0a641dfef0f683e0f77cfda560aada79e1b435424c0ce
 SHA512 
6c2e4d900547cc5c0de4af23b96c5b9e1925101fb40f710bedc67ac52c303282aa223f6972f5b9cc813878bb15eb90cb0a007619dd5a9db2dec762f04dcc7ba0
+DIST frozen_flask-1.0.0.tar.gz 101425 BLAKE2B 
a515c8ca700d166b9c11d2fa8d80634d7ba5581716888fc52db02292cdafbbf8e3b914a4e724b3e61464f83a8c921c9f380d6198ea264bce2dfb5991ea9f1cd7
 SHA512 
90ee0cbb02e563ac047d7acf7d1e17f4f0797d10d472b1dbc08345c130d79eda8e0aca7ec5b3a5dd7f839f0001ca24b189df118ccb2632ecbeba894b16df5e07

diff --git 
a/dev-python/Frozen-Flask/files/Frozen-Flask-1.0.0-test-install.patch 
b/dev-python/Frozen-Flask/files/Frozen-Flask-1.0.0-test-install.patch
new file mode 100644
index ..3e7dd97c6450
--- /dev/null
+++ b/dev-python/Frozen-Flask/files/Frozen-Flask-1.0.0-test-install.patch
@@ -0,0 +1,26 @@
+From d3ef9a7315c1742b1d86c32444f5f07e50fa5fbf Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Fri, 10 Nov 2023 21:15:46 +0100
+Subject: [PATCH] Fix `pyproject.toml` not to install tests as top-level
+ package
+
+Fix the `pyproject.toml` configuration not to install e.g.:
+
+/usr/lib/python3.11/site-packages/tests
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index aa8b90a..2fdfefc 100644
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -52,7 +52,7 @@ path = 'flask_frozen/__init__.py'
+ exclude = ['.*']
+ 
+ [tool.hatch.build.targets.wheel]
+-exclude = ['docs']
++exclude = ['docs', 'tests']
+ 
+ [tool.hatch.envs.doc]
+ features = ['doc']



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

2023-11-11 Thread Michał Górny
commit: e55a99e94dff775cf61f7036fc5c439bf8bb10f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55a99e9

sys-devel/llvm-common: Remove old

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

 sys-devel/llvm-common/Manifest |  5 --
 sys-devel/llvm-common/llvm-common-17.0.3.ebuild| 54 --
 .../llvm-common-18.0.0_pre20231013.ebuild  | 53 -
 .../llvm-common-18.0.0_pre20231019.ebuild  | 53 -
 .../llvm-common-18.0.0_pre20231025.ebuild  | 53 -
 5 files changed, 218 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 8a547e85b6d5..db6bc21c0cb1 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -4,11 +4,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-devel/llvm-common/llvm-common-17.0.3.ebuild 
b/sys-devel/llvm-common/llvm-common-17.0.3.ebuild
deleted file mode 100644
index b90c15d2e3e5..
--- a/sys-devel/llvm-common/llvm-common-17.0.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-#

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

2023-11-11 Thread Michał Górny
commit: 1c17064434c934f481f4ab4fc50c2d9dbac225e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:23:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c170644

sys-devel/llvm: Remove old

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

 sys-devel/llvm/Manifest   |   5 -
 sys-devel/llvm/llvm-17.0.3.ebuild | 540 --
 sys-devel/llvm/llvm-18.0.0_pre20231013.ebuild | 538 -
 sys-devel/llvm/llvm-18.0.0_pre20231019.ebuild | 538 -
 sys-devel/llvm/llvm-18.0.0_pre20231025.ebuild | 535 -
 5 files changed, 2156 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index 8518b898932c..6571461e650b 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -11,11 +11,6 @@ DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
 DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d
 SHA512 
89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
-DIST llvm-project-17.0.3.src.tar.xz 127843636 BLAKE2B 
5331d9b545faab282a4caec9ee688d0f1e0615a56a26aa24d8f6fbbae10258e132d94634dab2f7bd69ada06bb28dc899730b9cd774a1086d7c03d5706de6d997
 SHA512 
44f37dea494a66a83c252e28d7d0517c3b2eed5b196565432dc663c7914bd66d665c8d13479e2776a14cac1905faf6972f986176722c053b58528570a6e68316
-DIST llvm-project-17.0.3.src.tar.xz.sig 438 BLAKE2B 
045e7ca82c8d9b3f182e4fa331ec841b24777ac1888f10de435a389ae3a88172e0559a3fca0c2d37cc874464411ae50d7bc0d0829455149a8de8b953ef6c98c7
 SHA512 
95f9e6729074cfd71b0ffb21e423cd0fd87763268c24e0513f7afd6a85d08061658c44c03ea3ea3b6e3cc7051676d44c41a791e6905c8abb456d48a3762fc152
 DIST llvm-project-17.0.4.src.tar.xz 127828636 BLAKE2B 
bd91ef7f07e085b935500b056f75ab792d13e7f33825df36e85e7988f313a4f3fbb1b4c854615a5e437a97ad552838eb1be5098194f281ba1279330156dd6a38
 SHA512 
6703eede8013e7e5733fbd7b527757166d5698f52e239522fb320717430c88696309038501d22fe384b016b330bd92126a2c0ba88b0258c3f092801e3800b7a3
 DIST llvm-project-17.0.4.src.tar.xz.sig 438 BLAKE2B 
e417c14d0af8c2f13eccec7a42d0e4d5a6a834d7a3d31061b9f56f7e880cd982c2b1e84322bcf8f6a3d3167519c31f16c7acb8fc725ab5b453f467a196ca2688
 SHA512 
4e79bb1d2b41289c092d4ec2759d7cfd4f12df8d107f9510aa9e2354691e7f878e3929b2b50e29fd6c65bd5a3aa13baf6b791847c1cd99817adbf59700cf2bdd
-DIST llvm-project-5d35273a32d239b7407338e13ed71b59174d6536.tar.gz 198787569 
BLAKE2B 
7f4f1eb490028e18826a6ebade649a682e433252ceab1f3dcd9e50c34f24e7ef108c3325ec209a4d4fa1ded8e09ebda4980cb9d8ddce8a0d517923d6c38b8f4a
 SHA512 
4d263561fb12cc07a5e8f7ed2f8f22a3645aa959cf963a6a735a9bb93cfc2a51bf7e4d36b54e8425725029cfcfd868dfcc53af95d26d84be72be124d8c564271
 DIST llvm-project-83888a5404d46667647fe36d6fa510d075ed57ea.tar.gz 200867834 
BLAKE2B 
20f5afa071089852abfdcc316e5db77681afe0fdb189a515d7724a0abaf1c545f37ba4b946414c7b8afca62636107bd4e1c7c99d8ba6a514bb413b13f5f634b0
 SHA512 
4cd7680a227388382076d5735a97a379546f5bdde33272a5a3d317d98c2847e34917dd38a3cfb3f1f677f6d9a9b2163b29f89dd9c4b92506f5be34a3072e0509
-DIST llvm-project-a7700985577694d6cc2498833f27b4fb5eeaf252.tar.gz 199221825 
BLAKE2B 
047ab7c0e80e1dbbe61ebd9aaae1715a33b5cb50beec6da2cc19bec9a16777b82c157e74f88b0678d843b200f292d696a964211a8e532f128491dc39a6e4
 SHA512 
b747210d53402ae01238fa82195fa5c1c8d1c832d976bcc996ef657ac54dacb2fb19521c6f080151e6b1af8a49ddfe58979afaa00b3f1f72dc664ac79b99a8bb
-DIST llvm-project-e6e90840708099425b7b69dd053634ff25d4907f.tar.gz 199022115 
BLAKE2B 
442aff8f561f7c5834a36b7eb217fd2b984e58af9cbcf3e6495305f386a7651e73345bbe65133af4bffaf8cb209cfb9a94fb28756ffe8f7d28ec253ccb78
 SHA512 
fa9c180f36f4c782208ae7baff1683ee466c70f7d021b21b9cb8a8fd0f2005c0b47889d8bb37f5fb984f6b2ec26c74df60490c7b51ac3d080830e6844e33e300

diff --git a/sys-devel/llvm/llvm-17.0.3.ebuild 
b/sys-devel/llvm/llvm-17.0.3.ebuild
deleted file mode 100644
index a7a24bb390c2..
--- a/sys-devel/llvm/llvm-17.0.3.ebuild
+++ /dev/null
@@ -1,540 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU 

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

2023-11-11 Thread Michał Górny
commit: 7da0b3daec86f6c86b0fd1c668f2cb8e6d149d16
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 09:14:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 10:36:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da0b3da

dev-python/mypy: Bump to 1.7.0

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

 dev-python/mypy/Manifest  |   1 +
 dev-python/mypy/mypy-1.7.0.ebuild | 104 ++
 2 files changed, 105 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 42c1c66461e9..5554f951f9a0 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,3 +1,4 @@
 DIST mypy-1.5.1.gh.tar.gz 2901212 BLAKE2B 
b136cf061162bc50a48f1556763d7a1258b5a29b63a77db9190f89c56d3e85375a2b0e826d75472a0dc37df4d3391f2d85bb5f1f29c2907055a978e3c8d75906
 SHA512 
2c81322c0e7d9621e6d189f4d9d25d77c5fd6decbb563c8d0015e0f94ff1ff8206e5b7a38884edd3eedb99e839c03283ebfa7d86577c9f8e0d707c0cc4eb8fed
 DIST mypy-1.6.0.gh.tar.gz 2923757 BLAKE2B 
15e0fe124b7024a3e89a8c32c13404f33bc56a3ff29375d006bfcaf9de359ea59025ba07e3726c7a4b402f4b7aca1256859585e1500891fb1e5f996b19dd499a
 SHA512 
245324a5ec8a98e18c31159c5cb907ce1b60323428942b9fd60909a3b117ae46eeb97792fb1f30562fa411edb6c9e903f87b5b232a4be1242abe28d88406f7c4
 DIST mypy-1.6.1.gh.tar.gz 2923973 BLAKE2B 
1abaaab0c4ca4daa4914d69196312e371d030b6f81616da66102c5fcf6ad55ed2a6a9d56f9a55d2b6ebeb055b40947ab042e7b8744960185f5343dd9f05f9f4f
 SHA512 
eac6b17dd418146c365a446e34c2cb403692a6ffa08b06a94c54accfbcedd441284c95894ef9f9b83e48df81edc35893b17163f6dba9f81fe7e9a8527401968b
+DIST mypy-1.7.0.gh.tar.gz 3001996 BLAKE2B 
af29475dc4a24d75700144b8b2643de65d88d50d561ba6bdb0d64941dc19a2943829ee93f25ece679d213833bf7a68814c5aa83ec13eac3f22074356b1c47e1c
 SHA512 
e8ba6b0897327e8a0718a0c46ed16ce81bf677e3084ca00ea0762215d79a2b52fe84329121cff257b575d13288621b98c550b9915bd1afcfa3c13d43a2087b23

diff --git a/dev-python/mypy/mypy-1.7.0.ebuild 
b/dev-python/mypy/mypy-1.7.0.ebuild
new file mode 100644
index ..49d077bf8578
--- /dev/null
+++ b/dev-python/mypy/mypy-1.7.0.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="
+   https://www.mypy-lang.org/
+   https://github.com/python/mypy/
+   https://pypi.org/project/mypy/
+"
+SRC_URI="
+   https://github.com/python/mypy/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+# stubgen collides with this package: https://bugs.gentoo.org/585594
+RDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-4[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-1.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   native-extensions? (
+   dev-python/types-psutil[${PYTHON_USEDEP}]
+   dev-python/types-setuptools[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/attrs-18.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.9.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+# frustratingly, mypyc produces non-deterministic output. If ccache is enabled 
it will be a waste of time,
+# but simultaneously it might trash your system and fill up the cache with a 
giant wave of non-reproducible
+# test files (https://github.com/mypyc/mypyc/issues/1014)
+export CCACHE_DISABLE=1
+
+src_compile() {
+   local -x MYPY_USE_MYPYC=$(usex native-extensions 1 0)
+   distutils-r1_src_compile
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # the majority of them require Internet (via pip)
+   mypy/test/testpep561.py
+   # known broken with assertions enabled
+   # https://github.com/python/mypy/issues/16043
+   
mypyc/test/test_run.py::TestRun::run-i64.test::testI64GlueMethodsAndInheritance
+   mypyc/test/test_run.py::TestRun::run-floats.test::testFloatOps
+   # these assume that types-docutils are not installed
+   
mypy/test/testpythoneval.py::PythonEvaluationSuite::pythoneval.test::testIgnoreImportIfNoPython3StubAvailable
+   
mypy/test/testpythoneval.py::PythonEvaluationSuite::pythoneval.test::testNoPython3StubAvailable
+   )
+   if [[ ${EPYTHON} == python3.12 ]]; then
+   EPYTEST_DESELECT+=(
+   

[gentoo-commits] proj/qt: Branch deleted: qt6-todo

2023-11-11 Thread Jimi Huotari
commit: 
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Nov 11 10:37:17 2023 +

Branch deleted: qt6-todo




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

2023-11-11 Thread Hans de Graaff
commit: ccd9883d0c68a80508ff911687edac4a09c6da52
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 11 10:40:39 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 11 10:42:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd9883d

media-gfx/fig2dev: build transfig binary

Closes: https://bugs.gentoo.org/917003
Signed-off-by: Hans de Graaff  gentoo.org>

 .../{fig2dev-3.2.9.ebuild => fig2dev-3.2.9-r1.ebuild}  | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/media-gfx/fig2dev/fig2dev-3.2.9.ebuild 
b/media-gfx/fig2dev/fig2dev-3.2.9-r1.ebuild
similarity index 89%
rename from media-gfx/fig2dev/fig2dev-3.2.9.ebuild
rename to media-gfx/fig2dev/fig2dev-3.2.9-r1.ebuild
index 5ac367a0ae18..47b9274d2c5f 100644
--- a/media-gfx/fig2dev/fig2dev-3.2.9.ebuild
+++ b/media-gfx/fig2dev/fig2dev-3.2.9-r1.ebuild
@@ -51,22 +51,10 @@ sed_Imakefile() {
done
 }
 
-src_prepare() {
-   default
-
-   # find . -type f -exec chmod a-x '{}' \; || die
-   # find . -name Makefile -delete || die
-
-   # sed -e 's:-L$(ZLIBDIR) -lz::' \
-   #   -e 's: -lX11::' \
-   #   -i fig2dev/Imakefile || die
-   # sed_Imakefile fig2dev/Imakefile fig2dev/dev/Imakefile
-}
-
 src_configure() {
# export IMAKECPP=${IMAKECPP:-${CHOST}-gcc -E}
# CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" xmkmf || die
-   econf
+   econf --enable-transfig
 }
 
 src_compile() {



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

2023-11-11 Thread Yixun Lan
commit: 74b75ea00ddd2d2730e47c389b812c032ad73367
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 11 11:15:43 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 11:15:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b75ea0

dev-libs/libliftoff: Keyword 0.4.1 riscv, #917166

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-libs/libliftoff/libliftoff-0.4.1.ebuild 
b/dev-libs/libliftoff/libliftoff-0.4.1.ebuild
index 7fcbf7f6a604..5c648a5b68c9 100644
--- a/dev-libs/libliftoff/libliftoff-0.4.1.ebuild
+++ b/dev-libs/libliftoff/libliftoff-0.4.1.ebuild
@@ -8,7 +8,7 @@ inherit meson
 DESCRIPTION="Lightweight KMS plane library"
 HOMEPAGE="https://gitlab.freedesktop.org/emersion/libliftoff";
 
SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/v${PV}/downloads/${P}.tar.gz";
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 LICENSE="MIT"
 SLOT="0"
 



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

2023-11-11 Thread Yixun Lan
commit: 0e07d2c6896cf4bcab441cad411ef6d6aee5a7af
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 11 11:15:39 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 11:15:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e07d2c6

dev-libs/hyprland-protocols: Keyword 0.2 riscv, #917166

Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild 
b/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
index d042b8fb75ba..4a7c4dff7c1d 100644
--- a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
+++ b/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/hyprwm/hyprland-protocols";
 SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 LICENSE="BSD"
 SLOT="0"
 



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

2023-11-11 Thread Yixun Lan
commit: 895f988fe097abe510269e40f0f84af29a596662
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 11 11:15:47 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 11:15:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895f988f

media-libs/libdisplay-info: Keyword 0.1.1 riscv, #917166

Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild 
b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild
index f39215738233..f49998983002 100644
--- a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild
+++ b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild
@@ -10,7 +10,7 @@ inherit meson python-any-r1
 DESCRIPTION="Simple framework for writing Vulkan layers"
 HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info";
 
SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz";
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"



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

2023-11-11 Thread Yixun Lan
commit: e6e052a15947fb6e25688280bc9e1a3b2b9aebad
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 11 11:15:50 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 11:15:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e052a1

sys-apps/edid-decode: Keyword 0_pre20230131 riscv, #917166

Signed-off-by: Yixun Lan  gentoo.org>

 sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild 
b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild
index 9d58c76f4f29..9eb2606f295e 100644
--- a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild
+++ b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://git.linuxtv.org/edid-decode.git/";
 SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.gz";
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE="examples"



[gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/

2023-11-11 Thread Yixun Lan
commit: 304b9680b4cd1010ee4d77bec89e94cb45909c9b
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 11 11:15:36 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 11:15:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304b9680

gui-wm/hyprland: Keyword 0.32.0 riscv, #917166

Signed-off-by: Yixun Lan  gentoo.org>

 gui-wm/hyprland/hyprland-0.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/hyprland/hyprland-0.32.0.ebuild 
b/gui-wm/hyprland/hyprland-0.32.0.ebuild
index 6c6c9f375c42..c77204ea1933 100644
--- a/gui-wm/hyprland/hyprland-0.32.0.ebuild
+++ b/gui-wm/hyprland/hyprland-0.32.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/hyprwm/Hyprland";
 
SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-source"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 LICENSE="BSD"
 SLOT="0"
 IUSE="X legacy-renderer systemd video_cards_nvidia"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wofi/

2023-11-11 Thread Yixun Lan
commit: 89e4f420ab8bcf3f4b1fb202f4d16038b7cd6809
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 11 11:25:29 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 11:25:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e4f420

gui-apps/wofi: keyword 1.3 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 gui-apps/wofi/wofi-1.3.ebuild  | 2 +-
 gui-apps/wofi/wofi-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gui-apps/wofi/wofi-1.3.ebuild b/gui-apps/wofi/wofi-1.3.ebuild
index 97cbddbbb0a1..2ff47e2fe52e 100644
--- a/gui-apps/wofi/wofi-1.3.ebuild
+++ b/gui-apps/wofi/wofi-1.3.ebuild
@@ -11,7 +11,7 @@ if [[ "${PV}" ==  ]]; then
 else
SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 ~riscv"
 fi
 
 DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"

diff --git a/gui-apps/wofi/wofi-.ebuild b/gui-apps/wofi/wofi-.ebuild
index 70187e690c67..c055b2105a98 100644
--- a/gui-apps/wofi/wofi-.ebuild
+++ b/gui-apps/wofi/wofi-.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
@@ -11,7 +11,7 @@ if [[ "${PV}" ==  ]]; then
 else
SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~riscv"
 fi
 
 DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland 
compositors like sway"



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

2023-11-11 Thread Yixun Lan
commit: 1bcb9c19665ea8190c156f501a2ffb177841918f
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 11 11:38:35 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 11:38:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcb9c19

x11-misc/zim: keyword 0.75.2 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 x11-misc/zim/zim-0.75.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/zim/zim-0.75.2.ebuild b/x11-misc/zim/zim-0.75.2.ebuild
index c5d76bac3fa8..4bf60e8ee7cd 100644
--- a/x11-misc/zim/zim-0.75.2.ebuild
+++ b/x11-misc/zim/zim-0.75.2.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_
 
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-11-11 Thread Kurt Kanzenbach
commit: be95a2a2ed51449485c571284a6c9257433f5c2a
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Nov 11 12:05:57 2023 +
Commit: Kurt Kanzenbach  kmk-computers  de>
CommitDate: Sat Nov 11 12:08:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be95a2a2

net-libs/yder: Correct dependency

Yder depends on orcania instead on itself.

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

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

diff --git a/net-libs/yder/yder-1.4.20.ebuild b/net-libs/yder/yder-1.4.20.ebuild
index 62576e118b..453c630775 100644
--- a/net-libs/yder/yder-1.4.20.ebuild
+++ b/net-libs/yder/yder-1.4.20.ebuild
@@ -20,7 +20,7 @@ BDEPEND="
app-doc/doxygen
media-gfx/graphviz
)
-   net-libs/yder
+   net-libs/orcania
systemd? (
sys-apps/systemd
)



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

2023-11-11 Thread Miroslav Šulc
commit: d133e634fc7980a85990a10c25473f693235921d
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Nov 11 12:12:23 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Nov 11 12:12:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d133e634

media-sound/qtractor: bump to 0.9.36

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qtractor/Manifest   |   1 +
 media-sound/qtractor/qtractor-0.9.36.ebuild | 109 
 2 files changed, 110 insertions(+)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 9ca5a68ea6a4..61c03140a9b8 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1 +1,2 @@
 DIST qtractor-0.9.35.tar.gz 2548418 BLAKE2B 
86ee849dac7dfd2cf071b7477356171736ff23df9bdc431334221f415e01bfac2887869b2bcb29c401f00cf6b85651709646c6e6034d8365f172854c71ca60ea
 SHA512 
8e99a86afb5f1063cc8df8cb38210ca25c271d54e1cbc21daf288072aa48f67da25ffc4b2e953f27975ee9817fb28e64d9d957755aafe246ef7b1b03c958da0f
+DIST qtractor-0.9.36.tar.gz 2573045 BLAKE2B 
f9c8999a22522706dc6ed4ce00522d335c107f307e13552c6a55004665ec148100830887742598e0ddf7f5787a543127b1b1918636472ea7bb31d278ee32b7af
 SHA512 
62539076d304a3832c0795d8685e370cc4d405326c71218bdde4d550369f6970eac86718642d80bdb78282e5e6afef2646e99054df432cff34d0bd938e825dfb

diff --git a/media-sound/qtractor/qtractor-0.9.36.ebuild 
b/media-sound/qtractor/qtractor-0.9.36.ebuild
new file mode 100644
index ..a3dd1301de67
--- /dev/null
+++ b/media-sound/qtractor/qtractor-0.9.36.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
+HOMEPAGE="https://qtractor.sourceforge.io";
+SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="aubio cpu_flags_x86_sse debug dssi ladspa libsamplerate mad osc 
rubberband vorbis zlib"
+REQUIRED_USE="dssi? ( ladspa )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtx11extras:5
+   media-libs/alsa-lib
+   media-libs/libsndfile
+   media-libs/lilv
+   media-libs/lv2
+   media-libs/suil
+   virtual/jack
+   x11-libs/libxcb:=
+   aubio? ( media-libs/aubio:= )
+   dssi? ( media-libs/dssi )
+   ladspa? ( media-libs/ladspa-sdk )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   osc? ( media-libs/liblo )
+   rubberband? ( media-libs/rubberband )
+   vorbis? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+   zlib? ( sys-libs/zlib )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_DSSI=$(usex dssi 1 0)
+   -DCONFIG_GRADIENT=1
+   -DCONFIG_JACK_LATENCY=1
+   -DCONFIG_JACK_METADATA=1
+   -DCONFIG_JACK_SESSION=1
+   -DCONFIG_LADSPA=$(usex ladspa 1 0)
+   -DCONFIG_LIBAUBIO=$(usex aubio 1 0)
+   -DCONFIG_LIBLILV=1
+   -DCONFIG_LIBLO=$(usex osc 1 0)
+   -DCONFIG_LIBMAD=$(usex mad 1 0)
+   -DCONFIG_LIBRUBBERBAND=$(usex rubberband 1 0)
+   -DCONFIG_LIBSAMPLERATE=$(usex libsamplerate 1 0)
+   -DCONFIG_LIBVORBIS=$(usex vorbis 1 0)
+   -DCONFIG_LIBZ=$(usex zlib 1 0)
+   -DCONFIG_LV2=1
+   -DCONFIG_LV2_UI_GTK2=0
+   -DCONFIG_NSM=0
+   -DCONFIG_QT6=0
+   -DCONFIG_SSE=$(usex cpu_flags_x86_sse 1 0)
+   -DCONFIG_STACKTRACE=$(usex debug 1 0)
+   -DCONFIG_VESTIGE=1
+   -DCONFIG_VST2=1
+   -DCONFIG_VST3=0
+   -DCONFIG_XUNIQUE=0
+   )
+   # Following options are left to the default
+   # CONFIG_LV2_ATOM
+   # CONFIG_LV2_BUF_SIZE
+   # CONFIG_LV2_CVPORT
+   # CONFIG_LV2_EVENT
+   # CONFIG_LV2_EXTERNAL_UI
+   # CONFIG_LV2_MIDNAM
+   # CONFIG_LV2_OPTIONS
+   # CONFIG_LV2_PARAMETERS
+   # CONFIG_LV2_PATCH
+   # CONFIG_LV2_PORT_EVENT
+   # CONFIG_LV2_PRESETS
+   # CONFIG_LV2_PROGRAMS
+   # CONFIG_LV2_STATE
+   # CONFIG_LV2_STATE_FILES
+   # CONFIG_LV2_STATE_MAKE_PATH
+   # CONFIG_LV2_TIME
+   # CONFIG_LV2_TIME_POSITION
+   # CONFIG_LV2_UI
+   # CONFIG_LV2_UI_IDLE
+   # CONFIG_LV2_UI_REQ_VALUE
+   # CONFIG_LV2_UI_SHOW
+   # CONFIG_LV2_UI_TOUCH
+   # CONFIG_LV2_WORKER
+   # CONFIG_LV2_UI_X11
+   cmake_src_configure
+}



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

2023-11-11 Thread Yixun Lan
commit: cc06acf6af6966565992c137bc843bcff54da812
Author: Oskari Pirhonen  gmail  com>
AuthorDate: Tue Nov  7 04:37:17 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 11 12:26:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc06acf6

app-text/wgetpaste: add -q/--quiet

Closes: https://github.com/gentoo/gentoo/pull/33702
Signed-off-by: Oskari Pirhonen  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../files/wgetpaste-2.33-added-quiet-flag.patch| 61 ++
 ...ste-2.33-r3.ebuild => wgetpaste-2.33-r4.ebuild} |  1 +
 2 files changed, 62 insertions(+)

diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch 
b/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch
new file mode 100644
index ..f8bac315d2f2
--- /dev/null
+++ b/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch
@@ -0,0 +1,61 @@
+From 75e68f79adaae7f50920e84a748b7ebb4a3a8a1d Mon Sep 17 00:00:00 2001
+From: Richard-Rogalski 
+Date: Mon, 6 Nov 2023 14:00:02 -0600
+Subject: [PATCH] Added --quiet flag
+
+Signed-off-by: Richard Rogalski 
+Closes: #19
+---
+See also: https://github.com/zlin/wgetpaste/pull/51
+- Oskari
+
+ _wgetpaste | 1 +
+ wgetpaste  | 6 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/_wgetpaste b/_wgetpaste
+index c4703e5..63696ad 100644
+--- a/_wgetpaste
 b/_wgetpaste
+@@ -50,6 +50,7 @@ _arguments -s : \
+   '(--xclippaste -C)'{--xclippaste,-C}'[write resulting url to the X 
clipboard selection buffer]' \
+   '(--raw -r)'{--raw,-r}'[show url for the raw paste]' \
+   '(--tee -t)'{--tee,-t}'[use tee to show what is being pasted]' \
++  '(--quiet -q)'{--quiet,-q}'[show the url only]' \
+   '(--verbose -v)'{--verbose,-v}'[show wget stderr output if no url is 
received]' \
+   '--debug[be very verbose]' \
+   '(--help -h)'{--help,-h}'[show help and exit]' \
+diff --git a/wgetpaste b/wgetpaste
+index fc0b559..d016515 100755
+--- a/wgetpaste
 b/wgetpaste
+@@ -559,6 +559,7 @@ Options:
+ 
+ -r, --raw show url for the raw paste (no syntax 
highlighting or html)
+ -t, --tee use tee to show what is being pasted
++-q, --quiet   show the url only
+ -v, --verbose show wget stderr output if no url is 
received
+ --completions emit output suitable for shell completions 
(only affects --list-*)
+ --debug   be *very* verbose (implies -v)
+@@ -657,7 +658,7 @@ showexpirations() {
+ }
+ 
+ showurl() {
+-  echo -n "Your ${2}paste can be seen here: " >&2
++  [[ $QUIET ]] || echo -n "Your ${2}paste can be seen here: " >&2
+   echo "$1"
+   [[ $XPASTE ]] && x_paste "$1" primary
+   [[ $XCLIPPASTE ]] && x_paste "$1" clipboard
+@@ -809,6 +810,9 @@ while [[ -n $1 ]]; do
+   -N | --no-ansi )
+   NOANSI=0
+   ;;
++  -q | --quiet)
++  QUIET=0
++  ;;
+   -r | --raw )
+   RAW=0
+   ;;
+-- 
+2.41.0
+

diff --git a/app-text/wgetpaste/wgetpaste-2.33-r3.ebuild 
b/app-text/wgetpaste/wgetpaste-2.33-r4.ebuild
similarity index 96%
rename from app-text/wgetpaste/wgetpaste-2.33-r3.ebuild
rename to app-text/wgetpaste/wgetpaste-2.33-r4.ebuild
index 89f63061351c..4a7f3ee27a86 100644
--- a/app-text/wgetpaste/wgetpaste-2.33-r3.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.33-r4.ebuild
@@ -23,6 +23,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.33-tests.patch
"${FILESDIR}"/${PN}-2.33-disable-sprunge.patch
"${FILESDIR}"/${PN}-2.33-add-paste-gentoo-zip.patch
+   "${FILESDIR}"/${PN}-2.33-added-quiet-flag.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/

2023-11-11 Thread Pascal Jäger
commit: 10b21fd2c58dfa304765ed57aa7c9c3e1475a283
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sat Nov 11 12:27:23 2023 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Sat Nov 11 12:27:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10b21fd2

gui-apps/nwg-panel: add 0.9.17

Signed-off-by: Pascal Jäger  leimstift.de>

 gui-apps/nwg-panel/Manifest|  1 +
 gui-apps/nwg-panel/nwg-panel-0.9.17.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index d29baaf293..aa6f6265f3 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-panel-0.9.11.tar.gz 217960 BLAKE2B 
e980507c628a52839e4b582146c13648ed284e8947dca7391570dbe6d6c2e924d550993d37661a601930010f2df3247205324f6d298112a29b7cb799ff7addd8
 SHA512 
7a16fdb3259b1c41768ad7c5a29752743334c69669664803d6995000388ed43e064c379b0a8fe8433ad52e828dd63575e700a7c74a7a2654d20bfea12fde4bfc
 DIST nwg-panel-0.9.14.tar.gz 220515 BLAKE2B 
e2c7bcecd106ed5b02e32ad1e09f48ccfacdb46361db429018b5912e235dbbfd26914f633396e505c26889522b5efd2844c780ded6134ec0c5de65d27fadf18f
 SHA512 
25ae81f11a69cb699181cb12fbb3370c1e182dd09974a2e4c8a52555120b33fb45ec6649ff7a17c0ba33d987ed3fa97c2ec02b2d18aa565eaf4a5fb48c0c6f89
 DIST nwg-panel-0.9.16.tar.gz 220789 BLAKE2B 
2ceb53af889571fde5f75e84c1bd6e4120d7abeba1894f1d38b1f8e6f538f78e7d816b26d5bd42284589976ee0cc085ba80c2c17cde9a0ddab685c67c19af3d5
 SHA512 
63d978977b69d846565e287ab96a0f31981406c7f87cd2ba709a3bb31d89ca1f85b5b2967f016be7d3dde6acae227468bc2db88159659a57dd0566de64c0
+DIST nwg-panel-0.9.17.tar.gz 220794 BLAKE2B 
ff8d7ec92cd88f70db052c34268b31fe9542fec21184aac33175c0f58f3167e1d16051e3c3c8d1c310ceb531e7600b83fabf8b7720cd5713425793031d553dc3
 SHA512 
8a1728a4e3aa2dfab3c4f190aad95bf5dd5b9a2c9bb8be2c25e8ee6cb994243cd910fae77d761077946e45282154c4cce00c9fb13b93c646542ade5310e12cda

diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.17.ebuild 
b/gui-apps/nwg-panel/nwg-panel-0.9.17.ebuild
new file mode 100644
index 00..4397671dd7
--- /dev/null
+++ b/gui-apps/nwg-panel/nwg-panel-0.9.17.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 systemd xdg-utils
+
+if [[ "${PV}" ==  ]]
+then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-panel.git";
+else
+   SRC_URI="https://github.com/nwg-piotr/nwg-panel/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-panel";
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/i3ipc[${PYTHON_USEDEP}]
+   dev-python/dasbus[${PYTHON_USEDEP}]
+   gui-apps/nwg-icon-picker
+   media-sound/playerctl
+   gui-libs/gtk-layer-shell
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu nwg-panel-config.desktop
+   domenu nwg-processes.desktop
+   doicon nwg-panel.svg
+   doicon nwg-processes.svg
+   doicon nwg-shell.svg
+   systemd_dounit nwg-panel.service
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/

2023-11-11 Thread Akinori Hattori
commit: 91d90d65856325cfcbb9bbee0666bf3d2c7d
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Nov 11 12:32:57 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Nov 11 12:32:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d90d65

app-i18n/ibus-table: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-table/Manifest |  1 +
 app-i18n/ibus-table/ibus-table-1.17.4.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index 167677cd03bf..8afc6f6a01e6 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-1.17.3.tar.gz 1545954 BLAKE2B 
67d21a606f312e9e0e686faec73031619e2075647f4fff73b3ffbe560574d9fc3c7f36a0bb41924f31da9b0a49eab274e4b0a463a38026f829155fad4ba839e3
 SHA512 
1945b902391d4863b0efadc088d275bc3003d63b1c15af939d2991506d4bc1f93166881eb16c0c77c2caf2867ef56144f04aa0e05892c5a3c78be4696b30ae72
+DIST ibus-table-1.17.4.tar.gz 1559267 BLAKE2B 
c3c48dcebc345e658a2e6a10b13f1a0312c2e906de0bd78ee0fcbe97379663b21c6f0dbe45d029343faea340f2d031937c6f41c2a113009b60e75d108b884244
 SHA512 
fde595635cf50e40657b394f61173360cd9f67aa212459f14d96e08805deb164931564201653a85a2973b2e6429bd2683af96974c7cee5dae3067833efd3

diff --git a/app-i18n/ibus-table/ibus-table-1.17.4.ebuild 
b/app-i18n/ibus-table/ibus-table-1.17.4.ebuild
new file mode 100644
index ..fa1d06003138
--- /dev/null
+++ b/app-i18n/ibus-table/ibus-table-1.17.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Tables engines for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki";
+SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   virtual/libiconv
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   python_fix_shebang .
+
+   default
+}
+
+src_configure() {
+   econf $(use_enable nls)
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/

2023-11-11 Thread Akinori Hattori
commit: 7502e4c9bbfca3d435ae45d900efa56ea0b9a6a5
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Nov 11 12:35:07 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Nov 11 12:35:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7502e4c9

app-i18n/ibus-m17n: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-m17n/Manifest|  1 +
 app-i18n/ibus-m17n/ibus-m17n-1.4.24.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest
index d8c0ba01333c..a994faa647e7 100644
--- a/app-i18n/ibus-m17n/Manifest
+++ b/app-i18n/ibus-m17n/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-m17n-1.4.22.tar.gz 643254 BLAKE2B 
22c75abb73dc5ad8d055c8e71af26b79dc59866f538a845d9c61364481fafbc3454685a7904b47074e20aad2ca575766935532269ec777d6bf81c0c9e28cecf5
 SHA512 
064bc1af9d7dc4cfd9fcd236769003fcbcfc63e8e68869dbdec50e7834c834218995feef45fae97e93fe68e8735636c2090e2b1b34f738d9c06e4098e7da6015
 DIST ibus-m17n-1.4.23.tar.gz 644639 BLAKE2B 
ec7c5516b7f9bd1128b82ac706f16ad4cc0558e6805e69ad9b59e117faf56f17144a1422826a41400f97a4c089808d5ee47171af899c0088693e6658d08dbfa0
 SHA512 
813653cd52d8d532f6125288a56cd0d655e9216a7631218bd1a13e1ba51f161ca151e88c89adda16729e58fdd08b88d87848eb47e284f06d5b9f429127145bff
+DIST ibus-m17n-1.4.24.tar.gz 644495 BLAKE2B 
7939b0d9c710d0bd574aeedcd75e718f670d4679537a6115f5d3971f42e4e709cfe525a143218683770b2ad62918f3f670f5eb0476d2ba609d5e3dbfd472
 SHA512 
ec6a596e629a8214f1f7b33e4adf094c16884d51afe0e6f0624866d333888be911cdd1a5acd0f5fdeb27c061af89cebec507ec81458620e85000c0ad2cfeb191

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.24.ebuild 
b/app-i18n/ibus-m17n/ibus-m17n-1.4.24.ebuild
new file mode 100644
index ..88b4ee5735a9
--- /dev/null
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.4.24.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit gnome2-utils xdg
+
+DESCRIPTION="M17N engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki";
+SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk nls"
+
+DEPEND="app-i18n/ibus
+   dev-libs/m17n-lib
+   gtk? ( x11-libs/gtk+:3 )
+   nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+   >=dev-db/m17n-db-1.7"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with gtk gtk 3.0)
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2023-11-11 Thread Alfredo Tupone
commit: b38f4eb8d5464f99182d356e4941bea648ec5b3f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Nov 11 16:20:03 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Nov 11 16:21:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38f4eb8

sci-libs/onnx: add ONNX_USE_LITE_PROTO=ON

Closes: https://bugs.gentoo.org/915843
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-libs/onnx/onnx-1.14.0-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-libs/onnx/onnx-1.14.0-r2.ebuild 
b/sci-libs/onnx/onnx-1.14.0-r2.ebuild
index 7fcd28a9355b..f3f43c3fddd3 100644
--- a/sci-libs/onnx/onnx-1.14.0-r2.ebuild
+++ b/sci-libs/onnx/onnx-1.14.0-r2.ebuild
@@ -41,8 +41,9 @@ src_prepare() {
 }
 
 src_configure() {
-   local mycmakeargs=(
+   mycmakeargs=(
-DONNX_USE_PROTOBUF_SHARED_LIBS=ON
+   -DONNX_USE_LITE_PROTO=ON
)
cmake_src_configure
use python && distutils-r1_src_configure
@@ -50,7 +51,7 @@ src_configure() {
 
 src_compile() {
cmake_src_compile
-   use python && distutils-r1_src_compile
+   use python && CMAKE_ARGS="${mycmakeargs[@]}" distutils-r1_src_compile
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2023-11-11 Thread Cédric Krier
commit: 974890ebfaf0dd37966152468de026953b9023ff
Author: Cédric Krier  gentoo  org>
AuthorDate: Sat Nov 11 17:05:13 2023 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sat Nov 11 17:05:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974890eb

dev-vcs/mercurial: add 6.5.3, drop 6.5.1

Signed-off-by: Cédric Krier  gentoo.org>

 dev-vcs/mercurial/Manifest   | 2 +-
 dev-vcs/mercurial/{mercurial-6.5.1.ebuild => mercurial-6.5.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 41d088c3397f..9647fbe8c6d8 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -123,7 +123,7 @@ DIST memoffset-0.6.5.crate 7686 BLAKE2B 
9a797388702389076c426052c3d54dc62802d5db
 DIST mercurial-6.2.3.tar.gz 8058864 BLAKE2B 
72d710985298f17b2940b0a5cda896e8cadb881db0c9293c2c32ff3c2100dc2291fa314157b433eb05a5a25a442c0e0ae021a5abf7c477885a1e39201f5b0b0a
 SHA512 
0d82582e6d40ceabcc32419bf0423dd9f49b72b72c91a0f575181f92b355699a88f0426a192c46ca47f3105e47cb45dc3ac1a6499f4c83e01fa31e31c1ffdfbb
 DIST mercurial-6.3.2.tar.gz 8092710 BLAKE2B 
c64759736719af4a675abddd0f4d3578c815fc11a1644c52d7aaddfafb547faf018253d9a47e6ac869e7c1de91ca518b0106e77104e998deed9cbeadd6d3cee2
 SHA512 
5ca7e448bf336c2a2d4db174c4f486f66f41eef33db14f152abb09b8d82416124d251784cb5898499580083ca104113d0763e27baa9b77feb90ba2fd96d40be5
 DIST mercurial-6.4.4.tar.gz 8182450 BLAKE2B 
620d20c64830b6eebe153b786e4e656140760e05f369931173f88702651073bd285144dccfcc2455e1169278c8eb7c673a9051a128a8698f18f7eb2982fd36e5
 SHA512 
6b97eaa10d2367dc583160170e74535e2c863ccc02e3d5527467769ce0b2db78a5496a48bad0f812a1bff5a9afec7751eea88edcefb06d052b9632a16da08c0f
-DIST mercurial-6.5.1.tar.gz 8231803 BLAKE2B 
c5465c1cbd9f2686b06243610d826c2c778772282d3e93977f2525726b4350d89507f4a06055b8b282d115c6bba7c0f7f33608a8d82e4140eaf46752463c2e07
 SHA512 
344305e9b1690f062ffc3d3f9dd99e0e4a63cede749def49c1975aa0a293b8c46777692274f83002ce136800a3a692ce1a916c254aea6d93aa749b2a30141303
+DIST mercurial-6.5.3.tar.gz 8235306 BLAKE2B 
d48c467e2c791a7421741e7aaae223eabcfb0bea5123cf80886edb6ef5ddec411540bae49f085ff03a478d42e63ef4803fd32c8953470cadc2de0153b9372aad
 SHA512 
af90ec414fbf9da518ce0de5b855b5dd6e4141f838ab0da54a40f31aa00245d21f14f1352fe537744fb6ae5a3e4f2723076f4773fafac649b8483fefd002b510
 DIST micro-timer-0.4.0.crate 3513 BLAKE2B 
cc189b0db3d6fff554dec8548243894f70ea0445e095179bbe5b0d06dae4de6c09bcded31f00507d2f238523a3ef300e25054102d37cc4768aeef569ee7fc6a0
 SHA512 
33f1b5c65d9fb293fd86d52509687b7f9adb7af6bdcb3904f24740a9ad58ba9b30987d2a63fc19afcd6a55467f294ab098401f53bafafbd15c48b30d87232585
 DIST micro-timer-macros-0.4.0.crate 2929 BLAKE2B 
df30df7ca02b79c13d375b71efdedfe33feb836f52b7889ea842e6d98441434022554986a4cc69e995203ca5906ccc9676653015ac7e1015d55cfa62b7bba908
 SHA512 
e1f141a0d331078be270cb9ad623348c39e18d355b32822f5285f29e325f1cc5d07d8833c130f03a43783590ccc4076d950d96b10468999f4285bcb521e194d0
 DIST miniz_oxide-0.4.3.crate 50058 BLAKE2B 
bc7a152a984de061803c11255459ce3d8fa64dd5b38de9f2ed29213abc1922d68746ff523de3b99e0e95a8933ea75448a9fa1e14cbbe248549074cd5ce7b3c1d
 SHA512 
8c0e2b3a585a0986a61977d4459adb1a7c396ab53f4f688dcbeb2a09c60878b0423f54fd1879c190f5c64690a2473ed2a07d4162a650f6c39f402f6b27e863b7

diff --git a/dev-vcs/mercurial/mercurial-6.5.1.ebuild 
b/dev-vcs/mercurial/mercurial-6.5.3.ebuild
similarity index 100%
rename from dev-vcs/mercurial/mercurial-6.5.1.ebuild
rename to dev-vcs/mercurial/mercurial-6.5.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/

2023-11-11 Thread Cédric Krier
commit: 9ba56521f14a2a366af1c65455098b94a716809d
Author: Cédric Krier  gentoo  org>
AuthorDate: Sat Nov 11 17:10:03 2023 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sat Nov 11 17:10:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba56521

dev-vcs/hg-evolve: add 11.1.0, drop 11.0.2

Signed-off-by: Cédric Krier  gentoo.org>

 dev-vcs/hg-evolve/Manifest | 2 +-
 dev-vcs/hg-evolve/{hg-evolve-11.0.2.ebuild => hg-evolve-11.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/hg-evolve/Manifest b/dev-vcs/hg-evolve/Manifest
index 66d6bb7806cf..946eb2a68b07 100644
--- a/dev-vcs/hg-evolve/Manifest
+++ b/dev-vcs/hg-evolve/Manifest
@@ -1 +1 @@
-DIST hg-evolve-11.0.2.tar.gz 855352 BLAKE2B 
f20b4364261ea591ed0c7ff4ac80cec6d979a4553d3c29fd5a757ceeb5dff0aa8c92481b24f7b121a12636aacbae96f58da786cb249edfb9ce5052a4c7be25bd
 SHA512 
a47034dc93021c694dd5b47b684616c551d655be4643414a7ae8ae9ee733af6aa355010ab61a74d54b174c10848c87a1f5dd552499c80f8426ef40f0cff5a8cd
+DIST hg-evolve-11.1.0.tar.gz 858080 BLAKE2B 
9a30650a7854d732115896a28d64f6e95d9d2d7a022402a456aa59e83cd9ad97c4fb9692be0039c19b0233e9487bf419235819033750850a6c61fa173294d36f
 SHA512 
eb6ae86eacc97a98eb5de9d37ea04d3b2d560b0cad098314689156e01bb27f8001492299ab1ecba87c485919130d307696db3d3c4f0d0ac9b37aff6045c7

diff --git a/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild 
b/dev-vcs/hg-evolve/hg-evolve-11.1.0.ebuild
similarity index 100%
rename from dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild
rename to dev-vcs/hg-evolve/hg-evolve-11.1.0.ebuild



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

2023-11-11 Thread Cédric Krier
commit: 2427afb8c6789e5a5297c509036d009efab5b43e
Author: Cédric Krier  gentoo  org>
AuthorDate: Sat Nov 11 17:29:13 2023 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sat Nov 11 17:29:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2427afb8

dev-python/pipx: add 1.2.1, drop 1.2.0

Signed-off-by: Cédric Krier  gentoo.org>

 dev-python/pipx/Manifest | 2 +-
 dev-python/pipx/{pipx-1.2.0.ebuild => pipx-1.2.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pipx/Manifest b/dev-python/pipx/Manifest
index 2262bb04ec1c..d4056e247853 100644
--- a/dev-python/pipx/Manifest
+++ b/dev-python/pipx/Manifest
@@ -1 +1 @@
-DIST pipx-1.2.0.gh.tar.gz 405655 BLAKE2B 
04e796cde0609e6191a18bd835c4aa5faa1e149898a1507dd6ca46f956320f0b45df87c7be13a089510def9f8eb5e8b9a8e45630c186f52a8a39b7316d517e6a
 SHA512 
3563b986ecb80a57dab6a811f3c9d952f50647b530ceacdb4103bcc16f14b53602040b102830354c3b9a3518e095045a6e3bfd8fc5499cf25b6061d30b19cd6c
+DIST pipx-1.2.1.gh.tar.gz 405585 BLAKE2B 
ca24ffd9fe3657549d149aa6e24f85ef2d7ae0832f94605a0a52ecd255232c3bd1b553e61be805bd80c9d54586a4e6e9e156db17c5bb901e24069828f0716594
 SHA512 
93a0d67de9540584987be126d4e28a2628beefba99e15936369c948dc29fb7f11745413ef3f0ace5586b4456ed8554103bcd5079079bc0a34babc02823f7f9d3

diff --git a/dev-python/pipx/pipx-1.2.0.ebuild 
b/dev-python/pipx/pipx-1.2.1.ebuild
similarity index 100%
rename from dev-python/pipx/pipx-1.2.0.ebuild
rename to dev-python/pipx/pipx-1.2.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/files/

2023-11-11 Thread Ulrich Müller
commit: e746dfda4239b4b7c4b3f98076973ca872dd770d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Nov 11 17:46:46 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Nov 11 17:47:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e746dfda

app-emacs/gnuserv: Whitespace

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch 
b/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch
index faab53e6da1e..3d0e9f876292 100644
--- a/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch
+++ b/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch
@@ -43,16 +43,16 @@ need no advice for delete-frame.
 +
 +  (defun device-on-window-system-p (&optional device)
 +"Return non-nil if DEVICE is on a window system.
-+  This generally means that there is support for the mouse, the menubar,
-+  the toolbar, glyphs, etc."
++This generally means that there is support for the mouse, the menubar,
++the toolbar, glyphs, etc."
 +(and (cdr-safe (assq 'display (frame-parameters device))) t))
 +
 +  (defun delete-device (device &optional force)
 +"Delete DEVICE, permanently eliminating it from use.
-+  Normally, you cannot delete the last non-minibuffer-only frame (you must
-+  use `save-buffers-kill-emacs' or `kill-emacs').  However, if optional
-+  second argument FORCE is non-nil, you can delete the last frame. (This
-+  will automatically call `save-buffers-kill-emacs'.)"
++Normally, you cannot delete the last non-minibuffer-only frame (you must
++use `save-buffers-kill-emacs' or `kill-emacs').  However, if optional
++second argument FORCE is non-nil, you can delete the last frame. (This
++will automatically call `save-buffers-kill-emacs'.)"
 +(let ((frames (device-frame-list device)))
 +  (run-hook-with-args 'delete-device-hook device)
 +  (while frames



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

2023-11-11 Thread Sam James
commit: fef1b34e729eda6d02b43248a57a86bfdf54f9e5
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef1b34e

dev-python/aiohttp: Stabilize 3.8.6-r1 sparc, #917179

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

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

diff --git a/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild 
b/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild
index 44f98a5bbd9a..dd9abc01f68d 100644
--- a/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



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

2023-11-11 Thread Sam James
commit: d29226a58c578dfad1b72fb705e8a876e01d7b8a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29226a5

dev-python/cwcwidth: Stabilize 0.1.9 amd64, #917183

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

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

diff --git a/dev-python/cwcwidth/cwcwidth-0.1.9.ebuild 
b/dev-python/cwcwidth/cwcwidth-0.1.9.ebuild
index 5ced6fcb73d9..86f641d50b1e 100644
--- a/dev-python/cwcwidth/cwcwidth-0.1.9.ebuild
+++ b/dev-python/cwcwidth/cwcwidth-0.1.9.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]



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

2023-11-11 Thread Sam James
commit: 4221a4f45b0c7979e51339cc47517e069977bf31
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4221a4f4

dev-python/bleach: Stabilize 6.1.0 ALLARCHES, #917180

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

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

diff --git a/dev-python/bleach/bleach-6.1.0.ebuild 
b/dev-python/bleach/bleach-6.1.0.ebuild
index 7e7d3e8c4722..ea40acfc772e 100644
--- a/dev-python/bleach/bleach-6.1.0.ebuild
+++ b/dev-python/bleach/bleach-6.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-11-11 Thread Sam James
commit: ca55b61041d74c63acbdce7e42a762859120f35e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca55b610

dev-python/croniter: Stabilize 2.0.1 ALLARCHES, #917184

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

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

diff --git a/dev-python/croniter/croniter-2.0.1.ebuild 
b/dev-python/croniter/croniter-2.0.1.ebuild
index 00010b763290..25f45bfc70c8 100644
--- a/dev-python/croniter/croniter-2.0.1.ebuild
+++ b/dev-python/croniter/croniter-2.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]



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

2023-11-11 Thread Sam James
commit: 4544e9a62c01079c6cc1071b94bb02c2aa07bd02
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4544e9a6

dev-python/jupyter-client: Stabilize 8.5.0 ALLARCHES, #917190

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

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

diff --git a/dev-python/jupyter-client/jupyter-client-8.5.0.ebuild 
b/dev-python/jupyter-client/jupyter-client-8.5.0.ebuild
index 914a4c684ce1..3c00dda12f5a 100644
--- a/dev-python/jupyter-client/jupyter-client-8.5.0.ebuild
+++ b/dev-python/jupyter-client/jupyter-client-8.5.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~arm64-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/jupyter-core-5.1[${PYTHON_USEDEP}]



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

2023-11-11 Thread Sam James
commit: 257f48e75466438727b48f13f3aa8c378b8d30ae
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257f48e7

dev-python/httpcore: Stabilize 1.0.0 ALLARCHES, #917189

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

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

diff --git a/dev-python/httpcore/httpcore-1.0.0.ebuild 
b/dev-python/httpcore/httpcore-1.0.0.ebuild
index 777ec038f07c..08ec98a9ea8d 100644
--- a/dev-python/httpcore/httpcore-1.0.0.ebuild
+++ b/dev-python/httpcore/httpcore-1.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+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/greenlet/

2023-11-11 Thread Sam James
commit: 2fa122334b98fd71a91459d610819ee1e95ea51e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa12233

dev-python/greenlet: Stabilize 3.0.1 ppc64, #917191

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.1.ebuild 
b/dev-python/greenlet/greenlet-3.0.1.ebuild
index cb22f9d256f3..4127c55de88f 100644
--- a/dev-python/greenlet/greenlet-3.0.1.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-11-11 Thread Sam James
commit: c7d736e59c8c1b0dff238e555c274ea71f4436b8
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d736e5

dev-python/greenlet: Stabilize 3.0.1 arm64, #917191

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.1.ebuild 
b/dev-python/greenlet/greenlet-3.0.1.ebuild
index 2f57c793a5af..cb22f9d256f3 100644
--- a/dev-python/greenlet/greenlet-3.0.1.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-11-11 Thread Sam James
commit: 8c68bc7422c5ccafab9bcb526e83f72b698848d3
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c68bc74

dev-python/aiohttp: Stabilize 3.8.6-r1 ppc64, #917179

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

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

diff --git a/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild 
b/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild
index 626addcde05a..44f98a5bbd9a 100644
--- a/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.6-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



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

2023-11-11 Thread Sam James
commit: 50aa223ba36c21c0489d7d5db7c61638f8e72740
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aa223b

dev-python/greenlet: Stabilize 3.0.1 x86, #917191

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.1.ebuild 
b/dev-python/greenlet/greenlet-3.0.1.ebuild
index 4127c55de88f..74839e782684 100644
--- a/dev-python/greenlet/greenlet-3.0.1.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-11-11 Thread Sam James
commit: b2e156bba3226b1adbc2e1274b12272ccdcf0e06
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e156bb

dev-python/lxml: Stabilize 4.9.3-r2 sparc, #917192

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

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

diff --git a/dev-python/lxml/lxml-4.9.3-r2.ebuild 
b/dev-python/lxml/lxml-4.9.3-r2.ebuild
index 19a27e2c7ba1..b95a59fa1ae1 100644
--- a/dev-python/lxml/lxml-4.9.3-r2.ebuild
+++ b/dev-python/lxml/lxml-4.9.3-r2.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-11-11 Thread Sam James
commit: bf24cc3eda06f60738a2c153cfb3bc616b07e3f1
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf24cc3e

dev-python/docstring-to-markdown: Stabilize 0.13 ALLARCHES, #917182

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

 dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
index e38895f600bf..dad3592c5b8e 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 distutils_enable_tests pytest
 



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

2023-11-11 Thread Sam James
commit: 3ee07873c4c2c6762485c898b2d004bd4d1fdaa8
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee07873

dev-python/blinker: Stabilize 1.7.0 ALLARCHES, #917181

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

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

diff --git a/dev-python/blinker/blinker-1.7.0.ebuild 
b/dev-python/blinker/blinker-1.7.0.ebuild
index 8c0df5e80dcb..caa91f2b57eb 100644
--- a/dev-python/blinker/blinker-1.7.0.ebuild
+++ b/dev-python/blinker/blinker-1.7.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



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

2023-11-11 Thread Sam James
commit: a9c1d660a6c17612d7c23a460c85488d305cf434
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c1d660

dev-python/pyfakefs: Stabilize 5.3.0 ALLARCHES, #917197

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

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

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
index 3c6dcae279a5..10285776eca0 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



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

2023-11-11 Thread Sam James
commit: 7f2ad300f250bb491228fe223fd36e3e1d86
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2ad300

dev-python/certifi: Stabilize 3021.3.16-r4 ALLARCHES, #917185

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

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

diff --git a/dev-python/certifi/certifi-3021.3.16-r4.ebuild 
b/dev-python/certifi/certifi-3021.3.16-r4.ebuild
index 8bb012fe42ad..797d38ddf0e6 100644
--- a/dev-python/certifi/certifi-3021.3.16-r4.ebuild
+++ b/dev-python/certifi/certifi-3021.3.16-r4.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
app-misc/ca-certificates



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

2023-11-11 Thread Sam James
commit: 821539d32e10591824b6bee03dde3636d37a8e36
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821539d3

dev-python/orjson: Stabilize 3.9.10 x86, #917193

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

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

diff --git a/dev-python/orjson/orjson-3.9.10.ebuild 
b/dev-python/orjson/orjson-3.9.10.ebuild
index a737184962c2..e938c8d9455d 100644
--- a/dev-python/orjson/orjson-3.9.10.ebuild
+++ b/dev-python/orjson/orjson-3.9.10.ebuild
@@ -66,7 +66,7 @@ LICENSE+="
|| ( Apache-2.0 Boost-1.0 )
 "
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



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

2023-11-11 Thread Sam James
commit: d0c83a0b475934dd30e9a3b718dbb8cbba6dd460
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c83a0b

dev-python/wtforms: Stabilize 3.1.1 ALLARCHES, #917207

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

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

diff --git a/dev-python/wtforms/wtforms-3.1.1.ebuild 
b/dev-python/wtforms/wtforms-3.1.1.ebuild
index 718aeb1fb598..6bb24bb7e106 100644
--- a/dev-python/wtforms/wtforms-3.1.1.ebuild
+++ b/dev-python/wtforms/wtforms-3.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
dev-python/markupsafe[${PYTHON_USEDEP}]



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

2023-11-11 Thread Sam James
commit: 3093cbd056872a97b8ae5db3e619f61507f00071
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3093cbd0

dev-python/lxml: Stabilize 4.9.3-r2 ppc64, #917192

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

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

diff --git a/dev-python/lxml/lxml-4.9.3-r2.ebuild 
b/dev-python/lxml/lxml-4.9.3-r2.ebuild
index 4518e920d4ab..19a27e2c7ba1 100644
--- a/dev-python/lxml/lxml-4.9.3-r2.ebuild
+++ b/dev-python/lxml/lxml-4.9.3-r2.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2023-11-11 Thread Sam James
commit: 0fae2ad3de15260fe872c500ccfc7ae72bb8613e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fae2ad3

dev-python/websocket-client: Stabilize 1.6.4 ALLARCHES, #917206

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

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

diff --git a/dev-python/websocket-client/websocket-client-1.6.4.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.4.ebuild
index e70ca56c7688..596f7a2a7b64 100644
--- a/dev-python/websocket-client/websocket-client-1.6.4.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.6.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2023-11-11 Thread Sam James
commit: e60a2c760bbb178029dc1634e28457a723770d3e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60a2c76

dev-python/pikepdf: Stabilize 8.6.0 ppc64, #917196

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

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

diff --git a/dev-python/pikepdf/pikepdf-8.6.0.ebuild 
b/dev-python/pikepdf/pikepdf-8.6.0.ebuild
index ebd3628c4865..2f1727f31091 100644
--- a/dev-python/pikepdf/pikepdf-8.6.0.ebuild
+++ b/dev-python/pikepdf/pikepdf-8.6.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 # Check QPDF_MIN_VERSION in pyproject.toml on bumps, as well as
 # https://qpdf.readthedocs.io/en/stable/release-notes.html.



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

2023-11-11 Thread Sam James
commit: b9f536bdd54d754bd6bc9d08dec561575ae22e2f
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f536bd

dev-python/orjson: Stabilize 3.9.10 amd64, #917193

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

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

diff --git a/dev-python/orjson/orjson-3.9.10.ebuild 
b/dev-python/orjson/orjson-3.9.10.ebuild
index a8259e044167..a737184962c2 100644
--- a/dev-python/orjson/orjson-3.9.10.ebuild
+++ b/dev-python/orjson/orjson-3.9.10.ebuild
@@ -66,7 +66,7 @@ LICENSE+="
|| ( Apache-2.0 Boost-1.0 )
 "
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



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

2023-11-11 Thread Sam James
commit: 2c085c4a8bb80d9c09c9fd88b65154af85b5f8be
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c085c4a

dev-python/markdown: Stabilize 3.5.1 ALLARCHES, #917194

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

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

diff --git a/dev-python/markdown/markdown-3.5.1.ebuild 
b/dev-python/markdown/markdown-3.5.1.ebuild
index dfb46050bef0..821c0be6d383 100644
--- a/dev-python/markdown/markdown-3.5.1.ebuild
+++ b/dev-python/markdown/markdown-3.5.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 BDEPEND="



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

2023-11-11 Thread Sam James
commit: fb0650b8cd2306bc80f355fe5d02253e7fe36bd0
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0650b8

dev-python/pywlroots: Stabilize 0.16.6 amd64, #917201

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

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

diff --git a/dev-python/pywlroots/pywlroots-0.16.6.ebuild 
b/dev-python/pywlroots/pywlroots-0.16.6.ebuild
index ec91283c28fc..2001cf73cec4 100644
--- a/dev-python/pywlroots/pywlroots-0.16.6.ebuild
+++ b/dev-python/pywlroots/pywlroots-0.16.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 # See README for wlroots dep
 DEPEND="



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

2023-11-11 Thread Sam James
commit: 196d3ccf3ede626b5341749cd5b1870f9bcce523
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196d3ccf

dev-python/pytest-timeout: Stabilize 2.2.0 ALLARCHES, #917199

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

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

diff --git a/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild 
b/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild
index 7c49baaa6924..5faedcdf1e13 100644
--- a/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild
+++ b/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 # do not rdepend on pytest, it won't be used without it anyway
 # pytest-cov used to test compatibility



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

2023-11-11 Thread Sam James
commit: c748433660dc1b4c06d774e30cd17be33f8e12f9
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7484336

dev-python/elastic-transport: Stabilize 8.10.0 x86, #917186

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

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

diff --git a/dev-python/elastic-transport/elastic-transport-8.10.0.ebuild 
b/dev-python/elastic-transport/elastic-transport-8.10.0.ebuild
index a59158b08eaa..80c3a7a52804 100644
--- a/dev-python/elastic-transport/elastic-transport-8.10.0.ebuild
+++ b/dev-python/elastic-transport/elastic-transport-8.10.0.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 PROPERTIES="test_network"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2023-11-11 Thread Sam James
commit: 3d12a1e72ffd653c04632539a42a8c8c3f8c588a
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat Nov 11 10:13:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:21:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d12a1e7

www-client/google-chrome-unstable: automated update (121.0.6115.2)

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-121.0.6103.3.ebuild => google-chrome-unstable-121.0.6115.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 35ffcef79ce9..13be748fa642 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_121.0.6103.3-1_amd64.deb 105090520 BLAKE2B 
02824325bf3211e5b70bc2b9e41d6660fbf0073403ccbc17016c35e0c45e82d1f2c6c431060129977732ec1cc98edd6c6a018ded02530dd7ecd23a2a950f45d6
 SHA512 
269060735453c8207e9fcc368e31a235c8f6b55ceaae99e77cc16cb01bdb952f5463ff82aca1e76771b31f6457f1733dd1319a7af803928635fdd653b6ccb704
+DIST google-chrome-unstable_121.0.6115.2-1_amd64.deb 105366256 BLAKE2B 
4cf6c0d34127cb04f22504c279341771b6a134533b247ee654b18e4e455efdb384591ef05b828e72fc6dd72f01c781e1a196c1b45dfda5032e4053abf4a95ee5
 SHA512 
4eeed4352b2458cd2054b0b7092c16487c96e9d08669f6e098d097c836b2610cc65b89802939666770affbb89d071f4b609bab11951fe86aa944dd943cd2830c

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-121.0.6103.3.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-121.0.6115.2.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-121.0.6103.3.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-121.0.6115.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/

2023-11-11 Thread Sam James
commit: 05471f76d7424759af5412aa1e268df44d33141f
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat Nov 11 10:18:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:21:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05471f76

www-client/microsoft-edge: automated bump (119.0.2151.58)

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-119.0.2151.58.ebuild| 127 +
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 5d6c2bd7207f..3ad776580174 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_119.0.2151.44-1_amd64.deb 165116766 BLAKE2B 
9294cad7a3439a2e328dcfd2e4412858b1869b0e9e86a68754ca4d592824d17b1947188b37fb27f0db1fbf186ddab256b4078e9aab99dba6120c02be411e8b6c
 SHA512 
bc0d5ea89e151173c7e91b7f237eee0b0023a6a5b292b5312b86b722f20fa2dce44f5f5ba540e830fdbf92bff004d2831c476e8ee709ba411931f1411290f70b
+DIST microsoft-edge-stable_119.0.2151.58-1_amd64.deb 165202710 BLAKE2B 
051cb65ef8b184e4c7c243bdd1d42446244a03833fa650f2d04ab03c4b35e86d9367f620b8113fcd20a9b4cb661b042bc99c5785c2693efff76fd98e80f76e86
 SHA512 
e230aa36642b6011b8647615252b5f4ed5b8f4f505825019e9198a63b7ae28681cad93fca129a0939b5dc4443259779994ab466cd846b90f9905fd1a965db83d

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild 
b/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
new file mode 100644
index ..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge";
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb";
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+   qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm usr/share/man/man1/${PN}.1.gz || die
+   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
+   fi
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do
+   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+   done
+
+   if ! use mip; then
+   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
+   fi
+
+   if ! use qt5; then
+   rm "${EDGE_HOME}/libqt5_shim.so" || die

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-11-11 Thread Sam James
commit: c69eb8a256dac3d9a43c985f63dd5a684ec3d686
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat Nov 11 10:13:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:21:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69eb8a2

www-plugins/chrome-binary-plugins: automated update (120.0.6099.18_beta)

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...99.5_beta.ebuild => chrome-binary-plugins-120.0.6099.18_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index b7158fca49c7..30c4b40443c0 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_120.0.6099.5-1_amd64.deb 104964108 BLAKE2B 
7f06674002863411375e32ccdec8318d07462290d801a5c8546b04b75e4beba19e90fde8ad383116ede906d3cd1a0838dce61657c125401ebc8f850531fb4e78
 SHA512 
235f89930c4c03d093346ee3f5e42917d2bd641878e22edba9548bdd147087b878c927247cb2607f61b5b345a136196ea1f484947dd726bcedf843594bf3775a
+DIST google-chrome-beta_120.0.6099.18-1_amd64.deb 10500 BLAKE2B 
dbd1d90693dffc009fb275d71257f34d415043cd42fa038a6c40ed8c701d0202480446750d3c026dc7df74f7a630c1f4d61283d84b3cc57803b99623170a815f
 SHA512 
0654457bd0867c0199f6123b4865171ca9eed16ca43a769763e7bb2f5a24e1835602cddeaa461d1e2af0efd227033b19f559c6bf34b747dba6502fceeaf5bc35
 DIST google-chrome-stable_119.0.6045.123-1_amd64.deb 103912068 BLAKE2B 
880fb58c9b3eb35dd41ba031029c53a6c53b15d83537d82d6550ce01241a9e09df23fc372e6d4bc3adecdccf2f77eec11eb46566093effec83bf71d7f253a627
 SHA512 
b6e2f94468cb2b851ef0e327cacc7d7a3f479e7ba6e06a942d0b0de96b7ffab24b55b01c8a978f1b3be77cb8e9811837c36d2a229d304aea1d10745f07528b7f
 DIST google-chrome-unstable_121.0.6103.3-1_amd64.deb 105090520 BLAKE2B 
02824325bf3211e5b70bc2b9e41d6660fbf0073403ccbc17016c35e0c45e82d1f2c6c431060129977732ec1cc98edd6c6a018ded02530dd7ecd23a2a950f45d6
 SHA512 
269060735453c8207e9fcc368e31a235c8f6b55ceaae99e77cc16cb01bdb952f5463ff82aca1e76771b31f6457f1733dd1319a7af803928635fdd653b6ccb704

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.5_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.18_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.5_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.18_beta.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-11-11 Thread Sam James
commit: f7706b45b20f783888e086c1df7f339f9319a429
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat Nov 11 10:13:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:21:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7706b45

www-plugins/chrome-binary-plugins: automated update (121.0.6115.2_alpha)

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...3.3_alpha.ebuild => chrome-binary-plugins-121.0.6115.2_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 30c4b40443c0..a63fc6c9c9f4 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_120.0.6099.18-1_amd64.deb 10500 BLAKE2B 
dbd1d90693dffc009fb275d71257f34d415043cd42fa038a6c40ed8c701d0202480446750d3c026dc7df74f7a630c1f4d61283d84b3cc57803b99623170a815f
 SHA512 
0654457bd0867c0199f6123b4865171ca9eed16ca43a769763e7bb2f5a24e1835602cddeaa461d1e2af0efd227033b19f559c6bf34b747dba6502fceeaf5bc35
 DIST google-chrome-stable_119.0.6045.123-1_amd64.deb 103912068 BLAKE2B 
880fb58c9b3eb35dd41ba031029c53a6c53b15d83537d82d6550ce01241a9e09df23fc372e6d4bc3adecdccf2f77eec11eb46566093effec83bf71d7f253a627
 SHA512 
b6e2f94468cb2b851ef0e327cacc7d7a3f479e7ba6e06a942d0b0de96b7ffab24b55b01c8a978f1b3be77cb8e9811837c36d2a229d304aea1d10745f07528b7f
-DIST google-chrome-unstable_121.0.6103.3-1_amd64.deb 105090520 BLAKE2B 
02824325bf3211e5b70bc2b9e41d6660fbf0073403ccbc17016c35e0c45e82d1f2c6c431060129977732ec1cc98edd6c6a018ded02530dd7ecd23a2a950f45d6
 SHA512 
269060735453c8207e9fcc368e31a235c8f6b55ceaae99e77cc16cb01bdb952f5463ff82aca1e76771b31f6457f1733dd1319a7af803928635fdd653b6ccb704
+DIST google-chrome-unstable_121.0.6115.2-1_amd64.deb 105366256 BLAKE2B 
4cf6c0d34127cb04f22504c279341771b6a134533b247ee654b18e4e455efdb384591ef05b828e72fc6dd72f01c781e1a196c1b45dfda5032e4053abf4a95ee5
 SHA512 
4eeed4352b2458cd2054b0b7092c16487c96e9d08669f6e098d097c836b2610cc65b89802939666770affbb89d071f4b609bab11951fe86aa944dd943cd2830c

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6103.3_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6115.2_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6103.3_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6115.2_alpha.ebuild



  1   2   3   4   >