[gentoo-commits] proj/apache:master commit in: 2.4/patches/

2023-10-10 Thread Hans de Graaff
commit: 25a1eaafc964ef2e29cc663292a0bcddab7f43e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:48:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:54:04 2023 +
URL:https://gitweb.gentoo.org/proj/apache.git/commit/?id=25a1eaaf

Drop 2.4 libtool patch

Bug: https://bugs.gentoo.org/860081
Signed-off-by: Hans de Graaff  gentoo.org>

 2.4/patches/05_libtool.patch | 21 -
 1 file changed, 21 deletions(-)

diff --git a/2.4/patches/05_libtool.patch b/2.4/patches/05_libtool.patch
deleted file mode 100644
index a0d55d8..000
--- a/2.4/patches/05_libtool.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Bug: https://bugs.gentoo.org/858836
-
-From: orbea 
-Date: Tue, 19 Jul 2022 07:46:36 -0700
-Subject: [PATCH] build: Fix the build with slibtool
-
-Adding LT_INIT to configure.in generates the libtool script in the build
-directory which is required by rlibtool to determine if the build is
-shared or static.
-
 a/configure.in
-+++ b/configure.in
-@@ -398,7 +398,7 @@ AC_PATH_PROG(RSYNC, rsync)
- AC_PATH_PROG(SVN, svn)
- AC_PROG_AWK
- AC_PROG_LN_S
--AC_CHECK_TOOL(RANLIB, ranlib, true)
-+LT_INIT
- dnl AC_PATH_PROG(PERL_PATH, perl)
- AC_CHECK_PROGS(LYNX_PATH,[lynx links elinks], [lynx])
- 



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2023-10-10 Thread Hans de Graaff
commit: 720178b72842ac243563e48541ae2e29aebd8af7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:52:27 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:52:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720178b7

www-servers/apache: drop libtool patch

The libtool patch we applied was causing issues for some modules.

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

 www-servers/apache/Manifest|   1 +
 www-servers/apache/apache-2.4.57-r5.ebuild | 256 +
 2 files changed, 257 insertions(+)

diff --git a/www-servers/apache/Manifest b/www-servers/apache/Manifest
index 4cafb7780669..15b5ce8acf95 100644
--- a/www-servers/apache/Manifest
+++ b/www-servers/apache/Manifest
@@ -1,4 +1,5 @@
 DIST gentoo-apache-2.4.46-r6-20210212.tar.bz2 25854 BLAKE2B 
001f16c1beac8c90fd407bb2f77417f886296baf02acf0f6d81dc0f10c209270db7005f58d845d309dec8332773556da88db41a57c6ecc86f24b8a5141ba07d0
 SHA512 
976dde952277542efca70831b67da32b8bf636a346adeeb6e0bc5a65b3543a7ca4fb182bc01204f747b583dd753607d184d91ef46a93d5e2f3ab55ed787860a2
 DIST gentoo-apache-2.4.57-r2-20230903.tar.bz2 25595 BLAKE2B 
030d7624293b85d35c02b317e78e0ac8736cfd9b4116b66727262bfd1003e28e604010526a766f0b5fa2bf359e5cfe0e6eee6ffbea05eeb41e51772913692d85
 SHA512 
334304d4d35e5d9e39b58af4594e3f57f2e4f6f11f5944715b0dd63c92717c1255dd3e4fed96d914487a15b8faf1792914087b7240b0f23ab6d0960972013d1e
 DIST gentoo-apache-2.4.57-r3-20230903.tar.bz2 27356 BLAKE2B 
793c6a94062ea7a68acbe0b739e9b317390c16e57a8ae4cd85bd03ae1663c25050a796c199dc958c9eb7913e677698cba042b3fb0b28dc5c90c5da49c503fbba
 SHA512 
82e2c36fbc14f70f4e4b48eebe83d52082e05994d8ec095aec392adfea71f4b8abee60a320e36c188ee9b1d0113a5880b4780bdbd6230e47909ed115de0de2cb
+DIST gentoo-apache-2.4.57-r5-20231011.tar.bz2 27081 BLAKE2B 
7d98c850cda8b43901b4373e36889e4e951615e2e2769baa564f44e180fba0a74f0af45d2aa552b70ac1609aa3430e240118f2656c5285d31c1dd5edad9f3b6d
 SHA512 
6c445212aaa211a9ad24599763e1d42b5f88394976f8f488175ce3ec3ea7e83b93f87d3c0c4ffc82b4a13ae575e78fba114bc5bacae9324be962eba48d3bc146
 DIST httpd-2.4.57.tar.bz2 7457022 BLAKE2B 
b33b51a741acd308ef4d4bdd2444d43eca9db68676fa67ec907eeea7384554f3f9a5608fc43dcf5819498264bbe36f176f30be9809474307642b70720036b88c
 SHA512 
4d1e0a274ee90bdfb5f38d4a7d73a7367ed1c6388e26280e640014e49abc0df03683705b88dcfe2ec2da313dda4c7b4a3b86daffa1911f58e224eba89d82d155

diff --git a/www-servers/apache/apache-2.4.57-r5.ebuild 
b/www-servers/apache/apache-2.4.57-r5.ebuild
new file mode 100644
index ..eed9c9add8b2
--- /dev/null
+++ b/www-servers/apache/apache-2.4.57-r5.ebuild
@@ -0,0 +1,256 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# latest gentoo apache files
+GENTOO_PATCHSTAMP="20231011"
+GENTOO_DEVELOPER="graaff"
+GENTOO_PATCHNAME="gentoo-apache-2.4.57-r5"
+
+# IUSE/USE_EXPAND magic
+IUSE_MPMS_FORK="prefork"
+IUSE_MPMS_THREAD="event worker"
+
+# << obsolete modules:
+# authn_default authz_default mem_cache
+# mem_cache is replaced by cache_disk
+# ?? buggy modules
+# proxy_scgi: startup error: undefined symbol "ap_proxy_release_connection", 
no fix found
+# >> added modules for reason:
+# compat: compatibility with 2.2 access control
+# authz_host: new module for access control
+# authn_core: functionality provided by authn_alias in previous versions
+# authz_core: new module, provides core authorization capabilities
+# cache_disk: replacement for mem_cache
+# lbmethod_byrequests: Split off from mod_proxy_balancer in 2.3
+# lbmethod_bytraffic: Split off from mod_proxy_balancer in 2.3
+# lbmethod_bybusyness: Split off from mod_proxy_balancer in 2.3
+# lbmethod_heartbeat: Split off from mod_proxy_balancer in 2.3
+# slotmem_shm: Slot-based shared memory provider (for lbmethod_byrequests).
+# socache_shmcb: shared object cache provider. Default config with ssl needs it
+# unixd: fixes startup error: Invalid command 'User'
+IUSE_MODULES="access_compat actions alias allowmethods asis auth_basic 
auth_digest auth_form
+authn_anon authn_core authn_dbd authn_dbm authn_file authn_socache authz_core
+authz_dbd authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex
+brotli cache cache_disk cache_socache cern_meta charset_lite cgi cgid dav 
dav_fs dav_lock
+dbd deflate dir dumpio env expires ext_filter file_cache filter headers http2
+ident imagemap include info lbmethod_byrequests lbmethod_bytraffic 
lbmethod_bybusyness
+lbmethod_heartbeat log_config log_forensic logio lua macro md mime mime_magic 
negotiation
+proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_hcheck proxy_html 
proxy_http proxy_scgi
+proxy_http2 proxy_fcgi proxy_uwsgi proxy_wstunnel rewrite ratelimit remoteip 
reqtimeout
+session session_cookie session_crypto session_dbd setenvif slotmem_shm 
socache_memcache
+socache_shmcb speling status substitute systemd tls 

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

2023-10-10 Thread Hans de Graaff
commit: 02926799d0b64b42b34daa1090411d7e998cb602
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:25:16 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02926799

dev-ruby/loofah: add 2.21.4

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.21.4.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 764c2c1fce93..e0eba7d55dac 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1 +1,2 @@
 DIST loofah-2.21.3.tar.gz 84775 BLAKE2B 
89286feb0c1345d0ba5ff61f8dad4461a43afa3624cdf33787e3371f32154bc4814914f9725b48d70f5ce89f654cbbb656ff319b2aeadbbb74f9f60db386c5eb
 SHA512 
7462bd703135bbf67dca6864169013a787cb9c16c3dc41e17ac70f8d182b9b1d2e763f719b9a52c02a6609d65f9497fe6e4b92481e95175060978009cb0aa362
+DIST loofah-2.21.4.tar.gz 85154 BLAKE2B 
34357e03d32a8c3c144a596dd5a10780c9a3c930292c1130169031a6e15a2d73d1783c60f41ef49cf0938f39c8fc7fd0f0ab3d3ca6734d88a70e0cc954b181f2
 SHA512 
900133983a8a135e7bc52527b9e73aa640df632b16a82558b7648b3d411b61dfbd8a9d14eefd9e3acdef27466156d341d26969bc5d81243d7254eea039d58e50

diff --git a/dev-ruby/loofah/loofah-2.21.4.ebuild 
b/dev-ruby/loofah/loofah-2.21.4.ebuild
new file mode 100644
index ..a17f239b0e23
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.21.4.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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.12.0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2023-10-10 Thread Hans de Graaff
commit: 7ff02a217bb6192e6c4168b0bd6d5550cdf9fe0a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:29:15 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff02a21

dev-ruby/sqlite3: add 1.6.7

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

 dev-ruby/sqlite3/Manifest |  1 +
 dev-ruby/sqlite3/sqlite3-1.6.7.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-ruby/sqlite3/Manifest b/dev-ruby/sqlite3/Manifest
index 40966a19ab9c..bb4adad965fe 100644
--- a/dev-ruby/sqlite3/Manifest
+++ b/dev-ruby/sqlite3/Manifest
@@ -4,3 +4,4 @@ DIST sqlite3-1.6.3.gem 3219968 BLAKE2B 
3243aa61993cf0e9f20b46f4e02ca88a17f204d05
 DIST sqlite3-1.6.4.gem 3248640 BLAKE2B 
95deb2f826c912948b677c33b405e6f95ac124fe61074a30217aa823eceb9b8a2fc659e8c71e37c0dab4b30371f047ae693a401644a3d7c48d5b259926b81fc9
 SHA512 
47eb7b40305450d4e4a90c2985163ed6e8b971358405a6a8a4e24f6cc959921c19fb16d987bacbc2697de4bf9d9215b4395fbeb641bf2e281b3e13d82da8eef5
 DIST sqlite3-1.6.5.gem 3249664 BLAKE2B 
22f20fffd3c005d452efd4a27b8d6a8c56e09f4078f4c44c72eb48d740c8184803de21ed9ca8d2befc636cd1510e182fd6d1a51a23bebe07b44d70e6722024dd
 SHA512 
a297cb3daf27bcc9933e7521771fa1c570a3e6850dc498659f6b61b8add5d7765ea9758c0549a8c2ded7d9e23aadb6530c1c9c494ce83263b4c4a566ac7d5437
 DIST sqlite3-1.6.6.gem 3250176 BLAKE2B 
94afd152f77118af066de36ae1269c8a18b19409b5d2940d4b5fda926b49b9a7599442bd4b8ff060fcacfaff09e55375ec50d4616e99a8e884a410dfdaeb1420
 SHA512 
5679ea1ef4a8a54c6f60e53403e9d0e1b00e718593058b4532dbc4240ba4a52a36c17e8dd5908402c8fd944b7cc4642c1bdfe648fc4b86da0677512340736525
+DIST sqlite3-1.6.7.gem 3249664 BLAKE2B 
021edaa3d1a9d4cd8eeaaf3354e6e5aab047d8e61abbd5416ae50b2a7e426e5a6c1a484bc9f0c47a838b006b37eb3b41d7c51c200851f9d7bf0525b9dc91b597
 SHA512 
83455e533bbe84c71045b28ec6262b50804e774f3de4811e123cdb780ea4989227c01a8b6939179813ae3b59e1261e2d694830cc10ca05e7789dc635ff4d9b97

diff --git a/dev-ruby/sqlite3/sqlite3-1.6.7.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.6.7.ebuild
new file mode 100644
index ..f00272bb3e7c
--- /dev/null
+++ b/dev-ruby/sqlite3/sqlite3-1.6.7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_DOC="faq"
+RUBY_FAKEGEM_DOCDIR="doc faq"
+RUBY_FAKEGEM_EXTRADOC="API_CHANGES.md README.md ChangeLog.cvs CHANGELOG.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/sqlite3/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/sqlite3
+
+inherit ruby-fakegem
+
+DESCRIPTION="An extension library to access a SQLite database from Ruby"
+HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby;
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="0"
+IUSE=""
+
+# We track the bundled sqlite version here
+RDEPEND+=" >=dev-db/sqlite-3.43.2:3"
+DEPEND+=" >=dev-db/sqlite-3.43.2:3"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/rdoc dev-ruby/redcloth )
+   test? ( dev-ruby/minitest:5 )
+"
+
+all_ruby_prepare() {
+   sed -i -e 's/enable_config("system-libraries")/true/' 
ext/sqlite3/extconf.rb || die
+
+   # Remove the runtime dependency on mini_portile2. We build without
+   # it and it is not a runtime dependency for us.
+   sed -i -e '/^dependencies:/,/force_ruby_platform/d' ../metadata || die
+}
+
+all_ruby_compile() {
+   all_fakegem_compile
+
+   if use doc; then
+   rdoc --title "${P} Documentation" -o doc --main README.rdoc lib 
*.rdoc ext/*/*.c || die
+   rm -f doc/js/*.gz || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+}



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

2023-10-10 Thread Hans de Graaff
commit: 14f0e155a6fc7413e9615258802097c013781736
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:29:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f0e155

dev-ruby/sqlite3: drop 1.6.1, 1.6.3

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

 dev-ruby/sqlite3/Manifest |  1 -
 dev-ruby/sqlite3/sqlite3-1.6.1.ebuild | 48 --
 dev-ruby/sqlite3/sqlite3-1.6.3.ebuild | 49 ---
 3 files changed, 98 deletions(-)

diff --git a/dev-ruby/sqlite3/Manifest b/dev-ruby/sqlite3/Manifest
index bb4adad965fe..e71f0fc11cb3 100644
--- a/dev-ruby/sqlite3/Manifest
+++ b/dev-ruby/sqlite3/Manifest
@@ -1,5 +1,4 @@
 DIST sqlite3-1.4.4.gem 71168 BLAKE2B 
f49d055b0d040f12b00abaf5c3a245b4e018445f41d496ae0d27426970f208b066bdd5a1b562a8fbb575397bac132384111fa59d6079dd6f384a6b1d90d272b8
 SHA512 
48753652d2aec201dfeac37f284bfdbc1b39c208c4ef605a2b7073a8a56cf5edf2021a889d98e0939cc0fbc476ccfda1aa01a0d8848a6129cab3af68761fcf38
-DIST sqlite3-1.6.1.gem 3194368 BLAKE2B 
f06fc82454730ad136c0824258d4f0fba75d2e2e2aa160f3e2b928d128f0649292a42bacac19330d485695db7c833b3ab7396833ada427bbf35cc90120f54a78
 SHA512 
e0e25dd5b5d98cd1e8e1e7721d300ddb75138d68e9fd3d1a062d6eb1ee7ce580cf15585f086123027f11bd7325f41eba44e5a4bf20500ce14c0cd8d191577a79
 DIST sqlite3-1.6.3.gem 3219968 BLAKE2B 
3243aa61993cf0e9f20b46f4e02ca88a17f204d05815cd7661910e39034a7a83822943db643d8ae2dee758b6e78063f6201446a91c9552f518da5eb1edf6f3c7
 SHA512 
017fc5b5e4a7955da84e105a13213e702d16a1489371748c3a9170f92e9af3a8ed458c3867e13a17bf7fa30baf026e2efc8cd548b5695cad5397323ea6a71112
 DIST sqlite3-1.6.4.gem 3248640 BLAKE2B 
95deb2f826c912948b677c33b405e6f95ac124fe61074a30217aa823eceb9b8a2fc659e8c71e37c0dab4b30371f047ae693a401644a3d7c48d5b259926b81fc9
 SHA512 
47eb7b40305450d4e4a90c2985163ed6e8b971358405a6a8a4e24f6cc959921c19fb16d987bacbc2697de4bf9d9215b4395fbeb641bf2e281b3e13d82da8eef5
 DIST sqlite3-1.6.5.gem 3249664 BLAKE2B 
22f20fffd3c005d452efd4a27b8d6a8c56e09f4078f4c44c72eb48d740c8184803de21ed9ca8d2befc636cd1510e182fd6d1a51a23bebe07b44d70e6722024dd
 SHA512 
a297cb3daf27bcc9933e7521771fa1c570a3e6850dc498659f6b61b8add5d7765ea9758c0549a8c2ded7d9e23aadb6530c1c9c494ce83263b4c4a566ac7d5437

diff --git a/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild
deleted file mode 100644
index 87d62ea571fc..
--- a/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_TASK_DOC="faq"
-RUBY_FAKEGEM_DOCDIR="doc faq"
-RUBY_FAKEGEM_EXTRADOC="API_CHANGES.md README.md ChangeLog.cvs CHANGELOG.md"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/sqlite3/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/sqlite3
-
-inherit ruby-fakegem
-
-DESCRIPTION="An extension library to access a SQLite database from Ruby"
-HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby;
-LICENSE="BSD"
-
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND+=" >=dev-db/sqlite-3.39.4:3"
-DEPEND+=" >=dev-db/sqlite-3.39.4:3"
-
-# TODO: drop the mini_portile2 dep after 1.6.1
-ruby_add_bdepend "
-   dev-ruby/mini_portile2:2.8
-   doc? ( dev-ruby/rdoc dev-ruby/redcloth )
-   test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e 's/enable_config("system-libraries")/true/' 
ext/sqlite3/extconf.rb || die
-}
-
-all_ruby_compile() {
-   all_fakegem_compile
-
-   if use doc; then
-   rdoc --title "${P} Documentation" -o doc --main README.rdoc lib 
*.rdoc ext/*/*.c || die
-   rm -f doc/js/*.gz || die
-   fi
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
-}

diff --git a/dev-ruby/sqlite3/sqlite3-1.6.3.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.6.3.ebuild
deleted file mode 100644
index d254235d0a38..
--- a/dev-ruby/sqlite3/sqlite3-1.6.3.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
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_TASK_DOC="faq"
-RUBY_FAKEGEM_DOCDIR="doc faq"
-RUBY_FAKEGEM_EXTRADOC="API_CHANGES.md README.md ChangeLog.cvs CHANGELOG.md"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/sqlite3/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/sqlite3
-
-inherit ruby-fakegem
-
-DESCRIPTION="An extension library to access a SQLite database from Ruby"
-HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby;
-LICENSE="BSD"
-
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE=""
-
-# We track the bundled sqlite version here

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

2023-10-10 Thread Hans de Graaff
commit: 4384146c341ae8d3b7a4a0dab01aba6fd830a542
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:27:16 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4384146c

dev-ruby/regexp_parser: add 2.8.2

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

 dev-ruby/regexp_parser/Manifest   |  1 +
 dev-ruby/regexp_parser/regexp_parser-2.8.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest
index 2e5d529aab01..75798b07bf31 100644
--- a/dev-ruby/regexp_parser/Manifest
+++ b/dev-ruby/regexp_parser/Manifest
@@ -1,2 +1,3 @@
 DIST regexp_parser-2.7.0.tar.gz 97494 BLAKE2B 
676829775c73939f981758ce36b8ad40bf94ba91a75514a6446730abe256fb47877455f973ded2b5a5e6b92ce8adf46e4553231fc8d21579fd08a4acd7273e28
 SHA512 
850cdc4c1f51e14f7cd704900ded9e82f827a9a26c979113e17bd316bd6a21038fa4f23b3791c6a50b9a675a8524f21504526e40da14fe74baae566d267b9d7c
 DIST regexp_parser-2.8.1.tar.gz 102383 BLAKE2B 
a23df1637f40e1184476bc5511f5e87fba7a3ce398cc725b9a8b2b13fc10dc75a232c62fe7304969334ff4e3dd88a47f47fa6c2749bd3ca09b3036a0c53836fc
 SHA512 
161a3922eef18f7c91a095dcff436c22d090c779bec89407a4bea4a051f0baf76e7f1639f2b534cbf62d9fec9e577170489e8fb961263458960ca45adcd97eee
+DIST regexp_parser-2.8.2.tar.gz 102450 BLAKE2B 
ff932e91dfa01226e4b528f5d4bd9aeb42a04f52fe067879d54c05bbdad8dd26ab442e64e9f439d0466a4654057805f0073463f7498929205030eed940bf9afd
 SHA512 
78a76fe3d049e840f8539ad013c682c58f6cac11305579a8e11601f20d4cd7f6a4de86e4da16109b6f95fd86c084ddf02ed67e6fe706fb8f023ec535c0944e30

diff --git a/dev-ruby/regexp_parser/regexp_parser-2.8.2.ebuild 
b/dev-ruby/regexp_parser/regexp_parser-2.8.2.ebuild
new file mode 100644
index ..d15b440fc543
--- /dev/null
+++ b/dev-ruby/regexp_parser/regexp_parser-2.8.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="regexp_parser.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular 
expressions"
+HOMEPAGE="https://github.com/ammar/regexp_parser;
+SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
+IUSE=""
+
+DEPEND+=" =dev-util/ragel-6*"
+
+ruby_add_bdepend "dev-ruby/rake dev-ruby/rspec:3
+   test? ( dev-ruby/leto:2 dev-ruby/regexp_property_values 
dev-ruby/rspec:3 )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+}
+
+each_ruby_compile() {
+   CI=true ${RUBY} -S rake ragel:rb || die
+}



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

2023-10-10 Thread Hans de Graaff
commit: 70b68aaa3de086afac50acb24ebe9c22b5e349c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:31:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b68aaa

dev-ruby/strscan: add 3.0.7

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

 dev-ruby/strscan/Manifest |  1 +
 dev-ruby/strscan/strscan-3.0.7.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/strscan/Manifest b/dev-ruby/strscan/Manifest
index 45730ab1292b..c6c178dc3cac 100644
--- a/dev-ruby/strscan/Manifest
+++ b/dev-ruby/strscan/Manifest
@@ -1 +1,2 @@
 DIST strscan-3.0.6.tar.gz 36514 BLAKE2B 
3a303ab8185aa12ef5fa748541a7c00dbea102e79c5a8b4f94595dcdb2f361b824d2f562b6a51184f7925dc473580de00c1faa9b6f0466bfe42ffbc5a89deb13
 SHA512 
63eaebb5cf1f658b447190276fc067ddfaae337a6f993392c2a3829f979ff9a3f4cd32f66fe3456404284b48d66c145da4814d582754c34c5037c983dabdcd86
+DIST strscan-3.0.7.tar.gz 37528 BLAKE2B 
0b4d8e235463efe89e7beb452491cfbd58e5cdbc2950816ca6dda117f1b8f34474c5594c170e8ac2b5d24a848a9bf9f64faaa624080d60987689616f13984e2d
 SHA512 
9b427d2f7d5d6c27a0b3f10b85806abc21a04147d8dbe6f4a6705ab9ded7e2e1365fc99d224a8967ff9bfaf17480071eed0139b46490568475e681ceb8b48a6d

diff --git a/dev-ruby/strscan/strscan-3.0.7.ebuild 
b/dev-ruby/strscan/strscan-3.0.7.ebuild
new file mode 100644
index ..1ae69fcb54cc
--- /dev/null
+++ b/dev-ruby/strscan/strscan-3.0.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="strscan.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/strscan/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides lexical scanning operations on a String"
+HOMEPAGE="https://github.com/ruby/strscan;
+SRC_URI="https://github.com/ruby/strscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test/lib -rhelper run-test.rb || die
+}



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

2023-10-10 Thread Alice Ferrazzi
commit: ec892efe720f104ee6c8ab15680410d0b5ae904a
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Oct 11 05:25:12 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Oct 11 05:25:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec892efe

sys-kernel/rt-sources: add 4.14.326_p155, drop 4.14.318_p150

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...t-sources-4.14.318_p150.ebuild => rt-sources-4.14.326_p155.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 39559b43d38c..7a7785df3f20 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -13,8 +13,8 @@ DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.0.tar.xz 133886176 BLAKE2B 
c09a9c877ac0fac83dc31d2d04d96f0a3331d4ed78e3ad4edfd4dc077e1c11d0c49f419fdac4008b5c93d1b09c2b724e12ef0b38371ad0962908abf85dfa95fa
 SHA512 
bac41a7aeb6e809616cee2f13dcd1c45e829dfd1ccf60aee1dc4c46b1e28532f4485c7d819a32940de84fdfbf89db80a4e919bce8a74b2948c5a01551771b714
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
-DIST patch-4.14.318-rt150.patch.xz 243576 BLAKE2B 
5703f22e33c9be292fae325b3b9b1548d810273dec626abb02c7841c5fb8ed54109e70fbd5cfcaadb07f4abed2f725a4a4869db8885467a19e81deadd3df
 SHA512 
44a90297932fde421a145c7a8e5f5bdb9b39bd31942a515e5e39f36abd10789e503e04f7ca7c76ac038569a1dd033dd6f6f8b27a604fbcad6579fe9aa8061031
-DIST patch-4.14.318.xz 5127420 BLAKE2B 
f57a06d74d3e38bd98d0dec65825ac2fd6439db23fbbc1c598b8311e4a9a2b86d2614ce4112e57b4b11191bfbaea3a8f5cfc1afbf50070b76314fe1a6cf29a6a
 SHA512 
8d17c95875be596826e48928f0bb598e91b28b00d93083a63cecaf4938180100fb59fedd6dbb2fc090bb4cab4183117b12042479c3819f8e77e89d37c5d224c5
+DIST patch-4.14.326-rt155.patch.xz 243464 BLAKE2B 
24c1a1d0bc6e4cc91761874cb3ee9365b28be9910c93febf110902f98d4b85d00e74e829bc498de0c78777c563aa91e8b62f9ec76ac31bbba4208e0b73bf6586
 SHA512 
c67a9a489002a3ea30e160e0fe5fb3255804f181849b30d343fab6e689a5c09f8ba679979f497551f93cbfaa05a8831299d664222f1cd391807943511081f00c
+DIST patch-4.14.326.xz 5286036 BLAKE2B 
7e1a83b4cc6eaa242f52eb3b72a1b0d777d42800e1f94add8da73738fee6d16546edfb5bfd8638dc073cbfda3ec6fc416636464c800839930d943c5f043f867f
 SHA512 
a905888c1077a8e485512301ff4a05f02f01f7c5d4ab4a0270e2a1f24d6978ef0f6e30109d65cbfe98842b679af8092425d41149efc1af1a9aa1477f22fb2c51
 DIST patch-4.19.284-rt125.patch.xz 168196 BLAKE2B 
c1602bfcee9d770818523d318584ae808d9686b1d43277a5e8ec7ad2b9f758c48a423846135454882218790b80ef11e7f76aa2c44e3168cc853d0cda0a784d48
 SHA512 
8026c1d092fd53855897d37a0e7715e3a7c8062a5a2c701e09a4ad07d6ff39a9995601cbef4f03152ef63f563e962449cb5d6c4be9bdd7f0c990a6a87fa1428b
 DIST patch-4.19.284.xz 5381368 BLAKE2B 
90eb94904c175f2364ff1619eb9787e95ecd4b9e06afe5dfc759205ce9be4dadaa2a79dfd2a8ed3415914954f05683200416b7067f623b5c7aa10685810eea52
 SHA512 
f333b188b61ccfeb25f813acf919bf82e95dcb40b83ba43d5237619f0be1492c6be402b84ed67c3eeb16a90a708f39f6eb2f8cefb7a9880768fa5fee5fd073a0
 DIST patch-5.10.184-rt90.patch.xz 171460 BLAKE2B 
7e7fbea33134cde257179cf9a24a97a2738a091b8a2fcc1028918baf74e7c8f950a55dca55a6bba1b3c4026d5f7930d1dd616c9521a9f0441ea73a3ce1ce8982
 SHA512 
7a31795b97add0cc3e290f494199c60961c7ea1da29e1f684056c1bad8c039ff6b58eec01a35166606e099a9443b99a1928ad0d9d21ba981592ecdcfb1fdf520

diff --git a/sys-kernel/rt-sources/rt-sources-4.14.318_p150.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.14.326_p155.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-4.14.318_p150.ebuild
rename to sys-kernel/rt-sources/rt-sources-4.14.326_p155.ebuild



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

2023-10-10 Thread Alice Ferrazzi
commit: de8285645adfa02a5afb78af64b2ba86e78a03fb
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Oct 11 05:25:57 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Oct 11 05:25:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de828564

sys-kernel/rt-sources: add 6.1.54_p15, drop 6.1.33_p11

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 .../{rt-sources-6.1.33_p11.ebuild => rt-sources-6.1.54_p15.ebuild}| 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index f4be8a373c06..370fa842692a 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -25,5 +25,5 @@ DIST patch-5.4.257-rt87.patch.xz 183028 BLAKE2B 
e4bb488bccf0f696f2354ada91b6ab33
 DIST patch-5.4.257.xz 5149824 BLAKE2B 
7b81b40f555368914bc05640639d6d3a4dd4c396ad296dcde66c9be235822b80d08cbe9205c892fb383bf57bbeac5715102999b86459c223f462d4e96a625259
 SHA512 
af2478e91424a304e468e5a5fa1c493d9c3a2d007a9c315e0f5ffe346991d6dddce1c354312764959b272c910cf164999892163ab47a87c3ecfde72ad1ab
 DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B 
be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71
 SHA512 
3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e
 DIST patch-6.0.5.xz 274580 BLAKE2B 
b1fd53745b1858f92ded90a78d8060e1c916a8b6c256f96188331e5ac80242a40a83d14377ad0befec5415135925821cb264489cee63fe4ad432ba00c64983ff
 SHA512 
c4ac4387c490e73b8d91d13fbea9a1e065be4bacf9535177e625561adb2411908a546f9c4327748aab6bbfc021f30887f3e5df5d6019c6cfe00fe5bf64aad2eb
-DIST patch-6.1.33-rt11.patch.xz 48656 BLAKE2B 
e531655efe18e6e46af402386e2f7ca7608f3f53ed3eb4ce1a810145605d7e98d06df28d9004ee80c0eb7f6cc8105267c4542aba119beaa677daa7675ac2ba0a
 SHA512 
5ff8d9c26f714df7ec79a60b69a71dee68fcb510b71edabac4598d381804e99044b5169f791aad0d6a43276df19eee44d4da8339580340691fa0347362ec9b19
-DIST patch-6.1.33.xz 1849488 BLAKE2B 
0f142f8ed4cee5f8323584b713dc01730edab8e009b2a750f53a9ba5ae653ecdefbdd0f943c4adae5abe691739f4b6c80f4c87285da60378ad71fe0102c03690
 SHA512 
8f9d1d33f50da0acda5b136561bdc8b387fc11ad5cb80e98eabfeb35e853f8f96315f54f9940ca9d87e6e0a48be7c09b8e6211d4f9d3c7c5c6782341382acace
+DIST patch-6.1.54-rt15.patch.xz 53208 BLAKE2B 
bdd68656f1f6cf622841441fd0ea0be4803f32ac15291968be8670656379f045a51a3116e10a4cdb49bc114584143e3ddd801df89f010f0ac0a00bd3ec8b9ea9
 SHA512 
f158aa76598b42281017f4b0ddc8b21e45518c2cff4b5cf5fbdceb1bc96f7015bcb9e9fce98a6ff952872956c65e92e89fc09dd36fb42c84a30693a111654943
+DIST patch-6.1.54.xz 3243564 BLAKE2B 
43adfde03d24d2efca18502867a94e8f91fee146b58f3e2397bb62f622fa47f6caec7a4bebd22f007fca66e4c4140244839bd0aefc33591f669eee4b4fde5d54
 SHA512 
adf488c3d4ef31d011501f91474d9863fc95f402dc2dca5a07a8a9a38101775916d8442962a64e6353152f10e79410bc7a6b2a2eb84e9be993ca2c2334fbb5f9

diff --git a/sys-kernel/rt-sources/rt-sources-6.1.33_p11.ebuild 
b/sys-kernel/rt-sources/rt-sources-6.1.54_p15.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-6.1.33_p11.ebuild
rename to sys-kernel/rt-sources/rt-sources-6.1.54_p15.ebuild



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

2023-10-10 Thread Alice Ferrazzi
commit: 0e6948a3557d91a348d8060e7b4e65256ef54107
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Oct 11 05:25:38 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Oct 11 05:25:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6948a3

sys-kernel/rt-sources: add 5.10.197_p96, drop 5.10.184_p90

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...{rt-sources-5.10.184_p90.ebuild => rt-sources-5.10.197_p96.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index f71cb3779c25..21b2229cf82e 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -17,8 +17,8 @@ DIST patch-4.14.326-rt155.patch.xz 243464 BLAKE2B 
24c1a1d0bc6e4cc91761874cb3ee93
 DIST patch-4.14.326.xz 5286036 BLAKE2B 
7e1a83b4cc6eaa242f52eb3b72a1b0d777d42800e1f94add8da73738fee6d16546edfb5bfd8638dc073cbfda3ec6fc416636464c800839930d943c5f043f867f
 SHA512 
a905888c1077a8e485512301ff4a05f02f01f7c5d4ab4a0270e2a1f24d6978ef0f6e30109d65cbfe98842b679af8092425d41149efc1af1a9aa1477f22fb2c51
 DIST patch-4.19.295-rt129.patch.xz 168004 BLAKE2B 
edb647168edee37ca2f3e626263eff14ddf2d6a5900f88950934468df2f374ee32ba39fd0dd068ab1f1841409ea4dcd514ab0fa976e6086a9a5fc439097e8dfc
 SHA512 
c23b5792439f054bf82696d045ae060b8f6d456e670b891516b434cfae0f2844ffe2167f439af127d233bd2d7f1b7a8b1466c0b3ea31dcd080733b896789bd5d
 DIST patch-4.19.295.xz 5677904 BLAKE2B 
971f8331b84c388bb26c6e29997efe10f9b0f7024a586135813730fc19353f1de919f73021079a05c754570bc56faae0d55b3d826ccc3a937a3888df234ac8a1
 SHA512 
a65488caef2fd6c6d7da802ca73c8e3c461bba89bb70128be345fddd78240708cb30ded10a139dc99afaf30a0475c4efe3a3bfedb1cda439ef3d01d5fa6ce60b
-DIST patch-5.10.184-rt90.patch.xz 171460 BLAKE2B 
7e7fbea33134cde257179cf9a24a97a2738a091b8a2fcc1028918baf74e7c8f950a55dca55a6bba1b3c4026d5f7930d1dd616c9521a9f0441ea73a3ce1ce8982
 SHA512 
7a31795b97add0cc3e290f494199c60961c7ea1da29e1f684056c1bad8c039ff6b58eec01a35166606e099a9443b99a1928ad0d9d21ba981592ecdcfb1fdf520
-DIST patch-5.10.184.xz 4739432 BLAKE2B 
b6296382bb4d18bdfbf9b03a9ad6e6a8cfe6ccb6d66e9050244aa7b3525fbac3f49621819858c3b62f4e0f4f4615188a9910534440b7cd5834d92c5900f5
 SHA512 
929ef23b4299b95c9b6c5a3943dab28d12214c8a3a8542768c7c8295fd397109f3959e66270366facefbfe43b2d5b6d1ef6c62dc795c3273d47d7775cf1ecb37
+DIST patch-5.10.197-rt96.patch.xz 171512 BLAKE2B 
69073fe6ba88d2ff3317dcb03b66bdc300d8a58d529b1ae4799add2a9b7a67e7584fb5fa032cc130059bc4867cf6e4803bb37daed8cff2984aa03df3dac0020c
 SHA512 
db57f5bc88f238af6a3c240b1629b694244bf088cdf63e19cc5d0028727c2d81bcb92756928d2dc7a367210d05922f787959209e4f0eda07162445ed0a9efbf4
+DIST patch-5.10.197.xz 5203292 BLAKE2B 
6813859db3fe6135a0e90b1968c95e4a918bb200267039fcf0c97ca7e66a576337706ad537d579fc474613fd1d6a295f8b9fdf9e966701951ce33f57b486229c
 SHA512 
79f73dafef285df885371929e5d6230c05100cc5d6bf4e80bcd230cecff36b40b92f997a391dd5eb6f4c5f8306a1f435c64550bf48ec1318f66bd9ef257b491c
 DIST patch-5.15.113-rt64.patch.xz 77112 BLAKE2B 
2532fe71e4250f1cb4524c1becbc43e30dc9eabd7527f9be9ec66bee7320ef315b5764984fcdb676b8a48f25f3964e2a386689a9e45a3e472a1c3af1179735e6
 SHA512 
eb08fa96e9fed52f27fe06b0b47c93b7d2df84e05838604c6ced22f872080041184d2bf351d4ec1dc7310f88ab18e06e0df5868da7ab17564871b1d4ac6f2106
 DIST patch-5.15.113.xz 4110072 BLAKE2B 
f973f4249e71e61760bc9a32cdea137d9c1326e2e78adc423d620e216a769f419267310bdfea5c374a2f3fd9cb761f998a27dc2ba43a42c6296e99723628764a
 SHA512 
37c003d30ec72ba18c0eb3ddfc5245423942333edee51efa2a32c6eb0f1fdf26d75394f3ad5afcf8917b84648bdd4c50afa56bee0cb18c224030b42ecd9b91a3
 DIST patch-5.4.257-rt87.patch.xz 183028 BLAKE2B 
e4bb488bccf0f696f2354ada91b6ab330af6268a405ed2100727355aaf302cb47ab558fc4721e033a9aaad6a30851a1c89b502736e27e7754872aaed2a6a7c01
 SHA512 
f7c642cff9c210612683cab785db4e6b4296476336041c00393948a5f65930c39d02f54d5be22338f0adc5493d482efb456407ec16559b44e51f558220ef17b9

diff --git a/sys-kernel/rt-sources/rt-sources-5.10.184_p90.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.10.197_p96.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-5.10.184_p90.ebuild
rename to sys-kernel/rt-sources/rt-sources-5.10.197_p96.ebuild



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

2023-10-10 Thread Alice Ferrazzi
commit: e2d4975e524a652c3d7ae3307d05973704bd4e69
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Oct 11 05:25:20 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Oct 11 05:25:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d4975e

sys-kernel/rt-sources: add 4.19.295_p129, drop 4.19.284_p125

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...t-sources-4.19.284_p125.ebuild => rt-sources-4.19.295_p129.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 7a7785df3f20..2caaa8bbbfa6 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -15,8 +15,8 @@ DIST linux-6.0.tar.xz 133886176 BLAKE2B 
c09a9c877ac0fac83dc31d2d04d96f0a3331d4ed
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
 DIST patch-4.14.326-rt155.patch.xz 243464 BLAKE2B 
24c1a1d0bc6e4cc91761874cb3ee9365b28be9910c93febf110902f98d4b85d00e74e829bc498de0c78777c563aa91e8b62f9ec76ac31bbba4208e0b73bf6586
 SHA512 
c67a9a489002a3ea30e160e0fe5fb3255804f181849b30d343fab6e689a5c09f8ba679979f497551f93cbfaa05a8831299d664222f1cd391807943511081f00c
 DIST patch-4.14.326.xz 5286036 BLAKE2B 
7e1a83b4cc6eaa242f52eb3b72a1b0d777d42800e1f94add8da73738fee6d16546edfb5bfd8638dc073cbfda3ec6fc416636464c800839930d943c5f043f867f
 SHA512 
a905888c1077a8e485512301ff4a05f02f01f7c5d4ab4a0270e2a1f24d6978ef0f6e30109d65cbfe98842b679af8092425d41149efc1af1a9aa1477f22fb2c51
-DIST patch-4.19.284-rt125.patch.xz 168196 BLAKE2B 
c1602bfcee9d770818523d318584ae808d9686b1d43277a5e8ec7ad2b9f758c48a423846135454882218790b80ef11e7f76aa2c44e3168cc853d0cda0a784d48
 SHA512 
8026c1d092fd53855897d37a0e7715e3a7c8062a5a2c701e09a4ad07d6ff39a9995601cbef4f03152ef63f563e962449cb5d6c4be9bdd7f0c990a6a87fa1428b
-DIST patch-4.19.284.xz 5381368 BLAKE2B 
90eb94904c175f2364ff1619eb9787e95ecd4b9e06afe5dfc759205ce9be4dadaa2a79dfd2a8ed3415914954f05683200416b7067f623b5c7aa10685810eea52
 SHA512 
f333b188b61ccfeb25f813acf919bf82e95dcb40b83ba43d5237619f0be1492c6be402b84ed67c3eeb16a90a708f39f6eb2f8cefb7a9880768fa5fee5fd073a0
+DIST patch-4.19.295-rt129.patch.xz 168004 BLAKE2B 
edb647168edee37ca2f3e626263eff14ddf2d6a5900f88950934468df2f374ee32ba39fd0dd068ab1f1841409ea4dcd514ab0fa976e6086a9a5fc439097e8dfc
 SHA512 
c23b5792439f054bf82696d045ae060b8f6d456e670b891516b434cfae0f2844ffe2167f439af127d233bd2d7f1b7a8b1466c0b3ea31dcd080733b896789bd5d
+DIST patch-4.19.295.xz 5677904 BLAKE2B 
971f8331b84c388bb26c6e29997efe10f9b0f7024a586135813730fc19353f1de919f73021079a05c754570bc56faae0d55b3d826ccc3a937a3888df234ac8a1
 SHA512 
a65488caef2fd6c6d7da802ca73c8e3c461bba89bb70128be345fddd78240708cb30ded10a139dc99afaf30a0475c4efe3a3bfedb1cda439ef3d01d5fa6ce60b
 DIST patch-5.10.184-rt90.patch.xz 171460 BLAKE2B 
7e7fbea33134cde257179cf9a24a97a2738a091b8a2fcc1028918baf74e7c8f950a55dca55a6bba1b3c4026d5f7930d1dd616c9521a9f0441ea73a3ce1ce8982
 SHA512 
7a31795b97add0cc3e290f494199c60961c7ea1da29e1f684056c1bad8c039ff6b58eec01a35166606e099a9443b99a1928ad0d9d21ba981592ecdcfb1fdf520
 DIST patch-5.10.184.xz 4739432 BLAKE2B 
b6296382bb4d18bdfbf9b03a9ad6e6a8cfe6ccb6d66e9050244aa7b3525fbac3f49621819858c3b62f4e0f4f4615188a9910534440b7cd5834d92c5900f5
 SHA512 
929ef23b4299b95c9b6c5a3943dab28d12214c8a3a8542768c7c8295fd397109f3959e66270366facefbfe43b2d5b6d1ef6c62dc795c3273d47d7775cf1ecb37
 DIST patch-5.15.113-rt64.patch.xz 77112 BLAKE2B 
2532fe71e4250f1cb4524c1becbc43e30dc9eabd7527f9be9ec66bee7320ef315b5764984fcdb676b8a48f25f3964e2a386689a9e45a3e472a1c3af1179735e6
 SHA512 
eb08fa96e9fed52f27fe06b0b47c93b7d2df84e05838604c6ced22f872080041184d2bf351d4ec1dc7310f88ab18e06e0df5868da7ab17564871b1d4ac6f2106

diff --git a/sys-kernel/rt-sources/rt-sources-4.19.284_p125.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.19.295_p129.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-4.19.284_p125.ebuild
rename to sys-kernel/rt-sources/rt-sources-4.19.295_p129.ebuild



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

2023-10-10 Thread Alice Ferrazzi
commit: 21bbedfc79dc3c8dc5f02cebeb2fb5d44bac59b3
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Oct 11 05:25:47 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Oct 11 05:25:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bbedfc

sys-kernel/rt-sources: add 5.15.133_p69, drop 5.15.113_p64

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...{rt-sources-5.15.113_p64.ebuild => rt-sources-5.15.133_p69.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 21b2229cf82e..f4be8a373c06 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -19,8 +19,8 @@ DIST patch-4.19.295-rt129.patch.xz 168004 BLAKE2B 
edb647168edee37ca2f3e626263eff
 DIST patch-4.19.295.xz 5677904 BLAKE2B 
971f8331b84c388bb26c6e29997efe10f9b0f7024a586135813730fc19353f1de919f73021079a05c754570bc56faae0d55b3d826ccc3a937a3888df234ac8a1
 SHA512 
a65488caef2fd6c6d7da802ca73c8e3c461bba89bb70128be345fddd78240708cb30ded10a139dc99afaf30a0475c4efe3a3bfedb1cda439ef3d01d5fa6ce60b
 DIST patch-5.10.197-rt96.patch.xz 171512 BLAKE2B 
69073fe6ba88d2ff3317dcb03b66bdc300d8a58d529b1ae4799add2a9b7a67e7584fb5fa032cc130059bc4867cf6e4803bb37daed8cff2984aa03df3dac0020c
 SHA512 
db57f5bc88f238af6a3c240b1629b694244bf088cdf63e19cc5d0028727c2d81bcb92756928d2dc7a367210d05922f787959209e4f0eda07162445ed0a9efbf4
 DIST patch-5.10.197.xz 5203292 BLAKE2B 
6813859db3fe6135a0e90b1968c95e4a918bb200267039fcf0c97ca7e66a576337706ad537d579fc474613fd1d6a295f8b9fdf9e966701951ce33f57b486229c
 SHA512 
79f73dafef285df885371929e5d6230c05100cc5d6bf4e80bcd230cecff36b40b92f997a391dd5eb6f4c5f8306a1f435c64550bf48ec1318f66bd9ef257b491c
-DIST patch-5.15.113-rt64.patch.xz 77112 BLAKE2B 
2532fe71e4250f1cb4524c1becbc43e30dc9eabd7527f9be9ec66bee7320ef315b5764984fcdb676b8a48f25f3964e2a386689a9e45a3e472a1c3af1179735e6
 SHA512 
eb08fa96e9fed52f27fe06b0b47c93b7d2df84e05838604c6ced22f872080041184d2bf351d4ec1dc7310f88ab18e06e0df5868da7ab17564871b1d4ac6f2106
-DIST patch-5.15.113.xz 4110072 BLAKE2B 
f973f4249e71e61760bc9a32cdea137d9c1326e2e78adc423d620e216a769f419267310bdfea5c374a2f3fd9cb761f998a27dc2ba43a42c6296e99723628764a
 SHA512 
37c003d30ec72ba18c0eb3ddfc5245423942333edee51efa2a32c6eb0f1fdf26d75394f3ad5afcf8917b84648bdd4c50afa56bee0cb18c224030b42ecd9b91a3
+DIST patch-5.15.133-rt69.patch.xz 77516 BLAKE2B 
de66da6aab16feca385f603bf84d4690237e828f40eae406a8727753f5d14a5871afd43d682435d36b0dcc44bd81211e3c7c44d9ad1ff2da8420e570d8a81657
 SHA512 
4336ef045fb138d8b47f85c9419d5b06fef5f50b2cf2db201dc3900ab0bfd0e866934d91e2b09fbcc7c286eaf330156fc3ebe62926514714dbc424e7255d77f9
+DIST patch-5.15.133.xz 4786988 BLAKE2B 
8998194879d82dc1d5f599fc9417c61936b1e0c37aba6277b0cd0e4e61792ab4c2e941fde4b442b5dd2fc302fd26447e2c22da7b81d8ee0631e13fa37eb9acc8
 SHA512 
c655e7397f7df3c6e130db186b02a1522b2c141119078f94c72f94ed06933921180e411d1e8abe34a7a651c44096e770494b935e57f5d0daf60402a92b6226e9
 DIST patch-5.4.257-rt87.patch.xz 183028 BLAKE2B 
e4bb488bccf0f696f2354ada91b6ab330af6268a405ed2100727355aaf302cb47ab558fc4721e033a9aaad6a30851a1c89b502736e27e7754872aaed2a6a7c01
 SHA512 
f7c642cff9c210612683cab785db4e6b4296476336041c00393948a5f65930c39d02f54d5be22338f0adc5493d482efb456407ec16559b44e51f558220ef17b9
 DIST patch-5.4.257.xz 5149824 BLAKE2B 
7b81b40f555368914bc05640639d6d3a4dd4c396ad296dcde66c9be235822b80d08cbe9205c892fb383bf57bbeac5715102999b86459c223f462d4e96a625259
 SHA512 
af2478e91424a304e468e5a5fa1c493d9c3a2d007a9c315e0f5ffe346991d6dddce1c354312764959b272c910cf164999892163ab47a87c3ecfde72ad1ab
 DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B 
be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71
 SHA512 
3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e

diff --git a/sys-kernel/rt-sources/rt-sources-5.15.113_p64.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.15.133_p69.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-5.15.113_p64.ebuild
rename to sys-kernel/rt-sources/rt-sources-5.15.133_p69.ebuild



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

2023-10-10 Thread Alice Ferrazzi
commit: 9b54071b32e38e80cbb7d8b264aed215b589c4ef
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Oct 11 05:25:29 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Oct 11 05:25:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b54071b

sys-kernel/rt-sources: add 5.4.257_p87, drop 5.4.242_p81

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 .../{rt-sources-5.4.242_p81.ebuild => rt-sources-5.4.257_p87.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 2caaa8bbbfa6..f71cb3779c25 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -21,8 +21,8 @@ DIST patch-5.10.184-rt90.patch.xz 171460 BLAKE2B 
7e7fbea33134cde257179cf9a24a97a
 DIST patch-5.10.184.xz 4739432 BLAKE2B 
b6296382bb4d18bdfbf9b03a9ad6e6a8cfe6ccb6d66e9050244aa7b3525fbac3f49621819858c3b62f4e0f4f4615188a9910534440b7cd5834d92c5900f5
 SHA512 
929ef23b4299b95c9b6c5a3943dab28d12214c8a3a8542768c7c8295fd397109f3959e66270366facefbfe43b2d5b6d1ef6c62dc795c3273d47d7775cf1ecb37
 DIST patch-5.15.113-rt64.patch.xz 77112 BLAKE2B 
2532fe71e4250f1cb4524c1becbc43e30dc9eabd7527f9be9ec66bee7320ef315b5764984fcdb676b8a48f25f3964e2a386689a9e45a3e472a1c3af1179735e6
 SHA512 
eb08fa96e9fed52f27fe06b0b47c93b7d2df84e05838604c6ced22f872080041184d2bf351d4ec1dc7310f88ab18e06e0df5868da7ab17564871b1d4ac6f2106
 DIST patch-5.15.113.xz 4110072 BLAKE2B 
f973f4249e71e61760bc9a32cdea137d9c1326e2e78adc423d620e216a769f419267310bdfea5c374a2f3fd9cb761f998a27dc2ba43a42c6296e99723628764a
 SHA512 
37c003d30ec72ba18c0eb3ddfc5245423942333edee51efa2a32c6eb0f1fdf26d75394f3ad5afcf8917b84648bdd4c50afa56bee0cb18c224030b42ecd9b91a3
-DIST patch-5.4.242-rt81.patch.xz 183132 BLAKE2B 
0c56be2a5abe762dd5bffba6bbb749a4b7a753d09046c25b17e4c926a0241b1ab67fecc1e6607de7c74bf01d67d2e9daa2a3ad54db912588734978790d68d359
 SHA512 
fb9fa32dd0976e5ee86d45b69b92416c5850edc95d868ad4f20d7dfe1ed1d4a0dd0432ed5b8f89997c32ed86dd7e76e7a57c7de4acf05b8fd54c8b2be4e1e55a
-DIST patch-5.4.242.xz 4711468 BLAKE2B 
7cd14f8183c45f3bad3df92e46a74242d2091efb3693b1fd098d81409c8d47e15c6a4bd08545972d38c8b41d26941ad2b686ae4732d648b1926d70d7bc931f97
 SHA512 
b7ac45533559e3d0f802dd392868062b2f3099d9384f5d95502dce518008f038123c3ae5a04e220a6ec39c993f7e29b8c0db01659cd9010591ae34c4a5e8d9b2
+DIST patch-5.4.257-rt87.patch.xz 183028 BLAKE2B 
e4bb488bccf0f696f2354ada91b6ab330af6268a405ed2100727355aaf302cb47ab558fc4721e033a9aaad6a30851a1c89b502736e27e7754872aaed2a6a7c01
 SHA512 
f7c642cff9c210612683cab785db4e6b4296476336041c00393948a5f65930c39d02f54d5be22338f0adc5493d482efb456407ec16559b44e51f558220ef17b9
+DIST patch-5.4.257.xz 5149824 BLAKE2B 
7b81b40f555368914bc05640639d6d3a4dd4c396ad296dcde66c9be235822b80d08cbe9205c892fb383bf57bbeac5715102999b86459c223f462d4e96a625259
 SHA512 
af2478e91424a304e468e5a5fa1c493d9c3a2d007a9c315e0f5ffe346991d6dddce1c354312764959b272c910cf164999892163ab47a87c3ecfde72ad1ab
 DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B 
be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71
 SHA512 
3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e
 DIST patch-6.0.5.xz 274580 BLAKE2B 
b1fd53745b1858f92ded90a78d8060e1c916a8b6c256f96188331e5ac80242a40a83d14377ad0befec5415135925821cb264489cee63fe4ad432ba00c64983ff
 SHA512 
c4ac4387c490e73b8d91d13fbea9a1e065be4bacf9535177e625561adb2411908a546f9c4327748aab6bbfc021f30887f3e5df5d6019c6cfe00fe5bf64aad2eb
 DIST patch-6.1.33-rt11.patch.xz 48656 BLAKE2B 
e531655efe18e6e46af402386e2f7ca7608f3f53ed3eb4ce1a810145605d7e98d06df28d9004ee80c0eb7f6cc8105267c4542aba119beaa677daa7675ac2ba0a
 SHA512 
5ff8d9c26f714df7ec79a60b69a71dee68fcb510b71edabac4598d381804e99044b5169f791aad0d6a43276df19eee44d4da8339580340691fa0347362ec9b19

diff --git a/sys-kernel/rt-sources/rt-sources-5.4.242_p81.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.4.257_p87.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-5.4.242_p81.ebuild
rename to sys-kernel/rt-sources/rt-sources-5.4.257_p87.ebuild



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

2023-10-10 Thread Sam James
commit: f25be8a601f99347725e37fc29c2425f8c8f4439
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25be8a6

dev-libs/openssl: Stabilize 3.0.11 ppc64, #915563

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

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

diff --git a/dev-libs/openssl/openssl-3.0.11.ebuild 
b/dev-libs/openssl/openssl-3.0.11.ebuild
index 8265fa337b66..2dfb4cb25c67 100644
--- a/dev-libs/openssl/openssl-3.0.11.ebuild
+++ b/dev-libs/openssl/openssl-3.0.11.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]] ; then
 else
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}"/${MY_P}



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

2023-10-10 Thread Sam James
commit: a5ad438d7983e847eb25510b7e4a7f379dad9755
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ad438d

dev-libs/openssl: Stabilize 3.0.11 arm, #915563

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

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

diff --git a/dev-libs/openssl/openssl-3.0.11.ebuild 
b/dev-libs/openssl/openssl-3.0.11.ebuild
index 904c2c885693..8265fa337b66 100644
--- a/dev-libs/openssl/openssl-3.0.11.ebuild
+++ b/dev-libs/openssl/openssl-3.0.11.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]] ; then
 else
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )"
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}"/${MY_P}



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

2023-10-10 Thread Sam James
commit: 93f2305a5c428d1644c1f4c068ed9e5d51a8ff0c
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f2305a

dev-libs/openssl: Stabilize 3.0.11 amd64, #915563

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

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

diff --git a/dev-libs/openssl/openssl-3.0.11.ebuild 
b/dev-libs/openssl/openssl-3.0.11.ebuild
index 44c630c4dae6..904c2c885693 100644
--- a/dev-libs/openssl/openssl-3.0.11.ebuild
+++ b/dev-libs/openssl/openssl-3.0.11.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]] ; then
 else
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}"/${MY_P}



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

2023-10-10 Thread Sam James
commit: 8661e61fdcbd7f242d7effdfa3829702b61f026f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8661e61f

dev-libs/openssl: Stabilize 3.0.11 x86, #915563

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

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

diff --git a/dev-libs/openssl/openssl-3.0.11.ebuild 
b/dev-libs/openssl/openssl-3.0.11.ebuild
index ae659d5a0c7b..2b2648cc85ae 100644
--- a/dev-libs/openssl/openssl-3.0.11.ebuild
+++ b/dev-libs/openssl/openssl-3.0.11.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]] ; then
 else
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}"/${MY_P}



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

2023-10-10 Thread Sam James
commit: 82d3f6a00f5c777d16cb333fc734646553d5d7bc
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d3f6a0

dev-libs/openssl: Stabilize 3.0.11 hppa, #915563

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

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

diff --git a/dev-libs/openssl/openssl-3.0.11.ebuild 
b/dev-libs/openssl/openssl-3.0.11.ebuild
index 2b2648cc85ae..44c630c4dae6 100644
--- a/dev-libs/openssl/openssl-3.0.11.ebuild
+++ b/dev-libs/openssl/openssl-3.0.11.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]] ; then
 else
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}"/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2023-10-10 Thread Sam James
commit: 3fb47bfac13690ccca648b0840a01d981b578e8b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb47bfa

net-fs/samba: Stabilize 4.18.8 sparc, #915562

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

 net-fs/samba/samba-4.18.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.18.8.ebuild b/net-fs/samba/samba-4.18.8.ebuild
index d8ca3932cbd2..3351e7d90102 100644
--- a/net-fs/samba/samba-4.18.8.ebuild
+++ b/net-fs/samba/samba-4.18.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc ~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2023-10-10 Thread Sam James
commit: 4194eda4a113b46384209390c9a06f16e703a7c4
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4194eda4

net-fs/samba: Stabilize 4.18.8 amd64, #915562

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

 net-fs/samba/samba-4.18.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.18.8.ebuild b/net-fs/samba/samba-4.18.8.ebuild
index 2cd1904f4069..d8ca3932cbd2 100644
--- a/net-fs/samba/samba-4.18.8.ebuild
+++ b/net-fs/samba/samba-4.18.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2023-10-10 Thread Sam James
commit: cee823d1924c439b31809c0705e423db35b02f52
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee823d1

dev-libs/openssl: Stabilize 3.0.11 arm64, #915563

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

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

diff --git a/dev-libs/openssl/openssl-3.0.11.ebuild 
b/dev-libs/openssl/openssl-3.0.11.ebuild
index 9d573d00feeb..ae659d5a0c7b 100644
--- a/dev-libs/openssl/openssl-3.0.11.ebuild
+++ b/dev-libs/openssl/openssl-3.0.11.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]] ; then
 else
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}"/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2023-10-10 Thread Sam James
commit: e9ba7e0ec2945fc3761465c681b6c8d61b7b3f63
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ba7e0e

net-fs/samba: Stabilize 4.18.8 ppc64, #915562

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

 net-fs/samba/samba-4.18.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.18.8.ebuild b/net-fs/samba/samba-4.18.8.ebuild
index e21332191942..9254e5839489 100644
--- a/net-fs/samba/samba-4.18.8.ebuild
+++ b/net-fs/samba/samba-4.18.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
sparc x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2023-10-10 Thread Sam James
commit: f21ed7fcd626b3170017f1faa7a0a042cf4eaec1
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:21:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21ed7fc

net-fs/samba: Stabilize 4.18.8 x86, #915562

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

 net-fs/samba/samba-4.18.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.18.8.ebuild b/net-fs/samba/samba-4.18.8.ebuild
index 3351e7d90102..e21332191942 100644
--- a/net-fs/samba/samba-4.18.8.ebuild
+++ b/net-fs/samba/samba-4.18.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2023-10-10 Thread Sam James
commit: 4f6ceea34af488e1c32cdca99858ef4d41f2c9c1
Author: Matt Jolly  footclan  ninja>
AuthorDate: Tue Oct 10 10:59:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6ceea3

net-misc/curl: update live ebuild for 8.4.0

- Update dependencies with minimum versions from docs
- USE `alt-svc` and `hsts` now default enabled
- `alt-svc` now required use for `nghttp3`
  + https://everything.curl.dev/libcurl-http/alt-svc#http-3
- properly reorder IUSE

[sam: alt-svc/hsts are enabled by default now because they're broadly
sensible things in 2023, and the USE flags themselves may go away soon
and just become always-on, it's just a step towards that.]

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

 net-misc/curl/curl-.ebuild | 23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/net-misc/curl/curl-.ebuild b/net-misc/curl/curl-.ebuild
index 6f07f5578572..392161f14af2 100644
--- a/net-misc/curl/curl-.ebuild
+++ b/net-misc/curl/curl-.ebuild
@@ -22,10 +22,10 @@ fi
 
 LICENSE="BSD curl ISC test? ( BSD-4 )"
 SLOT="0"
-IUSE="+adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap kerberos 
ldap mbedtls +openssl +pop3 +progress-meter rtmp rustls samba +smtp ssh ssl 
sslv3 static-libs test telnet +tftp websockets zstd"
+IUSE="+adns +alt-svc brotli +ftp gnutls gopher +hsts +http2 idn +imap kerberos 
ldap mbedtls nghttp3 +openssl +pop3"
+IUSE+=" +progress-meter rtmp rustls samba +smtp ssh ssl sslv3 static-libs test 
telnet +tftp websockets zstd"
 # These select the default SSL implementation
 IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls +curl_ssl_openssl curl_ssl_rustls"
-IUSE+=" nghttp3"
 RESTRICT="!test? ( test )"
 
 # Only one default ssl provider can be enabled
@@ -44,34 +44,37 @@ REQUIRED_USE="
curl_ssl_mbedtls? ( mbedtls )
curl_ssl_openssl? ( openssl )
curl_ssl_rustls? ( rustls )
-   nghttp3? ( !openssl )
+   nghttp3? (
+   !openssl
+   alt-svc )
 "
 
 # cURL's docs and CI/CD are great resources for confirming supported versions
 # particulary for fast-moving targets like HTTP/2 and TCP/2 e.g.:
-# - https://github.com/curl/curl/blob/master/docs/HTTP3.md
-# - https://github.com/curl/curl/blob/master/.github/workflows/quiche-linux.yml
+# - https://github.com/curl/curl/blob/master/docs/INTERNALS.md (core 
dependencies + minimum versions)
+# - https://github.com/curl/curl/blob/master/docs/HTTP3.md (example of a 
feature that moves quickly)
+# - 
https://github.com/curl/curl/blob/master/.github/workflows/quiche-linux.yml 
(CI/CD for TCP/2)
 # However 'supported' vs 'works' are two entirely different things; be sane but
 # don't be afraid to require a later version.
 
 RDEPEND="
-   sys-libs/zlib[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.1.4[${MULTILIB_USEDEP}]
adns? ( net-dns/c-ares:=[${MULTILIB_USEDEP}] )
brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
http2? ( >=net-libs/nghttp2-1.12.0:=[${MULTILIB_USEDEP}] )
idn? ( net-dns/libidn2:=[static-libs?,${MULTILIB_USEDEP}] )
kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
-   ldap? ( net-nds/openldap:=[static-libs?,${MULTILIB_USEDEP}] )
+   ldap? ( >=net-nds/openldap-2.0.0:=[static-libs?,${MULTILIB_USEDEP}] )
nghttp3? (
>=net-libs/nghttp3-0.15.0[${MULTILIB_USEDEP}]
>=net-libs/ngtcp2-0.19.1[gnutls,ssl,-openssl,${MULTILIB_USEDEP}]
)
rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] )
-   ssh? ( net-libs/libssh2[${MULTILIB_USEDEP}] )
+   ssh? ( >=net-libs/libssh2-1.0.0[${MULTILIB_USEDEP}] )
ssl? (
gnutls? (
app-misc/ca-certificates
-   net-libs/gnutls:=[static-libs?,${MULTILIB_USEDEP}]
+   
>=net-libs/gnutls-3.1.10:=[static-libs?,${MULTILIB_USEDEP}]
dev-libs/nettle:=[${MULTILIB_USEDEP}]
)
mbedtls? (
@@ -79,7 +82,7 @@ RDEPEND="
net-libs/mbedtls:=[${MULTILIB_USEDEP}]
)
openssl? (
-   
dev-libs/openssl:=[sslv3(-)=,static-libs?,${MULTILIB_USEDEP}]
+   
>=dev-libs/openssl-0.9.7:=[sslv3(-)=,static-libs?,${MULTILIB_USEDEP}]
)
rustls? (
net-libs/rustls-ffi:=[${MULTILIB_USEDEP}]



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

2023-10-10 Thread Sam James
commit: 5fb454ae567ba6c7c71616b602ce641b5ab7f216
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 02:22:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb454ae

dev-libs/botan: build using make again for now (to fix arm64 build)

Bug: https://github.com/randombit/botan/issues/3750
Closes: https://bugs.gentoo.org/915544
Signed-off-by: Sam James  gentoo.org>

 dev-libs/botan/botan-3.2.0.ebuild | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-libs/botan/botan-3.2.0.ebuild 
b/dev-libs/botan/botan-3.2.0.ebuild
index 82a09259f817..bb651261749f 100644
--- a/dev-libs/botan/botan-3.2.0.ebuild
+++ b/dev-libs/botan/botan-3.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..12} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/botan.asc
-inherit edo flag-o-matic multiprocessing ninja-utils python-r1 toolchain-funcs 
verify-sig
+inherit edo flag-o-matic multiprocessing python-r1 toolchain-funcs verify-sig
 
 MY_P="Botan-${PV}"
 DESCRIPTION="C++ crypto library"
@@ -46,7 +46,6 @@ RDEPEND="
 "
 BDEPEND="
${PYTHON_DEPS}
-   ${NINJA_DEPEND}
$(python_gen_any_dep '
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
')
@@ -151,7 +150,8 @@ src_configure() {
$(use_with sqlite sqlite3)
$(use_with zlib)
 
-   --build-tool=ninja
+   # Broken in 3.2.0, bug #915544
+   #--build-tool=ninja
--cpu=${chostarch}
--docdir=share/doc
--disable-modules=$(IFS=","; echo "${disable_modules[*]}")
@@ -203,16 +203,12 @@ src_configure() {
edo ${EPYTHON} configure.py --verbose "${myargs[@]}"
 }
 
-src_compile() {
-   eninja
-}
-
 src_test() {
LD_LIBRARY_PATH="${S}" edo ./botan-test$(ver_cut 1) 
--test-threads="$(makeopts_jobs)"
 }
 
 src_install() {
-   DESTDIR="${D}" eninja install
+   default
 
if [[ -d "${ED}"/usr/share/doc/${P} && ${P} != ${PF} ]] ; then
# --docdir in configure controls the parent directory 
unfortunately



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

2023-10-10 Thread Sam James
commit: a8b4ac651ffcdc65becba780e490224bb5e5f7fb
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 02:18:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b4ac65

dev-libs/botan: wire up cpu_flags_arm_{sha1,sha2}

Noticed while poking at the linked bug.

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

 dev-libs/botan/botan-3.2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/botan/botan-3.2.0.ebuild 
b/dev-libs/botan/botan-3.2.0.ebuild
index 25af4176f0f6..82a09259f817 100644
--- a/dev-libs/botan/botan-3.2.0.ebuild
+++ b/dev-libs/botan/botan-3.2.0.ebuild
@@ -22,7 +22,7 @@ IUSE="doc boost bzip2 lzma python static-libs sqlite test 
tools zlib"
 RESTRICT="!test? ( test )"
 
 CPU_USE=(
-   cpu_flags_arm_{aes,neon}
+   cpu_flags_arm_{aes,neon,sha1,sha2}
cpu_flags_ppc_altivec
cpu_flags_x86_{aes,avx2,popcnt,rdrand,sha,sse2,ssse3,sse4_1,sse4_2}
 )
@@ -126,6 +126,8 @@ src_configure() {
# TODO: POWER Crypto (new CPU_FLAGS_PPC?)
$(usev !cpu_flags_arm_aes '--disable-armv8crypto')
$(usev !cpu_flags_arm_neon '--disable-neon')
+   $(usev !cpu_flags_arm_sha1 '--disable-armv8crypto')
+   $(usev !cpu_flags_arm_sha2 '--disable-armv8crypto')
$(usev !cpu_flags_ppc_altivec '--disable-altivec')
$(usev !cpu_flags_x86_aes '--disable-aes-ni')
$(usev !cpu_flags_x86_avx2 '--disable-avx2')



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

2023-10-10 Thread Sam James
commit: e6899917e94f0a410e7e2bf91115959ee3770f50
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 05:20:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6899917

dev-db/sqlite: add 3.43.2

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

 dev-db/sqlite/Manifest |   2 +
 dev-db/sqlite/sqlite-3.43.2.ebuild | 428 +
 2 files changed, 430 insertions(+)

diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index 81b50ebacaa4..bb3d12020957 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -1,6 +1,8 @@
 DIST sqlite-doc-342.zip 10665938 BLAKE2B 
62aef59e6976101ecca60d1ee194e9e558009dd8bdb7cd911f9938f1256e50bc946f8ca554666b6c101f7024baac7857b83adf6e897164afb9b5c4d4917593d1
 SHA512 
d675ee2897323d468816bc713594c4e94cb5c15270b4f991758e2c82e2891ad724c5790f29b76bc9e5d6b3be04e95aee371c57ceb2d855c1057b4af62a5af162
 DIST sqlite-doc-343.zip 10663888 BLAKE2B 
2bffca5a33c46183bf9d82042b89ad0968aa6061c7ccd5f6cd7a886ae48faa9a5356883b02048b1f253401513d90f689f8a9f6debc0897cd25997c19ab4e
 SHA512 
393c759e86a2fd6a7bbdc820c78289b84f984acd83879d7385c8627c73060562d376d66a9464887fdbccdea395025db677aa4c6f37aa32e99048fcde3561ae06
 DIST sqlite-doc-3430100.zip 10668827 BLAKE2B 
66ae2abbe4e6f7e7922f55f90f0bdac150948b7d76c633299a4ce34dfaa050d7b0f7404938c3b39c2b117223a5bc57ca981e466d8fc1efef5d0a1892350e64c3
 SHA512 
62c107d716c3c656b12a08750f81db25ccb68c267795247307be88a44b3fe7ceb0f1563278a2f504b91cd985a83196a50e58de5f3240601c49a25b2b3e147d8c
+DIST sqlite-doc-3430200.zip 10681883 BLAKE2B 
4bdf30c44fc7df2c54a26092ffd06779d42e41d260b0ea0303db7b0ba1f1e087a452fa8fde9ce4969910e773a7620606bccad515100e2b2c642e34df4cda9282
 SHA512 
efef55ee96745afccbb48fa5b611b4de86871ccf36ee1da8d164a9c063aca3049392de856c5f81fc6117b8e5ef8dba63bda9bd1bd4663a0746f81f1f348aa11c
 DIST sqlite-src-342.zip 13910252 BLAKE2B 
defe14bf0b5588775b2a2b17b3adbbaf39f1e95eac049cbd4868e2e59fbf50fb92b11c74ecf12fe0138521e7d4d3cc2a4bf45e7c83fd774abd7aa9ed7ee0f925
 SHA512 
509b7aa292870c927ef137469028e5e07ca74907414c5b295360cb10b377a42de7469d3afe79f8d9947d486ef74d676679c7f2d3b1caaeb8c949f27201180def
 DIST sqlite-src-343.zip 13927457 BLAKE2B 
dfa7311af66b76ca18001f98712f6187030d24e4ca679dbe1d30ef12d77f439056724087ae19640a77b075b35e3faeecc342ab8fcd5625ccd832f3e0fbe2b004
 SHA512 
56a16980bf10ba0d312ada183cabaa4123faf4ed531749d70349ca55ca11cc8a6733f473b2247f6cc0e500523f1b598ffee31efb81e07879c523957f0e3efa90
 DIST sqlite-src-3430100.zip 13928044 BLAKE2B 
dcd1927bc092b5b8a2eb244132a8c4d62a17ab2fe67c2c53c3c48159c9fa6055fd35627ac6339b95627da5fa5d374db43e0dfa4d2f733e5fa7ad0844e8208018
 SHA512 
90f320653069b5ba9caadc8fbc914c7e63e520b884dbf9267badb07f5c573141d7db903dbfbcc0a97f6a116d8c4edec0cfac70c3c6b8ffb2efbb808f559173e3
+DIST sqlite-src-3430200.zip 13929567 BLAKE2B 
9366861b500bb6400b0d4eadf6890449b624dd42b039ee3861e18c088e1d96873978882ab747b52ac1dace40399ad7f5e583f7af608fb2120d22c311df947f65
 SHA512 
ab704038ae8d315144935cb99a727f85a7457ab5f0b8c639f49bb14a973dabe4784f9b23bd1ae7a351a81ce4a443142a05867c29eddb724beeff0b5c8dc0409f

diff --git a/dev-db/sqlite/sqlite-3.43.2.ebuild 
b/dev-db/sqlite/sqlite-3.43.2.ebuild
new file mode 100644
index ..fb473fb1a985
--- /dev/null
+++ b/dev-db/sqlite/sqlite-3.43.2.ebuild
@@ -0,0 +1,428 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic multilib-minimal toolchain-funcs
+
+DESCRIPTION="SQL database engine"
+HOMEPAGE="https://sqlite.org/;
+
+# On version updates, make sure to read the forum 
(https://sqlite.org/forum/forum)
+# for hints regarding test failures, backports, etc.
+if [[ ${PV} ==  ]]; then
+   S="${WORKDIR}"/${PN}
+   PROPERTIES="live"
+else
+   printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ")
+   DOC_PV="${SRC_PV}"
+   #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ")
+
+   SRC_URI="
+   https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip
+   doc? ( https://sqlite.org/2023/${PN}-doc-${DOC_PV}.zip )
+   "
+   S="${WORKDIR}/${PN}-src-${SRC_PV}"
+
+   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="public-domain"
+SLOT="3"
+IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   sys-libs/zlib:=[${MULTILIB_USEDEP}]
+   icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )
+   readline? ( sys-libs/readline:=[${MULTILIB_USEDEP}] )
+   tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )
+   tools? ( dev-lang/tcl:= )
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-lang/tcl-8.6:0[${MULTILIB_USEDEP}] )
+"
+BDEPEND=">=dev-lang/tcl-8.6:0"
+if [[ ${PV} ==  ]]; then
+ 

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

2023-10-10 Thread Sam James
commit: c21b8bee26874bfa042ee0faa15749a626af38c7
Author: Matt Jolly  footclan  ninja>
AuthorDate: Tue Oct 10 11:16:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21b8bee

net-misc/curl: drop 8.0.1

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

 net-misc/curl/Manifest  |   2 -
 net-misc/curl/curl-8.0.1.ebuild | 316 
 2 files changed, 318 deletions(-)

diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index 6c37bee74e3e..b95e723864b9 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,5 +1,3 @@
-DIST curl-8.0.1.tar.xz 2575544 BLAKE2B 
67d82e9d71f0a351b5c2ed3ad5eab02e367ded872658a295179b935729d5105015f8c29569c396e11cd14036656af894ded85c8838cba260d9f6f1a8dcb5e22b
 SHA512 
3bb777982659ed697ae90f113ff7b65d6ce8ba9fe6a8984cfd6769d2f051a72ba953c911abe234c204ec2cc5a35d68b4d033037fad7fba31bb92a52543f8d13d
-DIST curl-8.0.1.tar.xz.asc 488 BLAKE2B 
452e1bebe1028e7621bbf8829e50cf56e254cd63a8cf2a4c0332176b9f18fb2821304ae556a203996d273c986bddbd04db2218c18fd34dee66e9155861ba50ce
 SHA512 
92c6a0570e9a8a708fe2f717b8b37a68dcb9cd4520ca50c9baafec5891bda103bce2d2dcb67f1387bf11bd7e51e0e64ccd52d196e61d58b598ad3aa1960386cf
 DIST curl-8.1.2.tar.xz 2612652 BLAKE2B 
66d0828912bb9971dac99025aa8b5c1c2fac1f8b568f2a8a97bd9f66986bdb164b603b539ec3e123cd6a26ea65829e58c90fc9852be88b42074cf40c89c566d1
 SHA512 
532ab96eba6dea66d272f3be56f5af5c5da922480f9a10e203de98037c311f12f8145ba6bf813831e42815e068874ccfd108f84f7650743f5dbb3ebc3bc9c4f4
 DIST curl-8.1.2.tar.xz.asc 488 BLAKE2B 
304dbdb51aa113c0b70b2662e29b1be3294b04f5f00264ce60703756363999cd567dcd0301e27b294d1d53f16ecc016ba429fcbea240949b372750f7e6e7375a
 SHA512 
d120299a2d59259aeb19ae0fa3a3e181e25b6927677187037c61a0901879956177ce8dda10764073a47848f81dcbbcb94e0b6008742994042b6b8fd194e169c3
 DIST curl-8.2.1.tar.xz 2631932 BLAKE2B 
77c0b067935397afb3961378f2fe349fa988c6379c1ab7437c5d5f967710b2e9ba7aec91df8fe58a8b26c00c0164d4db9bd095ca27d1bf52b768c8d83cc0ecaf
 SHA512 
3f78c9330c52d32b166f17829fc2be13418ef925e88f75aacad7f369e7afe00dc4a56566418730dbb845b2b284d721b08f639df322e2e1ef2dfab165c4189094

diff --git a/net-misc/curl/curl-8.0.1.ebuild b/net-misc/curl/curl-8.0.1.ebuild
deleted file mode 100644
index d55ecb0e531c..
--- a/net-misc/curl/curl-8.0.1.ebuild
+++ /dev/null
@@ -1,316 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/danielstenberg.asc
-inherit autotools multilib-minimal prefix verify-sig
-
-DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="https://curl.se/;
-SRC_URI="
-   https://curl.se/download/${P}.tar.xz
-   verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )
-"
-
-LICENSE="BSD curl ISC test? ( BSD-4 )"
-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="+adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap kerberos 
ldap mbedtls nss +openssl +pop3 +progress-meter rtmp rustls samba +smtp ssh ssl 
sslv3 static-libs test telnet +tftp websockets zstd"
-IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_rustls"
-IUSE+=" nghttp3"
-RESTRICT="!test? ( test )"
-
-# Only one default ssl provider can be enabled
-REQUIRED_USE="
-   ssl? (
-   ^^ (
-   curl_ssl_gnutls
-   curl_ssl_mbedtls
-   curl_ssl_nss
-   curl_ssl_openssl
-   curl_ssl_rustls
-   )
-   )
-"
-
-RDEPEND="
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   adns? ( net-dns/c-ares:=[${MULTILIB_USEDEP}] )
-   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
-   http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] )
-   idn? ( net-dns/libidn2:=[static-libs?,${MULTILIB_USEDEP}] )
-   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
-   ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
-   nghttp3? (
-   net-libs/nghttp3[${MULTILIB_USEDEP}]
-   net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}]
-   )
-   rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] )
-   ssh? ( net-libs/libssh2[${MULTILIB_USEDEP}] )
-   ssl? (
-   gnutls? (
-   app-misc/ca-certificates
-   net-libs/gnutls:=[static-libs?,${MULTILIB_USEDEP}]
-   dev-libs/nettle:=[${MULTILIB_USEDEP}]
-   )
-   mbedtls? (
-   app-misc/ca-certificates
-   net-libs/mbedtls:=[${MULTILIB_USEDEP}]
-   )
-   nss? (
-   app-misc/ca-certificates
-   

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

2023-10-10 Thread Sam James
commit: 0525367c10e8f29f5bb9943a1a0a2fc706069cce
Author: Matt Jolly  footclan  ninja>
AuthorDate: Tue Oct 10 11:16:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0525367c

net-misc/curl: drop 8.1.2

Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/33276
Signed-off-by: Sam James  gentoo.org>

 net-misc/curl/Manifest  |   2 -
 net-misc/curl/curl-8.1.2.ebuild | 330 
 2 files changed, 332 deletions(-)

diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index b95e723864b9..254484f46485 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,5 +1,3 @@
-DIST curl-8.1.2.tar.xz 2612652 BLAKE2B 
66d0828912bb9971dac99025aa8b5c1c2fac1f8b568f2a8a97bd9f66986bdb164b603b539ec3e123cd6a26ea65829e58c90fc9852be88b42074cf40c89c566d1
 SHA512 
532ab96eba6dea66d272f3be56f5af5c5da922480f9a10e203de98037c311f12f8145ba6bf813831e42815e068874ccfd108f84f7650743f5dbb3ebc3bc9c4f4
-DIST curl-8.1.2.tar.xz.asc 488 BLAKE2B 
304dbdb51aa113c0b70b2662e29b1be3294b04f5f00264ce60703756363999cd567dcd0301e27b294d1d53f16ecc016ba429fcbea240949b372750f7e6e7375a
 SHA512 
d120299a2d59259aeb19ae0fa3a3e181e25b6927677187037c61a0901879956177ce8dda10764073a47848f81dcbbcb94e0b6008742994042b6b8fd194e169c3
 DIST curl-8.2.1.tar.xz 2631932 BLAKE2B 
77c0b067935397afb3961378f2fe349fa988c6379c1ab7437c5d5f967710b2e9ba7aec91df8fe58a8b26c00c0164d4db9bd095ca27d1bf52b768c8d83cc0ecaf
 SHA512 
3f78c9330c52d32b166f17829fc2be13418ef925e88f75aacad7f369e7afe00dc4a56566418730dbb845b2b284d721b08f639df322e2e1ef2dfab165c4189094
 DIST curl-8.2.1.tar.xz.asc 488 BLAKE2B 
569a7c8d338f7175b5035fa281861b57cce7f5327ec6437d79e215e5a806619c9432d7960687e5463787f681cc408371c1eb1f0db7fb8678b8ef34ec50ef69d0
 SHA512 
31ee66a09e7bd14de949ae991c23a0b905d38407b73ae39bae6d01854d8708355c14bc4d0eab3ff931b85986d0236dd34e934eef6061f4b70739137fd0525084
 DIST curl-8.3.0.tar.xz 2641764 BLAKE2B 
6875b20e27ed86f9b6ab256210d85e9fb3b39645e8be710b2e6fe29fba40220f870e06bc21e8a92244670fed0a08c7716e4806a267ede49c4ed6d66e03f5fcd4
 SHA512 
6404b4c74fe1185cb482631ca3a143996cb7298d0d8a76bfafd7696e7729c0055a069bdba782dee3f3eb273fb678a4438cb27d3deca54022878cdff83a51

diff --git a/net-misc/curl/curl-8.1.2.ebuild b/net-misc/curl/curl-8.1.2.ebuild
deleted file mode 100644
index 0cba350a0eaa..
--- a/net-misc/curl/curl-8.1.2.ebuild
+++ /dev/null
@@ -1,330 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/danielstenberg.asc
-inherit autotools multilib-minimal prefix verify-sig
-
-DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="https://curl.se/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/curl/curl.git;
-else
-   SRC_URI="
-   https://curl.se/download/${P}.tar.xz
-   verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )
-   "
-   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="BSD curl ISC test? ( BSD-4 )"
-SLOT="0"
-IUSE="+adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap kerberos 
ldap mbedtls nss +openssl +pop3 +progress-meter rtmp rustls samba +smtp ssh ssl 
sslv3 static-libs test telnet +tftp websockets zstd"
-# These select the default SSL implementation
-IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_rustls"
-IUSE+=" nghttp3"
-RESTRICT="!test? ( test )"
-
-# Only one default ssl provider can be enabled
-# The default ssl provider needs its USE satisfied
-REQUIRED_USE="
-   ssl? (
-   ^^ (
-   curl_ssl_gnutls
-   curl_ssl_mbedtls
-   curl_ssl_nss
-   curl_ssl_openssl
-   curl_ssl_rustls
-   )
-   )
-   curl_ssl_gnutls? ( gnutls )
-   curl_ssl_mbedtls? ( mbedtls )
-   curl_ssl_nss? ( nss )
-   curl_ssl_openssl? ( openssl )
-   curl_ssl_rustls? ( rustls )
-"
-
-RDEPEND="
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   adns? ( net-dns/c-ares:=[${MULTILIB_USEDEP}] )
-   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
-   http2? ( >=net-libs/nghttp2-1.12.0:=[${MULTILIB_USEDEP}] )
-   idn? ( net-dns/libidn2:=[static-libs?,${MULTILIB_USEDEP}] )
-   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
-   ldap? ( net-nds/openldap:=[static-libs?,${MULTILIB_USEDEP}] )
-   nghttp3? (
-   >=net-libs/nghttp3-0.11.0[${MULTILIB_USEDEP}]
-   >=net-libs/ngtcp2-0.15.0[gnutls,ssl,-openssl,${MULTILIB_USEDEP}]
-   )
-   rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] )
-   

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

2023-10-10 Thread Sam James
commit: 20e29bb886cba4a2d7cfb91c3afe66af88a3769b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 02:19:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e29bb8

profiles/arch/arm64: unmask dev-libs/botan[cpu_flags_arm_neon]

Noticed while poking at the linked bug. Supports arm64 for neon.

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

 profiles/arch/arm64/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index ce7aa8f56321..eb609c00a781 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-10-11)
+# Supports 64-bit NEON
+dev-libs/botan -cpu_flags_arm_neo
+
 # Patrick McLean  (2023-10-03)
 # sys-apps/s6-linux-init has not been tested on this arch
 sys-apps/openrc s6



[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/

2023-10-10 Thread Sam James
commit: 42aadd23b8832c7503b69f3fdf1c2dce4bcdb27c
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 02:43:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 05:21:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42aadd23

net-firewall/iptables: add 1.8.10

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

 net-firewall/iptables/Manifest   |   1 +
 net-firewall/iptables/iptables-1.8.10.ebuild | 179 +++
 2 files changed, 180 insertions(+)

diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest
index 87a9224bf3ed..b3cf64b04da5 100644
--- a/net-firewall/iptables/Manifest
+++ b/net-firewall/iptables/Manifest
@@ -1,2 +1,3 @@
+DIST iptables-1.8.10.tar.xz 641168 BLAKE2B 
417b33fcfc7edeba169caef26ed0322798f6b82500840509f6c10b97b4ef3f11932c0393fc8dcc5946264442bf8ee959a594b6fbd5dc92012cfad30edf130520
 SHA512 
71e6ed2260859157d61981a4fe5039dc9e8d7da885a626a4b5dae8164c509a9d9f874286b9468bb6a462d6e259d4d32d596ecefdd8a293011ae80c00f153
 DIST iptables-1.8.8.tar.bz2 746985 BLAKE2B 
0da021cc7313b86af331768904956dab3eee3de245a7b03965129f3d7f13097fc03fbb1390167dcd971eff216eabad9e59b261a9c0f54bfc48a77453aa40d164
 SHA512 
f21df23279a77531a23f3fcb1b8f0f8ec0c726bda236dd0e33af74b06753baff6ce3f26fb9fcceb6fada560656ba901e68fc6452eb840ac1b206bc4654950f59
 DIST iptables-1.8.9.tar.xz 637848 BLAKE2B 
37ba80be0ee7049c4d3ee5689b273b4d2cc6e6fb9ebb297e86976b5750f987f2ae4536013fe1749ae79b6989c241eaece3202019fafd47d842c7a4fe3e5093b1
 SHA512 
e367bf286135e39b7401e852de25c1ed06d44befdffd92ed1566eb2ae9704b48ac9196cb971f43c6c83c6ad4d910443d32064bcdf618cfcef6bcab113e31ff70

diff --git a/net-firewall/iptables/iptables-1.8.10.ebuild 
b/net-firewall/iptables/iptables-1.8.10.ebuild
new file mode 100644
index ..15f853569b01
--- /dev/null
+++ b/net-firewall/iptables/iptables-1.8.10.ebuild
@@ -0,0 +1,179 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs autotools flag-o-matic usr-ldscript
+
+DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"
+HOMEPAGE="https://www.netfilter.org/projects/iptables/;
+SRC_URI="https://www.netfilter.org/projects/iptables/files/${P}.tar.xz;
+
+LICENSE="GPL-2"
+# Subslot reflects PV when libxtables and/or libip*tc was changed
+# the last time.
+SLOT="0/1.8.3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="conntrack netlink nftables pcap static-libs"
+
+COMMON_DEPEND="
+   conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 )
+   netlink? ( net-libs/libnfnetlink )
+   nftables? (
+   >=net-libs/libmnl-1.0:=
+   >=net-libs/libnftnl-1.2.6:=
+   )
+   pcap? ( net-libs/libpcap )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   virtual/os-headers
+   >=sys-kernel/linux-headers-4.4:0
+"
+BDEPEND="
+   virtual/pkgconfig
+   nftables? (
+   sys-devel/flex
+   app-alternatives/yacc
+   )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   nftables? ( net-misc/ethertypes )
+   !https://bugs.gentoo.org/881295
+   rm "${ED}/usr/bin/iptables-xml" || die
+
+   dodoc iptables/iptables.xslt
+
+   # All the iptables binaries are in /sbin, so might as well
+   # put these small files in with them
+   into /
+   dosbin iptables/iptables-apply
+   dosym iptables-apply /sbin/ip6tables-apply
+   doman iptables/iptables-apply.8
+
+   insinto /usr/include
+   doins include/ip{,6}tables.h
+   insinto /usr/include/iptables
+   doins include/iptables/internal.h
+
+   keepdir /var/lib/ip{,6}tables
+   newinitd "${FILESDIR}"/${PN}-r3.init iptables
+   newconfd "${FILESDIR}"/${PN}-r1.confd iptables
+   dosym iptables /etc/init.d/ip6tables
+   newconfd "${FILESDIR}"/ip6tables-r1.confd ip6tables
+
+   if use nftables; then
+   # Bug #647458
+   rm "${ED}"/etc/ethertypes || die
+
+   # Bugs #660886 and #669894
+   rm "${ED}"/sbin/{arptables,ebtables}{,-{save,restore}} || die
+   fi
+
+   systemd_dounit "${FILESDIR}"/systemd/ip{,6}tables-{re,}store.service
+
+   # Move important libs to /lib, bug #332175
+   gen_usr_ldscript -a ip{4,6}tc xtables
+
+   find "${ED}" -type f -name "*.la" -delete || die
+}
+
+pkg_postinst() {
+   local default_iptables="xtables-legacy-multi"
+   if ! eselect iptables show &>/dev/null; then
+   elog "Current iptables implementation is unset, setting to 
${default_iptables}"
+   eselect iptables set "${default_iptables}"
+   fi
+
+   if use nftables; then
+   local tables
+   for tables in {arp,eb}tables; do
+   if ! eselect ${tables} show &>/dev/null; then
+   elog "Current ${tables} 

[gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/

2023-10-10 Thread Joonas Niilola
commit: cc276f738a18802ca11652f890e215f0319df762
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 11 04:06:22 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 11 04:06:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc276f73

www-client/firefox-bin: drop 118.0.1

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

 www-client/firefox-bin/Manifest   |  98 --
 www-client/firefox-bin/firefox-bin-118.0.1.ebuild | 382 --
 2 files changed, 480 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 94b504d2f730..770dcb5b76c8 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -94,102 +94,6 @@ DIST firefox-115.3.1esr-vi.xpi 595543 BLAKE2B 
a3984e027abd5d92345271aed80b545123
 DIST firefox-115.3.1esr-xh.xpi 402423 BLAKE2B 
c80542bbd4bea684f26114fbe3785863ab23513fc22a6157c9b65061fd4c4d873ce23cbeceeb259fd4762238542c4310df34bbe0271e34179118ccc440a4e507
 SHA512 
316d9ce7094d69570fef25767ad58dbb3021808338e7679912902a2eecfb6c0ec2dec9a66fc0422d295bbf9028af5cc30a7d6972422cf00437371839b9a9f6d2
 DIST firefox-115.3.1esr-zh-CN.xpi 595486 BLAKE2B 
c24578d05d5b3c3f7dc2df7184fb575c3beedd9e20e4f9fa7bedc800ac0ce953309e7edcef06c4922f3d601906f195f5778714082405fb838dc5838a8f534ced
 SHA512 
f9e3009d2ffefbebec11ddebce7b7bd7d6f9ddb84d5be85e1c178691633f6af95a3c13085f3ca6200d9d4d6038030f6472fa86f4bde0493acac2369af808b541
 DIST firefox-115.3.1esr-zh-TW.xpi 597814 BLAKE2B 
5f48207fcb7d6cd81c7a223447726012cbe8a3f5d0fe195460063bdf98f3658e11b28003ce27a56363b1ff474fa840f28f4c5facd50beb7051264d9cf18681ac
 SHA512 
29b304dd87ae32df33ad5d1485ad4734c106d2641c6ff3bc60564cd27d9806eedd2e598df22ee79ae7eaa4045c7ca3a2fcbc724a70fd74c3fd5c06f6294da715
-DIST firefox-118.0.1-ach.xpi 446026 BLAKE2B 
e5c801bee7f8ebd92c5de87217fb46cd7e3b7ccf08d2ff25537ba80cef8e5c940a3eec173f3ce46181fe68aef783751a68e9236b556818dcbada34b7d1bb29e1
 SHA512 
cd3c9010a75cacd7afb2f3d9626798d935a88c1f9460130325ca76fecc04094e335762e8f55c4fb9fd98c09f6fd947b7d8b58ccde23fe0f06d5ae59a40628f0f
-DIST firefox-118.0.1-af.xpi 401795 BLAKE2B 
ad6a6815cb2f544a14d9125d9d89dbd745b679ccd89ef75c8bdc77fdf55ebc1f7c14422c92ae07a6a59a166f89afdf3ed024603c4ce9edce80c95f685ed6d3f3
 SHA512 
9187bf995aecdaeaa11c423ca60514fdd5f8d90fc8e93f1ee28897dcac057914801083a6b2c90634842c66d8ae80b87d6ec8989ce8cf666b4b64fe3b919b1a18
-DIST firefox-118.0.1-an.xpi 485437 BLAKE2B 
8da6d2893750e7e2e1e718fb8e6e559725f97ad8f3aca44bbc658573f89f5d21460b62176f9423ca0c81358863a2804ac653ebf49596c3ec84c3bf8f0ca16b6b
 SHA512 
b61baa59dcf51c0627b0630680ed440734d69824f87236e7806c461dda6c891d6fcae6b791366bc9a55050e1a8aaad258f1df22eeaec0c6d72a96bd82651ea04
-DIST firefox-118.0.1-ar.xpi 552502 BLAKE2B 
714d561ea57ce939fc0bb76a404b706d7d3f0aaa544fea813c49d32644be4d3edbb0b2867afa81abb6002b8185c97480cd87acca433137df7b8c92dcfe21d2b9
 SHA512 
e9b6818b4d569e77d344c1a7a32a29cf3853b9f0d42e7c73707c0b5deb119e0c739754693386fea982396acc9a0403e5f7676a5008bb12d01f74876eea99a8de
-DIST firefox-118.0.1-ast.xpi 478762 BLAKE2B 
878fc79e0d365236daf3c9adf645d30d8a3f2ca7146798506c77970a58575b55781c2f51df2667ea860b32a31225e76e3a88df606eb12e2490cef6d27b2bd5ea
 SHA512 
0ce1992a29ed6979a468085c0f526e8caf514ae9cbddec50ca6869048e3a7dfa5eacbe04ff925868251af374a38f5d30e53edd609cadda080653c9c622b2af96
-DIST firefox-118.0.1-az.xpi 471877 BLAKE2B 
fc3dd907330b9c16df7ee247dc41cbba8051a6a60c27ea8332ac7b07a6ff99db3609dee300ef01697588b3a9342d9e14aedb0f777862dfe1bfc43a1ed3cd4b77
 SHA512 
f2518452f5ba568a235d9996b3402bd778fe78aebec5a9a871ac2df2332564d5586a3e3da3ccf930df0ecf4d08dc10ef8bdc6c0085cae71295953b10cabe4075
-DIST firefox-118.0.1-be.xpi 657997 BLAKE2B 
eda077d395c0bfe52e3a6bb54d477e1e88fc8c73612e6159557f9d2efe4b0fd795d88c571ff5749c922660c05bcb7306aea4c57624784847b05d267aab4c8b02
 SHA512 
c13fb21176b0f5061a2ae96127de9d39dc567522a7345257dbd6a1dc4f9cbcbc2f732a69a2c3f804d05df6b7a70e9620d81e294b119c42bd8a91d1e8087f6fc3
-DIST firefox-118.0.1-bg.xpi 567008 BLAKE2B 
515a6b7f74b8450b52daa2753268759f41358ad19529b95c2144957f374328d2e3faf7a40a4f5e6aa2f378e09e76fe49538478605b8c832298b5ac1a34d78a0d
 SHA512 
6ce4817761e960adb27a429e36a1eb5fc5f1cce1829c4982550a5b721a4d42632b0444d74a9396d9f52dcf63434d9d32b300b56c3643aaf6b88ed5caaa197012
-DIST firefox-118.0.1-bn.xpi 561418 BLAKE2B 
3bd876f045602755b934df77bdac5879382ee05d2a4622774d811a40cd6fd6f655ad58e07bc9a95b8a4a29a8ba7b915a4bafe8b51b263b5bfea2d52069398486
 SHA512 
3afe1ed48f1db34b5120db3b91af7188adf6d95cdf5b06de2d40df30ec055e54f966f934008b13a1e6fab48e312145dbe4b6ebe8caf3b94ab100b3e1da3281ad
-DIST firefox-118.0.1-br.xpi 546675 BLAKE2B 
b5e9d8cbf498e8c7a2d01f211131c8ef8eab2a020c2fd1a8ead4baff0d7439e195eda99c92b21ecd45c0f84cb27521fcb02a24d1d33acc1df23465e2d6fa34a3
 SHA512 
7aae2041bb48e6e051f4cea1f51ac8bcb7bf5f5c5dc9fc3a92aa4dd64036a2707aa5df716f2838ee4d8c6884fddaa7dc2747854723d4fcc1b5fec3c8c572e6ad
-DIST firefox-118.0.1-bs.xpi 441969 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/

2023-10-10 Thread Joonas Niilola
commit: 6aac46472a7e6d1585c65af41dac2452b6a8b207
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 11 04:06:11 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 11 04:06:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aac4647

www-client/firefox-bin: add 118.0.2

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

 www-client/firefox-bin/Manifest   |  98 ++
 www-client/firefox-bin/firefox-bin-118.0.2.ebuild | 382 ++
 2 files changed, 480 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 4468cf9b3c04..94b504d2f730 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -190,7 +190,105 @@ DIST firefox-118.0.1-vi.xpi 605278 BLAKE2B 
34df1f4418901f701d07de04c8a21cbb2f38c
 DIST firefox-118.0.1-xh.xpi 401467 BLAKE2B 
dc957bd62cc2994b95fd36d6bbafa1a72362d460a724099e454e9854dce4d10cb8addd9db61b3bdb0c6c0c8dd216a424eda3d30b555f558f7510809e1e5d77ce
 SHA512 
038c7c4811190402f6e24c409996b57a979396abb2aab036be1520cdecde6246ef39b27a8c19617351f5962c0d7ca4ed3e954931bb26a2f78d6575556c8ba015
 DIST firefox-118.0.1-zh-CN.xpi 604599 BLAKE2B 
2d3b7020945bbd8d18152741f6f69446b70cd468a8608d6dea6b07d148b3b7d83ecbd99457e17c432a117b53ec0297dfc760cba0f06b6d03b83e9c0891482f99
 SHA512 
2c85bac1ead436e651c73b9db589ff0dbaa22331cea6ee641344f2caebd918deee45e5833641765a413f84ee62430679fc68fee534fb21d5d9a15b5185374b44
 DIST firefox-118.0.1-zh-TW.xpi 606658 BLAKE2B 
368842ec50e390cfcbce8eeca4dbd28c43eecb1176d3d530cde6f82fd0cdb670052f7d421517dc90ce9f8c8e07e0c7e9271305e467260a7e1f36d84861d4cb76
 SHA512 
fb2b55c11a1d028a85f83b79334f99169431a2890dd434a07b386b967fe8c54f1affd9c9078c3b75f61950ef55371dbb94e0bc67467fdea51c0a36bee864ab33
+DIST firefox-118.0.2-ach.xpi 446038 BLAKE2B 
ad8e44171b4f4f8cdfce5ded8fa057f09530b17143a8050784a8b6277e7258423de71110100acb5909f61bf15447c3071a3afa29eb16c9c06ea64800e1dac946
 SHA512 
5e88a6175e227c2e8f08d6e8390ec6074d2f10da2bc119028893509d190f31a4c6c43d29b7e859174ab6a9df0bb7a87d0b87c04588d96de8239ae5209b93ab8c
+DIST firefox-118.0.2-af.xpi 401804 BLAKE2B 
c0a05a0fe1e1c505109c5b160b78f1bbb3cfa306dbee1bd97a1a1e67f6953c440aaf85dd4061da4e14add917f1e14ee9ad73eb78038fa9a6d895fd3dd7107a5a
 SHA512 
43e6f31deb904462165726c097a6e4b1972068013681832d5e87c715b07fd3e259c400c061d796b69586983ef536786a12ebb0acefd8cd551f421ea292f4fbeb
+DIST firefox-118.0.2-an.xpi 485438 BLAKE2B 
d3c13c883ad6ee0a28bfb6d018cfa726daff1b5e55193c025e8d91e6fd04bf3855be2421cf941813696ed9e31cf66f3aba0bbbadffdb3c7be06ad14b773d1195
 SHA512 
258f03378eb3e17a77293728f3e83665c180a2149bebe08c1c37246e1d0d0f1bd2fe2c1653563054822887b294879dff7b969eb54b2fe16e3daf0d5cceb1e125
+DIST firefox-118.0.2-ar.xpi 552500 BLAKE2B 
d03e4cee966f7c600c6da9b79cddbc899b1b7274da36f5939ed6e200e47e8227e0377b4873f253d8e3d43a7fd3bea5b256e705612e902310460d640efc24c400
 SHA512 
e344e63b499985ca81baa53a0da4e9bcca239674a72731bcab9fc95be87786c10608e40fa059a1cd61f89bcbe5a37d236a6abfa5c121780ecade10613d4d2aeb
+DIST firefox-118.0.2-ast.xpi 478757 BLAKE2B 
10b156fb2e1b6df63fa0412f21eacd08eafb5a088cd9693df455b3e14523947df0c9372707d9087cb63c737d78c3eb258e2a5773037ef985d5274a52bb77ce1a
 SHA512 
7d3a5afa517109ce35d4af7bfebfbe2d46e17c7794dfd8da587ae3399fc747e2ecebe00696bc9e982b9c8c9172d1d50d9ecd62d358bbb7fc437dfae5350f786b
+DIST firefox-118.0.2-az.xpi 471875 BLAKE2B 
7f22c1c8f13c043a99966a2557666d04ee8b71754bafd1b6fe554b77816f8560bf9578e82dcc93756ac0f18469375c7be6611d3726f01134b9824da545d88bd5
 SHA512 
88ace169bbdfe5abc41353ba482cbe09db640c41ee4e846689dd29cd0e1b99eaee5c7759c8420e3b94d2111acac9b5536209b70f17dff1429c16aff06d4a976d
+DIST firefox-118.0.2-be.xpi 658001 BLAKE2B 
2e9ef6f18a97e268fa9dd3c68a884a6c0dcda55f74e228553158abb1a45a17f5cf8228dd996901d13714e3a2b4943a11062b7bdb3cf21bd9431a8ac5e4b6fea4
 SHA512 
278192d0f362d34e49a04cfa4d2e5c3673b18e3069229c2f40ff4f861b62b151f6e3ec788f0b44fbfc06c9bf3309e93ab7082f5e9bde1a591a7edf6a8ee9ffc9
+DIST firefox-118.0.2-bg.xpi 567016 BLAKE2B 
d068b6b7ff81eb7a496d14174c4e1fd1b7e17422ec0d72569e0ca1b4ec5e90c67cb005a2d21baeb60443bf037aa28a22800702093a6c01110992aecb3f9e7bf2
 SHA512 
ba97957ac0273d82ddde8045bb9713f357133db1a53a4af7766393d6c0b08a44026c4174c8bea7709b995cc71237539fc3cd9bf206333df113026a9e7fa683cb
+DIST firefox-118.0.2-bn.xpi 561413 BLAKE2B 
464f76a3c627061dec33505d51ae1dd0f996d0fc68e576b9225634d91eb198d50e4ae78a1abf23e85c96f91568f4c65fb3833817e80cc0a94dc16d0da92a5374
 SHA512 
3c5b1a5d78b9789652a0f08732df39293e4f828a3456e4142814012b715b86e4909f46e83f30b5518954dbe8da8a9b6f8682c0292e13fc63842f838e7e35f3ef
+DIST firefox-118.0.2-br.xpi 546680 BLAKE2B 
023be10feed717a6ac22240a975dfa212063817c06c8361028751075a96efe846fc1ace1c5459a034d8948b2e186f0638d05f03a863630b26b2d926006bb6a2b
 SHA512 
f88716be794c4a8c638337f297b53059760549296a3c0fbe9794b0df6305b40caf249917c60e69cda9df2b7136f783ea08c88319c1c41d5cc764019711398380
+DIST firefox-118.0.2-bs.xpi 441977 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2023-10-10 Thread Joonas Niilola
commit: c2d16ba798b7a810ce92034746e8ea30841e43a3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 11 04:10:33 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 11 04:10:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d16ba7

mail-client/thunderbird-bin: drop 115.3.1

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

 mail-client/thunderbird-bin/Manifest   |  66 -
 .../thunderbird-bin/thunderbird-bin-115.3.1.ebuild | 327 -
 2 files changed, 393 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index a36d8ede22c7..c67197cf0a48 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -1,67 +1,3 @@
-DIST thunderbird-115.3.1-af.xpi 542155 BLAKE2B 
ac2276dc78095475fcd6bbde7b762d9c5926ceeaff6f30f29e0d384a2aa96302e785aa40c279861db2ae9e4f4518214e5d8c4b95b2f050d2aad3334619982fc0
 SHA512 
d44bc133e333f1c85e2928196b65de3491ab9fa23a44a783ec2192a49c778cfdec71cad0c1c08e5339528a53da4f60f585cdc6c8fa920d1957dbd98d1aa681d4
-DIST thunderbird-115.3.1-ar.xpi 654727 BLAKE2B 
417c2d1ca3e109235588fe241a01dc19208b00b436032a21eca4541548d144cbce9c04882f4a2471a7748287044d62b94e390fff422d529f8e2174ae2e11722e
 SHA512 
f9790ff5ae7a27b9d0a83ca9d2f1c1d204670a724c35fcdfb8df480a753794831278956822b4604f72358f66dbb8cecb71e0bc7fcb36021994f2ea6a477fffad
-DIST thunderbird-115.3.1-ast.xpi 561119 BLAKE2B 
cdfe76d451621fe2e508b80b01045b8bf8147fd6cf96a4c74950eb3d8eee368353683b11a9e9bf6421215ef09fcf7093cb748f51f58b2ca046db8d7f85213f3b
 SHA512 
663c4cba6f27649c91b42e0fae44e98be4d515a218194f8e8edcb794386457f64002af1266b687213842139ab5c54d1d6fc2a7e2a6fb98eba9d4cef646e622ab
-DIST thunderbird-115.3.1-be.xpi 694084 BLAKE2B 
1d2d1e1b9b3a881c24241457d06f44bd57ea9cb5e8aa146a8713a1230e59190f53a9d9c53982b4286d705da14475a5295e4dc1b967a23443ee5d4d3c4477d84d
 SHA512 
cbf09dfcd51e6f5ee1713903e39c16e98a10ed7891a4b3197dae31a6ed7eddd3c8b672e0fb59a80e8a9ffb132f8cfd7071a34d944d8896881974d552ffbf9d74
-DIST thunderbird-115.3.1-bg.xpi 681253 BLAKE2B 
08b584cf050e1ff44e2cd9722de420742257a8147c6718236b9d9fbbfb7e6bb0c3692473efa05331b3e5a8b011fb24318a64e6b3e83ed62898c5823ab44fd36c
 SHA512 
4631d8343df7844b9f6bd29253e16dbff031fad5a05d1c983c1231c0e1875cbe739ffa65005e81861d3ffddc22df64f34c0fb1f4d72d8ecc4f5b0dbcd1dff171
-DIST thunderbird-115.3.1-br.xpi 626489 BLAKE2B 
19d4a2abd688324076dd87c50e1bc4db2f0a5d72b173652a5e82dca2ea9634d5da616692bf8e7fcc912f42eceef3846d394703c1c4a0ef9a29bc53fbcd8df100
 SHA512 
9365c76b160cebe60135f5dd7b830aed4b081ba51bc925b89440a5faa570b08a1b241ec7e2329cb372b7a7decffdfeef34ba7b9d9cf9609dcf094a64f99d01ec
-DIST thunderbird-115.3.1-ca.xpi 664391 BLAKE2B 
5d739d814f282759eca25d7828d3c1c3d2ace06dfcefa7574e0cc3496e22b3a8bdb61847558f1abcf72a7b159e51ac84a9c658320528937ed2e5f8a4d6265cea
 SHA512 
dc92fd361aeb6897e1023bc0deb7e1e8d493f6463a760a22d0a391505019d9396974b886c976322eca7df8a80769fddc048459292f721f3ee1cd0587441a16a9
-DIST thunderbird-115.3.1-cak.xpi 657815 BLAKE2B 
2181ec38f970c4168669575a6d954e6637aaa7fe50c7692c4b04d0553fdb4f5d5df0e15004885cb19d2c5e6502914364fb4d342ac576b9cda1057e64b72f
 SHA512 
f0405e88f9ee14ab251b7daa7d510865ba18bf5d10e47d102ea9bfbcfcb75577781474a791390229c5f1430aa5c000d41a2a925b29ead3649dc752212fabd794
-DIST thunderbird-115.3.1-cs.xpi 733926 BLAKE2B 
b6420fa0792908573401e2ef4f10e31e474150c8be150a41f47f727e3925889c6f1b085d52fc8b8b5385eeac392f147ad094b18708859fec9b80fa2510bd521f
 SHA512 
15a8283a3cf77b0207a080b2a6d01c9e421896cbe1e213e86d4134e4b84d6bcc822fa25a8bc0b30d7c4d08063709602f5b7e17251fdb9a60e4448507645ce3ea
-DIST thunderbird-115.3.1-cy.xpi 703327 BLAKE2B 
70c5aa82dce73d6fdbce6bc2c12cc2598a01117b8218530686365f57d0c392581ac62a87b3560c3c9abd0d67bb911850bff91f685a7e4a35d82543464a4d
 SHA512 
2a5141db90780b967fc89041af3d0c6c5dafcd022fd6b07d0dddeb9b4689edf8047a1f86acce743008ea842d65a4749f5a5f946fa2557d884655134e4a8c9305
-DIST thunderbird-115.3.1-da.xpi 690779 BLAKE2B 
a2386a476e36ecc226f23e246ec302600b05834a2ad0d3c57d653709775b2b3590cd8fc7a0a3ea546c6263e814d9bbfd13d77f869472d78937ff5c38d2385f05
 SHA512 
815e81e8aab1ef9ca62a240fe08435f1dd66105a572e8ec81f538c25d4877586c08959d8400305bd43a85ae3bbbcdaf37f15b06886f629a3474449290e16dc6c
-DIST thunderbird-115.3.1-de.xpi 720272 BLAKE2B 
59ba0e27ae0e544fa22cc30dccf866cfbbc8353ed90875006e3864b6cb8d41ea078867005ffec88fef74474bb6977cbf725a33ef545e197d1d83b5e9371c41e9
 SHA512 
eb1f2b8952749afbafe278272f48bc4c33789028802e9c30b4d9da5ba39c199599158a0091bae744a437eef02b25b641b170189de26177848c5ec0d1afaa15a6
-DIST thunderbird-115.3.1-dsb.xpi 738025 BLAKE2B 
8db57ace0afcadf4db6fd6d49a05434c8a4be4f1fd6c94654ac7418202105722ca3510727ac116058c7df49e4ec18838dcaba7a13875c57f01ca10e2000ad3b6
 SHA512 
f7e37818437b5f711040d0317b4af96f1a7f16095ab1a6d062065e22696bf3a35499ffea49997cc24e7f3b7c7aaeba232197b62c8764b8b47779278cbdf8f454
-DIST thunderbird-115.3.1-el.xpi 837360 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2023-10-10 Thread Joonas Niilola
commit: 6235be7d821afa238339aefb286a40eedbbbc73f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 11 04:10:28 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 11 04:10:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6235be7d

mail-client/thunderbird-bin: add 115.3.2

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

 mail-client/thunderbird-bin/Manifest   |  66 +
 .../thunderbird-bin/thunderbird-bin-115.3.2.ebuild | 327 +
 2 files changed, 393 insertions(+)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index df23afb241c0..a36d8ede22c7 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -62,5 +62,71 @@ DIST thunderbird-115.3.1-uz.xpi 579986 BLAKE2B 
261de874df88833621156b52d8e3aab9c
 DIST thunderbird-115.3.1-vi.xpi 742718 BLAKE2B 
67e79ecfd4f3f272c6d446144ef977a076436612ba1f322eb14389b368892e8ea30ff7f1406702022af36a15fdf7e1ea5fd72b1abed25b2f1de66ef0386f0d31
 SHA512 
32f04bd22d8b6c3279c16e590d05818c70d2b83473c6807b6ddb2266579c433ae78289196e447de85a4908dbc9523c74d6c8cfe3b8d8fcaa72af98539f67bc75
 DIST thunderbird-115.3.1-zh-CN.xpi 740788 BLAKE2B 
669031d165a986add4bd11ca7abac883a8828ca82f11da13f8baf195db89d31bfb598dbcf7edf54a33cb7a806de8f65d5aa12ad71b2dc8e22e503b03b2fc5af7
 SHA512 
e97c69c2efd501c437fbca65159e6bf3d2602f57ac83a0949bc78b99aa2bc97220965383efbb61262a85e4fce6508af6c9ce8108644bd2e36a62de26242ea1cb
 DIST thunderbird-115.3.1-zh-TW.xpi 744415 BLAKE2B 
3be9715c63fd98daf03c7fea36bf254e1e9b3dfcc43d18d5a7a4b480a7afe716ca26be8617785d7185f34fa47376ef9c5f0994381d56d1362792eb34a4a25241
 SHA512 
51b204f793d25f946be11cb23bcec6d85224885dc628674c2282b1ec7cefb23f9088bbaae78b5642d1f32b329c5203271a5129ce491881e0efa748a5e68aa431
+DIST thunderbird-115.3.2-af.xpi 542157 BLAKE2B 
6a19d5768223354e0a82694296d7e90cc2e8047dadc668d1edd8b025fc85371d9c4c4800d40b1d874613b08fd242e6bcef18c0e050d96a0444628db7230ac7c8
 SHA512 
87703239b301352b71fabe48a6774c1afe99f7cf606ee747fda31261780ed6f2f84b9e8a0503ed1d0f3dd5223127eb6f5471f3ee83fdfa5d29cd05920cd29141
+DIST thunderbird-115.3.2-ar.xpi 654728 BLAKE2B 
1732a7253316459b98b74c8acd22746fdf313202d4738d7904fa3bbffe991fa1e3fadbedbd4cea0975cdd575a3c5fcf46a55eb06c24b848b485f470168e5fb1f
 SHA512 
fe0a40b58436a3e56d29e902d9d1f53a4b96d0061cdeee7636f10305f99d6ec8cf5f09eeefd333f8eea4a95a67af4e65580c692e4b675e033e1b48986a179224
+DIST thunderbird-115.3.2-ast.xpi 561121 BLAKE2B 
e1917ca2081c6e849788007d16d59c7a3089de3a75f85fc82db36d02de9c262b142982936b70040fa71a0dfa93c7cc046ca0f6aa50195a89e967b455a065c389
 SHA512 
eb21430708eff7c9b0fcc0bfaa9ea1ff5e1f103a79db4e76237d0ccab60d05e7e02f15fa3d6d2b15d6d7b6cff2a112fa6759e00d082b8e5bc46c45aac82fc7eb
+DIST thunderbird-115.3.2-be.xpi 694085 BLAKE2B 
25494fc772573e1e5fddf0131e57a88fbcca71d39a248a80ec29a3ab62155bcbb558a963d6c20e6e04b12b560800c5361e47cb524467dd43b51b6e05629947a1
 SHA512 
d8089ee6cf3691ec576e4e48a04cac8563cb21b189fd037aaaecf64896802056264e781be549e9c2b3d287918a86e4fd885c1148cd334e403b66639c10d15e0a
+DIST thunderbird-115.3.2-bg.xpi 681251 BLAKE2B 
03e1fd49d927772d28373a9bbcddde89bee04f56852decd88f9f9385e738b566ba5c0454764bb1bf619df9ca4c15ade7c981ee4d8dd95f179b92a0f48c32629b
 SHA512 
a6ea6907567d86bd55cdfbd5a7a8ece2e16e46db2d615d3e8dcf49bb0146856c593e5b8ae11784baed32524891a839306c106fdee0e9d1c03d99e6cba042ae1c
+DIST thunderbird-115.3.2-br.xpi 626936 BLAKE2B 
810363c5d282d9aa3fd3838486557594ebd5ad2cb7c1bcdcee46f35bbf835971d0ff108bd9e516d36988bf7c96962aff757e143b30106dd99fe4b4a3699b8a6b
 SHA512 
52a7d864630708bda19fd8ffd3316e9f1c23d4f6ab942576be64904d0850bf0cbe1c47c0f1b20162dc0b64b314ad5c9eb701472c3dcc0190c19e1363eafd7480
+DIST thunderbird-115.3.2-ca.xpi 670651 BLAKE2B 
18d1f75ac9c50cb4317cf86f0adc18bbb1a7e4c02abafc3cecb99de580ea4350112102aa68bec3a54bd2effcc23434c61264c0e06da97613ae32550dc05700ae
 SHA512 
86909013795eba1889fb079460209f7bfeb7429579e31d245adbca80c21d9cb72c0ed277c9a5e5f5640e3d113e3ed318194ffef977d79d3e48b9e3ee12ca5c2e
+DIST thunderbird-115.3.2-cak.xpi 657817 BLAKE2B 
a89a206566a9f3a24db875c591ff58014584cec6a38eb45b66134ff1766139547689f2213c31d89c540ebc7f462864ff4901bb9594ac72ba171dd5826c754f7d
 SHA512 
4d0fd1601b32067a74190a2de166c3e40af0e9ae1679dc9984eca489408a28880e698f8f6ad3662b1350907fe24ff3684e86b191c1a32e6800e6522c2ef1de7d
+DIST thunderbird-115.3.2-cs.xpi 733801 BLAKE2B 
1f6e853206433136bc98682c9594029dfb4a0c33fa73d019ff3c3ee227fca81bf12ed0b202a990c3073f038d356ba7ca81d80f8fd610c8a2dafd9e025b7e471c
 SHA512 
1ad24a2ff99a8c472b1af38e536804a9894317d4206d105d07fff6700a6de0593feb0241a835af4ced6922f0ebdc48e70f5c2fa444b460e1e2a68c1f6145ea6f
+DIST thunderbird-115.3.2-cy.xpi 703267 BLAKE2B 
bbfb0d075a32271f5a50a14b8a96bcc273726eb1928c743c03f83697cc4cd483c22d1fd991661d696fd19047a29a49d98f453c1268330692b4fc425336c4ab75
 SHA512 
cb6d6d75f363e468cf3ebd0d11bb29434ef97fc8d03a66a9a6bb0f39cb729911841255204f73f1d1c6d0f8964b563ac90148e40bc1e17c584cde883e62fc6682

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

2023-10-10 Thread Michał Górny
commit: 2c6f68bd60c06dc968315a0cd97d8a1dde71888f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 11 03:16:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 11 03:22:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6f68bd

dev-python/pypdf: Bump to 3.16.4

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

 dev-python/pypdf/Manifest|  1 +
 dev-python/pypdf/pypdf-3.16.4.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pypdf/Manifest b/dev-python/pypdf/Manifest
index f15f3220257b..14bb27747705 100644
--- a/dev-python/pypdf/Manifest
+++ b/dev-python/pypdf/Manifest
@@ -1,6 +1,7 @@
 DIST pypdf-3.15.5.gh.tar.gz 7930893 BLAKE2B 
acdd6254c45e11631faccc4fd6029525d7cec52f7cf222d48f95a9bb736a83bdb9dfc6bf2830f55d0f881eb23ca0641c06fa97165c64789f7b152998febfe017
 SHA512 
173cfbfbbd5f2f08ebd03aa36750904d5a7ac328c27da1b38bda7b34586bf86eab391b3c1e9a6dd5f2e754d1871303afe151a80a3bb5d4ab867b6a019ecef054
 DIST pypdf-3.16.2.gh.tar.gz 7968803 BLAKE2B 
7bca0cf5baefb79d9c3a76445fd5cf77478a2f076f5c3e6c891d9f107cbb2ee08535388ae1ba84b0aeaf63ebebfe54966603cbeb7a5a2c0b0327e7506893d893
 SHA512 
01dfdcf5038820dd0d922e57cfa3eae472a406eca4d24a46596028aa23d0bb88a805204faa3576e3ed4e49ba552619002b2be305498b31e9b96afa19a2575f7d
 DIST pypdf-3.16.3.gh.tar.gz 7969623 BLAKE2B 
f7e09af12483500c47d88395b52d00315e6e4943631223aa89111f79d6e0ac6714450895ef48086c79ff4e325c8e79b937deea3c06e76848349e379a70d3e8dd
 SHA512 
54db6f2e7946b3785379949f54f9e11c00f4e8cc210923b1007e02820d0e87951146e684751c67e5d66058b5600f83c00371bafae2f0c6068ade966c36623d0f
+DIST pypdf-3.16.4.gh.tar.gz 7970008 BLAKE2B 
86f622cf1ff6632a4645d564336fd8948970579f6bae241437701f333c2f336feab55f7e32a35b4f480577fe609958f492e73c1c9c5f1471af08e34c157f06b0
 SHA512 
7e7eb9759dfb3984b384a721e7d90ab5c30bd3c56d936260e5ad93cfdc9a2d6fff8a7354764125923ab8f029ac5366a2750cc1151676fb40be1eba1bb2a4
 DIST pypdf-sample-files-935652968f76a41b4fa51afd05498e7dd7314c5e.gh.tar.gz 
11187445 BLAKE2B 
e9332009a49249fdaa8b6c29258b11dfcf3627a5550ea7402cf0288bb4b0537136b039e6f4aefb03574076d1fc0af6100effc0d36510f035d9e63836ad52c4d7
 SHA512 
8d525aa323e5b45f71130459faa9686ec4ae04bc594895a64f1a5b6d027f866c48aca78602ad526000a11b547cc77068d1ac5e733d3e3a99df0e257c02fbb9e7
 DIST pypdf-sample-files-b60ca63512466d1bafc587a2b223961b23a8e48a.gh.tar.gz 
11199764 BLAKE2B 
e68bfb587c26a7a0ba9bb687e2b44d607cf890454dc2e5380db4037cb9a0be571e72b178d5ac86a0556f09fc344fc6ea76ee87bf9c6dee63799853acaba714b0
 SHA512 
20ff1d623a67fd0b08e1dfefc47d29ed28b5c62f1e0ef5a32699876e265541d97c10067ec954a387ba4952319d6903fb3d4db97e686200f9142329db06a11a7b
 DIST pypdf-sample-files-d87c33efc0f98225132dfe9c47980208b8130aa4.gh.tar.gz 
11645535 BLAKE2B 
3f96adaf4abc50a4390d9432878571a0ef9dd43dd34f307bb4bb6fd110d5ecdde988578860f110a6c8578cef96eac5410ded3204989fd20e6a6f1a84fac2fe83
 SHA512 
cb68a2eb06ef6738bef979f3b20c66fb925fbcb029cb22dfa5ea9b23b71ba07cb8e364e14eca34ebeb3b11e367c94738e32c9067b56b4da505bf77ab402abd06

diff --git a/dev-python/pypdf/pypdf-3.16.4.ebuild 
b/dev-python/pypdf/pypdf-3.16.4.ebuild
new file mode 100644
index ..036ff7bc421d
--- /dev/null
+++ b/dev-python/pypdf/pypdf-3.16.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+SAMPLE_COMMIT=d87c33efc0f98225132dfe9c47980208b8130aa4
+DESCRIPTION="Python library to work with PDF files"
+HOMEPAGE="
+   https://pypi.org/project/pypdf/
+   https://github.com/py-pdf/pypdf/
+"
+SRC_URI="
+   https://github.com/py-pdf/pypdf/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   test? (
+   
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
+   -> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
+   )
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/pillow-8.0.0[jpeg,jpeg2k,tiff,${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # rely on -Werror
+   tests/test_utils.py::test_deprecate_no_replacement
+   tests/test_workflows.py::test_orientations
+   # TODO: requires fpdf
+   tests/test_page.py::test_compression
+   tests/test_writer.py::test_merging_many_temporary_files
+)
+
+src_unpack() {
+   default
+   if use test; then
+   mv "sample-files-${SAMPLE_COMMIT}"/* "${S}"/sample-files/ || die
+   fi
+}
+
+python_test() {
+   epytest -o addopts= -m "not enable_socket"
+}



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

2023-10-10 Thread Michał Górny
commit: 908e53868076f5e9243a730787efef5bbb02c226
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 11 02:38:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 11 02:38:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908e5386

dev-python/Faker: Bump to 19.9.0

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

 dev-python/Faker/Faker-19.9.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.9.0.ebuild 
b/dev-python/Faker/Faker-19.9.0.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-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} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python package that generates fake data for you"
+HOMEPAGE="
+   https://github.com/joke2k/faker/
+   https://pypi.org/project/Faker/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   !dev-ruby/faker
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},tiff]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
+   epytest
+}

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index a35e10516616..2dcfec0b8c0f 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
 DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b
 DIST Faker-19.7.0.tar.gz 1680303 BLAKE2B 
80169d818749003b6961adb85969eb025c38b81d8d333466b304815396aaf646b1a9e1fb9457e68292600576fa6a91ae1851af85e2bc3403dfa383f223fe49ab
 SHA512 
f9b47d0bf52f5ba3a300222d45ad087eedbdf9ed7b1cae11cb600834f8919247e9000211157811dc016be7040925ec7930a407e8ea497ca87cae382d1edd2a56
+DIST Faker-19.9.0.tar.gz 1680879 BLAKE2B 
64c7ea0e86a7c8032ec4c5172f369053d82252382fcc6b9d288d89229da53167fad016207843d2a7fc9b0c874b620aee183b8e471fce47ce419e65496d8a7c84
 SHA512 
f8445b15857e871ba703cd869e22681e0985065f2513f9916d59af61afd2f1de1a2947b692ea7487771d4f83e98ff574b23a8a5c833a4f406c68157adc0d251a



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

2023-10-10 Thread Michał Górny
commit: cd8d4dfafc12f399ce39781d006382582bf49cc1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 11 03:19:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 11 03:22:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8d4dfa

dev-python/awxkit: Bump to 23.3.0

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

 dev-python/awxkit/Manifest |  1 +
 dev-python/awxkit/awxkit-23.3.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/awxkit/Manifest b/dev-python/awxkit/Manifest
index e3481682cd1e..272a6f524f3c 100644
--- a/dev-python/awxkit/Manifest
+++ b/dev-python/awxkit/Manifest
@@ -4,3 +4,4 @@ DIST awx-22.7.0.gh.tar.gz 17645480 BLAKE2B 
06d4da9090db221ab23e86c8a8fc3e548437d
 DIST awx-23.0.0.gh.tar.gz 17657491 BLAKE2B 
0dbd00f45f4c5dfb0f1d74c81a726401375b9eb389622b54a72567e2863dfc76b329b19853802096cd7a7cbc75170003da405e13d26db4ed1b3e8b025cc36dc5
 SHA512 
bdd5d7644e6b1d01d52c02c26084f0f3c66b2423969d4277bade4b13dbdb614a6a62c408160a95848ecfdbace75e02635c8667ab2033a1f6b36fdf41dbee90c9
 DIST awx-23.1.0.gh.tar.gz 70704479 BLAKE2B 
dc0e920b2036e71825afda5b65aa6e2326364589d82464d48ccc17e886fd9dfa1eebee005439cb6e628a50be65959208e3e9b02716881833b343e556fd90d8ca
 SHA512 
85e4e8298789f6886b6e63eba90b0af30fe7c78804fe5df187c79af928c05637f4cdac6b69db511e5a37480488bc542b913fd73f2a5cbd0490b1b941fbd4dced
 DIST awx-23.2.0.gh.tar.gz 70711100 BLAKE2B 
5159c7231f085c01d543cf3c8be9ad22428f158911ae1941fde71a6988dbdc9e7e57a5990c4d616f0ceb1f156a707913fb7c74198df1c4de7d655151e2c39f9f
 SHA512 
9d100ee05130cab5da63272c2f7b2bf8d729a7c2ca4c77a68b12dd282c94c657c38b217985f12c566b3c360d0d9d5fec506dcb1c2b306ef6b7aa63154b6c9840
+DIST awx-23.3.0.gh.tar.gz 70716121 BLAKE2B 
90172efb44e20287b4729bc9afa445d6d914b83c1c4c8c5c598ac74f3b89d8e91917ab10934973a88332590751cbfbc9ce8565f0c7ee84de6dea9d8a59ce9fa8
 SHA512 
4f25e56bf8b16fd5f1f1c4771c939c8604db3bf39a6110487ce95d5d0591a303771228776773eec78f917bf03a298d67ec475813aea97e7170ae09920f17cac5

diff --git a/dev-python/awxkit/awxkit-23.3.0.ebuild 
b/dev-python/awxkit/awxkit-23.3.0.ebuild
new file mode 100644
index ..52670ed68dde
--- /dev/null
+++ b/dev-python/awxkit/awxkit-23.3.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1
+
+MY_P=awx-${PV}
+DESCRIPTION="Command line interface for Ansible AWX"
+HOMEPAGE="
+   https://github.com/ansible/awx/
+   https://pypi.org/project/awxkit/
+"
+# no sdist, as of 22.0.0
+SRC_URI="
+   https://github.com/ansible/awx/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/awxkit"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+   printf '%s\n' "${PV}" > VERSION || die
+
+   sed -e 's|websocket-client==[[:digit:]\.]*|websocket-client|' \
+   -e "/'clean'/d" \
+   -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2023-10-10 Thread Michał Górny
commit: 1fbab9e25d797900489091cae292832a67f020bc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 11 03:12:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 11 03:12:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbab9e2

dev-python/sqlglot: Bump to 18.12.0

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

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

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 6eacc95c4ad0..a90ff8383cdb 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -3,5 +3,6 @@ DIST sqlglot-18.11.2.tar.gz 8833005 BLAKE2B 
eee98c392bd40cc552cdb09a6d4e60ff21d0
 DIST sqlglot-18.11.3.tar.gz 8835268 BLAKE2B 
040cd5cc449ff57e6107cf23a4973df622754300e4a8010f43e85de0394dc79c4d5c12c80304f9ac3519515702d8c753e59449fd2f96d9cab9e10d926b9f9980
 SHA512 
948bea3055e05e843aa9b8c9ea83c8435256bd645e02ae3fc0a3de987852c6e96fadf0e5b914ddac10d12ece3b7dc982ef9467564666eac14b07baf53838339a
 DIST sqlglot-18.11.4.tar.gz 8842825 BLAKE2B 
ce41cc8b15af33b2af18d91b55d778503d4534959a82c6af00402e39e71585578c60a967e217f1e3dbb8ede0bc650c4afdeced6aacf77699a963441716a85f60
 SHA512 
a6b8674573421852966751b07da847e68e20310c0ca90d6f5a0d31a74927a68b9b6381a47924080915330aa0e08afe3515263ea552c5c338b5369d7a17b87ece
 DIST sqlglot-18.11.6.tar.gz 8851597 BLAKE2B 
1d24c900dbe688a6aa94e714030af21e8ba91122078b1402d09c9a513ba59a2d4ff6afa5e239c6c6f00195bdada51a0970343bc2c1cb34c597df734323be2ca0
 SHA512 
64cd95dedb2ed53526a6b51f9a323fbe38e33f85fd828e1a5dd81c09771ede35b34c83103fe3563331cb6134b393a64fce7acca969a603942642724673222e47
+DIST sqlglot-18.12.0.tar.gz 8854252 BLAKE2B 
30bd8a7a8d4dd2337c61b4bddcce74a35a7594ed6ac16e0c68f3103c54c1eb9499246d2ec340ae3ebb137a09a2fb29c4a9e0a82eacef959c9cac1204fa68da0d
 SHA512 
0ac80e9f51f68121f5cf7ac7db08832ac48e706dcdb966ab1c432d4d81dc808221e3b45fd6bf31f570ff7add1a49de2f82a8671b8c81d27efb402776c20d6fd3
 DIST sqlglot-18.8.0.tar.gz 8764753 BLAKE2B 
f1a01a1dc939a53476d396c66e74b1ec0550f557ef2eac1bec5001229964e2838655d361612b20527fae0f8112ccc940295cd0d92e83d5ba1f272f4d9372374b
 SHA512 
3e98ff8ad4e6061c41d90b33c7982b46b8e06680d14e989923077d61ac93d390df64df6ff182a1c87911979dd84ac493275bbc091bcdcc9a1dfce2a4091c7fa7
 DIST sqlglot-18.9.0.tar.gz 8790638 BLAKE2B 
c951ee964b888dadaa3fd974bad89a689e9be9e5d17f42e5387c8c97152604205df7871294cb249ce9a0f6ed6a66fb41aba0f6596851e96252444c06908b91f1
 SHA512 
1e24d7936e94ced97ccc290634392434c064732017fa012b270632336663faa2315658e3dfc9d3bbd94648220f412c91cb9d0d4b97b3f26a21fa2129f4fce84a

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



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

2023-10-10 Thread Artemis Everfree
commit: ca7069b2b735ec4307d2da9a6d8930d30ef2d28e
Author: Artemis Everfree  artemis  sh>
AuthorDate: Wed Oct 11 03:07:44 2023 +
Commit: Artemis Everfree  artemis  sh>
CommitDate: Wed Oct 11 03:08:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca7069b2

www-apps/forgejo: add 1.20.5.0, drop 1.20.4.0

Signed-off-by: Artemis Everfree  artemis.sh>

 www-apps/forgejo/Manifest | 2 +-
 www-apps/forgejo/{forgejo-1.20.4.0.ebuild => forgejo-1.20.5.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/forgejo/Manifest b/www-apps/forgejo/Manifest
index 76a7875472..149381bb75 100644
--- a/www-apps/forgejo/Manifest
+++ b/www-apps/forgejo/Manifest
@@ -1,3 +1,3 @@
 DIST forgejo-1.19.4.0.tar.gz 60635393 BLAKE2B 
7fe8e10f7aae8371c4a540290bb24c67a0521080eb58c7749c95d977320781e2e11ba754a42a333c706d243cf0170178dd62da5338540576d214f281b3da6daa
 SHA512 
4870a7804c3cefab4aac38f30ac60874d9a7359b29e8f765ee9a1f41bc543fdd445a21c6e808f864c56ce22f79f6038b15eec4325c556ef6288ad6635977533f
-DIST forgejo-1.20.4.0.tar.gz 55536470 BLAKE2B 
d7cc2c1a056a33b07f33c2366b839dff314fc66b3b98b59738aa932416255a48637f5631e7443f1f53fe3650563269abf255906112b222fd5c430d9704a1f70d
 SHA512 
b8861e47f700d4d4850295d0ef53b2f8255a5023e2ca48e9bc72a705b13033d0b4d8ad10279417b0a21c03ebdd1b86c25c3b8d06902b2cff4000592cc7b34283
 DIST forgejo-1.20.4.1.tar.gz 55536581 BLAKE2B 
b9eb85a2483670b61f410c6a855fbb57f41bcd1305279d479493453bdbba538a0b4101312135b33967cda618f6ac4339c21055e67b9ace4e0f78248bd39f4452
 SHA512 
5ec5a20d169d7c684332ef413fdf79280259ad3bd981dadecc752be7308f3372a47803f15c57fbb36b3357e7a85081093c4e5e9d1ba3e6a5939807640e0cb582
+DIST forgejo-1.20.5.0.tar.gz 55539985 BLAKE2B 
09830af9cfac13e3ca790cd54fd884f1d3cfa1e18b7d8c07517c669fe15e28a3074777ad2f031533aab4a9812fd9e580eeaa6be7d88b68fce2ccfdfbd258d37e
 SHA512 
db42ae29fb5005a2ebf3474784fbec15bbae25c255ead00c7aa6227f844a608cd52c146b215ffec6b7e6ead5f001c37d459b01695c224c0edb519cb71c249eb5

diff --git a/www-apps/forgejo/forgejo-1.20.4.0.ebuild 
b/www-apps/forgejo/forgejo-1.20.5.0.ebuild
similarity index 100%
rename from www-apps/forgejo/forgejo-1.20.4.0.ebuild
rename to www-apps/forgejo/forgejo-1.20.5.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/mission-center/

2023-10-10 Thread Brett Alcox
commit: 7b558129bb24e7be7a13149c9f529140f9c8947e
Author: brettalcox  gmail  com>
AuthorDate: Wed Oct 11 02:14:15 2023 +
Commit: Brett Alcox  gmail  com>
CommitDate: Wed Oct 11 02:14:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b558129

sys-apps/mission-center: clean up ebuild

adding a --nonet flag to the appstream validate tests
simplifying the ebuild and removing some unnecessary moves/copys
adding qa flag because rust doesn't use make.conf *FLAGS

Signed-off-by: brettalcox  gmail.com>

 .../mission-center/mission-center-0.3.2.ebuild | 27 +++---
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/sys-apps/mission-center/mission-center-0.3.2.ebuild 
b/sys-apps/mission-center/mission-center-0.3.2.ebuild
index bead8ac09b..d1ce40 100644
--- a/sys-apps/mission-center/mission-center-0.3.2.ebuild
+++ b/sys-apps/mission-center/mission-center-0.3.2.ebuild
@@ -286,6 +286,9 @@ SRC_URI="
${CARGO_CRATE_URIS}
 
 "
+S="${WORKDIR}/${PN}-v${PV}"
+BUILD_DIR="${S}-build"
+ECARGO_HOME="${S}-build/cargo-home"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -312,19 +315,16 @@ BDEPEND="
dev-util/blueprint-compiler
 "
 
-BUILD_DIR=${WORKDIR}/${P}/_build
-
 src_unpack() {
unpack ${P}.tar.bz2
-   mv "${WORKDIR}/${PN}-v${PV}/" "${WORKDIR}/${P}"
unpack nvtop-${NVTOP_COMMIT}.tar.gz
-   mv nvtop-${NVTOP_COMMIT} "${WORKDIR}/${P}/subprojects"
+   mv nvtop-${NVTOP_COMMIT} "${S}/subprojects"
cargo_src_unpack
 }
 
 src_prepare() {
eapply_user
-   cd "${WORKDIR}/${P}/subprojects/nvtop-${NVTOP_COMMIT}"
+   cd "${S}/subprojects/nvtop-${NVTOP_COMMIT}"
find ../packagefiles -type f -name 'nvtop-*' -exec sh -c 'patch -p1 < 
{}' \;
 }
 
@@ -334,16 +334,13 @@ src_configure() {
--prefix=/usr
)
meson_src_configure
-   cp -r "${WORKDIR}/cargo_home" "${WORKDIR}/${P}/_build/cargo-home"
-   cp -r "${WORKDIR}/cargo_home" 
"${WORKDIR}/${P}/_build/src/sys_info_v2/gatherer/cargo-home"
-}
-
-src_compile() {
-   meson_src_compile -C _build
+   cp -r "${ECARGO_HOME}" 
"${BUILD_DIR}/src/sys_info_v2/gatherer/cargo-home"
 }
 
-src_install() {
-   meson_src_install -C _build
+src_test() {
+   # patch the appstream-util validate command to use --nonet when 
validating the urls
+   sed -i "s/args: \['validate',/args: \['validate', '--nonet',/g" 
"${S}/data/meson.build"
+   meson_src_test
 }
 
 pkg_postinst() {
@@ -357,3 +354,7 @@ pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
 }
+
+# rust does not use *FLAGS from make.conf, silence portage warning
+# update with proper path to binaries this crate installs, omit leading /
+QA_FLAGS_IGNORED="usr/bin/${PN}"



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

2023-10-10 Thread Patrick McLean
commit: c7d1e8efe4829412442c468f5c8204691798282b
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Oct 11 01:02:20 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Oct 11 01:02:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d1e8ef

dev-util/difftastic: add 0.52.0, drop 0.51.1

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

 dev-util/difftastic/Manifest  | 3 ++-
 .../{difftastic-0.51.1.ebuild => difftastic-0.52.0.ebuild}| 8 +++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-util/difftastic/Manifest b/dev-util/difftastic/Manifest
index e210a06b2a9c..d36348925fd1 100644
--- a/dev-util/difftastic/Manifest
+++ b/dev-util/difftastic/Manifest
@@ -22,7 +22,7 @@ DIST crossterm_winapi-0.9.0.crate 15561 BLAKE2B 
f84604f1da9cfdd0fc69742eef8088e7
 DIST ctor-0.1.22.crate 9311 BLAKE2B 
a13fb97cf767fae19486ca8b970f1712bfcf4ec9edda40c01add4bdb7a81e9136acb1208c79763cd612160bf39b342460fecc334c6e421e7f7ff610c4bc44e2f
 SHA512 
cd7c60dae8fb19c3b10e0bf1ffbcedac90cbbd147d564335e4da2d5483f64ea3dc10ad17d7573b00958db0a72cce45f8b7bc10c32864dd943fe64df8d22b
 DIST diff-0.1.12.crate 10223 BLAKE2B 
369f305661f1da31207f3801ed1841dbce12451ac9c3e9d3736f7158ece433af9b2e42c29063e5d93bb86b1d300e503caa9c3ce7dd0b25553f91d72a9eea5298
 SHA512 
0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16
 DIST difflib-0.4.0.crate 7638 BLAKE2B 
57c703de0d467c997bcbedc4d6577569b3d72c612d3ccd929025a98f4bf8f72f2a0d43f3cd3bc616676c2569aed176b3c1362cfa868a4bb1197e05fe4dbce32f
 SHA512 
fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9
-DIST difftastic-0.51.1.gh.tar.gz 57440531 BLAKE2B 
610d663f8fcfceb78566ceb22c9141abd4f3d64615576a4140a4659d6c6b71d2be10384ab65994adc9ac6926dd4e6770e7077057af08d0f5215ae4db82e9ac2e
 SHA512 
d3ff7268d018a46c04fcf8f196095df0c35807a33dd3199e2ebd3c795ff68bb2d1ad97f58e3ec2ae2b900d5613ee1fd14cce0abfb29fa7d49ac77931fd9b85a9
+DIST difftastic-0.52.0.gh.tar.gz 57517066 BLAKE2B 
52329018dbe4c2cb9eb95c63a4a6f05aa91f74b8f20038ad94be278e8aab82d62139bdde1008b7c7dba0829c530b2f2ab44b29a82f7ef6109cf79ffcc2d9f4b9
 SHA512 
2604662f2c7d3d16c9223c68b2aabb84978fbbb4eee5ad631a361ad8fcbccf720316a980dad1f07b3bad94c3fe9a23a25c8c712d4c8da241e1af61be9598fcc6
 DIST doc-comment-0.3.3.crate 4123 BLAKE2B 
a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd
 SHA512 
e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba
 DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949
 SHA512 
4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf
 DIST env_logger-0.7.1.crate 32281 BLAKE2B 
6f1894c64f301ca4b687270c911dbe230f674662aa0561b97c4d2537886e404664b5773d4e223e2018047c222a951232c3cb52ec5bddbfb6665e34c3e7ea52f5
 SHA512 
604060d2ee83ab337a2d20d6784d1b7541534d2fd9e1662fc5c709fa681672a9db5e34d00face864b56ae321962e644ebe29fbb6d68a0d556419cf5d71c6149f
@@ -45,6 +45,7 @@ DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8
 DIST libc-0.2.139.crate 638983 BLAKE2B 
e92b296cf8c916e10e859722ed75f4790401662ff7aa2fe8ed84ef9b94a00538768be33c272f0881e42da887c8c43e1fd44d061343386216492a76fe5d308598
 SHA512 
ff5fae517c49c382dee9b1d7479b65b0a818780453e5c00c416847d02f42186e2fcf19a8a8dc5e9cc2611300690c6ad324f9c0f0e8172e913a1b781fb7c0b5b4
 DIST libm-0.2.7.crate 115688 BLAKE2B 
e180347d10847c40a88e43d321e08561df053e6fea0cea2cac480c4162c2f31d8697b4572a384edae323d43781d3c6462b2d77220dd71b2fd0da3a2757487db1
 SHA512 
b7adbf657be812451fc50cd5e5f92b7a71d43b4e48761bd2738d65498c9abad851f8e86d3be06ae75cf39c7798c23cafe767bc5fd40f596774e858f69fcb46d9
 DIST libmimalloc-sys-0.1.24.crate 1119801 BLAKE2B 
a7ac3bfb48805c85566916b4ad7aa14434d21d7758d1c2f96a8b4889cdc1950ef27661223166fb2671040788e8f6a6fdfed3a0a42e5dc38b525e6100d1d9b6de
 SHA512 
b35b72948581ec3505f569af21a1e55cab9024d3f2fe543972863e74e2c1620fc295a3632122e5548b01dbafc6230a1e2a39456070cbc9d3aadafa10fe166900
+DIST line-numbers-0.2.2.crate 5106 BLAKE2B 
2477ebe0d0d284429f040a0a615f9bf2b49e6521334b90f381b46d28b6f9e8ae999a8569809e0458e2ddee25121da8d432cd4eddbb59caa5d7291e1843efe9f4
 SHA512 
69654a74ceaf327c6eadfa3713522d9dd1ab9c8849fb44dca53df0dce6800b2e6ea862fa067300d24a722ffc1f64672139915a4ea742ca655388d4ec2cb76f5d
 DIST lock_api-0.4.9.crate 25685 BLAKE2B 
8adf5c3cccebdf6aff6ec977f230cd2a208b0b188ef57deacbbc6019431f0ede1a760b2384ba3cb49c96b8a589dc56c0f46a6359b3e62277e7ae1a1c3f586fa3
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2023-10-10 Thread Sam James
commit: f7601408b9a7841bce692fa019d5a847ed5a3cbd
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 00:57:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 00:57:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7601408

net-fs/samba: Stabilize 4.18.8 arm, #915562

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

 net-fs/samba/samba-4.18.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.18.8.ebuild b/net-fs/samba/samba-4.18.8.ebuild
index 2a9baf9034c8..2cd1904f4069 100644
--- a/net-fs/samba/samba-4.18.8.ebuild
+++ b/net-fs/samba/samba-4.18.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2023-10-10 Thread Sam James
commit: 746206e58f3ea4770cc7afb8d1bdb9bb5482a4ff
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 11 00:57:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 11 00:57:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746206e5

net-fs/samba: Stabilize 4.18.8 arm64, #915562

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

 net-fs/samba/samba-4.18.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.18.8.ebuild b/net-fs/samba/samba-4.18.8.ebuild
index cea5c8d53ad5..2a9baf9034c8 100644
--- a/net-fs/samba/samba-4.18.8.ebuild
+++ b/net-fs/samba/samba-4.18.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2023-10-10 Thread Maciej Barć
commit: c7ddff438c3c148d5305d32a32c7f684dc54d1ec
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 11 00:03:33 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ddff43

dev-lang/crystal: bump to 1.10.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/crystal/Manifest  |   2 +
 dev-lang/crystal/crystal-1.10.0.ebuild | 113 +
 2 files changed, 115 insertions(+)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index 9b860dcf5fa2..ebdd49110de0 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -1,2 +1,4 @@
+DIST crystal-1.10.0-1-linux-x86_64.tar.gz 46235471 BLAKE2B 
43e074f2b40ad1b6da9c16b09fe72f8d626ae2c35f379f8b70647bb7187d52957666aa46ed94dc9fa099395b161dc076f41a108331335eb8f9878d3afa18
 SHA512 
a7570a9157c0c79a1cdda977290431704aab669a0c77d9ffd3cfa851285ac162b731c8655a81956d3b835673222656d0288c3eadaa08764bbeade6636ec015a2
+DIST crystal-1.10.0.tar.gz 3305156 BLAKE2B 
573b8c8797eeabec03154a59e1a9af2201056d5fad7fa3636e0738eb2dca62db013fb2a295a4adf4a8da03b54821cee5b5a58cdec3ddce9706c1e3d19ca3cba5
 SHA512 
aecf5af72f13c0da57a64af250e3bdf10ed74e7eb9bc4bb5cee0131f65bf73b1182742152b37e53702e6c135476016139088e6524d96fbf9f6f8c50120cd2464
 DIST crystal-1.9.2-1-linux-x86_64.tar.gz 46171732 BLAKE2B 
b664207f2994a16e8e05cfc72d5e4e3cf9ec1e8b8a41869a56fc03b0946b7439f1528ec78c0affd32bf07a67d3329a644f5ba7f1270982723697071266a6ab7f
 SHA512 
bce18bf48c5c746aa1ee8aa9a34b5ec2f104aed95f3a74070229df4bf73a0ac9297af79a873d965c9631196b6f1103059a015c4f68cea800a779936aef9389d0
 DIST crystal-1.9.2.tar.gz 3245770 BLAKE2B 
76795f79f305863aed9fd8b5de8fe7edcb512e7a64e2368a606fe38171cc4653a126dba71c071cffb1a6a26426a5eeb3c5bc458800cbc95f083c8895d962d7e2
 SHA512 
9356b7e267bfa2183af2184e633cd91ef23487e46e73db33f4363ce4fcf5515349555dfd5c056a0616855e49cff4bbab07d1eeed84e087ae469bfc0eb49b63b1

diff --git a/dev-lang/crystal/crystal-1.10.0.ebuild 
b/dev-lang/crystal/crystal-1.10.0.ebuild
new file mode 100644
index ..fc6fe6558b18
--- /dev/null
+++ b/dev-lang/crystal/crystal-1.10.0.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+BV="${PV}-1"
+BV_AMD64="${BV}-linux-x86_64"
+LLVM_MAX_SLOT=17
+
+inherit bash-completion-r1 llvm multiprocessing toolchain-funcs
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="https://crystal-lang.org/
+   https://github.com/crystal-lang/crystal/;
+SRC_URI="
+   https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz
+   -> ${P}.tar.gz
+   amd64? (
+   
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz
+   )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc debug llvm-libunwind"
+
+# Upstream test suite not reliable
+RESTRICT="test"
+
+DEPEND="
+   dev-libs/boehm-gc:=[threads]
+   dev-libs/gmp:=
+   dev-libs/libatomic_ops:=
+   dev-libs/libevent:=
+   dev-libs/libpcre:=
+   dev-libs/pcl:=
+   

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

2023-10-10 Thread Maciej Barć
commit: d94b610dabc0492da60457cd9c8bf781880cf67b
Author: Violet Purcell  inventati  org>
AuthorDate: Tue Oct 10 00:06:07 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94b610d

dev-cpp/cpp-httplib: fix version in header

The 0.14.1 tag doesn't include the "Release v0.14.1" commit, which means
that the version is detected as 0.14.0 and any revdeps that depend on
0.14.1 or higher do not work.

Signed-off-by: Violet Purcell  inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/33269
Signed-off-by: Maciej Barć  gentoo.org>

 dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild   | 60 ++
 .../files/cpp-httplib-0.14.1-fix-version.patch | 16 ++
 2 files changed, 76 insertions(+)

diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild 
b/dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild
new file mode 100644
index ..3df1116a1b74
--- /dev/null
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit cmake-multilib python-any-r1 toolchain-funcs
+
+DESCRIPTION="C++ HTTP/HTTPS server and client library"
+HOMEPAGE="https://github.com/yhirose/cpp-httplib/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/yhirose/${PN}.git;
+else
+   SRC_URI="https://github.com/yhirose/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~loong ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"  # soversion
+
+IUSE="brotli ssl test zlib"
+REQUIRED_USE="test? ( brotli ssl zlib )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
+   ssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
+   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-version.patch"
+)
+
+src_configure() {
+   local -a mycmakeargs=(
+   -DHTTPLIB_COMPILE=yes
+   -DBUILD_SHARED_LIBS=yes
+   -DHTTPLIB_USE_BROTLI_IF_AVAILABLE=no
+   -DHTTPLIB_USE_OPENSSL_IF_AVAILABLE=no
+   -DHTTPLIB_USE_ZLIB_IF_AVAILABLE=no
+   -DHTTPLIB_REQUIRE_BROTLI=$(usex brotli)
+   -DHTTPLIB_REQUIRE_OPENSSL=$(usex ssl)
+   -DHTTPLIB_REQUIRE_ZLIB=$(usex zlib)
+   -DPython3_EXECUTABLE="${PYTHON}"
+   )
+   cmake-multilib_src_configure
+}
+
+multilib_src_test() {
+   cp -p -R --reflink=auto "${S}/test" ./test || die
+
+   GTEST_FILTER='-*.*_Online' emake -C test "CXX=$(tc-getCXX)" 
CXXFLAGS="${CXXFLAGS} -I."
+}

diff --git a/dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch 
b/dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch
new file mode 100644
index ..1f2c37f56518
--- /dev/null
+++ b/dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch
@@ -0,0 +1,16 @@
+From 
https://github.com/yhirose/cpp-httplib/commit/0a629d739127dcc5d828474a5aedae1f234687d3
 Mon Sep 17 00:00:00 2001
+From: yhirose 
+Date: Sat, 30 Sep 2023 22:14:02 -0400
+Subject: [PATCH] Release v0.14.1
+
+--- a/httplib.h
 b/httplib.h
+@@ -8,7 +8,7 @@
+ #ifndef CPPHTTPLIB_HTTPLIB_H
+ #define CPPHTTPLIB_HTTPLIB_H
+ 
+-#define CPPHTTPLIB_VERSION "0.14.0"
++#define CPPHTTPLIB_VERSION "0.14.1"
+ 
+ /*
+  * Configuration



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

2023-10-10 Thread Maciej Barć
commit: e396512460e9e8a21f22f4bac42fa3368997dc3f
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 10 23:19:01 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3965124

dev-lang/algol68g: bump to 3.4.1

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/algol68g/Manifest  |  1 +
 dev-lang/algol68g/algol68g-3.4.1.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index f76aded0a72e..c47176a7dc76 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1 +1,2 @@
 DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B 
b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693
 SHA512 
e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857
+DIST algol68g-3.4.1.tar.gz 661315 BLAKE2B 
ef0230e8223123b7599278ef759cc814f9dda16c9655a4bde88797ea8847a81b36cf44f1db2c5be04c465ae82dacd6cadf5c715eaeb7d13500ece16ace569734
 SHA512 
3de8e5745923af6375ec15e87d8189394f1fbeeabdef4768bd968aa40aa07e91fa49eb358c280d2114f0a5ee3e756749bab9304165f70d702da1c75338343bc6

diff --git a/dev-lang/algol68g/algol68g-3.4.1.ebuild 
b/dev-lang/algol68g/algol68g-3.4.1.ebuild
new file mode 100644
index ..f1c0cc53d018
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.4.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Algol 68 Genie compiler-interpreter"
+HOMEPAGE="https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html;
+SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
+
+RDEPEND="
+   curl? ( net-misc/curl )
+   gsl? ( sci-libs/gsl:= )
+   mpfr? ( dev-libs/mpfr:= )
+   plotutils? ( media-libs/plotutils )
+   postgres? ( dev-db/postgresql:* )
+   readline? ( sys-libs/readline:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.3.21-configure-implicit.patch" )
+
+src_configure() {
+   local -a myconf=(
+   $(use_enable curl)
+   $(use_enable gsl)
+   $(use_enable mpfr)
+   $(use_enable ncurses curses)
+   $(use_enable plotutils)
+   $(use_enable postgres postgresql)
+   $(use_enable readline)
+   $(use_with ncurses)
+   )
+   econf "${myconf[@]}"
+}



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

2023-10-10 Thread Maciej Barć
commit: 48aaf6f24abd51972accc3893e52730e062628db
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 10 23:20:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aaf6f2

dev-lang/crystal: drop old 1.9.0-r1

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/crystal/Manifest|   2 -
 dev-lang/crystal/crystal-1.9.0-r1.ebuild | 108 ---
 2 files changed, 110 deletions(-)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index 97f8075abd08..9b860dcf5fa2 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -1,4 +1,2 @@
-DIST crystal-1.9.0-1-linux-x86_64.tar.gz 46172258 BLAKE2B 
6291d0106dc6965ad3366169c6dd1c234309a891f2ce03020c8eea21e8d7ba66d018f4947717fcb191c5a9a13a476a36bcab113853cf1373b9d4844ceb50c495
 SHA512 
082c6aed3bb6035c030b39b2a0be305c5243c207f97caffa1e92bb763648fd732243a2f36d4f972b079c8c88d59562d2a7bc03d52e6be044ab340faa7246f1a9
-DIST crystal-1.9.0.tar.gz 3246261 BLAKE2B 
4bb8027b07456847a55eaccfd91c075462ab9162bf0632ae159758c3eba42fcdef50c50811ca2fc8d9c0c148eca449763003edf28ead6a08785c71218de2784c
 SHA512 
ec30f8d95f1e6c0d837e286a8ca6664f84c6f467b6a0d167d3019110f17a7c94207f9e3e68fdb0fd42134f224408234fafc96be63b5ad5a8cbda9fbbeb1d619b
 DIST crystal-1.9.2-1-linux-x86_64.tar.gz 46171732 BLAKE2B 
b664207f2994a16e8e05cfc72d5e4e3cf9ec1e8b8a41869a56fc03b0946b7439f1528ec78c0affd32bf07a67d3329a644f5ba7f1270982723697071266a6ab7f
 SHA512 
bce18bf48c5c746aa1ee8aa9a34b5ec2f104aed95f3a74070229df4bf73a0ac9297af79a873d965c9631196b6f1103059a015c4f68cea800a779936aef9389d0
 DIST crystal-1.9.2.tar.gz 3245770 BLAKE2B 
76795f79f305863aed9fd8b5de8fe7edcb512e7a64e2368a606fe38171cc4653a126dba71c071cffb1a6a26426a5eeb3c5bc458800cbc95f083c8895d962d7e2
 SHA512 
9356b7e267bfa2183af2184e633cd91ef23487e46e73db33f4363ce4fcf5515349555dfd5c056a0616855e49cff4bbab07d1eeed84e087ae469bfc0eb49b63b1

diff --git a/dev-lang/crystal/crystal-1.9.0-r1.ebuild 
b/dev-lang/crystal/crystal-1.9.0-r1.ebuild
deleted file mode 100644
index 805f363fca45..
--- a/dev-lang/crystal/crystal-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-BV=${PV}-1
-BV_AMD64=${BV}-linux-x86_64
-LLVM_MAX_SLOT=16
-
-inherit bash-completion-r1 llvm multiprocessing toolchain-funcs
-
-DESCRIPTION="The Crystal Programming Language"
-HOMEPAGE="https://crystal-lang.org/
-   https://github.com/crystal-lang/crystal/;
-SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz
 )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc debug llvm-libunwind"
-
-# Upstream test suite not reliable
-RESTRICT="test"
-
-DEPEND="
-   dev-libs/boehm-gc:=[threads]
-   dev-libs/gmp:=
-   dev-libs/libatomic_ops:=
-   dev-libs/libevent:=
-   dev-libs/libpcre:=
-   dev-libs/pcl:=
-   

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/kissat/

2023-10-10 Thread Maciej Barć
commit: 1248ca497808075120f97fa0218151e8b113bd51
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 11 00:18:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1248ca49

sci-mathematics/kissat: bump to 3.1.1

Signed-off-by: Maciej Barć  gentoo.org>

 sci-mathematics/kissat/Manifest|  1 +
 sci-mathematics/kissat/kissat-3.1.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/sci-mathematics/kissat/Manifest b/sci-mathematics/kissat/Manifest
index be9a0662fb22..906a03b62d91 100644
--- a/sci-mathematics/kissat/Manifest
+++ b/sci-mathematics/kissat/Manifest
@@ -1,2 +1,3 @@
 DIST kissat-3.0.0.tar.gz 466704 BLAKE2B 
453f894884e80cfd0ee7022adbde0439d64e31a402c4bfa92f022ad41699cc5c11682d5b9069cf33f8a779afa255f103987519bc9412b49f54480bd688fbc4eb
 SHA512 
2a5b7b9c9bb74ca8395399425519c138e135eb9adfb6e802ce8d7544c9d53e0b7687f86e6a032fcdff1c6fc01770dd7e7449e488e0ddf3e4ee1199e1448a0862
 DIST kissat-3.1.0.tar.gz 470710 BLAKE2B 
bd79a480209d6ff35aa431dc294018cd78ef06e5f6c431fcd23206a72183c3f18eb4a4b9b57f471f2edc7c9224a52d00ae1d75f6c9af050b1fa7e667776932a7
 SHA512 
226090d4e8c42197709e08341dd4623cbf7e63f2fee72e59305ab7643c3e59cfc1f9f3abb5a766e3572137b45018ed788bbdfb486e6b8d86a7317f959358f2e8
+DIST kissat-3.1.1.tar.gz 471004 BLAKE2B 
ce98105f2701e9dfab8dc555ace2d6891015e25bd23f09c1b2706ddb757f7580a555bdc20340d6880f2c4a0c786a71fd16466ab06a9c7499c81e4832665ce6c3
 SHA512 
f1f1e20a48a682ba5e0cbc938136421a95131e4bde058002ee2ab763f565105765a63d4c0d031f84b76a0bed4d5902a8120666c9a98fc541acb68009f6e503ed

diff --git a/sci-mathematics/kissat/kissat-3.1.1.ebuild 
b/sci-mathematics/kissat/kissat-3.1.1.ebuild
new file mode 100644
index ..4c1fed10488f
--- /dev/null
+++ b/sci-mathematics/kissat/kissat-3.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Keep-it-simple and clean bare metal SAT solver written in C"
+HOMEPAGE="http://fmv.jku.at/kissat/
+   https://github.com/arminbiere/kissat/;
+SRC_URI="https://github.com/arminbiere/${PN}/archive/rel-${PV}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-rel-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="!>=x11-terms/kitty-0.27"
+
+src_configure() {
+   local myopts=(
+   CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
+   --kitten
+   --statistics
+   )
+   sh ./configure "${myopts[@]}" || die
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   dolib.a build/libkissat.a
+   exeinto /usr/bin/
+   doexe build/{kissat,kitten}
+   dodoc CONTRIBUTING NEWS.md README.md
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/kissat/

2023-10-10 Thread Maciej Barć
commit: 4bef4aa48264ad7e44bb9df5302dfe898d5e35c7
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 11 00:18:41 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bef4aa4

sci-mathematics/kissat: drop old 3.0.0

Signed-off-by: Maciej Barć  gentoo.org>

 sci-mathematics/kissat/Manifest|  1 -
 sci-mathematics/kissat/kissat-3.0.0.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/sci-mathematics/kissat/Manifest b/sci-mathematics/kissat/Manifest
index 906a03b62d91..5c9a39bcd489 100644
--- a/sci-mathematics/kissat/Manifest
+++ b/sci-mathematics/kissat/Manifest
@@ -1,3 +1,2 @@
-DIST kissat-3.0.0.tar.gz 466704 BLAKE2B 
453f894884e80cfd0ee7022adbde0439d64e31a402c4bfa92f022ad41699cc5c11682d5b9069cf33f8a779afa255f103987519bc9412b49f54480bd688fbc4eb
 SHA512 
2a5b7b9c9bb74ca8395399425519c138e135eb9adfb6e802ce8d7544c9d53e0b7687f86e6a032fcdff1c6fc01770dd7e7449e488e0ddf3e4ee1199e1448a0862
 DIST kissat-3.1.0.tar.gz 470710 BLAKE2B 
bd79a480209d6ff35aa431dc294018cd78ef06e5f6c431fcd23206a72183c3f18eb4a4b9b57f471f2edc7c9224a52d00ae1d75f6c9af050b1fa7e667776932a7
 SHA512 
226090d4e8c42197709e08341dd4623cbf7e63f2fee72e59305ab7643c3e59cfc1f9f3abb5a766e3572137b45018ed788bbdfb486e6b8d86a7317f959358f2e8
 DIST kissat-3.1.1.tar.gz 471004 BLAKE2B 
ce98105f2701e9dfab8dc555ace2d6891015e25bd23f09c1b2706ddb757f7580a555bdc20340d6880f2c4a0c786a71fd16466ab06a9c7499c81e4832665ce6c3
 SHA512 
f1f1e20a48a682ba5e0cbc938136421a95131e4bde058002ee2ab763f565105765a63d4c0d031f84b76a0bed4d5902a8120666c9a98fc541acb68009f6e503ed

diff --git a/sci-mathematics/kissat/kissat-3.0.0.ebuild 
b/sci-mathematics/kissat/kissat-3.0.0.ebuild
deleted file mode 100644
index 4c1fed10488f..
--- a/sci-mathematics/kissat/kissat-3.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Keep-it-simple and clean bare metal SAT solver written in C"
-HOMEPAGE="http://fmv.jku.at/kissat/
-   https://github.com/arminbiere/kissat/;
-SRC_URI="https://github.com/arminbiere/${PN}/archive/rel-${PV}.tar.gz
-   -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-rel-${PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="!>=x11-terms/kitty-0.27"
-
-src_configure() {
-   local myopts=(
-   CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
-   --kitten
-   --statistics
-   )
-   sh ./configure "${myopts[@]}" || die
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   dolib.a build/libkissat.a
-   exeinto /usr/bin/
-   doexe build/{kissat,kitten}
-   dodoc CONTRIBUTING NEWS.md README.md
-}



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

2023-10-10 Thread Maciej Barć
commit: f315ff4f231a394e229fd8aff68c19dc2dcc4563
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 10 23:14:03 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f315ff4f

dev-lang/boogie: bump to 3.0.5

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/boogie/Manifest|   1 +
 dev-lang/boogie/boogie-3.0.5.ebuild | 287 
 2 files changed, 288 insertions(+)

diff --git a/dev-lang/boogie/Manifest b/dev-lang/boogie/Manifest
index 016efc7bc73f..aca44148687a 100644
--- a/dev-lang/boogie/Manifest
+++ b/dev-lang/boogie/Manifest
@@ -1,4 +1,5 @@
 DIST boogie-3.0.4.tar.gz 2024651 BLAKE2B 
ccd6892aef048f7e031d8101ead979eb8aeb09d14954e62d862cf60ef35bb34f70449b20ac4182f6eb253cc30f7fda6d17dc3206b50e1d0762d2be39fc28d12f
 SHA512 
ff9f9fd9d143c79ddba146ed834aa68ef78b95a54445b8ae3ed89c2a55ca84106a4e0ba18f3b640ef1052ceb3b1ca166e6fb46242d9789a11d71a6d197e6f30c
+DIST boogie-3.0.5.tar.gz 2024714 BLAKE2B 
453b09d9275923e8bed6ef80b1e331ee3a16e3ebfc7f2f454a989fa1242c5221c9a9d322b4306b11749b9ab48e012cc30cbf4d965413dc96e5bcdf52e6679f95
 SHA512 
212b561597ba8dea4c2ff1d073c317eb6f880c28588f032f65f3ad620a68fbf137e5cc9a20947a9f7af6f00e7543aeb56f09699ae179cfc7c4df63f825102d44
 DIST microsoft.bcl.asyncinterfaces.6.0.0.nupkg 76354 BLAKE2B 
aca3f5db71e4037dbdd604aeaebcd0962ccc171915b77b4c409ab744bf0a469c7d588f9504fc7fa49e3863e9593b66b4083235cb49e812d1f87b3dadb32e6003
 SHA512 
221a05a0c910f7a87b620d8f3831ed392b4eb95d112bee274d35f27009ad2a26445de9d7cd235fe6fb4a03f2550874bda3be396edaf9c0852a9c23d7b099
 DIST microsoft.codecoverage.16.2.0.nupkg 3133582 BLAKE2B 
418cf403247d594cde0d827f8ca8690019a7631525f07993937085f4bbf8473364b4c99aea6e8b7b0020208d15fe0da63f0f4e69c273493c51ae011e8bd82667
 SHA512 
91f1d43fc038a20f5367d9aab669105dc7514dfbe749260b52789c09a75abcc6bdc000ee0c7f432231d4cc09e99bf5b863dd6289d813342f74d9dad23a651625
 DIST microsoft.csharp.4.0.1.nupkg 462346 BLAKE2B 
209ccebc9103b803d26ea1f0232245c3cd231078b03a83a0011a2a79a1a8a324a72c5b3fda94b2686fff170932f366e165f81a36a70df590a39c45d70778e4be
 SHA512 
c0e75a9162f28ba4c4572c8fac4fd4c8c97d6d3505a37683646ba5f7e5f6ac0da69d5200d2646054de90e8e08f893a10e514591b69b8273640842b2cf90bddec

diff --git a/dev-lang/boogie/boogie-3.0.5.ebuild 
b/dev-lang/boogie/boogie-3.0.5.ebuild
new file mode 100644
index ..8cb18a16b354
--- /dev/null
+++ b/dev-lang/boogie/boogie-3.0.5.ebuild
@@ -0,0 +1,287 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOTNET_PKG_COMPAT=7.0
+NUGETS="
+microsoft.bcl.asyncinterfaces@6.0.0
+microsoft.codecoverage@16.2.0
+microsoft.csharp@4.0.1
+microsoft.dotnet.internalabstractions@1.0.0
+microsoft.net.test.sdk@16.2.0
+microsoft.netcore.platforms@1.0.1
+microsoft.netcore.platforms@1.1.0
+microsoft.netcore.targets@1.0.1
+microsoft.netcore.targets@1.1.0
+microsoft.testplatform.objectmodel@16.2.0
+microsoft.testplatform.testhost@16.2.0
+microsoft.win32.primitives@4.0.1
+microsoft.win32.primitives@4.3.0
+microsoft.win32.registry@4.0.0
+microsoft.win32.registry@4.3.0
+microsoft.win32.systemevents@6.0.0
+netstandard.library@1.6.0
+netstandard.library@2.0.0
+newtonsoft.json@9.0.1
+nunit@3.12.0
+nunit3testadapter@3.15.1
+runtime.any.system.collections@4.3.0
+runtime.any.system.diagnostics.tools@4.3.0
+runtime.any.system.diagnostics.tracing@4.3.0
+runtime.any.system.globalization.calendars@4.3.0
+runtime.any.system.globalization@4.3.0
+runtime.any.system.io@4.3.0
+runtime.any.system.reflection.extensions@4.3.0
+runtime.any.system.reflection.primitives@4.3.0
+runtime.any.system.reflection@4.3.0
+runtime.any.system.resources.resourcemanager@4.3.0
+runtime.any.system.runtime.handles@4.3.0
+runtime.any.system.runtime.interopservices@4.3.0
+runtime.any.system.runtime@4.3.0
+runtime.any.system.text.encoding.extensions@4.3.0
+runtime.any.system.text.encoding@4.3.0
+runtime.any.system.threading.tasks@4.3.0
+runtime.any.system.threading.timer@4.3.0
+runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.native.system.io.compression@4.1.0
+runtime.native.system.net.http@4.0.1
+runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.native.system.security.cryptography@4.0.0
+runtime.native.system@4.0.0
+runtime.native.system@4.3.0
+runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl@4.3.0
+runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl@4.3.0

[gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh-bin/

2023-10-10 Thread Maciej Barć
commit: cf9b68b0d67394d255792e4d302c9a96715361ff
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 10 23:04:14 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9b68b0

app-shells/pwsh-bin: fix Gentoo-managed PSModulePath

Signed-off-by: Maciej Barć  gentoo.org>

 app-shells/pwsh-bin/{pwsh-bin-7.3.6.ebuild => pwsh-bin-7.3.6-r1.ebuild} | 2 +-
 app-shells/pwsh-bin/{pwsh-bin-7.3.7.ebuild => pwsh-bin-7.3.7-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/pwsh-bin/pwsh-bin-7.3.6.ebuild 
b/app-shells/pwsh-bin/pwsh-bin-7.3.6-r1.ebuild
similarity index 93%
rename from app-shells/pwsh-bin/pwsh-bin-7.3.6.ebuild
rename to app-shells/pwsh-bin/pwsh-bin-7.3.6-r1.ebuild
index 8b0cee74b025..748d3db6ec06 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.3.6.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.3.6-r1.ebuild
@@ -56,7 +56,7 @@ src_install() {
 
fperms 0755 "${dest_root}/pwsh"
 
-   local 
gentoo_path='PSModulePath="${PSModulePath}:/usr/share/GentooPowerShell/Modules:"'
+   local 
gentoo_path='PSModulePath="${PSModulePath}:${EPREFIX}/usr/share/GentooPowerShell/Modules:"'
make_wrapper "${PN}-${SLOT}" "env ${gentoo_path} ${dest_root}/pwsh"
 }
 

diff --git a/app-shells/pwsh-bin/pwsh-bin-7.3.7.ebuild 
b/app-shells/pwsh-bin/pwsh-bin-7.3.7-r1.ebuild
similarity index 93%
rename from app-shells/pwsh-bin/pwsh-bin-7.3.7.ebuild
rename to app-shells/pwsh-bin/pwsh-bin-7.3.7-r1.ebuild
index 94b1b6ce19ec..d5dc3e03bc4a 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.3.7.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.3.7-r1.ebuild
@@ -56,7 +56,7 @@ src_install() {
 
fperms 0755 "${dest_root}/pwsh"
 
-   local 
gentoo_path='PSModulePath="${PSModulePath}:/usr/share/GentooPowerShell/Modules:"'
+   local 
gentoo_path='PSModulePath="${PSModulePath}:${EPREFIX}/usr/share/GentooPowerShell/Modules:"'
make_wrapper "${PN}-${SLOT}" "env ${gentoo_path} ${dest_root}/pwsh"
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh/

2023-10-10 Thread Maciej Barć
commit: 126d6a3c13bbc373a10cff4aa8f2a37d9e5c7f9e
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 10 23:03:24 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126d6a3c

app-shells/pwsh: fix Gentoo-managed PSModulePath

Signed-off-by: Maciej Barć  gentoo.org>

 app-shells/pwsh/{pwsh-7.3.6.ebuild => pwsh-7.3.6-r1.ebuild} | 2 +-
 app-shells/pwsh/{pwsh-7.3.7.ebuild => pwsh-7.3.7-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/pwsh/pwsh-7.3.6.ebuild 
b/app-shells/pwsh/pwsh-7.3.6-r1.ebuild
similarity index 99%
rename from app-shells/pwsh/pwsh-7.3.6.ebuild
rename to app-shells/pwsh/pwsh-7.3.6-r1.ebuild
index 63c8e6a97917..7c6152bab8b0 100644
--- a/app-shells/pwsh/pwsh-7.3.6.ebuild
+++ b/app-shells/pwsh/pwsh-7.3.6-r1.ebuild
@@ -373,7 +373,7 @@ src_install() {
done
 
dotnet-pkg-base_append_launchervar \
-   
'PSModulePath="${PSModulePath}:/usr/share/GentooPowerShell/Modules:"'
+   
'PSModulePath="${PSModulePath}:${EPREFIX}/usr/share/GentooPowerShell/Modules:"'
dotnet-pkg-base_install "${dest_root}"
dotnet-pkg-base_dolauncher "${dest_root}/pwsh" "pwsh-${SLOT}"
 

diff --git a/app-shells/pwsh/pwsh-7.3.7.ebuild 
b/app-shells/pwsh/pwsh-7.3.7-r1.ebuild
similarity index 99%
rename from app-shells/pwsh/pwsh-7.3.7.ebuild
rename to app-shells/pwsh/pwsh-7.3.7-r1.ebuild
index 8c984c6607e2..4997a8dcc5e5 100644
--- a/app-shells/pwsh/pwsh-7.3.7.ebuild
+++ b/app-shells/pwsh/pwsh-7.3.7-r1.ebuild
@@ -378,7 +378,7 @@ src_install() {
done
 
dotnet-pkg-base_append_launchervar \
-   
'PSModulePath="${PSModulePath}:/usr/share/GentooPowerShell/Modules:"'
+   
'PSModulePath="${PSModulePath}:${EPREFIX}/usr/share/GentooPowerShell/Modules:"'
dotnet-pkg-base_install "${dest_root}"
dotnet-pkg-base_dolauncher "${dest_root}/pwsh" "pwsh-${SLOT}"
 



[gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh-bin/

2023-10-10 Thread Maciej Barć
commit: 68ed820682205c6dd1ec065caefc2e9c6a32b8b7
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 10 23:04:54 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ed8206

app-shells/pwsh-bin: bump to 7.3.8

Signed-off-by: Maciej Barć  gentoo.org>

 app-shells/pwsh-bin/Manifest  |  3 ++
 app-shells/pwsh-bin/pwsh-bin-7.3.8.ebuild | 69 +++
 2 files changed, 72 insertions(+)

diff --git a/app-shells/pwsh-bin/Manifest b/app-shells/pwsh-bin/Manifest
index 7acf0a0538f9..85cc1f41165e 100644
--- a/app-shells/pwsh-bin/Manifest
+++ b/app-shells/pwsh-bin/Manifest
@@ -4,3 +4,6 @@ DIST powershell-7.3.6-linux-x64.tar.gz 68984703 BLAKE2B 
36df952abcf1bc116a4a0734
 DIST powershell-7.3.7-linux-arm32.tar.gz 66617447 BLAKE2B 
be80d24a4cda6a59ca220c8a05c9a0c9b9770720f5f8db3184b120edb92f4d1a52f4d59328ff0b821e835aed55cc69d9191ee64913db0d8a1aa3f0ac62f82051
 SHA512 
49d81476d4d4aa7a1138b605baaadcdecbbfd768161c1cc7f0f448dd8038e55dca71290f3e3842ed526b18df7b5e4ac959f13eea04584e11a6a0f2de1af9c711
 DIST powershell-7.3.7-linux-arm64.tar.gz 65519990 BLAKE2B 
133264c94d0103faa14f65744abfc7837fe09bf878c85d50b7bc949bb784c6df3e8dc15a674c0c72cc1e91a8499e79a44cd8608affa5b7a2b8d46fa82cd74275
 SHA512 
fd7530a8ae6a81d13193f8e9da46ef598b5e0e13054f63350c8cf6d41bccff0764566eff6114287da88c2de0ed5b3e37cfc104547528b060a0a217420e0ac889
 DIST powershell-7.3.7-linux-x64.tar.gz 69092859 BLAKE2B 
9db34b8dd6f5254a8f8f2a87daa72cb8e3f12aecb5f9967f7e21646dad4a6af61bedf3387cc9eaf12382d1fe899195a294b59f6e63d43fb0f701bc2973aa82d5
 SHA512 
42e148a737afed971e61929e8315d59e1f6a118fc8f2982b0bf0a1d05d73628e99d77d4b4b12b99805f40e9c2425e8bf9dfae2fc7fd04b5b8ba4de236df1cd8f
+DIST powershell-7.3.8-linux-arm32.tar.gz 66622219 BLAKE2B 
187c13065d7db2d01541e36c888fb59b24b05e10b0b85b73c9a3ca2a3f93d49e1aa17734fbf04bcdb5c350c151dd49394caa0eed6d16105bee7608784fe516d5
 SHA512 
967c49c1d1644d4bf188b06dd67ee92eb292c3a3232b63d49608fcc1ec23caed2cc1b9bd5035902ac91610e4bf0def7c311be984350bcfcd170dae7ffb8c79cf
+DIST powershell-7.3.8-linux-arm64.tar.gz 65538450 BLAKE2B 
3e9e1e0f116b1bbeaf832116efb926a31cd73032f3ffc364ef8f9dd7a18cd7b3a6111c71d0af2d91ebbed59166a734efaeb526d88f930ed4474560e3c122649c
 SHA512 
7163d57eb593dda5a8f8df181d6477b8a48fa5f0cc169a91188740b166bded7f67e7533999023fe5f31357c6066ca357608aab8d82b4c16a37e9c4260cd5f751
+DIST powershell-7.3.8-linux-x64.tar.gz 69101356 BLAKE2B 
a96efbe39a1917244dbd8da51b41d9944fc871c30c0efcb34e66dad35990be27e899a570be25473ae94a2703e5c0349fa7ba514c29ed108287f471b0ec957236
 SHA512 
d2cd1619fc4e1c26166cf4d3f5fcf9595d4efad4099cbca7593dc048fdc199e90ffabc157b99f0d3c623ece17d95d8587192597d34172aaf398393a6af6c96eb

diff --git a/app-shells/pwsh-bin/pwsh-bin-7.3.8.ebuild 
b/app-shells/pwsh-bin/pwsh-bin-7.3.8.ebuild
new file mode 100644
index ..d5dc3e03bc4a
--- /dev/null
+++ b/app-shells/pwsh-bin/pwsh-bin-7.3.8.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit wrapper
+
+DESCRIPTION="Cross-platform automation and configuration tool (binary package)"
+HOMEPAGE="https://microsoft.com/powershell/
+   https://github.com/PowerShell/PowerShell/;
+
+BASE_URI="https://github.com/PowerShell/PowerShell/releases/download/;
+SRC_URI="
+   amd64? ( ${BASE_URI}/v${PV}/powershell-${PV}-linux-x64.tar.gz )
+   arm64? ( ${BASE_URI}/v${PV}/powershell-${PV}-linux-arm64.tar.gz )
+   arm?   ( ${BASE_URI}/v${PV}/powershell-${PV}-linux-arm32.tar.gz )
+"
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64"
+REQUIRED_USE="elibc_glibc"
+
+RDEPEND="
+   app-crypt/mit-krb5:0/0
+   dev-libs/icu
+   dev-util/lttng-ust:0/2.12
+   sys-libs/pam:0/0
+   sys-libs/zlib:0/1
+   || (
+   dev-libs/openssl-compat:1.0.0
+   =dev-libs/openssl-1.0*:0/0
+   )
+"
+IDEPEND="app-eselect/eselect-pwsh"
+
+QA_PREBUILT="*"
+
+src_install() {
+   local -a broken_symlinks
+   broken_symlinks=( libcrypto.so.1.0.0 libssl.so.1.0.0 )
+
+   local symlink
+   for symlink in "${broken_symlinks[@]}" ; do
+   if [[ -L "${symlink}" ]] ; then
+   rm "${symlink}" || die "failed to remove ${symlink}"
+   fi
+   done
+
+   local dest="opt/${PN}-${SLOT}"
+   local dest_root="/${dest}"
+
+   insinto "${dest_root}"
+   doins -r .
+
+   fperms 0755 "${dest_root}/pwsh"
+
+   local 
gentoo_path='PSModulePath="${PSModulePath}:${EPREFIX}/usr/share/GentooPowerShell/Modules:"'
+   make_wrapper "${PN}-${SLOT}" "env ${gentoo_path} ${dest_root}/pwsh"
+}
+
+pkg_postinst() {
+   eselect pwsh update ifunset
+}
+
+pkg_postrm() {
+   eselect pwsh update ifunset
+}



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

2023-10-10 Thread Maciej Barć
commit: 11af0eedfa3e9ef2119097e0431814d1d3f7ed28
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 10 23:16:32 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 11 00:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11af0eed

dev-lang/algol68g: drop old 3.3.21

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/algol68g/Manifest   |  1 -
 dev-lang/algol68g/algol68g-3.3.21.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 2ff39a1ffcca..f76aded0a72e 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1 @@
-DIST algol68g-3.3.21.tar.gz 660179 BLAKE2B 
43f666cec1f77c3b7056221ab18bcc0bf458b6d6fe1d6c361709683993152aac6957068b09d8c47cc8441233739e7450ff126b1153bbbc272831c5200dde89a6
 SHA512 
18e3f431477fd282726858ae0b5abfe1f695a1f2ad9799437c0ce58808749c876067f2ccafc38b7baef392b1a7543fc389325dae0acfb60e19e2ef084423f719
 DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B 
b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693
 SHA512 
e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857

diff --git a/dev-lang/algol68g/algol68g-3.3.21.ebuild 
b/dev-lang/algol68g/algol68g-3.3.21.ebuild
deleted file mode 100644
index f1c0cc53d018..
--- a/dev-lang/algol68g/algol68g-3.3.21.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Algol 68 Genie compiler-interpreter"
-HOMEPAGE="https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html;
-SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
-
-RDEPEND="
-   curl? ( net-misc/curl )
-   gsl? ( sci-libs/gsl:= )
-   mpfr? ( dev-libs/mpfr:= )
-   plotutils? ( media-libs/plotutils )
-   postgres? ( dev-db/postgresql:* )
-   readline? ( sys-libs/readline:= )
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}/${PN}-3.3.21-configure-implicit.patch" )
-
-src_configure() {
-   local -a myconf=(
-   $(use_enable curl)
-   $(use_enable gsl)
-   $(use_enable mpfr)
-   $(use_enable ncurses curses)
-   $(use_enable plotutils)
-   $(use_enable postgres postgresql)
-   $(use_enable readline)
-   $(use_with ncurses)
-   )
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2023-10-10 Thread Conrad Kostecki
commit: 80f756d1e032f6160a99fcc21af5b17afa31a5c2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:02:12 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f756d1

games-simulation/openrct2: amd64 stable

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

 games-simulation/openrct2/openrct2-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/openrct2/openrct2-0.4.6.ebuild 
b/games-simulation/openrct2/openrct2-0.4.6.ebuild
index 37dcc992c891..31ed4dd2f410 100644
--- a/games-simulation/openrct2/openrct2-0.4.6.ebuild
+++ b/games-simulation/openrct2/openrct2-0.4.6.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="dedicated +flac +opengl scripting test +truetype +vorbis"
 RESTRICT="!test? ( test )"
 



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

2023-10-10 Thread Conrad Kostecki
commit: ec2de8208417806cc8f4e29e4a798fa527ca7708
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:11:49 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2de820

dev-lua/mpack: drop 1.0.9-r1

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

 dev-lua/mpack/Manifest  |   1 -
 dev-lua/mpack/mpack-1.0.9-r1.ebuild | 116 
 2 files changed, 117 deletions(-)

diff --git a/dev-lua/mpack/Manifest b/dev-lua/mpack/Manifest
index 47c151b429a8..f492226d7b82 100644
--- a/dev-lua/mpack/Manifest
+++ b/dev-lua/mpack/Manifest
@@ -1,2 +1 @@
 DIST mpack-1.0.10.tar.gz 16256 BLAKE2B 
56f279be5b84e89a18a6010320eff9f006cfba6df9621e7b4c338a866170a69589e9e50d0d7deb238ff40634f28aa4d0c43a135c6b7fa9a38ec41b8b669945cd
 SHA512 
879e200d806a4aeb3dc31bf44781bb92b377ee86fe3050692179bff794a2748c175135e4ab5eb59f29202bd36ff27ecc26bab07d0c46c11414361f72abf3dc53
-DIST mpack-1.0.9.tar.gz 16087 BLAKE2B 
062f0deaa9ea359486933b5736591ea3ee78886e31259b721d88ef44762403185b881d076ca35fe6e8c16ab756d36698fec1ca893ab3667635e388456a8ad417
 SHA512 
c663a6cb29c1ae3f88baf25d36b076c35b35b96a16f9df472f8063009dc70886071cc27bf9224aceb86afb5c590ac072fd484435f40ecc4961eabfb5df08f395

diff --git a/dev-lua/mpack/mpack-1.0.9-r1.ebuild 
b/dev-lua/mpack/mpack-1.0.9-r1.ebuild
deleted file mode 100644
index 2cc20b76c877..
--- a/dev-lua/mpack/mpack-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit lua toolchain-funcs
-
-MY_PN="lib${PN}-lua"
-
-DESCRIPTION="Lua bindings for libmpack"
-HOMEPAGE="https://github.com/libmpack/libmpack-lua/;
-SRC_URI="https://github.com/${MY_PN/-lua/}/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~x64-macos"
-IUSE="test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/libmpack
-   ${LUA_DEPS}
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   test? (
-   dev-lua/busted[${LUA_USEDEP}]
-   dev-lua/lua_cliargs[${LUA_USEDEP}]
-   ${RDEPEND}
-   )
-"
-
-src_prepare() {
-   default
-
-   lua_copy_sources
-}
-
-lua_src_compile() {
-   pushd "${BUILD_DIR}" || die
-
-   local myemakeargs=(
-   "CC=$(tc-getCC)"
-   "LUA_INCLUDE=$(lua_get_CFLAGS)"
-   "LUA_LIB="
-   "USE_SYSTEM_MPACK=yes"
-   "USE_SYSTEM_LUA=yes"
-   )
-
-   emake "${myemakeargs[@]}"
-
-   popd
-}
-
-src_compile() {
-   lua_foreach_impl lua_src_compile
-}
-
-lua_src_test() {
-   pushd "${BUILD_DIR}" || die
-
-   # "[  FAILED  ] test.lua @ 279: mpack should not leak memory"
-   # It doesn't seem upstream actually support LuaJIT so were this up to me
-   # I would drop it from LUA_COMPAT, unfortunately there are packages in 
the
-   # tree which currently expect it to be supported.
-   if [[ ${ELUA} == "luajit" ]]; then
-   ewarn "Not running tests under ${ELUA} because they are known 
to fail"
-   return
-   fi
-
-   busted --lua="${ELUA}" test.lua || die
-
-   popd
-}
-
-src_test() {
-   lua_foreach_impl lua_src_test
-}
-
-lua_src_install() {
-   pushd "${BUILD_DIR}" || die
-
-   local installdir="$(lua_get_cmod_dir)"
-   local myemakeargs=(
-   "DESTDIR=${ED}"
-   "LUA_CMOD_INSTALLDIR=${installdir#$EPREFIX}"
-   "USE_SYSTEM_MPACK=yes"
-   "USE_SYSTEM_LUA=yes"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   popd
-
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   local luav=$(lua_get_version)
-   # we only want the major version (e.g. 5.1)
-   local luamv=${luav:0:3}
-   local file="lua/${luamv}/mpack.so"
-   install_name_tool \
-   -id "${EPREFIX}/usr/$(get_libdir)/${file}" \
-   "${ED}/usr/$(get_libdir)/${file}" \
-   || die "Failed to adjust install_name"
-   fi
-}
-
-src_install() {
-   lua_foreach_impl lua_src_install
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/

2023-10-10 Thread Conrad Kostecki
commit: fb65ffe9ff0e7017173644204f9142af2f31deb7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:34:35 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb65ffe9

dev-util/intel-graphics-compiler: add 1.0.15368.3

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

 dev-util/intel-graphics-compiler/Manifest  |   1 +
 .../intel-graphics-compiler-1.0.15368.3.ebuild | 102 +
 2 files changed, 103 insertions(+)

diff --git a/dev-util/intel-graphics-compiler/Manifest 
b/dev-util/intel-graphics-compiler/Manifest
index fc72616e3905..2435fd58da9e 100644
--- a/dev-util/intel-graphics-compiler/Manifest
+++ b/dev-util/intel-graphics-compiler/Manifest
@@ -1,2 +1,3 @@
 DIST intel-graphics-compiler-1.0.14062.11.tar.gz 8415633 BLAKE2B 
1dd65e37a6d2aa7539aa9d5700921ad9c75c3a5cb6a66870adbe9fac888eb16cc772574666f05ce02d165f8954c7b4ebbfbc2ed2008fdd86c5bbb472b95959ae
 SHA512 
0fd2790997268b102ded0af47d4133cf251791c7ecd15758b378a0cdf6d6640d78cc68b2de0b003710a36da4d4750c7fa90eb2ac5aa1702164e46109fafd980d
 DIST intel-graphics-compiler-1.0.15136.4.tar.gz 8942086 BLAKE2B 
5008b9d255cd9923de73ef07929215b3e2c14d46c37ee0730d0c25ec1f109bd59fa1178cd7e085cf9b7009cf820cdf29a2a880b9f1c1528f494c300d21535732
 SHA512 
22c676bec940c91bae0a5cd36f904febbab2e4e60dc8379f2068adb9b1cd2de8d37aa1c66dec2616f1a761e862b58676aa484cdcdf7bdd00bdc337571bc8
+DIST intel-graphics-compiler-1.0.15368.3.tar.gz 8991895 BLAKE2B 
93da50357052d4711c2bb2b49335aa5f3c27162ab478c8482ba491bda1d2fa4562abd612d052799f71942483256eeb94684db7b248ed6f3ae16c3f898cfa5981
 SHA512 
43415186f6be8c7821d7b0d5803070e6e707bcf1be64aca2d6f4d8f575e0d8ef0b1ea1b999f9b5ef32ace625feb889c6c875b4d8c66c7de3680ea91b9ae0da6a

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.15368.3.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.15368.3.ebuild
new file mode 100644
index ..96c33faba372
--- /dev/null
+++ 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.15368.3.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE="Release"
+LLVM_MAX_SLOT="15"
+MY_PN="igc"
+MY_P="${MY_PN}-${PV}"
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit cmake flag-o-matic llvm python-any-r1
+
+DESCRIPTION="LLVM-based OpenCL compiler for OpenCL targetting Intel Gen 
graphics hardware"
+HOMEPAGE="https://github.com/intel/intel-graphics-compiler;
+SRC_URI="https://github.com/intel/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug vc"
+
+DEPEND="
+   dev-libs/opencl-clang:${LLVM_MAX_SLOT}=
+   dev-util/spirv-tools
+   sys-devel/lld:${LLVM_MAX_SLOT}=
+   sys-devel/llvm:${LLVM_MAX_SLOT}=
+   vc? (
+   >=dev-libs/intel-vc-intrinsics-0.12.1-r1
+   dev-util/spirv-llvm-translator:${LLVM_MAX_SLOT}=
+   )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/mako[${PYTHON_USEDEP}]')
+   =sys-devel/lld-${LLVM_MAX_SLOT}*
+   ${PYTHON_DEPS}
+"
+
+python_check_deps() {
+   python_has_version "dev-python/mako[${PYTHON_USEDEP}]"
+}
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.9-no_Werror.patch"
+   "${FILESDIR}/${PN}-1.0.8173-opencl-clang_version.patch"
+   "${FILESDIR}/${PN}-1.0.8365-disable-git.patch"
+   "${FILESDIR}/${PN}-1.0.14062.11-vc.patch"
+)
+
+pkg_setup() {
+   llvm_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   # Don't hardcode FORTIFY_SOURCE
+   sed -e '/-D_FORTIFY_SOURCE=2/d' -i IGC/CMakeLists.txt || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   # Get LLVM version
+   local llvm_version="$(best_version -d sys-devel/llvm:${LLVM_MAX_SLOT})"
+   local llvm_version="${llvm_version%%-r*}"
+
+   # See https://github.com/intel/intel-graphics-compiler/issues/212
+   append-ldflags -Wl,-z,undefs
+
+   # See bug #893370 and 
https://github.com/intel/intel-graphics-compiler/issues/282
+   append-flags -U_GLIBCXX_ASSERTIONS
+
+   # See https://bugs.gentoo.org/718824
+   ! use debug && append-cppflags -DNDEBUG
+
+   local mycmakeargs=(
+   -DCCLANG_SONAME_VERSION="${LLVM_MAX_SLOT}"
+   -DCMAKE_LIBRARY_PATH="$(get_llvm_prefix 
${LLVM_MAX_SLOT})/$(get_libdir)"
+   -DIGC_BUILD__VC_ENABLED="$(usex vc)"
+   -DIGC_OPTION__ARCHITECTURE_TARGET="Linux64"
+   -DIGC_OPTION__CLANG_MODE="Prebuilds"
+   -DIGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR="ON"
+   -DIGC_OPTION__LLD_MODE="Prebuilds"
+   -DIGC_OPTION__LLDELF_H_DIR="${EPREFIX}/usr/include/lld/Common"
+   -DIGC_OPTION__LLVM_MODE="Prebuilds"
+   

[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2023-10-10 Thread Conrad Kostecki
commit: f2ee6588968366a1766786746f9d3accbd7571ff
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:11:28 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ee6588

app-benchmarks/stress-ng: add 0.17.00, drop 0.16.05

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

 app-benchmarks/stress-ng/Manifest   | 2 +-
 .../stress-ng/{stress-ng-0.16.05.ebuild => stress-ng-0.17.00.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 15f042923537..492cbc020d71 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1 @@
-DIST stress-ng-0.16.05.tar.gz 3930948 BLAKE2B 
41aabb35ac8f00899dfea144a368f0a7f625c4631d341bd456f3a9bdb1f28b1975ec960ebe81935fcb27df7019c07bbe8c3ad43a698a19e65a6ce2da7bac1bda
 SHA512 
03c854a0b5028e43a826f8f2c721ed828731c0b52c0d15f4415807d885d3d81abe969820e27e2c40eb459c2c5a987c18ae9dd7923a755bac1aade923d71d71d8
+DIST stress-ng-0.17.00.tar.gz 6147684 BLAKE2B 
438b282043ca43104f598b80803ebbc3ab5d7d9e230ab874e1f9360bc8bc5122f351dd3ce322b797e47b87471ad57cd13e826a24f17d42b050e3de173bb5eb10
 SHA512 
37669d4a00f1a02bb6cfcac6bf4dd32db74734433189ef686af9fbf861ee75dc63b94409981101c162f3b2b03802f96e4085f863a67cb62027b1eff8657aa03b

diff --git a/app-benchmarks/stress-ng/stress-ng-0.16.05.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.17.00.ebuild
similarity index 100%
rename from app-benchmarks/stress-ng/stress-ng-0.16.05.ebuild
rename to app-benchmarks/stress-ng/stress-ng-0.17.00.ebuild



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

2023-10-10 Thread Conrad Kostecki
commit: 31cfdc2a806bebc88bc4692e3ddfc197176149f1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:12:10 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cfdc2a

dev-lua/mpack: add 1.0.11

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

 dev-lua/mpack/Manifest|   1 +
 dev-lua/mpack/mpack-1.0.11.ebuild | 116 ++
 2 files changed, 117 insertions(+)

diff --git a/dev-lua/mpack/Manifest b/dev-lua/mpack/Manifest
index f492226d7b82..32e6e5887e35 100644
--- a/dev-lua/mpack/Manifest
+++ b/dev-lua/mpack/Manifest
@@ -1 +1,2 @@
 DIST mpack-1.0.10.tar.gz 16256 BLAKE2B 
56f279be5b84e89a18a6010320eff9f006cfba6df9621e7b4c338a866170a69589e9e50d0d7deb238ff40634f28aa4d0c43a135c6b7fa9a38ec41b8b669945cd
 SHA512 
879e200d806a4aeb3dc31bf44781bb92b377ee86fe3050692179bff794a2748c175135e4ab5eb59f29202bd36ff27ecc26bab07d0c46c11414361f72abf3dc53
+DIST mpack-1.0.11.tar.gz 16305 BLAKE2B 
e076043259692dc1aecbb62498cd44e523a44e40c265adeb3edc088f7b81a9e5892b13bbb730107fe64804be684c15510e8aea603abdafc2003c659e6bff9143
 SHA512 
2bd76e3d12928cb51f475d58e2c8b749f4b2b8b45f72296f6dd46c13b31fee80e0c4859de9332a7232842f511e4a53d30b43aad563980fd026d04fd65fb57b7e

diff --git a/dev-lua/mpack/mpack-1.0.11.ebuild 
b/dev-lua/mpack/mpack-1.0.11.ebuild
new file mode 100644
index ..2088da813d5c
--- /dev/null
+++ b/dev-lua/mpack/mpack-1.0.11.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua toolchain-funcs
+
+MY_PN="lib${PN}-lua"
+
+DESCRIPTION="Lua bindings for libmpack"
+HOMEPAGE="https://github.com/libmpack/libmpack-lua/;
+SRC_URI="https://github.com/${MY_PN/-lua/}/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+IUSE="test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libmpack
+   ${LUA_DEPS}
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   dev-lua/busted[${LUA_USEDEP}]
+   dev-lua/lua_cliargs[${LUA_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+src_prepare() {
+   default
+
+   lua_copy_sources
+}
+
+lua_src_compile() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "CC=$(tc-getCC)"
+   "LUA_INCLUDE=$(lua_get_CFLAGS)"
+   "LUA_LIB="
+   "USE_SYSTEM_MPACK=yes"
+   "USE_SYSTEM_LUA=yes"
+   )
+
+   emake "${myemakeargs[@]}"
+
+   popd
+}
+
+src_compile() {
+   lua_foreach_impl lua_src_compile
+}
+
+lua_src_test() {
+   pushd "${BUILD_DIR}" || die
+
+   # "[  FAILED  ] test.lua @ 279: mpack should not leak memory"
+   # It doesn't seem upstream actually support LuaJIT so were this up to me
+   # I would drop it from LUA_COMPAT, unfortunately there are packages in 
the
+   # tree which currently expect it to be supported.
+   if [[ ${ELUA} == "luajit" ]]; then
+   ewarn "Not running tests under ${ELUA} because they are known 
to fail"
+   return
+   fi
+
+   busted --lua="${ELUA}" test.lua || die
+
+   popd
+}
+
+src_test() {
+   lua_foreach_impl lua_src_test
+}
+
+lua_src_install() {
+   pushd "${BUILD_DIR}" || die
+
+   local installdir="$(lua_get_cmod_dir)"
+   local myemakeargs=(
+   "DESTDIR=${ED}"
+   "LUA_CMOD_INSTALLDIR=${installdir#$EPREFIX}"
+   "USE_SYSTEM_MPACK=yes"
+   "USE_SYSTEM_LUA=yes"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   popd
+
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   local luav=$(lua_get_version)
+   # we only want the major version (e.g. 5.1)
+   local luamv=${luav:0:3}
+   local file="lua/${luamv}/mpack.so"
+   install_name_tool \
+   -id "${EPREFIX}/usr/$(get_libdir)/${file}" \
+   "${ED}/usr/$(get_libdir)/${file}" \
+   || die "Failed to adjust install_name"
+   fi
+}
+
+src_install() {
+   lua_foreach_impl lua_src_install
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/

2023-10-10 Thread Conrad Kostecki
commit: c95944e55011b12fc0154fd95a4ac3276b289619
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:04:26 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95944e5

net-im/prosody: x86 stable

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

 net-im/prosody/prosody-0.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/prosody/prosody-0.12.4.ebuild 
b/net-im/prosody/prosody-0.12.4.ebuild
index b78ab9f49ba2..29ac71036832 100644
--- a/net-im/prosody/prosody-0.12.4.ebuild
+++ b/net-im/prosody/prosody-0.12.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="icu +idn +libevent ldap mysql postgres selinux +sqlite +ssl test +zlib"
 REQUIRED_USE="
^^ ( icu idn )



[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/

2023-10-10 Thread Conrad Kostecki
commit: 438ce0064c26b8c0451590f36daac8d73966
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:06:41 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438ce000

net-im/prosody: drop 0.12.3

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

 net-im/prosody/Manifest  |   1 -
 net-im/prosody/prosody-0.12.3.ebuild | 164 ---
 2 files changed, 165 deletions(-)

diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest
index d81ffc1969a3..8454059a66ea 100644
--- a/net-im/prosody/Manifest
+++ b/net-im/prosody/Manifest
@@ -1,2 +1 @@
-DIST prosody-0.12.3.tar.gz 615302 BLAKE2B 
07dc16950449086b5d1643efc29a13cde8e55f38b3402e6355665eed9dd4f7fbf38db237f511cb4f0e8cf08be536ce47a8aec502eff1961556dc47d8ec4b2b88
 SHA512 
5654aabd83561bea8a10387a242800e92df8db183b6273579d710599ffc458c5b545758ee742fb929a19a2fad9c33700787bc7aa348a8527caef03e80bc2edc4
 DIST prosody-0.12.4.tar.gz 616043 BLAKE2B 
6bbe779424a6de6b5d266c3f6301282e010b96c9baca79d8dff46ab91365e6c5fdaa1b52c3caaaf33dad0990fa2c298f0447d37fcc018067f6efcc23d633b4fc
 SHA512 
e035ec9af3831c596ababbc0320f352b7253d3ee968c9937998ffc255839173c9278912a0897fa9f0a0665bc43603f8570b5e15dfd1cba4571599e86a98d8cf4

diff --git a/net-im/prosody/prosody-0.12.3.ebuild 
b/net-im/prosody/prosody-0.12.3.ebuild
deleted file mode 100644
index 29ac71036832..
--- a/net-im/prosody/prosody-0.12.3.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-LUA_REQ_USE="deprecated(+)"
-
-inherit lua-single systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="Prosody is a modern XMPP communication server"
-HOMEPAGE="https://prosody.im/;
-SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="icu +idn +libevent ldap mysql postgres selinux +sqlite +ssl test +zlib"
-REQUIRED_USE="
-   ^^ ( icu idn )
-   ${LUA_REQUIRED_USE}
-"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   acct-group/prosody
-   acct-user/prosody
-   $(lua_gen_cond_dep 'dev-lua/luaexpat[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 'dev-lua/luafilesystem[${LUA_USEDEP}]')
-   dev-lua/luarocks[${LUA_SINGLE_USEDEP}]
-   $(lua_gen_cond_dep 'dev-lua/luasocket[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 'dev-lua/lua-unbound[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 'dev-lua/readline[${LUA_USEDEP}]')
-   icu? ( dev-libs/icu:= )
-   idn? ( net-dns/libidn:= )
-   ldap? ( $(lua_gen_cond_dep 'dev-lua/lualdap[${LUA_USEDEP}]') )
-   libevent? ( $(lua_gen_cond_dep 'dev-lua/luaevent[${LUA_USEDEP}]') )
-   dev-libs/openssl:0=
-   lua_single_target_lua5-1? ( $(lua_gen_cond_dep 
'dev-lua/lua-bit32[lua_targets_lua5-1(-)]') )
-   mysql? ( $(lua_gen_cond_dep 'dev-lua/luadbi[mysql,${LUA_USEDEP}]') )
-   postgres? ( $(lua_gen_cond_dep 
'dev-lua/luadbi[postgres,${LUA_USEDEP}]') )
-   sqlite? ( $(lua_gen_cond_dep 'dev-lua/luadbi[sqlite,${LUA_USEDEP}]') )
-   ssl? ( $(lua_gen_cond_dep 'dev-lua/luasec[${LUA_USEDEP}]') )
-   zlib? ( $(lua_gen_cond_dep 'dev-lua/lua-zlib[${LUA_USEDEP}]') )
-   ${LUA_DEPS}
-"
-
-RDEPEND="
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-jabber )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-   test? ( $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.12.0-gentoo.patch" )
-
-src_prepare() {
-   default
-
-   # Set correct plugin path for optional net-im/prosody-modules package
-   sed -e "s/GENTOO_LIBDIR/$(get_libdir)/g" -i prosody.cfg.lua.dist || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   --add-cflags="${CFLAGS}"
-   --add-ldflags="${LDFLAGS}"
-   --c-compiler="$(tc-getCC)"
-   --datadir="${EPREFIX}/var/lib/prosody"
-   --idn-library="$(usex idn 'idn' 'icu')"
-   --libdir="${EPREFIX}/usr/$(get_libdir)"
-   --linker="$(tc-getCC)"
-   --lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 
1-2 $(lua_get_version)))"
-   --no-example-certs
-   --ostype="linux"
-   --prefix="${EPREFIX}/usr"
-   --runwith="${ELUA}"
-   --sysconfdir="${EPREFIX}/etc/prosody"
-   --with-lua-include="${EPREFIX}/$(lua_get_include_dir)"
-   --with-lua-lib="${EPREFIX}/$(lua_get_cmod_dir)"
-   )
-
-   # Since the configure script is handcrafted,
-   # and yells at unknown options, do not use 'econf'.
-   ./configure "${myeconfargs[@]}" || die
-
-   rm makefile || die
-   mv GNUmakefile Makefile || die
-}
-
-src_install() {
-   default
-
-   keepdir /var/lib/prosody
-
-   newinitd "${FILESDIR}"/prosody.initd-r6 

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

2023-10-10 Thread Conrad Kostecki
commit: 7b8d6c32a459a9c9670885b3529260f2a7198791
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:01:45 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8d6c32

dev-libs/level-zero: drop 1.13.5

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

 dev-libs/level-zero/Manifest |  1 -
 dev-libs/level-zero/level-zero-1.13.5.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-libs/level-zero/Manifest b/dev-libs/level-zero/Manifest
index eefc5ce27199..f36eaa75aef6 100644
--- a/dev-libs/level-zero/Manifest
+++ b/dev-libs/level-zero/Manifest
@@ -1,2 +1 @@
-DIST level-zero-1.13.5.tar.gz 917575 BLAKE2B 
f6c015bb194eff386ac5bbb077fcd58526c0ee9d3db93c8ea55286f4b20a7772b9a3705ea55ef6f4ebef278ea67f7f21dd2fafe0c7f277a0c2288e8853673218
 SHA512 
1b1cfec12f06e1095f17c21d3deffec2645b8bdca24d62594602c896a355627c24185415e77e2a4c540316be5b851727ea4619282333ff0f0ad0e8724f726ee6
 DIST level-zero-1.14.0.tar.gz 927330 BLAKE2B 
d025d7b6315037e9ae7fa037d3f86781ccb4f5a2736f5f2c8a8aa250eb0fa313c33b481a0a703781f17d0b3162c87b7f4a83d5d4668e79e82ef9a8aa1087f739
 SHA512 
6eb862492fb25fdebb5c2b93a24c02608f2a5e91a746e49ecdb8f5fa8f5c680644282ff4933fc7f6d15cb1d7db1f55534e5696b70d2553f0f59bfdf5f6ee1788

diff --git a/dev-libs/level-zero/level-zero-1.13.5.ebuild 
b/dev-libs/level-zero/level-zero-1.13.5.ebuild
deleted file mode 100644
index 44fda91ff929..
--- a/dev-libs/level-zero/level-zero-1.13.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
-HOMEPAGE="https://github.com/oneapi-src/level-zero;
-SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64"
-
-src_prepare() {
-   cmake_src_prepare
-
-   # According to upstream, release tarballs should contain this file but 
at least
-   # some of them do not. Fortunately it is trivial to make one ourselves.
-   echo "$(ver_cut 3)" > "${S}"/VERSION_PATCH || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/

2023-10-10 Thread Conrad Kostecki
commit: 30686e14f379a5b76d0ca409bb319478498a1cd8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:03:54 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30686e14

net-im/prosody: amd64 stable

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

 net-im/prosody/prosody-0.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/prosody/prosody-0.12.4.ebuild 
b/net-im/prosody/prosody-0.12.4.ebuild
index 8ec80145aecc..b78ab9f49ba2 100644
--- a/net-im/prosody/prosody-0.12.4.ebuild
+++ b/net-im/prosody/prosody-0.12.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="icu +idn +libevent ldap mysql postgres selinux +sqlite +ssl test +zlib"
 REQUIRED_USE="
^^ ( icu idn )



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2023-10-10 Thread Conrad Kostecki
commit: 890988ef78c0650eadf56bbf76110328bcc59cbe
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:02:43 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890988ef

games-simulation/openrct2: x86 stable

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

 games-simulation/openrct2/openrct2-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/openrct2/openrct2-0.4.6.ebuild 
b/games-simulation/openrct2/openrct2-0.4.6.ebuild
index 31ed4dd2f410..64107568e416 100644
--- a/games-simulation/openrct2/openrct2-0.4.6.ebuild
+++ b/games-simulation/openrct2/openrct2-0.4.6.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="dedicated +flac +opengl scripting test +truetype +vorbis"
 RESTRICT="!test? ( test )"
 



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

2023-10-10 Thread Conrad Kostecki
commit: 4077354797315bec3458f193f630a7c0cba364cd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:00:50 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40773547

dev-db/mysqltuner: drop 1.9.9

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

 dev-db/mysqltuner/Manifest|  1 -
 dev-db/mysqltuner/mysqltuner-1.9.9.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 58c645e09a54..a992f6e3c145 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,2 +1 @@
-DIST mysqltuner-1.9.9.tar.gz 225048 BLAKE2B 
5c22ecbe3ab8ab2ad8712c6cbdfbc6bb182e6211d7894c2dc10c68b5b31f74f7512747c983844ba6ce9e12e422f510e4e68a18e85e29f443424e4dfa7055e1f7
 SHA512 
9373fcbcf514a989126b100739a87d711b4c2081e2608b4576d0ab88590ffd85fae57f1587e1d9f44cf0d89baa92eeb9115db2c4c6c491b701e965de7a549fa0
 DIST mysqltuner-2.2.12.tar.gz 5130342 BLAKE2B 
9a62f634a18f94d8f844aa93a0c7b2595bf29c9888005c89bdf8c0acb7376548dd745e46b2c0d67bb2ab5b79acd4ce19f6fd99b525bf8794e92b7713020128ac
 SHA512 
84352c3bce74a7288ea1ac5a7c2e513ff0cd35656df5280bedf8738eb4b90ad0cdf039510d874947080720f56f0f947a964cf5152788a7566616e012a5f94c85

diff --git a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild 
b/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
deleted file mode 100644
index 025f02dedce4..
--- a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="MySQLTuner-perl"
-
-DESCRIPTION="Makes recommendations for increased performance and stability for 
MySQL"
-HOMEPAGE="https://github.com/major/MySQLTuner-perl;
-SRC_URI="https://github.com/major/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-lang/perl
-   virtual/perl-Getopt-Long
-"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
-   newbin mysqltuner.pl mysqltuner
-   dodoc {CONTRIBUTING,INTERNALS,USAGE}.md
-   einstalldocs
-
-   # Passwords and vulnerabilities are meant to be fed to the script 
uncompressed.
-   dodoc basic_passwords.txt vulnerabilities.csv
-   docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" 
"/usr/share/doc/${PF}/vulnerabilities.csv"
-}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2023-10-10 Thread Conrad Kostecki
commit: 79c771b3368e4e8544ec19f6c5586879788a36ee
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:03:09 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c771b3

games-simulation/openrct2: drop 0.4.5

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

 games-simulation/openrct2/Manifest  |   2 -
 games-simulation/openrct2/openrct2-0.4.5.ebuild | 170 
 2 files changed, 172 deletions(-)

diff --git a/games-simulation/openrct2/Manifest 
b/games-simulation/openrct2/Manifest
index 5791609f32c2..26311cdc7357 100644
--- a/games-simulation/openrct2/Manifest
+++ b/games-simulation/openrct2/Manifest
@@ -1,6 +1,4 @@
-DIST openrct2-0.4.5.tar.gz 16809101 BLAKE2B 
e1034df064ea5954779945315093cff919c5b13132914d1aedd1d46f8d75ec7c651412c40f8c132f527c57e3d64fa464db689a6ef0fd277dd3c4898c58cb06df
 SHA512 
fa2b6ba2d059f42e6b1fae8db7049b04a3bac7e9dc387a4f3c6bea0711309ab9ea6f298094a709cdff06a74bbc0cb571ace25f562687298b3a8bfd4a47a95b3b
 DIST openrct2-0.4.6.tar.gz 21003990 BLAKE2B 
910e03586249c6e1fb1320cc47034c121f74da847305a041f18e5d593d1f494a608508b69f5a2b7919a4353eff4ea7d1dc5a5f8236c8857eca8175da04f9ec33
 SHA512 
fd48983f231b71cce9c7f59af88a46e81c7dfd005c77ce3594a43dfac87fd9d88dd900e3137c8c2c3bdeda974392c94412d031923e2191b44e974db1e3922712
 DIST openrct2-objects-1.3.11.zip 4705861 BLAKE2B 
10a0477fd8db9374b0e667a34ec3b0cedf6cb29fc9b602da845e33272e072c55cf5fd30b9340ec4b763a9f324c72d126290651c9eddef07013857a8228978566
 SHA512 
98ab374a4899f60f45d6c87a570298a5788ec8cf277b67cb6b54c2f68388a99f201705377406b883eac45a97edff3cf7736898ed0b97a290f3d999dad7c821b9
 DIST openrct2-replays-0.0.78.zip 1829988 BLAKE2B 
cf11a05f6ba5a2808cd4c016ac3c7537a0b49b67fd5ef5ab705aebd4ddc64dd4a82ea12d9c082fe66cebb57437c0d81052bcddfb94a0c9f7aab024a82c2e2ca8
 SHA512 
c6ff18c2206192ed4fb56535732137229f9bced96da00037d691bc64dcdb102cffe37f180054319e7c8ef8dbbd7de49792c3a7e845199fa180612ed97a149b32
-DIST openrct2-title-sequences-0.4.0.zip 7945853 BLAKE2B 
51f07af30c3702754d806829fe612891a883adc70b8e89f64094b28c94879e5c98feca69f3c1f389ceeb33a99175b41afa794a4f2d121280dcce97c428d2ea99
 SHA512 
fcfabb02fb7cb9dda7f73f8a24fb426e23b1ea4c417deacd7147e4d2e8942223e0cf9d9cc6ae371f7508e8d3b1f3161e05677a301a330ae265b6610e1c5da487
 DIST openrct2-title-sequences-0.4.6.zip 2547725 BLAKE2B 
5f7b36cd1372106923000775307ea7ff8c142c3b1d026d84b86f255a629b0a2ac16a682300999789229a8833d4c7327c858c04710ecddfb97af1858ff121a5c4
 SHA512 
bd7d0f25047540572be75a4a8886e8dabdceb7a3e11fdeb5473b66fe804d829acdb763d34ec7cfa656df9bc527268a3e0e7ca09c65804b22ff2a529ad5da

diff --git a/games-simulation/openrct2/openrct2-0.4.5.ebuild 
b/games-simulation/openrct2/openrct2-0.4.5.ebuild
deleted file mode 100644
index b809e9fac4a2..
--- a/games-simulation/openrct2/openrct2-0.4.5.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake readme.gentoo-r1 xdg-utils
-
-MY_PN="OpenRCT2"
-MY_PN_OBJ="objects"
-MY_PN_RPL="replays"
-MY_PN_TS="title-sequences"
-MY_PV_OBJ="1.3.11"
-MY_PV_RPL="0.0.78"
-MY_PV_TS="0.4.0"
-
-DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster 
Tycoon 2"
-HOMEPAGE="https://openrct2.org/;
-SRC_URI="
-   https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/${MY_PN}/${MY_PN_OBJ}/releases/download/v${MY_PV_OBJ}/${MY_PN_OBJ}.zip
 -> ${PN}-${MY_PN_OBJ}-${MY_PV_OBJ}.zip
-   
https://github.com/${MY_PN}/${MY_PN_TS}/releases/download/v${MY_PV_TS}/${MY_PN_TS}.zip
 -> ${PN}-${MY_PN_TS}-${MY_PV_TS}.zip
-   test? ( 
https://github.com/${MY_PN}/${MY_PN_RPL}/releases/download/v${MY_PV_RPL}/${MY_PN_RPL}.zip
 -> ${PN}-${MY_PN_RPL}-${MY_PV_RPL}.zip )
-"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="dedicated +flac +opengl scripting test +truetype +vorbis"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   dev-libs/icu:=
-   dev-libs/jansson:=
-   dev-libs/libzip:=
-   media-libs/libpng:=
-   net-misc/curl[ssl]
-   sys-libs/zlib
-   !dedicated? (
-   media-libs/libsdl2
-   media-libs/speexdsp
-   flac? ( media-libs/flac:= )
-   opengl? ( virtual/opengl )
-   vorbis? ( media-libs/libvorbis )
-   )
-   dev-libs/openssl:0=
-   scripting? ( dev-lang/duktape:= )
-   truetype? (
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   )
-"
-
-RDEPEND="
-   ${COMMON_DEPEND}
-   dedicated? (
-   acct-group/openrct2
-   acct-user/openrct2
-   )
-"
-
-DEPEND="
-   ${COMMON_DEPEND}
-   dev-cpp/nlohmann_json
-   test? ( dev-cpp/gtest )
-"
-
-BDEPEND="
-   app-arch/unzip
-   virtual/pkgconfig
-"
-

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

2023-10-10 Thread Conrad Kostecki
commit: 0dc665b7c1cded466aeec3fb8ba6385c709dde01
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 22:59:58 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc665b7

dev-db/mysqltuner: amd64 stable

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

 dev-db/mysqltuner/mysqltuner-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild 
b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
index 26679b86..29643b4a04c9 100644
--- a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-lang/perl



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

2023-10-10 Thread Conrad Kostecki
commit: 626197c285ac606c05f947499923754a82dfecf7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:00:29 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626197c2

dev-db/mysqltuner: x86 stable

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

 dev-db/mysqltuner/mysqltuner-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild 
b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
index 29643b4a04c9..f7d7b73e56c1 100644
--- a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/perl



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

2023-10-10 Thread Conrad Kostecki
commit: fc32ef91d1bd175d44492acf0e46e01a88f6882b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Oct 10 23:01:28 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Oct 10 23:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc32ef91

dev-libs/level-zero: amd64 stable

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

 dev-libs/level-zero/level-zero-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/level-zero/level-zero-1.14.0.ebuild 
b/dev-libs/level-zero/level-zero-1.14.0.ebuild
index 5fb383635c28..0ba55ed2d1c0 100644
--- a/dev-libs/level-zero/level-zero-1.14.0.ebuild
+++ b/dev-libs/level-zero/level-zero-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 src_prepare() {
# Don't hardcore -Werror



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

2023-10-10 Thread Mike Pagano
commit: 06425f751c3dbb044786d33e5728cd481717ca09
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 23:29:09 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 23:29:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06425f75

sys-kernel/gentoo-sources: add 5.10.198, gentoo distro patch update

select BLK_DEV_BSG if SCSI as it depends on it

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.10.198.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 711bbc3ebb6d..b6bd2e3ac181 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -16,6 +16,9 @@ DIST genpatches-5.10-206.extras.tar.xz 3868 BLAKE2B 
6af1a2e8a93e7102f15adb8ad44d
 DIST genpatches-5.10-207.base.tar.xz 6028660 BLAKE2B 
da81c9b4110317c9decd5c6d1fd1a4c0b52ba13175be589c5c9ac8b6eebba40b53308310728bc38156902e49ce07a8bf9b12f6997ae5007ca07a31b39dfe86bf
 SHA512 
a0effd411b471cc8f668a7bfb565d0e2a8b56abe46fdffdfa4ab8bba314cb77d21dc5113820f3e891cfbe3e9aa77c5e551c276052686f7f412741e153da43b35
 DIST genpatches-5.10-207.experimental.tar.xz 16868 BLAKE2B 
295cdbf69142e6e8b1b81e1608055a49e2243b82066366368181a866f964bdf3d38bae68e17dd5fdb972f3ed1b0fbcac80ab2f9ead213f55199becd6a1f7fb18
 SHA512 
4e3bc610cc3ab8aeaf2ee81f09a17cae38c29eff790ebe2e0af55d68cbf6e4391badbc512db45c02d77f4b56c38b2c4c9ee350c00732a80c738cb22417360325
 DIST genpatches-5.10-207.extras.tar.xz 3872 BLAKE2B 
83bda3267d82207c3b574eb3e88e79d04120b2d1340edfb5c7e1869a04beb6af90accf4bfcf16945e45ff8911e4c85e95d11184e2908d900720e934beba078ff
 SHA512 
bb9e862d7096055e8a3df8af03e0d8268ab3ed749933a54bdf1f0eb7c36da5dc9f8cbc1c0a9cc683d188a354f1be2a77e61ae31b1dd15164068120b58427146f
+DIST genpatches-5.10-208.base.tar.xz 6093152 BLAKE2B 
39bf2d32114ec581c28770ebfa3da4d378d0db1ccd762ee1e17a3ba1af447c09e002d18b6132ca5865e026663b1264a432029c4aca6ed627e4a861d69d1c633f
 SHA512 
e3c16f01c902dabc49f181d970c8449f41d900802bfe90dc9e4dbc31de86fd556860ad39753d4db08ab0105e4926d892d723ed7dc55975de801cbdd797308f15
+DIST genpatches-5.10-208.experimental.tar.xz 16868 BLAKE2B 
104550964fbc808577aba9e876f83b3387d92bd0adfe10f511bd23e716b9427ddaca5fa428284b786288283bd9a427b7b1da14f5d631c67568143931f678f8c4
 SHA512 
2ccc4d2017877f674b2781991ef2c736a22ff00fd383fd68f408ea3620a33f5d16d64bac6a1cdb073a9faf7914bae8662a28ad39ad968423c04a9a5aec2b1bee
+DIST genpatches-5.10-208.extras.tar.xz 3876 BLAKE2B 
f288ba384e0871c7ceaca2f20fa324ef69e032e21847770e13b95d85d67f2de40780c5e30a2eb2c75c77f142f8417bef66bc6f82f7dfb46fa4e98555c96cc71b
 SHA512 
adad7c912629058889705cd77f684df2ceba3f02add3aefc3103f44484f996e8b42b320ca8697782fcbab24c00dc712fad0b852b8538f68c3ed258fe90550aa7
 DIST genpatches-5.15-128.base.tar.xz 5056336 BLAKE2B 
7b25accd5e2c987050480abac7b79cd280820ee8b3607c84a58b6bc1c30c97c209b1a392c9c92abb7494307ccd138358674e7a984cf4766c2889ec9cee069546
 SHA512 
be70279f9cf6bdccf0bb3436b13cabca61e6360eae2d33e576f408ef2d32ed3bbb449083b0a84c31f98328ddda68b587f689487fe8346df41e83ecdaf702063e
 DIST genpatches-5.15-128.experimental.tar.xz 5424 BLAKE2B 
648ca7d287f866884ce7def9279c6d92f6e4819239d15e2cd7b65049b68b200e5159691dcdcfe15c5a6e3ae085869a591e39bb2fe740f25ad33474fcd90e
 SHA512 
55598fa8b010607b873d034fe5c94c3fd9d5bfbb08cdb0e559328b8612ee8a36a15f1be9d30c7cfa417bf82e25dddcc57268572f4fcb9f0c99c938ff8c81435d
 DIST genpatches-5.15-128.extras.tar.xz 3932 BLAKE2B 
64d34eee4a4ee36c8d2431d8341723eb0ec32be703fbb3927e7984e9ea365b7907f38b2f013e725221bfb7d867eb63da4e784506615e1cacf9018c58981a2ce3
 SHA512 
b735304d7990925485ca45f1cd0f6434a96af45269bb3e10b9b67a41f84440654f62831a5160125f8d0c1ff4587ab00294caa1fa5223e8daf86dc0393bc8a695

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.198.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.198.ebuild
new file mode 100644
index ..ce90f9e6b770
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.198.ebuild
@@ -0,0 +1,28 @@
+# 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="208"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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: sys-kernel/gentoo-sources/

2023-10-10 Thread Mike Pagano
commit: ef32b93c3ecffc075ff906caa463fea1bd5ac65b
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 23:30:34 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 23:30:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef32b93c

sys-kernel/gentoo-sources: add 6.5.7

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-6.5.7.ebuild | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ab75aa41b57d..14798f77b635 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -85,6 +85,9 @@ DIST genpatches-6.5-7.extras.tar.xz 3696 BLAKE2B 
0cba288c1d1c753e5a317e87432dbdc
 DIST genpatches-6.5-8.base.tar.xz 521272 BLAKE2B 
31bdac516a0a3f82cbe2c95d9fb0162d7a2b9f3865487528e7b92cb2316f559be9754d4c4c697f29500425c13fd0bb743c69b89530b4d471249f1b322315dbcb
 SHA512 
debb1b1e499b94e4139143df5b3f22663fb6a216850e3262f5aeb0ade760f1a026d00e33f874c920369e3da968a192574351f6d93fcba3eb6b76ec45f5382b90
 DIST genpatches-6.5-8.experimental.tar.xz 78464 BLAKE2B 
fdeca02cfb225d18c18c7900f897706e7c22e47741b95260ed160e4ee8851a964409de51a000e9224b6b6731843f3cab8793d275fd02cb12550bdd17dad8f77b
 SHA512 
8067fcf4c9c931f86e1f16f99fb50cf4cf0586e973bdb3861c106c9fb16b3d6bc1051c2d74a10e0257e7fca10deb529a0347e155197f3be366e98fd01797617c
 DIST genpatches-6.5-8.extras.tar.xz 3700 BLAKE2B 
65d52955a5a83d6e00409014b140dc1b9ee513673e5bee459ed7a047ae5d455f2ebd2cb6d8a156b81783a5e0c9e95d197a7b4f48678f1e066acdd60f47d2745f
 SHA512 
be36f3481da77cc6cfa8521cb975367a105b4d0ec5febae709452650157130afd9372f2d89c7ed075ecaace642b78aebf9f33e146cf809c8f052367cc587c172
+DIST genpatches-6.5-9.base.tar.xz 574412 BLAKE2B 
339dc1d19a323c2143fdd394b324e8d73b6e21b833e48096b6ae312b188bd9f39811fcd7b93f900c6ceb6982eb6ca108b2ec617b8dc98fe2ec255ec3b002e31a
 SHA512 
42873d29784c0d85434d7eee81ef2000a42164e20ef74c875b81ed8df96ec3632261485c38e17ffa41d94df200b69d8d0e663eb8c90ea741234e860aad9026e3
+DIST genpatches-6.5-9.experimental.tar.xz 78444 BLAKE2B 
5ee37542f796acc4725706fe870d578bec69606d9c77760cdd6dc0552e570145e527f6bf3468b5f26fd41c0104fcb5e6d6d435db268730481028a51b8cc1
 SHA512 
8b9c10e5d3e8223679726e8d8d612098c824bb2b1fd0b3287a7d7b8d4d0803bdbafa1774fa9e2b59e79c8570663456fb698433d7b1cbd8b2d01f27186146280f
+DIST genpatches-6.5-9.extras.tar.xz 3704 BLAKE2B 
f45e43b281c9ad49870e72a7d4e3790f316076f438a5b45fbc53bf3fc29173675fae1e1b8ec170aa7609e0a87e79afbe033ffe7ee64d1ebdf2c1200fcdcbebca
 SHA512 
888a87e165c64ee71b04b6f103666b4f699f790aadb58314253f63e82b0c245646f29fc3f139da2eb6a08db7c8f40c5239a359e81e3d7ff2b0d60b219f8756a8
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.5.7.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.5.7.ebuild
new file mode 100644
index ..1905129fde23
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.5.7.ebuild
@@ -0,0 +1,28 @@
+# 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="9"
+
+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: sys-kernel/gentoo-sources/

2023-10-10 Thread Mike Pagano
commit: 3614e8b3cc65d457943ed6ce7bfd38cb8dc10c4b
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 23:30:05 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 23:30:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3614e8b3

sys-kernel/gentoo-sources: add 5.15.135

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.15.135.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b6bd2e3ac181..589fe3c29c8b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -37,6 +37,9 @@ DIST genpatches-5.15-139.extras.tar.xz 3932 BLAKE2B 
57659070be3889530d15448b8c38
 DIST genpatches-5.15-140.base.tar.xz 5551752 BLAKE2B 
d75b41c5bd5c1d92df5057a73fc8474eac6b20885f0417efb23eed0bb365932560b47ed73346c1d32c4b8cef1cb8fb3c64c3188244f4faad854826aa41ed81be
 SHA512 
56c3c9f3d4acedc4cc89f4666e13d807d89471ebd59043cf1a9bc5e79123be7c34fbdc289e7136a6dcbaea14c94f6e86b93ea680c35deed8d7ee9e9a9e457211
 DIST genpatches-5.15-140.experimental.tar.xz 5428 BLAKE2B 
2082d1573b401d5e8de883571c09eff60e072dafd319213a7fd21609cbc73c27130dce3bc8243dc696c3d5e99f06c2c60807d02745c821ef4820f24e8066473e
 SHA512 
d56c4802c68a04d6a07987d7f817ab77541f5dee583b08743e8d05b15566403a2e6bf652ca6866e51ee47a16721b628eee895b80ba38169c4ac5f6cd05911e2e
 DIST genpatches-5.15-140.extras.tar.xz 3936 BLAKE2B 
006d8787d59e0c62258d3ec071bed673a6c43face73907ab659dc4791c305532cd4db79a5ab6513117470825c10a17582c96fb6a111bbebd1251be21cea123a9
 SHA512 
fd0b5fb681d5d7a67780ac85915e6fe7c06528ee7353f95f4a51d1dfb70ef654428b44be603f1a011355d01ee8665acec050d9e67758af267bc557802cd647d8
+DIST genpatches-5.15-141.base.tar.xz 5572792 BLAKE2B 
e062086d50d08b67c21c785b086c4bc0878f078ac6c10cabace2ebfe388af3497d2b98bb2e5d19d4b5791e78456bdf0e8c479121eb8c41b4ca2fcd362ebffe4f
 SHA512 
1835684a7737d61423ec0778316b46fedea491a8f5254d9a2d630e5a78519d61d22dfa0d9d6ea1ece563f165c0d54c748f23bca5df304ad45338c27327e8b2c3
+DIST genpatches-5.15-141.experimental.tar.xz 5424 BLAKE2B 
4993c0ce76ba36b42e43aa695664809069ab6029ad009c9ab6139428813c69c201a751d790d7abb79373d0bc3f89da7661ffbe3465b08440efa85c5f8790f37d
 SHA512 
3d0d70f7b33787d94693a885d5dcba32765ac50a851a0eb3f625c68a4608d3e714fde76d32d05bc23434c5504ee057f02094a9928beb35a25dc02303da35bfae
+DIST genpatches-5.15-141.extras.tar.xz 3936 BLAKE2B 
c51e1f9dcf3995a2e178d8763407dc94595e513f02d96d54dc1b71a34ada0eaf46b6cb1cf4bebd39b4776605532df529cf8ed361480181af516ab889f915ee5b
 SHA512 
5eb1f68368de87df9236bcf10726cd3abcb75a9f59579e9810b9ea53f3ad332d345a3da7c1be61826b6b739aabb11a838d12ba7be3ce2cb890e094433176b02b
 DIST genpatches-5.4-257.base.tar.xz 5959056 BLAKE2B 
c3c4f47328f4e3ade669e1cb4586a2420618b647fe6cb5d96210cdb8d5baf767d6eb6d9efd4ac48eadaf0f2b108569656c43b2b43a687b635daf9c91475491a1
 SHA512 
1231ad3f7ceb0451d9aa5a96be803eb48a5656fe63476ec55ccb71a96eadd2c12d2e44074b302b9c2770569abda60275c0ed161b3786d2dd7be6b0a49d4e4f55
 DIST genpatches-5.4-257.experimental.tar.xz 16904 BLAKE2B 
ef6366a178627998f8e1c73665ffcb062b9c28ac9ad05910f70faba7b24a7eab10869ab71d41606553d29d05d8d7814d132c8f8fd936ad7416b5bb217a2e9217
 SHA512 
4a05286bf9297092dbe776d3806a65042bf2fa4d22e3080381a506d2c1d2bc6c8f502685d59372d53868d55f426a1d45a373fcf560d9f25fb276b09841954947
 DIST genpatches-5.4-257.extras.tar.xz 1812 BLAKE2B 
480e82ea79feb52785fc6643c883093f42240395a1d953cd1e5331c012cf64c6f4b292e878a938a9c5bb297e96ab9f80656839de6044c9f1e76c668c2c8e1ec9
 SHA512 
5322116802c6c0a44abc81911bb83fd7d4aa5b5f7fb4bb35ca78c47c6c0afb188e21a24cc5ac4e2810affa13689c902e97062d66a751630cf0722a2b28b1d83b

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.135.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.135.ebuild
new file mode 100644
index ..e01fbc291d00
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.135.ebuild
@@ -0,0 +1,28 @@
+# 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="141"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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: sys-kernel/gentoo-sources/

2023-10-10 Thread Mike Pagano
commit: 4d8479e36034ce5e642c4697e215772b344027e2
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 23:30:21 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 23:30:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8479e3

sys-kernel/gentoo-sources: add 6.1.57

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-6.1.57.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 589fe3c29c8b..ab75aa41b57d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -67,6 +67,9 @@ DIST genpatches-6.1-62.extras.tar.xz 3812 BLAKE2B 
2f642be1d81a2e94221c9c713b8df8
 DIST genpatches-6.1-63.base.tar.xz 3660676 BLAKE2B 
6af8b23486d6458d06aadd6e3d72d36a768e17bfb1917c23744954746931af6747682f3ab3e8cc12040087d760b63067d7f1fb73355dd7cb1287f42e60019e06
 SHA512 
9552fbef812ed0cfd950d1606ecf62414886bc0f79b572ec27a58e1f9f80a4c872fa6d28aec6301fd0474d9168156092318aa84faa108668b0f6df1965d01a2c
 DIST genpatches-6.1-63.experimental.tar.xz 17448 BLAKE2B 
d876f1b8e2d132f49f8bc40a8b2c7fefcdf510866c9609a8ca1c274dd387e8aa683a84fd7985193c24b183d3a28a0ee0b91adc062db3a24d3a661db79e18770b
 SHA512 
adf8e430a4baeca89e7c72970e85e1f02579af7e3056df3b7e31a29429a7688eb88dde62cc567009ef0139b2cec388c7f7df7861253a98325ff760fb1c44e4f4
 DIST genpatches-6.1-63.extras.tar.xz 3816 BLAKE2B 
6a9badb695f9306720e1bcc2836f90c82b27ac9205b455e76d9a0d6898f3539eaa05b96824aafb650c7efa1d1f9698190fccc5d115581c2a29617ef5b4259433
 SHA512 
e5fc923760637bf27dcadd2e59a6822e39f7c2d81d89019ebdba8853081ae875a60f657f8d483cd71dc8dacec51151a7dd3c9a5c4a7822fe32b658bcbe668c56
+DIST genpatches-6.1-64.base.tar.xz 3729008 BLAKE2B 
10f4366a8fe83ca0609c0e2654e6c64ad47f3a3f1744ca637d8801ec9c8a8c541d74e21e020de0a6de18c98de640810d6934092b2b983b332e92514c2b6443a7
 SHA512 
1dda1ba93fea4c18ecaae6ec5a3cfea1fbe7f89fa9412e793b7cd0beff43894650167c77d1b85eb280f7754c85179dc3c72e32ca18f4d8a95667501c61958656
+DIST genpatches-6.1-64.experimental.tar.xz 17444 BLAKE2B 
ea93b1cfea867139d8340170793cef104652dcab45f79314cfd6052c20d2e2a5ed0f702f857bd347563013146b752cb7a6efc42c19512555cf0f5c53a45ca17d
 SHA512 
7b172992e88142b5509b76e0df177a66cf1c26101dc25ba6fa05727ebcd8ab2fb7f212819f566d2439f554b5c1670538899575e64bbe529bffe7ab71d78f014e
+DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df50f9d183555ec5fb956fa7c9820435042e3c3a72a5ad766a3441543c54986ffbfdae8ff0a4deecb2a72851237108eaee71
 SHA512 
5a384aa4f6aff1a3410090873f9321ca1c6bcdb48dfefeaf7c2746b950ad22c7a745c60389ec49b99a249cb62c91d517389d5d91c844509dce5cd45a67b47edb
 DIST genpatches-6.5-4.base.tar.xz 258812 BLAKE2B 
df197ed4a66568eb823c889b15f126c66b6acb9a2cef224e198e576d601f1c5d1ba43bbecf510585adb93445f2fd634889714a31101fb2dddec67da9052adb7e
 SHA512 
70b21a38cd4a2d1759819341365de33590d8d3f460d12cecd781dddbdc69e87e66f81389d8a1bea381bf74188c19b667d3c7789a92e3d8f80080982ba5d39872
 DIST genpatches-6.5-4.experimental.tar.xz 78476 BLAKE2B 
773552939f8b59a845ce473b9fd3ecfe7e60bcdb511df84a432fd9ee27d308f5ee8adee862aa8a7f9f9a46f826e6e0889b266774e9915dd6dde8bf28b8545040
 SHA512 
49b6350f7fd5ebc1026f0695db806faa2053043d6f13cf0ec7ce6674e009dafa2679c5e2668a9fbfaa65902de8a64d552f1e00f75594a2d9d4f00af21b6ced2c
 DIST genpatches-6.5-4.extras.tar.xz 3696 BLAKE2B 
ca8bf3d3b195dbfea39b27b574ea3f3e99f843604ce8ed6ffac141e2e198a4721a943d24c0bfeb559570f00985e6371c7badb69e94542af7bb291fa2485d5425
 SHA512 
db11e8db7f3fbbed7a037c4a8ebe47accefa9794e8a201e6e022adcdfc628ce3d2db9ccdcb0b0133e3b7956fdab9f63fbc3140f1759b31d2c1878f4075de9d2c

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild
new file mode 100644
index ..e6ab658085ce
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild
@@ -0,0 +1,28 @@
+# 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="64"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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] proj/linux-patches: New tag: 6.5-9

2023-10-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 23:06:28 2023 +

New tag: 6.5-9




[gentoo-commits] proj/linux-patches: New tag: 6.1-64

2023-10-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 23:04:42 2023 +

New tag: 6.1-64




[gentoo-commits] proj/linux-patches: New tag: 5.15-141

2023-10-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 23:03:03 2023 +

New tag: 5.15-141




[gentoo-commits] proj/linux-patches: New tag: 5.10-208

2023-10-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 22:59:25 2023 +

New tag: 5.10-208




[gentoo-commits] proj/linux-patches:5.15 commit in: /

2023-10-10 Thread Mike Pagano
commit: b19fdf00aec72b3557bed4037da82fb2306caf96
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 22:57:27 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 22:57:27 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b19fdf00

Linux ooatch 5.15.135

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

 _README   |4 +
 1134_linux-5.15.135.patch | 3124 +
 2 files changed, 3128 insertions(+)

diff --git a/_README b/_README
index f55c19af..ce7013fd 100644
--- a/_README
+++ b/_README
@@ -579,6 +579,10 @@ Patch:  1133_linux-5.15.134.patch
 From:   https://www.kernel.org
 Desc:   Linux 5.15.134
 
+Patch:  1134_linux-5.15.135.patch
+From:   https://www.kernel.org
+Desc:   Linux 5.15.135
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1134_linux-5.15.135.patch b/1134_linux-5.15.135.patch
new file mode 100644
index ..f6ff9fe8
--- /dev/null
+++ b/1134_linux-5.15.135.patch
@@ -0,0 +1,3124 @@
+diff --git a/Makefile b/Makefile
+index 9800b8d6046a8..831bb0749ef65 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 15
+-SUBLEVEL = 134
++SUBLEVEL = 135
+ EXTRAVERSION =
+ NAME = Trick or Treat
+ 
+diff --git a/arch/arm64/include/asm/cpufeature.h 
b/arch/arm64/include/asm/cpufeature.h
+index a77b5f49b3a6c..135f4b0bf3967 100644
+--- a/arch/arm64/include/asm/cpufeature.h
 b/arch/arm64/include/asm/cpufeature.h
+@@ -839,7 +839,11 @@ static inline bool cpu_has_hw_af(void)
+   if (!IS_ENABLED(CONFIG_ARM64_HW_AFDBM))
+   return false;
+ 
+-  mmfr1 = read_cpuid(ID_AA64MMFR1_EL1);
++  /*
++   * Use cached version to avoid emulated msr operation on KVM
++   * guests.
++   */
++  mmfr1 = read_sanitised_ftr_reg(SYS_ID_AA64MMFR1_EL1);
+   return cpuid_feature_extract_unsigned_field(mmfr1,
+   ID_AA64MMFR1_HADBS_SHIFT);
+ }
+diff --git a/arch/arm64/include/asm/cputype.h 
b/arch/arm64/include/asm/cputype.h
+index 9cf5d9551e991..c2a1ccd5fd468 100644
+--- a/arch/arm64/include/asm/cputype.h
 b/arch/arm64/include/asm/cputype.h
+@@ -79,6 +79,7 @@
+ #define ARM_CPU_PART_CORTEX_A78AE 0xD42
+ #define ARM_CPU_PART_CORTEX_X10xD44
+ #define ARM_CPU_PART_CORTEX_A510  0xD46
++#define ARM_CPU_PART_CORTEX_A520  0xD80
+ #define ARM_CPU_PART_CORTEX_A710  0xD47
+ #define ARM_CPU_PART_CORTEX_X20xD48
+ #define ARM_CPU_PART_NEOVERSE_N2  0xD49
+@@ -130,6 +131,7 @@
+ #define MIDR_CORTEX_A78AE MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, 
ARM_CPU_PART_CORTEX_A78AE)
+ #define MIDR_CORTEX_X1MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, 
ARM_CPU_PART_CORTEX_X1)
+ #define MIDR_CORTEX_A510 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, 
ARM_CPU_PART_CORTEX_A510)
++#define MIDR_CORTEX_A520 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, 
ARM_CPU_PART_CORTEX_A520)
+ #define MIDR_CORTEX_A710 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, 
ARM_CPU_PART_CORTEX_A710)
+ #define MIDR_CORTEX_X2 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_X2)
+ #define MIDR_NEOVERSE_N2 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, 
ARM_CPU_PART_NEOVERSE_N2)
+diff --git a/arch/parisc/include/asm/ldcw.h b/arch/parisc/include/asm/ldcw.h
+index 6d28b5514699a..10a061d6899cd 100644
+--- a/arch/parisc/include/asm/ldcw.h
 b/arch/parisc/include/asm/ldcw.h
+@@ -2,14 +2,28 @@
+ #ifndef __PARISC_LDCW_H
+ #define __PARISC_LDCW_H
+ 
+-#ifndef CONFIG_PA20
+ /* Because kmalloc only guarantees 8-byte alignment for kmalloc'd data,
+and GCC only guarantees 8-byte alignment for stack locals, we can't
+be assured of 16-byte alignment for atomic lock data even if we
+specify "__attribute ((aligned(16)))" in the type declaration.  So,
+we use a struct containing an array of four ints for the atomic lock
+type and dynamically select the 16-byte aligned int from the array
+-   for the semaphore.  */
++   for the semaphore. */
++
++/* From: "Jim Hull" 
++   I've attached a summary of the change, but basically, for PA 2.0, as
++   long as the ",CO" (coherent operation) completer is implemented, then the
++   16-byte alignment requirement for ldcw and ldcd is relaxed, and instead
++   they only require "natural" alignment (4-byte for ldcw, 8-byte for
++   ldcd).
++
++   Although the cache control hint is accepted by all PA 2.0 processors,
++   it is only implemented on PA8800/PA8900 CPUs. Prior PA8X00 CPUs still
++   require 16-byte alignment. If the address is unaligned, the operation
++   of the instruction is undefined. The ldcw instruction does not generate
++   unaligned data reference traps so misaligned accesses are not detected.
++   This hid the problem for years. So, restore the 16-byte alignment dropped
++   by Kyle McMartin in "Remove __ldcw_align for PA-RISC 2.0 processors". */
+ 

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

2023-10-10 Thread Mike Pagano
commit: 582d5b86d7dce1b7c30795c153f492516b325f69
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 22:51:09 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 22:51:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582d5b86

sys-kernel/vanilla-sources: add 6.5.7, drop 6.5.6

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-6.5.6.ebuild => vanilla-sources-6.5.7.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 215b4f1b2638..eaa0406c0f66 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,4 +11,4 @@ DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a5
 DIST patch-5.15.135.xz 4850292 BLAKE2B 
8ccdb4c4f9df91e4bb6b9856189e471ec3dc3011ebea7ea77a8c3f0b42721d375abe9505551f3e532bff4804fa70e92cfeaefd9b8380b672527b70ec60a3b616
 SHA512 
aa3dd70c6930eeea1199a3e07c1ca45a11545a2dd084fd511b2bfeb6df3ef1c1ac8c33948a53c09cf31c9f6f0c090a6ee713da3c0c1465e517ea0d9557b0b31e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
 DIST patch-6.1.57.xz 3389200 BLAKE2B 
8c446a5630585a30f8a0ce073983c128e88d5837d1e394ea4c37f1f51eb6ecd071d099ef0403ca23dd17e5b10bb4f3988b9f8ab6a572da376631e60b9db24960
 SHA512 
37ecacc3f7d11f83b2a9efdeb6c73668df6e8a97228f734f92f55b1d89ba20714248a540483d819250f007c32ed56c021b3c79189cc01b4a3e74b76ab3471bcf
-DIST patch-6.5.6.xz 510216 BLAKE2B 
9d51b6ce22982fece16f96b8c63053c790fd73d89f99a6e4919c6bd6c5f05debb1a3fa325a855c410423be0c5af06d457c0c9d8459ca3beb9b22f17eec67f854
 SHA512 
78509f471139840fee0214dde204d2cdeb404ab2ebd4a280d2b0c84b9b1a8862858fdb8942b0cfd6ebd1808d9f545419675c9e94dd8de95e78192dc70d17c051
+DIST patch-6.5.7.xz 561404 BLAKE2B 
98f6fe0a43562cc60ada3596443e56966742de6ec2ef243331d22a4f345ad5741a5fe136e03ae0a5016fec4234bb89e6a6262076d3e5a449c53bb78ee7fb1175
 SHA512 
4c77a595fa76e8b0a07aff0aa681af7ae3d91231964662158b6a484ba477679d85dae8e12152ea95893d0794c6cef4f1394f908b7da6d6bf34b59d8b33d8c392

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.5.6.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-6.5.7.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-6.5.6.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-6.5.7.ebuild



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

2023-10-10 Thread Mike Pagano
commit: 3099ae4b1bdb24a4dd18a4604fa5b677e0e8d9a1
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 22:51:05 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 22:51:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3099ae4b

sys-kernel/vanilla-sources: add 6.1.57, drop 6.1.56

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-6.1.56.ebuild => vanilla-sources-6.1.57.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index ddfd09581221..215b4f1b2638 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,5 +10,5 @@ DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
 DIST patch-5.15.135.xz 4850292 BLAKE2B 
8ccdb4c4f9df91e4bb6b9856189e471ec3dc3011ebea7ea77a8c3f0b42721d375abe9505551f3e532bff4804fa70e92cfeaefd9b8380b672527b70ec60a3b616
 SHA512 
aa3dd70c6930eeea1199a3e07c1ca45a11545a2dd084fd511b2bfeb6df3ef1c1ac8c33948a53c09cf31c9f6f0c090a6ee713da3c0c1465e517ea0d9557b0b31e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
-DIST patch-6.1.56.xz 3332308 BLAKE2B 
87d3efe71107d13c850833867f686a76a90892793058acbb9c79ed2c723c8770f1405bb2a820ce2e8cc8ae839e476f2a2c05e3adbce9196e573eb40ca410a796
 SHA512 
5fa0cb8b6572ed62a0f7380c4e2e6299aa5463b8898481a2093ea4553c33b9a5a3f8cda23ce7f70929a20111083c664a8b56a533df803e2c02bb9fd01ec83690
+DIST patch-6.1.57.xz 3389200 BLAKE2B 
8c446a5630585a30f8a0ce073983c128e88d5837d1e394ea4c37f1f51eb6ecd071d099ef0403ca23dd17e5b10bb4f3988b9f8ab6a572da376631e60b9db24960
 SHA512 
37ecacc3f7d11f83b2a9efdeb6c73668df6e8a97228f734f92f55b1d89ba20714248a540483d819250f007c32ed56c021b3c79189cc01b4a3e74b76ab3471bcf
 DIST patch-6.5.6.xz 510216 BLAKE2B 
9d51b6ce22982fece16f96b8c63053c790fd73d89f99a6e4919c6bd6c5f05debb1a3fa325a855c410423be0c5af06d457c0c9d8459ca3beb9b22f17eec67f854
 SHA512 
78509f471139840fee0214dde204d2cdeb404ab2ebd4a280d2b0c84b9b1a8862858fdb8942b0cfd6ebd1808d9f545419675c9e94dd8de95e78192dc70d17c051

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.1.56.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-6.1.57.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-6.1.56.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-6.1.57.ebuild



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

2023-10-10 Thread Mike Pagano
commit: c2105fffd6347970fc2117784cfcaecf4f651520
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 10 22:50:52 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 10 22:50:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2105fff

sys-kernel/vanilla-sources: add 5.15.135, drop 5.15.134

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-5.15.134.ebuild => vanilla-sources-5.15.135.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b29edbf3c99e..ddfd09581221 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,7 +8,7 @@ DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a3743
 DIST patch-4.14.327.xz 5293772 BLAKE2B 
2e86e224b7a5487d5a85e52177f33949f3c76e747e97c5f342223d853d3e040fde09225f3322024a45cc021f98a798717814bbe400fbba23d02e14ba7af86287
 SHA512 
f4cf20e33202386bcb302d77dd41beb454c240657b477030589f61aac0b67d0bc8f936d9a00a2b1eb128da142f091dc89dbfd0d7b4269af6d1a25f6837bbb08e
 DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31725de2a91579c1763caabd790068043374b5a87cf06b5a6347a22aedb360851143b0337e3dc78277ec9a40b
 SHA512 
64d594e7590c489fe62133ba580eede70223da1cb499014c313816dc3b0530e5ff6d949095c22fc988f895caa01bd696c1268b3ded29b90442e9c04818357391
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
-DIST patch-5.15.134.xz 4834328 BLAKE2B 
0422693fc1b3a6ead7763f337bf3727f91eee92a48dc6094205fb06f43bf90af31bb3f9b137cef97780ef69f905cecb66739b26e709ff88a8990a0316e42759d
 SHA512 
05aabbb391310e6f14d94d0b8ffc4da01e0b5ffb121cbe45ffbad2c71dca483012651ddd16ba21a9e874053d6c64d5807256c8e574b38f4e7613e3155b7e0a8b
+DIST patch-5.15.135.xz 4850292 BLAKE2B 
8ccdb4c4f9df91e4bb6b9856189e471ec3dc3011ebea7ea77a8c3f0b42721d375abe9505551f3e532bff4804fa70e92cfeaefd9b8380b672527b70ec60a3b616
 SHA512 
aa3dd70c6930eeea1199a3e07c1ca45a11545a2dd084fd511b2bfeb6df3ef1c1ac8c33948a53c09cf31c9f6f0c090a6ee713da3c0c1465e517ea0d9557b0b31e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
 DIST patch-6.1.56.xz 3332308 BLAKE2B 
87d3efe71107d13c850833867f686a76a90892793058acbb9c79ed2c723c8770f1405bb2a820ce2e8cc8ae839e476f2a2c05e3adbce9196e573eb40ca410a796
 SHA512 
5fa0cb8b6572ed62a0f7380c4e2e6299aa5463b8898481a2093ea4553c33b9a5a3f8cda23ce7f70929a20111083c664a8b56a533df803e2c02bb9fd01ec83690
 DIST patch-6.5.6.xz 510216 BLAKE2B 
9d51b6ce22982fece16f96b8c63053c790fd73d89f99a6e4919c6bd6c5f05debb1a3fa325a855c410423be0c5af06d457c0c9d8459ca3beb9b22f17eec67f854
 SHA512 
78509f471139840fee0214dde204d2cdeb404ab2ebd4a280d2b0c84b9b1a8862858fdb8942b0cfd6ebd1808d9f545419675c9e94dd8de95e78192dc70d17c051

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.15.134.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.15.135.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.15.134.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.15.135.ebuild



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

2023-10-10 Thread Sam James
commit: e93923ada4b1fccd02135df68c514b97f3db5708
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 10 22:10:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 22:10:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93923ad

dev-python/mypy: add comment for ccache disabling

Bug: https://github.com/mypyc/mypyc/issues/1014
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/mypy/mypy-1.6.0.ebuild 
b/dev-python/mypy/mypy-1.6.0.ebuild
index 7259aa487598..b4dcd20e33f1 100644
--- a/dev-python/mypy/mypy-1.6.0.ebuild
+++ b/dev-python/mypy/mypy-1.6.0.ebuild
@@ -56,7 +56,7 @@ distutils_enable_tests pytest
 
 # frustratingly, mypyc produces non-deterministic output. If ccache is enabled 
it will be a waste of time,
 # but simultaneously it might trash your system and fill up the cache with a 
giant wave of non-reproducible
-# test files
+# test files (https://github.com/mypyc/mypyc/issues/1014)
 export CCACHE_DISABLE=1
 
 src_compile() {



[gentoo-commits] proj/binhost:master commit in: builders/demeter/kde/

2023-10-10 Thread Andreas K. Hüttel
commit: ff4f79e6d04e7feae3dfd94b86c53cad51f0afbd
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct 10 22:08:56 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct 10 22:08:56 2023 +
URL:https://gitweb.gentoo.org/proj/binhost.git/commit/?id=ff4f79e6

Drop 2m parameter

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

 builders/demeter/kde/run-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builders/demeter/kde/run-update b/builders/demeter/kde/run-update
index ba1c4f7..380f3ac 100755
--- a/builders/demeter/kde/run-update
+++ b/builders/demeter/kde/run-update
@@ -9,4 +9,4 @@ emerge -uDNkq --changed-deps --rebuild-if-new-slot=y 
--rebuild-if-new-rev=y --re
 
 emerge --depclean --quiet-unmerge-warn
 
-eclean-pkg -C -t2m
+eclean-pkg -C



[gentoo-commits] proj/binhost:master commit in: builders/demeter/gnome/portage/package.use/

2023-10-10 Thread Andreas K. Hüttel
commit: 4407b9a5e23b66bef92b1ef72974afa975c32f88
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct 10 21:48:59 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct 10 21:48:59 2023 +
URL:https://gitweb.gentoo.org/proj/binhost.git/commit/?id=4407b9a5

Make some multilib

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

 .../demeter/gnome/portage/package.use/multilib | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/builders/demeter/gnome/portage/package.use/multilib 
b/builders/demeter/gnome/portage/package.use/multilib
new file mode 100644
index 000..9537596
--- /dev/null
+++ b/builders/demeter/gnome/portage/package.use/multilib
@@ -0,0 +1,27 @@
+dev-libs/icu abi_x86_32
+dev-libs/libclc abi_x86_32
+dev-libs/libffi abi_x86_32
+dev-libs/libxml2 abi_x86_32
+dev-ml/llvm-ocaml abi_x86_32
+dev-python/clang-python abi_x86_32
+dev-python/lit abi_x86_32
+dev-util/lldb abi_x86_32
+sys-devel/clang abi_x86_32
+sys-devel/clang-common abi_x86_32
+sys-devel/clang-runtime abi_x86_32
+sys-devel/clang-toolchain-symlinks abi_x86_32
+sys-devel/lld abi_x86_32
+sys-devel/lld-toolchain-symlinks abi_x86_32
+sys-devel/llvm abi_x86_32
+sys-devel/llvm-common abi_x86_32
+sys-devel/llvm-toolchain-symlinks abi_x86_32
+sys-devel/llvmgold abi_x86_32
+sys-libs/compiler-rt abi_x86_32
+sys-libs/compiler-rt-sanitizers abi_x86_32
+sys-libs/gpm abi_x86_32
+sys-libs/libcxx abi_x86_32
+sys-libs/libcxxabi abi_x86_32
+sys-libs/libomp abi_x86_32
+sys-libs/llvm-libunwind abi_x86_32
+sys-libs/ncurses abi_x86_32 -gpm
+sys-libs/zlib abi_x86_32



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2023-10-10 Thread Yixun Lan
commit: ec38cac99527c7f0bd8e6f4553f0fc84cf761041
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Oct 10 21:44:14 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Oct 10 21:44:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec38cac9

net-ftp/filezilla: Stabilize 3.65.0 amd64, #915486

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

 net-ftp/filezilla/filezilla-3.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/filezilla/filezilla-3.65.0.ebuild 
b/net-ftp/filezilla/filezilla-3.65.0.ebuild
index 2691693af6c6..3f7d050445cd 100644
--- a/net-ftp/filezilla/filezilla-3.65.0.ebuild
+++ b/net-ftp/filezilla/filezilla-3.65.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~x86"
 IUSE="dbus nls test"
 RESTRICT="!test? ( test )"
 



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

2023-10-10 Thread Yixun Lan
commit: abc729f7859167a9b66f059927144961c4f2fdc0
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Oct 10 21:44:18 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Oct 10 21:44:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc729f7

dev-libs/libfilezilla: Stabilize 0.44.0 amd64, #915486

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

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

diff --git a/dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild
index a874b14aaa29..fe05d1e177ae 100644
--- a/dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild
+++ b/dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0/40" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2023-10-10 Thread Mart Raudsepp
commit: 200a03431dde0224a00e364d7672dd8750a41bbe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Oct 10 21:42:41 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Oct 10 21:42:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200a0343

media-libs/libcue: add 2.3.0

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

 media-libs/libcue/Manifest|  1 +
 media-libs/libcue/libcue-2.3.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/media-libs/libcue/Manifest b/media-libs/libcue/Manifest
index 8a2806b18a10..a0be78297297 100644
--- a/media-libs/libcue/Manifest
+++ b/media-libs/libcue/Manifest
@@ -1 +1,2 @@
 DIST libcue-2.2.1.tar.gz 24177 BLAKE2B 
478f897567aee006c9e835bbf6e54373351b6b4e4bb68154c94f13107b38bdb670fa032d69744e7dbc51132d86dbf276cbf9701c9d7da0882820b71adae53362
 SHA512 
32e476cb09ed2cb2d64aaba1342fb91e77e448391b493a3a794a8d2a6723a0e6097a90b11c6ad82998cb7f270f4f18c2578d7b8575f6929c2a35502e09ebc964
+DIST libcue-2.3.0.tar.gz 24326 BLAKE2B 
6080db29a100b0ba3872f12c131f6d30c82c6292e78840bc30db31d7c6512ea1810b0c12634612ffc0ecf0495ada01fdeb154a1eebd43f8856f06b9d2923084e
 SHA512 
fe2c39cc9794ac36c0706405e0432bab23228d343ba4e3395220d5b2a2ebf8b3c97e71d76a628f9144977c0dd56636f78d0c2d1f9f2b0d4068a837a258f035b6

diff --git a/media-libs/libcue/libcue-2.3.0.ebuild 
b/media-libs/libcue/libcue-2.3.0.ebuild
new file mode 100644
index ..5e3f29c4cf89
--- /dev/null
+++ b/media-libs/libcue/libcue-2.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="CUE Sheet Parser Library"
+HOMEPAGE="https://github.com/lipnitsk/libcue;
+SRC_URI="https://github.com/lipnitsk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE=""
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/

2023-10-10 Thread Yixun Lan
commit: 172180854e38e7a7bbe6974620ebbba0e7604f10
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Oct 10 21:38:10 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Oct 10 21:40:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17218085

net-im/telegram-desktop: Keyword 4.10.3 arm64, #915558

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

 net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild 
b/net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild
index 77ed91c73835..b923733fe744 100644
--- a/net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD GPL-3-with-openssl-exception LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="dbus enchant +fonts +jemalloc screencast qt6 qt6-imageformats wayland 
webkit +X"
 REQUIRED_USE="
qt6-imageformats? ( qt6 )



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

2023-10-10 Thread Yixun Lan
commit: b59cfc6aae46720f380e0802d9d5da27e198d9be
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Oct 10 21:38:18 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Oct 10 21:40:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59cfc6a

dev-cpp/expected-lite: Keyword 0.6.3 arm64, #915558

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

 dev-cpp/expected-lite/expected-lite-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild 
b/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
index 2da5a0c9e12d..37a076a8e6af 100644
--- a/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
+++ b/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/martinmoene/expected-lite/archive/refs/tags/v${PV}.t
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-10-10 Thread Yixun Lan
commit: f07d1095c24043c1cacdcd42d63bd491281425ea
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Oct 10 21:38:14 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Oct 10 21:40:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07d1095

dev-cpp/cppgir: Keyword 0_p20230926 arm64, #915558

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

 dev-cpp/cppgir/cppgir-0_p20230926.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/cppgir/cppgir-0_p20230926.ebuild 
b/dev-cpp/cppgir/cppgir-0_p20230926.ebuild
index 62c582bf37fc..883786dcaa55 100644
--- a/dev-cpp/cppgir/cppgir-0_p20230926.ebuild
+++ b/dev-cpp/cppgir/cppgir-0_p20230926.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2023-10-10 Thread Mart Raudsepp
commit: 6065e11cdb9f0ac4b32187f2b0c4b91f33b762a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Oct 10 21:39:14 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Oct 10 21:39:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6065e11c

media-libs/libcue: drop 2.2.1

Bug: https://bugs.gentoo.org/915500
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/libcue/libcue-2.2.1.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/media-libs/libcue/libcue-2.2.1.ebuild 
b/media-libs/libcue/libcue-2.2.1.ebuild
deleted file mode 100644
index ff1d8acb728a..
--- a/media-libs/libcue/libcue-2.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="CUE Sheet Parser Library"
-HOMEPAGE="https://github.com/lipnitsk/libcue;
-SRC_URI="https://github.com/lipnitsk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0/2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
-IUSE=""
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"



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

2023-10-10 Thread Ionen Wolkens
commit: 36e377567f1b38a8dbaf36580784946cc1a3d583
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Oct 10 21:08:08 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Oct 10 21:25:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e37756

dev-python/pytest-bdd: add 7.0.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/pytest-bdd/Manifest|  1 +
 dev-python/pytest-bdd/pytest-bdd-7.0.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pytest-bdd/Manifest b/dev-python/pytest-bdd/Manifest
index 87ee14c087f0..14036d9b3247 100644
--- a/dev-python/pytest-bdd/Manifest
+++ b/dev-python/pytest-bdd/Manifest
@@ -1 +1,2 @@
 DIST pytest-bdd-6.1.1.gh.tar.gz 79549 BLAKE2B 
0de77a2a46c852dcd7b344b385deea6473ec32dfec2eec610ae04d9d192d42eaf7aa3b1455549dc602e46c24edf078c558f2564aa9dd7f42a2beea36458438ea
 SHA512 
69cd345d4a819a84a811ca2a5825f87a46fa4d063b9a852308d36e4f15058a27c45b170dadf684e68322d3380654f985b8ef153e34ad42ef33e0b595f8dc9d96
+DIST pytest-bdd-7.0.0.gh.tar.gz 80196 BLAKE2B 
cb34f5439959e93ccb68c566e284d1789a183dd85c1c3088d0c929373e88bd994de2ac159ea942119183976e64903cf7ca8f2b2137aad749f8b67728c541ee89
 SHA512 
0f95334a56ff7ccc774e5b94b91d232b829fb308a21ce975c88720493abbefa9e76fcd35cc2ca9bbbf0fd2e38b6f20f5be6cf59368aab4cf70abdaf24c7fd5ed

diff --git a/dev-python/pytest-bdd/pytest-bdd-7.0.0.ebuild 
b/dev-python/pytest-bdd/pytest-bdd-7.0.0.ebuild
new file mode 100644
index ..29cf3065023a
--- /dev/null
+++ b/dev-python/pytest-bdd/pytest-bdd-7.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1
+
+DESCRIPTION="BDD library for the pytest runner"
+HOMEPAGE="https://pytest-bdd.readthedocs.io/;
+SRC_URI="
+   https://github.com/pytest-dev/pytest-bdd/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/mako[${PYTHON_USEDEP}]
+   dev-python/parse[${PYTHON_USEDEP}]
+   dev-python/parse_type[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+DOCS=( AUTHORS.rst CHANGES.rst README.rst )
+
+src_test() {
+   # terminal_reporter test needs exact wrapping
+   local -x COLUMNS=80
+
+   # hooks output parsing may be affected by other pytest-*, e.g. tornasync
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_bdd.plugin
+
+   distutils-r1_src_test
+}



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

2023-10-10 Thread Sam James
commit: 7c0f8eac2bb17412e888ee22a28ae646c435a849
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 10 21:07:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 21:07:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0f8eac

net-misc/curl: Stabilize 8.3.0-r1 sparc, #915509

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

 net-misc/curl/curl-8.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-8.3.0-r1.ebuild 
b/net-misc/curl/curl-8.3.0-r1.ebuild
index 3427ea3d3ad0..bdb0c7a55264 100644
--- a/net-misc/curl/curl-8.3.0-r1.ebuild
+++ b/net-misc/curl/curl-8.3.0-r1.ebuild
@@ -17,7 +17,7 @@ else
https://curl.se/download/${P}.tar.xz
verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )
"
-   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="BSD curl ISC test? ( BSD-4 )"



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

2023-10-10 Thread Sam James
commit: 6b7dab331a5329fcae08a930c6b5417b6255b8ec
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 10 21:07:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 21:07:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7dab33

net-misc/curl: Stabilize 8.3.0-r1 ppc64, #915509

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

 net-misc/curl/curl-8.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-8.3.0-r1.ebuild 
b/net-misc/curl/curl-8.3.0-r1.ebuild
index fc2407f0a021..3427ea3d3ad0 100644
--- a/net-misc/curl/curl-8.3.0-r1.ebuild
+++ b/net-misc/curl/curl-8.3.0-r1.ebuild
@@ -17,7 +17,7 @@ else
https://curl.se/download/${P}.tar.xz
verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )
"
-   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="BSD curl ISC test? ( BSD-4 )"



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

2023-10-10 Thread Sam James
commit: c5a8440c737b629b199c798fb4466a58729014ab
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 10 21:07:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 21:07:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a8440c

net-misc/curl: Stabilize 8.3.0-r1 amd64, #915509

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

 net-misc/curl/curl-8.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-8.3.0-r1.ebuild 
b/net-misc/curl/curl-8.3.0-r1.ebuild
index 9a4cde7a6f5c..3f1107548b31 100644
--- a/net-misc/curl/curl-8.3.0-r1.ebuild
+++ b/net-misc/curl/curl-8.3.0-r1.ebuild
@@ -17,7 +17,7 @@ else
https://curl.se/download/${P}.tar.xz
verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )
"
-   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="BSD curl ISC test? ( BSD-4 )"



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

2023-10-10 Thread Sam James
commit: 499fd97d503225b756eef0660f3039c76741779a
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 10 21:07:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 21:07:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499fd97d

net-misc/curl: Stabilize 8.3.0-r1 arm64, #915509

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

 net-misc/curl/curl-8.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-8.3.0-r1.ebuild 
b/net-misc/curl/curl-8.3.0-r1.ebuild
index 3f1107548b31..fc2407f0a021 100644
--- a/net-misc/curl/curl-8.3.0-r1.ebuild
+++ b/net-misc/curl/curl-8.3.0-r1.ebuild
@@ -17,7 +17,7 @@ else
https://curl.se/download/${P}.tar.xz
verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )
"
-   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="BSD curl ISC test? ( BSD-4 )"



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

2023-10-10 Thread Sam James
commit: 436673a1463515f283b809352685f9cfe4467137
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 10 20:48:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 20:48:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436673a1

media-sound/qsynth: Stabilize 0.9.12 amd64, #915542

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

 media-sound/qsynth/qsynth-0.9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qsynth/qsynth-0.9.12.ebuild 
b/media-sound/qsynth/qsynth-0.9.12.ebuild
index 1dffde6cabf8..5928b0e9f74b 100644
--- a/media-sound/qsynth/qsynth-0.9.12.ebuild
+++ b/media-sound/qsynth/qsynth-0.9.12.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-   KEYWORDS="~amd64 ppc ppc64 x86"
+   KEYWORDS="amd64 ppc ppc64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: metadata/stabilization-groups/python/, dev-python/types-setuptools/

2023-10-10 Thread Michał Górny
commit: 42c823b79cd924f8b47a7cc44217031bd5c30966
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Sep  3 22:28:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 10 20:47:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c823b7

dev-python/types-setuptools: new package, add 68.1.0.1

Needed for mypy to build compiled extensions.

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/types-setuptools/Manifest|  1 +
 dev-python/types-setuptools/metadata.xml| 13 +
 .../types-setuptools/types-setuptools-68.1.0.1.ebuild   | 17 +
 metadata/stabilization-groups/python/setuptools.group   |  1 +
 4 files changed, 32 insertions(+)

diff --git a/dev-python/types-setuptools/Manifest 
b/dev-python/types-setuptools/Manifest
new file mode 100644
index ..3ac3ce2b49b6
--- /dev/null
+++ b/dev-python/types-setuptools/Manifest
@@ -0,0 +1 @@
+DIST types-setuptools-68.1.0.1.tar.gz 32819 BLAKE2B 
6e069253985c175721fd8b769fb497c89949ea40bbd68d22f951162f02b5dc929a6128dc9abe91c773f8a0f4966955ed77a556e1e9831a6455bc53729f7d1c13
 SHA512 
e68ee9ec3663a5916cdb296bc687a0e4ec897f355a33a716d4b5eff46addf0032dfe2d168695de4204002bc8b1087ca1cc4c32f4edd118d3b266c60c4f5c

diff --git a/dev-python/types-setuptools/metadata.xml 
b/dev-python/types-setuptools/metadata.xml
new file mode 100644
index ..72d068150f1f
--- /dev/null
+++ b/dev-python/types-setuptools/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   types-setuptools
+   python/typeshed
+   
+

diff --git a/dev-python/types-setuptools/types-setuptools-68.1.0.1.ebuild 
b/dev-python/types-setuptools/types-setuptools-68.1.0.1.ebuild
new file mode 100644
index ..54d60b9b2471
--- /dev/null
+++ b/dev-python/types-setuptools/types-setuptools-68.1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 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} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for setuptools"
+HOMEPAGE="https://pypi.org/project/types-setuptools/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"

diff --git a/metadata/stabilization-groups/python/setuptools.group 
b/metadata/stabilization-groups/python/setuptools.group
index 67c3379ae872..2cae3591a603 100644
--- a/metadata/stabilization-groups/python/setuptools.group
+++ b/metadata/stabilization-groups/python/setuptools.group
@@ -1,2 +1,3 @@
 dev-python/ensurepip-setuptools
 dev-python/setuptools
+dev-python/types-setuptools



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

2023-10-10 Thread Michał Górny
commit: a17d5495a301a8cabb9481e8333919b313af6985
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 10 18:13:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 10 20:47:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17d5495

dev-python/mypy: Bump to 1.6.0

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

 dev-python/mypy/Manifest  |  1 +
 dev-python/mypy/mypy-1.6.0.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 7dc1382b38bc..e6cbb3781940 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1 +1,2 @@
 DIST mypy-1.5.1.gh.tar.gz 2901212 BLAKE2B 
b136cf061162bc50a48f1556763d7a1258b5a29b63a77db9190f89c56d3e85375a2b0e826d75472a0dc37df4d3391f2d85bb5f1f29c2907055a978e3c8d75906
 SHA512 
2c81322c0e7d9621e6d189f4d9d25d77c5fd6decbb563c8d0015e0f94ff1ff8206e5b7a38884edd3eedb99e839c03283ebfa7d86577c9f8e0d707c0cc4eb8fed
+DIST mypy-1.6.0.gh.tar.gz 2923757 BLAKE2B 
15e0fe124b7024a3e89a8c32c13404f33bc56a3ff29375d006bfcaf9de359ea59025ba07e3726c7a4b402f4b7aca1256859585e1500891fb1e5f996b19dd499a
 SHA512 
245324a5ec8a98e18c31159c5cb907ce1b60323428942b9fd60909a3b117ae46eeb97792fb1f30562fa411edb6c9e903f87b5b232a4be1242abe28d88406f7c4

diff --git a/dev-python/mypy/mypy-1.6.0.ebuild 
b/dev-python/mypy/mypy-1.6.0.ebuild
new file mode 100644
index ..c01c106ab99f
--- /dev/null
+++ b/dev-python/mypy/mypy-1.6.0.ebuild
@@ -0,0 +1,60 @@
+# 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 multiprocessing
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="
+   https://www.mypy-lang.org/
+   https://github.com/python/mypy/
+   https://pypi.org/project/mypy/
+"
+SRC_URI="
+   https://github.com/python/mypy/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+# stubgen collides with this package: https://bugs.gentoo.org/585594
+RDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-4[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-1.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   >=dev-python/attrs-18.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-7.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+# this requires packaging a lot of type stubs
+export MYPY_USE_MYPYC=0
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # the majority of them require Internet (via pip)
+   mypy/test/testpep561.py
+   )
+   # Some mypy/test/testcmdline.py::PythonCmdlineSuite tests
+   # fail with high COLUMNS values
+   local -x COLUMNS=80
+   epytest -n "$(makeopts_jobs)" --dist=worksteal
+}



  1   2   3   >