[gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-imap/

2023-12-23 Thread Hans de Graaff
commit: 5e9d7c6abc2a157189c593d49d7e2662be86681e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 24 07:41:35 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 24 07:55:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9d7c6a

dev-ruby/net-imap: add 0.4.9

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

 dev-ruby/net-imap/Manifest  |  1 +
 dev-ruby/net-imap/net-imap-0.4.9.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/net-imap/Manifest b/dev-ruby/net-imap/Manifest
index e580ed247058..6c827764973b 100644
--- a/dev-ruby/net-imap/Manifest
+++ b/dev-ruby/net-imap/Manifest
@@ -2,3 +2,4 @@ DIST net-imap-0.3.7.tar.gz 138906 BLAKE2B 
d6bc143d3947ec8a97cd7e0628e05447574f83
 DIST net-imap-0.4.6.tar.gz 219179 BLAKE2B 
8b354156c672d308849b4b082ea980113f502d384be1f40004b7b4caef222a9647332baf9972df563d0b59d89d6e6faf0fb62c26dcb9812349840e5f97a3d801
 SHA512 
d4a3f0f47b8b7006232a88406f446ab799e2172bf2b058a22e594369d03dbebd81cf0fb44062d05a10c020ae0b9cecbd9964498a3f3c56a4d8a011e418fa549a
 DIST net-imap-0.4.7.tar.gz 220063 BLAKE2B 
cbf68cd80a273593a7d44fc890cd0d98de1ac8e6f4bd1f3b5ed7e6281e072fbba3e75e2bed582b798ae9cbb355459d5c4c2a63d3cffaf3856b4b3ae2e552a6af
 SHA512 
f54e4564050899a6f1d6b4174d7c304139bc736e373c8936453b93ad2e63a1f2fa43578b2cc04cb04675c6d52c137e27fea0df13c78ae6ebb48e63e8e258479b
 DIST net-imap-0.4.8.tar.gz 241002 BLAKE2B 
55877b593422aaf817557b8209c7bbba21ffec0f0e6c07c269d87ff40634a77ee2554d30e517d24703037f4ccb81fef77a5a29357f125e026a8291a55231fb29
 SHA512 
0515421b3defeebba4b3c2e1f5785e9755227e31c26022a913293e3843c9bb688238a9c3c221e79e1c8ce7e4395c0f8d4d29b53077578185b05a05acd40a70a3
+DIST net-imap-0.4.9.tar.gz 242076 BLAKE2B 
6f88ab0b766c3269eee73189af73968c81b14e479de9c80c9a5c75ba7a8e72e48d30ad6f6f06e2a7cd3db5a298c399a5d4362094ad6f9d01ed4b13131e50823c
 SHA512 
1d4cec402e022daa74245a6e506d5dcf3cff5a534265f9d1fe078c15ac0990a64e363d11b4fb7819f3578e51f6f090c1545e911e7a92c22a8193f6d54ea003b9

diff --git a/dev-ruby/net-imap/net-imap-0.4.9.ebuild 
b/dev-ruby/net-imap/net-imap-0.4.9.ebuild
new file mode 100644
index ..ff9ad346395a
--- /dev/null
+++ b/dev-ruby/net-imap/net-imap-0.4.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="net-imap.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby client api for Internet Message Access Protocol"
+HOMEPAGE="https://github.com/ruby/net-imap;
+SRC_URI="https://github.com/ruby/net-imap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/date
+   dev-ruby/net-protocol
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/digest
+   dev-ruby/strscan
+   dev-ruby/test-unit
+   dev-ruby/test-unit-ruby-core
+)"
+
+all_ruby_prepare() {
+   sed -e 's/__dir__/"."/' \
+   -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2023-12-23 Thread Hans de Graaff
commit: b87b14f054d5494e2fda69d89fb6a88b4a4eafbc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 24 07:55:36 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 24 07:55:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87b14f0

dev-ruby/set: add 1.1.0

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

 dev-ruby/set/Manifest |  1 +
 dev-ruby/set/set-1.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/set/Manifest b/dev-ruby/set/Manifest
index 5aab3c52aba2..e6b30463920e 100644
--- a/dev-ruby/set/Manifest
+++ b/dev-ruby/set/Manifest
@@ -1 +1,2 @@
 DIST set-1.0.3.tar.gz 14549 BLAKE2B 
73ced396e10bd65df7e11edf0c553b7fd517dbc74c6f0721c61dba5e70ec730ed98fe45a834224059a5fb84ca60f194b535763f698b7f5e96b45a6118233ecc3
 SHA512 
5e4effabcfb7034b054ad5276243bf1aab378d0446790fe99c6911970ff1881acc9b704607acab836db75117903b8187d2aeb33e33d9e39d0ee53b41ea7a6086
+DIST set-1.1.0.tar.gz 14923 BLAKE2B 
6f66a6fa53c7cd7b82ddeb91c1f820a5a062e21b3a9b0ce9df6ae433ed35b1fc9090adde43cb886435b6953f43ea59c1d7e7dc62de2b9d81ffacc342b2e19d76
 SHA512 
cc7b79ca07d1df9490cf6500c77afc4e972138a4d4c133e8eecbd1c2f80d5622c613040f36771beaeb1a8712f7a6c12dec592833b966f65be9beb454062e2970

diff --git a/dev-ruby/set/set-1.1.0.ebuild b/dev-ruby/set/set-1.1.0.ebuild
new file mode 100644
index ..eb7710372d30
--- /dev/null
+++ b/dev-ruby/set/set-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="set.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a class to deal with collections of unordered, unique 
values"
+HOMEPAGE="https://github.com/ruby/set;
+SRC_URI="https://github.com/ruby/set/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   sed -e '/test_error/aomit "Fails when sorted_set gem is installed"' \
+   -i test/test_sorted_set.rb || die
+}



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

2023-12-23 Thread Hans de Graaff
commit: b25401fe513ead1838b57d1cc8116a432c728d5a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 24 07:43:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 24 07:55:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25401fe

dev-ruby/network_interface: add 0.0.4

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

 dev-ruby/network_interface/Manifest|  1 +
 .../network_interface-0.0.4.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/network_interface/Manifest 
b/dev-ruby/network_interface/Manifest
index 9f12dee6f7c0..61c848fe6c93 100644
--- a/dev-ruby/network_interface/Manifest
+++ b/dev-ruby/network_interface/Manifest
@@ -1,2 +1,3 @@
 DIST network_interface-0.0.2.gem 16896 BLAKE2B 
a0e7898aa5989ea38c8a9214f3aaf5f9d0dbdf39e86f7e9a4d62ec6c94f29f9612a08c1465513b62351a4c62ed776e427800eabe562062ce7c9b4b75ec757a3b
 SHA512 
8850325e7e0c5ab51b060270220099c2c00cf7031083a511ae9f8dd6d1b9219b37169fa7620e9648eb071784a840e14ce965f8d1cf5d475ff82691bfba25a202
 DIST network_interface-0.0.3.tar.gz 13584 BLAKE2B 
61cd72974e9ec1b72adb9c6a7f77e43ff3a025e4bfddb70b1e899ee34ca0fe42a56f81095ee0cff66e2da1712af7854ee811d26d7af316cb6c5fb905b3a8ad4b
 SHA512 
9a2c9ae4a49666f27a1afdd188bd3be614f5aba7ec548f6b081627a9aaff5b5cdb2d7f5b98e8687eb78ea05ee3e90cf8f942403256076d80710945b5f2a429c2
+DIST network_interface-0.0.4.tar.gz 14231 BLAKE2B 
140db70e0ed3091b0b76af046a46827d7cf660dd0823157d5c4e67be8e7d158a532392c499a4734b5f412b7ae58aca422428712e5cd5dc966429c7fc75108843
 SHA512 
68e19a657d95a49cd771447687d74991d7e1e58191c94c69ab594d11ee2491c89b8ddad7c2708021eedd093ec6a5bdd2434a5ecb9d695663d11aa5b9971c9584

diff --git a/dev-ruby/network_interface/network_interface-0.0.4.ebuild 
b/dev-ruby/network_interface/network_interface-0.0.4.ebuild
new file mode 100644
index ..fb8a583fcb9b
--- /dev/null
+++ b/dev-ruby/network_interface/network_interface-0.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_GEMSPEC="network_interface.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTENSIONS=(ext/network_interface_ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="network_interface layer from metasploit pcaprub"
+HOMEPAGE="https://github.com/rapid7/network_interface;
+SRC_URI="https://github.com/rapid7/network_interface/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+# Tests are brittle as they cannot deal with all network interface 
configurations.
+RESTRICT="test"
+
+all_ruby_prepare() {
+   sed -i -e 's:/sbin/ifconfig:/bin/ifconfig:' spec/spec_helper.rb || die
+
+   sed --i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-imap/

2023-12-23 Thread Hans de Graaff
commit: 8a3de97c7f9aaf41a5b5c3d1f46ac1bdf2261674
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 24 07:39:37 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 24 07:55:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3de97c

dev-ruby/net-imap: drop 0.4.2, 0.4.3, 0.4.4, 0.4.5

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

 dev-ruby/net-imap/Manifest  |  4 
 dev-ruby/net-imap/net-imap-0.4.2.ebuild | 39 -
 dev-ruby/net-imap/net-imap-0.4.3.ebuild | 39 -
 dev-ruby/net-imap/net-imap-0.4.4.ebuild | 39 -
 dev-ruby/net-imap/net-imap-0.4.5.ebuild | 39 -
 5 files changed, 160 deletions(-)

diff --git a/dev-ruby/net-imap/Manifest b/dev-ruby/net-imap/Manifest
index 645f95b5fa00..e580ed247058 100644
--- a/dev-ruby/net-imap/Manifest
+++ b/dev-ruby/net-imap/Manifest
@@ -1,8 +1,4 @@
 DIST net-imap-0.3.7.tar.gz 138906 BLAKE2B 
d6bc143d3947ec8a97cd7e0628e05447574f83296c78275dc7414d9cc744e820bcb6b8917de9215152be8b6141f69d4d6a1ea9e2265791eb4989dcdcce09b10c
 SHA512 
6917d3bd980bbca86938232a59104dd924ffe7ec2f095e8c997165c726ada8020c821b26a0e8748433df49cf8802c4a434c805bd27f415d1f2644ddea1a94db8
-DIST net-imap-0.4.2.tar.gz 196932 BLAKE2B 
ab58a3c2a5cea223f23f7325b9b632157dea48bea17c60cb6e21bbb2a04c73a4d80cfb4f25f5752ebf30f6d30d8adbf6dc47a737d6dfa9eb64a476d4bc8e61e6
 SHA512 
a3631d004aa07830e8ace3fefc0dd95cdf4b50b1442147b473430d2dd0c6e8a4170a0a0d20485317d9c8dba3b089734d0e5cfef30d8662d4b98e83740d4bb0d7
-DIST net-imap-0.4.3.tar.gz 204911 BLAKE2B 
bed0cc6f61dc328161f48b97a23e83724956b449aa95a119ba45efbc94d68ab8a676b9e4a00f2ec5300ce5049cb732e1953532a9a4f327fe09d9deb63207a151
 SHA512 
f294b1455514a47a30456dd1d6b58404138f15ca5de61b5a24774836ccd0227f41900921814d608a7132a02053a296b0ddc9760a3a7058c6699c7959d92ad121
-DIST net-imap-0.4.4.tar.gz 205669 BLAKE2B 
995657acbbab35f74da8c8d09f6cb82f0d44bb4a111ca3e413de9f092ba291a44f4c2732acb7dc869b7794f3d2af56b96c00cd4f7601112cc691a2b077a6c43e
 SHA512 
4468c0b4b1f2b5eb99fb3c06f421751eb8e156a14fcd68efcfbda7190be542e03ccfd0b21b8944eaed3b92763df4552e58a1d2f9b5952d8199150fcc6964c877
-DIST net-imap-0.4.5.tar.gz 218668 BLAKE2B 
14d6c77d566b4c8dd93844c788fa330e2e2c5b7936c494e8881f3e8167e3988b047cc66d53f7faee24c81fb647dfa8510ddc75f86aa405216fd9cfad699cd34e
 SHA512 
2480aca844cab769f8ae1544ed91cb451c426f58d35a8f117f6684f0af20d56ca2f7373a045144be5e6e781507941901ade55ee439c307f37d9ccec0418a833e
 DIST net-imap-0.4.6.tar.gz 219179 BLAKE2B 
8b354156c672d308849b4b082ea980113f502d384be1f40004b7b4caef222a9647332baf9972df563d0b59d89d6e6faf0fb62c26dcb9812349840e5f97a3d801
 SHA512 
d4a3f0f47b8b7006232a88406f446ab799e2172bf2b058a22e594369d03dbebd81cf0fb44062d05a10c020ae0b9cecbd9964498a3f3c56a4d8a011e418fa549a
 DIST net-imap-0.4.7.tar.gz 220063 BLAKE2B 
cbf68cd80a273593a7d44fc890cd0d98de1ac8e6f4bd1f3b5ed7e6281e072fbba3e75e2bed582b798ae9cbb355459d5c4c2a63d3cffaf3856b4b3ae2e552a6af
 SHA512 
f54e4564050899a6f1d6b4174d7c304139bc736e373c8936453b93ad2e63a1f2fa43578b2cc04cb04675c6d52c137e27fea0df13c78ae6ebb48e63e8e258479b
 DIST net-imap-0.4.8.tar.gz 241002 BLAKE2B 
55877b593422aaf817557b8209c7bbba21ffec0f0e6c07c269d87ff40634a77ee2554d30e517d24703037f4ccb81fef77a5a29357f125e026a8291a55231fb29
 SHA512 
0515421b3defeebba4b3c2e1f5785e9755227e31c26022a913293e3843c9bb688238a9c3c221e79e1c8ce7e4395c0f8d4d29b53077578185b05a05acd40a70a3

diff --git a/dev-ruby/net-imap/net-imap-0.4.2.ebuild 
b/dev-ruby/net-imap/net-imap-0.4.2.ebuild
deleted file mode 100644
index ff9ad346395a..
--- a/dev-ruby/net-imap/net-imap-0.4.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="net-imap.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby client api for Internet Message Access Protocol"
-HOMEPAGE="https://github.com/ruby/net-imap;
-SRC_URI="https://github.com/ruby/net-imap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-ruby_add_rdepend "
-   dev-ruby/date
-   dev-ruby/net-protocol
-"
-
-ruby_add_bdepend "test? (
-   dev-ruby/digest
-   dev-ruby/strscan
-   dev-ruby/test-unit
-   dev-ruby/test-unit-ruby-core
-)"
-
-all_ruby_prepare() {
-   sed -e 's/__dir__/"."/' \
-   -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
-   -e 's/git ls-files -z/find * -print0/' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/net-imap/net-imap-0.4.3.ebuild 
b/dev-ruby/net-imap/net-imap-0.4.3.ebuild
deleted file mode 100644
index ff9ad346395a..
--- 

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

2023-12-23 Thread Michał Górny
commit: 3c71276ee047526cce010d015173842629e88525
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 06:29:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 06:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c71276e

dev-python/setuptools: Bump to 69.0.3

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

 dev-python/setuptools/Manifest |   1 +
 dev-python/setuptools/setuptools-69.0.3.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 99fb197ad61d..387161d16a80 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1 +1,2 @@
 DIST setuptools-69.0.2.tar.gz 2219248 BLAKE2B 
8873ce1eb0a04a8f561eaa9ea8332eb37ca8646e9ed2bb2f4723df0351b01d60ab94172ea34963b0084839b713b9a47e09ee00f82ec46297c7646565e4189ee4
 SHA512 
1a2955c8ff5955cb028f60ca538472c3a24dbda27984ef51ab59f6969e100b183456af82bc978a02f771b952908985eb85312065849f1afc64530d6461c7c6f6
+DIST setuptools-69.0.3.tar.gz 2219609 BLAKE2B 
1a5e7896c7ea82d51b0aa4794435b9899cef871f6ae43d22ae5e08c57d87b70641f3f2abfcc29956a3de515f90b112fd61d3daf793474b4cf33f8567e3a38f4a
 SHA512 
11df934931f4b73f7e07ea5713479593c6baa134d423556b2ae7aff0f1e5bdbdee1f5b516131adb169c838231ceb0293441fbf275ef7030dabecf74122565b6d

diff --git a/dev-python/setuptools/setuptools-69.0.3.ebuild 
b/dev-python/setuptools/setuptools-69.0.3.ebuild
new file mode 100644
index ..a7a1efc76528
--- /dev/null
+++ b/dev-python/setuptools/setuptools-69.0.3.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+# please bump dev-python/ensurepip-setuptools along with this package!
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="
+   https://github.com/pypa/setuptools/
+   https://pypi.org/project/setuptools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
+   >=dev-python/nspektr-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3-r2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.6.2-r1[${PYTHON_USEDEP}]
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/build[${PYTHON_USEDEP}]
+   >=dev-python/ini2toml-0.9[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/pip-run[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   ' "${PYTHON_TESTED[@]}")
+   )
+"
+# setuptools-scm is here because installing plugins apparently breaks stuff at
+# runtime, so let's pull it early. See bug #663324.
+PDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   local PATCHES=(
+   # TODO: remove this when we're 100% PEP517 mode
+   "${FILESDIR}"/setuptools-62.4.0-py-compile.patch
+   )
+
+   distutils-r1_src_prepare
+
+   # remove bundled dependencies
+   rm -r */_vendor || die
+
+   # remove the ugly */extern hack that breaks on unvendored deps
+   rm -r */extern || die
+   find -name '*.py' -exec sed \
+   -e 's:from \w*[.]\+extern ::' -e 's:\w*[.]\+extern[.]::' \
+   -i {} + || die
+}
+
+python_test() {
+   if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
+   return
+   fi
+
+   local EPYTEST_DESELECT=(
+   # network
+   # TODO: see if PRE_BUILT_SETUPTOOLS_* helps
+   

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

2023-12-23 Thread Michał Górny
commit: 879de0d4a28e3a043639a894c41c125bb3e07f6b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 06:24:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 06:59:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879de0d4

dev-python/tekore: Bump to 5.3.0

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

 dev-python/tekore/Manifest|  1 +
 dev-python/tekore/tekore-5.3.0.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index c23cd281b3d9..d4afb1be2146 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1,2 @@
 DIST tekore-5.2.1.gh.tar.gz 262294 BLAKE2B 
9572f4e45d4e90421b49697e816e4c83220af55360276f77ad86fd4469afdb214ec5dceab6e65170e9050d0e728f0f4998c99c30e6379c25c405f922b61ad853
 SHA512 
f91d9b166acf2a9906dff4aec00328221f4d54e6f833b982cc782168552284c29ddd03f8da052ccabd93dc2e7bbe72c95019599d6b57fcccd1561f36d7136e63
+DIST tekore-5.3.0.gh.tar.gz 262670 BLAKE2B 
7d97a94ddb516e4c1fdfd391377d08b5df444fd4e753be6d7f8a41cd21ed118e27ee29a8364e69e564d94f31916f10511c1472aad2586c4ba016aa97ae8248f5
 SHA512 
5ff2520af36236a61be4681ebe5df011a67f0db9c2b88e58958368435f8c3a4c183f94657f9a84c16156cff54b856a8f93867ce2d475075ccffaf2230428c219

diff --git a/dev-python/tekore/tekore-5.3.0.ebuild 
b/dev-python/tekore/tekore-5.3.0.ebuild
new file mode 100644
index ..6e7f60d52dae
--- /dev/null
+++ b/dev-python/tekore/tekore-5.3.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Spotify Web API client"
+HOMEPAGE="
+   https://tekore.readthedocs.io/
+   https://github.com/felix-hilden/tekore/
+   https://pypi.org/project/tekore/
+"
+SRC_URI="
+   https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm64"
+SLOT="0"
+
+RDEPEND="
+   dev-python/httpx[${PYTHON_USEDEP}]
+   >=dev-python/pydantic-1.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   >=dev-python/pydantic-2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.17[${PYTHON_USEDEP}]
+   dev-python/pytest-httpx[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( readme.rst )
+
+distutils_enable_tests pytest
+# TODO: package sphinx_codeautolink
+# distutils_enable_sphinx docs/src \
+#  dev-python/sphinx-rtd-theme \
+#  dev-python/sphinx-tabs \
+#  dev-python/sphinx-autodoc-typehints
+
+EPYTEST_DESELECT=(
+   # Internet
+   
tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error
+)
+
+src_prepare() {
+   # unpin dependencies
+   sed -i -e 's:,<[0-9.]*::' pyproject.toml || die
+
+   distutils-r1_src_prepare
+}



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

2023-12-23 Thread Michał Górny
commit: 4086e2e5c61b8338a853460eed28e3fc2feebd6d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 06:30:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 06:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4086e2e5

net-misc/tuba: Bump to 0.6.1

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

 net-misc/tuba/Manifest  |  1 +
 net-misc/tuba/tuba-0.6.1.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
index ad4a8f87d532..35108dcf4626 100644
--- a/net-misc/tuba/Manifest
+++ b/net-misc/tuba/Manifest
@@ -1,2 +1,3 @@
 DIST Tuba-0.5.0.gh.tar.gz 1022753 BLAKE2B 
d17fed8b93d217a26ad38e3a0a1e576e34b309e80e445dab7054c999eadd78ed579a81af3971ecbe3cdb5f29ea7fd0ae60c2fbcd65b5591a375ad2e38c476d87
 SHA512 
220cd905d82711dd915bb8dfebb9ca8d840cca3ca707cea0bc1b0b78c27dc2fbf37e779ebfeb4aff123bcda4d2b59786169f8645585868498cca2bb7a87904f1
 DIST Tuba-0.6.0.gh.tar.gz 1098534 BLAKE2B 
249b58d21683870f4fa67d19dd729de9f863b105d4798d7db06845a27c2639724393a4843793da0df77c17c528606edb9307a9cace1b3ad5c35bee93a664e174
 SHA512 
f578e17381d282848ea0dd10e9c9c65680be8f29bb8277e7f6afb5e2a855f5189e5db34f5db14ea88b57265d6d1911eb64db75510ea102de6cb16a4202c64f9d
+DIST Tuba-0.6.1.gh.tar.gz 1099106 BLAKE2B 
69a574a0858ca083a49ed868544d16f2ae16e2fd7fa71b077efb9f3868cf24920daf8e446e4082438f7d54b18bbc1805b79576ec30a1ccd78d0076b10dc19473
 SHA512 
4e402330234ed8758fb171774cac3a4fa0f362c8365947223929946d27e92a870db1b42f9640b44bfcd3f6a14ccdcb74e69505a7246cb2e55c9d17b97a74faac

diff --git a/net-misc/tuba/tuba-0.6.1.ebuild b/net-misc/tuba/tuba-0.6.1.ebuild
new file mode 100644
index ..1f835348cda9
--- /dev/null
+++ b/net-misc/tuba/tuba-0.6.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson optfeature vala
+
+MY_P=${P^}
+DESCRIPTION="Browse the Fediverse (GTK client)"
+HOMEPAGE="
+   https://tuba.geopjr.dev/
+   https://github.com/GeopJr/Tuba/
+"
+SRC_URI="
+   https://github.com/GeopJr/Tuba/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+# TODO: optional dep on libspelling-1
+DEPEND="
+   app-crypt/libsecret[introspection]
+   >=dev-libs/glib-2.76.0:2
+   >=dev-libs/json-glib-1.4.4[introspection]
+   >=dev-libs/libgee-0.8.5:0.8[introspection]
+   dev-libs/libxml2
+   >=gui-libs/gtk-4.11.3:4[gstreamer,introspection]
+   >=gui-libs/libadwaita-1.4:1[introspection,vala]
+   >=gui-libs/gtksourceview-5.6.0:5[introspection,vala]
+   net-libs/libsoup:3.0[introspection]
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   $(vala_depend)
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   # disable calling updaters (see pkg_post*)
+   -Ddistro=true
+   )
+
+   vala_setup
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   dosym dev.geopjr.Tuba /usr/bin/tuba
+}
+
+pkg_postinst() {
+   optfeature "WebP image support" gui-libs/gdk-pixbuf-loader-webp
+
+   gnome2_schemas_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-12-23 Thread Michał Górny
commit: 4accce215be300eb9b709f33ed5a150bc647076b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 06:29:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 06:59:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4accce21

dev-python/bitarray: Bump to 2.9.1

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

 dev-python/bitarray/Manifest  |  1 +
 dev-python/bitarray/bitarray-2.9.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index bda59f3c84df..2de846b5e03f 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -1,2 +1,3 @@
 DIST bitarray-2.8.5.tar.gz 129895 BLAKE2B 
a0dc14c488c2c818ca1bbd60abc51fe800b7c4f8a015f373baf90894ea42fe1c70c4d13d235bcbac55fcccb70e2b1245e2b39a0f485e4ce62c44472d3f3f2c9b
 SHA512 
fcae4223608cf308bd1ce07749de2a0c3f00c5d0ff471b25da8c0cc5c289b3776aea0ff24fc7be6b8b89fb86ce268a1989488559b0ed9b08a347d3bb476daaa6
 DIST bitarray-2.9.0.tar.gz 132895 BLAKE2B 
c10687a90267b91f9fbe4f9b3ca90ec4d6bcf079a43f02b697650efcb319c3b0abbf305bac3507d18f784a3e6b202bab25b7781ce2386f3ccd328ec115e93bd3
 SHA512 
c436e4e580a8050ce9befe1290b44b61094b550dda12fed1734d927eb3744eefb5312c3903865897b8dccf1b0e02b1053686eaf0e6a0317b93745e9fcf2fb0a9
+DIST bitarray-2.9.1.tar.gz 133001 BLAKE2B 
ca060e331fe6ec9645b238b12babaa504da96c8bf1237621deec59e798e07a643b8d767bf3ecc3ad6a768d9777e779a84427f56073d401f3c0bb367558ef8458
 SHA512 
241d160175095586c6b49c3f0bbaef801d33b7774129e807163c0652ae6af99457bf51cabb9b7af8bb94adb548a7ab1373665da0a0791432f565bef63a50761d

diff --git a/dev-python/bitarray/bitarray-2.9.1.ebuild 
b/dev-python/bitarray/bitarray-2.9.1.ebuild
new file mode 100644
index ..952aef38021e
--- /dev/null
+++ b/dev-python/bitarray/bitarray-2.9.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Efficient arrays of booleans -- C extension"
+HOMEPAGE="
+   https://github.com/ilanschnell/bitarray/
+   https://pypi.org/project/bitarray/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+   "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with 
${EPYTHON}"
+}



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

2023-12-23 Thread Michał Górny
commit: 432c2fad52509ed6b3a9031de0bb2b320722f086
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 06:31:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 06:59:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c2fad

dev-python/mkdocs-material: Bump to 9.5.3

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

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-9.5.3.ebuild   | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index d02932803bc0..8d7f110e9f0a 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1 +1,2 @@
 DIST mkdocs-material-9.5.2.gh.tar.gz 14646245 BLAKE2B 
d6884fc3604b794296c2074a026c522df44fb3500a9109c61dcbdf7bd48133ababedfeacfa2f91c832c16480d767bd36afdd1bc4cf09b2d9ab43a4b95c79a5aa
 SHA512 
26657000cab282babe136a6b85caff57cd979c1d2c83e6378f82a76fb3a5e4d57e0d120d641f7cb2e697b58a323e11ea17f346f0ed7958f10752cbb0c8918bd1
+DIST mkdocs-material-9.5.3.gh.tar.gz 14676809 BLAKE2B 
340e1a1e8527797e9256f034d39c0fedb97e4ff667f608fc6d7d2d94a9d24f35afc9d7372002623fba3f6da171fc5062d5ad7d3a843bfcafa4a2d423d41845c4
 SHA512 
5e5745193e661eab7016346cee619ad9b9d848cf49956aa9f9a3c3bb647525a0fa39c63afc6569c8973e566f6061e368d4512149f8634a463af98602c52d2163

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.5.3.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.5.3.ebuild
new file mode 100644
index ..4bb3a9a57338
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-9.5.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-material-extensions
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material/
+   https://pypi.org/project/mkdocs-material/
+"
+SRC_URI="
+   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="social"
+
+RDEPEND="
+   >=dev-python/Babel-2.10.3[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.6[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.5.3[${PYTHON_USEDEP}]
+   >=dev-python/paginate-0.5.6[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.16[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-10.2[${PYTHON_USEDEP}]
+   >=dev-python/readtime-2.0[${PYTHON_USEDEP}]
+   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
+   social? (
+   >=dev-python/pillow-9.0[${PYTHON_USEDEP}]
+   >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
+   )
+"
+BDEPEND="
+   >=dev-python/trove-classifiers-2023.10.18[${PYTHON_USEDEP}]
+"
+# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
+PDEPEND="
+   >=dev-python/mkdocs-material-extensions-1.2[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   # simplify pyproject to remove extra deps for metadata
+   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
+)
+
+src_prepare() {
+   echo "__version__ = '${PV}'" > gentoo_version.py || die
+   distutils-r1_src_prepare
+}



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

2023-12-23 Thread Michał Górny
commit: 4223ec44375b7a82e534f5f38f29d88d6bf49b9e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 06:32:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 06:59:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4223ec44

dev-python/regex: Bump to 2023.12.25

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

 dev-python/regex/Manifest|  1 +
 dev-python/regex/regex-2023.12.25.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index 2cedfe2afee5..8ad6e7db3f08 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1 +1,2 @@
 DIST regex-2023.10.3.tar.gz 394659 BLAKE2B 
2a842b307efb32c87087991312d09a03f0772729ba290222c9917073a6335c7d6cc76bc0d193352d9904ce655868d3415f75b93861de612fceeb8507080da1fb
 SHA512 
c300f5c8218697362a15ec9bcbef60e510743ab098d8f2fcf1c8e9e39c19f848c60ae85def93780a1696a7ed864a69e704e045e995cd5bafb26bfec117a16609
+DIST regex-2023.12.25.tar.gz 394706 BLAKE2B 
742abe3a3515b527465d81df8fd9404aaa6aa1545e3e6a8c4a87d72d41138caf7f63bceae8bf06b3576656a6b5577bfec51629a60fe837ad2f3a4cd60a08ac06
 SHA512 
ecc5916633e2acb8d8a0c5ccfdc1c612f673546c42271d5627aa92a163fa6c8fd5a30ed734a02c23fa64807aaf2f883fa51175b7f482888631f699e77d1c0e15

diff --git a/dev-python/regex/regex-2023.12.25.ebuild 
b/dev-python/regex/regex-2023.12.25.ebuild
new file mode 100644
index ..69354dc06042
--- /dev/null
+++ b/dev-python/regex/regex-2023.12.25.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Alternative regular expression module to replace re"
+HOMEPAGE="
+   https://github.com/mrabarnett/mrab-regex/
+   https://pypi.org/project/regex/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="doc"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_empty_array.patch"
+   "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_issue_18468.patch"
+)
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/Features.html )
+   local DOCS=( README.rst docs/*.rst )
+
+   distutils-r1_python_install_all
+}



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

2023-12-23 Thread Michał Górny
commit: 2c85deb1702698f8251444a1dce5381a43ef58d1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 06:29:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 06:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c85deb1

dev-python/ensurepip-setuptools: Bump to 69.0.3

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

 dev-python/ensurepip-setuptools/Manifest   |  1 +
 .../ensurepip-setuptools-69.0.3.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/ensurepip-setuptools/Manifest 
b/dev-python/ensurepip-setuptools/Manifest
index 45828940e5fe..15bc7702217c 100644
--- a/dev-python/ensurepip-setuptools/Manifest
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -1 +1,2 @@
 DIST setuptools-69.0.2-py3-none-any.whl 819519 BLAKE2B 
0145a60d8b2e2a2733a8c9281caf633241cadd6a84a1974cfbab4938ec310b3e2c7bbe0bf252a4dafee9b354c3b1822573b8abc6841df237ac54131a10e19571
 SHA512 
9c602118b656590dd02684f07ed4951198fa1929df5e3da3dd9624c83bcde481e2b01141963909b2c18c8a54c7e468050de0245adfe1a6f5bca6afc0c06513f5
+DIST setuptools-69.0.3-py3-none-any.whl 819530 BLAKE2B 
6ecef64755181255d935e234f77db3a4a9ce6426621d5d95196f55820a6bd62ff6bd3efcbf2e66221501b0c7c5296a35f80d275c59a8075392a0e802ee6713f1
 SHA512 
20c68e4f279a133f33ac85885b2c7e05b68c8c2faf15c9bb251229a6668c5c6b54c4065c54a0b711dae36d7fd161d3dc34218c579e739a2b2c573b85ccc79820

diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-69.0.3.ebuild 
b/dev-python/ensurepip-setuptools/ensurepip-setuptools-69.0.3.ebuild
new file mode 100644
index ..8346a1bd0f6d
--- /dev/null
+++ b/dev-python/ensurepip-setuptools/ensurepip-setuptools-69.0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit pypi
+
+DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
+HOMEPAGE="https://pypi.org/project/setuptools/;
+SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
+S=${DISTDIR}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/

2023-12-23 Thread Joonas Niilola
commit: 4285a7eb46d5b4d893ee39e1dbbffc3e77fdce03
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec 24 06:24:16 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec 24 06:24:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4285a7eb

media-video/yle-dl: stabilize 20231214 for ALLARCHES

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

 media-video/yle-dl/yle-dl-20231214.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/yle-dl/yle-dl-20231214.ebuild 
b/media-video/yle-dl/yle-dl-20231214.ebuild
index 26caf5815d85..04f163e131f6 100644
--- a/media-video/yle-dl/yle-dl-20231214.ebuild
+++ b/media-video/yle-dl/yle-dl-20231214.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/aajanki/yle-dl/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2023-12-23 Thread Michał Górny
commit: ccebae71a0742b6b898f8e798208e93125348a3d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:49:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccebae71

dev-python/stripe: Remove old

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

 dev-python/stripe/Manifest|  2 -
 dev-python/stripe/stripe-7.7.0.ebuild | 73 ---
 dev-python/stripe/stripe-7.8.1.ebuild | 73 ---
 3 files changed, 148 deletions(-)

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
index ea8a69b49fa1..71084b030cd8 100644
--- a/dev-python/stripe/Manifest
+++ b/dev-python/stripe/Manifest
@@ -1,5 +1,3 @@
 DIST stripe-7.10.0.tar.gz 783205 BLAKE2B 
ab06c4f81bd3f2492a1e5982995f5205f345f395b8cc7e470a22af62d57421789208c76097a08019550a61ab65b41ea24305bd303a9e3d6e3cb791fe552bcbc7
 SHA512 
dbdfd2ca11f592caa31fb53b0204e64292d4471d5d3e607447bbcfabe24db684331d77f0ff12da77ec5c4ad20709328a7366eb55b9c3d804ca39442971cefcde
-DIST stripe-7.7.0.tar.gz 747906 BLAKE2B 
40d6f4cdbefef54df8aa84529c879f9cfe3b36fafb35cdc12e98513ae63e3fc41a38174def79adf2e891445502771437489f73010b206a005a02883ef51400fd
 SHA512 
988bf67fce52c5b48e8a7d0d6dac408fd5bc1bd3cbd0d80b06ab5b7b8c44a5daa231c6f3f5e563cea2a717cbec56ae4a83eac9526a463074ff3d1d2cb68a6b92
-DIST stripe-7.8.1.tar.gz 768885 BLAKE2B 
4e38fec0751fe7314e42303230d602b5f16daa40d833c749c29fa68cdd954cb604a2a0bcc7527253852499920ab5981629ca325d739fc56330bac4ab31b2bbd4
 SHA512 
cbee9cc0133fa18efa6582da032685fa44cd0446a2d032015410ca60a68ae5ce4a6dc5f82cedb24b1acc09a3c638e0f59f85e72798ee55603039b6fad27fe98e
 DIST stripe-7.8.2.tar.gz 769204 BLAKE2B 
44a6d49ab79c0ea7854000502b55445d3ec691152a4bd4a9615095d8605df35ff4f3e3de1a69c2e45c8c4dc773ee626aab61680cafb92cf9a6b34f2f9f5523ef
 SHA512 
7fddb1d668d921bf557a788427c7d7ecf7d47fba06a40185cc31c64ebfac858728654e1c4fbeff4bd76687a693951eec6791d833bc285aba23f352ec04260071
 DIST stripe-7.9.0.tar.gz 772219 BLAKE2B 
d119308b12589c4de1f54705f80ae627bd7ca26b565f42bfb4569db42183f20c29086933becdaee65177f01fbcf0481a4b9ec0119ef984b471d083600d75b362
 SHA512 
6d73ef7e2a366634dd5736733d9b798e9df103a9d25a361f649c5d97924fc7d65efd80f2d471b47dfccbc8080a87a18a96c3f40258ca0a9aef7d1b21f7919bb5

diff --git a/dev-python/stripe/stripe-7.7.0.ebuild 
b/dev-python/stripe/stripe-7.7.0.ebuild
deleted file mode 100644
index a8589db80aef..
--- a/dev-python/stripe/stripe-7.7.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Stripe python bindings"
-HOMEPAGE="
-   https://github.com/stripe/stripe-python/
-   https://pypi.org/project/stripe/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
-"
-# please bump dev-util/stripe-mock dep to the latest version on every bump
-BDEPEND="
-   test? (
-   >=dev-util/stripe-mock-0.178.0
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   net-misc/curl
-   )
-"
-
-distutils_enable_tests pytest
-
-DOCS=( LONG_DESCRIPTION.rst CHANGELOG.md README.md )
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest tests -p pytest_mock
-}
-
-src_test() {
-   local stripe_mock_port=12111
-   local stripe_mock_max_port=12121
-   local stripe_mock_logfile="${T}/stripe_mock_${EPYTHON}.log"
-   # Try to start stripe-mock until we find a free port
-   while [[ ${stripe_mock_port} -le ${stripe_mock_max_port} ]]; do
-   ebegin "Trying to start stripe-mock on port ${stripe_mock_port}"
-   stripe-mock --http-port "${stripe_mock_port}" &> 
"${stripe_mock_logfile}" &
-   local stripe_mock_pid=${!}
-   sleep 2
-   # Did stripe-mock start?
-   curl --fail -u "sk_test_123:" \
-   "http://127.0.0.1:${stripe_mock_port}/v1/customers; &> 
/dev/null
-   eend ${?} "Port ${stripe_mock_port} unavailable"
-   if [[ ${?} -eq 0 ]]; then
-   einfo "stripe-mock running on port ${stripe_mock_port}"
-   break
-   fi
-   (( stripe_mock_port++ ))
-   done
-   if [[ ${stripe_mock_port} -gt ${stripe_mock_max_port} ]]; then
-   eerror "Unable to start stripe-mock for tests"
-   die "Please see the logfile located at: ${stripe_mock_logfile}"
-   fi
-
-   local -x STRIPE_MOCK_PORT=${stripe_mock_port}
-   distutils-r1_src_test
-
-   # Tear down stripe-mock
-   kill "${stripe_mock_pid}" || die "Unable to stop stripe-mock"
-}


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

2023-12-23 Thread Michał Górny
commit: 348776a746fc4ea6a0cca91d8cf179b6a597cf03
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:53:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348776a7

dev-python/python-socks: Remove old

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

 dev-python/python-socks/Manifest  |  1 -
 dev-python/python-socks/python-socks-2.4.3.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/dev-python/python-socks/Manifest b/dev-python/python-socks/Manifest
index c25ba3ae9dea..786c6eabf23a 100644
--- a/dev-python/python-socks/Manifest
+++ b/dev-python/python-socks/Manifest
@@ -1,2 +1 @@
-DIST python-socks-2.4.3.gh.tar.gz 32006 BLAKE2B 
571c04e5b12ddff3e6d813b547b43899883ef132ad0e55c2fce33ae9e4cd63ca588fb700aba7e2ea5c021f55c7aeae0f8213d2aa8fca3d7bff502b7bd00ca854
 SHA512 
5ef55367b1fae2249690df0eb8ea55284f02287115b14e8b7ebeeed9ae3e8ed431e17247f369323651daa1177ac8c6dd207d5dd188134e04eff178dc240b9b8b
 DIST python-socks-2.4.4.gh.tar.gz 31998 BLAKE2B 
c3aa137ff679790420ded9644987eed23695c82a5621c420350ad52ca8121215326575f4c389912fb646151fc84187bfab38674ff6dc2a2f3587c4662f51c0f6
 SHA512 
a357fbd16cf653555bb624103732041efa80b1ae21a6347fdcb609de3cc58227ac053d21b62124fd77b21a16b19a2786bc1a8c33cc3b50dcffb3023bd6704f57

diff --git a/dev-python/python-socks/python-socks-2.4.3.ebuild 
b/dev-python/python-socks/python-socks-2.4.3.ebuild
deleted file mode 100644
index 1ce8d7e61fe4..
--- a/dev-python/python-socks/python-socks-2.4.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="SOCKS4, SOCKS5, HTTP tunneling functionality for Python"
-HOMEPAGE="
-   https://github.com/romis2012/python-socks/
-   https://pypi.org/project/python-socks/
-"
-SRC_URI="
-   https://github.com/romis2012/python-socks/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-# curio is not packaged
-# asyncio is the only backend we have, so dep on its deps unconditionally
-# TODO: revisit
-RDEPEND="
-   dev-python/async-timeout[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/flask-1.1.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-asyncio-0.18.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/tiny-proxy-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/trio-0.16.0[${PYTHON_USEDEP}]
-   >=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/yarl-1.4.2[${PYTHON_USEDEP}]
-   )
-"
-
-# Test markers exist to exclude trio etc if needed
-distutils_enable_tests pytest



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

2023-12-23 Thread Michał Górny
commit: 2db15f8b70f7a253caea091136cd7d76a6741cf3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:51:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db15f8b

dev-python/pycountry: Remove old

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

 dev-python/pycountry/Manifest |  1 -
 dev-python/pycountry/pycountry-23.12.7.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest
index aca8f272ae5b..0582d91d2b28 100644
--- a/dev-python/pycountry/Manifest
+++ b/dev-python/pycountry/Manifest
@@ -1,3 +1,2 @@
 DIST pycountry-22.3.5.tar.gz 10141551 BLAKE2B 
d645eade8ce9be3b99f4f2b189cc50c3395ecb3899ab9fa668066993abbfa576191cfcc05b7bb2764d088a86df492770bcc0a8834f04e6fde58a01defe8a1b14
 SHA512 
07dc507ee94f1880727761df197f81704386d9246163c9a5872f47083d37c7d1205dfbd28c6663ef0731a0b05277ade03a1a1929ab84087e0e85c05028c68b89
 DIST pycountry-23.12.11.tar.gz 5927399 BLAKE2B 
a8d32593d80a881abd03b482a99afc22996a730d911577f91eb8035336f07a25a8cd74cd19f9396675acacbab953098bf831119f8b9f7c72fc6c2807713fe6c9
 SHA512 
25b5a74c0dd8115473571976a64b6fed7010f62c1b3b4c1888b9e13a7cf4f533173f51d4652d55c426adee4e0ff119bb6e3132d04dce150b9d1ca4b11366c579
-DIST pycountry-23.12.7.tar.gz 5916789 BLAKE2B 
c2ef041f170069fd242f2e92b925f6c2ee5cfde65fd7c89e24fafbea599a84b3d18af1470a06ef94e2974fa2320e5510cec7120948b7b5c463cc362f1567d6d6
 SHA512 
3e8ce14b4b6ea13f2747ec1b6a5db852e50b58ff9ff3bf2429fd2561411593f8d2fbc48208c861b1988fe0981dbb28649e29d62fd91f5a98e0aba1e27d24c97f

diff --git a/dev-python/pycountry/pycountry-23.12.7.ebuild 
b/dev-python/pycountry/pycountry-23.12.7.ebuild
deleted file mode 100644
index 30933c304bce..
--- a/dev-python/pycountry/pycountry-23.12.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Database of countries, subdivisions, languages, currencies and 
script"
-HOMEPAGE="
-   https://github.com/pycountry/pycountry/
-   https://pypi.org/project/pycountry/
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-distutils_enable_tests pytest



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

2023-12-23 Thread Michał Górny
commit: 944c857b838859025640d3c6ff3e51fc38861077
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:50:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944c857b

dev-python/license-expression: Remove old

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

 dev-python/license-expression/Manifest |  1 -
 .../license-expression-30.1.1.ebuild   | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/license-expression/Manifest 
b/dev-python/license-expression/Manifest
index 998b3d8320c9..858fd5f7fbd5 100644
--- a/dev-python/license-expression/Manifest
+++ b/dev-python/license-expression/Manifest
@@ -1,2 +1 @@
-DIST license-expression-30.1.1.gh.tar.gz 165700 BLAKE2B 
b79dcb1966658ceb78fcc8a335c90d08c1aaf1933251a14cfa3caf97bbacea9090103727811b654c7c013b24f97ca0529c1589cef5ea096079c33df761ad2ebd
 SHA512 
83a683b7479088f5f4b0d4c4854d17150dd07b60231ebcea5a299e0a3109a833477f86b3dbb2f7d7da932f610fc0489fd019b823ad6e0554f7cc372dfcabdbc1
 DIST license-expression-30.2.0.gh.tar.gz 170391 BLAKE2B 
38e934fa4c442b797be34b4431955bba5eae589247288f827753fdd167177839faac057448422fe1176127b0c96734c19c185c11814dc7d7765538b3d4184bd1
 SHA512 
13a9dea381088d95421aca8d096c54e9537bd0671000a21067257d01ced28a5c778bf8adff3d6e83ed89559ed62a0d08ccf98c88c0974c913b199f68d0a4336c

diff --git a/dev-python/license-expression/license-expression-30.1.1.ebuild 
b/dev-python/license-expression/license-expression-30.1.1.ebuild
deleted file mode 100644
index a4698a67936f..
--- a/dev-python/license-expression/license-expression-30.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Parse, compare, simplify and normalize license expressions"
-HOMEPAGE="
-   https://pypi.org/project/license-expression/
-   https://github.com/nexB/license-expression/
-"
-SRC_URI="
-   https://github.com/nexB/license-expression/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-   >=dev-python/boolean-py-4.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools-scm-4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2023-12-23 Thread Michał Górny
commit: 96a698dfbd974f85da62aab715915ad4623e2cfe
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:48:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a698df

dev-python/referencing: Remove old

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

 dev-python/referencing/Manifest  |  1 -
 dev-python/referencing/referencing-0.31.1.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/dev-python/referencing/Manifest b/dev-python/referencing/Manifest
index 7be5fc7dbc00..f8fc0e2b6ed9 100644
--- a/dev-python/referencing/Manifest
+++ b/dev-python/referencing/Manifest
@@ -1,2 +1 @@
-DIST referencing-0.31.1.tar.gz 54177 BLAKE2B 
d6973740dda23da9730f279176dc729327ac4c16d8420852ff7d6298c48ea6428281acf5de44557e7522d399f0ced2cb83730b07c166476eab633517add36974
 SHA512 
3522461dc9ba4fee0e8dceaf753094bb1a204fb5b08534a80147c567e5b8cc70c0d27d4ae0cb420725d2e2ad8e6565bd1891201cbdd9db91c9a6816cdad857f9
 DIST referencing-0.32.0.tar.gz 54826 BLAKE2B 
ff098c83b5fa7e3bf58a5ed4e4a89983bb59b241bc2bf6dc4d7e303e570ea035e59caefa9fcca2d255764148a95511e2f9fb953beb3d2f1939bfb5d20becd2a3
 SHA512 
5df7693e6f0f4c9b572a0bb8d78938fb831396d0b25a59fc61d196bd92d61346c6e443babbf986470c95d7663d8f7678a5a92850a29f750769e5afb412d9fa54

diff --git a/dev-python/referencing/referencing-0.31.1.ebuild 
b/dev-python/referencing/referencing-0.31.1.ebuild
deleted file mode 100644
index b56978846a6d..
--- a/dev-python/referencing/referencing-0.31.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Cross-specification JSON referencing (JSON Schema, OpenAPI...)"
-HOMEPAGE="
-   https://github.com/python-jsonschema/referencing/
-   https://pypi.org/project/referencing/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
-   >=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pytest-subtests[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/googleapis-common-protos/

2023-12-23 Thread Michał Górny
commit: e4d1edc30dc707bac3fe4595e6d60953bae23275
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:49:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d1edc3

dev-python/googleapis-common-protos: Remove old

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

 dev-python/googleapis-common-protos/Manifest   |  1 -
 .../googleapis-common-protos-1.61.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/googleapis-common-protos/Manifest 
b/dev-python/googleapis-common-protos/Manifest
index 39900c74ecb7..ee17e2ada7b2 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1,2 +1 @@
-DIST googleapis-common-protos-1.61.0.tar.gz 121129 BLAKE2B 
f7fa2bc1061bd7cba5db4327925ac221fff859a1077b177dd9606cb1d85ef42796a3c2fd6b9834d195a1d3d0638f07a735f64a9e4abd4b95b602f8f53a36d77d
 SHA512 
2aac51d0ea414532f1b5991ad8d484a48d44682e1354deec4d1bb5a96d401a9f9983e613beea91d49c058d95a2d289be932229765c66c1fee18df5d8e9e873f2
 DIST googleapis-common-protos-1.62.0.tar.gz 121172 BLAKE2B 
33034cca9a195c90191d1f9ff68933714bab9d977fb720f94f2384554ed7ff73d9c01bfd386589e0c3cbed150e3b4d153feaf9ade7dbc1181e99c96bc7aa5b36
 SHA512 
13612ed20fdb0f7f1310a8c727d5b833286237f9470fd5b183a0a92463b043a7aa14b4e06188d8bd3e1aa9f1d6e468e96b06a448a8a76f85de3aea7d9bc734f0

diff --git 
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.61.0.ebuild 
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.61.0.ebuild
deleted file mode 100644
index 3a8603d48dea..
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.61.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python classes generated from the common protos in the googleapis 
repository"
-HOMEPAGE="
-   https://github.com/googleapis/python-api-common-protos/
-   https://pypi.org/project/googleapis-common-protos/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   =dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}]
-   !dev-python/namespace-google
-"
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-# no tests as this is all generated code



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

2023-12-23 Thread Michał Górny
commit: c625b6443dd587545a36e9e32f6bbfa1a1458d93
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:49:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c625b644

dev-python/bandit: Remove old

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

 dev-python/bandit/Manifest   |  1 -
 dev-python/bandit/bandit-1.7.5-r1.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
index 361db296dbb1..684db449dde1 100644
--- a/dev-python/bandit/Manifest
+++ b/dev-python/bandit/Manifest
@@ -1,2 +1 @@
-DIST bandit-1.7.5.tar.gz 1970878 BLAKE2B 
45787b6d1ebebb5ce25fa67173095a0e97b6f95992d828530cfade8c7f50d0c7b945884539695426f93cf3ed6a42178e18501768aa32c3b0c7019eb20aa3bc95
 SHA512 
81b93654ba62e6d22e8c2d534b9f575979bad4f66acd90c221d214316cd1863e7c7e179b8e2a2a8fa80034db71ebda8636adb25b36e1827194bb4639e67ada09
 DIST bandit-1.7.6.tar.gz 1977532 BLAKE2B 
2580641ee0e19364d36988ff3757a55bd7ff8c0a3e47d564873940b5f9c1b8335a2eb724c9394ff76e341a766054bec27ef296a9502fec60d96a5eb65a015f4b
 SHA512 
6635704e2e60e23f5d21de345152e13ef1bde5efb92ccc0e6dde46e8405c1e5dd9530830af4d2a3c5d6e0bb0eb106ccce4cde3a7be678cce499486e752a26428

diff --git a/dev-python/bandit/bandit-1.7.5-r1.ebuild 
b/dev-python/bandit/bandit-1.7.5-r1.ebuild
deleted file mode 100644
index 24c9cb761c68..
--- a/dev-python/bandit/bandit-1.7.5-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A security linter from OpenStack Security"
-HOMEPAGE="
-   https://github.com/PyCQA/bandit/
-   https://pypi.org/project/bandit/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/beautifulsoup4-4.8.0[${PYTHON_USEDEP}]
-   >=dev-python/pylint-1.9.4[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-   ' 3.{8..10})
-   )
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-core/

2023-12-23 Thread Michał Górny
commit: de5133a52df3e79c7a01a88917bb9d6b332b8ba7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:49:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5133a5

dev-python/google-api-core: Remove old

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

 dev-python/google-api-core/Manifest|  1 -
 .../google-api-core/google-api-core-2.14.0.ebuild  | 74 --
 2 files changed, 75 deletions(-)

diff --git a/dev-python/google-api-core/Manifest 
b/dev-python/google-api-core/Manifest
index 9e9e2262fcd3..6d9ae7f14d26 100644
--- a/dev-python/google-api-core/Manifest
+++ b/dev-python/google-api-core/Manifest
@@ -1,2 +1 @@
-DIST python-api-core-2.14.0.gh.tar.gz 192103 BLAKE2B 
f1b05d3218392125600d113f35a726ada2f3247fca2fdce05f3a6419fe60bf59df8a3724fdd62d9047e55ecb39071527265fe86ba181f09e1bb5940b4b7dd4ba
 SHA512 
a7641595f25d163b44906139df80e3581d52fb1078b70ec9b9a55583e148d82b51cfe3f710d04b776c7b038ef8c57b9b1119284711100e9681ee6f81b0ac6b58
 DIST python-api-core-2.15.0.gh.tar.gz 193916 BLAKE2B 
708bee6e62b4049d88bc88dfc03add6496ee1861954485e145ab01707284216aef224bd8646a3336417d8b114a8c196ce44e8da63e53c3dff3d616ff9bef25ad
 SHA512 
1abbeb266e4bcb9cf8a2dc6ba795a5667b5e9a870fe8609335e929ac17410822e4324d88c7692f8c60534e9ee4b0933af0277cc44ccb2d805bcbaf8db1288bba

diff --git a/dev-python/google-api-core/google-api-core-2.14.0.ebuild 
b/dev-python/google-api-core/google-api-core-2.14.0.ebuild
deleted file mode 100644
index cdc5bee61b39..
--- a/dev-python/google-api-core/google-api-core-2.14.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-api-core-${PV}
-DESCRIPTION="Core Library for Google Client Libraries"
-HOMEPAGE="
-   https://github.com/googleapis/python-api-core/
-   https://pypi.org/project/google-api-core/
-   https://googleapis.dev/python/google-api-core/latest/index.html
-"
-SRC_URI="
-   https://github.com/googleapis/python-api-core/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/googleapis-common-protos-1.56.2[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}]
-   >=dev-python/protobuf-python-3.19.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
-   

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

2023-12-23 Thread Michał Górny
commit: 6bea8bed3107adbe7a5400e0803f9c09f1c6642c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:49:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bea8bed

dev-python/elasticsearch: Remove old

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

 dev-python/elasticsearch/Manifest  |  1 -
 .../elasticsearch/elasticsearch-8.11.0.ebuild  | 71 --
 2 files changed, 72 deletions(-)

diff --git a/dev-python/elasticsearch/Manifest 
b/dev-python/elasticsearch/Manifest
index 337a6652e4c6..8413751a3008 100644
--- a/dev-python/elasticsearch/Manifest
+++ b/dev-python/elasticsearch/Manifest
@@ -1,2 +1 @@
-DIST elasticsearch-py-8.11.0.gh.tar.gz 897889 BLAKE2B 
de1821f17c16198c8b85b863e06468715fb080b4e9354499bd4fc5c485dc81bb3747ee73bd5e26edcab71922d67699cbaba79b35a900b80020532bac805e5727
 SHA512 
914e909f5f2d6ee980d3cff981d1d605d9380211014381e9e998af46d52e0fc0568524c7c9e8d8fed710b855acdb15b1eeb0bcdb59607b67f2f8f99546a1bda8
 DIST elasticsearch-py-8.11.1.gh.tar.gz 902628 BLAKE2B 
7a1d780ff9f326567b4023f4a87b2a3be430428c00c528d255502d36623b7d1d6e0811f50a03471254eb79fb1e4146ad24402f202c862cafb44ec16fbcdb454f
 SHA512 
e2efbd3e0658180768a35b601e7bef2748390ce12419f82cdfb1656968666fcc6ae71411d4e88eb155b315d8d8197f65c3e25e6f1e18f04e6459662cf80ab12a

diff --git a/dev-python/elasticsearch/elasticsearch-8.11.0.ebuild 
b/dev-python/elasticsearch/elasticsearch-8.11.0.ebuild
deleted file mode 100644
index 1888df04981f..
--- a/dev-python/elasticsearch/elasticsearch-8.11.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P="elasticsearch-py-${PV}"
-DESCRIPTION="Official Elasticsearch client library for Python"
-HOMEPAGE="
-   https://ela.st/es-python
-   https://github.com/elastic/elasticsearch-py/
-   https://pypi.org/project/elasticsearch/
-"
-SRC_URI="
-   https://github.com/elastic/elasticsearch-py/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="amd64 arm64 ~x86"
-
-RDEPEND="
-   =dev-python/aiohttp-3[${PYTHON_USEDEP}]
-   =dev-python/elastic-transport-8[${PYTHON_USEDEP}]
-   =dev-python/requests-2.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/mapbox-vector-tile[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-   dev-python/unasync[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_IGNORE=(
-   # REST api tests are a black hole for effort. It downloads the tests
-   # so its an ever moving target. It also requires effort to blacklist
-   # tests for apis which are license restricted.
-   "test_elasticsearch/test_server/test_rest_api_spec.py"
-   # Counting deprecation warnings from python is bound to fail even
-   # if all are fixed in this package. Not worth it.
-   "test_elasticsearch/test_client/test_deprecated_options.py"
-   # Running daemon for tests is finicky and upstream CI fails at it
-   # as well.
-   "test_elasticsearch/test_server/"
-   "test_elasticsearch/test_async/test_server/"
-)
-
-distutils_enable_sphinx docs/sphinx \
-   dev-python/sphinx-autodoc-typehints \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -o addopts= -p asyncio
-}



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

2023-12-23 Thread Michał Górny
commit: 09dbebf0caeeeab4c2c9a7cebcc0fbadfe4ace3d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:48:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dbebf0

dev-python/python-openstackclient: Remove old

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

 dev-python/python-openstackclient/Manifest |   1 -
 .../files/python-openstackclient-6.3.0-test.patch  | 254 -
 .../python-openstackclient-6.3.0.ebuild|  67 --
 3 files changed, 322 deletions(-)

diff --git a/dev-python/python-openstackclient/Manifest 
b/dev-python/python-openstackclient/Manifest
index 5317afc018f2..ce773357a545 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1,2 +1 @@
-DIST python-openstackclient-6.3.0.tar.gz 899811 BLAKE2B 
9dd1b174d23f4bfe0f4e54e1e72fc92f28989b7007981132ab3d60050e1c7c19be820388c9453e004f0847ad67c1bf6eadfccd26fd391e5c1b6c62185e2132c9
 SHA512 
da03e92208ec82920bb3fae3be0c3ecb834f3046cf709cff626a2336ca875976bcc72a41593bfee28b988ab5e89e49dbfc466362ab6200f90c91f949ce1feb06
 DIST python-openstackclient-6.4.0.tar.gz 915402 BLAKE2B 
22f033623e1a8a0830032f82fc98a87fe7154098d6a2fc5f45b6843b1df2396f54f2c298b787f252254871e3025fa74d573791b94cd3cccee7528a580353803e
 SHA512 
497792309a07ee64a966542b3b1a92ea452ed5615410f71475509df00f2810c7367bfca905d2f6e68b638f9df2ad8cc6f95ab84da2e9625bd779e3651e3300ba

diff --git 
a/dev-python/python-openstackclient/files/python-openstackclient-6.3.0-test.patch
 
b/dev-python/python-openstackclient/files/python-openstackclient-6.3.0-test.patch
deleted file mode 100644
index b82097f36ae7..
--- 
a/dev-python/python-openstackclient/files/python-openstackclient-6.3.0-test.patch
+++ /dev/null
@@ -1,254 +0,0 @@
-From fb2e0ced6e2413f5641e65bdc44ff1350a172a24 Mon Sep 17 00:00:00 2001
-From: Stephen Finucane 
-Date: Mon, 11 Sep 2023 10:46:23 +0100
-Subject: [PATCH] tests: Explicitly specify port fields for output
-
-Rather than excluding the few fields we don't want, explicitly indicate
-the ones we do want. We were already in-effect doing this in our tests,
-so this is simply moving the definition from tests to the main code.
-
-Note that this is a problem in the tests for virtually all commands
-that will be seen as the SDK continues to evolve and new fields are
-added to existing resources. This is a problem that be solved over
-time though, rather than in a big bang commit.
-
-Change-Id: Iaa64e97450f5c73cab2e2c3b0c741aec1495b4f1
-Signed-off-by: Stephen Finucane 

- openstackclient/network/v2/port.py| 52 +++
- .../tests/unit/network/v2/test_port.py| 36 ++---
- 2 files changed, 59 insertions(+), 29 deletions(-)
-
-diff --git a/openstackclient/network/v2/port.py 
b/openstackclient/network/v2/port.py
-index 6ca069bb..710e8fe3 100644
 a/openstackclient/network/v2/port.py
-+++ b/openstackclient/network/v2/port.py
-@@ -55,18 +55,48 @@ _formatters = {
- 
- 
- def _get_columns(item):
--column_map = {
--'binding:host_id': 'binding_host_id',
--'binding:profile': 'binding_profile',
--'binding:vif_details': 'binding_vif_details',
--'binding:vif_type': 'binding_vif_type',
--'binding:vnic_type': 'binding_vnic_type',
--'is_admin_state_up': 'admin_state_up',
--'is_port_security_enabled': 'port_security_enabled',
-+column_data_mapping = {
-+'admin_state_up': 'is_admin_state_up',
-+'allowed_address_pairs': 'allowed_address_pairs',
-+'binding_host_id': 'binding_host_id',
-+'binding_profile': 'binding_profile',
-+'binding_vif_details': 'binding_vif_details',
-+'binding_vif_type': 'binding_vif_type',
-+'binding_vnic_type': 'binding_vnic_type',
-+'created_at': 'created_at',
-+'data_plane_status': 'data_plane_status',
-+'description': 'description',
-+'device_id': 'device_id',
-+'device_owner': 'device_owner',
-+'device_profile': 'device_profile',
-+'dns_assignment': 'dns_assignment',
-+'dns_domain': 'dns_domain',
-+'dns_name': 'dns_name',
-+'extra_dhcp_opts': 'extra_dhcp_opts',
-+'fixed_ips': 'fixed_ips',
-+'hints': 'hints',
-+'id': 'id',
-+'ip_allocation': 'ip_allocation',
-+'mac_address': 'mac_address',
-+'name': 'name',
-+'network_id': 'network_id',
-+'numa_affinity_policy': 'numa_affinity_policy',
-+'port_security_enabled': 'is_port_security_enabled',
-+'project_id': 'project_id',
-+'propagate_uplink_status': 'propagate_uplink_status',
-+'resource_request': 'resource_request',
-+'revision_number': 'revision_number',
-+'qos_network_policy_id': 'qos_network_policy_id',
-+'qos_policy_id': 'qos_policy_id',
-+

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

2023-12-23 Thread Michał Górny
commit: b62e28490a00ba3b106b809b85b091e8f6e4d1a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:48:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62e2849

dev-python/sympy: Remove old

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

 dev-python/sympy/sympy-1.12.ebuild | 115 -
 1 file changed, 115 deletions(-)

diff --git a/dev-python/sympy/sympy-1.12.ebuild 
b/dev-python/sympy/sympy-1.12.ebuild
deleted file mode 100644
index 7f16aaf566bb..
--- a/dev-python/sympy/sympy-1.12.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Computer Algebra System in pure Python"
-HOMEPAGE="
-   https://www.sympy.org/
-   https://github.com/sympy/sympy/
-   https://pypi.org/project/sympy/
-"
-SRC_URI="
-   https://github.com/sympy/sympy/archive/${P}.tar.gz -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-IUSE="aesara examples imaging ipython latex mathml opengl pdf png pyglet 
symengine texmacs"
-
-RDEPEND="
-   dev-python/mpmath[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   aesara? (
-   $(python_gen_cond_dep '
-   dev-python/aesara[${PYTHON_USEDEP}]
-   ' python3_{10..11})
-   )
-   imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-   ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
-   latex? (
-   virtual/latex-base
-   dev-texlive/texlive-fontsextra
-   png? ( app-text/dvipng )
-   pdf? ( app-text/ghostscript-gpl )
-   )
-   mathml? ( dev-python/lxml[${PYTHON_USEDEP}] )
-   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
-   pyglet? ( dev-python/pyglet[${PYTHON_USEDEP}] )
-   symengine? ( dev-python/symengine[${PYTHON_USEDEP}] )
-   texmacs? ( app-office/texmacs )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}/${P}-py312.patch"
-)
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # require old version of antlr4
-   sympy/parsing/tests/test_autolev.py
-   sympy/parsing/tests/test_latex.py
-   # crash due to assertions in sys-devel/llvm[debug]
-   sympy/parsing/tests/test_c_parser.py
-
-   # TODO: pytest?
-   
sympy/solvers/ode/tests/test_systems.py::test_linear_3eq_order1_type4_long_check
-   
sympy/solvers/ode/tests/test_systems.py::test_linear_3eq_order1_type4_long_dsolve_dotprodsimp
-
-   # either very slow or hanging
-   
sympy/solvers/ode/tests/test_systems.py::test_linear_new_order1_type2_de_lorentz_slow_check
-   
sympy/integrals/tests/test_failing_integrals.py::test_issue_15227
-   
sympy/matrices/tests/test_matrices.py::test_pinv_rank_deficient_when_diagonalization_fails
-   
sympy/solvers/ode/tests/test_systems.py::test_nonlinear_3eq_order1_type1
-   
sympy/solvers/ode/tests/test_systems.py::test_nonlinear_3eq_order1_type3
-   )
-
-   case ${EPYTHON} in
-   pypy3)
-   if has_version "https://foss.heptapod.net/pypy/pypy/-/issues/4032
-   
sympy/tensor/array/tests/test_array_comprehension.py::test_arraycomprehensionmap
-   )
-   fi
-   ;;
-   esac
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   nonfatal epytest --veryquickcheck ||
-   die -n "Tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( AUTHORS README.md )
-
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-
-   if use texmacs; then
-   exeinto /usr/libexec/TeXmacs/bin/
-   doexe data/TeXmacs/bin/tm_sympy
-   insinto /usr/share/TeXmacs/plugins/sympy/
-   doins -r data/TeXmacs/progs
-   fi
-}



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

2023-12-23 Thread Michał Górny
commit: 2c3d1a2acb4cef1c52e3c5564942fc2e671e172b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:47:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:59:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3d1a2a

dev-python/pebble: Remove old

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

 dev-python/pebble/Manifest|  1 -
 dev-python/pebble/pebble-5.0.4.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest
index f2b566eb59b8..30ba38def838 100644
--- a/dev-python/pebble/Manifest
+++ b/dev-python/pebble/Manifest
@@ -1,2 +1 @@
-DIST Pebble-5.0.4.tar.gz 28976 BLAKE2B 
4a07fae1b186f658aad565d97837c204ce4c19f2478f179d9967f4770666eb243c26de54345332331ad85a4c34c842307be219b543c7f99e9f04ce5185841a32
 SHA512 
fec2aa4fad28dddc5987d010d341dd747d1056a9e75b3a81f5c6d1f40d07d139357472f0649d9b15f1fe22c5e018f533d616227faac10c1e06469af988cf2c8c
 DIST Pebble-5.0.5.tar.gz 30634 BLAKE2B 
2ce70da8d2a5a8ed5368e54e63631167c09bf0f408d5e86c618fbe2237a01f0fed9e673c14fe7f8a63fb416d72bfad58c7eedd5292daf7753d067a7a219a3c22
 SHA512 
8d524e57e32f28fb4c59f09a7d1733d997298f526d6ba08477b060dd78c585b4f9da76b525a4052eefd1576dba464218d4b15ffe15f9e2cb1921423df3a33e1c

diff --git a/dev-python/pebble/pebble-5.0.4.ebuild 
b/dev-python/pebble/pebble-5.0.4.ebuild
deleted file mode 100644
index 68b391ffa5bb..
--- a/dev-python/pebble/pebble-5.0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Threading and multiprocessing eye-candy"
-HOMEPAGE="
-   https://pebble.readthedocs.io/
-   https://github.com/noxdafox/pebble/
-   https://pypi.org/project/Pebble/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: gui-libs/greetd/

2023-12-23 Thread John Helmert III
commit: ec830ffcf9981d4747d529ccac21613b9b9aaceb
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Dec 23 23:28:01 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Dec 24 05:52:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec830ffc

gui-libs/greetd: drop 0.8.0

Signed-off-by: John Helmert III  gentoo.org>

 gui-libs/greetd/Manifest|  36 
 gui-libs/greetd/greetd-0.8.0.ebuild | 109 
 2 files changed, 145 deletions(-)

diff --git a/gui-libs/greetd/Manifest b/gui-libs/greetd/Manifest
index 0b6d9d922bc3..6fe644b6a48c 100644
--- a/gui-libs/greetd/Manifest
+++ b/gui-libs/greetd/Manifest
@@ -1,76 +1,40 @@
-DIST arc-swap-0.4.6.crate 48658 BLAKE2B 
dfd3bc53d96ce508b4e7b500d412b106920551e2f75938c6425fb5d17dd248ba7e809c66dd6ba7158c764f0522cfb618a4d4117e9ce7b96f44eee99074edc39f
 SHA512 
bc26f55054c4bd0a5d49a1ab3c00d84c6309604824b16b36d5323f5db06e0797ed0f1ad6fa4774472338e82a8d2f8c16d782b7ca32cf4ec6f38324998d772cbf
-DIST async-trait-0.1.31.crate 21413 BLAKE2B 
395e2458e762d56a72baf10ac464b6103942a385db6f9a4abd03a6746775ca86413bd79b99e330278c8c78c388bd3aa18b7cd34ba16f8faab25fe0a37872bbc3
 SHA512 
471fb0b16d7361f9209d833b84fc399ea746314721a738b49b2089913e51001d589d8065cde01d6db242f4579036181bb1a1646778fe3df760a43c9701c23f0f
 DIST async-trait-0.1.60.crate 27374 BLAKE2B 
7c77290e2f351f67cc08b779874ddd4733bc4a86e05c0ab252b136a51b7685da6dec60b98f2a1b439af4ff5946c626dbeb8174a6dab1afbc8abe46a1ca75e7d8
 SHA512 
59ede64486c295ef71471aa6602bb55470a5696c5b3f87cffe8272cf337ed9039ebd34e0e19d56375b3ea9a5bce89e3ec33eac67474aadc01f80d4a4a20609c6
-DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST bytes-1.0.1.crate 48142 BLAKE2B 
3ffe07c5429d7d2df821c04325b8dc84b343c634b4699e9c08b07181e741c06233a0501d987b95f513be57ac169537bd0812defd118305e0648ef41f6802d19a
 SHA512 
885d3229e51c0deffe06824e81e8a016e3244106e7ed382a721a938cd2e69fcad7f5e757f95cb07ee1be83de04fcf98f9774f8f2e07aaa9a1ff068eaabf2fe87
 DIST bytes-1.3.0.crate 57563 BLAKE2B 
29abe4d9fd8583c23c5229bd81eca3b41bef01bd11bb5337d5e4a87fa34ccc8989ad9cbeb52dc66a06c0570fb2f91ba0dacb079b957f5c77fca912202535cfeb
 SHA512 
902c9af417f7aef25e47b15ed2256da5ae171fa866f2f511d6da5cb0a9271d7da214b10c774bff5d0ce186be1eb60c88f7aed848c264e1000bcbcfe0d25f9f76
-DIST cc-1.0.53.crate 51740 BLAKE2B 
04d9d6d7e5999c9463dd86eaed965ec728c285ea0e642a02383b45ea820bcbb37c91116646b0fa2636e7176030bcff29612a72482df8c7a02a7262a805791e55
 SHA512 
8c7224b21a36d46afcdb7b2475686edb2d31b784e95e792f81acd5d5840b0065ca8869ca1c8c5a70cfb3e31dbe5c006360b054c1f11a92f0e1937e4e6d335229
-DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
-DIST enquote-1.0.3.crate 3598 BLAKE2B 
eaddfd97c1259cb61125b0ec137c899b802a0e4cb75dc6f4919adce7ce9ebd2c7e7e7920319bc1eb194798a58bf56aa4c26fe8af71f84e9802899cd11d4d
 SHA512 
8b0f7a655719a54851ba656633e0d2cd8bec488be5a1f1437047732c9d4f8aaae15d4ca73196894f6fd7c4f83ab312541c650eacf60e315ce5d473ba874b1d73
 DIST enquote-1.1.0.crate 3552 BLAKE2B 
d9f04b671543b9d752af725431688bbff1c7ee740addab6334f7e4ea7ca291754b797aac3a150f8fafdd3d314c0f34c47b6454716a6b0bda5d3c70209da8abdd
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: gui-libs/greetd/

2023-12-23 Thread John Helmert III
commit: ed5372c84d9e923633dab12061dd61e452f724a5
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Dec 24 05:51:49 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Dec 24 05:52:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5372c8

gui-libs/greetd: fix SuboptimalCratesURICall

Signed-off-by: John Helmert III  gentoo.org>

 gui-libs/greetd/greetd-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/greetd/greetd-0.9.0.ebuild 
b/gui-libs/greetd/greetd-0.9.0.ebuild
index 84d4e795c943..a3c80fba4b2e 100644
--- a/gui-libs/greetd/greetd-0.9.0.ebuild
+++ b/gui-libs/greetd/greetd-0.9.0.ebuild
@@ -59,7 +59,7 @@ DESCRIPTION="ipc based login daemon"
 
 HOMEPAGE="https://git.sr.ht/~kennylevinsen/greetd/;
 SRC_URI="https://git.sr.ht/~kennylevinsen/greetd/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   $(cargo_crate_uris ${CRATES})
+   ${CARGO_CRATE_URIS}
 "
 
 LICENSE="GPL-3+"



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

2023-12-23 Thread Michał Górny
commit: 22b02af534c4962be38d7d22f4333a35a6e52126
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:46:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:46:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b02af5

dev-python/google-auth: Remove old

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

 dev-python/google-auth/Manifest  |  1 -
 dev-python/google-auth/google-auth-2.24.0.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index 56f816f8c941..ed407c6e40bc 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,2 +1 @@
-DIST google-auth-2.24.0.tar.gz 234771 BLAKE2B 
05111637ae26529b9345ef1f3ce8334bbcfc782e93d560749205a18e50075593573130e6ba3d33e79cd0190305ae382d44aac071c12ab67df7a8064a041220f2
 SHA512 
e4987b8e52be45e2fd2906525e1a4645f73b2322a6d7055f9b9c00555f4ffe05b7cda6e21cbf9f491e1e0f2b43772050017b7473b24a92cf5ca6ae6e589a15e0
 DIST google-auth-2.25.2.tar.gz 235648 BLAKE2B 
527dada4cff9139ef2b90874aafe085e7b92f4edecfa3dfb6cf26a40e8470f68451fdc88bf5a9ce92144b7448ee4a32a011069b62d6ee02d0885db1ceb319f22
 SHA512 
2f03dbe6664cfd7086da82154a8fbea6cb97f3f05992faa0fc11399248d645eafa0b63e4f45e248ff73de693c15050f3dfa7060b0f46c8b22919619d5ebb82e2

diff --git a/dev-python/google-auth/google-auth-2.24.0.ebuild 
b/dev-python/google-auth/google-auth-2.24.0.ebuild
deleted file mode 100644
index 4dac18775bcd..
--- a/dev-python/google-auth/google-auth-2.24.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Google Authentication Library"
-HOMEPAGE="
-   https://github.com/googleapis/google-auth-library-python/
-   https://pypi.org/project/google-auth/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   =dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
-   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
-   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/moto[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/pytest-localserver[${PYTHON_USEDEP}]
-   dev-python/pyu2f[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_IGNORE=(
-   # these are compatibility tests with oauth2client
-   # disable them to unblock removal of that package
-   tests/test__oauth2client.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}



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

2023-12-23 Thread Michał Górny
commit: 258c7c08e975d5c5fd1668f2fb61efe3e627bd0c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:46:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:46:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258c7c08

dev-python/mkdocs-material: Remove old

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

 dev-python/mkdocs-material/Manifest|  3 -
 .../mkdocs-material/mkdocs-material-9.4.14.ebuild  | 67 --
 .../mkdocs-material/mkdocs-material-9.5.0.ebuild   | 67 --
 .../mkdocs-material/mkdocs-material-9.5.1.ebuild   | 67 --
 4 files changed, 204 deletions(-)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 5441a4f6d1b1..d02932803bc0 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,4 +1 @@
-DIST mkdocs-material-9.4.14.gh.tar.gz 14563700 BLAKE2B 
313698c16f79cc11fc9aa2905313871605f683fad32073e956402728e0b51cbd2788947c11711eb1fc9a0addb8cdc1d7382703cc5a6684a72541f40a1afb699f
 SHA512 
1102c1003562af2fc7126d85d8e5b0556cd240d6c56273f811947bbfc650fd7554b8b979ab9e14a43ed3dc44688c7ce277e28fdd4cbb6787b83b9f76d80a3bbf
-DIST mkdocs-material-9.5.0.gh.tar.gz 14621790 BLAKE2B 
3c9f7b7cc656cd25953d021b2914884f2ede145b8c4cece0ec55013ee955a25d8ad4021de0abf3fd340b0bbc996ca42fe1391752febe7dad464da232c7d1892b
 SHA512 
5c9b695877d14ce53fa66c1f4b4416e1d79ee227817b1a113406f83f37fd8d1fc122f5554c2159e24967864dd258329cfa564944f1ffbff863650a6ccad5af90
-DIST mkdocs-material-9.5.1.gh.tar.gz 14622279 BLAKE2B 
81df1c8f0d50ae32d7efdbaeda3b4825edd167d4290ba4b199dac3c04965e361707def8bee17bada2cd6ec86c28e36c2a16dfcd748b592fef10d0392e224a864
 SHA512 
b97948f54f37d0f365f515976857cad5717058f258f505f18f7000f02cc9a20a084832fe62e8f1f3fd51f360769535962116b7a221e5f054fa05ddfc8821db58
 DIST mkdocs-material-9.5.2.gh.tar.gz 14646245 BLAKE2B 
d6884fc3604b794296c2074a026c522df44fb3500a9109c61dcbdf7bd48133ababedfeacfa2f91c832c16480d767bd36afdd1bc4cf09b2d9ab43a4b95c79a5aa
 SHA512 
26657000cab282babe136a6b85caff57cd979c1d2c83e6378f82a76fb3a5e4d57e0d120d641f7cb2e697b58a323e11ea17f346f0ed7958f10752cbb0c8918bd1

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.4.14.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.4.14.ebuild
deleted file mode 100644
index 4573ac202d81..
--- a/dev-python/mkdocs-material/mkdocs-material-9.4.14.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-material-extensions
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
-   https://github.com/squidfunk/mkdocs-material/
-   https://pypi.org/project/mkdocs-material/
-"
-SRC_URI="
-   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="social"
-
-RDEPEND="
-   >=dev-python/Babel-2.10.3[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.6[${PYTHON_USEDEP}]
-   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
-   >=dev-python/mkdocs-1.5.3[${PYTHON_USEDEP}]
-   >=dev-python/paginate-0.5.6[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.16[${PYTHON_USEDEP}]
-   >=dev-python/pymdown-extensions-10.2[${PYTHON_USEDEP}]
-   >=dev-python/readtime-2.0[${PYTHON_USEDEP}]
-   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
-   social? (
-   >=dev-python/pillow-9.0[${PYTHON_USEDEP}]
-   >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
-   )
-"
-BDEPEND="
-   >=dev-python/trove-classifiers-2023.10.18[${PYTHON_USEDEP}]
-"
-# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
-PDEPEND="
-   >=dev-python/mkdocs-material-extensions-1.2[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-   # simplify pyproject to remove extra deps for metadata
-   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
-)
-
-src_prepare() {
-   echo "__version__ = '${PV}'" > gentoo_version.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.5.0.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.5.0.ebuild
deleted file mode 100644
index 4bb3a9a57338..
--- a/dev-python/mkdocs-material/mkdocs-material-9.5.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling

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

2023-12-23 Thread Michał Górny
commit: 229c2fd8a817677937f3700d46e4713324173ac7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:43:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:43:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229c2fd8

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest   |  6 ---
 dev-python/botocore/botocore-1.33.6.ebuild | 68 --
 dev-python/botocore/botocore-1.34.1.ebuild | 68 --
 dev-python/botocore/botocore-1.34.3.ebuild | 68 --
 dev-python/botocore/botocore-1.34.4.ebuild | 68 --
 dev-python/botocore/botocore-1.34.5.ebuild | 68 --
 dev-python/botocore/botocore-1.34.6.ebuild | 68 --
 7 files changed, 414 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index add3ce718004..0fb8c044540f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,9 +1,3 @@
 DIST botocore-1.33.11.gh.tar.gz 12536159 BLAKE2B 
bce09ad1b93210667e3c1058ab3b4350b752e330c78c29af87c53b3f3f738dd7622b1b670a4fdbfa2dfdeaf763f9885b3f82ad0eb4f44c7e7585ae5b8eaa6b5d
 SHA512 
5d790bbb909230861cf2eb38908f5876ab9bd7e5dd1f718987797af0b263c7ea2c42d69aa1d55b66d1b954204caa04c50cd050385607637192e9ad6b33f65b7d
-DIST botocore-1.33.6.gh.tar.gz 12516087 BLAKE2B 
da3ca22acb5b6ee27eb3c0f7dab4ad43597ab985aa7512f4f4a51c2ca3db80a049e13faaf986dd4a02125f92c088129506651125a826184656250665dc7b7128
 SHA512 
cae5019d85c9b3afcfd93fe58d0e51c5a6e0769d58b2a8b1285a34ce66be8db34e9c5dc4dc74ff72e0992cdd142d101e3663fa1d68a2779fa9c09de37d2f2001
-DIST botocore-1.34.1.gh.tar.gz 12561522 BLAKE2B 
67b42866c4a00ea960b8d942110acdf9fd642e9164c987e12f9e12ceee37b1c4d9be59a3185006c19b52c31b957442fe4fa9de9d4d1d697854c0c1c7b9eb23cc
 SHA512 
04cba828baf7bb14f2cb2a3eedca6332842ca1d0c8d1e5ad837607ea6c5fe1564a222c516835d7f67e2fea85490032ef04d61d631c0cff6849ee7cdca5eeabf4
 DIST botocore-1.34.2.gh.tar.gz 12564834 BLAKE2B 
b22a3d3bd35b769a28ccb1a5116428e1904d0c9fc3452829237704dbec37a31a539f044a728b0785d09406d299d522dd601da39801249747d54e6741b46cafe2
 SHA512 
a3f3718bf584a871abbb3edc803de9d5329da257c050d56bdbf8a6a6c4067477812582fbd8d1d789ce18ea1f416d0ddb2be9cc3c45172292d061a94a12f3977b
-DIST botocore-1.34.3.gh.tar.gz 12574694 BLAKE2B 
f171337299c886d0b9c78e50ea57b0e2c1cf3cf261bbaca5e69bd374898ced32cf085d43d7a5f935d16573411e88f432f8417f047391f0a8de914886f14fe7ea
 SHA512 
7e74536e6a69d25aff66763e7c817d5a3b54cb9c528a20be758c490621f33c945cb63313391bb25e402aab32a5b3fbb19215118c02559b64983c21db8ca79bc2
-DIST botocore-1.34.4.gh.tar.gz 12582501 BLAKE2B 
fa7578a30cf8e6c72ef83756923c77f4c8d89c6ce0902614f6661d6174b3d1fc176866087dea80b61c8328137796f41a1e295fc04de7fee34267b521cc3d9201
 SHA512 
07e60e42bfd2be4de0b2cf824978acd87eadeba77e8e191fb4e29001e9868494fe9e4676b38f6769557b0119139cb9f432d426cba34307504e8a218ccec66c0f
-DIST botocore-1.34.5.gh.tar.gz 12587260 BLAKE2B 
08ffafc5b6678cb48f7ca59413c787fcb15924076927113634e4db674d6cac52a1cae72f559abf614be622137e28b0862b140bd2e5c92231aa659d15d655fad9
 SHA512 
c99a9c4d1cc86bf6aab3c8672f2dc95f69577fdbfb5cc4723bc6be41df9a34aa07eae29ab00ec84b55e50694b1288ad8a5b5673f4d6839c13608f28f0c9420b0
-DIST botocore-1.34.6.gh.tar.gz 12597372 BLAKE2B 
34aaf3e27478440a4f8fac28adb0f6bd9e63851435fd1bd51699a8b0c2a384d8aace86c4629404cb30602606a5497d5b30628e7a2174095914ab34879c1c13de
 SHA512 
c90de3f2c18610ee5d5e649d368eebdbdb97ec737637b06ef8d5951502f2b5655a72b4859025cb007213b665c075078cc604bd7ac95af4ccf8073800bf346d34
 DIST botocore-1.34.7.gh.tar.gz 12606475 BLAKE2B 
387ee7dfab43c44c39c7b0566b6ddcb2b666024b5b7bee2c996194988781c169e1e9462b36d09861d1c3ca899d263392f3d79129e7a2f2fc4bbfed402f5c7dd6
 SHA512 
3f162d4d028dd81da552e0117671971aa891bf8fab513730f40083660fa83c1f82bf1b52875cf9f7f11089ecdd79f084f3c8e76227aa826c1aac7e5735032450

diff --git a/dev-python/botocore/botocore-1.33.6.ebuild 
b/dev-python/botocore/botocore-1.33.6.ebuild
deleted file mode 100644
index d33c969b31de..
--- a/dev-python/botocore/botocore-1.33.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-   https://github.com/boto/botocore/
-   https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/botocore;
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/boto/botocore/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-RDEPEND="
-

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

2023-12-23 Thread Michał Górny
commit: 87031e9c1b56623f3455d061ffc6bec41bf9dc0a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:42:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:42:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87031e9c

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest |  6 ---
 app-admin/awscli/awscli-1.31.6.ebuild | 88 ---
 app-admin/awscli/awscli-1.32.1.ebuild | 88 ---
 app-admin/awscli/awscli-1.32.3.ebuild | 88 ---
 app-admin/awscli/awscli-1.32.4.ebuild | 88 ---
 app-admin/awscli/awscli-1.32.5.ebuild | 88 ---
 app-admin/awscli/awscli-1.32.6.ebuild | 88 ---
 7 files changed, 534 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 42cfd01f6992..b221208f991e 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,9 +1,3 @@
 DIST aws-cli-1.31.11.gh.tar.gz 2605881 BLAKE2B 
816846d5dd50a382b837cb25e01be330cb345b55819907ddc8bd3a6623752322d5eb79526a42addb85e9b4dedbf86cee0f064f8ae87d9bd2b3ee996751f37265
 SHA512 
8147f2c39618317755903a49b02cbfacdc514fd76df31fd354526a684c8da97753d7e2429ca9d46f035fc12263cdec847078f7461dd1ed7948d6614d6408debb
-DIST aws-cli-1.31.6.gh.tar.gz 2605365 BLAKE2B 
30e7789a2a4f47b3b4dce9fb3c8083d56ebec8501d66fa03e34309c1c9e0c6302ce79c044fb1aecd879f2784443db5a9927bfb1c22e94883709600f0e1c538b4
 SHA512 
5da1be164d4e52b255093c0685b4add43a21b2f0259a6ad9b6e6bc1c7bbb17e1ee0db0f6b29ff0227b301d7f66e1d63b3d92047ccef5578b9de6b5579319be6c
-DIST aws-cli-1.32.1.gh.tar.gz 2607388 BLAKE2B 
4923e4b610542376639b3290651da23d58b0d893e029e80a23227fe7c3ad2ef821e532b5269fc0fa0fe143f6b632030288b4a8ecd21c3d2ec05a702529eadb1b
 SHA512 
bf23bafe3456ba609c182e68c691b9d69a2851582a7d466891d4cdf0d028ae3769b672bf43e38cd52299fa164fda6b1fef46329074f72b2a4a2b6996a6d4e072
 DIST aws-cli-1.32.2.gh.tar.gz 2609043 BLAKE2B 
18cf285e54c25605502167e4fa002f522063dd85fc0c09eb44b4513ada49dbe476ca4485bb1cb63e726c5e1bee6934ccfa340ac9c9daecae082abb1abd852426
 SHA512 
951814c6e5a5dcf74de12e66430c53ca010bae6a8c9984dc11ab456f1cbd4a3f32e5055b3f7587fdf8cff4c224f86bc95858a2556ed5b90981894f706ab1b023
-DIST aws-cli-1.32.3.gh.tar.gz 2609467 BLAKE2B 
16d5d477c35132c880b5bddefacbca0e844ef702af8a1faf53941a517b5853783dfb202dc7a9936e4475f481ae10b73110f5d617a32f9b859352bedb8a83ddf4
 SHA512 
2361239e630407ff4304963d7f7481df033073fca1817b6ab9bc0f41b6e024b0ef19d42e2cb1d97b6ad0643f37ccd2c65d5ad9259192dab8e6d795e74dd02748
-DIST aws-cli-1.32.4.gh.tar.gz 2610216 BLAKE2B 
7767006083a08ed1de114e177d45e37f8858afe7652a4160234514db8a02a3a0c8bf5f37277ea98ca04134d275aeb2e1017e758d678a2603bc3b9c8984bf192d
 SHA512 
715a41701fa6f950e85bb4348b44de000c8147a77cb5d03942a1dee9c8d447fe24c92886e22cb057c7e1a02113bbdef00dccf8743652b23330e11d662ae3
-DIST aws-cli-1.32.5.gh.tar.gz 2610655 BLAKE2B 
e85b56e61e0e328c26d2c2fdc33255277f618d9bb4889a118e0a9996f4de282136d998a78dedccf6f4f8430d954e51224d528191265b97f00fa6ad07bbb326d4
 SHA512 
c58ebb963fa3467e1b7e196748027c37c010a4c559381d32102cdb89b8ef0978298d7722bb98d36109c682f6ee5bb6bb9c66b7603e7f0810ce745ccca5cf0aaf
-DIST aws-cli-1.32.6.gh.tar.gz 2612658 BLAKE2B 
c79d8cbaef59fbc19db15985182e5679b7b89fcc1852154e116db8ef6d8a959b39dc2e70a8542bb482044a3fc12f18ddda75aa073893ade2172441a7fbd39948
 SHA512 
89894c512c6ad069253f26ba70a7294df86af0106fde7d042ebbb05525f2c202efc04c45176cbd64f73ea91e0b03610523e49f4d38b59e513b00b2777503c511
 DIST aws-cli-1.32.7.gh.tar.gz 2620400 BLAKE2B 
dee6686b73100c607eba165f0f8ff91217336b020644c7ef7ee95dad16f57baea0878a3da96fd2f7258271573c1245286921240d141ba3020006b7ca2b37a0b5
 SHA512 
1df4aa8f2a2924d0e1c84e1187db1d5b974600831d7f668e39cfa17c34896ec51c604ef52d5ce397ca5950e79cac3c2e744c9b048f12164b650aa871e0c489e7

diff --git a/app-admin/awscli/awscli-1.31.6.ebuild 
b/app-admin/awscli/awscli-1.31.6.ebuild
deleted file mode 100644
index 903cb8e01044..
--- a/app-admin/awscli/awscli-1.31.6.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1
-
-MY_P=aws-cli-${PV}
-DESCRIPTION="Universal Command Line Environment for AWS"
-HOMEPAGE="
-   https://github.com/aws/aws-cli/
-   https://pypi.org/project/awscli/
-"
-SRC_URI="
-   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-
-# botocore is x.(y+2).z
-BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-   

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

2023-12-23 Thread Michał Górny
commit: f3489de277f40c8477e6311b205b6e54d4718c33
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:42:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:42:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3489de2

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest|  6 
 dev-python/boto3/boto3-1.33.6.ebuild | 64 
 dev-python/boto3/boto3-1.34.1.ebuild | 64 
 dev-python/boto3/boto3-1.34.3.ebuild | 64 
 dev-python/boto3/boto3-1.34.4.ebuild | 64 
 dev-python/boto3/boto3-1.34.5.ebuild | 64 
 dev-python/boto3/boto3-1.34.6.ebuild | 64 
 7 files changed, 390 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 9c8e7b3c55c5..7910c4dc180f 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,9 +1,3 @@
 DIST boto3-1.33.11.gh.tar.gz 754430 BLAKE2B 
f206c6eeb9859af85f09bb48298b941fc0c969446766638c612fa1e88e19b8f9a99ec2ecbb8565a40432cc7a7f5362459af7488a172f4bca3179385d82742feb
 SHA512 
03f37d99b70d857d2d72e81e02fe3afb64d3139adde80db0bf3a2f78ce8fa33c5cc6965a8dbfd267b263711c73c355d69d7e629eb7f28e6bdccf5480ca9c9810
-DIST boto3-1.33.6.gh.tar.gz 752467 BLAKE2B 
f0f344a9e93ff3ad1dd03b44784a41637d05961855e2cd0700dbb840f98940f387cf81d1eb36cc63579be810f5a7d52c49cdb3831e930f89b1b2026af1e4b357
 SHA512 
1d3d2dd734621cf94e88015273f6fd4d68ec956145eb2b91fe34920f9abe7786a64e2e7f4057db30e71574e392fff9190944c3d9e6143fd43c5e48f04e9eb2ae
-DIST boto3-1.34.1.gh.tar.gz 755547 BLAKE2B 
ef830690a85802c8f540b23a5cf618b8a1c831ad94f8d5e759239201dc2bc3580b64d92c4cc6688c46e9b737e3dd9a67e5315d13a59fa79f63fb33c542273805
 SHA512 
bee4d7dcec1ee9c8b8cc121f5e8090c3da5c5a11c554a1fe8f32f38c7f4417e950cc920fbd64d45e81fadb6f58cb63cbf64667c34f3f12e60500f59b1428e78c
 DIST boto3-1.34.2.gh.tar.gz 756227 BLAKE2B 
7253c533bac45b3848ab573d4781cf68b6bea8d504f851b58366dd3e6ac05b35fb2a85cb7aaff0e426a6bd2f9fe2933dd240e4d0283e4491e095fa93b4061971
 SHA512 
06eaf9b6725d312d91a4a8ba3ab85dde5f579e6d2fa42211189a6f30584b7d2a5c0cca46264bda52a076c8bd1acac9ec0476eb5d986a8e29972f69b7007de3c2
-DIST boto3-1.34.3.gh.tar.gz 756507 BLAKE2B 
030c01e76b2d52bd2b0f95eb5065cc28410f76082b8ae1a0f9441eb6885fc07e45a31164d8bc4b130bc93fc91fe0fdc6d27f520d2c1596aa3504d0cefa8ed05f
 SHA512 
e6332e418a7dfac9ebceb3e97b0afc02b29dc909fd7efb4d7f504dc5b205df30999854fbadfed94f3b1a7afaad613036a9c7f91b119d3d5f2d69959829526064
-DIST boto3-1.34.4.gh.tar.gz 757310 BLAKE2B 
987970d34b895d8e9430219ac52de1a9e3f8100abd816a3c69d906a94b550cb027419fee1b23ab9e92c2ddb48432d596f397ecb48656f4879744417b221b21d0
 SHA512 
57c12bb2c8158ab2af3d54b008c962e2e4e5f696da7c9c93447fae898007a5341c5f717204c03202e81fe1f72fa5650ce645189f2ae92f7e69fb405248d12aaa
-DIST boto3-1.34.5.gh.tar.gz 758144 BLAKE2B 
6d73d92658d4a43cf8f243da148cc6da36e0915fd23dacaf8a780e9ed2d5ad15987bb67e25bab4337ef0800c7e1ba61be9e05f1e309c78741fa6a471179af731
 SHA512 
dc4c543b40ebb82947adb40eee0d8e6d0378dcb0f0723fbaac3ca5222fd2cd971509af51258b5f02b70519c28ac39d7ba8211d2c3edc3ad838d1d3cf71cb56fa
-DIST boto3-1.34.6.gh.tar.gz 759362 BLAKE2B 
1f1b26e1ddd31be44311a9fa348765f03e6303b9556620e9437e0f10ae3c5bb6dcf09940e30823d716cd95e917c90583d7736776237726f5582eba342b4f8d4e
 SHA512 
2f5834701fa94da9e3da97834b5c07555dbcbc2d7f1999f68301174fd1c173cdce5a6cf16ace7ed0c9b53900ac248f7d22962350294976e61d44d7f9c6164f63
 DIST boto3-1.34.7.gh.tar.gz 759909 BLAKE2B 
059228d7bd57ac34274437f77b3510dff6dca7d1293ffd6f7672b0fcc0acefffeeda2c5c2b4e19ef49bbffd4746dc226edfba52d57f5f8629516c9e830dbdd90
 SHA512 
43395937977ad3c860ede35d2adbb9575312ddab4972b8d258e41a7d6e86f3e6a74037dadb0f0e0f4f3d5ed715a66390041ac9c980bc8a3cfb727a44e252113e

diff --git a/dev-python/boto3/boto3-1.33.6.ebuild 
b/dev-python/boto3/boto3-1.33.6.ebuild
deleted file mode 100644
index 7e9eefca0111..
--- a/dev-python/boto3/boto3-1.33.6.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-   https://github.com/boto/boto3/
-   https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/boto3;
-   inherit git-r3
-   BOTOCORE_PV=${PV}
-else
-   SRC_URI="
-   https://github.com/boto/boto3/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-RDEPEND="
-   >=dev-python/botocore-${PV}[${PYTHON_USEDEP}]
-   

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

2023-12-23 Thread Michał Górny
commit: daef62b7a874a756f45bec00bfc201dffaf09946
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:39:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:39:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daef62b7

dev-python/a2wsgi: Remove old

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

 dev-python/a2wsgi/Manifest|  1 -
 dev-python/a2wsgi/a2wsgi-1.8.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/a2wsgi/Manifest b/dev-python/a2wsgi/Manifest
index 170cbf3bb2c9..82767d37fdb6 100644
--- a/dev-python/a2wsgi/Manifest
+++ b/dev-python/a2wsgi/Manifest
@@ -1,2 +1 @@
-DIST a2wsgi-1.8.0.tar.gz 13775 BLAKE2B 
793ccab96e66e92ee0f662f4633deaa84075d258261b4d12099e5aaa5c1d28fd23bafb7312a0599dfb434d1e5e086e3fc98dfaa7978f449115537c7c17414da2
 SHA512 
c0aa649fbae0a201431990c975921249fc2d8439a8552d7ebf5d48e1fd35695175d9388e17d10009deb11842ebe806e71dd59ccf9bc16b656d68bc9e6491a352
 DIST a2wsgi-1.9.0.tar.gz 14435 BLAKE2B 
d0847d0bd1d7c8c834c243afcac2ddb342eb9a29469eb258dfed751e6629c98d0a81b5c84b7af6583b303a5a3b407d8bfb6a04a63e0c3606f0d564c55780f5d2
 SHA512 
e940e75c35d842aad651d99335f5cafe8b4c236c9a47882ce5cf859cf5cfb6aa736028246139d8e06ac2b9ab53d0fd4e94ac2dbc2aa55a0103633edb0423

diff --git a/dev-python/a2wsgi/a2wsgi-1.8.0.ebuild 
b/dev-python/a2wsgi/a2wsgi-1.8.0.ebuild
deleted file mode 100644
index 02b913fbee4b..
--- a/dev-python/a2wsgi/a2wsgi-1.8.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Convert WSGI app to ASGI app or ASGI app to WSGI app"
-HOMEPAGE="
-   https://github.com/abersheeran/a2wsgi/
-   https://pypi.org/project/a2wsgi/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-BDEPEND="
-   test? (
-   =dev-python/asgiref-3.2.7[${PYTHON_USEDEP}]
-   =dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-12-23 Thread Michał Górny
commit: 7ec5ba2aa78c8ed17ef3f6b06afacf6f84cfca5f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 24 05:46:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 24 05:46:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec5ba2a

dev-python/google-api-python-client: Remove old

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

 dev-python/google-api-python-client/Manifest   |  1 -
 .../google-api-python-client-2.109.0.ebuild| 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 1576ccb64ede..368d87bb01fb 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,3 +1,2 @@
-DIST google-api-python-client-2.109.0.tar.gz 12264648 BLAKE2B 
b0ff31b5e770f38ac44569a3480a9d0a28988441a907c823be7603fd3a48a5d407aeafdc6de5e8cadf32693f3363f0231f82e692fdeabe1ceb42eaeb5c99595b
 SHA512 
1e5cd06a49548536b53411aa247f9118e808b97dd4b110f614347329f148ba9bc89514e5c205c7e7a90f52c53ab944a3a16afa833dc4a458d9ab53dc093bad63
 DIST google-api-python-client-2.110.0.tar.gz 12416779 BLAKE2B 
4b8bf928262db5d66d3201aaa2541cfd2ea9c5276528a8cee285eaafbb6947419d40c7335c3b131b9208e4a5c9c1e3c5df695bdd66a0a8b5736ea79d24ae1547
 SHA512 
a100b2a33c2944b8c5044c40cfdee4911e44fc1b366d4fd66cd99fd35c47058113f89c952b24d47b4ac3db573be30af1351d9b4e0d10b69e1ef5c5e5499f891b
 DIST google-api-python-client-2.111.0.tar.gz 12461105 BLAKE2B 
3aa1de35867fbf2287fc4f0aadf4dc77aeb62bc0d894bcaf546ca00e062de289c83a732298ad6b09927d60bb1e3ea47e0a20fb108e23cb7af222e67a6e45d464
 SHA512 
3eb9a4580c6b59dbd7dff1f0ca9f309e92d7f75ce6d3085833d96c72751212a47073ef2b322ad85bc2795e82c85b9b80593f18a7335cc7438b0acaa94cbf04f5

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.109.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.109.0.ebuild
deleted file mode 100644
index f0a73f2ae5ad..
--- 
a/dev-python/google-api-python-client/google-api-python-client-2.109.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="
-   https://github.com/googleapis/google-api-python-client/
-   https://pypi.org/project/google-api-python-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-   =dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-   >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/, sci-mathematics/flint/files/

2023-12-23 Thread Michael Orlitzky
commit: 92e78412b4cfab142f98c25a4de65386f8f54da9
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Dec 24 04:17:42 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Dec 24 04:18:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e78412

sci-mathematics/flint: add 3.0.1

Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/flint/Manifest |  1 +
 .../flint/files/flint-3.0.1-find-cblas.patch   | 44 
 sci-mathematics/flint/flint-3.0.1.ebuild   | 81 ++
 3 files changed, 126 insertions(+)

diff --git a/sci-mathematics/flint/Manifest b/sci-mathematics/flint/Manifest
index de7412c463e2..730cca7ed921 100644
--- a/sci-mathematics/flint/Manifest
+++ b/sci-mathematics/flint/Manifest
@@ -1 +1,2 @@
 DIST flint-2.9.0.tar.gz 5283894 BLAKE2B 
a790437ee142d8acb5cec1e6c7d21812f8d83f5d30d1e8c07e799713e96791d87792f25fbd4ce2d0d68f6a8ee2f0cde2b8d9f8db8ab26922a48485e0e90394aa
 SHA512 
4494cba6a4e215e817d7c74ef6834c4e05a832488f4808bbd7bea8b02a4a35d47ef3c63a4f213230c712b32842f5588c503fc1cf23e5e2ddc4a4a5a1627a02ba
+DIST flint-3.0.1.tar.gz 7624944 BLAKE2B 
0d94252075945f39af3dd2e49803cbe16aa65b108964dfc0c12bdfd9188748944c1e839401e17b974f8f6f8832e4da84d62a63f20b63cfff0ff5c2736bfd2d47
 SHA512 
4b5b432b962135cd708a0ce4242343f3226f0fdf73c3f541728ed4540e7ef6cb7812a48b6b46e65a8fcc1f5cae93d8bb59838d24728024cd9aa0f7b8e5c6f98f

diff --git a/sci-mathematics/flint/files/flint-3.0.1-find-cblas.patch 
b/sci-mathematics/flint/files/flint-3.0.1-find-cblas.patch
new file mode 100644
index ..77a9ed2e888f
--- /dev/null
+++ b/sci-mathematics/flint/files/flint-3.0.1-find-cblas.patch
@@ -0,0 +1,44 @@
+From 5cb3535b911c78adb9c8a908104fc4be3ffbfe51 Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky 
+Date: Sat, 23 Dec 2023 14:38:46 -0500
+Subject: [PATCH 1/1] CMake/FindCBLAS.cmake: search only for cblas
+
+On Gentoo, users can "eselect cblas" to choose a cblas implementation
+at runtime. Packages build against the reference cblas, but the others
+are (by design) compatible, so we can force one to take precedence at
+runtime with an ld.so.conf entry. But that only works when consumers
+link to libcblas.so. If they link directly to (say) openblas, then
+changing how libcblas.so resolves won't help.
+
+When Flint tries to find "cblas," it looks for accelerate and openblas
+before plain cblas. That runs afoul of the scheme described above. To
+remedy it, we patch the search function so that only "cblas" is
+considered. Since virtual/cblas always pulls in the reference
+implementation, there'd be no point in altering the search order to
+consider e.g. openblas after cblas.
+---
+ CMake/FindCBLAS.cmake | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/CMake/FindCBLAS.cmake b/CMake/FindCBLAS.cmake
+index f5b5b1c..f4919f4 100644
+--- a/CMake/FindCBLAS.cmake
 b/CMake/FindCBLAS.cmake
+@@ -11,13 +11,11 @@
+ find_path(CBLAS_INCLUDE_DIRS NAMES cblas.h
+   HINTS CBLAS_ROOT ENV CBLAS_ROOT
+   PATHS ${INCLUDE_INSTALL_DIR} ${CMAKE_INSTALL_PREFIX}/include
+-  PATH_SUFFIXES openblas cblas blis flexiblas
+   )
+ 
+-find_library(CBLAS_LIBRARIES NAMES accelerate openblas cblas blas blis 
flexiblas
++find_library(CBLAS_LIBRARIES NAMES cblas
+   HINTS CBLAS_ROOT ENV CBLAS_ROOT
+   PATHS ${LIB_INSTALL_DIR} ${CMAKE_INSTALL_PREFIX}/lib
+-  PATH_SUFFIXES openblas cblas blis flexiblas
+   )
+ 
+ include(FindPackageHandleStandardArgs)
+-- 
+2.41.0
+

diff --git a/sci-mathematics/flint/flint-3.0.1.ebuild 
b/sci-mathematics/flint/flint-3.0.1.ebuild
new file mode 100644
index ..7f24b83f5744
--- /dev/null
+++ b/sci-mathematics/flint/flint-3.0.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake flag-o-matic python-any-r1
+
+DESCRIPTION="Fast Library for Number Theory"
+HOMEPAGE="https://www.flintlib.org/;
+
+# flintlib.org tarballs have been broken in the past, Bill Hart suggests
+# we get them from Github (which he has control over).
+SRC_URI="https://github.com/flintlib/flint/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+
+# Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15
+SLOT="0/18"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="doc ntl test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="${PYTHON_DEPS}
+   doc? (
+   app-text/texlive-core
+   dev-python/sphinx
+   dev-tex/latexmk
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
+"
+DEPEND="dev-libs/gmp:=
+   dev-libs/mpfr:=
+   ntl? ( dev-libs/ntl:= )
+   virtual/cblas"
+# flint 3 includes arb and arb cannot use flint 3.
+RDEPEND="${DEPEND}
+   !sci-mathematics/arb"
+
+# The rst files are API docs, but they're very low-effort compared 

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

2023-12-23 Thread Sam James
commit: f87f2a0c55b6aa8225728e72034860fb34f6a752
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 04:11:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 04:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87f2a0c

sys-kernel/dracut: Stabilize 059-r7 arm, #920629

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

 sys-kernel/dracut/dracut-059-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/dracut/dracut-059-r7.ebuild 
b/sys-kernel/dracut/dracut-059-r7.ebuild
index 4f5443dcf287..bf91a999b5cd 100644
--- a/sys-kernel/dracut/dracut-059-r7.ebuild
+++ b/sys-kernel/dracut/dracut-059-r7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/dracutdevs/dracut;
 else
if [[ "${PV}" != *_rc* ]]; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~sparc ~x86"
fi

SRC_URI="https://github.com/dracutdevs/dracut/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
 fi



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

2023-12-23 Thread Sam James
commit: 681dd8889e4c38b9c2449257495567b0ab2daf6f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 02:29:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 02:30:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681dd888

app-crypt/sequoia-sq: drop 0.31.0

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

 app-crypt/sequoia-sq/sequoia-sq-0.31.0.ebuild | 511 --
 1 file changed, 511 deletions(-)

diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.31.0.ebuild 
b/app-crypt/sequoia-sq/sequoia-sq-0.31.0.ebuild
deleted file mode 100644
index ba59d1386836..
--- a/app-crypt/sequoia-sq/sequoia-sq-0.31.0.ebuild
+++ /dev/null
@@ -1,511 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-   addr2line@0.20.0
-   adler@1.0.2
-   aead@0.5.2
-   aes@0.8.3
-   ahash@0.7.6
-   aho-corasick@0.7.20
-   aho-corasick@1.0.2
-   aligned@0.4.1
-   android-tzdata@0.1.1
-   android_system_properties@0.1.5
-   anyhow@1.0.71
-   as-slice@0.2.1
-   ascii-canvas@3.0.0
-   assert_cmd@2.0.8
-   async-trait@0.1.70
-   autocfg@1.1.0
-   backtrace@0.3.68
-   base16ct@0.2.0
-   base64@0.13.1
-   base64@0.21.2
-   base64ct@1.6.0
-   bindgen@0.63.0
-   bit-set@0.5.3
-   bit-vec@0.6.3
-   bitflags@1.3.2
-   bitflags@2.3.3
-   block-buffer@0.10.4
-   block-buffer@0.9.0
-   block-padding@0.3.3
-   blowfish@0.9.1
-   botan-sys@0.10.3
-   botan@0.10.3
-   bstr@1.5.0
-   buffered-reader@1.2.0
-   bumpalo@3.13.0
-   byteorder@1.4.3
-   bytes@1.4.0
-   bzip2-sys@0.1.11+1.0.8
-   bzip2@0.4.4
-   cast5@0.11.1
-   cc@1.0.79
-   cexpr@0.6.0
-   cfb-mode@0.8.2
-   cfg-if@1.0.0
-   chrono@0.4.26
-   cipher@0.4.4
-   clang-sys@1.6.1
-   clap@4.0.32
-   clap_complete@4.0.7
-   clap_derive@4.0.21
-   clap_lex@0.3.0
-   clap_mangen@0.2.6
-   cmac@0.7.2
-   const-oid@0.9.3
-   core-foundation-sys@0.8.4
-   core-foundation@0.9.3
-   cpufeatures@0.2.9
-   crc32fast@1.3.2
-   crossbeam-channel@0.5.8
-   crossbeam-deque@0.8.3
-   crossbeam-epoch@0.9.15
-   crossbeam-queue@0.3.8
-   crossbeam-utils@0.8.16
-   crossbeam@0.8.2
-   crunchy@0.2.2
-   crypto-bigint@0.5.2
-   crypto-common@0.1.6
-   ctr@0.9.2
-   curve25519-dalek-ng@4.1.1
-   curve25519-dalek@3.2.0
-   cvt@0.1.2
-   data-encoding@2.4.0
-   dbl@0.3.2
-   der@0.7.7
-   des@0.8.1
-   deunicode@0.4.3
-   diff@0.1.13
-   difflib@0.4.0
-   digest@0.10.7
-   digest@0.9.0
-   dirs-next@2.0.0
-   dirs-sys-next@0.1.2
-   dirs-sys@0.3.7
-   dirs-sys@0.4.1
-   dirs@4.0.0
-   dirs@5.0.1
-   doc-comment@0.3.3
-   dot-writer@0.1.3
-   dyn-clone@1.0.11
-   eax@0.5.0
-   ecb@0.1.1
-   ecdsa@0.16.7
-   ed25519-dalek@1.0.1
-   ed25519@1.5.3
-   either@1.8.1
-   elliptic-curve@0.13.5
-   ena@0.14.2
-   endian-type@0.1.2
-   enum-as-inner@0.5.1
-   enumber@0.3.0
-   env_logger@0.10.0
-   errno-dragonfly@0.1.2
-   errno@0.3.1
-   fallible-iterator@0.2.0
-   fallible-streaming-iterator@0.1.9
-   fastrand@1.9.0
-   fd-lock@3.0.12
-   fehler-macros@1.0.0
-   fehler@1.0.0
-   ff@0.13.0
-   file_diff@1.0.0
-   filetime@0.2.21
-   fixedbitset@0.4.2
-   flate2@1.0.26
-   float-cmp@0.9.0
-   fnv@1.0.7
-   foreign-types-shared@0.1.1
-   foreign-types@0.3.2
-   form_urlencoded@1.2.0
-   fs2@0.4.3
-   fs_at@0.1.8
-   futures-channel@0.3.28
-   futures-core@0.3.28
-   futures-io@0.3.28
-   futures-macro@0.3.28
-   futures-sink@0.3.28
-   futures-task@0.3.28
-   futures-util@0.3.28
-   generator@0.7.5
-   generic-array@0.14.7
-   getopts@0.2.21
-   getrandom@0.1.16
-   getrandom@0.2.10
-   gimli@0.27.3
-   git-testament-derive@0.1.14
-   git-testament@0.2.4
-   glob@0.3.1
-   globset@0.4.10
-   globwalk@0.8.1
-   group@0.13.0
-   h2@0.3.20
-   hashbrown@0.12.3
-   hashlink@0.8.1
-   heck@0.4.1
-   hermit-abi@0.3.2
-   hkdf@0.12.3
-   hmac@0.12.1
-   hostname@0.3.1
-   html-escape@0.2.13
-   http-body@0.4.5
-   http@0.2.9
-   httparse@1.8.0
-   httpdate@1.0.2
-   humansize@2.1.3
-   humantime@2.1.0
-   hyper-tls@0.5.0
-   hyper@0.14.27
-   iana-time-zone-haiku@0.1.2
-   iana-time-zone@0.1.57
-   idea@0.5.1
-   idna@0.2.3
-   idna@0.3.0
-   idna@0.4.0
-   ignore@0.4.20
-   indexmap@1.9.3
-   inout@0.1.3
-   instant@0.1.12
-   io-lifetimes@1.0.11
- 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/sequoia-chameleon-gnupg/

2023-12-23 Thread Sam James
commit: a5273033604e8799a272c6e05b6634b232189287
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 02:30:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 02:30:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5273033

app-crypt/sequoia-chameleon-gnupg: drop 0.3.2-r2

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

 .../sequoia-chameleon-gnupg-0.3.2-r2.ebuild| 427 -
 1 file changed, 427 deletions(-)

diff --git 
a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.3.2-r2.ebuild 
b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.3.2-r2.ebuild
deleted file mode 100644
index 1a5ab1081d66..
--- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.3.2-r2.ebuild
+++ /dev/null
@@ -1,427 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.6.2
-
-EAPI=8
-
-CRATES="
-   addr2line@0.19.0
-   adler@1.0.2
-   aead@0.5.2
-   ahash@0.8.3
-   aho-corasick@0.7.20
-   android_system_properties@0.1.5
-   anyhow@1.0.66
-   ascii-canvas@3.0.0
-   async-trait@0.1.63
-   atty@0.2.14
-   autocfg@1.1.0
-   backtrace@0.3.67
-   base64@0.13.1
-   base64@0.21.0
-   bindgen@0.63.0
-   bit-set@0.5.3
-   bit-vec@0.6.3
-   bitflags@1.3.2
-   bitflags@2.3.2
-   block-buffer@0.10.4
-   block-buffer@0.9.0
-   block-padding@0.3.3
-   botan-sys@0.10.1
-   botan@0.10.1
-   buffered-reader@1.2.0
-   bumpalo@3.11.1
-   byteorder@1.4.3
-   bytes@1.3.0
-   bzip2-sys@0.1.11+1.0.8
-   bzip2@0.4.3
-   capnp-futures@0.14.2
-   capnp-rpc@0.14.1
-   capnp@0.14.11
-   cc@1.0.78
-   cexpr@0.6.0
-   cfg-if@0.1.10
-   cfg-if@1.0.0
-   chrono@0.4.23
-   cipher@0.2.5
-   cipher@0.4.4
-   clang-sys@1.4.0
-   clap@4.0.32
-   clap_complete@4.0.7
-   clap_derive@4.0.21
-   clap_lex@0.3.0
-   clap_mangen@0.2.6
-   cmac@0.7.2
-   codespan-reporting@0.11.1
-   core-foundation-sys@0.8.3
-   core-foundation@0.9.3
-   cpufeatures@0.2.5
-   crc32fast@1.3.2
-   crossbeam-channel@0.5.8
-   crossbeam-deque@0.8.2
-   crossbeam-epoch@0.9.13
-   crossbeam-queue@0.3.8
-   crossbeam-utils@0.8.14
-   crossbeam@0.8.2
-   crunchy@0.2.2
-   crypto-common@0.1.6
-   ctor@0.1.26
-   ctr@0.9.2
-   curve25519-dalek@3.2.1
-   cxx-build@1.0.83
-   cxx@1.0.83
-   cxxbridge-flags@1.0.83
-   cxxbridge-macro@1.0.83
-   daemonize@0.5.0
-   darling@0.20.1
-   darling_core@0.20.1
-   darling_macro@0.20.1
-   data-encoding@2.3.3
-   dbl@0.3.2
-   diff@0.1.13
-   digest@0.10.7
-   digest@0.9.0
-   dirs-next@2.0.0
-   dirs-sys-next@0.1.2
-   dirs-sys@0.3.7
-   dirs-sys@0.4.1
-   dirs@4.0.0
-   dirs@5.0.1
-   doc-comment@0.3.3
-   dot-writer@0.1.3
-   dyn-clone@1.0.9
-   eax@0.5.0
-   ed25519-dalek@1.0.1
-   ed25519@1.5.3
-   edit-distance@2.1.0
-   either@1.8.0
-   ena@0.14.0
-   encoding_rs@0.8.32
-   endian-type@0.1.2
-   enum-as-inner@0.5.1
-   enumber@0.3.0
-   errno-dragonfly@0.1.2
-   errno@0.2.8
-   fallible-iterator@0.2.0
-   fallible-streaming-iterator@0.1.9
-   fastrand@1.8.0
-   fd-lock@3.0.8
-   filetime@0.2.19
-   fixedbitset@0.4.2
-   flate2@1.0.25
-   fnv@1.0.7
-   foreign-types-shared@0.1.1
-   foreign-types@0.3.2
-   form_urlencoded@1.1.0
-   fs2@0.4.3
-   futures-channel@0.3.25
-   futures-core@0.3.25
-   futures-executor@0.3.25
-   futures-io@0.3.25
-   futures-macro@0.3.25
-   futures-sink@0.3.25
-   futures-task@0.3.25
-   futures-util@0.3.25
-   futures@0.3.25
-   generic-array@0.14.6
-   getrandom@0.1.16
-   getrandom@0.2.8
-   gimli@0.27.0
-   glob@0.3.0
-   h2@0.3.15
-   hashbrown@0.12.3
-   hashbrown@0.13.2
-   hashlink@0.8.2
-   heck@0.4.0
-   hermit-abi@0.1.19
-   hermit-abi@0.2.6
-   hex@0.4.3
-   home-dir@0.1.0
-   hostname@0.3.1
-   http-body@0.4.5
-   http@0.2.8
-   httparse@1.8.0
-   httpdate@1.0.2
-   hyper-tls@0.5.0
-   hyper@0.14.23
-   iana-time-zone-haiku@0.1.1
-   iana-time-zone@0.1.53
-   ident_case@1.0.1
-   idna@0.2.3
-   idna@0.3.0
-   indexmap@1.9.2
-   inout@0.1.3
-   instant@0.1.12
-   interprocess@1.2.1
-   io-lifetimes@1.0.3
-   ipconfig@0.3.1
-   ipnet@2.7.1
-   is-terminal@0.4.2
-   itertools@0.10.5
-   itoa@1.0.5
-   js-sys@0.3.60
-   lalrpop-util@0.19.8
-   lalrpop@0.19.8
-   lazy_static@1.4.0
-   lazycell@1.3.0
-   libc@0.2.138
-   libloading@0.7.4
-   libm@0.2.6
-   

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

2023-12-23 Thread Sam James
commit: 24f7b521a7505c47244add5782a15ecfe9d6e88c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 02:17:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 02:17:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f7b521

sys-libs/libcap-ng: update LICENSE

The utilities are GPL-2+ and the library is LGPL-2.1+.

See also 
https://github.com/stevegrubb/libcap-ng/commit/5c415c7c13d53eb3d2757f83fa57406beed47cff.

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

 sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild
index 610a3467043c..9f6b840b89b1 100644
--- a/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild
+++ b/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="POSIX 1003.1e capabilities"
 HOMEPAGE="https://people.redhat.com/sgrubb/libcap-ng/;
 SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz;
 
-LICENSE="LGPL-2.1"
+LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x86-linux"
 IUSE="python static-libs"



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

2023-12-23 Thread Sam James
commit: f3fa8f6206104d5bab643bc2016d6b06c1e4980b
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 02:19:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 02:19:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fa8f62

sys-process/lsof: add 4.99.3

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

 sys-process/lsof/Manifest   |  1 +
 sys-process/lsof/lsof-4.99.3.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/sys-process/lsof/Manifest b/sys-process/lsof/Manifest
index a0c745e7e152..581bff9bb7c0 100644
--- a/sys-process/lsof/Manifest
+++ b/sys-process/lsof/Manifest
@@ -1,2 +1,3 @@
 DIST lsof-4.98.0.tar.gz 734232 BLAKE2B 
2f4ba4d179e8061e5bcff7dda4a0981616530bd5577fc73904e2699e6e982efee9e4270d3f2d3c68751d73cb98bfed0fd49d4c6bd967d15b4e06dcb72494d024
 SHA512 
6fde12497ce9cbba698be624b45e8392d551626c3e46b50ec23e661b322438ef7162dbac0d06829d56f074c7d934fa1ca98aa50ee1487125c93bebfe8eb2a2e8
 DIST lsof-4.99.0.tar.gz 1127302 BLAKE2B 
257f84e01b9530ab3a6c637c13c8e84c2562fa3ecd9048f93e2816bbed36ffd529311bc1424a41cde72383642decbd6f44e680bfdd2594bbae5908b07c466165
 SHA512 
6fe3039f1167fb3023a7f358dda2b4ea6eace1e50a97d0168af494217581eef73cc1742f544d2fb9f85ded8370c86e63d48104da899396de7b3007997a201825
+DIST lsof-4.99.3.tar.gz 1131470 BLAKE2B 
f2f298d8fe3f03b192984a31bd6b368e08c3ae5b8776625df413b94a0db59258e8aadb8ab4b94b9a3a54803fab463c1b920b524ee0ff512c8cda4b88e89b4c50
 SHA512 
83f62f62fa273becfdded4e553d398bafebf0186c7f8ac86a800dabf63ef0614c3c546b6dcd6d13f30c97ab33088a82e1e6b66cc8ed61f700c54487cab19d009

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
new file mode 100644
index ..9965531bc30b
--- /dev/null
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${P/-/_}"
+DESCRIPTION="Lists open files for running Unix processes"
+HOMEPAGE="https://github.com/lsof-org/lsof;
+SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="lsof"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="rpc selinux"
+
+RDEPEND="
+   rpc? ( net-libs/libtirpc )
+   selinux? ( sys-libs/libselinux )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-apps/groff
+   rpc? ( virtual/pkgconfig )
+"
+
+# Needs fixing first for sandbox
+RESTRICT="test"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with rpc libtirpc)
+   $(use_with selinux)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   emake DEBUG="" all
+}
+
+pkg_postinst() {
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   einfo "Note: to use lsof on Solaris you need read permissions 
on"
+   einfo "/dev/kmem, i.e. you need to be root, or to be in the 
group sys"
+   fi
+}



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

2023-12-23 Thread Sam James
commit: b8577063f12af1a2add8547f7485b90081a70778
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 02:10:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 02:10:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8577063

sys-apps/nvme-cli: add 2.7.1

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

 sys-apps/nvme-cli/Manifest  |  1 +
 sys-apps/nvme-cli/nvme-cli-2.7.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/nvme-cli/Manifest b/sys-apps/nvme-cli/Manifest
index 72e4846a0cdc..15c815064bbe 100644
--- a/sys-apps/nvme-cli/Manifest
+++ b/sys-apps/nvme-cli/Manifest
@@ -3,4 +3,5 @@ DIST nvme-cli-2.3.gh.tar.gz 733161 BLAKE2B 
b6da650379f24e0dc5c41af3d09fe15076ed7
 DIST nvme-cli-2.4.gh.tar.gz 746955 BLAKE2B 
7ca26f957bf6927f7af17ac18267cb1099d63ce0f19b085a412b3a1b343946311edf8c5d592b7c7d440fbf42597ee7b9717bf9f5dcdeed0a9a17f135d343
 SHA512 
155667a0b91e15267e3f991a30cf1d4ae26cb4c53b20c002e3d3341496dd463397e1afbfefcd7a8df88370d28417940ce44a060bda87c04482bbe3be4e901b73
 DIST nvme-cli-2.5.gh.tar.gz 794528 BLAKE2B 
4e569c612d98a369d9ef720b74fbd50e6bd0b425725593bac2c06966d693cb0c86e034d571d24b17c12bce39467973280d440c1fb5cc3dccdb6c0d112507feab
 SHA512 
50c557e86e95b27a0ad57779c33bbb847e12dd45c30e792f5ce1d52dedd4bc704ac25fa0af2fdebd281c9dfe0059f7ed7c1620fccfde9323f6f9a97afdf8c3cb
 DIST nvme-cli-2.6.gh.tar.gz 837964 BLAKE2B 
cd8b0442d58d94d6c402e252e98d81da209fbbd34d3d9eb8d570caedb7e56107d8cb4f9bd774b72eea688fc00678fc24c5f3f8cf46875e6dedadccca3c8e6f68
 SHA512 
da4daef2d7c554455e0c195c03f92188e0e946409a3bd8a5b421d9a106746e82fb1309901d2893639b1a3447bda094c80a9f49f59bf43cf2b00402f82beea3fc
+DIST nvme-cli-2.7.1.gh.tar.gz 902081 BLAKE2B 
7d14838f7f0fd6d1ab1cb30041f862fe2db6f40fe72c13cb4ce227831cac6e141ff5cec2924c846f30629188754b0ce0630ad9009d2a490c193da20e8b8a45d1
 SHA512 
6a9f3574dfd4375e6f7a76ed95f698efb26da5b72a490579caeba9d46c4811ae31650844e0a0e1047dc627158d5ffbdc020112a5059d3195e7eadff902b70b19
 DIST nvme-cli-2.7.gh.tar.gz 902149 BLAKE2B 
4e9d63f002480f60b76b4c7ca5dfefe0f5c8a1acf37eaeab91d4f0844aa43448b0a79cd906d33a09d6546c0ce5ed17f7a7a104d4f607e0a99c4ebd5b4125b0a3
 SHA512 
fcdd6598b004287b90b9fdea2948434f288113a9e41b36c2f44731ac51b7acbda9481bf60d0a183b4a8d79b06a1faaf71bd66f47e641d8eb229f1c05c281b2ae

diff --git a/sys-apps/nvme-cli/nvme-cli-2.7.1.ebuild 
b/sys-apps/nvme-cli/nvme-cli-2.7.1.ebuild
new file mode 100644
index ..0ee6bdafbc3b
--- /dev/null
+++ b/sys-apps/nvme-cli/nvme-cli-2.7.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd udev
+
+DESCRIPTION="NVM-Express user space tooling for Linux"
+HOMEPAGE="https://github.com/linux-nvme/nvme-cli;
+SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+json"
+
+RDEPEND="
+   >=sys-libs/libnvme-1.7:=[json?]
+   json? ( dev-libs/json-c:= )
+   sys-libs/zlib:=
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dversion-tag="${PV}"
+   -Ddocs=all
+   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
+   -Dsystemddir="$(systemd_get_systemunitdir)"
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
+   $(meson_feature json json-c)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}



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

2023-12-23 Thread Sam James
commit: 4b35b6922a7a55b6998d05e5f62515f5c87cfbe6
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:54:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:54:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b35b692

sys-devel/gcc: add 13.2.1_p20231223

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

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

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 13c9590f095b..7e3ed62f200d 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -29,6 +29,7 @@ DIST gcc-13-20231125.tar.xz 84338152 BLAKE2B 
4951fd200fe5abd9ed2f6a9ece4637c3a05
 DIST gcc-13-20231202.tar.xz 84334144 BLAKE2B 
be5db65cfee37cfd0201ec1720722c113d1b3cb1b58cabd7a9b5f6d585c937ba3a8d60327b5593c576f8fe50d95b0fe7a44a0eafad2e68a03f3ac31a5b92780b
 SHA512 
5a7ab2979bec60138c78e30c05a02143bb10abfcb7596743b00f741225b7fe53b2fc9a6343365965b927311b4c9049ab1e7cbe9492d92513dd34c84b38341d92
 DIST gcc-13-20231209.tar.xz 84386056 BLAKE2B 
013f5bf0a22a3f9e99e28595de08b0742aa0630e64371f6ff30f1da184a45e1a1875401ca4e6cbfe09dfbe455c0beff54a0f80f1008a16ec8c67979f640a66f2
 SHA512 
1bba056f9912d125f0c97b3c9cf4b6e4ce714a131c8d8d412486dc004ea969a1d45ae82c9c717a48949d12e765d3a06cb55d826e081c87e1b1fd12b7863f9242
 DIST gcc-13-20231216.tar.xz 84341616 BLAKE2B 
416ee94995b0812ac155ccfb9a5cad39529e0b437341eae65fdc75ba64bcdb453742e213f676a80d91615f1840e2e52488e4a8311588a2ed16fde7c176c5dd06
 SHA512 
66a72380db151355ede533541b2e77406925f2a0f941772018bf93f8a4c2b8eaeacc3f600985897f7d9868234bc250a7af82d27634ba170ab6dfb2a62c68c0ed
+DIST gcc-13-20231223.tar.xz 84352544 BLAKE2B 
1ec97e3b60bbf49d2106e8158e1ff66eb2e2da7d3501e3046ce12a2728e070ea0d44eff42cb5f1765ade284515b2e3c9a24ef036482b6456d5623fff3ce68164
 SHA512 
f3b066b27003a7c3a83f71d1670f9d662e397388e299ec2e33d674bb1d15b2443fd1608d10052b897f5159584aa3116603da33ace7c906d16e50371af5f8a745
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-10.tar.xz 45860 BLAKE2B 
3c4f8179fc27c31c117bf9260cebbab0805e0977cb41084f2df5c6664121ae67f83deb882572b0bce8d5f20c0ec927eeac43e60d69ce8d4d5a263c1dddedecaf
 SHA512 
4088cc80278826043bc6a9819dfcfa09a251e256eca9a2654f1a83b9b54107ca08fbea0e9ab61593cb0b43fc42a3d87acbe095dc8f806c7010a3ac33148d5c9b
 DIST gcc-13.2.0-patches-11.tar.xz 46340 BLAKE2B 
c9f12ccbe7bb7ba3a2afec16695e69b062429779d544f5614e1ef0617751e54d77eb9bb6e19dc8c6132c57e630f0e77e2cc20cf2c77e0e79d03a6e57b9ba53c6
 SHA512 
a09801ecefccc66830607986a622bbcc5f217ba08da4ac9f68436e422b5a19042c60c7d5fcb75d4fe9ad9008ab06278382c9798b319ed9630c2e97fa09c3a344

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

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

2023-12-23 Thread Sam James
commit: 7f49f2f6db7b91b7801c3e6b6442f6d8ac5c7a0f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:39:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:39:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f49f2f6

sys-libs/timezone-data: add 2023d

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

 sys-libs/timezone-data/Manifest   |   2 +
 sys-libs/timezone-data/timezone-data-2023d.ebuild | 196 ++
 2 files changed, 198 insertions(+)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index 15b114937396..1e614fda019d 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,6 +1,8 @@
 DIST tzcode2022g.tar.gz 287901 BLAKE2B 
b67bb2020913c57cc6bc68d231c53ba645b95305256065e2645bce3b0d71adfaea865ed9bf40f1ec3b4a73aad7e6c48f5ecd0895de6e2d69bed6113d6b579e26
 SHA512 
5188edd8d05238a88da734cf78fadfb57640d4db3e7a0a970e3071e16b6eebc2e2ab17109b7dafafae68abfbc857df481cfdc3ffe63f7eb1569ea0b5997a
 DIST tzcode2023a.tar.gz 292438 BLAKE2B 
090d80ddaf580e5638175cb511f8da0644886b6eb8c38dc1b2b3c854be30e9caec980ae0dcc2034471bef7b15abee6ce83901977bf3b8697651f6711573e1575
 SHA512 
d45fc677a0a32ae807bf421faceff675565ee15e3ff42d3a4121df10e1f7855ac16b27fbc28bd365f93c57f40c5bdf19cde88546f7090cfab7676cac0a5516a4
 DIST tzcode2023c.tar.gz 292852 BLAKE2B 
707ae61740543f3a61520f67176c391ba1e4a8d7858ede4cadd837935be9a9aeb5cf8914049838aaed2f57d7dc4e1df33f29913e143d23deb58011b3e103aade
 SHA512 
fa18bae9c0e7c061bc9d5f5f2eb9967f0e4ddb2baafdee9887fa30cd0c60f4aa6f21eacffb17df0d59d26ff54d08c5dcefa98159309eba497e86443624913a82
+DIST tzcode2023d.tar.gz 298795 BLAKE2B 
3e759de2e1dfe033bb98b5af5239631ef5dc33e25b6aeb95ab3e6041d5db3dd1b1cb8b210f072bc0d671117f2ad162cdcdcb3ecae97aa2d3be3bc2e809845666
 SHA512 
3994a5a060a7a5fffc6585f5191cf7679f9f9be44dbcee4d67d0e42c5b6020c308cb55caf8bf8d51554697665105a174cb470c8c4fc069438350f3bac725709b
 DIST tzdata2022g.tar.gz 439731 BLAKE2B 
582b79cc2317d27f3883042cbca25801397d9e2808ad8d3a340017d635372ef20316ce646a25a43b0ea5d4024841b54925ecc4510613295c39c28647989645cb
 SHA512 
7f79394295e00e3a24ebdbf9af3bc454a65f432a93b517e7e96c7f9db9949f6f5fdae9892a9d3789ff44ae0eb1bfe4744d36976b4624659af951d26414f94e65
 DIST tzdata2023a.tar.gz 442875 BLAKE2B 
33dd386d37a6349c9f9e60694c43323e97c9ba2cc6ca8f7f3a27c96734c1f6281e08748f1676e9fb4162d75202c9d38910caa28475bcb7414283b5991053d096
 SHA512 
10aadd6eba50f63f427399281065ba34cb474f6a854f8dc7a6f4f1343b1474a05f22b69b1e113ea67bb5f3f479253610a16b89d9dfa157bf0fde4c69aa3d6493
 DIST tzdata2023c.tar.gz 443902 BLAKE2B 
8a50aa5f338565d86b8fa5428c138b251bd8dcc3ea66c144b49625d02c5c7aa27f1ace66babd36f10f75cf5eb832ec327b9c2e8adb0384c450130d1ee8c45562
 SHA512 
608bd286ebcbd0004cfdc1da183273f08aff61f90c8867661154453d77a05d421e4c46ad6d066a1fe2e87d5c82ec0f1c0224667a3b35f3180a3eb7f6ff84cbf5
+DIST tzdata2023d.tar.gz 449767 BLAKE2B 
b79be37a8a258745d162a575c795ee6476b4fa5f6d2f7b562d9431a238eca276a1747a983778291184fc6e40a0c1f5e6284d41290fd6d1d3bd3118bda83f426e
 SHA512 
81832b2d738c28cecbcb3906cc07568c5ae574adc9de35b25d4bf613581c92d471d67213b4261a56f0ec02efcf211b4e298b7e1dc367c972e726b0a2e9498df4

diff --git a/sys-libs/timezone-data/timezone-data-2023d.ebuild 
b/sys-libs/timezone-data/timezone-data-2023d.ebuild
new file mode 100644
index ..51bf4c1caade
--- /dev/null
+++ b/sys-libs/timezone-data/timezone-data-2023d.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+MY_CODE_VER=${PV}
+MY_DATA_VER=${PV}
+DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
+HOMEPAGE="https://www.iana.org/time-zones;
+SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${MY_DATA_VER}.tar.gz
+   
https://www.iana.org/time-zones/repository/releases/tzcode${MY_CODE_VER}.tar.gz;
+
+LICENSE="BSD public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="nls leaps-timezone zic-slim"
+
+DEPEND="nls? ( virtual/libintl )"
+RDEPEND="
+   ${DEPEND}
+   !sys-libs/glibc[vanilla(+)]
+"
+
+src_unpack() {
+   mkdir "${S}" && cd "${S}" || die
+   default
+}
+
+src_prepare() {
+   default
+
+   # check_web contacts validator.w3.org
+   sed -i -e 's/check_tables check_web/check_tables/g' \
+   Makefile || die "Failed to disable check_web"
+
+   if tc-is-cross-compiler ; then
+   cp -pR "${S}" "${S}"-native || die
+   fi
+}
+
+src_configure() {
+   tc-export CC
+
+   # bug #471102
+   append-lfs-flags
+
+   if use elibc_Darwin ; then
+   # bug #138251
+   append-cppflags -DSTD_INSPIRED
+   fi
+
+   append-cppflags -DHAVE_GETTEXT=$(usex nls 

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

2023-12-23 Thread Sam James
commit: 3f94f64e9243db42bda7a418edb8008b6acb4fc5
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:41:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:45:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f94f64e

sys-libs/libcap-ng: add 0.8.4

Note that this drops the workaround for bug #759550 - as the upstream maintainer
has done in Fedora too [0]

[0] https://lists.fedoraproject.org/archives/list/devel  
lists.fedoraproject.org/thread/A4NEVRDJLLLOK5LLLTQC7Y2HS3MVAWQM/

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

 sys-libs/libcap-ng/Manifest   |   1 +
 sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild | 100 ++
 2 files changed, 101 insertions(+)

diff --git a/sys-libs/libcap-ng/Manifest b/sys-libs/libcap-ng/Manifest
index 45b492af66d5..0ffa199c4537 100644
--- a/sys-libs/libcap-ng/Manifest
+++ b/sys-libs/libcap-ng/Manifest
@@ -1,2 +1,3 @@
 DIST libcap-ng-0.8.2-apply-disable.patch 723 BLAKE2B 
70d9959c55119c02bbc4ea605251491c04c477511c20b9fe93e6527ffd3fe2f35a72fabab5ca149c4aaf536c6cd8dceb15375297158f8827a0c676744381bbc1
 SHA512 
8c9317bdd4fde7d6a4618ec613bce46bed7646891bd16bc3fa307e9a814e38601bf3c6ad13102389d4596d9ed6a7ad853cca58624e724fe07383007e386c51f8
 DIST libcap-ng-0.8.3.tar.gz 455383 BLAKE2B 
c54dd753e0ef6dd21bcf6af7b003f85ded9faf2fbf1ea834cda6b181b165ff4b11a0284c23c73d0e6f97a810b3e6a63fceeb57ff583a2b32f23924bdee597ef5
 SHA512 
0ef9bc7bc6b7b59991f43b79aa6cde3e8d2c22c4b9ced2af8deae501e01d51e893033d109cb8aa0fdcba190140110993089245346334d7b114d18f1bb1b55b97
+DIST libcap-ng-0.8.4.tar.gz 453749 BLAKE2B 
523480281cfa544e77e30932968b4b18424286dbced06bb4645d536cf19d4cc0f7c73de82006ffc329aa7ef208e0cf8e3379f1b20e1e8e4e90e422ed736f6c44
 SHA512 
f4f3499d592e8583c2bdb8d700981a7930bd545f0889bc02f49acecf17e3bc600b100cd4f64e9326e5bac0a07a02a1ac4b7e83e91956305a3d67cbe6871e

diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild
new file mode 100644
index ..610a3467043c
--- /dev/null
+++ b/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Keep an eye on Fedora's packaging 
(https://src.fedoraproject.org/rpms/libcap-ng/tree/rawhide) for patches
+# Same maintainer in Fedora as upstream
+PYTHON_COMPAT=( python3_{10..12} )
+inherit autotools flag-o-matic python-r1
+
+DESCRIPTION="POSIX 1003.1e capabilities"
+HOMEPAGE="https://people.redhat.com/sgrubb/libcap-ng/;
+SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x86-linux"
+IUSE="python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="
+   ${RDEPEND}
+   sys-kernel/linux-headers
+"
+BDEPEND="python? ( >=dev-lang/swig-2 )"
+
+src_prepare() {
+   default
+
+   if use prefix ; then
+   sed -i "s@cat /usr@cat ${EPREFIX}/usr@" 
bindings/python*/Makefile.am || die
+   # bug #668722
+   eautomake
+   fi
+}
+
+src_configure() {
+   use sparc && replace-flags -O? -O0
+
+   local ECONF_SOURCE="${S}"
+
+   local myconf=(
+   $(use_enable static-libs static)
+   )
+
+   local pythonconf=(
+   --without-python3
+   )
+
+   # Set up python bindings build(s)
+   if use python ; then
+   setup_python_flags_configure() {
+   pythonconf=(
+   --with-python3
+   )
+
+   run_in_build_dir econf "${pythonconf[@]}" "${myconf[@]}"
+   }
+
+   python_foreach_impl setup_python_flags_configure
+   else
+   local BUILD_DIR="${WORKDIR}"/build
+   run_in_build_dir econf "${pythonconf[@]}" "${myconf[@]}"
+   fi
+}
+
+src_compile() {
+   if use python ; then
+   python_foreach_impl run_in_build_dir emake
+   else
+   local BUILD_DIR="${WORKDIR}"/build
+   emake -C "${BUILD_DIR}"
+   fi
+}
+
+src_test() {
+   if [[ "${EUID}" -eq 0 ]] ; then
+   ewarn "Skipping tests due to root permissions."
+   return
+   fi
+
+   if use python ; then
+   python_foreach_impl run_in_build_dir emake check
+   else
+   local BUILD_DIR="${WORKDIR}"/build
+   emake -C "${BUILD_DIR}" check
+   fi
+}
+
+src_install() {
+   if use python ; then
+   python_foreach_impl run_in_build_dir emake DESTDIR="${D}" 
install
+   else
+   local BUILD_DIR="${WORKDIR}"/build
+   emake -C "${BUILD_DIR}" DESTDIR="${D}" install
+   fi
+
+   find "${ED}" -name '*.la' 

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

2023-12-23 Thread Sam James
commit: c909ff488170e6c544c432cd45480e0654dcccf5
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:05:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:05:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c909ff48

sys-devel/autoconf-wrapper: sync live

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

 sys-devel/autoconf-wrapper/autoconf-wrapper-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-.ebuild 
b/sys-devel/autoconf-wrapper/autoconf-wrapper-.ebuild
index 91dc59284670..e7b7f3753112 100644
--- a/sys-devel/autoconf-wrapper/autoconf-wrapper-.ebuild
+++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-.ebuild
@@ -5,6 +5,8 @@ EAPI=8
 
 MY_P="autotools-wrappers-at-${PV}"
 
+# Remember to modify LAST_KNOWN_VER 'upstream' on new autoconf releases!
+
 DESCRIPTION="Wrapper for autoconf to manage multiple autoconf versions"
 HOMEPAGE="https://gitweb.gentoo.org/proj/autotools-wrappers.git;
 



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

2023-12-23 Thread Sam James
commit: eecc0f201ad512738b6269c0a9817c876f86ff8d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:06:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:06:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecc0f20

sys-devel/automake-wrapper: add automake release note

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

 sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild | 2 ++
 sys-devel/automake-wrapper/automake-wrapper-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild 
b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild
index 3d3779ad5bb0..6983b29ed534 100644
--- a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild
+++ b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+# Remember to modify LAST_KNOWN_AUTOAKE_VER 'upstream' on new automake (major) 
releases!
+
 MY_P="autotools-wrappers-at-${PV}"
 
 DESCRIPTION="Wrapper for automake to manage multiple automake versions"

diff --git a/sys-devel/automake-wrapper/automake-wrapper-.ebuild 
b/sys-devel/automake-wrapper/automake-wrapper-.ebuild
index aa02b4b70691..5cc8b5d149bf 100644
--- a/sys-devel/automake-wrapper/automake-wrapper-.ebuild
+++ b/sys-devel/automake-wrapper/automake-wrapper-.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+# Remember to modify LAST_KNOWN_AUTOAKE_VER 'upstream' on new automake (major) 
releases!
+
 MY_P="autotools-wrappers-at-${PV}"
 
 DESCRIPTION="Wrapper for automake to manage multiple automake versions"



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

2023-12-23 Thread Sam James
commit: a333c0d7841457c6d79f7344ebada59acf64daad
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:04:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:04:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a333c0d7

sys-devel/automake: add sys-devel/automake-wrapper note

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

 sys-devel/automake/automake-1.16.5-r1.ebuild | 3 +++
 sys-devel/automake/automake-.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild 
b/sys-devel/automake/automake-1.16.5-r1.ebuild
index 0e6ed8d0b1dc..e60ba0ec28ea 100644
--- a/sys-devel/automake/automake-1.16.5-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.5-r1.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=7
 
+# Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in 
sys-devel/automake-wrapper
+# on new automake (major) releases, as well as the dependency in RDEPEND below 
too.
+
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit python-any-r1

diff --git a/sys-devel/automake/automake-.ebuild 
b/sys-devel/automake/automake-.ebuild
index 0c72cfe6e473..f0949c35b6bb 100644
--- a/sys-devel/automake/automake-.ebuild
+++ b/sys-devel/automake/automake-.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=7
 
+# Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in 
sys-devel/automake-wrapper
+# on new automake (major) releases, as well as the dependency in RDEPEND below 
too.
+
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit python-any-r1



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

2023-12-23 Thread Sam James
commit: cf1007e4dca2f43a83d8abbce02a6ea7e5915f0e
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:07:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:07:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1007e4

sys-apps/gawk: Stabilize 5.3.0 arm, #919967

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

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

diff --git a/sys-apps/gawk/gawk-5.3.0.ebuild b/sys-apps/gawk/gawk-5.3.0.ebuild
index 054d9699df99..9da349f169ce 100644
--- a/sys-apps/gawk/gawk-5.3.0.ebuild
+++ b/sys-apps/gawk/gawk-5.3.0.ebuild
@@ -29,7 +29,7 @@ else
SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
SRC_URI+=" verify-sig? ( mirror://gnu/gawk/${P}.tar.xz.sig )"
 
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-3+"



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

2023-12-23 Thread Sam James
commit: f8fad57301544b29674dc1479aeb721e18427d96
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:07:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:07:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fad573

sys-apps/gawk: Stabilize 5.3.0 arm64, #919967

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

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

diff --git a/sys-apps/gawk/gawk-5.3.0.ebuild b/sys-apps/gawk/gawk-5.3.0.ebuild
index d8cd7447feb8..054d9699df99 100644
--- a/sys-apps/gawk/gawk-5.3.0.ebuild
+++ b/sys-apps/gawk/gawk-5.3.0.ebuild
@@ -29,7 +29,7 @@ else
SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
SRC_URI+=" verify-sig? ( mirror://gnu/gawk/${P}.tar.xz.sig )"
 
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-3+"



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

2023-12-23 Thread Sam James
commit: f4aa5866bdf4d4d070977a5f3fecd4a382427afd
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4aa5866

dev-python/xarray: Stabilize 2023.12.0 arm, #920626

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

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

diff --git a/dev-python/xarray/xarray-2023.12.0.ebuild 
b/dev-python/xarray/xarray-2023.12.0.ebuild
index 24b01faccb0b..d45116a89f5e 100644
--- a/dev-python/xarray/xarray-2023.12.0.ebuild
+++ b/dev-python/xarray/xarray-2023.12.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="big-endian"
 
 RDEPEND="



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

2023-12-23 Thread Sam James
commit: 04b1166711c8fa4104747d1b9e49ee110cf88417
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b11667

app-admin/lnav: Stabilize 0.11.2 amd64, #920587

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

 app-admin/lnav/lnav-0.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/lnav/lnav-0.11.2.ebuild 
b/app-admin/lnav/lnav-0.11.2.ebuild
index 974cb7a28229..9b4652a0a49d 100644
--- a/app-admin/lnav/lnav-0.11.2.ebuild
+++ b/app-admin/lnav/lnav-0.11.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tstack/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="pcap test"
 RESTRICT="!test? ( test )"
 



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

2023-12-23 Thread Sam James
commit: b0734d75d0a9e7fe3de28c315f05752535682ca1
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0734d75

dev-python/python-socks: Stabilize 2.4.4 ALLARCHES, #920627

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

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

diff --git a/dev-python/python-socks/python-socks-2.4.4.ebuild 
b/dev-python/python-socks/python-socks-2.4.4.ebuild
index de1dfe5d6c9b..1ce8d7e61fe4 100644
--- a/dev-python/python-socks/python-socks-2.4.4.ebuild
+++ b/dev-python/python-socks/python-socks-2.4.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 # curio is not packaged
 # asyncio is the only backend we have, so dep on its deps unconditionally



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

2023-12-23 Thread Sam James
commit: 05a216b8169155e3217154b38a94dd32539dbdd6
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a216b8

sys-process/cronutils: Stabilize 1.10 amd64, #920595

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

 sys-process/cronutils/cronutils-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronutils/cronutils-1.10.ebuild 
b/sys-process/cronutils/cronutils-1.10.ebuild
index d15e4328cafb..7c6c0c566853 100644
--- a/sys-process/cronutils/cronutils-1.10.ebuild
+++ b/sys-process/cronutils/cronutils-1.10.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-version-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake CC="$(tc-getCC)" CFLAGS="-D_XOPEN_SOURCE=500 ${CFLAGS}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/upx/

2023-12-23 Thread Sam James
commit: 3b7a60fc7c9b2d78a652d3bb3f9909aa02a60197
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7a60fc

app-arch/upx: Stabilize 4.1.0 amd64, #920586

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

 app-arch/upx/upx-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/upx/upx-4.1.0.ebuild b/app-arch/upx/upx-4.1.0.ebuild
index e6cb58a6ff24..a8c49c8ba6e4 100644
--- a/app-arch/upx/upx-4.1.0.ebuild
+++ b/app-arch/upx/upx-4.1.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P}-src"
 
 LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="!app-arch/upx-bin"
 BDEPEND="app-arch/xz-utils[extra-filters]"



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

2023-12-23 Thread Sam James
commit: 390bb3b12889a6a5e6ffccda8c051315300fda6f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390bb3b1

dev-util/clippy: Stabilize 9.0.1 amd64, #920593

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

 dev-util/clippy/clippy-9.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/clippy/clippy-9.0.1.ebuild 
b/dev-util/clippy/clippy-9.0.1.ebuild
index ec1ffe461fd4..5c3fda52b99a 100644
--- a/dev-util/clippy/clippy-9.0.1.ebuild
+++ b/dev-util/clippy/clippy-9.0.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/frr-${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # standalone clippy does not have any tests



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

2023-12-23 Thread Sam James
commit: 43a319d94f584073b563c952778bbe0595cab7e3
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a319d9

dev-python/xarray: Stabilize 2023.12.0 arm64, #920626

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

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

diff --git a/dev-python/xarray/xarray-2023.12.0.ebuild 
b/dev-python/xarray/xarray-2023.12.0.ebuild
index d45116a89f5e..642547392750 100644
--- a/dev-python/xarray/xarray-2023.12.0.ebuild
+++ b/dev-python/xarray/xarray-2023.12.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="big-endian"
 
 RDEPEND="



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

2023-12-23 Thread Sam James
commit: decee773c92515194cbc4e6c090f44d86acad01f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decee773

dev-python/xarray: Stabilize 2023.12.0 ppc64, #920626

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

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

diff --git a/dev-python/xarray/xarray-2023.12.0.ebuild 
b/dev-python/xarray/xarray-2023.12.0.ebuild
index 642547392750..391db5ee3c9d 100644
--- a/dev-python/xarray/xarray-2023.12.0.ebuild
+++ b/dev-python/xarray/xarray-2023.12.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="big-endian"
 
 RDEPEND="



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

2023-12-23 Thread Sam James
commit: 26f8acfdb89aa474b1386f85d9957488d83b7250
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f8acfd

dev-python/xarray: Stabilize 2023.12.0 amd64, #920626

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

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

diff --git a/dev-python/xarray/xarray-2023.12.0.ebuild 
b/dev-python/xarray/xarray-2023.12.0.ebuild
index 3e5ed4fffc4a..24b01faccb0b 100644
--- a/dev-python/xarray/xarray-2023.12.0.ebuild
+++ b/dev-python/xarray/xarray-2023.12.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="big-endian"
 
 RDEPEND="



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

2023-12-23 Thread Sam James
commit: 36ea3c1a0e8f371765fa9389bdbedaf992cd2ff4
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ea3c1a

dev-python/pikepdf: Stabilize 8.8.0 arm64, #920624

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

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

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



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

2023-12-23 Thread Sam James
commit: 8c1f4864df588e7c7af42d0131366a0be8e73b73
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1f4864

dev-python/quantities: Stabilize 0.15.0 amd64, #920625

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

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

diff --git a/dev-python/quantities/quantities-0.15.0.ebuild 
b/dev-python/quantities/quantities-0.15.0.ebuild
index 2ccb46a9debf..3df55e1549f5 100644
--- a/dev-python/quantities/quantities-0.15.0.ebuild
+++ b/dev-python/quantities/quantities-0.15.0.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/numpy-1.20[$PYTHON_USEDEP]



[gentoo-commits] repo/gentoo:master commit in: dev-python/googleapis-common-protos/

2023-12-23 Thread Sam James
commit: 1e55d1496e26ea3c3607932feec521f2ea919aef
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e55d149

dev-python/googleapis-common-protos: Stabilize 1.62.0 ALLARCHES, #920618

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

 .../googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild 
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild
index 173ea3bc4900..3a8603d48dea 100644
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.62.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="


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

2023-12-23 Thread Sam James
commit: e505a441cb54a7ba35ec6a3b3d8dc880a63f80d4
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e505a441

dev-python/pikepdf: Stabilize 8.8.0 arm, #920624

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

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

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



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

2023-12-23 Thread Sam James
commit: c66c0214413f9e7feac4a0aaa690fa441d03530d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66c0214

dev-python/pikepdf: Stabilize 8.8.0 amd64, #920624

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

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

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



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

2023-12-23 Thread Sam James
commit: 28c0dd44d5ca74fa59b17bbb83f9c3130342cbf9
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c0dd44

dev-python/pikepdf: Stabilize 8.8.0 ppc64, #920624

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

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

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



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

2023-12-23 Thread Sam James
commit: 112f028c08c7272813837478c07f1ab24816d3c1
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112f028c

dev-python/psycopg: Stabilize 3.1.14 arm64, #920622

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

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

diff --git a/dev-python/psycopg/psycopg-3.1.14.ebuild 
b/dev-python/psycopg/psycopg-3.1.14.ebuild
index a0fa8df6..104492c22590 100644
--- a/dev-python/psycopg/psycopg-3.1.14.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.14.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${P}/psycopg
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="
>=dev-db/postgresql-8.1:*



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

2023-12-23 Thread Sam James
commit: a9bd0803bb43bfc83052aa1fbfc7b61c8044c5e1
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9bd0803

dev-python/psycopg: Stabilize 3.1.14 amd64, #920622

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

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

diff --git a/dev-python/psycopg/psycopg-3.1.14.ebuild 
b/dev-python/psycopg/psycopg-3.1.14.ebuild
index 9ec4e4fdc5dd..cc06902966d2 100644
--- a/dev-python/psycopg/psycopg-3.1.14.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.14.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${P}/psycopg
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="
>=dev-db/postgresql-8.1:*



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

2023-12-23 Thread Sam James
commit: 886f5595ae51096cddc902689cd8d2d78c138b0c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886f5595

dev-python/proto-plus: Stabilize 1.23.0 amd64, #920621

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

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

diff --git a/dev-python/proto-plus/proto-plus-1.23.0.ebuild 
b/dev-python/proto-plus/proto-plus-1.23.0.ebuild
index 3c91dd1f06fa..3813f8942a8b 100644
--- a/dev-python/proto-plus/proto-plus-1.23.0.ebuild
+++ b/dev-python/proto-plus/proto-plus-1.23.0.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="


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

2023-12-23 Thread Sam James
commit: 2ed16bdb8667f7fcc6a1e2341e3d5a4cf3ec7b2c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed16bdb

dev-python/proto-plus: Stabilize 1.23.0 arm64, #920621

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

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

diff --git a/dev-python/proto-plus/proto-plus-1.23.0.ebuild 
b/dev-python/proto-plus/proto-plus-1.23.0.ebuild
index 3813f8942a8b..2abae82aaa93 100644
--- a/dev-python/proto-plus/proto-plus-1.23.0.ebuild
+++ b/dev-python/proto-plus/proto-plus-1.23.0.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 
 RDEPEND="


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

2023-12-23 Thread Sam James
commit: d1b381af1e94f6d4ac61fff50ae1e39872544d9d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b381af

dev-python/psycopg: Stabilize 3.1.14 ppc64, #920622

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

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

diff --git a/dev-python/psycopg/psycopg-3.1.14.ebuild 
b/dev-python/psycopg/psycopg-3.1.14.ebuild
index 104492c22590..c128f10bbf20 100644
--- a/dev-python/psycopg/psycopg-3.1.14.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.14.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${P}/psycopg
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="
>=dev-db/postgresql-8.1:*



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

2023-12-23 Thread Sam James
commit: 22ca3c64b17ce3fc565154064723ae1c3395892f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ca3c64

dev-python/pycountry: Stabilize 23.12.11 ALLARCHES, #920623

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

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

diff --git a/dev-python/pycountry/pycountry-23.12.11.ebuild 
b/dev-python/pycountry/pycountry-23.12.11.ebuild
index 56905094eb50..097f8194a57c 100644
--- a/dev-python/pycountry/pycountry-23.12.11.ebuild
+++ b/dev-python/pycountry/pycountry-23.12.11.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 distutils_enable_tests pytest
 



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

2023-12-23 Thread Sam James
commit: c67699b6ddcfcef05044465c012fe5888529b61f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67699b6

dev-python/psycopg: Stabilize 3.1.14 arm, #920622

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

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

diff --git a/dev-python/psycopg/psycopg-3.1.14.ebuild 
b/dev-python/psycopg/psycopg-3.1.14.ebuild
index cc06902966d2..a0fa8df6 100644
--- a/dev-python/psycopg/psycopg-3.1.14.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.14.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${P}/psycopg
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="
>=dev-db/postgresql-8.1:*



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

2023-12-23 Thread Sam James
commit: 4b8370ae2a69431a7f9154c4fb8008bd47103f76
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8370ae

dev-python/google-auth: Stabilize 2.25.2 ALLARCHES, #920619

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

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

diff --git a/dev-python/google-auth/google-auth-2.25.2.ebuild 
b/dev-python/google-auth/google-auth-2.25.2.ebuild
index 3136de42f585..4dac18775bcd 100644
--- a/dev-python/google-auth/google-auth-2.25.2.ebuild
+++ b/dev-python/google-auth/google-auth-2.25.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="


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

2023-12-23 Thread Sam James
commit: 071f6e5f6005e93fd1954cc426bcef9b191409b0
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f6e5f

dev-python/license-expression: Stabilize 30.2.0 ALLARCHES, #920620

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

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

diff --git a/dev-python/license-expression/license-expression-30.2.0.ebuild 
b/dev-python/license-expression/license-expression-30.2.0.ebuild
index 23d9ddfd3aca..253ff51492ed 100644
--- a/dev-python/license-expression/license-expression-30.2.0.ebuild
+++ b/dev-python/license-expression/license-expression-30.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/boolean-py-4.0[${PYTHON_USEDEP}]



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

2023-12-23 Thread Sam James
commit: 1da3d189c0d06f5c7cd51417c45be5690b692d13
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 01:00:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 01:00:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da3d189

dev-python/elasticsearch: Stabilize 8.11.1 ALLARCHES, #920617

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

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

diff --git a/dev-python/elasticsearch/elasticsearch-8.11.1.ebuild 
b/dev-python/elasticsearch/elasticsearch-8.11.1.ebuild
index 59a9b7acf2e5..1888df04981f 100644
--- a/dev-python/elasticsearch/elasticsearch-8.11.1.ebuild
+++ b/dev-python/elasticsearch/elasticsearch-8.11.1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 
 RDEPEND="


[gentoo-commits] proj/autotools-wrappers: New tag: at-20231224

2023-12-23 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 00:55:31 2023 +

New tag: at-20231224




[gentoo-commits] proj/autotools-wrappers:main commit in: /

2023-12-23 Thread Sam James
commit: 864388608956c07ddfc765f6c4f1ab72234631f7
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 00:54:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 00:55:00 2023 +
URL:
https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=86438860

ac-wrapper.sh: adapt to autoconf-2.72

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

 ac-wrapper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ac-wrapper.sh b/ac-wrapper.sh
index 9499ace..ae08ff9 100755
--- a/ac-wrapper.sh
+++ b/ac-wrapper.sh
@@ -79,7 +79,7 @@ fi
 # Set up bindings between actual version and WANT_AUTOCONF;
 # Start with last known versions to speed up lookup process.
 #
-LAST_KNOWN_VER="71"
+LAST_KNOWN_VER="72"
 vers=""
 vers="${vers} $(printf '2.%s ' `seq ${LAST_KNOWN_VER} -1 50`)"
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swaylock-effects/

2023-12-23 Thread Gonçalo Negrier Duarte
commit: 760444618d8a4ee263ba94141be34aee8eba8fa4
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Sat Dec 23 23:40:28 2023 +
Commit: Gonçalo Negrier Duarte  gmail  com>
CommitDate: Sat Dec 23 23:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76044461

gui-apps/swaylock-effects: fix ${S} folder

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild | 1 -
 gui-apps/swaylock-effects/swaylock-effects-.ebuild| 1 -
 2 files changed, 2 deletions(-)

diff --git a/gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild
index 70d3a09b53..5a4f44085f 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild
@@ -13,7 +13,6 @@ then
inherit git-r3
EGIT_REPO_URI="https://github.com/jirutka/swaylock-effects.git;
 else
-   S="${WORKDIR}/swaylock-effects-${MY_PV}"

SRC_URI="https://github.com/jirutka/swaylock-effects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi

diff --git a/gui-apps/swaylock-effects/swaylock-effects-.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-.ebuild
index 70d3a09b53..5a4f44085f 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-.ebuild
@@ -13,7 +13,6 @@ then
inherit git-r3
EGIT_REPO_URI="https://github.com/jirutka/swaylock-effects.git;
 else
-   S="${WORKDIR}/swaylock-effects-${MY_PV}"

SRC_URI="https://github.com/jirutka/swaylock-effects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi



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

2023-12-23 Thread Mart Raudsepp
commit: 1288c75b91944dc3cc5d113c033c4937c5153f0c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 23 23:35:43 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 23 23:35:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1288c75b

dev-python/python-dbusmock: add 0.30.1

Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/python-dbusmock/Manifest|  1 +
 .../python-dbusmock/python-dbusmock-0.30.1.ebuild  | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/python-dbusmock/Manifest 
b/dev-python/python-dbusmock/Manifest
index 40c765e070aa..da126c357e7b 100644
--- a/dev-python/python-dbusmock/Manifest
+++ b/dev-python/python-dbusmock/Manifest
@@ -1 +1,2 @@
 DIST python-dbusmock-0.30.0.tar.gz 98201 BLAKE2B 
eb519dc526d4e3ab804c3415d223d77462e944bac8d03dd64fbe11f8a5d875ebad1643230b93d1d51cd4a979eed24e6b97d0744b115d28d233b4d1239ec04f01
 SHA512 
280a8ebfe12a0f5b309d5b807547ed521c80c9899fdc89abaaee238621cf94d05f8413ab2908ca331f9d3ef1c610234dafbd912f8590f18c7d9cafe470beece6
+DIST python-dbusmock-0.30.1.tar.gz 98206 BLAKE2B 
e7617e61f2dcd28ba01f5a4572250f1be756640a7751353c5adabc7539897a8f2dce1bf0f0233ed6dec52703d0cf989ff0dbdc3a526a299691f94ee227a3167a
 SHA512 
dfa27c94d71e132ef56615cc02f2f9733ca55366b5e88f023ddc594b39c2239b460389e4b53981493d627e8c117542fa5ec82f0f4ec407ed6e825e30f5d206ae

diff --git a/dev-python/python-dbusmock/python-dbusmock-0.30.1.ebuild 
b/dev-python/python-dbusmock/python-dbusmock-0.30.1.ebuild
new file mode 100644
index ..e91d1001c936
--- /dev/null
+++ b/dev-python/python-dbusmock/python-dbusmock-0.30.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Easily create mock objects on D-Bus for software testing"
+HOMEPAGE="
+   https://github.com/martinpitt/python-dbusmock/
+   https://pypi.org/project/python-dbusmock/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # linter tests, fragile to newer linter versions
+   tests/test_code.py
+)
+
+src_prepare() {
+   # dev-python/dbus-python uses autotools, so no .dist-info there
+   sed -i '/dbus-python/d' pyproject.toml setup.cfg || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # Tests break if XDG_DATA_DIRS is modified by flatpak install
+   unset XDG_DATA_DIRS
+   distutils-r1_python_test
+}



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

2023-12-23 Thread George Zenner
commit: 6cff0e2f17393cb3ce95e5e48336464c8e9cf180
Author: Zen  pyl  onl>
AuthorDate: Sat Dec 23 23:32:01 2023 +
Commit: George Zenner  pyl  onl>
CommitDate: Sat Dec 23 23:32:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cff0e2f

sys-kernel/ugrd: Bump to 0.15.4, with better kmod masks

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest   | 2 +-
 sys-kernel/ugrd/{ugrd-0.15.3.ebuild => ugrd-0.15.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 9750a44428..cbfc0e298a 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1,2 +1,2 @@
 DIST ugrd-0.12.1.tar.gz 39929 BLAKE2B 
d4d2788c0d23907b87ea6c98607f3d36e25c895618668123089c2cb96dc8895be411c7c5865522b58a53a90c51e77f874ee13324c5602bceb325bb680dccf63b
 SHA512 
3dec60f8535bb63525a0da07583d35c539de27e0d4ab2c79c033ce49a1b745b262a245e58224f5fabb1450af76d750578e47d60eb0961ac842eaed6e5f212c7d
-DIST ugrd-0.15.3.tar.gz 42010 BLAKE2B 
2c5e6bd237e50c4d588ee8590235988e77b482ef8ff3c21acdf76b40585ad8ead742f77e1c342b28b37520dd3a6b4035b58eba9e6eecd46e3d36c3e7a731a5c4
 SHA512 
e9f76f2b45e609d53dc5605c44417f735f461a0e637a459a09ba92d699a451f2f0bb2bb85671ecdb92f4255ebcdd30fe67193dfa09246b31dc9d1875ddd000b4
+DIST ugrd-0.15.4.tar.gz 42064 BLAKE2B 
ceaa6ac8f0dc992eb32ad027989701e9f2fccb61d167ccf7c7fd645c4e43b843905b5c80729ebf88a6a0f74535fe399884e1f03a27276e259f3a37f1067422db
 SHA512 
584a2b64a98b3ef5179692d20f4d79fb36462a5882b25eb88af9211fd9f4c9107aefa395673290e67470b8a9724c1a226c13fb1f70e457d00e83254be1837f11

diff --git a/sys-kernel/ugrd/ugrd-0.15.3.ebuild 
b/sys-kernel/ugrd/ugrd-0.15.4.ebuild
similarity index 100%
rename from sys-kernel/ugrd/ugrd-0.15.3.ebuild
rename to sys-kernel/ugrd/ugrd-0.15.4.ebuild



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

2023-12-23 Thread George Zenner
commit: d855d6479f38fe10bff9b11f6cc694581fb7925c
Author: Zen  pyl  onl>
AuthorDate: Sat Dec 23 23:08:03 2023 +
Commit: George Zenner  pyl  onl>
CommitDate: Sat Dec 23 23:08:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d855d647

sys-kernel/ugrd: Bumped to 0.15.3, with better automatic root and kver
detection

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest   | 2 +-
 sys-kernel/ugrd/{ugrd-0.15.0.ebuild => ugrd-0.15.3.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 5de4f7c15c..9750a44428 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1,2 +1,2 @@
 DIST ugrd-0.12.1.tar.gz 39929 BLAKE2B 
d4d2788c0d23907b87ea6c98607f3d36e25c895618668123089c2cb96dc8895be411c7c5865522b58a53a90c51e77f874ee13324c5602bceb325bb680dccf63b
 SHA512 
3dec60f8535bb63525a0da07583d35c539de27e0d4ab2c79c033ce49a1b745b262a245e58224f5fabb1450af76d750578e47d60eb0961ac842eaed6e5f212c7d
-DIST ugrd-0.15.0.tar.gz 41907 BLAKE2B 
c74390dd2d19a029b33ca35e22a0f309772b65d774db77060de496ec6579faacf54f87a6b2069bb07062dfd6ff3619e06525cbc1ab3446c255c8bbf9d7359bd1
 SHA512 
f97e4fdc03a537b8bd7fe5674fa57deaed963f974031254423a673b33bea55e275bbce15ea3b08f76b8aa3180166a6a00a33729589d21ec185121f912ef0048c
+DIST ugrd-0.15.3.tar.gz 42010 BLAKE2B 
2c5e6bd237e50c4d588ee8590235988e77b482ef8ff3c21acdf76b40585ad8ead742f77e1c342b28b37520dd3a6b4035b58eba9e6eecd46e3d36c3e7a731a5c4
 SHA512 
e9f76f2b45e609d53dc5605c44417f735f461a0e637a459a09ba92d699a451f2f0bb2bb85671ecdb92f4255ebcdd30fe67193dfa09246b31dc9d1875ddd000b4

diff --git a/sys-kernel/ugrd/ugrd-0.15.0.ebuild 
b/sys-kernel/ugrd/ugrd-0.15.3.ebuild
similarity index 96%
rename from sys-kernel/ugrd/ugrd-0.15.0.ebuild
rename to sys-kernel/ugrd/ugrd-0.15.3.ebuild
index 85d2a87499..3d5fc2520c 100644
--- a/sys-kernel/ugrd/ugrd-0.15.0.ebuild
+++ b/sys-kernel/ugrd/ugrd-0.15.3.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64"
 
 RDEPEND="app-misc/pax-utils"
 DEPEND=">=dev-python/zenlib-1.2.0
-   >=dev-python/pycpio-0.6.1"
+   >=dev-python/pycpio-0.6.1
+   sys-apps/pciutils"
 
 src_install() {
# Call the distutils-r1_src_install function to install the package



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

2023-12-23 Thread Mike Pagano
commit: 3c8e2c6ef5d379ae2d2fefc7daecfee1dfb68987
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Dec 23 23:02:04 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Dec 23 23:02:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8e2c6e

sys-kernel/gentoo-sources: drop 6.6.4

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.6.4.ebuild | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 38a1d4bc79bf..cf78a82efff1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -31,9 +31,6 @@ DIST genpatches-6.1-77.extras.tar.xz 3816 BLAKE2B 
2129b36991f127c4bb4783a535a2d5
 DIST genpatches-6.6-10.base.tar.xz 603340 BLAKE2B 
cc3220f1df9406c393605942e1a6fdaaf8ab46da53bc2fe6d001c9608a55ae2e5073d94805eb233183142e81bcea9bab1ed4700e298fc32c16c033597219f9ad
 SHA512 
1f0149759b98fa099bda28aa1c4913719f0b5c0c715a72f6c0b13d3faf317a8935ce10508cd3459c50e39a7759feb44e7cf43fd49b87bd5ccd6d42a5dfc531d1
 DIST genpatches-6.6-10.experimental.tar.xz 5756 BLAKE2B 
149b33fa2449fcdb78c734f17ecaaec7a1a0fe74232768fbf6d1084596755938720d69e848524922ed50a9bdacd5f28269c9a85c3bec0e4b56cbcd95bf589318
 SHA512 
c857e7713de9238cc83561338fc20bf87d28dfc43e3da1f877c58ecac7cafdb4382fb10a737a54ef8e6ca2f2deba5e33622eebba596c637b812bb97cc0e34d74
 DIST genpatches-6.6-10.extras.tar.xz 3704 BLAKE2B 
8b5e1453dd77ee6dd02aef5e25e95f09a12a46d9dc014d71fe8fda96b94770f3cee75fa6f1db6bc9bdb67b39d272f8f887fc2986a17769237768bf6a382f
 SHA512 
6ca7a360dc217684b1a06f869223a52772f267d48088d5e286dd27056faf34e9c4b4d575aa771c5f9b972febd4c656e32f470c4499feecd47716b07cc13ab933
-DIST genpatches-6.6-6.base.tar.xz 432804 BLAKE2B 
805a19720d8ed2a5cb5908c728915a58f5db8b320174f9a6c90df4a2e7d2a58f00c1e30427af035944f99341adf3a33ca5375211b7b40c77bd37077e319f718d
 SHA512 
6ea0477daddd54d029f1a99703254afb131233cdfa3e89163c7ef45941b941e5d72c9df7f509a7280398be2a075aaffcead07a0f85db666c41cbd312d5042220
-DIST genpatches-6.6-6.experimental.tar.xz 5756 BLAKE2B 
78ff303e93020b4335cbdf7a8bc1c2eb6990aa009168cee52f5050095096aa5071c93a08aa2b230ed1a508b3848066038e466a9e0feab64526fb24f9e4111b79
 SHA512 
fcbc6905f07274c043b64bc000c4452d3edc45b6fce17e15195cfa6c454797f6d0c98ca57a259ed4543dca4865d8b085d10cea1532764798d11ccd441c29726f
-DIST genpatches-6.6-6.extras.tar.xz 3704 BLAKE2B 
24d5d1c36237b6152894ffe8f23fafeee80ca397e93367228d2f2aefb9b6100eb12097277feb44fdecd747800a81f7f654abc59d84a9bf9d44478cd6e4c7b7ff
 SHA512 
7d00ed37a34ec44b5f61eaab1777cf9d414903bfcafb57540d01645be5f7dd0950784d722f719f7bf1515e985889b11f39bc070edcdf0d67889333ec94c4c772
 DIST genpatches-6.6-8.base.tar.xz 472816 BLAKE2B 
503418967edebb8cb2020edab16f060334fc16c9f6ce7980b8e25e3db1fc4869571fd466abc8ec4add3a095d089f0c77532b2524fae1136c5f7ed487e90ccd3c
 SHA512 
04a247aadefd43a9ec1382b5f77f18dabb1701469cbeabcaa1604405cea9112bec56bc9a08d33f9ce5ebb90b8d77a7c7a21774a10906f3c8a685c0d3c10bbe9d
 DIST genpatches-6.6-8.experimental.tar.xz 5756 BLAKE2B 
d68a5ba8b0cbd1d3085a681c1afc7f45a8f9967bda7f22d194a976329cfc112f57e7f452707af67806e21c335fa6a63ff29eac120ccafa9844a39ccb63607288
 SHA512 
2313383ca452c590468f7d8d75d88b251e119755bffbcf938e26fbb548b1cddcf7e8fec8cc179223a621164733ef2c4b2409b135b8a921ed18eb5926c929fc2d
 DIST genpatches-6.6-8.extras.tar.xz 3704 BLAKE2B 
c474c55469c536f563036c74038f7a5f083e23e049648377ff42d517faa34ed14ed6d576695990c21883b98036a93f144b636b9024108367dd131bf3366074d0
 SHA512 
f7a9f0f448c210981cd412a0766b26fd19e8147659d91db4e3d3d4ff4dea514c4c3a08bc6bb45de0289546c5bb428c1db4f517b45c57c3b7bfacb7a991e1826f

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.6.4.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.6.4.ebuild
deleted file mode 100644
index 233376a4e907..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.6.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="6"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2023-12-23 Thread Mart Raudsepp
commit: 37ea32e0cfb50f6a00a1e994fa259cf5385b89d2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 23 22:51:18 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 23 22:52:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ea32e0

x11-libs/gtk+: drop unnecessary font test deps

The tests pass fine without them for me and I can't spot them in upstream CI
setup. They are probably just some very old leftover and not needed anymore
(the deps pre-date gentoo git era).

Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/gtk+/gtk+-3.24.39.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.39.ebuild 
b/x11-libs/gtk+/gtk+-3.24.39.ebuild
index 6b2f2e3fa319..7a47d052b486 100644
--- a/x11-libs/gtk+/gtk+-3.24.39.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.39.ebuild
@@ -58,10 +58,6 @@ COMMON_DEPEND="
)
 "
 DEPEND="${COMMON_DEPEND}
-   test? (
-   media-fonts/font-cursor-misc
-   media-fonts/font-misc-misc
-   )
X? ( x11-base/xorg-proto )
 "
 RDEPEND="${COMMON_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2023-12-23 Thread Mart Raudsepp
commit: 1e480a1619d60c5b681b9ae4c18723a3ee5490dc
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Dec 22 11:58:38 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 23 22:44:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e480a16

x11-libs/gtk+: Version bump to 3.24.39

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34416
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/gtk+/Manifest|   1 +
 x11-libs/gtk+/gtk+-3.24.39.ebuild | 204 ++
 2 files changed, 205 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 6590fa223d44..e1899ef12489 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -1,3 +1,4 @@
 DIST gtk+-2.24.33.tar.xz 12661828 BLAKE2B 
f3488b220aaee54bf36fa77e2112d060152e57938845d240014a7d43a5743b1d4de19cc09c683d9d238fd1967cd67cc3c493f2475e4e481f6709f5cdc652c65c
 SHA512 
71b588797c81f727dfac8dcb1be193f7436f717d30ecf18eae2d3aeb0f445b3be4743400acac16435490db8f564f01032065d3f42d27871317f80c98aef929d5
 DIST gtk+-3.24.35.tar.xz 17913328 BLAKE2B 
3beea3cbda7247357238ad133c951e69d5670d68e06efb4de09fae7141b141f4eb17a8c79661cab928a3db427f7b32b518875d0951254941e76b1a7aab60e34f
 SHA512 
3a1ec35756fe12f5be3cfe33ef332d583690458327572e69bffad8b4095059d2a744a4a53b2fd31bab5da2ca7b41a2a38fbbd8ba541a45fa8cc0d00eae005ade
 DIST gtk+-3.24.38.tar.xz 12398104 BLAKE2B 
d24e794025d09b01c215ffcc60382f1bb74214b80fbc019bc0fc2a01bd90673c5a9e94b07b6ec981e9b28caf42b8e98032dd8150ac44a9bcab22bae83445685e
 SHA512 
e99ec10959191b55013fce37e83f0e85bf36597db101e324081479792a2047d032cf0d213d69c02eeb4b7cd6d56d6489b7b2a60904b2bd7af23ea1b9c5a79528
+DIST gtk+-3.24.39.tar.xz 12464680 BLAKE2B 
9d0d5814369211c1d60cc81de45a5dfd6ea9fc64d24948abf304e0ad1ae606d9887fc4e5ddccbfab4fb1ccc3c5bb54b453f28899cbdef4e4e885a7f041a6c70f
 SHA512 
8ec3db3544805b51fffaa415029b126761ba0a11b68c67cea80fe001e77878abf4d4719d5d002109f8546409c0caf892ea6d7aa792f8d5d97dc4139668f0451f

diff --git a/x11-libs/gtk+/gtk+-3.24.39.ebuild 
b/x11-libs/gtk+/gtk+-3.24.39.ebuild
new file mode 100644
index ..6b2f2e3fa319
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.24.39.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson-multilib multilib toolchain-funcs virtualx
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudproviders colord cups examples gtk-doc +introspection 
sysprof test vim-syntax wayland +X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   test? ( X )
+   xinerama? ( X )
+"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+
+COMMON_DEPEND="
+   
>=app-accessibility/at-spi2-core-2.46.0[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.57.2:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/harfbuzz-2.2.0:=
+   >=media-libs/libepoxy-1.4[X(+)?,egl(+),${MULTILIB_USEDEP}]
+   virtual/libintl[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg(+),X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.44.0[introspection?,${MULTILIB_USEDEP}]
+   x11-misc/shared-mime-info
+
+   cloudproviders? ( net-libs/libcloudproviders[${MULTILIB_USEDEP}] )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   sysprof? ( >=dev-util/sysprof-capture-3.33.2:3[${MULTILIB_USEDEP}] )
+   wayland? (
+   >=dev-libs/wayland-1.14.91[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.21
+   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
+   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
+   )
+   X? (
+   media-libs/libglvnd[X(+),${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
+   xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   test? (
+   media-fonts/font-cursor-misc
+   media-fonts/font-misc-misc
+   )
+   X? ( x11-base/xorg-proto )
+"

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

2023-12-23 Thread Alfredo Tupone
commit: 5f7edd401f88ecceff011c000316674d6a536d5d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Dec 23 22:38:54 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Dec 23 22:39:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7edd40

dev-lang/gnucobol: add 3.2

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-lang/gnucobol/Manifest|  1 +
 dev-lang/gnucobol/gnucobol-3.2.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-lang/gnucobol/Manifest b/dev-lang/gnucobol/Manifest
index aa228b4ac71c..6ac0ac4ea413 100644
--- a/dev-lang/gnucobol/Manifest
+++ b/dev-lang/gnucobol/Manifest
@@ -1 +1,2 @@
 DIST gnucobol-3.1.2.tar.xz 2198512 BLAKE2B 
ccf9252bc4d5e64e966cea483981da36155767a5879967be7226fbcd8f13d8b427558de3a25cc8638f9156882b6f368acbf3e84d5e2ee68bd5754a6a513ac7d6
 SHA512 
738149c9d3e01140e4036b041f4eaa6c7caf7848a87146a3dd9940a9f17006805fd3c6b169d346bf01a0c2e671655080978c0f3182a85389f8f8a373ca8c1435
+DIST gnucobol-3.2.tar.xz 2902828 BLAKE2B 
66df93fe2f8772aebd807612c8e96be46f5605c316f374ae51b3a8c3f6ce760150af60777cd1d53f12f65ee48bc0a6225c506b813fdafcc87d949e609ff3273e
 SHA512 
1aef3c1bf7283219a7cb1e7b38ba5c5e299c0a83666ab6afdbb5713f1f791b23575ca51d546c4f2f036217060269028bbce4b5babbeb4f721b57495d5f258ff7

diff --git a/dev-lang/gnucobol/gnucobol-3.2.ebuild 
b/dev-lang/gnucobol/gnucobol-3.2.ebuild
new file mode 100644
index ..d5a4ea562c99
--- /dev/null
+++ b/dev-lang/gnucobol/gnucobol-3.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A free/libre COBOL compiler"
+HOMEPAGE="https://gnucobol.sourceforge.io/;
+SRC_URI="mirror://sourceforge/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
+
+LICENSE="GPL-3 LGPL-3 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="berkdb json nls xml"
+
+RDEPEND="
+   dev-libs/gmp:=
+   sys-libs/ncurses:=
+   json? ( dev-libs/json-c:= )
+   xml? ( dev-libs/libxml2 )
+   berkdb? ( sys-libs/db:4.8= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/libtool"
+
+DOCS=( AUTHORS ChangeLog NEWS README README.md )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.2-gentoo.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with berkdb db) \
+   $(use_with json) \
+   $(use_with xml xml2) \
+   $(use_enable nls) \
+   --with-curses=ncursesw \
+   CURSES_LIBS="$(ncursesw6-config --libs)"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/logseq-desktop-bin/

2023-12-23 Thread Marc Schiffbauer
commit: f53646a7e83a5ead506d58aaf92919c89a642cb3
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Dec 23 22:16:34 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Dec 23 22:16:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53646a7

app-editors/logseq-desktop-bin: add 0.10.2

Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-editors/logseq-desktop-bin/Manifest|  1 +
 .../logseq-desktop-bin-0.10.2.ebuild   | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/app-editors/logseq-desktop-bin/Manifest 
b/app-editors/logseq-desktop-bin/Manifest
index 90583fd4023f..ca0ff806bf32 100644
--- a/app-editors/logseq-desktop-bin/Manifest
+++ b/app-editors/logseq-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST logseq-desktop-bin-0.10.1.zip 190660046 BLAKE2B 
d9f781518220ecddb176e5c89948803ab73b6376aa5b165fd3ec2235a291022b88e99dce03190d80688a40a6bf55d3e699264f1420f346a222ea4346ba7d8000
 SHA512 
21f11c7b1ea5fde4f07dfec676fe05556040dd3fae84340bbe9cc1447556fc0ad1f10d53ee94a4ade7e93f0358fbc5386297605b28c0320e6ad25dc572055909
+DIST logseq-desktop-bin-0.10.2.zip 191301254 BLAKE2B 
d221ad76c7f6fe4914adab1a2bddca37d1ee3e2d3b34996cdb3353b506398cbf522cd0ca602325f5fbcab026e7413df48279d0e465d9a68c7ccfcb86f0cc50fb
 SHA512 
939a0f4b42f1479e3a7d3bb407adf213aaa794c1412922e75138c7959e1a325f805a073c784f548bb4ffaa8d90111a7bb74d0a1337cd55cbd4301834dd91d721

diff --git a/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.2.ebuild 
b/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.2.ebuild
new file mode 100644
index ..46c6b7e7828a
--- /dev/null
+++ b/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fil fi fr gu 
he hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv sw
+   ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+DESCRIPTION="A privacy-first, open-source platform for knowledge sharing and 
management."
+HOMEPAGE="https://github.com/logseq/logseq;
+SRC_URI="https://github.com/logseq/logseq/releases/download/${PV}/logseq-linux-x64-${PV}.zip
 -> ${P}.zip"
+S="${WORKDIR}/Logseq-linux-x64"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="mirror splitdebug"
+
+RDEPEND="
+   dev-libs/openssl:0/3
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/zlib
+   x11-libs/cairo
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+QA_PREBUILT="*"
+
+src_configure() {
+   default
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+   default
+   pushd locales > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+}
+
+src_install() {
+   exeinto /opt/logseq-desktop
+   doexe Logseq chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so 
libvk_swiftshader.so libvulkan.so.1
+
+   insinto /opt/logseq-desktop
+   doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat 
resources.pak snapshot_blob.bin \
+   v8_context_snapshot.bin version vk_swiftshader_icd.json
+   insopts -m0755
+   doins -r locales resources
+
+   # Chrome-sandbox requires the setuid bit to be specifically set
+   # see https://github.com/electron/electron/issues/17972
+   fowners root /opt/logseq-desktop/chrome-sandbox
+   fperms 4711 /opt/logseq-desktop/chrome-sandbox
+
+   # Crashpad is included in the package once in a while and when it does, 
it must be installed.
+   # See #903616 and #890595
+   [[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler
+
+   dosym ../logseq-desktop/Logseq /opt/bin/logseq
+
+   make_desktop_entry "/opt/bin/logseq %U" Logseq logseq Office \
+   
"StartupWMClass=logseq\nTerminal=false\nMimeType=x-scheme-handler/logseq"
+   #doicon resources/app/icons/logseq.png
+}



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

2023-12-23 Thread Gonçalo Negrier Duarte
commit: f01dcd2db77d57ecd51d0c10035c392db0ddc017
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Sat Dec 23 22:06:03 2023 +
Commit: Gonçalo Negrier Duarte  gmail  com>
CommitDate: Sat Dec 23 22:06:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f01dcd2d

sys-kernel/zenpower3: remove redudant IUSE and empty lines

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 sys-kernel/zenpower3/zenpower3-0.2.0.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild 
b/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
index 5225717938..c60c817eb7 100644
--- a/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
+++ b/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit linux-info linux-mod-r1
+inherit linux-mod-r1
 
 DESCRIPTION="Linux kernel driver for reading sensors of AMD Zen family CPUs"
 HOMEPAGE="https://github.com/Ta180m/zenpower3;
@@ -12,11 +12,6 @@ 
SRC_URI="https://github.com/Ta180m/zenpower3/archive/refs/tags/v${PV}.tar.gz ->
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
 
 CONFIG_CHECK="HWMON PCI AMD_NB"
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/zenpower3/files/, sys-kernel/zenpower3/

2023-12-23 Thread Gonçalo Negrier Duarte
commit: 8df6f982540df61b08d4e37abaad499eb196b4bc
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Sat Dec 23 22:02:23 2023 +
Commit: Gonçalo Negrier Duarte  gmail  com>
CommitDate: Sat Dec 23 22:04:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df6f982

sys-kernel/zenpower3: update EAPI 7 -> 8; migrate linux-mod -> linux-mod-r1

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 ...r3-0.2.0-use-symlink-to-detect-kernel-version.patch |  9 -
 sys-kernel/zenpower3/zenpower3-0.2.0.ebuild| 18 --
 2 files changed, 8 insertions(+), 19 deletions(-)

diff --git 
a/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch
 
b/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch
deleted file mode 100644
index 07414cd717..00
--- 
a/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch
+++ /dev/null
@@ -1,9 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -1,5 +1,5 @@
- VERSION := 0.2.0
--TARGET  := $(shell uname -r)
-+TARGET  := $(KV_FULL)
- DKMS_ROOT_PATH  := /usr/src/zenpower-$(VERSION)
- 
- KERNEL_MODULES:= /lib/modules/$(TARGET)

diff --git a/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild 
b/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
index 3d44019c83..5225717938 100644
--- a/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
+++ b/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit linux-info linux-mod
+inherit linux-info linux-mod-r1
 
 DESCRIPTION="Linux kernel driver for reading sensors of AMD Zen family CPUs"
 HOMEPAGE="https://github.com/Ta180m/zenpower3;
@@ -18,20 +18,18 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
-PATCHES="${FILESDIR}/${P}-use-symlink-to-detect-kernel-version.patch"
-
 CONFIG_CHECK="HWMON PCI AMD_NB"
 
-BUILD_TARGETS="modules"
-MODULE_NAMES="zenpower(misc:${S})"
-
 src_compile() {
-   export KV_FULL
-   linux-mod_src_compile
+   export KERNELVERSION=${KV_FULL}
+   local modlist=(
+   zenpower=misc:::all
+   )
+   linux-mod-r1_src_compile
 }
 
 src_install() {
-   linux-mod_src_install
+   linux-mod-r1_src_install
dobin zp_read_debug.sh
dodoc README.md
 }



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

2023-12-23 Thread Andreas K. Hüttel
commit: 6d720408246f741c0e65e0ad6fa1eb8f2e14ba03
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 23 22:02:54 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 23 22:03:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d720408

sys-libs/glibc: bump to patchlevel 9, only a test disabled

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 231539fe162e..610607731e75 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -22,7 +22,7 @@ DIST glibc-2.37-patches-11.tar.xz 74472 BLAKE2B 
25d17b1720b9ee955d176f3f42315ff3
 DIST glibc-2.37.tar.xz 18674604 BLAKE2B 
8139cd977b2ed3bfdbde5ffb1cda8f759763dbb83071167272fef798cfbdc0d17cfd1ec893d126c52c91511b7961f3ad12eed34534b99412dfa04a1cdd5b4ea3
 SHA512 
4fc5932f206bb1b8b54828a28af1a681616b838bbab60c81c82155f3629cbfe1301d271af65511ed917f4c6949a025429221fe6035753282f15346919f15b90c
 DIST glibc-2.38-patches-6.tar.xz 49680 BLAKE2B 
2f929aaeebc06164ae6b1fa81ce149beb8467e3928a35f667c2b489c96de346d24020cf017c9e1a6942aa57c177f34637ca5bfe3aee7641702bb6c589b4b6283
 SHA512 
18d7f6216721c9ca75a3e759e30aa0429c57e296a1223b2a5a5bbdd26edf523a6bf509437d913b9c2b95ca1e41543a904b72a89afa444606d3b3949311341958
 DIST glibc-2.38-patches-7.tar.xz 49276 BLAKE2B 
ef86c88540018bc7347ee57cc60138f010dd95e749f3c1c4ca196a9a707188851345fa41d00dacf25d7ed424486f75020af430e61b0a9bb74714976156bb35ae
 SHA512 
5bad7ee804a2a0e31517c23f6a5eca82f00a695edccb3af81309ace8b441f1e2be704568660c87e8f4770f8d63cde272875d789c6fcbef61da534f7573851831
-DIST glibc-2.38-patches-8.tar.xz 56336 BLAKE2B 
ad3948ed3fc41bac27600306cec65a921192d73287d3bfcaa8f5663870e8249f8a44a7adaf9f615c47b611d6c9bee3b220a851aab72560d786bcd116dd853eff
 SHA512 
722d8a33131f84a9b0674347368f9c0994417411228d44316806ad40ab2bbfb933ad094a15b16541de8522115d6d78aed5a36de45d38ef5c1656b64c3ede8c99
+DIST glibc-2.38-patches-9.tar.xz 56716 BLAKE2B 
07d814a0715561995495d27164fe40155e4bf424a52e571005669a148cfc23cee136a439c3a8d441b67062f169b4b4f67df76549c922f2c5d87def07de067561
 SHA512 
a33c65a9fb56fab39a1656e4bf359525d52a26ffcf6648f60a72e94c1b6b569eb25b3c46502f43a7aabfbb6507c9ce24def3ebd7069e23d583a029c91f0984e7
 DIST glibc-2.38.tar.xz 18913712 BLAKE2B 
f9b039f0ef98a7dd8e1cba228ed10286b9e4fbe4dd89af4d26fa5c4e4cf266f19c2746b44d797ce54739d86499e74cf334aaf311bcf6e30120fd7748453e653f
 SHA512 
a6dd5e42dcd63d58e2820c783522c8c895890b6e8c8e6c83b025553de0cc77cdf227e7044e431ead98c89c68a9ce4dd63509b47e647775fb2075f011849c1900
 DIST glibc-systemd-20210729.tar.gz 1480 BLAKE2B 
37722c7579df782d890e44dbab99c3de52ab466eb9de80d82405e9bb5620bf39ffc8c5f466a435bdb86ef6d36dd7019c0736573916bda6c67d02a2581e0ec979
 SHA512 
efd75af58b50522c28cdac7abd1fc56555bc1bb042512c90d8340c1ec09c5791b3872a305bf83723252bbde5855b75d958c041083457765c4cfd170732d09238
 DIST glibc-systemd-20210814.tar.gz 1469 BLAKE2B 
10fa7bcb46d4fdce9c0ab353cbd30871e9b09a347a13a9c9a3b5777f931aa3c826c158d2e49532c604d4a834f2fab4089b67495fb88d0398945dc50d45ad9ef1
 SHA512 
5346a9ea459a1e6ccf665389f2a294de1e16f1e3e05cdf07e3dd99ed0e4f6f8b52cc333d4bff3c75ac90ab6ce70cd4ab2b3e126f920ce7979abd6dda56315efc

diff --git a/sys-libs/glibc/glibc-2.38-r8.ebuild 
b/sys-libs/glibc/glibc-2.38-r8.ebuild
index 761dd1811b0a..6443166a7e06 100644
--- a/sys-libs/glibc/glibc-2.38-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.38-r8.ebuild
@@ -20,7 +20,7 @@ SLOT="2.2"
 EMULTILIB_PKG="true"
 
 # Gentoo patchset (ignored for live ebuilds)
-PATCH_VER=8
+PATCH_VER=9
 PATCH_DEV=dilfridge
 
 # gcc mulitilib bootstrap files version



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

2023-12-23 Thread Conrad Kostecki
commit: 9dbc96e1c01b261717647dee517dbb2e6366c677
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 21:59:50 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 22:00:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbc96e1

gui-apps/gtkgreet: add 0.8

Signed-off-by: Conrad Kostecki  gentoo.org>

 gui-apps/gtkgreet/Manifest|  1 +
 gui-apps/gtkgreet/gtkgreet-0.8.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/gui-apps/gtkgreet/Manifest b/gui-apps/gtkgreet/Manifest
index 5004489544e4..4bb005586bc4 100644
--- a/gui-apps/gtkgreet/Manifest
+++ b/gui-apps/gtkgreet/Manifest
@@ -1 +1,2 @@
 DIST gtkgreet-0.7.tar.gz 26414 BLAKE2B 
a066cf35928179adc03e2ec7061cd9fef457a96bab9f012566ef4d23ea27236fe38b08686b28c6ba68dff54ee4741193807573fdc4a71a974e6cd9bdb3acc8b2
 SHA512 
f0d32fe7a701912c5b9318df17a42f35890ec8d6e01677ba38e442bb7f998572995f53b4c1c4e486eaee562a73b10283036d7f438e6ce084840d6944a0b82c53
+DIST gtkgreet-0.8.tar.gz 28694 BLAKE2B 
82d487ab9a2fa1e422204c44d95d2d6d86d8d82f55e0781b684eef70054d4753c029ca5fd48325d56a80d03d8c1cd3fd9ecac1bf96bc9c66d3aeb83f3942c6d7
 SHA512 
162516afbaacb65a8a9ef7d55d53e1b31ebae0e8d5156b1f330d4f43ddc60ac026ed1c74c730a74a62d300bf84beed46278787efd4e0e7396e739262401a4742

diff --git a/gui-apps/gtkgreet/gtkgreet-0.8.ebuild 
b/gui-apps/gtkgreet/gtkgreet-0.8.ebuild
new file mode 100644
index ..bcdf7d8ff8ae
--- /dev/null
+++ b/gui-apps/gtkgreet/gtkgreet-0.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="gtk based greeter for greetd"
+HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet;
+
+inherit meson
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet;
+else
+   SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+layershell man"
+
+DEPEND="
+   dev-libs/json-c:=
+   layershell? ( gui-libs/gtk-layer-shell )
+   x11-libs/gtk+:3
+"
+RDEPEND="
+   ${DEPEND}
+   gui-libs/greetd
+"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( app-text/scdoc )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature man man-pages)
+   $(meson_feature layershell)
+   )
+   meson_src_configure
+}



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

2023-12-23 Thread Conrad Kostecki
commit: 15398fdbe9322933b2acde0bc84cd534726b7dea
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 22:00:17 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 22:00:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15398fdb

gui-apps/gtkgreet: update live ebuild

Signed-off-by: Conrad Kostecki  gentoo.org>

 gui-apps/gtkgreet/gtkgreet-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-.ebuild 
b/gui-apps/gtkgreet/gtkgreet-.ebuild
index f91592b683ff..185ef3ffd2df 100644
--- a/gui-apps/gtkgreet/gtkgreet-.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="gtk based greeter for greetd"
 HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet;



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

2023-12-23 Thread James Le Cuirot
commit: 189ee44e580f3163dcaafee8954c0f446048b7ee
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 23 21:58:59 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 23 21:59:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189ee44e

gui-wm/gamescope: Bump to 3.13.19, drop old 3.13.17

Signed-off-by: James Le Cuirot  gentoo.org>

 gui-wm/gamescope/Manifest   | 2 +-
 gui-wm/gamescope/{gamescope-3.13.17.ebuild => gamescope-3.13.19.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/gamescope/Manifest b/gui-wm/gamescope/Manifest
index 443e8fd4c30d..480ac0010105 100644
--- a/gui-wm/gamescope/Manifest
+++ b/gui-wm/gamescope/Manifest
@@ -1,2 +1,2 @@
-DIST gamescope-3.13.17.tar.gz 466053 BLAKE2B 
95ab1e010518094f98165c1318a551977c7c3ef44148f0ab21da1e05bb91e5155462176631c4547ccfc7c2586bfd7fe4160f4424481b8b7db03e663c026fde23
 SHA512 
c28ec651877c7635d5459296de99dd1665e7b908f931f88586014dc1e437c4401fcc9315e64adaebaba5ef3f07643f0ca75757b9ce9ce9cd0c5ee51dd3ad4ebb
+DIST gamescope-3.13.19.tar.gz 468811 BLAKE2B 
1995ac01776902d83bccb105f0e3dedf6c3711764a611d15a77bc4f8941db4b4cde64cdd2d2cb6032ebfc7173ff018d49b73d1c5d72e9c2eab597acb127b7c37
 SHA512 
42a86a253e86de899b6dc9c45bfc7ad762930e1a785e78e8c9ee8de834eb2c2be0532ea50bd7433cc483c2a45c92fc6c8fdd5ee4bd5dfcc9166b0aaaca8d15a8
 DIST reshade-9fdbea6892f9959fdc18095d035976c574b268b7.tar.gz 1543894 BLAKE2B 
5e2b643ffbbda3ad078deb075a6fada1d0a560c6d865b7febee6a8eaade83ec90db3c5a8f4130d27b6dfaa8ee7b899edd214c23c947678eed28fb8e7165d9bd2
 SHA512 
4565d094e1c2d53d5073b4976874665d38dcf7ca86e982e569cc76923eaa9187fa32a4385fc577a3a867d2917596e6377e5a023a34bc2d389ff899d5b69764fb

diff --git a/gui-wm/gamescope/gamescope-3.13.17.ebuild 
b/gui-wm/gamescope/gamescope-3.13.19.ebuild
similarity index 100%
rename from gui-wm/gamescope/gamescope-3.13.17.ebuild
rename to gui-wm/gamescope/gamescope-3.13.19.ebuild



[gentoo-commits] proj/toolchain/glibc-patches:master commit in: 9999/

2023-12-23 Thread Andreas K. Hüttel
commit: 8bf060fba08ca3bb9f7a368bb5ee79d3a5993a6c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 23 21:58:07 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 23 21:58:07 2023 +
URL:
https://gitweb.gentoo.org/proj/toolchain/glibc-patches.git/commit/?id=8bf060fb

Disable valgrind tests

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...sable-valgrind-based-tests-too-unreliable.patch | 38 ++
 1 file changed, 38 insertions(+)

diff --git a//0011-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch 
b//0011-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch
new file mode 100644
index 000..4d2931f
--- /dev/null
+++ b//0011-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch
@@ -0,0 +1,38 @@
+From d63e3913e62114f4fc71862f2d57b454a5746a24 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= 
+Date: Sat, 23 Dec 2023 22:56:11 +0100
+Subject: [PATCH] Gentoo: Disable valgrind-based tests, too unreliable
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Andreas K. Hüttel 
+---
+ elf/Makefile | 4 
+ 1 file changed, 4 deletions(-)
+
+diff --git a/elf/Makefile b/elf/Makefile
+index 1a05a6aaca..5910453e1c 100644
+--- a/elf/Makefile
 b/elf/Makefile
+@@ -470,7 +470,6 @@ tests += \
+   unload6 \
+   unload7 \
+   unload8 \
+-  valgrind-test \
+   # tests
+ tests-cxx = \
+   tst-dlopen-nodelete-reloc \
+@@ -601,9 +600,6 @@ $(objpfx)tst-relro-libc.out: tst-relro-symbols.py 
$(..)/scripts/glibcelf.py \
+   --required=__io_vtables \
+ > $@ 2>&1; $(evaluate-test)
+ 
+-ifeq ($(run-built-tests),yes)
+-tests-special += $(objpfx)tst-valgrind-smoke.out
+-endif
+ $(objpfx)tst-valgrind-smoke.out: tst-valgrind-smoke.sh $(objpfx)ld.so 
$(objpfx)valgrind-test
+   $(SHELL) $< $(objpfx)ld.so  $(rtlddir)/$(rtld-installed-name) 
'$(test-wrapper-env)' \
+   '$(run-program-env)' '$(rpath-link)' $(objpfx)valgrind-test > 
$@; $(evaluate-test)
+-- 
+2.41.0
+



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

2023-12-23 Thread Conrad Kostecki
commit: ced698bbf263237f8d80253e0f62f5ee8098c80e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 21:46:08 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 21:51:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced698bb

dev-lua/luasystem: add 0.3.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luasystem/Manifest   |  1 +
 dev-lua/luasystem/luasystem-0.3.0.ebuild | 91 
 dev-lua/luasystem/metadata.xml   |  1 +
 3 files changed, 93 insertions(+)

diff --git a/dev-lua/luasystem/Manifest b/dev-lua/luasystem/Manifest
index c1feeb4a855b..75382dfd485e 100644
--- a/dev-lua/luasystem/Manifest
+++ b/dev-lua/luasystem/Manifest
@@ -1 +1,2 @@
 DIST luasystem-0.2.1_p0.tar.gz 8162 BLAKE2B 
ad8a6009823ad8202ff3884a3167d0779405c2a6be460b7ef2939622eb4d0fc8edbc6b04aba5dec9dd5e4e38f11ae0dcd582b9c348d5b516aa411858d55c6d71
 SHA512 
9dc323d4d1914cfa4f278a49ef22e58569d5cd7e369fa17fa6006cd47f9d90c6dfd4404067ea2436aa46a27cfbdf91e4aa26e20b89aeeefdf2aa7252c51fb32b
+DIST luasystem-0.3.0.tar.gz 19607 BLAKE2B 
82dd54dab61045d25d9d1dc074526c2443b9732adf27da052f65702f0941a04dce65582091b5ecb802e5aed9baa2f4dbd53e4cd1b624426341a83fbcb0109378
 SHA512 
1adf1167767d7d8233ed2c90c106b050dc2370e891465eeb13f16ebc96e8f467d67a89a40173064112117ac9db2451aa73fde0d11fab01f6d2c56bdef50cb6ac

diff --git a/dev-lua/luasystem/luasystem-0.3.0.ebuild 
b/dev-lua/luasystem/luasystem-0.3.0.ebuild
new file mode 100644
index ..ee1ca807ef71
--- /dev/null
+++ b/dev-lua/luasystem/luasystem-0.3.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+MY_PV="${PV/_p/-}"
+
+inherit lua toolchain-funcs
+
+DESCRIPTION="Platform independent system calls for Lua"
+HOMEPAGE="https://github.com/lunarmodules/luasystem;
+SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   dev-lua/busted[${LUA_USEDEP}]
+   dev-lua/lua_cliargs[${LUA_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.2.1_p0-fix-makefile.patch )
+
+src_prepare() {
+   default
+
+   lua_copy_sources
+}
+
+lua_src_test() {
+   busted --lua=${ELUA} || die
+}
+
+src_test() {
+   lua_foreach_impl lua_src_test
+}
+
+lua_src_compile() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "CC=$(tc-getCC)"
+   "LD=$(tc-getCC)"
+   "LUAINC_linux=$(lua_get_include_dir)"
+   "MYCFLAGS=${CFLAGS}"
+   "MYLDFLAGS=${LDFLAGS}"
+   )
+
+   emake "${myemakeargs[@]}" linux
+
+   popd
+}
+
+src_compile() {
+   lua_foreach_impl lua_src_compile
+}
+
+lua_src_install () {
+   pushd "${BUILD_DIR}" || die
+
+   local emakeargs=(
+   "INSTALL_TOP_CDIR=${ED}/$(lua_get_cmod_dir)"
+   "INSTALL_TOP_LDIR=${ED}/$(lua_get_lmod_dir)"
+   "LUA_INC=${ED}/$(lua_get_include_dir)"
+   )
+
+   emake "${emakeargs[@]}" install
+
+   insinto $(lua_get_lmod_dir)/system
+   doins system/init.lua
+
+   popd
+}
+
+src_install() {
+   lua_foreach_impl lua_src_install
+
+   einstalldocs
+}

diff --git a/dev-lua/luasystem/metadata.xml b/dev-lua/luasystem/metadata.xml
index 7f9fa1b5f4a9..4d95a0681768 100644
--- a/dev-lua/luasystem/metadata.xml
+++ b/dev-lua/luasystem/metadata.xml
@@ -15,5 +15,6 @@


LuaDist2/luasystem
+   lunarmodules/luasystem

 



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

2023-12-23 Thread Conrad Kostecki
commit: dfaf4be47ecc2afab9a4b3826ea6c12b890cd0ca
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 21:26:38 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 21:51:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaf4be4

sys-auth/AusweisApp2: add 2.0.1

Closes: https://bugs.gentoo.org/917494
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild | 47 +++
 sys-auth/AusweisApp2/Manifest |  1 +
 2 files changed, 48 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild
new file mode 100644
index ..6e3e9ec0cbd6
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-2.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
+HOMEPAGE="https://www.ausweisapp.bund.de/;
+SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="EUPL-1.2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   dev-qt/qtshadertools:6
+   dev-qt/qttools:6[linguist]
+   virtual/pkgconfig"
+
+RDEPEND="
+   dev-libs/openssl:0=
+   dev-qt/qtbase:6[concurrent,network,widgets]
+   dev-qt/qtdeclarative:6[widgets]
+   dev-qt/qtscxml:6[qml]
+   dev-qt/qtsvg:6
+   dev-qt/qtwebsockets:6[qml]
+   net-libs/http-parser:0=
+   sys-apps/pcsc-lite
+   virtual/udev"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=OFF
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index ba5bf4b824a1..adb9bc7b523b 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1 +1,2 @@
 DIST AusweisApp2-1.26.7.tar.gz 11708844 BLAKE2B 
3ae1e00e871f72aa36211e6edb6ab59a9abe7b4aeb1f1b6aab653ec549a56191da53e243fc7990f6c2512135ffce4288684ffd112ba9493aca7bdb6611d658a5
 SHA512 
a6b3024febb87ed66fd29e5cc841275cf59aafeb2d81cf44be0452c300217c84fb499477d080e757270d51c1d2101e5b75414d2aca16db1046031e8b7a7b454d
+DIST AusweisApp2-2.0.1.tar.gz 9123033 BLAKE2B 
86f0d9838285bc35a29611e14c4328c584ffeff5c584916960486f9b120ff7472372fdb250a7a014ecfd2e3fdf4992fb827387c6e374427ef0b178f6f455cdf7
 SHA512 
81ceeab73111cce3f72a89584dedd78436190fca47d6901eb7d9a15775df06ce0dac12ff3cc52c38c82cd316d50ffaae6b2d7a8c85d9fb7e6ead58850b5ea535



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2023-12-23 Thread Conrad Kostecki
commit: 5827296ef875d9a6f3edf54fb6097fc868754135
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 21:34:13 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 21:51:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5827296e

app-antivirus/clamtk: add 6.17

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-antivirus/clamtk/Manifest   |   1 +
 app-antivirus/clamtk/clamtk-6.17.ebuild | 151 
 2 files changed, 152 insertions(+)

diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
index 13bf97fa2186..25c90fb39573 100644
--- a/app-antivirus/clamtk/Manifest
+++ b/app-antivirus/clamtk/Manifest
@@ -1,4 +1,5 @@
 DIST clamtk-6.16.tar.xz 287832 BLAKE2B 
b0f8a72c7ecb8766735a7280d9c493b5490c6ba74728db24c1ced93708161bfef537755218758bde81850f3d9f8e58b35bbbd46fcc22496b2debf0f0bb94a315
 SHA512 
13dd74e1b458e38ba43faf3434c06b556b85cc1c78c832c93c863d3ca67b0c66e689b0f254170f75461ccfc9a562553e2bcd76006b22ec30b7785fd781f6af0f
+DIST clamtk-6.17.tar.xz 288544 BLAKE2B 
56dce01a74e4d81e683c53dd5a040a342ec0ac3dd441f5b1bc7e288999e6ce1f104fd75e03babee4e0f6a8b487b56a1b588a614f405833813240607861875f00
 SHA512 
8dd03af9a390f19881dd3e94c2687bc2927b3a731cd6756c944ba2bf92d54cc2a78cb1f7befbb5cda9d0f258d7a457deaa1b05874a9e1194b43ae08abaef5397
 DIST clamtk-gnome-6.14.tar.xz 15156 BLAKE2B 
ed87dc8317b60a63c4f8824b0e24568ab29874d1e62ef0f4eddeb636960d9b2753b12dfb8fb6f3eb27a6fbfb18dc88b6a480b532afd0d22f20955f4023278eb8
 SHA512 
3fd798a7d8dbea0e33db09f266b6ad74b96ae5097ecc4d54e00c30c2a5f76a93cd6f2cbaa2b83dc69eb295905c09db88dc2f364592a398786e473783d1ee2c4e
 DIST clamtk-kde-0.19.tar.xz 18652 BLAKE2B 
4ecb849c9312948d493938683310904c9bbe7f4e26514d76dbfee3afdd063eec2a0aa85a638f83130c8e3ff41cfabee1479885691cc484680d97d1f8fbb76f00
 SHA512 
57a99d50f171ada999723dc69c2d193e91a482533add4281c6aac96a23273b3eb5456bff6918f69c72edf1635d22be86beae4c434eb29fc3c27fb687fa716861
 DIST nemo-sendto-clamtk-0.05.tar.xz 5980 BLAKE2B 
ca5f37fb9ba9e7f7dc9dc67d52fe36f430697f200c2c91f4d912b068f28d79bee100a85878f66414012728e979073a0afc411e6789959a35bd468c28bf207618
 SHA512 
4cb2d32711da47c959be84d69654ea0ab0bfb4f2c4a806cbc035129fd0d985a93b89d51c5874de272f2a2841c66702c8867178f5af41505e698c8e37e3c74da9

diff --git a/app-antivirus/clamtk/clamtk-6.17.ebuild 
b/app-antivirus/clamtk/clamtk-6.17.ebuild
new file mode 100644
index ..7279bbba3ac1
--- /dev/null
+++ b/app-antivirus/clamtk/clamtk-6.17.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit desktop perl-functions python-single-r1 xdg-utils
+
+MY_PV_KDE="0.19"
+MY_PV_NAUTILUS="6.14"
+MY_PV_NEMO="0.05"
+MY_PV_THUNAR="0.07"
+
+DESCRIPTION="A graphical front-end for ClamAV"
+HOMEPAGE="https://gitlab.com/dave_m/clamtk/wikis/Home;
+SRC_URI="
+   
https://github.com/dave-theunsub/${PN}/releases/download/v${PV}/${P}.tar.xz
+   kde? ( 
https://github.com/dave-theunsub/${PN}-kde/releases/download/v${MY_PV_KDE}/${PN}-kde-${MY_PV_KDE}.tar.xz
 )
+   nautilus? ( 
https://github.com/dave-theunsub/${PN}-gnome/releases/download/v${MY_PV_NAUTILUS}/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz
 )
+   nemo? ( 
https://github.com/dave-theunsub/nemo-sendto-${PN}/releases/download/v${MY_PV_NEMO}/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz
 )
+   thunar? ( 
https://github.com/dave-theunsub/thunar-sendto-${PN}/releases/download/v${MY_PV_THUNAR}/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz
 )
+"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="kde nautilus nemo +nls thunar"
+REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   app-antivirus/clamav
+   dev-perl/File-chdir
+   dev-perl/Gtk3
+   dev-perl/JSON
+   dev-perl/LWP-Protocol-https
+   dev-perl/LWP-UserAgent-Cached
+   dev-perl/Locale-gettext
+   dev-perl/Text-CSV
+   dev-perl/glib-perl
+   dev-perl/libwww-perl
+   virtual/perl-Digest-MD5
+   virtual/perl-Digest-SHA
+   virtual/perl-Encode
+   virtual/perl-MIME-Base64
+   virtual/perl-Time-Piece
+   nautilus? (
+   ${PYTHON_DEPS}
+   dev-python/nautilus-python[${PYTHON_SINGLE_USEDEP}]
+   )
+"
+
+BDEPEND="nls? ( sys-devel/gettext )"
+
+DOCS=( "CHANGES" "credits.md" "DISCLAIMER.md" "README.md" )
+
+pkg_setup() {
+   use nautilus && python-single-r1_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   unpack "${S}"/clamtk.1.gz
+
+   use kde && unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz
+   use nautilus && unpack 
"${S}"/../clamtk-gnome-${MY_PV_NAUTILUS}/clamtk-gnome.1.gz
+   use nemo && unpack 
"${S}"/../nemo-sendto-clamtk-${MY_PV_NEMO}/nemo-sendto-clamtk.1.gz
+   use thunar && unpack 
"${S}"/../thunar-sendto-clamtk-${MY_PV_THUNAR}/thunar-sendto-clamtk.1.gz
+}
+
+src_install() {
+   dobin 

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

2023-12-23 Thread Conrad Kostecki
commit: 51b98c132c5f8752705469d54fcd38a5ed21d407
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 21:30:33 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 21:51:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b98c13

app-text/aspell: add 0.60.8.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/aspell/Manifest   |   1 +
 app-text/aspell/aspell-0.60.8.1.ebuild | 112 +
 2 files changed, 113 insertions(+)

diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index 6fa52b539146..3afb8f37a033 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -1 +1,2 @@
+DIST aspell-0.60.8.1.tar.gz 3567205 BLAKE2B 
b7e2045658d9553beef9a7fb69264fdd5be22b5b8abce93baf08111ca5bb3e0bfedb9f351d0e4cde9d41e20960b584d8f02c0df02268cf282c925edc8ffbab8d
 SHA512 
80fa9d7f5f4b8bf66388825ae28403713a2e3eda81fc31f2f452c3e2fe8349cd0fa8f0e4d0d3f8cffe215817229af25aa7be2dba358cb9cdc97e9d2834ba5ca7
 DIST aspell-0.60.8.tar.gz 3486448 BLAKE2B 
a72e70af65749059a576740377f93b20ab283f73fa7919894f6af189b5aa73581fa0410800851c9396e7d13f4cbc2f7edc23c53d46874d0389ffdb2432ff08c2
 SHA512 
8ef4952c553b6234dfe777240d2d97beb13ef9201e18d56bee3b5068d13525db3625b7130d9f5122f7c529da0ccb0c70eb852a81472a7d15fb7c4ee5ba21cd29

diff --git a/app-text/aspell/aspell-0.60.8.1.ebuild 
b/app-text/aspell/aspell-0.60.8.1.ebuild
new file mode 100644
index ..57fd9b0641e0
--- /dev/null
+++ b/app-text/aspell/aspell-0.60.8.1.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic libtool
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Free and Open Source spell checker designed to replace Ispell"
+HOMEPAGE="http://aspell.net/;
+SRC_URI="mirror://gnu/aspell/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="nls unicode"
+
+# All available language app-dicts/aspell-* packages.
+LANGUAGES=( af am ar ast az be bg bn br ca cs csb cy da de de-1901 el en eo es 
et fa
+   fi fo fr fy ga gd gl grc gu gv he hi hil hr hsb hu hus hy ia id is it 
kn ku
+   ky la lt lv mg mi mk ml mn mr ms mt nb nds nl nn no ny or pa pl pt-PT 
pt-BR
+   qu ro ru rw sc sk sl sr sv sw ta te tet tk tl tn tr uk uz vi wa yi zu
+)
+
+for LANG in ${LANGUAGES[@]}; do
+   IUSE+=" l10n_${LANG}"
+
+   case ${LANG} in
+   de-1901)
+   DICT="de-alt"
+   ;;
+   pt-BR)
+   DICT="pt-br"
+   ;;
+   pt-PT)
+   DICT="pt"
+   ;;
+   *)
+   DICT="${LANG}"
+   ;;
+   esac
+
+   PDEPEND+=" l10n_${LANG}? ( app-dicts/aspell-${DICT} )"
+done
+unset DICT LANG LANGUAGES
+
+RDEPEND="
+   sys-libs/ncurses:=[unicode(+)?]
+   nls? ( virtual/libintl )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+HTML_DOCS=( manual/aspell{,-dev}.html )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.60.5-nls.patch"
+   "${FILESDIR}/${PN}-0.60.5-solaris.patch"
+   "${FILESDIR}/${PN}-0.60.6-darwin-bundles.patch"
+   "${FILESDIR}/${PN}-0.60.6.1-clang.patch"
+   "${FILESDIR}/${PN}-0.60.6.1-unicode.patch"
+)
+
+src_prepare() {
+   default
+
+   rm m4/lt* m4/libtool.m4 || die
+   eautoreconf
+   elibtoolize --reverse-deps
+
+   # Parallel install of libtool libraries doesn't always work.
+   # https://lists.gnu.org/archive/html/libtool/2011-03/msg3.html
+   # This has to be after automake has run so that we don't clobber
+   # the default target that automake creates for us.
+   echo 'install-filterLTLIBRARIES: install-libLTLIBRARIES' >> Makefile.in 
|| die
+
+   # The unicode patch breaks on Darwin as NCURSES_WIDECHAR won't get set 
any more.
+   [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-musl* ]] && use unicode 
&& append-cppflags -DNCURSES_WIDECHAR=1
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-static
+   $(use_enable nls)
+   $(use_enable unicode)
+   --sysconfdir="${EPREFIX}"/etc/aspell
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   docinto examples
+   dodoc "${S}"/examples/*.c
+
+   # Install Aspell/Ispell compatibility scripts.
+   newbin scripts/ispell ispell-aspell
+   newbin scripts/spell spell-aspell
+
+   # As static build has been disabled,
+   # all .la files can be deleted unconditionally.
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2023-12-23 Thread Conrad Kostecki
commit: d9c415e4a70dee238ef88b095af6bdf1b4e68233
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 21:35:33 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 21:51:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c415e4

games-server/bedrock-server: add 1.20.51.01, drop 1.20.50.03

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-server/bedrock-server/Manifest| 2 +-
 ...edrock-server-1.20.50.03.ebuild => bedrock-server-1.20.51.01.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index 1ea32db741ac..ccaebcaf81b6 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1 +1 @@
-DIST bedrock-server-1.20.50.03.zip 121565891 BLAKE2B 
f7ab200cccb81b8f655c8e191ebacdb53a6e3d183399a8010582e241d51f29a97cd17a5c11023cf8194bf9eccc351a7737c3e00f9974b746e7c0cb66d0519deb
 SHA512 
59fbf9543bfedea8bee954985a74306964c3d98e86836d000d4061881f9f3ec2bd1d3012c53647b5bacf8cb68cf0b325e11878c370b87a1555c0797761d80f0f
+DIST bedrock-server-1.20.51.01.zip 121562366 BLAKE2B 
3c791124d2b6e31c416a28b4a8dbf87f818ddfacd9b0c96c71467ff83635ead530d6fb436cd25665f746e952ec9de080dd0398b89c2ef1404a86258dc4323ff8
 SHA512 
521f7da979a6eb236f42291b89c602aa9aa6fd50a33e52b954de012ca2511bcb40fbfbcf14821c1007c694ca6c98b370114e632abc60da210c034ce2500c4338

diff --git a/games-server/bedrock-server/bedrock-server-1.20.50.03.ebuild 
b/games-server/bedrock-server/bedrock-server-1.20.51.01.ebuild
similarity index 100%
rename from games-server/bedrock-server/bedrock-server-1.20.50.03.ebuild
rename to games-server/bedrock-server/bedrock-server-1.20.51.01.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/

2023-12-23 Thread Conrad Kostecki
commit: 83c446b60320aac227b1f0529e9a683f5dbc42ac
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 23 21:38:20 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 23 21:51:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c446b6

net-dns/ddclient: add 3.11.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-dns/ddclient/Manifest   |  1 +
 net-dns/ddclient/ddclient-3.11.2.ebuild | 89 +
 2 files changed, 90 insertions(+)

diff --git a/net-dns/ddclient/Manifest b/net-dns/ddclient/Manifest
index 55ffa7c14492..d85a27e87164 100644
--- a/net-dns/ddclient/Manifest
+++ b/net-dns/ddclient/Manifest
@@ -1,2 +1,3 @@
 DIST ddclient-3.10.0.tar.gz 275494 BLAKE2B 
abb2d313ae7c459305916b47f7c6e28a6a1ac9ce141b7e1ba64cb4b646191eff17cb0a89e2ee14a9e406cf0e5d319b2c144874a050679528c9b085a5f239a6aa
 SHA512 
4740a96813e47e7989d61253ac8a69c6e0f70dd3c61a05227b03d973d9a024d17d6a31c16d633ade48a3fc58f0c79b8a0da8a4ec3369d852a2417e86e9971a05
 DIST ddclient-3.11.1.tar.gz 277452 BLAKE2B 
f496443b972cfed0623eae3a4056b4315cc085e3358189f0846bedaeda53912ec43949da5c4505cc749bf0dea247702e5c2415f06b27dc6549739833a39c8365
 SHA512 
e823ce54f94e268d62c52e2e13f32e5549b0f91721c876e0bfde2f948ac60d6346fb633b96eda410174c9f039c9c67034efdec7826f249f85c5890e33b3279b0
+DIST ddclient-3.11.2.tar.gz 278314 BLAKE2B 
5e60d8ab0889fbfe03cf182faf025b84faa6a5c278d0c0c1fd45c0bab88828bc3ebacdadac44d1cbd71202f1eff79a7ae0ffcb668992ad54f71e36f8c2f74333
 SHA512 
b0d275f5ccc36cd8b532b6176de885696ff189dbdffa71bc63e9fa6db2aaf4ab5ff3290c251e318f05b2163c546dcc785eb3582388d9fb70e8439e35e5cbcd7f

diff --git a/net-dns/ddclient/ddclient-3.11.2.ebuild 
b/net-dns/ddclient/ddclient-3.11.2.ebuild
new file mode 100644
index ..92d30aafbd66
--- /dev/null
+++ b/net-dns/ddclient/ddclient-3.11.2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools optfeature systemd tmpfiles
+
+DESCRIPTION="Perl client used to update dynamic DNS entries"
+HOMEPAGE="https://ddclient.net/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="examples selinux test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   acct-group/ddclient
+   acct-user/ddclient
+   dev-lang/perl
+   net-misc/curl
+   dev-perl/Digest-SHA1
+   virtual/perl-Digest-SHA
+   virtual/perl-JSON-PP
+   selinux? ( sec-policy/selinux-ddclient )
+"
+
+BDEPEND="
+   test? (
+   dev-perl/HTTP-Daemon
+   dev-perl/HTTP-Daemon-SSL
+   dev-perl/Plack
+   dev-perl/Test-MockModule
+   dev-perl/Test-Warnings
+   )
+"
+
+src_prepare() {
+   default
+
+   # Remove PID setting, to reliably setup the environment for the init 
script
+   sed -e '/^pid/d' -i ddclient.conf.in || die
+
+   # Disable 'get_ip_from_if.pl' test, as it fails with network-sandbox
+   # Don't create cache directory, as it's created by init script / 
tmpfiles
+   sed -e '/get_ip_from_if.pl/d' -e '/MKDIR_P/d' -i Makefile.am || die
+
+   # Remove windows executable
+   if use examples; then
+   rm sample-etc_dhcpc_dhcpcd-eth0.exe || die
+   fi
+
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/ddclient.initd-r7 ddclient
+   systemd_newunit "${FILESDIR}"/ddclient.service-r2 ddclient.service
+   newtmpfiles "${FILESDIR}"/ddclient.tmpfiles-r1 ddclient.conf
+
+   if use examples; then
+   docinto examples
+   dodoc sample-*
+   fi
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   if [[ ${REPLACING_VERSIONS} ]]; then
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "${v}" -lt 3.10.0; then
+   if [ -f "${EROOT}/etc/ddclient/ddclient.conf" 
]; then
+   cp /etc/ddclient/ddclient.conf 
/etc/ddclient.conf || die
+   ewarn "Your DDClient configuration has 
been copied from"
+   ewarn "'/etc/ddclient/ddclient.conf' to 
'/etc/ddclient.conf'."
+   ewarn "Please check your configuration."
+   fi
+   break
+   fi
+   done
+   fi
+
+   optfeature "using iproute2 instead if ifconfig." sys-apps/iproute2
+   tmpfiles_process ddclient.conf
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg-chromium/files/, media-video/ffmpeg-chromium/

2023-12-23 Thread James Le Cuirot
commit: 7e1da0f34edf3491b3ea3767f632147347d4fec3
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 23 21:35:25 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 23 21:48:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1da0f3

media-video/ffmpeg-chromium: Drop old 114

Signed-off-by: James Le Cuirot  gentoo.org>

 media-video/ffmpeg-chromium/Manifest   |   1 -
 .../ffmpeg-chromium/ffmpeg-chromium-114-r1.ebuild  | 235 -
 .../files/ffmpeg-chromium-100.patch|  27 ---
 .../files/ffmpeg-chromium-binutils-2.41.patch  |  77 ---
 4 files changed, 340 deletions(-)

diff --git a/media-video/ffmpeg-chromium/Manifest 
b/media-video/ffmpeg-chromium/Manifest
index 5c98ac2cff30..3798d6bde713 100644
--- a/media-video/ffmpeg-chromium/Manifest
+++ b/media-video/ffmpeg-chromium/Manifest
@@ -1,2 +1 @@
-DIST ffmpeg-chromium-114.tar.xz 9934024 BLAKE2B 
cc11bd00bcf6bef5f946a16f1544881c71503207ba3c6ec57cdc37124ea562366dced2e029f31e57a6f78ec7073412ac0b8ec470d14975a3cc40fad2e96ec5df
 SHA512 
1b1743664d58f5b92971d113ea441604e0b46f28b22df1b02ab0431b8e884789fb6d81b4f50ff1526f716381abcc63e1b336d23edd9ea28abe8b3526fba08ce9
 DIST ffmpeg-chromium-120.tar.xz 10096036 BLAKE2B 
8f24dfed854c713df369e6ef15bc773a3166fdf6eb8c90bcb1d1b7aca0702df7615bc323432a40b5d213352945fa49acf8e864df2caa358764b5068a75f3
 SHA512 
0e0bfb44225981f91edceeb6f302592a7e108da49c5e6503b43f0e12b91d84dece908efe5e548bb31ccab49c5fba5a8365f5f0793bbf1450d35bfd836f8a3e9b

diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-114-r1.ebuild 
b/media-video/ffmpeg-chromium/ffmpeg-chromium-114-r1.ebuild
deleted file mode 100644
index af6f8a58ab78..
--- a/media-video/ffmpeg-chromium/ffmpeg-chromium-114-r1.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-COMMIT="842ef367665edee29efa2b09f7298fa5ecabe8b5"
-DESCRIPTION="FFmpeg built specifically for codec support in Chromium-based 
browsers"
-HOMEPAGE="https://ffmpeg.org/;
-SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}.tar.xz;
-
-SLOT="${PV}"
-LICENSE="
-   !gpl? ( LGPL-2.1 )
-   gpl? ( GPL-2 )
-"
-
-KEYWORDS="amd64 ~arm ~arm64"
-
-# Options to use as use_enable in the foo[:bar] form.
-# This will feed configure with $(use_enable foo bar)
-# or $(use_enable foo foo) if no :bar is set.
-# foo is added to IUSE.
-FFMPEG_FLAG_MAP=(
-   cpudetection:runtime-cpudetect debug
-   +gpl
-   vaapi vdpau vulkan
-   # decoders
-   mmal
-   nvenc:ffnvcodec
-   # Threads; we only support pthread for now but ffmpeg supports 
more
-   +threads:pthreads
-)
-
-IUSE="
-   ${FFMPEG_FLAG_MAP[@]%:*}
-"
-
-# Strings for CPU features in the useflag[:configure_option] form
-# if :configure_option isn't set, it will use 'useflag' as configure option
-ARM_CPU_FEATURES=(
-   cpu_flags_arm_thumb:armv5te
-   cpu_flags_arm_v6:armv6
-   cpu_flags_arm_thumb2:armv6t2
-   cpu_flags_arm_neon:neon
-   cpu_flags_arm_vfp:vfp
-   cpu_flags_arm_vfpv3:vfpv3
-   cpu_flags_arm_v8:armv8
-)
-ARM_CPU_REQUIRED_USE="
-   arm64? ( cpu_flags_arm_v8 )
-   cpu_flags_arm_v8? (  cpu_flags_arm_vfpv3 cpu_flags_arm_neon )
-   cpu_flags_arm_neon? ( cpu_flags_arm_thumb2 cpu_flags_arm_vfp )
-   cpu_flags_arm_vfpv3? ( cpu_flags_arm_vfp )
-   cpu_flags_arm_thumb2? ( cpu_flags_arm_v6 )
-   cpu_flags_arm_v6? ( cpu_flags_arm_thumb )
-"
-X86_CPU_FEATURES_RAW=( 3dnow:amd3dnow 3dnowext:amd3dnowext aes:aesni avx:avx 
avx2:avx2 fma3:fma3 fma4:fma4 mmx:mmx mmxext:mmxext sse:sse sse2:sse2 sse3:sse3 
ssse3:ssse3 sse4_1:sse4 sse4_2:sse42 xop:xop )
-X86_CPU_FEATURES=( ${X86_CPU_FEATURES_RAW[@]/#/cpu_flags_x86_} )
-X86_CPU_REQUIRED_USE="
-   cpu_flags_x86_avx2? ( cpu_flags_x86_avx )
-   cpu_flags_x86_fma4? ( cpu_flags_x86_avx )
-   cpu_flags_x86_fma3? ( cpu_flags_x86_avx )
-   cpu_flags_x86_xop?  ( cpu_flags_x86_avx )
-   cpu_flags_x86_avx?  ( cpu_flags_x86_sse4_2 )
-   cpu_flags_x86_aes? ( cpu_flags_x86_sse4_2 )
-   cpu_flags_x86_sse4_2?  ( cpu_flags_x86_sse4_1 )
-   cpu_flags_x86_sse4_1?  ( cpu_flags_x86_ssse3 )
-   cpu_flags_x86_ssse3?  ( cpu_flags_x86_sse3 )
-   cpu_flags_x86_sse3?  ( cpu_flags_x86_sse2 )
-   cpu_flags_x86_sse2?  ( cpu_flags_x86_sse )
-   cpu_flags_x86_sse?  ( cpu_flags_x86_mmxext )
-   cpu_flags_x86_mmxext?  ( cpu_flags_x86_mmx )
-   cpu_flags_x86_3dnowext?  ( cpu_flags_x86_3dnow )
-   cpu_flags_x86_3dnow?  ( cpu_flags_x86_mmx )
-"
-
-CPU_FEATURES_MAP=(
-   ${ARM_CPU_FEATURES[@]}
-   ${X86_CPU_FEATURES[@]}
-)
-IUSE="${IUSE}
-   ${CPU_FEATURES_MAP[@]%:*}"
-
-CPU_REQUIRED_USE="
-   ${ARM_CPU_REQUIRED_USE}
-   ${X86_CPU_REQUIRED_USE}
-"
-
-RDEPEND="
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2023-12-23 Thread James Le Cuirot
commit: c430cf64552cb8a006d151aea3e2024dcc50d98c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 23 21:37:15 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 23 21:48:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c430cf64

www-client/vivaldi-snapshot: Add version 6.5.3222.3

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-6.5.3222.3.ebuild | 224 +
 2 files changed, 227 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 2e4b73e8558c..4e3ea71feba1 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_6.5.3206.33-1_armhf.deb 102263852 BLAKE2B 
c6aa16c576f058d1
 DIST vivaldi-snapshot_6.5.3206.38-1_amd64.deb 106955180 BLAKE2B 
7d2e4a68e0f7228bdbc6ecf1991d979a47e497ef14b62aa63d70bc53d27f99c727e20f6d124ca6f690df0fe26497a5e2b0a92f551d2c5bc6e1711abddecbdf9f
 SHA512 
5b378cc96f1b3cf481d94e6bc9f192a4244cbb6e99832f19bfc3f31f04fd4ba978fd35d62cf9737578e9947a2a823b0f16e960d3bd2be097b58c932b5c07db38
 DIST vivaldi-snapshot_6.5.3206.38-1_arm64.deb 100829516 BLAKE2B 
d3c2370cc3b3082e379615912f8752b429ef603608b9b959c41756acbbbd60efc1d60d4ae95a1b1ac20a1a90abf515538dd6606c14ddf93dc09807f6372b8c5f
 SHA512 
ac301d5062b9896a100b45ad6c5f8a84ed34e6d56937141466014a26a905eea5ecae3c95adb92d7c195a4eb0e9b16e8f965825e07a4b23c59e687073b3beb126
 DIST vivaldi-snapshot_6.5.3206.38-1_armhf.deb 102255704 BLAKE2B 
c1c345dfa6310a44e6f43d38193ee4cca9ce81d1125acdabdc0f584f8adf47c682f3d6e5f980e380a5be4a3aed83ba3383e1587b083fc684d9259822b1ec20db
 SHA512 
1dad43933e91148b0e81a28df8f3b8ec0377a7c1fffc5fab36de38a3bd446feb2189e9aaa53ff5da7c61b4cfec45336be3acdd2b760655e06adb52d487532bca
+DIST vivaldi-snapshot_6.5.3222.3-1_amd64.deb 106943152 BLAKE2B 
402dd0f90c4605794e9328d70431afe69d8558f8fccb5cf64bc1e10be286775e74744f1088117cdcc3d11f3e353371762a6ac8b1f98a0080729517811ad669da
 SHA512 
94e89d34b575241055c24a2a5e98223bd0f8b1a4f5aa446a216396ca1bbf3ff9dce9c18e493edf33ee2962659fb3453c20bd4965645dc6ba15b49168c88d9983
+DIST vivaldi-snapshot_6.5.3222.3-1_arm64.deb 100866008 BLAKE2B 
2be78ea1b91ecafe43ca0203f81f9268ead10c230d044d05aaa2e90b67755e99066d5a2bed824e832db7cb63c670fadbf64ad233a182f908d988cab882531a69
 SHA512 
a9cb3b3e013f6ffab1c69543b5dd2b54a901d0c71cc133289f96db398ee68013b20e9a78a3843ce1b1780201fb0cf9b2808b9e4ff09a17dd7d55f0963c1a
+DIST vivaldi-snapshot_6.5.3222.3-1_armhf.deb 102273384 BLAKE2B 
8887387e266a2323cad5d409cba0871c42c31c831f1a1a518737fdd3378d1d27e91fe8602ffa1cc03a0a842241b209ece3f04573dc4198adfe98384f325a153a
 SHA512 
2ee4eccec6ea6cedce2e71d75fb2cfb14cebce6c6b6167e00f26cb62061e186b3142974be2c01ad4ad5d2c48ef09aef7e39da781c791f966f6c4ff1a0bfe7880

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.5.3222.3.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.5.3222.3.ebuild
new file mode 100644
index ..1cb4e268a82f
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.5.3222.3.ebuild
@@ -0,0 +1,224 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="120"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   ca-valencia
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   ur
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop linux-info unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
+
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+IUSE="ffmpeg-chromium gtk proprietary-codecs qt5 widevine"
+RESTRICT="bindist mirror"
+REQUIRED_USE="ffmpeg-chromium? ( 

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2023-12-23 Thread James Le Cuirot
commit: 1a12c287050c5cbef1b9ba7d26c86b0e517d31df
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 23 21:38:22 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 23 21:48:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a12c287

www-client/vivaldi-snapshot: Drop old 6.5.3206.33

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-6.5.3206.33.ebuild| 224 -
 2 files changed, 227 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 4e3ea71feba1..cf8c70f577e7 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_6.5.3206.33-1_amd64.deb 106764976 BLAKE2B 
6e729b11894a84f3c97e98a442bc34372c1ccf1e8a7fffa1b5e49ca274db7622fb89f3ff447a011a9ef2a8c2fb7eddc434acd083c1dead5420c685a57320f1ff
 SHA512 
dd803247dc42c2fb3de96c4db09e40f5f7ac11a52b01c2daa151cdeb1d8aa6946f9990c6f262825147bdfc7ed563d51b62e54e413d17108210c80f090d9b
-DIST vivaldi-snapshot_6.5.3206.33-1_arm64.deb 100813748 BLAKE2B 
7bbe0545412af9db0f9d0a675e58f93d440dfd916381c7a9fc33c4107ed1568c6d1de11fa030e01c5542626aa24077893e33f65e9fa5209dbd2da1f6cea2c7d5
 SHA512 
3f3bd53ac3dc32c0187fb757f3c6eee898d93195f18b044d182b74995d09dcd0fb36f75cd5d145c1ed80ad90ab7d115a5911ec17691e2ae98b23850528844b10
-DIST vivaldi-snapshot_6.5.3206.33-1_armhf.deb 102263852 BLAKE2B 
c6aa16c576f058d14beb555ee877a7a36b4b184fe47e499a29202ad2f4d94aa7d717d03c25a56c7ef6c1b368cf728d1b2db1a4e66b4b8f4ecc02f670032e6eee
 SHA512 
36933762994acd7ef3a898256e9a94ccd833cbb5012dc3b405199e3bb9511de8321a9bf3b1f8b6cf6493dd857dc5016628bf007df66ada3c1dc396ee68755116
 DIST vivaldi-snapshot_6.5.3206.38-1_amd64.deb 106955180 BLAKE2B 
7d2e4a68e0f7228bdbc6ecf1991d979a47e497ef14b62aa63d70bc53d27f99c727e20f6d124ca6f690df0fe26497a5e2b0a92f551d2c5bc6e1711abddecbdf9f
 SHA512 
5b378cc96f1b3cf481d94e6bc9f192a4244cbb6e99832f19bfc3f31f04fd4ba978fd35d62cf9737578e9947a2a823b0f16e960d3bd2be097b58c932b5c07db38
 DIST vivaldi-snapshot_6.5.3206.38-1_arm64.deb 100829516 BLAKE2B 
d3c2370cc3b3082e379615912f8752b429ef603608b9b959c41756acbbbd60efc1d60d4ae95a1b1ac20a1a90abf515538dd6606c14ddf93dc09807f6372b8c5f
 SHA512 
ac301d5062b9896a100b45ad6c5f8a84ed34e6d56937141466014a26a905eea5ecae3c95adb92d7c195a4eb0e9b16e8f965825e07a4b23c59e687073b3beb126
 DIST vivaldi-snapshot_6.5.3206.38-1_armhf.deb 102255704 BLAKE2B 
c1c345dfa6310a44e6f43d38193ee4cca9ce81d1125acdabdc0f584f8adf47c682f3d6e5f980e380a5be4a3aed83ba3383e1587b083fc684d9259822b1ec20db
 SHA512 
1dad43933e91148b0e81a28df8f3b8ec0377a7c1fffc5fab36de38a3bd446feb2189e9aaa53ff5da7c61b4cfec45336be3acdd2b760655e06adb52d487532bca

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.5.3206.33.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.5.3206.33.ebuild
deleted file mode 100644
index 1cb4e268a82f..
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.5.3206.33.ebuild
+++ /dev/null
@@ -1,224 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="120"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   ca-valencia
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   ur
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop linux-info unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
-
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="ffmpeg-chromium gtk proprietary-codecs qt5 widevine"
-RESTRICT="bindist mirror"
-REQUIRED_USE="ffmpeg-chromium? ( proprietary-codecs )"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2

  1   2   3   4   >