diff --git a/app-misc/termdown/termdown-1.18.0.ebuild b/app-misc/termdown/termdown-1.18.0-r1.ebuild
similarity index 82%
rename from app-misc/termdown/termdown-1.18.0.ebuild
rename to app-misc/termdown/termdown-1.18.0-r1.ebuild
index b85e3821c3..8cbf45e64f 100644
--- a/app-misc/termdown/termdown-1.18.0.ebuild
+++ b/app-misc/termdown/termdown-1.18.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 optfeature
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pyfiglet[${PYTHON_USEDEP}]
+ dev-python/pyfiglet[contrib,${PYTHON_USEDEP}]
"
pkg_postinst() {
diff --git a/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild b/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild
index 26d12106d4..be4a2de0d1 100644
--- a/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild
+++ b/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 optfeature pypi shell-completion
diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest
index 4780b90044..c1b73d08c3 100644
--- a/dev-nim/cligen/Manifest
+++ b/dev-nim/cligen/Manifest
@@ -1,2 +1,2 @@
-DIST cligen-1.8.1.tar.gz 701365 BLAKE2B 7d7cdcabe4fa90ebb07a1b991b738b4d283de65d9a56524268e5b9bee9e085ed0d03a37d339fd0b0b1ed77e1f903f50924eb0d44fda8aa57f1b427a19bd3a92f SHA512 3fae780fa52c9b5f900f06a1772dc0306af2a7724a4f1cb511c72dd95b187d932ca507fa4aade29e54911b1763fe9b2119281a73fe90397e06732e6b4c14b2ca
DIST cligen-1.8.3.tar.gz 703657 BLAKE2B eebd16098d8532cf21a28d8475c1a98bd450da1db2bf1eeb203ef4479ea646cac3c478d2a168f1c7e45f4d6670b99f8ec6c0f32369075fbd1d3dd15259dea9f3 SHA512 b774925e6a992d4be38ee3e3973e86f52607864bb53b8c7dbbfbffb5c1d5880775709975f8f97fe391e9dddcc4a344218e32d3ff13a791ea3b048f07130f31ab
+DIST cligen-1.8.4.tar.gz 704658 BLAKE2B 29c2212db24134669f804163a9166b97519823abe087cd6c358539829099b3039f6d6fc46f460a4a99128deab7de08e1b0d25cf62cca4bce2ba15e362c5a5cae SHA512 7818d6f52c9339396876194433c0d0416b5fe7ae752040a63176ecea1695d697dd2cd97e0ec5904b26ed246de38717f559a0983095a33b9a44851ec95dd324e8
diff --git a/dev-nim/cligen/cligen-1.8.1.ebuild b/dev-nim/cligen/cligen-1.8.4.ebuild
similarity index 100%
rename from dev-nim/cligen/cligen-1.8.1.ebuild
rename to dev-nim/cligen/cligen-1.8.4.ebuild
diff --git a/dev-python/authlib/Manifest b/dev-python/authlib/Manifest
index 326d68af9c..67e09d6f83 100644
--- a/dev-python/authlib/Manifest
+++ b/dev-python/authlib/Manifest
@@ -1 +1 @@
-DIST #authlib-1.5.2.tar.gz 3101 BLAKE2B 82203ce4d6463184d05fdbc868f7a00cb4895ed6c393b0f15988f30a9d60a8cb74410fa8e217e39b4c361fb99d99584a5fcb556a37433c51c2636e1f79ddc459 SHA512 77d305f747373f73da81dc9cb0f56bb782d868911e1246700179745645bc8b6b0c2300ae069f16f19d415628d870eb669244fc8257bc653ea78f2d300a67546f
+DIST authlib-1.5.2.tar.gz 153000 BLAKE2B 37689414a73e9c8cc54dc0a5e71e208da4feb319a56a4ce2b9839f9332e845ea45f7ad1942051358bcc55402277d630b3cc149b0fea3ec186dc62cbc02bf572c SHA512 ac7a989f646e34d9b712d951a7024e5dbab9103b922152ce54840f60be208ffde8761a64bf4a49937edf9bddd974bbe04ee849848022248f5c5fd95667a555ed
diff --git a/dev-python/authlib/authlib-1.5.2.ebuild b/dev-python/authlib/authlib-1.5.2.ebuild
index 0f89720a3c..2010279049 100644
--- a/dev-python/authlib/authlib-1.5.2.ebuild
+++ b/dev-python/authlib/authlib-1.5.2.ebuild
@@ -7,12 +7,11 @@ PYTHON_COMPAT=( python3_{10,11,12} )
DISTUTILS_USE_PEP517="setuptools"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A Python library in building OAuth and OpenID Connect servers and clients."
HOMEPAGE="https://authlib.org/"
-SRC_URI="https://pypi.org/project/Authlib/#${PN}-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
new file mode 100644
index 0000000000..4329ee5b7d
--- /dev/null
+++ b/dev-python/nltk/Manifest
@@ -0,0 +1 @@
+DIST nltk-3.9.1.tar.gz 2904691 BLAKE2B c4178eea863feb32642a7f1c290e465244655223c1b18437b832ebd315e01f797d393ab925e641ae9a53a785f0a7fe2bf1dca504a50fb8f66fbafe2a6a1b1c8b SHA512 dad570b3a6728f22b55438a159b56009676f4fbdfc293673eaae0b0ed55dd2db91c32f59b3f89ff6d38101b3c3af9ea81f3519b578c83c17c1a9f3f716bc3ff4
diff --git a/dev-python/nltk/metadata.xml b/dev-python/nltk/metadata.xml
new file mode 100644
index 0000000000..cf43c97da3
--- /dev/null
+++ b/dev-python/nltk/metadata.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ Oz Tiram
+ oz.tiram@gmail.com
+
+
+ Proxy Maintainers
+ proxy-maint@gentoo.org
+
+
+ nltk
+
+
diff --git a/dev-python/nltk/nltk-3.9.1.ebuild b/dev-python/nltk/nltk-3.9.1.ebuild
new file mode 100644
index 0000000000..cce2d195b7
--- /dev/null
+++ b/dev-python/nltk/nltk-3.9.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python package for natural language processing."
+HOMEPAGE="https://pypi.org/project/nltk/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/joblib[${PYTHON_USEDEP}]
+ dev-python/regex[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/osc-placement/Manifest b/dev-python/osc-placement/Manifest
index 67ebac5a96..6d65e954dd 100644
--- a/dev-python/osc-placement/Manifest
+++ b/dev-python/osc-placement/Manifest
@@ -1,2 +1 @@
-DIST osc-placement-4.5.0.tar.gz 59592 BLAKE2B bb5a6445317bcd6fbff41dbffb89a9703aa29cf644a57f4b28006b47050498f0ab10a7811bb6b8945e27d1a455c62182babd6a1cb39faece32eb34d2473fafcf SHA512 07008400d0d5880f533ae17d9951fe927b63340768c2b427b6e2d0d478fa98f11763440d4df5831be121a860bad44ffe79fb0377e062ff7e32fae56dd8321c34
DIST osc_placement-4.6.0.tar.gz 59637 BLAKE2B 740464abf09d65d9cdf045b07ac9f5f4cefaf1ca45b1e75981608aac52586079511f8c1e4069100e26397526baebd4d54617c647a252fae7f3655941806e92db SHA512 72e50b4b2dc9948e5a1e6fd1bd3c9c6a0fee364c701806f1a5702100c51da93b38a7ff460891c3672bbf7c36d4c0d9f3a7a2e5bfaab578ebc4bf4852592866e6
diff --git a/dev-python/osc-placement/osc-placement-4.5.0.ebuild b/dev-python/osc-placement/osc-placement-4.5.0.ebuild
deleted file mode 100644
index 27e057da2c..0000000000
--- a/dev-python/osc-placement/osc-placement-4.5.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pbr
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="OpenStackClient plugin for Placement service"
-HOMEPAGE="
- https://opendev.org/openstack/osc-placement
- https://pypi.org/project/python-octaviaclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth1-3.3.0[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
- >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/fixtures-4.2.2[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_IGNORE=(
- # Require the placement service to be packaged, too
- osc_placement/tests/functional/test_allocation.py
- osc_placement/tests/functional/test_allocation_candidate.py
- osc_placement/tests/functional/test_inventory.py
- osc_placement/tests/functional/test_resource_class.py
- osc_placement/tests/functional/test_resource_provider.py
- osc_placement/tests/functional/test_trait.py
- osc_placement/tests/functional/test_usage.py
- osc_placement/tests/functional/test_aggregate.py
- osc_placement/tests/functional/test_plugin.py
-)
-
-distutils_enable_tests pytest
diff --git a/dev-python/osc-placement/osc-placement-4.6.0.ebuild b/dev-python/osc-placement/osc-placement-4.6.0-r1.ebuild
similarity index 97%
rename from dev-python/osc-placement/osc-placement-4.6.0.ebuild
rename to dev-python/osc-placement/osc-placement-4.6.0-r1.ebuild
index d084f15fcf..44e974c83f 100644
--- a/dev-python/osc-placement/osc-placement-4.6.0.ebuild
+++ b/dev-python/osc-placement/osc-placement-4.6.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pbr
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild b/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild
index 22785aeafc..ffd9a1f7e5 100644
--- a/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild
+++ b/dev-python/oscrypto/oscrypto-1.3.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit edo distutils-r1 optfeature
diff --git a/dev-python/pyfiglet/Manifest b/dev-python/pyfiglet/Manifest
index 7785bcec62..5d57c1a19a 100644
--- a/dev-python/pyfiglet/Manifest
+++ b/dev-python/pyfiglet/Manifest
@@ -1 +1 @@
-DIST pyfiglet-0.8.post1.tar.gz 634618 BLAKE2B 49268581974e72f28ddb11785a1629a4ac2696bcdd57710147cafdcf7709be8c67bdf03e5ccdb1655a9be6eb8a83baf4ca5ae0a6412e2318d0923376558b8d49 SHA512 3b8c7b4c9ae48466da3ccc6711aac9c35b08a373abbdda66c60a62f17ba6edd316b0d5e3085613f7c44fbaa2f02acc4a5b3830a31d22437d9261863878421400
+DIST pyfiglet-1.0.2.gh.tar.gz 1660490 BLAKE2B 72fc4ddff5901fbb5eb70d677bfdbbf8f16e042305c9e91a350268a450f71bed2af0192c88211c86f80ba0d2815eae7ff5dd89585144207ef7c89f2f9540c2bd SHA512 fdfe2e52bcf49635cf41067c1438eaccae685216ae32e9b443730222077aff8f5834014766df80ba8435d5fca5df0e0338573f2a423aa21202966562fc2d4f28
diff --git a/dev-python/pyfiglet/files/pyfiglet-1.0.2-fix-test.patch b/dev-python/pyfiglet/files/pyfiglet-1.0.2-fix-test.patch
new file mode 100644
index 0000000000..a1b97bed14
--- /dev/null
+++ b/dev-python/pyfiglet/files/pyfiglet-1.0.2-fix-test.patch
@@ -0,0 +1,70 @@
+https://github.com/pwaller/pyfiglet/commit/b5bb37142ce49ac5376b7f89a0b5508962c6672e
+From: Lyes Saadi
+Date: Wed, 27 Dec 2023 20:18:32 +0100
+Subject: [PATCH] Use slant instead of doh to use only fonts-contrib
+
+--- a/pyfiglet/tests/test_cli.py
++++ b/pyfiglet/tests/test_cli.py
+@@ -11,24 +11,13 @@ def test_font_dir():
+
+
+ def test_strip():
+- command = "pyfiglet -f doh -s 0"
++ command = "pyfiglet -f slant -s 0"
+ expected = '''\
+- 000000000
+- 00:::::::::00
+- 00:::::::::::::00
+-0:::::::000:::::::0
+-0::::::0 0::::::0
+-0:::::0 0:::::0
+-0:::::0 0:::::0
+-0:::::0 000 0:::::0
+-0:::::0 000 0:::::0
+-0:::::0 0:::::0
+-0:::::0 0:::::0
+-0::::::0 0::::::0
+-0:::::::000:::::::0
+- 00:::::::::::::00
+- 00:::::::::00
+- 000000000
++ ____
++ / __ \\
++ / / / /
++/ /_/ /
++\\____/
+ '''
+ result = subprocess.run(command, shell=True, stdout=subprocess.PIPE)
+ assert result.stdout.decode() == expected
+@@ -58,25 +47,14 @@ def test_strip_strange_font(test_font_dir):
+
+ # normalize is just strip with padding
+ def test_normalize():
+- command = "pyfiglet -f doh -n 0"
++ command = "pyfiglet -f slant -n 0"
+ expected = '''\
+
+- 000000000
+- 00:::::::::00
+- 00:::::::::::::00
+-0:::::::000:::::::0
+-0::::::0 0::::::0
+-0:::::0 0:::::0
+-0:::::0 0:::::0
+-0:::::0 000 0:::::0
+-0:::::0 000 0:::::0
+-0:::::0 0:::::0
+-0:::::0 0:::::0
+-0::::::0 0::::::0
+-0:::::::000:::::::0
+- 00:::::::::::::00
+- 00:::::::::00
+- 000000000
++ ____
++ / __ \\
++ / / / /
++/ /_/ /
++\\____/
+
+ '''
+ result = subprocess.run(command, shell=True, stdout=subprocess.PIPE)
diff --git a/dev-python/pyfiglet/metadata.xml b/dev-python/pyfiglet/metadata.xml
index a7da40097b..711dbe0b03 100644
--- a/dev-python/pyfiglet/metadata.xml
+++ b/dev-python/pyfiglet/metadata.xml
@@ -7,4 +7,7 @@
pyfiglet
https://github.com/pwaller/pyfiglet/issues
+
diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
deleted file mode 100644
index 9c084f9d0a..0000000000
--- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure-python FIGlet implementation"
-HOMEPAGE="
- https://pypi.org/project/pyfiglet/
- https://github.com/pwaller/pyfiglet
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# requires subprocess32
-RESTRICT="test"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pyfiglet/pyfiglet-1.0.2.ebuild b/dev-python/pyfiglet/pyfiglet-1.0.2.ebuild
new file mode 100644
index 0000000000..a490caaf2f
--- /dev/null
+++ b/dev-python/pyfiglet/pyfiglet-1.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Pure-python FIGlet implementation"
+HOMEPAGE="
+ https://pypi.org/project/pyfiglet/
+ https://github.com/pwaller/pyfiglet
+"
+# no tests in pypi sdist
+SRC_URI="https://github.com/pwaller/pyfiglet/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+# bundled fonts: https://src.fedoraproject.org/rpms/python-pyfiglet/blob/rawhide/f/python-pyfiglet.spec
+LICENSE+=" BSD HPND MIT NTP contrib? ( all-rights-reserved )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="contrib"
+
+PATCHES=(
+ "${FILESDIR}/${P}-fix-test.patch"
+)
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ mv pyfiglet/fonts-standard pyfiglet/fonts || die
+ if use contrib; then
+ mv pyfiglet/fonts-contrib/* pyfiglet/fonts || die
+ fi
+ distutils-r1_src_prepare
+}
diff --git a/dev-python/pyproject2ebuild/Manifest b/dev-python/pyproject2ebuild/Manifest
index 01f9297067..3f57cde58b 100644
--- a/dev-python/pyproject2ebuild/Manifest
+++ b/dev-python/pyproject2ebuild/Manifest
@@ -1 +1 @@
-DIST pyproject2ebuild-0.0.2.tar.gz 19935 BLAKE2B 6b39d520af50856c010d8a6854ab8134b7a3972a84672f91736e5f3eb2388fd1d8944dc065dfbd40dcd1680921b1872b07b51f9fa12d083d6e583fc5a617f4a7 SHA512 7404b187a4b7b2d28365fe4a70624b676bae7a990d7da1b40d4362cc3a4a905ca742ccda996f44a917caf85072e362e13744472d1b29b50fa504d9f31e277d84
+DIST pyproject2ebuild-0.0.3.tar.gz 20125 BLAKE2B 8f47e6a5ead2f87bb1276de545706dbf1f22947a7a54877016540ad9e7249e5f34e18f6ecd645896c7c42625ff0496a6cb7e9e2294eb63af5af6593b33e7c974 SHA512 095651df43bbf40ebc058b4ae1c60cccf1e683f669db64648c5ecacd4a69175d023f05f178e4ba3dd00d870970fa3c663a573fad717f1963a715d1431b3c3459
diff --git a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
similarity index 78%
rename from dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild
rename to dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
index 97be2c7f12..b355350f17 100644
--- a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild
+++ b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
@@ -6,11 +6,10 @@ EAPI=8
PYTHON_COMPAT=( python3_1{1..3})
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"
-SRC_URI="https://pypi.io/packages/source/p/${PN}/${PN}-${PV}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
diff --git a/dev-python/python-magnumclient/Manifest b/dev-python/python-magnumclient/Manifest
index 86fb64b832..e75b5c07b9 100644
--- a/dev-python/python-magnumclient/Manifest
+++ b/dev-python/python-magnumclient/Manifest
@@ -1,2 +1 @@
-DIST python-magnumclient-4.7.0.tar.gz 107491 BLAKE2B b8f6367ba17b475dbc5fefaec9c032c178dec3140a637f8be9b7cb38bd58017d15e0fa5dc9c41a33dd8d38f9b463f83c1bcfe60b990538c179099d2751e2676e SHA512 2ad3fbfcdd0e8deae6b4741f201ff6930abd77774107d28246307b6b86023441036bd12a542e60a82a6323f4615b0532fb6d8a298b8858b14067cf9c77f4d24d
-DIST python_magnumclient-4.8.0.tar.gz 107489 BLAKE2B e0e0906c7ac2145d7bb4ebe77814b8c4ae2501f270d4eff41ad4705e152d2c16d3bf683484d648010708f1e73125d7129e2678b45be8f7613ba6fa3100e5d0a1 SHA512 176f1491d0039d1504009c45eae5e05441358e23c6cb7afb9e454a51ce23d4b17bd684bccab549402e3db547fdf4074180db0c9b5ab5951bff855795c3930484
+DIST python_magnumclient-4.8.1.tar.gz 107539 BLAKE2B 5523513db694fbc33bb1956208d7e5dbc34e3082995c348c39ac63ce43ae77786030e5041a4c7c93ee39151662cc2420f5479a79a922d8371be1ab70644bbee4 SHA512 a2772a864d9a4790edafd508f565531f8e8c784f4bdb9617e1bfc231608521a493cab023175c71ae9573315e4e8eccd9defd14c730184866956034e179cb1e6c
diff --git a/dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild b/dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild
deleted file mode 100644
index 56bf38e771..0000000000
--- a/dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack Magnum API"
-HOMEPAGE="
- https://opendev.org/openstack/python-magnumclient
- https://github.com/openstack/python-magnumclient/
- https://pypi.org/project/python-magnumclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth1-3.5.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
- >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
- >=dev-python/cryptography-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/python-magnumclient/python-magnumclient-4.8.0.ebuild b/dev-python/python-magnumclient/python-magnumclient-4.8.1.ebuild
similarity index 97%
rename from dev-python/python-magnumclient/python-magnumclient-4.8.0.ebuild
rename to dev-python/python-magnumclient/python-magnumclient-4.8.1.ebuild
index 0a0f4fa42d..669598f410 100644
--- a/dev-python/python-magnumclient/python-magnumclient-4.8.0.ebuild
+++ b/dev-python/python-magnumclient/python-magnumclient-4.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/python-octaviaclient/python-octaviaclient-3.10.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-3.10.0-r1.ebuild
similarity index 97%
rename from dev-python/python-octaviaclient/python-octaviaclient-3.10.0.ebuild
rename to dev-python/python-octaviaclient/python-octaviaclient-3.10.0-r1.ebuild
index 581eb1ee4c..9a98805879 100644
--- a/dev-python/python-octaviaclient/python-octaviaclient-3.10.0.ebuild
+++ b/dev-python/python-octaviaclient/python-octaviaclient-3.10.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/safety/Manifest b/dev-python/safety/Manifest
new file mode 100644
index 0000000000..f646d029d9
--- /dev/null
+++ b/dev-python/safety/Manifest
@@ -0,0 +1 @@
+DIST safety-3.4.0.tar.gz 266285 BLAKE2B 4675c124a792464c4d7a1f848b81a8b038a671be27a62841109d7039ad3e13813ec4ba2597b0fdd85e48513fe40d8c2453def1434a47cd5d7cd9827254e54064 SHA512 c71ce6d0009dac450d3f0de6da338ca3f385e54327902083a4b5d8fb70d4a88cde01bee0fe378238e33326e259a4b09e0a61a8b7a8192068d786863d8374822a
diff --git a/dev-python/safety/metadata.xml b/dev-python/safety/metadata.xml
new file mode 100644
index 0000000000..b899363d94
--- /dev/null
+++ b/dev-python/safety/metadata.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ Oz Tiram
+ oz.tiram@gmail.com
+
+
+ Proxy Maintainers
+ proxy-maint@gentoo.org
+
+
+ safety
+ pyupio/safety
+
+
diff --git a/dev-python/safety/safety-3.4.0.ebuild b/dev-python/safety/safety-3.4.0.ebuild
new file mode 100644
index 0000000000..ed9da6408a
--- /dev/null
+++ b/dev-python/safety/safety-3.4.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2025
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_11 python3_12 )
+
+DISTUTILS_USE_PEP517="hatchling"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Scan dependencies for known vulnerabilities and licenses."
+
+HOMEPAGE="https://safetycli.com"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-python/authlib-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
+ >=dev-python/dparse-0.6.4[${PYTHON_USEDEP}]
+ >=dev-python/filelock-3.16.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja2-3.1.0[${PYTHON_USEDEP}]
+ >=dev-python/marshmallow-3.15.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
+ >=dev-python/psutil-6.1.0[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-2.6.0[${PYTHON_USEDEP}]
+ =dev-python/setuptools-65.5.1[${PYTHON_USEDEP}]
+ >=dev-python/typer-0.12.1[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.7.1[${PYTHON_USEDEP}]
+ >=dev-python/nltk-3.9[${PYTHON_USEDEP}]
+ dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"
diff --git a/dev-python/sjcl/sjcl-0.2.1-r1.ebuild b/dev-python/sjcl/sjcl-0.2.1-r1.ebuild
index cf1c766825..ac38542d8a 100644
--- a/dev-python/sjcl/sjcl-0.2.1-r1.ebuild
+++ b/dev-python/sjcl/sjcl-0.2.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -20,12 +20,11 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="
- dev-python/pycryptodome[${PYTHON_USEDEP}]
-"
+RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+distutils_enable_tests unittest
+
python_test() {
- # Uses unittest which is builtin
- "${EPYTHON?}" tests/simple.py || die
+ "${EPYTHON}" -m unittest -v tests.simple || die
}
diff --git a/dev-python/steam/steam-1.6.1.ebuild b/dev-python/steam/steam-1.6.1.ebuild
index 8eb08cbe50..37788d17da 100644
--- a/dev-python/steam/steam-1.6.1.ebuild
+++ b/dev-python/steam/steam-1.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
diff --git a/dev-python/typer/metadata.xml b/dev-python/typer/metadata.xml
index 79d13253eb..3e3c35e14d 100644
--- a/dev-python/typer/metadata.xml
+++ b/dev-python/typer/metadata.xml
@@ -9,6 +9,10 @@
Proxy Maintainers
proxy-maint@gentoo.org
+
tiangolo/typer
typer
diff --git a/dev-python/typer/typer-0.15.3.ebuild b/dev-python/typer/typer-0.15.3.ebuild
index 0453ec9846..70c0e3d29b 100644
--- a/dev-python/typer/typer-0.15.3.ebuild
+++ b/dev-python/typer/typer-0.15.3.ebuild
@@ -1,27 +1,92 @@
-# Copyright 2025
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_1{1..3} )
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=pdm-backend
-DISTUTILS_USE_PEP517="hatchling"
+inherit distutils-r1 shell-completion pypi
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typer, build great CLIs. Easy to code. Based on Python type hints."
-
-HOMEPAGE="https://typer.tiangolo.com/"
+DESCRIPTION="Build great CLIs. Easy to code. Based on Python type hints."
+HOMEPAGE="
+ https://typer.tiangolo.com/
+ https://github.com/tiangolo/typer
+ https://pypi.org/project/typer/
+"
+SRC_URI="$(pypi_sdist_url "${PN}" "${PV}")"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
-DEPEND="
- dev-python/shellingham[${PYTHON_USEDEP}]
- >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}]
- dev-python/rich[${PYTHON_USEDEP}]
+IUSE="+rich shell-detection test"
+
+BDEPEND="
+ test? (
+ $(python_gen_cond_dep '
+ dev-python/coverage[${PYTHON_USEDEP}]
+ dev-python/shellingham[${PYTHON_USEDEP}]
+ ')
+ )
+"
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ rich? ( dev-python/rich[${PYTHON_USEDEP}] )
+ shell-detection? ( dev-python/shellingham[${PYTHON_USEDEP}] )
+ ')
"
-RDEPEND="${DEPEND}"
+distutils_enable_tests pytest
+
+src_test() {
+ export TERMINAL_WIDTH=3000
+ export _TYPER_FORCE_DISABLE_TERMINAL=1
+
+ distutils-r1_src_test "${@}"
+}
+
+src_compile() {
+ distutils-r1_src_compile "${@}"
+
+ local shell
+ for shell in bash zsh fish; do
+ typer_gencomp ${shell}
+ done
+}
+
+typer_get_comp() {
+ local COMPLETIONSDIR="${WORKDIR}/comp"
+ local shell="$1"
+
+ case "${shell}" in
+ bash) echo "${COMPLETIONSDIR}/${PN}" ;;
+ zsh) echo "${COMPLETIONSDIR}/_${PN}" ;;
+ fish) echo "${COMPLETIONSDIR}/${PN}.fish" ;;
+ *) die "unknown shell: ${shell}" ;;
+ esac
+}
+
+typer_gencomp() {
+ local COMPLETIONSDIR="${WORKDIR}/comp"
+ mkdir "${COMPLETIONSDIR}" 2> /dev/null
+ local shell="$1"
+
+ compfile="$(typer_get_comp "${@}")"
+
+ _TYPER_COMPLETE_TEST_DISABLE_SHELL_DETECTION=1 python -m typer --show-completion "${shell}" |
+ sed 's/python -m //g ; s/_PYTHON _M //g ; s/python_m//g ; s/TYPER_COMPLETE/_TYPER_COMPLETE/' > "${compfile}" ||
+ die "failed to generate ${shell} completion"
+
+ einfo "generated completion script for ${shell}: ${compfile}"
+}
+
+src_install() {
+ distutils-r1_src_install "${@}"
+
+ dobashcomp "$(typer_get_comp bash)"
+ dozshcomp "$(typer_get_comp zsh)"
+ dofishcomp "$(typer_get_comp fish)"
+}
diff --git a/games-arcade/taisei/taisei-1.4.2.ebuild b/games-arcade/taisei/taisei-1.4.2.ebuild
index 1e83ea4e74..0888e4ca53 100644
--- a/games-arcade/taisei/taisei-1.4.2.ebuild
+++ b/games-arcade/taisei/taisei-1.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit meson python-any-r1 xdg
diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild
index 46cba14eca..72777324d9 100644
--- a/games-arcade/taisei/taisei-9999.ebuild
+++ b/games-arcade/taisei/taisei-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit meson python-any-r1 xdg
diff --git a/games-emulation/rpcs3/Manifest b/games-emulation/rpcs3/Manifest
new file mode 100644
index 0000000000..447fc554f0
--- /dev/null
+++ b/games-emulation/rpcs3/Manifest
@@ -0,0 +1,8 @@
+DIST rpcs3-0.0.34.tar.gz 7834256 BLAKE2B 62bfc4751e4f77bc20899222520a5b902b7bd263f6a0265e35189c85a8e4ce068dbe38c8b4cd7c61634b69f81c7aa2f7c2d9f894134149e4a9211841ab822102 SHA512 4cbe7d62fe86e51355d63a09ce64ec768ad236aebf4375dd410549339a5f244fb2cc30c89821b0e6f001bb31646432abd06a2b9947b8d589d5c5b73de24e6e9d
+DIST rpcs3-asmjit-416f7356967c1f66784dc1580fe157f9406d8bff.tar.gz 1152383 BLAKE2B 17b054083ce178255f19026d175986225f6f803a21e0cef4ce9a557ac50057578d3ae76d3b179fe25d0febd5e05d5d5feb28f9761045a8e41497b92a966196ec SHA512 2be4de27b2ed2212cf7b6ef9d40afac5c00f7a71df4e60208ea57258c01e56413cee439f84490d605f44a835522d1c1a55de898feccdd4429e907a9f82edd7cb
+DIST rpcs3-glslang-36d08c0d940cf307a23928299ef52c7970d8cee6.tar.gz 3769785 BLAKE2B 923bfada8484a3bb91dd92a242d7096017b77fd399a90052af121658221069215e277d51fb4b9b95821b9272e44618f91883c2dc49bfb671c52a941d54aec182 SHA512 184baa0bc22d5e79bf8424692b5c8bb51676ca20819551cf406a4fd898dd1ad5ca7296e26ce7b99878e627dcafc4cd435933dd939c91753c5050022052e1dbe5
+DIST rpcs3-miniupnp-7f189988a0decca0ab7da89000051ab91751f70d.tar.gz 462956 BLAKE2B da35be2f89c4aa19e4d956f2929184653c9dcafdd6f7fa8b463e23bb6b449bb4ad17ea526ea11eb1dae460ff26c4c45e219de6e93afaeb9fe9042e91ac7a64eb SHA512 7bc34491912099b26873f7942077156e267cf3860082299c6ebf42ca0d7cb8a0d8330b874fd37f00907b865bb08321e4d6d5d1b5bba581140d9dd0f07f9f1599
+DIST rpcs3-rtmidi-1e5b49925aa60065db52de44c366d446a902547b.tar.gz 515635 BLAKE2B 4a4809bd2c1f03b0ecda9a2583c84fb7f0a040f362bcd96f2639b062b8a5dbdb4da214f1f14d56664e59f0c964413db8f6d1722ece59c9a36629fb50d2b56c92 SHA512 c5f221cecbcee5085a75264b9c5f4eb4f8096d8f7425908678a3429f97fd4177d4f1781c5ef9f46093353878eabffc76b2f9af049ea4ba6dee05f1c7999f1b9f
+DIST rpcs3-soundtouch-394e1f58b23dc80599214d2e9b6a5e0dfd0bbe07.tar.gz 606942 BLAKE2B 208041ba68fc7b26d3fd800e1a26c79d8f011142fff1f6ea519d71972762299816eb10b3204a8bd4fe872bb19fe5639e5782db4e40333cb2073c7fb32153e6e7 SHA512 ef4a3300b6e80e4f540c3d1444b2604e6cb9bb72bd9648059706e1ad1aba015fdf9babecd9986910a2069ba44947e72e965ccc793f98598b6d6c140181585dfe
+DIST rpcs3-wolfssl-00e42151ca061463ba6a95adb2290f678cbca472.tar.gz 23602428 BLAKE2B 3e8dfe67c9401a32ae9cdea9f03ef929e6378e55af4edb5b26c4e8bd91e21ff91d5cae73bf858b4dfcc292ca0ac4ba667baf373e9f5d093e26ea6287dd677bee SHA512 79023c31489fa8ce3772e8042c47360be8ad29e29b7e7ae2dd397907e11acd64536d5446f52e9957194d054f959069521ffdc90faa820d09ba406a4ad8ae1440
+DIST rpcs3-yaml-cpp-456c68f452da09d8ca84b375faa2b1397713eaba.tar.gz 1019142 BLAKE2B 8c7b4e1c788a07c1092be813555b1774a713693dd995183671d60b1896f96e105631447cb8c69bbcb13c380388b632d38a2c59be19903bc259ae6b57a181612a SHA512 0d06856bacb6c3cb987299c650baffcb2647a4b9a53394a7ce5c75301b527574d41cb0dfe9bf2e997e04588786d5aa7232437472a2e5fec422e8aa56aba0ea14
diff --git a/games-emulation/rpcs3/files/rpcs3-0.0.34-system-openal.patch b/games-emulation/rpcs3/files/rpcs3-0.0.34-system-openal.patch
new file mode 100644
index 0000000000..880721d230
--- /dev/null
+++ b/games-emulation/rpcs3/files/rpcs3-0.0.34-system-openal.patch
@@ -0,0 +1,23 @@
+Unbundle openal.
+--- a/rpcs3/Emu/Cell/Modules/cellMic.h
++++ b/rpcs3/Emu/Cell/Modules/cellMic.h
+@@ -3,7 +3,7 @@
+ #include "Utilities/Thread.h"
+ #include "Emu/Cell/timers.hpp"
+
+-#include "3rdparty/OpenAL/openal-soft/include/AL/alext.h"
++#include
+
+ // Error Codes
+ enum CellMicInError : u32
+--- a/rpcs3/rpcs3qt/microphone_creator.cpp
++++ b/rpcs3/rpcs3qt/microphone_creator.cpp
+@@ -4,7 +4,7 @@
+ #include "Utilities/StrFmt.h"
+ #include "Utilities/StrUtil.h"
+
+-#include "3rdparty/OpenAL/openal-soft/include/AL/alext.h"
++#include
+
+ LOG_CHANNEL(cfg_log, "CFG");
+
diff --git a/games-emulation/rpcs3/files/rpcs3-0.0.34-system-stb.patch b/games-emulation/rpcs3/files/rpcs3-0.0.34-system-stb.patch
new file mode 100644
index 0000000000..062e215da6
--- /dev/null
+++ b/games-emulation/rpcs3/files/rpcs3-0.0.34-system-stb.patch
@@ -0,0 +1,21 @@
+Unbundle stb.
+--- a/3rdparty/CMakeLists.txt
++++ b/3rdparty/CMakeLists.txt
+@@ -129,7 +130,8 @@ endif()
+
+
+ # stblib
+-add_subdirectory(stblib)
++pkg_check_modules(stb REQUIRED IMPORTED_TARGET GLOBAL stb)
++add_library(3rdparty::stblib ALIAS PkgConfig::stb)
+
+ # DiscordRPC
+ add_subdirectory(discord-rpc)
+@@ -359,7 +360,6 @@ add_library(3rdparty::xxhash ALIAS xxhash)
+ add_library(3rdparty::hidapi ALIAS 3rdparty_hidapi)
+ add_library(3rdparty::libpng ALIAS ${LIBPNG_TARGET})
+ add_library(3rdparty::opengl ALIAS 3rdparty_opengl)
+-add_library(3rdparty::stblib ALIAS 3rdparty_stblib)
+ add_library(3rdparty::discordRPC ALIAS 3rdparty_discordRPC)
+ add_library(3rdparty::faudio ALIAS ${FAUDIO_TARGET})
+ add_library(3rdparty::libevdev ALIAS ${LIBEVDEV_TARGET})
diff --git a/games-emulation/rpcs3/files/rpcs3-0.0.34-system-zstd.patch b/games-emulation/rpcs3/files/rpcs3-0.0.34-system-zstd.patch
new file mode 100644
index 0000000000..0b8464e720
--- /dev/null
+++ b/games-emulation/rpcs3/files/rpcs3-0.0.34-system-zstd.patch
@@ -0,0 +1,21 @@
+Unbundle zstd.
+--- a/3rdparty/CMakeLists.txt
++++ b/3rdparty/CMakeLists.txt
+@@ -20,7 +20,8 @@ add_library(3rdparty_dummy_lib INTERFACE)
+ add_subdirectory(zlib EXCLUDE_FROM_ALL)
+
+ # ZSTD
+-add_subdirectory(zstd EXCLUDE_FROM_ALL)
++pkg_check_modules(zstd REQUIRED IMPORTED_TARGET GLOBAL libzstd)
++add_library(3rdparty::zstd ALIAS PkgConfig::zstd)
+
+ # 7zip sdk
+ add_subdirectory(7zip EXCLUDE_FROM_ALL)
+@@ -350,7 +351,6 @@ else()
+ add_library(3rdparty::libusb ALIAS usb-1.0-static)
+ endif()
+ add_library(3rdparty::zlib ALIAS 3rdparty_zlib)
+-add_library(3rdparty::zstd ALIAS 3rdparty_zstd)
+ add_library(3rdparty::7zip ALIAS 3rdparty_7zip)
+ add_library(3rdparty::flatbuffers ALIAS 3rdparty_flatbuffers)
+ add_library(3rdparty::pugixml ALIAS pugixml)
diff --git a/games-emulation/rpcs3/metadata.xml b/games-emulation/rpcs3/metadata.xml
index 65cadeec83..b4175b4560 100644
--- a/games-emulation/rpcs3/metadata.xml
+++ b/games-emulation/rpcs3/metadata.xml
@@ -12,4 +12,7 @@
Enable PS Move support
Build vulkan renderer
+
+ RPCS3/rpcs3
+
diff --git a/games-emulation/rpcs3/rpcs3-0.0.34.ebuild b/games-emulation/rpcs3/rpcs3-0.0.34.ebuild
new file mode 100644
index 0000000000..cc6580324a
--- /dev/null
+++ b/games-emulation/rpcs3/rpcs3-0.0.34.ebuild
@@ -0,0 +1,184 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic xdg
+
+ASMJIT_COMMIT="416f7356967c1f66784dc1580fe157f9406d8bff"
+GLSLANG_COMMIT="36d08c0d940cf307a23928299ef52c7970d8cee6"
+MINIUPNP_COMMIT="7f189988a0decca0ab7da89000051ab91751f70d"
+RTMIDI_COMMIT="1e5b49925aa60065db52de44c366d446a902547b"
+WOLFSSL_COMMIT="00e42151ca061463ba6a95adb2290f678cbca472"
+SOUNDTOUCH_COMMIT="394e1f58b23dc80599214d2e9b6a5e0dfd0bbe07"
+YAMLCPP_COMMIT="456c68f452da09d8ca84b375faa2b1397713eaba"
+
+DESCRIPTION="PS3 emulator/debugger"
+HOMEPAGE="https://rpcs3.net/"
+if [[ ${PV} == "9999" ]]; then
+ EGIT_REPO_URI="https://github.com/RPCS3/rpcs3"
+ EGIT_SUBMODULES=(
+ 'asmjit' '3rdparty/glslang' '3rdparty/miniupnp/miniupnp' '3rdparty/rtmidi/rtmidi' '3rdparty/wolfssl'
+ '3rdparty/SoundTouch/soundtouch' '3rdparty/zstd/zstd' '3rdparty/stblib/stb' '3rdparty/OpenAL/openal-soft'
+ '3rdparty/fusion/fusion'
+ )
+ # Delete sources when ensuring yaml-cpp compiled with fexceptions
+ EGIT_SUBMODULES+=( '3rdparty/yaml-cpp' )
+ inherit git-r3
+else
+ SRC_URI="
+ https://github.com/RPCS3/rpcs3/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/asmjit/asmjit/archive/${ASMJIT_COMMIT}.tar.gz -> ${PN}-asmjit-${ASMJIT_COMMIT}.tar.gz
+ https://github.com/KhronosGroup/glslang/archive/${GLSLANG_COMMIT}.tar.gz -> ${PN}-glslang-${GLSLANG_COMMIT}.tar.gz
+ https://github.com/miniupnp/miniupnp/archive/${MINIUPNP_COMMIT}.tar.gz -> ${PN}-miniupnp-${MINIUPNP_COMMIT}.tar.gz
+ https://github.com/thestk/rtmidi/archive/${RTMIDI_COMMIT}.tar.gz -> ${PN}-rtmidi-${RTMIDI_COMMIT}.tar.gz
+ https://github.com/wolfSSL/wolfssl/archive/${WOLFSSL_COMMIT}.tar.gz -> ${PN}-wolfssl-${WOLFSSL_COMMIT}.tar.gz
+ https://github.com/RPCS3/soundtouch/archive/${SOUNDTOUCH_COMMIT}.tar.gz -> ${PN}-soundtouch-${SOUNDTOUCH_COMMIT}.tar.gz
+ https://github.com/RPCS3/yaml-cpp/archive/${YAMLCPP_COMMIT}.tar.gz -> ${PN}-yaml-cpp-${YAMLCPP_COMMIT}.tar.gz
+ "
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="discord faudio +llvm opencv wayland"
+
+COMMON_DEPEND="
+ app-arch/zstd
+ dev-libs/flatbuffers
+ dev-libs/hidapi
+ dev-libs/libevdev
+ dev-libs/pugixml
+ dev-libs/xxhash
+ dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
+ dev-qt/qtmultimedia:6
+ dev-qt/qtsvg:6
+ media-libs/alsa-lib
+ media-libs/cubeb
+ media-libs/glew
+ media-libs/libglvnd
+ media-libs/libpng:=
+ media-libs/openal
+ media-libs/vulkan-loader[wayland?]
+ media-video/ffmpeg:=
+ net-misc/curl
+ llvm-core/llvm:=
+ sys-libs/zlib
+ virtual/libusb:1
+ x11-libs/libX11
+ faudio? ( app-emulation/faudio )
+ opencv? ( media-libs/opencv )
+ wayland? ( dev-libs/wayland )
+"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="
+ ${COMMON_DEPEND}
+ dev-libs/stb
+"
+
+QA_PREBUILT="usr/share/rpcs3/test/.*"
+QA_WX_LOAD="usr/share/rpcs3/test/*"
+
+PATCHES=(
+ "${FILESDIR}/${P}-system-openal.patch"
+ "${FILESDIR}/${P}-system-stb.patch"
+ "${FILESDIR}/${P}-system-zstd.patch"
+)
+
+src_prepare() {
+ if [[ ${PV} != "9999" ]]; then
+ rmdir "${S}/3rdparty/asmjit/asmjit" || die
+ mv "${WORKDIR}/asmjit-${ASMJIT_COMMIT}" "${S}/3rdparty/asmjit/asmjit" || die
+
+ rmdir "${S}/3rdparty/glslang/glslang" || die
+ mv "${WORKDIR}/glslang-${GLSLANG_COMMIT}" "${S}/3rdparty/glslang/glslang" || die
+
+ rmdir "${S}/3rdparty/miniupnp/miniupnp" || die
+ mv "${WORKDIR}/miniupnp-${MINIUPNP_COMMIT}" "${S}/3rdparty/miniupnp/miniupnp" || die
+
+ rmdir "${S}/3rdparty/rtmidi/rtmidi" || die
+ mv "${WORKDIR}/rtmidi-${RTMIDI_COMMIT}" "${S}/3rdparty/rtmidi/rtmidi" || die
+
+ rmdir "${S}/3rdparty/wolfssl/wolfssl" || die
+ mv "${WORKDIR}/wolfssl-${WOLFSSL_COMMIT}" "${S}/3rdparty/wolfssl/wolfssl" || die
+
+ rmdir "${S}/3rdparty/SoundTouch/soundtouch" || die
+ mv "${WORKDIR}/soundtouch-${SOUNDTOUCH_COMMIT}" "${S}/3rdparty/SoundTouch/soundtouch" || die
+
+ rmdir "${S}/3rdparty/yaml-cpp/yaml-cpp" || die
+ mv "${WORKDIR}/yaml-cpp-${YAMLCPP_COMMIT}" "${S}/3rdparty/yaml-cpp/yaml-cpp" || die
+
+ #Define RPCS3 Version
+ { echo "#define RPCS3_GIT_VERSION \"${PV}\""
+ echo '#define RPCS3_GIT_BRANCH "master"'
+ echo '#define RPCS3_GIT_FULL_BRANCH "RPCS3/rpcs3/master"'
+ echo '#define RPCS3_GIT_VERSION_NO_UPDATE 1'; } > rpcs3/git-version.h
+ fi
+
+ # Disable automagic ccache
+ sed -i -e '/find_program(CCACHE_FOUND ccache)/d' CMakeLists.txt || die
+
+ # Unbundle hidapi
+ sed -i -e '/hidapi\.h/{s:":/}' rpcs3/Input/hid_pad_handler.h || die
+ sed -i -e '/hidapi/d' 3rdparty/CMakeLists.txt || die
+ sed -i -e '1afind_package(PkgConfig REQUIRED)\npkg_check_modules(hidapi-hidraw REQUIRED hidapi-hidraw)' \
+ rpcs3/CMakeLists.txt || die
+ sed -i -e 's/3rdparty::hidapi/hidapi-hidraw/' rpcs3/CMakeLists.txt rpcs3/rpcs3qt/CMakeLists.txt || die
+ sed -i -e 's/hid_write_control/hid_write/' \
+ rpcs3/Input/dualsense_pad_handler.cpp rpcs3/Input/ds4_pad_handler.cpp || die
+
+ # Unbundle cubeb
+ sed -i -e '/cubeb/d' 3rdparty/CMakeLists.txt || die
+ sed -i -e '$afind_package(cubeb)\n' CMakeLists.txt || die
+ sed -i -e 's/3rdparty::cubeb/cubeb/' rpcs3/Emu/CMakeLists.txt || die
+
+ # Unbundle yaml-cpp: system yaml-cpp should be compiled with -fexceptions
+ # sed -i -e '/yaml-cpp/d' 3rdparty/CMakeLists.txt || die
+ # sed -i -e '$afind_package(yaml-cpp)\n' CMakeLists.txt || die
+ # sed -i -e 's/3rdparty::yaml-cpp/yaml-cpp/' rpcs3/Emu/CMakeLists.txt \
+ # rpcs3/rpcs3qt/CMakeLists.txt || die
+
+ # Fix build with GCC 15
+ # https://github.com/KhronosGroup/glslang/commit/e40c14a3e007fac0e4f2e4164fdf14d1712355bd
+ sed -i '//a#include ' 3rdparty/glslang/glslang/SPIRV/SpvBuilder.h || die
+
+ cmake_src_prepare
+}
+
+src_configure() {
+ filter-lto
+
+ local mycmakeargs=(
+ -DBUILD_SHARED_LIBS=OFF # to remove after unbundling
+ -DUSE_PRECOMPILED_HEADERS=ON
+ -DUSE_SYSTEM_CURL=ON
+ -DUSE_SYSTEM_FFMPEG=ON
+ -DUSE_SYSTEM_FLATBUFFERS=ON
+ -DUSE_SYSTEM_LIBPNG=ON
+ -DUSE_SYSTEM_LIBUSB=ON
+ -DUSE_SYSTEM_PUGIXML=ON
+ -DUSE_SYSTEM_XXHASH=ON
+ -DUSE_SYSTEM_ZLIB=ON
+ -DUSE_VULKAN=ON
+ -DUSE_DISCORD_RPC=$(usex discord)
+ -DUSE_FAUDIO=$(usex faudio)
+ -DUSE_SYSTEM_OPENCV=$(usex opencv)
+ -DWITH_LLVM=$(usex llvm)
+ $(cmake_use_find_package wayland Wayland)
+ )
+ # These options are defined conditionally to suppress QA notice
+ use faudio && mycmakeargs+=( -DUSE_SYSTEM_FAUDIO=$(usex faudio) )
+
+ cmake_src_configure
+
+ sed -i -e 's/FFMPEG_LIB_AVFORMAT-NOTFOUND/avformat/' -e 's/FFMPEG_LIB_AVCODEC-NOTFOUND/avcodec/' \
+ -e 's/FFMPEG_LIB_AVUTIL-NOTFOUND/avutil/' -e 's/FFMPEG_LIB_SWSCALE-NOTFOUND/swscale/' \
+ -e 's/FFMPEG_LIB_SWRESAMPLE-NOTFOUND/swresample/' "${BUILD_DIR}"/build.ninja || die
+}
+
+src_install() {
+ cmake_src_install
+
+ # remove unneccessary files to save some space
+ rm -rf "${ED}/usr/share/rpcs3/"{git,test} || die
+}
diff --git a/games-util/ProtonUp-Qt/Manifest b/games-util/ProtonUp-Qt/Manifest
index 02521d1802..e03c624320 100644
--- a/games-util/ProtonUp-Qt/Manifest
+++ b/games-util/ProtonUp-Qt/Manifest
@@ -1 +1,2 @@
DIST ProtonUp-Qt-2.11.1.tar.gz 944076 BLAKE2B bf2c1bd63e81b8fef15e78132b652e9b2ea44fe837ebaccd5eb12a719ef8199f013865f92dcf57e40bf5464f39d6fe7d69dc4e7eb4c5f9edc4d59d4fcace3087 SHA512 b839880656e8957c1b7d5d99a68b2809e208308ceb45df907e04bd1bd0ee24f695f79b3c7ba7c3ed12b9ed7e8106aed68afb361ff81181a556000c5717b25de7
+DIST ProtonUp-Qt-2.12.0.tar.gz 1007595 BLAKE2B 368dfd40c3f9cf5c6d794499af2f883e36b84ddad1b9465a5325d328bdfae4c1ac88b58846fa1309dfa2ef431b4df2402b9865b8ce3ac086b8d5e838b61199f2 SHA512 9efb608e3b4cde605351136811a2b201d0d05687de60dee8ad3d8fe932ade2b3298106a0d43bef933aca952ab393ed4c9817ddb4656bdb44a51f0594becfb6b4
diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild
index 7dbd43fb2d..263d52152f 100644
--- a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild
+++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit desktop distutils-r1 xdg
diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.12.0.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.12.0.ebuild
new file mode 100644
index 0000000000..82fb829107
--- /dev/null
+++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.12.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{12..13} )
+
+inherit desktop distutils-r1 xdg
+
+DESCRIPTION="Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic."
+HOMEPAGE="https://davidotek.github.io/protonup-qt/"
+
+SRC_URI="
+ https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/pyaml-6.0[${PYTHON_USEDEP}]
+ >=dev-python/pyside-6.3.0[dbus,gui,uitools,widgets,${PYTHON_USEDEP}]
+ >=dev-python/pyxdg-0.27[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.27.0[${PYTHON_USEDEP}]
+ >=dev-python/steam-1.6.1[${PYTHON_USEDEP}]
+ >=dev-python/vdf-4.0[${PYTHON_USEDEP}]
+ >=dev-python/zstandard-0.19.0[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-2.11.1-add-entrypoint.patch"
+)
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ # execute entry point instead
+ sed -i "/^Exec=/s/net.davidotek.pupgui2/${PN}/" share/applications/net.davidotek.pupgui2.desktop || die
+ distutils-r1_src_prepare
+}
+
+src_install() {
+ distutils-r1_src_install
+ domenu share/applications/net.davidotek.pupgui2.desktop
+ for size in 64 128 256; do
+ doicon -s ${size} share/icons/hicolor/${size}x${size}/apps/net.davidotek.pupgui2.png
+ done
+}
+
+src_test() {
+ local -x QT_QPA_PLATFORM=offscreen
+ distutils-r1_src_test
+}
diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
index db42c855de..2afdf08cf6 100644
--- a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
+++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit desktop distutils-r1 git-r3 xdg
@@ -26,7 +26,7 @@ RDEPEND="
"
PATCHES=(
- "${FILESDIR}/${P}-add-entrypoint.patch"
+ "${FILESDIR}/${PN}-2.11.1-add-entrypoint.patch"
)
distutils_enable_tests pytest
@@ -44,3 +44,8 @@ src_install() {
doicon -s ${size} share/icons/hicolor/${size}x${size}/apps/net.davidotek.pupgui2.png
done
}
+
+src_test() {
+ local -x QT_QPA_PLATFORM=offscreen
+ distutils-r1_src_test
+}
diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest
index df7f26bec7..04adf33de1 100644
--- a/gui-apps/corestuff/Manifest
+++ b/gui-apps/corestuff/Manifest
@@ -1 +1 @@
-DIST corestuff-v4.5.0.tar.bz2 1192001 BLAKE2B 5600c5e27b34d506d5951eb3a095501007be5a072a25680d1ab361eb9337b5c13afa2e2d56112ada07d9a81012050ac5deebf05a34b82944f8ea4b252998993d SHA512 c691a23ad8ef45941fe28f2eff554a668b2fb93c274609556d3bf5994406712e89db94f2b35f1520f82e57980a8a5ede6189b7152f05e80c3f3d65006ae7bfdf
+DIST corestuff-v5.0.0.tar.bz2 1192298 BLAKE2B e9f10cd6a5c0dafa2e8156dd9aff96994932ed639211cf8bdad839ca0930c5f4c1ca855661a370c7ea1eadc102cc2372d22120dbdf825a42ad35723c88fbe9ad SHA512 c2f49a88e9b2a1745cb903a2cb3e0203721b232dc5908472e293f07d4e7f71bac6fe2f70afda204ce976dc973b80d6bbce9dc8a840e4b98e1c676820eb340f6c
diff --git a/gui-apps/corestuff/corestuff-4.5.0.ebuild b/gui-apps/corestuff/corestuff-4.5.0.ebuild
deleted file mode 100644
index 7dc9f551db..0000000000
--- a/gui-apps/corestuff/corestuff-4.5.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="An activity viewer for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corestuff.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/corestuff/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- gui-libs/libcprime
- gui-libs/libcsys
- kde-frameworks/kglobalaccel:5
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libxcb:=
- x11-libs/libXi
- x11-libs/xcb-util-wm
-"
-RDEPEND="${DEPEND}"
diff --git a/gui-apps/corestuff/corestuff-5.0.0.ebuild b/gui-apps/corestuff/corestuff-5.0.0.ebuild
new file mode 100644
index 0000000000..268cb71e48
--- /dev/null
+++ b/gui-apps/corestuff/corestuff-5.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="An activity viewer for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
+SRC_URI="https://gitlab.com/cubocore/coreapps/corestuff/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-qt/qtbase:6[concurrent,dbus,gui,network,widgets]
+ >=gui-libs/libcprime-5.0.0
+ >=gui-libs/libcsys-5.0.0
+ kde-frameworks/kglobalaccel:6
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libxcb:=
+ x11-libs/libXi
+ x11-libs/xcb-util-wm
+"
+RDEPEND="${DEPEND}"
diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild
deleted file mode 100644
index 7dc9f551db..0000000000
--- a/gui-apps/corestuff/corestuff-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="An activity viewer for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corestuff.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/corestuff/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- gui-libs/libcprime
- gui-libs/libcsys
- kde-frameworks/kglobalaccel:5
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libxcb:=
- x11-libs/libXi
- x11-libs/xcb-util-wm
-"
-RDEPEND="${DEPEND}"
diff --git a/gui-apps/coretime/Manifest b/gui-apps/coretime/Manifest
index 36310282d2..2eb1a2a0a0 100644
--- a/gui-apps/coretime/Manifest
+++ b/gui-apps/coretime/Manifest
@@ -1 +1 @@
-DIST coretime-v4.5.0.tar.bz2 454335 BLAKE2B 3580bf0ee45dbed5c15660842167c5ea46a91780c27104dd514771574a3fa79c61a8b2c464f46ddffb60a2852f9e9af6ee926167cd12ef854689ded84de67a56 SHA512 71f6f541c668cf03a2e71f04842c4061f5fa0a3e2879e18566203319f885b272af4723845f2a604d9db861dbce88750dd6c619a87651137d139ebede3080ee6b
+DIST coretime-v5.0.0.tar.bz2 454572 BLAKE2B 26c5b10d5c43d59ae084de5c9cfdc020a9719668faf16975bc069751deedeedeff4209f7e2d54d598e5856a938bf17b969e192182289f0387d755cb0cc0b2cb4 SHA512 bf9c95485c360133b280896e564a7c18ee6e33439c78f28e9dba18b3400d57b1f5121ff1c9b850ddaa249a33b2f0d042328efa0dc1d9bacfe4ff1f6f8d8a4cbc
diff --git a/gui-apps/coretime/coretime-4.5.0.ebuild b/gui-apps/coretime/coretime-4.5.0.ebuild
deleted file mode 100644
index c3bd68dd69..0000000000
--- a/gui-apps/coretime/coretime-4.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="A time related task manager for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretime.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"
diff --git a/gui-apps/coretime/coretime-5.0.0.ebuild b/gui-apps/coretime/coretime-5.0.0.ebuild
new file mode 100644
index 0000000000..d33d9b238a
--- /dev/null
+++ b/gui-apps/coretime/coretime-5.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="A time related task manager for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
+SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-qt/qtbase:6[gui,network,widgets]
+ dev-qt/qtmultimedia:6
+ >=gui-libs/libcprime-5.0.0
+"
+RDEPEND="${DEPEND}"
diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild
deleted file mode 100644
index c3bd68dd69..0000000000
--- a/gui-apps/coretime/coretime-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="A time related task manager for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretime.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"
diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest
index 626776c34d..42df7077ed 100644
--- a/gui-apps/coreuniverse/Manifest
+++ b/gui-apps/coreuniverse/Manifest
@@ -1 +1 @@
-DIST coreuniverse-v4.5.0.tar.bz2 235860 BLAKE2B 0a561a882595c9d5e337f221912cc66d2edc0d34290774d1e7dd2f62e0f0868f7d5b12d3f8aecbc92d149d8ce087adefbde0a0fd981aa0e54747663531f68c70 SHA512 754af3eb7a2576c4b3152d722e5356be890201f174158de3aa99d8caa16a19829be6fbd27580e4ff4da9ebcb82e3db78289af62f4821f5d2cd06cc7e016f55b4
+DIST coreuniverse-v5.0.0.tar.bz2 235347 BLAKE2B b9701479337b4492b73e111d109c90eae6acefef11b14d71dac12108bda69591698a817f5289c211f0b3334c5547313ce234440ca7aa9ff273c2055e2025930a SHA512 b01054302fd8cdfa1622e39b2c76731e2797bfe69da98017078d957a7dd18a4d39b9878eea4d03aa713f9c3c9a3e46d22884ac83d6a9e5ef64d0f4763697e26b
diff --git a/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild b/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild
deleted file mode 100644
index 27aa50de7e..0000000000
--- a/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Shows information about apps for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"
diff --git a/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild b/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild
new file mode 100644
index 0000000000..7096ff8b48
--- /dev/null
+++ b/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Shows information about apps for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
+SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-qt/qtbase:6[gui,widgets]
+ >=gui-libs/libcprime-5.0.0
+"
+RDEPEND="${DEPEND}"
diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
deleted file mode 100644
index 27aa50de7e..0000000000
--- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Shows information about apps for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"
diff --git a/licenses/NTP b/licenses/NTP
new file mode 100644
index 0000000000..51751bba2e
--- /dev/null
+++ b/licenses/NTP
@@ -0,0 +1,11 @@
+Copyright (c) (CopyrightHoldersName) (From 4-digit-year)-(To 4-digit-year)
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose with or without fee is hereby granted,
+provided that the above copyright notice appears in all copies and that
+both the copyright notice and this permission notice appear in
+supporting documentation, and that the name (TrademarkedName) not be
+used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission. (TrademarkedName)
+makes no representations about the suitability this software for any
+purpose. It is provided “as is” without express or implied warranty.
diff --git a/media-gfx/airsane/Manifest b/media-gfx/airsane/Manifest
index a81a9e7321..3e45fff883 100644
--- a/media-gfx/airsane/Manifest
+++ b/media-gfx/airsane/Manifest
@@ -1 +1 @@
-DIST airsane-0.4.3.tar.gz 126172 BLAKE2B 0f8bcebd1a918e7fe300cbaab96488dd8c0ce8b3e6b00520d18b793a45b9c3d42c9ab6de13ffc5bcaef6371d03cee51e2a2701b25e27b3af48c7b59358b76576 SHA512 aab6aef342866d97abb8c6280a1490f4e83a2b2664ab6cf3d00fa1d838b2aa3594d8d4e76e3e7b3b21a955523dedbc616cea9d87724ad6660cb166b33ce06eeb
+DIST airsane-0.4.5.tar.gz 127876 BLAKE2B aa26a2150d1e930b721d567c1b2ff1dc62c3bacda779f67d268b3deee8de3fff7044b742cb8564892a5296d1c3a2d57c08e064d9b0483eb6947ee8cf6127dbdd SHA512 a59661478263ae56cfa88228300cbc7357b1eddd9c00cb3020bd3f68115ed28612b624b2a0197c5de58438f1c2423115cd16c210fbf73b4d61680eb2aa8969fd
diff --git a/media-gfx/airsane/airsane-0.4.3.ebuild b/media-gfx/airsane/airsane-0.4.5.ebuild
similarity index 100%
rename from media-gfx/airsane/airsane-0.4.3.ebuild
rename to media-gfx/airsane/airsane-0.4.5.ebuild
diff --git a/net-irc/halloy/Manifest b/net-irc/halloy/Manifest
index 5f5b8a29f3..467be4d485 100644
--- a/net-irc/halloy/Manifest
+++ b/net-irc/halloy/Manifest
@@ -276,6 +276,7 @@ DIST guillotiere-0.6.2.crate 18116 BLAKE2B 389fae17508d2864ad9d70ae271e3dd3519b1
DIST h2-0.4.7.crate 174114 BLAKE2B bf146baa6f998b6d95bfee77f190be7f85af5304a8b8b9931674a35a0ba0a1262d26ba097149327482dd988f8900e996086a820fd828fb023e52adb104e21bce SHA512 0d56fd3a67473d98199e0d944d2bc094c36638f3a2d986942e6bb2e1c8022e7a53f184d5ac5e8d435ae97da481ddb8d5b2a039c70180345c8006290fef39a59e
DIST half-2.4.1.crate 50892 BLAKE2B c275a9ec70d2fc0c50cb63421399202d31252b0dbf463798ed0a12a17493817c66b8933811d483b348f8f945cb05aab7cc2a4d952bd16009c3da4860202e28dc SHA512 0bce235583ca128723186e1fb50f636b519bf826c942f02c5b969db4117baa87c644665c541991c16d1f1dd97c7233c017a513d45075fc72c5d99ccc7c1ac193
DIST halloy-2025.2.tar.gz 32102318 BLAKE2B 1c3090be177f5c5155a0dc1d8e716711c1faf8ed4916239da4c75511f20e684194a7683f728ed662b9fca7268e94e79d3666f016a976e0d91ed32d65f9f4971e SHA512 3c92d0471ed882b21bf419e63b03511bd15e0a1004e534e56ed19cebaaf7940e1c6978d89728fccc857a98145d047d9062441d3e1efb6adbbbe9d857c96f0d2a
+DIST halloy-2025.3.tar.gz 33091217 BLAKE2B d174e4a21b8ec394c421205faa50612bea84e8ab4ac4a5b209416e78c57596309ef205cf91712a815790a0a9ab3b6370af63331f1c1c516b8c3d0e3819849011 SHA512 bb261c42b139b10310a86f7e3c5dbac9210cfeb55af1c8827a06db0c488e55c1f10aa1841e108898317a160d712da3bc563afc24a7fa4856aa51a8e9feee0367
DIST halloy-2025.4.tar.gz 15681933 BLAKE2B ec0f8a633d19a5e5d08f108d69850e58022a4e3f7bc1d849a51e78e7146b16f390f83b96e05fd5f13acb6c3fe0b4950d605744f9b6a947d92a884565cb9c225a SHA512 adf8e1aa8a26708303f4bdbb21fa0a4d25c102a546e51c8b5ac900c60b37e48461404af1948f1220ceedd91f4c186d40db8e8001e72e3bc864b90baca4a36ca3
DIST hashbrown-0.12.3.crate 102968 BLAKE2B 492072f27eaec45abd2c5d7405c614c0c6a8221425e901bb6174bfa1688ee524408a618650126d6c683b7285b9bf0a21dcdbff7347e4d8f97bf7111defa1b7e5 SHA512 b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76
DIST hashbrown-0.14.5.crate 141498 BLAKE2B 7d7f31b6377c901de12f78f0004a347e3e3b948b1336a54b6abd8dd2210db0ac415efcdded421a00723f16563a7b833b5d1db3cad5c12cac916e273bf3e588b3 SHA512 215ea860bd3de80e2dd2d4647c9dd31c0ac895ea7c08b87256dc11d36407e412ffefaebc6cdbec024057dd4f24b3762b4fe427be307e15d1e68ccfde89a99742
@@ -307,6 +308,7 @@ DIST iana-time-zone-0.1.61.crate 27685 BLAKE2B 2091f0bdbfae3f63ff846e27136d9779a
DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2
DIST iced-1b22d7d5fcdf519a3cac7a3cfd14398a3108c3b8.gh.tar.gz 5215204 BLAKE2B 434b7e25fa72f23d141467f7d8d5c38cd900fa10b0cc68550b8c921c5c8c5564d711e8c9e0e168598353b717287156eb95d35c4888ec976e79c351399451a812 SHA512 2bc96f528d5bf5e0a87f70bfaf995737b2fa94bcbf7987c2d75b90dc096949469a7d1c261f37cc05df623dda6fe7d9d3772c5da9e9f780ced752939933b13d5b
DIST iced-97f1db3783dca5a4f60a9f89668613de4dfe9edd.gh.tar.gz 5207813 BLAKE2B 953192817527a9d21bf109be1833bc42aba0de8cbc41669046211536a2539b0914b0efb18b4b39ddddcb9786a13f62b54ba00a979f10c344cc4f5a8bf27fddc0 SHA512 eb1d3ba278735c9a18bd893b8fc8dd1764f85216e0c47c5e7e7e78dad687525c6b25e3b6a98c105008ea0ed0c5ed9947ee003cffe3da70bcf95bb41b64d21670
+DIST iced-fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82.gh.tar.gz 5212406 BLAKE2B e75e82abb6bdc988c922f25d900543485383a54d91037daac62ed03904c40d9915d84d9d158e47fe2e4f544d6c3c6ba86849332f276d44849ef252bbde09a99b SHA512 37c2c645733ad3180451e820a927cfde0b43740d9aeacef37cf5adc40536ef13f0645b278ae9a9164c1c16da59a7207ff3613afca591d098947d06ad57d84a07
DIST icu_collections-1.5.0.crate 82762 BLAKE2B ab89336790ceafe62dd72f0aaef16a6eb47fa5e41424ed990e6c059ad431cdb3dcea943436aed0bf9c6eabd7aba12d255a2233fbbcf9cf5f666ef1dfd5b79a16 SHA512 127f1c91101ba69405b10a2590579606df766166fcf1fe6aa9a74c4900296425cba5c47a391a53a01b02026af5581f068fce4a7a400179809f7ed9922b94c0db
DIST icu_locid-1.5.0.crate 55131 BLAKE2B cde2b988f0af200b8e7851a66b8ae08881670ad6ff79c5caf5135a04c200e5ecd0acf27d8856fb0fce46d502527d506095f469c28f325b9b9d21d2a3657149be SHA512 4b85f0e7cc73166a542b2e502b3ffae1f30d2a9609ab83acf98e90b0edb37fa8ae4592f61ecf48a0ae0779fdd376abeff59e1d5cb97475012eda99ce2a97da57
DIST icu_locid_transform-1.5.0.crate 29094 BLAKE2B c7bb5c5ed273a6a97279d4599f612dccdd796f3ae717411aa5b21949721989986d8b766041b9c7e49a91cdd42a48fc965effb8d7fb6d33554926d203a6535953 SHA512 1779078e2ef9859bee2bfd5414ad7e4b0f0a40e6813f4ccf8de2bbe8c764fac7f99ef001cce22332a8b3840af22e9c7fb7cc0341cf8ba61303794ebe87071e63
diff --git a/net-irc/halloy/halloy-2025.3.ebuild b/net-irc/halloy/halloy-2025.3.ebuild
new file mode 100644
index 0000000000..268af918eb
--- /dev/null
+++ b/net-irc/halloy/halloy-2025.3.ebuild
@@ -0,0 +1,970 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+ ab_glyph@0.2.29
+ ab_glyph_rasterizer@0.1.8
+ addr2line@0.24.2
+ adler2@2.0.0
+ aes@0.8.4
+ ahash@0.8.11
+ aho-corasick@1.1.3
+ aliasable@0.1.3
+ aligned-vec@0.5.0
+ alsa-sys@0.3.1
+ alsa@0.9.1
+ amplify@4.8.0
+ amplify_derive@4.0.1
+ amplify_num@0.5.3
+ amplify_syn@2.0.1
+ android-activity@0.6.0
+ android-properties@0.2.2
+ android-tzdata@0.1.1
+ android_system_properties@0.1.5
+ anyhow@1.0.97
+ approx@0.5.1
+ arbitrary@1.4.1
+ arg_enum_proc_macro@0.3.4
+ arrayref@0.3.9
+ arrayvec@0.7.6
+ arti-client@0.26.0
+ as-raw-xcb-connection@1.0.1
+ ascii@1.1.0
+ ash@0.38.0+1.3.281
+ ashpd@0.10.2
+ ashpd@0.11.0
+ asn1-rs-derive@0.5.1
+ asn1-rs-impl@0.2.0
+ asn1-rs@0.6.2
+ async-broadcast@0.7.2
+ async-channel@1.9.0
+ async-channel@2.3.1
+ async-compression@0.4.18
+ async-executor@1.13.1
+ async-fs@2.1.2
+ async-global-executor@2.4.1
+ async-http-proxy@1.2.5
+ async-io@2.4.0
+ async-lock@3.4.0
+ async-net@2.0.0
+ async-process@2.3.0
+ async-recursion@1.1.1
+ async-signal@0.2.10
+ async-std@1.13.0
+ async-task@4.7.1
+ async-trait@0.1.85
+ async_executors@0.7.0
+ asynchronous-codec@0.7.0
+ atomic-waker@1.1.2
+ atomic@0.5.3
+ atomic@0.6.0
+ autocfg@1.4.0
+ av1-grain@0.2.3
+ avif-serialize@0.8.2
+ backtrace@0.3.74
+ base16ct@0.2.0
+ base64@0.13.1
+ base64@0.22.1
+ base64ct@1.6.0
+ bindgen@0.70.1
+ bit-set@0.8.0
+ bit-vec@0.8.0
+ bit_field@0.10.2
+ bitflags@1.3.2
+ bitflags@2.7.0
+ bitstream-io@2.6.0
+ bitvec@1.0.1
+ blanket@0.3.0
+ block-buffer@0.10.4
+ block2@0.5.1
+ block@0.1.6
+ blocking@1.6.1
+ bounded-vec-deque@0.1.1
+ bstr@1.11.3
+ built@0.7.6
+ bumpalo@3.16.0
+ by_address@1.2.1
+ bytemuck@1.21.0
+ bytemuck_derive@1.8.1
+ byteorder-lite@0.1.0
+ byteorder@1.5.0
+ bytes@1.10.1
+ bytesize@2.0.1
+ calloop-wayland-source@0.3.0
+ calloop@0.13.0
+ caret@0.5.1
+ cc@1.2.7
+ cesu8@1.1.0
+ cexpr@0.6.0
+ cfg-expr@0.15.8
+ cfg-if@1.0.0
+ cfg_aliases@0.2.1
+ chrono@0.4.40
+ cipher@0.4.4
+ clang-sys@1.8.1
+ claxon@0.4.3
+ clipboard-win@5.4.0
+ clipboard_macos@0.1.1
+ clipboard_wayland@0.2.2
+ clipboard_x11@0.4.2
+ coarsetime@0.1.35
+ codespan-reporting@0.11.1
+ color_quant@1.1.0
+ combine@4.6.7
+ concurrent-queue@2.5.0
+ const-oid@0.9.6
+ const_format@0.2.34
+ const_format_proc_macros@0.2.34
+ convert_case@0.6.0
+ convert_case@0.7.1
+ cookie-factory@0.3.3
+ core-foundation-sys@0.8.7
+ core-foundation@0.10.0
+ core-foundation@0.9.4
+ core-graphics-types@0.1.3
+ core-graphics-types@0.2.0
+ core-graphics@0.23.2
+ core-graphics@0.24.0
+ coreaudio-rs@0.11.3
+ coreaudio-sys@0.2.16
+ cosmic-text@0.13.2
+ cpal@0.15.3
+ cpufeatures@0.2.16
+ crc32fast@1.4.2
+ crossbeam-deque@0.8.6
+ crossbeam-epoch@0.9.18
+ crossbeam-queue@0.3.12
+ crossbeam-utils@0.8.21
+ crunchy@0.2.2
+ crypto-bigint@0.5.5
+ crypto-common@0.1.6
+ ctor-lite@0.1.0
+ ctr@0.9.2
+ cursor-icon@1.1.0
+ curve25519-dalek-derive@0.1.1
+ curve25519-dalek@4.1.3
+ darling@0.14.4
+ darling@0.20.10
+ darling_core@0.14.4
+ darling_core@0.20.10
+ darling_macro@0.14.4
+ darling_macro@0.20.10
+ dasp_sample@0.11.0
+ data-encoding@2.7.0
+ der-parser@9.0.0
+ der@0.7.9
+ deranged@0.3.11
+ derive-deftly-macros@0.14.2
+ derive-deftly@0.14.2
+ derive_builder_core_fork_arti@0.11.2
+ derive_builder_fork_arti@0.11.2
+ derive_builder_macro_fork_arti@0.11.2
+ derive_more-impl@1.0.0
+ derive_more-impl@2.0.1
+ derive_more@1.0.0
+ derive_more@2.0.1
+ digest@0.10.7
+ directories@5.0.1
+ dirs-next@2.0.0
+ dirs-sys-next@0.1.2
+ dirs-sys@0.4.1
+ dirs@5.0.1
+ dispatch@0.2.0
+ displaydoc@0.2.5
+ dlib@0.5.2
+ document-features@0.2.10
+ downcast-rs@1.2.1
+ drm-ffi@0.8.0
+ drm-fourcc@2.2.0
+ drm-sys@0.7.0
+ drm@0.12.0
+ dyn-clone@1.0.17
+ ecdsa@0.16.9
+ ed25519-dalek@2.1.1
+ ed25519@2.2.3
+ educe@0.4.23
+ either@1.13.0
+ elliptic-curve@0.13.8
+ embed-resource@2.5.1
+ embed-resource@3.0.2
+ emojis@0.6.4
+ encoding_rs@0.8.35
+ endi@1.1.0
+ enum-ordinalize@3.1.15
+ enumflags2@0.7.10
+ enumflags2_derive@0.7.10
+ equivalent@1.0.1
+ errno@0.3.10
+ error-code@3.3.1
+ etagere@0.2.13
+ euclid@0.22.11
+ event-listener-strategy@0.5.3
+ event-listener@2.5.3
+ event-listener@5.4.0
+ exr@1.73.0
+ fallible-iterator@0.3.0
+ fallible-streaming-iterator@0.1.9
+ fancy-regex@0.14.0
+ fast-socks5@0.10.0
+ fast-srgb8@1.0.0
+ fastrand@2.3.0
+ fdeflate@0.3.7
+ fern@0.7.1
+ ff@0.13.0
+ fiat-crypto@0.2.9
+ figment@0.10.19
+ filetime@0.2.25
+ flate2@1.0.35
+ fluid-let@1.0.0
+ fnv@1.0.7
+ foldhash@0.1.4
+ font-types@0.8.3
+ fontconfig-parser@0.5.7
+ fontdb@0.16.2
+ foreign-types-macros@0.2.3
+ foreign-types-shared@0.1.1
+ foreign-types-shared@0.3.1
+ foreign-types@0.3.2
+ foreign-types@0.5.0
+ form_urlencoded@1.2.1
+ fs-mistrust@0.8.3
+ fslock@0.2.1
+ funty@2.0.0
+ futures-channel@0.3.31
+ futures-core@0.3.31
+ futures-executor@0.3.31
+ futures-io@0.3.31
+ futures-lite@2.6.0
+ futures-macro@0.3.31
+ futures-rustls@0.26.0
+ futures-sink@0.3.31
+ futures-task@0.3.31
+ futures-util@0.3.31
+ futures@0.3.31
+ generic-array@0.14.7
+ gethostname@0.4.3
+ getrandom@0.2.15
+ getrandom@0.3.1
+ gif@0.13.1
+ gimli@0.31.1
+ gl_generator@0.14.0
+ glam@0.25.0
+ glob-match@0.2.1
+ glob@0.3.2
+ gloo-timers@0.3.0
+ glow@0.16.0
+ glutin_wgl_sys@0.6.0
+ gpu-alloc-types@0.3.0
+ gpu-alloc@0.6.0
+ gpu-allocator@0.27.0
+ gpu-descriptor-types@0.2.0
+ gpu-descriptor@0.3.1
+ group@0.13.0
+ guillotiere@0.6.2
+ h2@0.4.7
+ half@2.4.1
+ hashbrown@0.12.3
+ hashbrown@0.14.5
+ hashbrown@0.15.2
+ hashlink@0.9.1
+ heck@0.4.1
+ heck@0.5.0
+ hermit-abi@0.3.9
+ hermit-abi@0.4.0
+ hex@0.4.3
+ hexf-parse@0.2.1
+ hkdf@0.12.4
+ hmac@0.12.1
+ hostname-validator@1.1.1
+ hound@3.5.1
+ html-escape@0.2.13
+ http-body-util@0.1.2
+ http-body@1.0.1
+ http@1.2.0
+ httparse@1.9.5
+ httpdate@1.0.3
+ humantime-serde@1.1.1
+ humantime@2.1.0
+ hyper-rustls@0.27.5
+ hyper-tls@0.6.0
+ hyper-util@0.1.10
+ hyper@1.5.2
+ iana-time-zone-haiku@0.1.2
+ iana-time-zone@0.1.61
+ icu_collections@1.5.0
+ icu_locid@1.5.0
+ icu_locid_transform@1.5.0
+ icu_locid_transform_data@1.5.0
+ icu_normalizer@1.5.0
+ icu_normalizer_data@1.5.0
+ icu_properties@1.5.1
+ icu_properties_data@1.5.0
+ icu_provider@1.5.0
+ icu_provider_macros@1.5.0
+ ident_case@1.0.1
+ idna@1.0.3
+ idna_adapter@1.2.0
+ image-webp@0.2.1
+ image@0.24.9
+ image@0.25.5
+ imgref@1.11.0
+ indexmap@1.9.3
+ indexmap@2.7.0
+ inotify-sys@0.1.5
+ inotify@0.10.2
+ inout@0.1.3
+ instant@0.1.13
+ interpolate_name@0.2.4
+ interprocess@1.2.1
+ intmap@0.7.1
+ inventory@0.3.18
+ ipnet@2.10.1
+ is-docker@0.2.0
+ is-wsl@0.4.0
+ isolang@2.4.0
+ itertools@0.12.1
+ itertools@0.13.0
+ itertools@0.14.0
+ itoa@1.0.14
+ jni-sys@0.3.0
+ jni@0.21.1
+ jobserver@0.1.32
+ jpeg-decoder@0.3.1
+ js-sys@0.3.76
+ kamadak-exif@0.5.5
+ keccak@0.1.5
+ khronos-egl@6.0.0
+ khronos_api@3.1.0
+ kqueue-sys@1.0.4
+ kqueue@1.0.8
+ kurbo@0.10.4
+ kv-log-macro@1.0.7
+ lazy_static@1.5.0
+ lebe@0.5.2
+ lewton@0.10.2
+ libc@0.2.169
+ libfuzzer-sys@0.4.9
+ libloading@0.8.6
+ libm@0.2.11
+ libredox@0.1.3
+ libsqlite3-sys@0.30.1
+ lilt@0.8.0
+ linux-raw-sys@0.4.15
+ linux-raw-sys@0.6.5
+ litemap@0.7.4
+ litrs@0.4.1
+ lock_api@0.4.12
+ log@0.4.26
+ loop9@0.1.5
+ lru@0.12.5
+ lzma-sys@0.1.20
+ mac-notification-sys@0.6.2
+ mach2@0.4.2
+ malloc_buf@0.0.6
+ matchers@0.1.0
+ maybe-rayon@0.1.1
+ memchr@2.7.4
+ memmap2@0.9.5
+ memoffset@0.9.1
+ merlin@3.0.0
+ metal@0.31.0
+ mime@0.3.17
+ minimal-lexical@0.2.1
+ miniz_oxide@0.8.2
+ mio@1.0.3
+ mutate_once@0.1.1
+ naga@24.0.0
+ native-tls@0.2.12
+ ndk-context@0.1.1
+ ndk-sys@0.5.0+25.2.9519653
+ ndk-sys@0.6.0+11769913
+ ndk@0.8.0
+ ndk@0.9.0
+ new_debug_unreachable@1.0.6
+ nix@0.29.0
+ nom@7.1.3
+ noop_proc_macro@0.3.0
+ notify-rust@4.11.5
+ notify-types@1.0.1
+ notify@7.0.0
+ nu-ansi-term@0.46.0
+ num-bigint-dig@0.8.4
+ num-bigint@0.4.6
+ num-conv@0.1.0
+ num-derive@0.4.2
+ num-integer@0.1.46
+ num-iter@0.1.45
+ num-rational@0.4.2
+ num-traits@0.2.19
+ num_cpus@1.16.0
+ num_enum@0.7.3
+ num_enum_derive@0.7.3
+ objc-foundation@0.1.1
+ objc-sys@0.3.5
+ objc2-app-kit@0.2.2
+ objc2-cloud-kit@0.2.2
+ objc2-contacts@0.2.2
+ objc2-core-data@0.2.2
+ objc2-core-image@0.2.2
+ objc2-core-location@0.2.2
+ objc2-encode@4.0.3
+ objc2-foundation@0.2.2
+ objc2-link-presentation@0.2.2
+ objc2-metal@0.2.2
+ objc2-quartz-core@0.2.2
+ objc2-symbols@0.2.2
+ objc2-ui-kit@0.2.2
+ objc2-uniform-type-identifiers@0.2.2
+ objc2-user-notifications@0.2.2
+ objc2@0.5.2
+ objc@0.2.7
+ objc_id@0.1.1
+ object@0.36.7
+ oboe-sys@0.6.1
+ oboe@0.6.1
+ ogg@0.8.0
+ once_cell@1.20.3
+ oneshot-fused-workaround@0.2.1
+ open@5.3.2
+ openssl-macros@0.1.1
+ openssl-probe@0.1.5
+ openssl-sys@0.9.104
+ openssl@0.10.68
+ option-ext@0.2.0
+ orbclient@0.3.48
+ ordered-float@2.10.1
+ ordered-float@4.6.0
+ ordered-stream@0.2.0
+ os_str_bytes@6.6.1
+ ouroboros@0.18.4
+ ouroboros_macro@0.18.4
+ overload@0.1.1
+ owned_ttf_parser@0.25.0
+ p256@0.13.2
+ p384@0.13.0
+ p521@0.13.3
+ palette@0.7.6
+ palette_derive@0.7.6
+ parking@2.2.1
+ parking_lot@0.12.3
+ parking_lot_core@0.9.10
+ paste@1.0.15
+ pathdiff@0.2.3
+ pem-rfc7468@0.7.0
+ percent-encoding@2.3.1
+ phf@0.11.3
+ phf_generator@0.11.3
+ phf_macros@0.11.3
+ phf_shared@0.11.3
+ pin-project-internal@1.1.8
+ pin-project-lite@0.2.16
+ pin-project@1.1.8
+ pin-utils@0.1.0
+ piper@0.2.4
+ pkcs1@0.7.5
+ pkcs8@0.10.2
+ pkg-config@0.3.31
+ png@0.17.16
+ polling@3.7.4
+ pollster@0.4.0
+ postage@0.5.0
+ powerfmt@0.2.0
+ ppv-lite86@0.2.20
+ presser@0.3.1
+ primeorder@0.13.6
+ priority-queue@2.1.1
+ proc-macro-crate@3.2.0
+ proc-macro2-diagnostics@0.10.1
+ proc-macro2@1.0.92
+ profiling-procmacros@1.0.16
+ profiling@1.0.16
+ pwd-grp@1.0.0
+ qoi@0.4.1
+ quick-error@2.0.1
+ quick-xml@0.31.0
+ quick-xml@0.36.2
+ quote@1.0.38
+ radium@0.7.0
+ rand@0.8.5
+ rand@0.9.0
+ rand_chacha@0.3.1
+ rand_chacha@0.9.0
+ rand_core@0.6.4
+ rand_core@0.9.2
+ range-alloc@0.1.3
+ rangemap@1.5.1
+ rav1e@0.7.1
+ ravif@0.11.11
+ raw-window-handle@0.6.2
+ rayon-core@1.12.1
+ rayon@1.10.0
+ read-fonts@0.25.3
+ redox_syscall@0.4.1
+ redox_syscall@0.5.8
+ redox_users@0.4.6
+ regex-automata@0.1.10
+ regex-automata@0.4.9
+ regex-syntax@0.6.29
+ regex-syntax@0.8.5
+ regex@1.11.1
+ renderdoc-sys@1.1.0
+ reqwest@0.12.12
+ retry-error@0.6.2
+ rfc6979@0.4.0
+ rfd@0.15.2
+ rgb@0.8.50
+ ring@0.16.20
+ ring@0.17.8
+ rodio@0.20.1
+ roxmltree@0.20.0
+ rsa@0.9.7
+ rusqlite@0.32.1
+ rustc-demangle@0.1.24
+ rustc-hash@1.1.0
+ rustc-hash@2.1.0
+ rustc_version@0.4.1
+ rusticata-macros@4.1.0
+ rustix@0.38.43
+ rustls-native-certs@0.8.1
+ rustls-pemfile@2.2.0
+ rustls-pki-types@1.10.1
+ rustls-webpki@0.102.8
+ rustls@0.23.21
+ rustversion@1.0.19
+ rustybuzz@0.14.1
+ ryu@1.0.18
+ safelog@0.4.3
+ same-file@1.0.6
+ sanitize-filename@0.6.0
+ schannel@0.1.27
+ scoped-tls@1.0.1
+ scopeguard@1.2.0
+ sctk-adwaita@0.10.1
+ seahash@4.1.0
+ sec1@0.7.3
+ security-framework-sys@2.14.0
+ security-framework@2.11.1
+ security-framework@3.2.0
+ self_cell@1.1.0
+ semver@1.0.24
+ serde-value@0.7.0
+ serde@1.0.217
+ serde_derive@1.0.217
+ serde_ignored@0.1.10
+ serde_json@1.0.135
+ serde_repr@0.1.19
+ serde_spanned@0.6.8
+ serde_urlencoded@0.7.1
+ serde_with@3.12.0
+ serde_with_macros@3.12.0
+ sha1@0.10.6
+ sha2@0.10.8
+ sha3@0.10.8
+ sharded-slab@0.1.7
+ shellexpand@3.1.0
+ shlex@1.3.0
+ signal-hook-registry@1.4.2
+ signature@2.2.0
+ simd-adler32@0.3.7
+ simd_helpers@0.1.0
+ siphasher@1.0.1
+ sipper@0.1.0
+ skrifa@0.26.6
+ slab@0.4.9
+ slotmap-careful@0.2.3
+ slotmap@1.0.7
+ smallvec@1.13.2
+ smithay-client-toolkit@0.19.2
+ smithay-clipboard@0.7.2
+ smol_str@0.2.2
+ socket2@0.5.8
+ softbuffer@0.4.6
+ spin@0.5.2
+ spin@0.9.8
+ spinning@0.1.0
+ spirv@0.3.0+sdk-1.3.268.0
+ spki@0.7.3
+ ssh-cipher@0.2.0
+ ssh-encoding@0.2.0
+ ssh-key@0.6.7
+ stable_deref_trait@1.2.0
+ static_assertions@1.1.0
+ strict-num@0.1.1
+ strsim@0.10.0
+ strsim@0.11.1
+ strum@0.26.3
+ strum@0.27.1
+ strum_macros@0.26.4
+ strum_macros@0.27.1
+ subtle@2.6.1
+ svg_fmt@0.4.4
+ swash@0.2.1
+ symphonia-bundle-mp3@0.5.4
+ symphonia-core@0.5.4
+ symphonia-metadata@0.5.4
+ symphonia@0.5.4
+ syn@1.0.109
+ syn@2.0.96
+ sync_wrapper@1.0.2
+ synstructure@0.13.1
+ sys-locale@0.3.2
+ system-configuration-sys@0.6.0
+ system-configuration@0.6.1
+ system-deps@6.2.2
+ tap@1.0.1
+ target-lexicon@0.12.16
+ tauri-winrt-notification@0.2.1
+ tempfile@3.15.0
+ termcolor@1.4.1
+ thiserror-impl@1.0.69
+ thiserror-impl@2.0.12
+ thiserror@1.0.69
+ thiserror@2.0.12
+ thread_local@1.1.8
+ tiff@0.9.1
+ time-core@0.1.2
+ time-macros@0.2.19
+ time@0.3.37
+ timeago@0.4.2
+ tiny-skia-path@0.11.4
+ tiny-skia@0.11.4
+ tiny-xlib@0.2.4
+ tinystr@0.7.6
+ tinystr@0.8.0
+ tinyvec@1.8.1
+ tinyvec_macros@0.1.1
+ to_method@1.1.0
+ tokio-macros@2.5.0
+ tokio-native-tls@0.3.1
+ tokio-rustls@0.26.1
+ tokio-stream@0.1.17
+ tokio-util@0.7.13
+ tokio@1.44.0
+ toml@0.8.19
+ toml_datetime@0.6.8
+ toml_edit@0.22.22
+ tor-async-utils@0.26.0
+ tor-basic-utils@0.26.0
+ tor-bytes@0.26.0
+ tor-cell@0.26.0
+ tor-cert@0.26.0
+ tor-chanmgr@0.26.0
+ tor-checkable@0.26.0
+ tor-circmgr@0.26.0
+ tor-config-path@0.26.0
+ tor-config@0.26.0
+ tor-consdiff@0.26.0
+ tor-dirclient@0.26.0
+ tor-dirmgr@0.26.0
+ tor-error@0.26.0
+ tor-general-addr@0.26.0
+ tor-guardmgr@0.26.0
+ tor-hscrypto@0.26.0
+ tor-key-forge@0.26.0
+ tor-keymgr@0.26.0
+ tor-linkspec@0.26.0
+ tor-llcrypto@0.26.0
+ tor-log-ratelim@0.26.0
+ tor-memquota@0.26.0
+ tor-netdir@0.26.0
+ tor-netdoc@0.26.0
+ tor-persist@0.26.0
+ tor-proto@0.26.0
+ tor-protover@0.26.0
+ tor-relay-selection@0.26.0
+ tor-rtcompat@0.26.0
+ tor-rtmock@0.26.0
+ tor-socksproto@0.26.0
+ tor-units@0.26.0
+ tower-layer@0.3.3
+ tower-service@0.3.3
+ tower@0.5.2
+ tracing-attributes@0.1.28
+ tracing-core@0.1.33
+ tracing-log@0.2.0
+ tracing-subscriber@0.3.19
+ tracing-test-macro@0.2.5
+ tracing-test@0.2.5
+ tracing@0.1.41
+ try-lock@0.2.5
+ ttf-parser@0.20.0
+ ttf-parser@0.21.1
+ ttf-parser@0.25.1
+ typed-index-collections@3.1.0
+ typenum@1.17.0
+ uds_windows@1.1.0
+ uncased@0.9.10
+ unicode-bidi-mirroring@0.2.0
+ unicode-bidi@0.3.18
+ unicode-ccc@0.2.0
+ unicode-ident@1.0.14
+ unicode-linebreak@0.1.5
+ unicode-properties@0.1.3
+ unicode-script@0.5.7
+ unicode-segmentation@1.12.0
+ unicode-width@0.1.14
+ unicode-xid@0.2.6
+ untrusted@0.7.1
+ untrusted@0.9.0
+ url@2.5.4
+ urlencoding@2.1.3
+ utf16_iter@1.0.5
+ utf8-width@0.1.7
+ utf8_iter@1.0.4
+ uuid@1.15.1
+ v_frame@0.3.8
+ valuable@0.1.1
+ value-bag@1.10.0
+ vcpkg@0.2.15
+ version-compare@0.2.0
+ version_check@0.9.5
+ visibility@0.1.1
+ void@1.0.2
+ vswhom-sys@0.1.2
+ vswhom@0.1.0
+ walkdir@2.5.0
+ want@0.3.1
+ wasi@0.11.0+wasi-snapshot-preview1
+ wasi@0.13.3+wasi-0.2.2
+ wasix@0.12.21
+ wasm-bindgen-backend@0.2.99
+ wasm-bindgen-futures@0.4.49
+ wasm-bindgen-macro-support@0.2.99
+ wasm-bindgen-macro@0.2.99
+ wasm-bindgen-shared@0.2.99
+ wasm-bindgen@0.2.99
+ wasmtimer@0.4.1
+ wayland-backend@0.3.7
+ wayland-client@0.31.7
+ wayland-csd-frame@0.3.0
+ wayland-cursor@0.31.7
+ wayland-protocols-plasma@0.3.5
+ wayland-protocols-wlr@0.3.5
+ wayland-protocols@0.32.5
+ wayland-scanner@0.31.5
+ wayland-sys@0.31.5
+ weak-table@0.3.2
+ web-sys@0.3.76
+ web-time@1.1.0
+ weezl@0.1.8
+ wgpu-core@24.0.2
+ wgpu-hal@24.0.2
+ wgpu-types@24.0.0
+ wgpu@24.0.1
+ winapi-i686-pc-windows-gnu@0.4.0
+ winapi-util@0.1.9
+ winapi-x86_64-pc-windows-gnu@0.4.0
+ winapi@0.3.9
+ window_clipboard@0.4.1
+ windows-core@0.52.0
+ windows-core@0.54.0
+ windows-core@0.56.0
+ windows-core@0.58.0
+ windows-implement@0.56.0
+ windows-implement@0.58.0
+ windows-interface@0.56.0
+ windows-interface@0.58.0
+ windows-link@0.1.0
+ windows-registry@0.2.0
+ windows-result@0.1.2
+ windows-result@0.2.0
+ windows-strings@0.1.0
+ windows-sys@0.45.0
+ windows-sys@0.48.0
+ windows-sys@0.52.0
+ windows-sys@0.59.0
+ windows-targets@0.42.2
+ windows-targets@0.48.5
+ windows-targets@0.52.6
+ windows-targets@0.53.0
+ windows-version@0.1.2
+ windows@0.54.0
+ windows@0.56.0
+ windows@0.58.0
+ windows_aarch64_gnullvm@0.42.2
+ windows_aarch64_gnullvm@0.48.5
+ windows_aarch64_gnullvm@0.52.6
+ windows_aarch64_gnullvm@0.53.0
+ windows_aarch64_msvc@0.42.2
+ windows_aarch64_msvc@0.48.5
+ windows_aarch64_msvc@0.52.6
+ windows_aarch64_msvc@0.53.0
+ windows_exe_info@0.4.2
+ windows_i686_gnu@0.42.2
+ windows_i686_gnu@0.48.5
+ windows_i686_gnu@0.52.6
+ windows_i686_gnu@0.53.0
+ windows_i686_gnullvm@0.52.6
+ windows_i686_gnullvm@0.53.0
+ windows_i686_msvc@0.42.2
+ windows_i686_msvc@0.48.5
+ windows_i686_msvc@0.52.6
+ windows_i686_msvc@0.53.0
+ windows_x86_64_gnu@0.42.2
+ windows_x86_64_gnu@0.48.5
+ windows_x86_64_gnu@0.52.6
+ windows_x86_64_gnu@0.53.0
+ windows_x86_64_gnullvm@0.42.2
+ windows_x86_64_gnullvm@0.48.5
+ windows_x86_64_gnullvm@0.52.6
+ windows_x86_64_gnullvm@0.53.0
+ windows_x86_64_msvc@0.42.2
+ windows_x86_64_msvc@0.48.5
+ windows_x86_64_msvc@0.52.6
+ windows_x86_64_msvc@0.53.0
+ winnow@0.6.22
+ winreg@0.52.0
+ wit-bindgen-rt@0.33.0
+ write16@1.0.0
+ writeable@0.5.5
+ wyz@0.5.1
+ x11-dl@2.21.0
+ x11rb-protocol@0.13.1
+ x11rb@0.13.1
+ x25519-dalek@2.0.1
+ x509-signature@0.5.0
+ xcursor@0.3.8
+ xdg-home@1.3.0
+ xdg@2.5.2
+ xkbcommon-dl@0.4.2
+ xkeysym@0.2.1
+ xml-rs@0.8.25
+ xz2@0.1.7
+ yansi@1.0.1
+ yazi@0.2.1
+ yoke-derive@0.7.5
+ yoke@0.7.5
+ zbus@5.3.0
+ zbus_macros@5.3.0
+ zbus_names@4.1.0
+ zeno@0.3.2
+ zerocopy-derive@0.7.35
+ zerocopy-derive@0.8.21
+ zerocopy@0.7.35
+ zerocopy@0.8.21
+ zerofrom-derive@0.1.5
+ zerofrom@0.1.5
+ zeroize@1.8.1
+ zeroize_derive@1.4.2
+ zerovec-derive@0.10.3
+ zerovec@0.10.4
+ zstd-safe@7.2.1
+ zstd-sys@2.0.13+zstd.1.5.6
+ zstd@0.13.2
+ zune-core@0.4.12
+ zune-inflate@0.2.54
+ zune-jpeg@0.4.14
+ zvariant@5.2.0
+ zvariant_derive@5.2.0
+ zvariant_utils@3.1.0
+"
+
+declare -A GIT_CRATES=(
+ [cryoglyph]='https://github.com/iced-rs/cryoglyph;be2defe4a13fd7c97c6f4c81e8e085463eb578dc;cryoglyph-%commit%'
+ [dark-light]='https://github.com/rust-dark-light/dark-light;8e1f745f91e1e805fa772a83e4744afe95d70aa1;dark-light-%commit%'
+ [dpi]='https://github.com/iced-rs/winit;11414b6aa45699f038114e61b4ddf5102b2d3b4b;winit-%commit%/dpi'
+ [iced]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%'
+ [iced_core]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/core'
+ [iced_futures]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/futures'
+ [iced_graphics]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/graphics'
+ [iced_renderer]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/renderer'
+ [iced_runtime]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/runtime'
+ [iced_tiny_skia]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/tiny_skia'
+ [iced_wgpu]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/wgpu'
+ [iced_widget]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/widget'
+ [iced_winit]='https://github.com/iced-rs/iced;fd5ed0d0a6e84b3c036ff8e1f0d62d383d4b1e82;iced-%commit%/winit'
+ [winit]='https://github.com/iced-rs/winit;11414b6aa45699f038114e61b4ddf5102b2d3b4b;winit-%commit%'
+)
+
+RUST_MIN_VER="1.79.0"
+
+inherit cargo desktop xdg
+
+DESCRIPTION="IRC application written in Rust"
+HOMEPAGE="https://github.com/squidowl/halloy"
+LICENSE="GPL-3"
+# Dependent crate licenses
+LICENSE+="
+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
+ CC0-1.0 ISC MIT MPL-2.0 UoI-NCSA Unicode-3.0 Unlicense ZLIB
+"
+SLOT="0"
+
+IUSE="opengl +vulkan wayland +X"
+REQUIRED_USE="
+ || ( opengl vulkan )
+ vulkan? ( || ( wayland X ) )
+"
+
+if [[ ${PV} = *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/squidowl/halloy"
+else
+ KEYWORDS="~amd64"
+ SRC_URI="
+ https://github.com/squidowl/halloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+ ${CARGO_CRATE_URIS}
+ "
+fi
+
+# https://github.com/iced-rs/iced/blob/master/DEPENDENCIES.md
+BDEPEND="
+ virtual/pkgconfig
+"
+DEPEND="
+ dev-libs/expat
+ dev-libs/openssl
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/freetype[X?]
+ opengl? ( media-libs/libglvnd[X?] )
+ vulkan? ( media-libs/vulkan-loader[wayland?,X?] )
+ wayland? ( dev-libs/wayland )
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcursor
+ x11-libs/libXi
+ x11-libs/libXrandr
+ )
+"
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
+src_unpack() {
+ if [[ ${PV} = *9999* ]] ; then
+ git-r3_src_unpack
+ cargo_live_src_unpack
+ else
+ cargo_src_unpack
+ fi
+}
+
+src_configure() {
+ if [[ ${PV} != *9999* ]] ; then
+ # Fix cargo.eclass handling of patched dependencies
+ # https://github.com/squidowl/halloy/blob/2025.3/Cargo.toml#L92-L94
+ sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \
+ "${ECARGO_HOME}/config.toml" || die
+ fi
+ cargo_src_configure
+}
+
+src_compile() {
+ export OPENSSL_NO_VENDOR=1
+ export PKG_CONFIG_ALLOW_CROSS=1
+ cargo_src_compile
+}
+
+src_install() {
+ local size
+ for size in 24 32 48 64 96 128 256 512; do
+ doicon --size ${size} assets/linux/icons/hicolor/${size}x${size}/apps/org.squidowl.${PN}.png
+ done
+
+ domenu assets/linux/org.squidowl.${PN}.desktop
+
+ cargo_src_install
+}
diff --git a/net-irc/halloy/halloy-2025.4.ebuild b/net-irc/halloy/halloy-2025.4.ebuild
index b9830f1fb2..4ba7bc39cf 100644
--- a/net-irc/halloy/halloy-2025.4.ebuild
+++ b/net-irc/halloy/halloy-2025.4.ebuild
@@ -942,7 +942,7 @@ src_unpack() {
src_configure() {
if [[ ${PV} != *9999* ]] ; then
# Fix cargo.eclass handling of patched dependencies
- # https://github.com/squidowl/halloy/blob/2025.2/Cargo.toml#L72-L74
+ # https://github.com/squidowl/halloy/blob/2025.4/Cargo.toml#L97-L98
sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \
"${ECARGO_HOME}/config.toml" || die
fi
diff --git a/net-irc/halloy/metadata.xml b/net-irc/halloy/metadata.xml
index 8ae8b975db..385d5c0f61 100644
--- a/net-irc/halloy/metadata.xml
+++ b/net-irc/halloy/metadata.xml
@@ -9,7 +9,7 @@
https://github.com/squidowl/halloy/issues
- https://halloy.chat/
+ https://halloy.chat
squidowl/halloy
diff --git a/net-irc/limnoria-plugins-bugzilla/Manifest b/net-irc/limnoria-plugins-bugzilla/Manifest
new file mode 100644
index 0000000000..f7090a1481
--- /dev/null
+++ b/net-irc/limnoria-plugins-bugzilla/Manifest
@@ -0,0 +1 @@
+DIST limnoria-plugins-bugzilla-4.0.tar.gz 20256 BLAKE2B f20eb24f9f9cc0a3499cb1948275f6a354cc05eade25c7361be874ecfb9318915a5ec54804927c9598c938ffe0b503d564b6ce60f69ef262e986d9597ab7003b SHA512 cc4c7c0bd630d533b546c7c6a3e0f4d5ca1996c99676de6de27661efd395573b54de90f5c5ac005171e463d0e611a9560647382b539a9edbb0a0a4501e51bca1
diff --git a/net-irc/limnoria-plugins-bugzilla/limnoria-plugins-bugzilla-4.0.ebuild b/net-irc/limnoria-plugins-bugzilla/limnoria-plugins-bugzilla-4.0.ebuild
new file mode 100644
index 0000000000..27a3151d3c
--- /dev/null
+++ b/net-irc/limnoria-plugins-bugzilla/limnoria-plugins-bugzilla-4.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="limnoria-bugzilla"
+DESCRIPTION="Bugzilla integration plugin for the Limnoria IRC Bot"
+HOMEPAGE="https://github.com/bugzilla/limnoria-bugzilla"
+SRC_URI="https://github.com/bugzilla/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="net-irc/limnoria"
+
+src_install() {
+ default
+ insinto /usr/share/limnoria-extra-plugins/Bugzilla/Bugzilla
+ doins -r *
+}
+
+pkg_postinst() {
+ elog "Before this plugin can be used, your bot will need to be told where to"
+ elog "load it from. To do this, add /usr/share/limnoria-extra-plugins/Bugzilla when"
+ elog "prompted during the bot creation wizard, or add it to a running bots config"
+ elog "with the command"
+ elog
+ elog " config directories.plugins [config directories.plugins], /usr/share/limnoria-extra-plugins/Bugzilla"
+}
diff --git a/net-irc/limnoria-plugins-bugzilla/metadata.xml b/net-irc/limnoria-plugins-bugzilla/metadata.xml
new file mode 100644
index 0000000000..540043d3f0
--- /dev/null
+++ b/net-irc/limnoria-plugins-bugzilla/metadata.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ cyber+gentoo@sysrq.in
+ Anna
+
+
+ bugzilla/limnoria-bugzilla
+
+ Dave Miller
+ justdave@bugzilla.org
+
+
+
diff --git a/net-p2p/p2pool/Manifest b/net-p2p/p2pool/Manifest
index 51c49183a9..c14b7b7360 100644
--- a/net-p2p/p2pool/Manifest
+++ b/net-p2p/p2pool/Manifest
@@ -4,3 +4,5 @@ DIST p2pool-4.3.tar.xz 121435168 BLAKE2B fe09dbf3239b3a3785dcdcddb768f2ae2cdd8e4
DIST p2pool-4.3_shasums.asc 2007 BLAKE2B f772d5ed9f93ce54d90f1fc168af8e92f18872d1d274bdfadcf3444cc9a0d5e6a97ced411ec4150f819243cd7fbd373a6f9219b746f661e099f61ac21c6f566a SHA512 6e8ebc1cdcd3ad81ccabf29532d788662d89fab089166d038c53d5d5685b864c45bfe92c81cb39a69cea1bdd8f9bf94f69578d64e29cc093af4ccf4108865ea9
DIST p2pool-4.4.tar.xz 117006468 BLAKE2B d9546b56c4085f176084d36ee56a84bb1c7e253e22864164705dd1a26cee35d68a4e30d74ed92e8bd3cb01ea929cbfbd35b5cb516aaf36e02c12b0e706baee02 SHA512 83e4f2f363511951a289eb7a12b55aa949c802ce29f5b7f0cf982fa37fe72d7551460d718ed3ef833685b6eef641a8e0ba997a6021fce6a01da2e650a68ec11d
DIST p2pool-4.4_shasums.asc 2007 BLAKE2B 85d2263d673f26044ed89812a9b8aea5c383360ddf0ef6ddcdf832bd2a1245b6e2655d947e5854cb7323f9400a7afe91968cfa57faa7b32e8188d82e46e29983 SHA512 0c22da304c2a2744836af1a45908e7907dcc3ff26ea1885c1feb505b12a42f3fdf290788a3225405354e6291c656c2f85e55cac16b3a219b9e35d926c6b3d1b6
+DIST p2pool-4.5.tar.xz 116891264 BLAKE2B 70c878f17e679b152213aec26404bee66534c4261d37408af9d9f14b4a4c87c75640560e506246c04b877c792b01ab2c9383d6d9950fcb80615691dd284772f4 SHA512 5fa82d375fb68edfbeaf7b8c4d85df159c861cda8266fdb6541db40972ea4bed776a7e10eb3447c78218e9658a855a09908c1f02fc59703c4e05bafe2c243cbc
+DIST p2pool-4.5_shasums.asc 2007 BLAKE2B 0fb2d4594a016bf5dae48c6c4fb549c0957bb80fac27b0053ddb098884c9ba90ba5f25e1e62b745ece64d561658aab4147c5fba872b2483bf27b8707ccac3ab7 SHA512 e8af1df9364065bfffc49cc46e278500719a5a431d76cf6124d047724fefda4ca0a52810c8a6f60c085074957b7f96235fb09b4658963a7d25b5e2fa6df4ddd1
diff --git a/net-p2p/p2pool/p2pool-4.5.ebuild b/net-p2p/p2pool/p2pool-4.5.ebuild
new file mode 100644
index 0000000000..512a37f5e3
--- /dev/null
+++ b/net-p2p/p2pool/p2pool-4.5.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+#TODO: enable/fix GRPC/TLS dependency and add it as USE flag (https://github.com/SChernykh/p2pool/issues/313)
+# These features build fine in cmake outside of portage, I can't figure out how to link them here for the life of me.
+# It's probably better to just re-write the CMakeLists.txt to dynamicially link with gRPC
+
+EAPI=8
+
+inherit cmake verify-sig
+
+DESCRIPTION="Decentralized pool for Monero mining"
+HOMEPAGE="https://p2pool.io"
+SRC_URI="
+ https://github.com/SChernykh/p2pool/releases/download/v${PV}/p2pool_source.tar.xz -> ${P}.tar.xz
+ verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v${PV}/sha256sums.txt.asc -> ${P}_shasums.asc )
+"
+
+LICENSE="BSD GPL-3+ ISC LGPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+#IUSE="grpc tls"
+IUSE="daemon"
+
+DEPEND="
+ dev-libs/libsodium:=
+ dev-libs/libuv:=
+ dev-libs/randomx
+ net-libs/zeromq:=
+ net-misc/curl
+ daemon? (
+ acct-group/monero
+ acct-user/monero
+ )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-schernykh )"
+
+src_unpack() {
+ if use verify-sig; then
+ local VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/SChernykh.asc
+ pushd "${DISTDIR}" > /dev/null || die
+ verify-sig_verify_message ${P}_shasums.asc - | \
+ tr \\r \\n | \
+ tr '[:upper:]' '[:lower:]' | \
+ sed -n '/p2pool_source/,$p' | \
+ grep -m 1 sha256: | \
+ sed "s/sha256: \(.*\)/\1 ${P}.tar.xz/" | \
+ verify-sig_verify_unsigned_checksums - sha256 ${P}.tar.xz
+ assert
+ popd || die
+ fi
+ unpack ${P}.tar.xz
+ mv -T "${WORKDIR}"/{${PN},${P}} || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DSTATIC_BINARY=OFF
+ -DSTATIC_LIBS=OFF
+ -DWITH_GRPC=OFF #$(usex grpc)
+ -DWITH_TLS=OFF #$(usex tls)
+ )
+ cmake_src_configure
+}
+
+src_install(){
+ dobin "${BUILD_DIR}/p2pool"
+
+ if use daemon; then
+ # data-dir
+ keepdir /var/lib/${PN}
+ fowners monero:monero /var/lib/${PN}
+ fperms 0755 /var/lib/${PN}
+
+ # OpenRC
+ newconfd "${FILESDIR}"/${PN}.confd ${PN}
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ fi
+}
+
+pkg_postinst() {
+ #Some important wisdom taken from P2Pool documentation
+ ewarn "P2Pool for Monero is now installed."
+ ewarn "You can run it by doing 'p2pool --host 127.0.0.1 --wallet YOUR_PRIMARY_ADDRESS'"
+ ewarn "Where 127.0.0.1 is the address of a local monero node (e.g. monerod)"
+ ewarn ""
+ ewarn "Once configured, point your RandomX miner (e.g. XMRig) at p2pool"
+ ewarn "For example 'xmrig -o 127.0.0.1:3333'"
+ ewarn ""
+ ewarn "You MUST use your primary address when using p2pool, just like solo mining."
+ ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining."
+ ewarn ""
+ ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool."
+ ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information."
+
+ if use daemon; then
+ einfo "p2pool supports just OpenRC daemon right now."
+ einfo "To launch it set your wallet address in /etc/conf.d/${PN} and run"
+ einfo " # rc-service p2pool start"
+ fi
+}
diff --git a/profiles/package.mask b/profiles/package.mask
index df4a14db7c..bddb39e20e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -18,6 +18,12 @@
# New entries go on top.
+# Takuya Wakazono (2025-05-05)
+# Upstream has been archived.
+# An active fork is packaged as x11-misc/pywal16.
+# Removal on 2025-06-05. Bug #955253.
+x11-misc/pywal
+
# Anna (cybertailor) Vyalkova (2025-05-01)
# Archived repo on GitHub, no revdeps left.
# Removal on 2025-06-01.
diff --git a/sci-electronics/circt/circt-1.37.0.ebuild b/sci-electronics/circt/circt-1.37.0.ebuild
index 0b1a877e51..e3254ff3cb 100644
--- a/sci-electronics/circt/circt-1.37.0.ebuild
+++ b/sci-electronics/circt/circt-1.37.0.ebuild
@@ -6,7 +6,7 @@ EAPI="8"
MY_PV="${PV//./\/}"
MY_LLVM_PV="d978730d8e2c10c76867b83bec2f1143d895ee7d"
CMAKE_BUILD_TYPE="Release"
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit cmake python-r1
DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
diff --git a/sci-electronics/circt/circt-1.76.0.ebuild b/sci-electronics/circt/circt-1.76.0.ebuild
index 55b05c8d13..ad2727dc82 100644
--- a/sci-electronics/circt/circt-1.76.0.ebuild
+++ b/sci-electronics/circt/circt-1.76.0.ebuild
@@ -6,7 +6,7 @@ EAPI="8"
MY_PV="${PV//./\/}"
MY_LLVM_PV="6595e7fa1b5588f860aa057aac47c43623169584"
CMAKE_BUILD_TYPE="Release"
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit cmake python-r1
DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
diff --git a/www-apps/invidious/Manifest b/www-apps/invidious/Manifest
index 66e142a4f2..23b24a9a19 100644
--- a/www-apps/invidious/Manifest
+++ b/www-apps/invidious/Manifest
@@ -1,5 +1,5 @@
-DIST invidious-2024.11.10.0.tar.gz 3310536 BLAKE2B 8e122fb5c4ed250e049a3e8fdd6d3d5c41e443c3916ca36e8edb455d9fa8d32e3231d6f5e8af2226ff7340972eed26acf8d00b32bea75f7bafb20ce2251ffa05 SHA512 3ed9d47c520736d9df95541f6a85cc456c4b9ce03bd8f38905f7a11542ba0875d9d1736be82bee8d56039937b0321188ce0228d760ad616e6cc2d0aa7cbd8535
DIST invidious-2025.03.14.0.tar.gz 3326031 BLAKE2B 6a8de85038cd7ee8e0ed0ed79a401e8ce9a8db6ee8887c55e7ca9065960b9c6419128d5031828c725372981b27c5c1349458cef8dce0c4582a87944ad741dd97 SHA512 21da63fdbc078485cdb1a2d43cdc7398e66764d6ec14941de3246a069980f9524a52c66c42a6570f7e9acb6a60d9dad55e2c4e17faf2b17420985ab40648ba17
+DIST invidious-2025.05.04.0.tar.gz 3325865 BLAKE2B dafbc79e19d838c7f6e9de77cbcbe5e5047d037e128093a40cced10520dfef0642ab5483a1abe84e2a56e826b3f7fbd46f3c11a0d279cfad4bfe6c908ff62e6e SHA512 c6169ed12591065bff21630a4c18832534e199af028ed4af023dfe2cdfe1dcffcb999b5a9502a556a5690ca77cc1f3ccab0bbea31d24782ca8ff76b7bf7a5d29
DIST invidious-mocks-b55d58d.tar.gz 222861 BLAKE2B 3391b290be5e869610d8dfc31307fd046aa2fe726d6fe98323a5509da1ffcc838668ba3f6aaecce04cf1eee9c90f029a7b49b560b2c49a5905570117fc7f2cf0 SHA512 c19deb047baa570f16194ca26ca7e5eab3538b21db8e6139f404e6f3bcbe5f4f8aff9b45e7e5e9a3b525581da403e6d5bef10ac55a654e5b8f031565d472d625
DIST video.js-7.12.1.tgz 3511060 BLAKE2B 9ae5b1f6a0afab918b7dc3555fff2708963d4abb6c7903e13145b2d5393fb80e4ab6302c423b0ba15c805a624a23c25dd3db7865f1510c44cfc5d1d5ab1dbf54 SHA512 d0ec25eeae196e6e981d7f783fd595a90daf9e97de3723ad4cdc2e4c41282a8bd9a20a2a57631c3949ac40633811db60e2f19388fef816fe8755ad55e857917e
DIST videojs-contrib-quality-levels-2.1.0.tgz 18770 BLAKE2B f6c4789835379380bde941d032bb0afbc49d093eb9407308094afd0b9c1f25781f57d8f8db928e318eb270927574a5fd505f08af13f0baf55897723ec489b769 SHA512 76a19019b2fd00586e731922ed9874737908847d0f00f707121ea351d47268509578ebaa9c9ace62cff7c0db6ca240dd05d45fd83bb66a79e9bb86765da49946
diff --git a/www-apps/invidious/invidious-2024.11.10.0.ebuild b/www-apps/invidious/invidious-2025.05.04.0.ebuild
similarity index 100%
rename from www-apps/invidious/invidious-2024.11.10.0.ebuild
rename to www-apps/invidious/invidious-2025.05.04.0.ebuild
diff --git a/www-client/zen-bin/Manifest b/www-client/zen-bin/Manifest
index 5b6b1ef08f..4502d30478 100644
--- a/www-client/zen-bin/Manifest
+++ b/www-client/zen-bin/Manifest
@@ -1,2 +1,2 @@
DIST zen-bin-1.11.5b.tar.xz 78007628 BLAKE2B 21b78fdcec9dc634633a61e9437d8ff9e25ed380c547c58f3d49963416aacf54bcd674965f8928c90b68595420d43f9190ed1a5a309f05efac378de58ddf6f27 SHA512 3ea32de295d922d54da89a9c9c5fed9577421c296f32193f0d91b791ca1452f6e6b551ed8df1161e57afac4bf7b78cb912d9a257b02ae7502cd4afb91a817828
-DIST zen-bin-1.11b.tar.xz 77934824 BLAKE2B ac5e2aa6cba4d06743892be5146d8cea5c00e15053993c6e386b5ddb04bc2c25aab2f7921007d88bfdb274f9b68ab30599788cbcdf013592d3072dd0d18b6742 SHA512 8a530bd44f59b9e13505e343434b87f12243aa2f604b7eb9e45f5d778e4e089c6b98a67e26ddbbf3e1373cf87c312b80dc3438a4cdfad915c87c4019af8fa484
+DIST zen-bin-1.12.1b.tar.xz 78223572 BLAKE2B d54e5093847f087804bd614ace121b7b2735310e5c65f249f4c093c88c984cf57558b9b314a4eaf2ad97f4b25bdd21f77829dd90f44ae67999a2c16f61d2cceb SHA512 98f9f942d4ceb7cfdf0a196f78da31cf615b448b3e284fef04f3ba7c7bb25692daa0a5c4072dad736e75bb683a03e849a28334728b7fc2fe73eaa8524b599f93
diff --git a/www-client/zen-bin/zen-bin-1.11b.ebuild b/www-client/zen-bin/zen-bin-1.12.1b.ebuild
similarity index 100%
rename from www-client/zen-bin/zen-bin-1.11b.ebuild
rename to www-client/zen-bin/zen-bin-1.12.1b.ebuild