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

2023-09-09 Thread Hans de Graaff
commit: d2849b09cbe2cea3917c7dc836ab694861991d90
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep  9 18:56:48 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 10 05:57:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2849b09

dev-ruby/minispec-metadata: add 3.5.0

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

 dev-ruby/minispec-metadata/Manifest|  1 +
 .../minispec-metadata-3.5.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/minispec-metadata/Manifest 
b/dev-ruby/minispec-metadata/Manifest
index 9fa57a2190a7..055f7bbec799 100644
--- a/dev-ruby/minispec-metadata/Manifest
+++ b/dev-ruby/minispec-metadata/Manifest
@@ -1 +1,2 @@
 DIST minispec-metadata-3.3.1.gem 12288 BLAKE2B 
fe8b921d7c2927cdd413da29b4953482b8b673c3ad0e997d2fb4f5b1f212e46c1597125378524213a4929fa3db5e6dc75a56a0e42f478cfa332b6e1b9073
 SHA512 
54d08b96f39e3fa7fbffcc4fdb5ef22725af1e3eada333d8a5963304d2d736cb2a6be7166a70a5ae893029fb920a0541d93f0bd7a2e3c51066536a3c02567b75
+DIST minispec-metadata-3.5.0.gem 11776 BLAKE2B 
b4ba302c647035f87f941e5e796f75093122d5a5f365d41d3a402a5155b69bbb70cb1ad2bd6bc6b69373b955dc936b22c7cfefbe8035cfb007b7c825b5ee9b44
 SHA512 
3fe99b843c8d1c2600270793d213df44bc505b0f364112bd98068db18fc5a5b35d2271b6e51fbd8ce9e2556cafc25a5bb8570914a141e5a6f2506801e92053e1

diff --git a/dev-ruby/minispec-metadata/minispec-metadata-3.5.0.ebuild 
b/dev-ruby/minispec-metadata/minispec-metadata-3.5.0.ebuild
new file mode 100644
index ..8f783fd18eb9
--- /dev/null
+++ b/dev-ruby/minispec-metadata/minispec-metadata-3.5.0.ebuild
@@ -0,0 +1,23 @@
+# 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="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Define and access metadata in MiniTest::Spec descriptions and 
specs"
+HOMEPAGE="https://github.com/ordinaryzelig/minispec-metadata;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/minitest"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|awesome_print\)/ s:^:#:' Rakefile spec/helper.rb 
|| die
+}



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

2023-09-09 Thread Hans de Graaff
commit: c7b86f995da00788db318afe187767b21302ced4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 10 05:56:58 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 10 05:57:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b86f99

dev-ruby/webmock: add 3.19.1

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

 dev-ruby/webmock/Manifest  |  1 +
 dev-ruby/webmock/webmock-3.19.1.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index b53da88ebad4..81532dbf5199 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -1 +1,2 @@
 DIST webmock-3.18.1.gem 128000 BLAKE2B 
792622ef256e5b106e480f40fbec06bfb970b41d5745dc50be125143b925f5ba1fb7c28173d39268550076d6bd5803a0150740ecdcc31537415af3fb1da9e7d6
 SHA512 
109f1ced28c4c273f75378e193b772314854fdb5ceea2ef1926d8b790169d07cdb30fdbe1c12e3461a9307f3fea073aa90cfe7421379bf36fa0d550d4bb93c5a
+DIST webmock-3.19.1.tar.gz 127208 BLAKE2B 
0753201f8584159a01d73aecc0670bafaaad059c9b08befa51d482916cfeec50d272f6772de11b76f9b209b960021c2d92042094aa853fb4f7e082340c0807f8
 SHA512 
40fb5587221693662e8c970aab52b4e73114c45f26850f05799b8cc0ae5f18a2b2941ab4c5d595dbd40501b93d421c9cb3158e911a8c9b31b97966cfcebe4b14

diff --git a/dev-ruby/webmock/webmock-3.19.1.ebuild 
b/dev-ruby/webmock/webmock-3.19.1.ebuild
new file mode 100644
index ..a5a814f45f2e
--- /dev/null
+++ b/dev-ruby/webmock/webmock-3.19.1.ebuild
@@ -0,0 +1,67 @@
+# 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_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="webmock.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock;
+SRC_URI="https://github.com/bblimke/webmock/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/addressable-2.8.0
+   >=dev-ruby/crack-0.3.2
+   >=dev-ruby/hashdiff-0.4.0:0
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   dev-ruby/rspec-retry
+   >=dev-ruby/test-unit-3.0.0
+   dev-ruby/rack
+   dev-ruby/webrick
+)"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old. patron's latest version is not compatible.
+   # httpclient is no longer maintained and has various test failures.
+   sed -i -e '/\(curb\|typhoeus\|em-http\|patron\|httpclient\)/ s:^:#:' 
spec/spec_helper.rb || die
+   rm -f 
spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client,httpclient}/*
 || die
+
+   # Drop tests for dev-ruby/http for now since this package only works 
with ruby26
+   sed -i -e '/http_rb/ s:^:#:' spec/spec_helper.rb || die
+   rm -f spec/acceptance/http_rb/* || die
+
+   # Avoid specs that require network access
+   sed -i -e '/when request is not stubbed/,/^  end/ s:^:#:' 
spec/acceptance/shared/callbacks.rb
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2023-09-09 Thread Hans de Graaff
commit: 9e5cbf26116e7d03dcad379337671a6f4a5202d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 10 05:51:58 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 10 05:57:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5cbf26

dev-ruby/rspec-retry: new package, add 0.6.2

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

 dev-ruby/rspec-retry/Manifest |  1 +
 dev-ruby/rspec-retry/metadata.xml | 11 ++
 dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild | 30 +++
 3 files changed, 42 insertions(+)

diff --git a/dev-ruby/rspec-retry/Manifest b/dev-ruby/rspec-retry/Manifest
new file mode 100644
index ..368068de09b3
--- /dev/null
+++ b/dev-ruby/rspec-retry/Manifest
@@ -0,0 +1 @@
+DIST rspec-retry-0.6.2.gem 14336 BLAKE2B 
f619f075c13f054dd73f893a37d2da644e4a77b2cdecef886b8fb2b8616b5c89b9aebb8506b94319e0873fd798c0361a8defeae9e651c1a17b9d2f7b26364134
 SHA512 
a14874f6589c78a00baf9d50d2415bd5533559457de313a5b56be77f4e226d8885f7e976bd6926b8be669f44ec672a6b16dbcf4dff26c26ca8eac64a25fd1b5b

diff --git a/dev-ruby/rspec-retry/metadata.xml 
b/dev-ruby/rspec-retry/metadata.xml
new file mode 100644
index ..011bdd8f3bf1
--- /dev/null
+++ b/dev-ruby/rspec-retry/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+NoRedInk/rspec-retry
+  
+

diff --git a/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild 
b/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild
new file mode 100644
index ..96652e217e87
--- /dev/null
+++ b/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="changelog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retry randomly failing rspec example"
+HOMEPAGE="https://github.com/NoRedInk/rspec-retry;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rspec-core-3.3"
+
+all_ruby_prepare() {
+   sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid specs accessing class variables from the top level
+   sed -e '/with :retry => 0/ s/context/xcontext/' \
+   -e '/should be exposed/ s/it/xit/' \
+   -i spec/lib/rspec/retry_spec.rb || die
+}



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

2023-09-09 Thread Hans de Graaff
commit: 074059852ddcdc90ecc8c15aa5003e5d41bfc249
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 10 05:40:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 10 05:57:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07405985

dev-ruby/sqlite3: add 1.6.5

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

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

diff --git a/dev-ruby/sqlite3/Manifest b/dev-ruby/sqlite3/Manifest
index e85f7b79f07e..bf49f50bef4a 100644
--- a/dev-ruby/sqlite3/Manifest
+++ b/dev-ruby/sqlite3/Manifest
@@ -2,3 +2,4 @@ DIST sqlite3-1.4.4.gem 71168 BLAKE2B 
f49d055b0d040f12b00abaf5c3a245b4e018445f41d
 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.5.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.6.5.ebuild
new file mode 100644
index ..1c4ebdc7a1b4
--- /dev/null
+++ b/dev-ruby/sqlite3/sqlite3-1.6.5.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.0:3"
+DEPEND+=" >=dev-db/sqlite-3.43.0: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/gettext_i18n_rails/

2023-09-09 Thread Hans de Graaff
commit: eb98e296f7957949133dbc908a18fd5ee77c39d8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep  9 17:06:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 10 05:57:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb98e296

dev-ruby/gettext_i18n_rails: add missing test dependencies

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

 dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.12.0.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.12.0.ebuild 
b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.12.0.ebuild
index b46f89b0d5c1..107e4dbee181 100644
--- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.12.0.ebuild
+++ b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.12.0.ebuild
@@ -22,7 +22,15 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-ruby_add_bdepend "test? ( dev-ruby/rails:7.0 dev-ruby/activerecord:7.0[sqlite] 
dev-ruby/temple dev-ruby/ruby-gettext )"
+ruby_add_bdepend "test? (
+   dev-ruby/rails:7.0
+   dev-ruby/activerecord:7.0[sqlite]
+   dev-ruby/temple
+   dev-ruby/ruby-gettext
+   dev-ruby/haml
+   dev-ruby/slim
+)"
+
 ruby_add_rdepend ">=dev-ruby/fast_gettext-0.9.0:*"
 
 all_ruby_prepare() {



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

2023-09-09 Thread Hans de Graaff
commit: d41bcf1fbea76ae706cd7dc0ba7927e33805e3ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep  9 17:00:19 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 10 05:57:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41bcf1f

dev-ruby/maxitest: add 5.2.0

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

 dev-ruby/maxitest/Manifest  |  1 +
 dev-ruby/maxitest/maxitest-5.2.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index e6a05948c1a1..d95eb4049ea1 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1 +1,2 @@
 DIST maxitest-4.4.1.tar.gz 62757 BLAKE2B 
0023472200643dcc17aa7fc3720ebdaccb988628eedd55d69c47a0702b4700760dcc9178f1d63a29d8b0a461ceb7195f9d13579cf0393a3ca669515bcf77239a
 SHA512 
927c5619541f13b2af064f1adb01670ec43570252a62d32b98674b7d4dd72ebc02594c000f6dfae7b9de275086df23e418f13c4c21595d47f429b86d0941dbc2
+DIST maxitest-5.2.0.tar.gz 63610 BLAKE2B 
98efc803f43d02cfdec0431279446e555650928442593be436e0ebfcb0d21e505e69b9e26fd8560b12c4feb2ce307d9d46954ff8a82a80b328c2d0442c451f5a
 SHA512 
10251961613a6a014c868c3fd2a8c4c51253b2dee058561450e88ef628de25b6042b17d04d7338afd400ca30e8c3c12923f0976ec28578b726630699d2a0d5b5

diff --git a/dev-ruby/maxitest/maxitest-5.2.0.ebuild 
b/dev-ruby/maxitest/maxitest-5.2.0.ebuild
new file mode 100644
index ..254679bd2a01
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-5.2.0.ebuild
@@ -0,0 +1,50 @@
+# 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_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest;
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/minitest-5.14.0:* 

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

2023-09-09 Thread Sam James
commit: f41296ca5dcdbbac8e051a0beddf7e14e6d41880
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41296ca

dev-libs/openssl: Stabilize 3.0.10 hppa, #911993

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

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

diff --git a/dev-libs/openssl/openssl-3.0.10.ebuild 
b/dev-libs/openssl/openssl-3.0.10.ebuild
index e470b454af77..de36395a344f 100644
--- a/dev-libs/openssl/openssl-3.0.10.ebuild
+++ b/dev-libs/openssl/openssl-3.0.10.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"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos"
 fi
 
 S="${WORKDIR}"/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssl/

2023-09-09 Thread Sam James
commit: 6cec1883295d1ece15d262ccab8661c9fc534bb3
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cec1883

sec-keys/openpgp-keys-openssl: Stabilize 20230801 amd64, #911993

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
index a6f65ac8175f..b3d3e8ff79bb 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
@@ -59,7 +59,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 
 src_install() {
local files=( ${A} )



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssl/

2023-09-09 Thread Sam James
commit: 267cdcc5cb999a672ad8c587bc5685de6b632f6c
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267cdcc5

sec-keys/openpgp-keys-openssl: Stabilize 20230801 arm64, #911993

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
index bb41457682fd..a6f65ac8175f 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
@@ -59,7 +59,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 
 src_install() {
local files=( ${A} )



[gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/

2023-09-09 Thread Sam James
commit: 980e13a4ba2f94b1c862ff0cf6383f528a315699
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:54:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980e13a4

net-dialup/ppp: Stabilize 2.5.0-r3 sparc, #907274

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

 net-dialup/ppp/ppp-2.5.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/ppp/ppp-2.5.0-r3.ebuild 
b/net-dialup/ppp/ppp-2.5.0-r3.ebuild
index 6dd2d0e68154..f1649c66765c 100644
--- a/net-dialup/ppp/ppp-2.5.0-r3.ebuild
+++ b/net-dialup/ppp/ppp-2.5.0-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.samba.org/pub/ppp/${P}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="activefilter atm gtk pam systemd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssl/

2023-09-09 Thread Sam James
commit: 41f652cc017f734503068cdd39a3dae42c30f477
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f652cc

sec-keys/openpgp-keys-openssl: Stabilize 20230801 hppa, #911993

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
index b3d3e8ff79bb..73ca8d7c8be8 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
@@ -59,7 +59,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 
 src_install() {
local files=( ${A} )



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssl/

2023-09-09 Thread Sam James
commit: 780eb48c8608410c0e3562dd32a92128b8eee81b
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780eb48c

sec-keys/openpgp-keys-openssl: Stabilize 20230801 ppc64, #911993

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
index 73ca8d7c8be8..9b89bd11051c 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
@@ -59,7 +59,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
 
 src_install() {
local files=( ${A} )



[gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-pppoe/

2023-09-09 Thread Sam James
commit: beacbc74e0a16eecd3f135226ddc06d6fd3258bc
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:54:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beacbc74

net-dialup/rp-pppoe: Stabilize 4.0 sparc, #907274

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

 net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild 
b/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild
index a2421045b2c0..967ccb1dfc36 100644
--- a/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild
+++ b/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI=https://github.com/dfskoll/rp-pppoe.git
 else
SRC_URI="https://dianne.skoll.ca/projects/rp-pppoe/download/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv sparc x86"
 fi
 
 LICENSE="GPL-2"



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

2023-09-09 Thread Sam James
commit: f838eb7b741a7c937c1b2c46a65b8d00f280fbab
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:54:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f838eb7b

net-misc/netifrc: Stabilize 0.7.5 sparc, #907274

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

 net-misc/netifrc/netifrc-0.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netifrc/netifrc-0.7.5.ebuild 
b/net-misc/netifrc/netifrc-0.7.5.ebuild
index 2539ed1b0faa..7181e1758d64 100644
--- a/net-misc/netifrc/netifrc-0.7.5.ebuild
+++ b/net-misc/netifrc/netifrc-0.7.5.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="BSD-2"



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

2023-09-09 Thread Sam James
commit: 37895aeb6859e9b0c6ebebfda4923bd7a4646c69
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:53:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37895aeb

net-misc/netifrc: Stabilize 0.7.5 arm, #907274

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

 net-misc/netifrc/netifrc-0.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netifrc/netifrc-0.7.5.ebuild 
b/net-misc/netifrc/netifrc-0.7.5.ebuild
index eca56e57582a..2539ed1b0faa 100644
--- a/net-misc/netifrc/netifrc-0.7.5.ebuild
+++ b/net-misc/netifrc/netifrc-0.7.5.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="BSD-2"



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

2023-09-09 Thread Sam James
commit: 0a98c83cf3601e327c2eea01ca4a12ac7fd11486
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a98c83c

dev-libs/openssl: Stabilize 3.0.10 ppc64, #911993

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

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

diff --git a/dev-libs/openssl/openssl-3.0.10.ebuild 
b/dev-libs/openssl/openssl-3.0.10.ebuild
index de36395a344f..b306c1666a8c 100644
--- a/dev-libs/openssl/openssl-3.0.10.ebuild
+++ b/dev-libs/openssl/openssl-3.0.10.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"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos"
 fi
 
 S="${WORKDIR}"/${MY_P}



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

2023-09-09 Thread Sam James
commit: 9b763bb0958b85294be7ca9613a6dc3006ef7519
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b763bb0

dev-libs/openssl: Stabilize 3.0.10 arm64, #911993

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

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

diff --git a/dev-libs/openssl/openssl-3.0.10.ebuild 
b/dev-libs/openssl/openssl-3.0.10.ebuild
index c9e6f5b93271..54631168cf8a 100644
--- a/dev-libs/openssl/openssl-3.0.10.ebuild
+++ b/dev-libs/openssl/openssl-3.0.10.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"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos"
 fi
 
 S="${WORKDIR}"/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssl/

2023-09-09 Thread Sam James
commit: f70a0f63c034e434e5b92af013a9bfb189705fea
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70a0f63

sec-keys/openpgp-keys-openssl: Stabilize 20230801 x86, #911993

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
index f5afbdfe7560..bb41457682fd 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20230801.ebuild
@@ -59,7 +59,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 
 src_install() {
local files=( ${A} )



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

2023-09-09 Thread Sam James
commit: ab3d8eb3263527d78a0f05e46b35528610d49250
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3d8eb3

dev-libs/openssl: Stabilize 3.0.10 amd64, #911993

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

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

diff --git a/dev-libs/openssl/openssl-3.0.10.ebuild 
b/dev-libs/openssl/openssl-3.0.10.ebuild
index 54631168cf8a..e470b454af77 100644
--- a/dev-libs/openssl/openssl-3.0.10.ebuild
+++ b/dev-libs/openssl/openssl-3.0.10.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"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos"
 fi
 
 S="${WORKDIR}"/${MY_P}



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

2023-09-09 Thread Sam James
commit: 4e69decd55e08581a3e8d1d57e97f8d257164d6e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 05:50:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 05:54:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e69decd

dev-libs/openssl: Stabilize 3.0.10 x86, #911993

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

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

diff --git a/dev-libs/openssl/openssl-3.0.10.ebuild 
b/dev-libs/openssl/openssl-3.0.10.ebuild
index 581f6223b5d7..c9e6f5b93271 100644
--- a/dev-libs/openssl/openssl-3.0.10.ebuild
+++ b/dev-libs/openssl/openssl-3.0.10.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"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos"
 fi
 
 S="${WORKDIR}"/${MY_P}



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

2023-09-09 Thread WANG Xuerui
commit: 647414f75c9239adee942959246e72bdbd7e5a7f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:46:00 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:46:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647414f7

dev-libs/libp11: keyword 0.4.12-r3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-libs/libp11/libp11-0.4.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libp11/libp11-0.4.12-r3.ebuild 
b/dev-libs/libp11/libp11-0.4.12-r3.ebuild
index a0ceada99155..1e99334493ad 100644
--- a/dev-libs/libp11/libp11-0.4.12-r3.ebuild
+++ b/dev-libs/libp11/libp11-0.4.12-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



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

2023-09-09 Thread WANG Xuerui
commit: 00c3a52aad4e4f3dd7260b93a821b60fd331c812
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:45:53 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:45:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c3a52a

dev-libs/openpace: keyword 1.1.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-libs/openpace/openpace-1.1.3.ebuild 
b/dev-libs/openpace/openpace-1.1.3.ebuild
index bc3b2fc8db5c..91be45c0a81c 100644
--- a/dev-libs/openpace/openpace-1.1.3.ebuild
+++ b/dev-libs/openpace/openpace-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/frankmorgner/openpace/releases/download/${PV}/${P}.t
 
 LICENSE="GPL-3"
 SLOT="0/3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
dev-util/gengetopt



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

2023-09-09 Thread WANG Xuerui
commit: 2cb33b100e463e0209c434130ce41294c1c6fcf7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:45:50 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:45:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb33b10

dev-util/gengetopt: keyword 2.23-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-util/gengetopt/gengetopt-2.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gengetopt/gengetopt-2.23-r1.ebuild 
b/dev-util/gengetopt/gengetopt-2.23-r1.ebuild
index 564527128402..d804836889da 100644
--- a/dev-util/gengetopt/gengetopt-2.23-r1.ebuild
+++ b/dev-util/gengetopt/gengetopt-2.23-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3+ public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 BDEPEND="sys-apps/texinfo"
 



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

2023-09-09 Thread WANG Xuerui
commit: 4d372bfcaa4f419f535789052b6295b7db9a6e47
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:45:58 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:45:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d372bfc

dev-libs/opensc: keyword 0.23.0-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-libs/opensc/opensc-0.23.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/opensc/opensc-0.23.0-r2.ebuild 
b/dev-libs/opensc/opensc-0.23.0-r2.ebuild
index 5a43050f7578..f372e3e254a1 100644
--- a/dev-libs/opensc/opensc-0.23.0-r2.ebuild
+++ b/dev-libs/opensc/opensc-0.23.0-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/OpenSC/OpenSC.git;
 else

SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86"
 fi
 
 LICENSE="LGPL-2.1"



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

2023-09-09 Thread WANG Xuerui
commit: bb684097281d589f72c30fa3115eca23d25e7b51
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:45:55 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:45:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb684097

dev-libs/openct: keyword 0.6.20-r5 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-libs/openct/openct-0.6.20-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openct/openct-0.6.20-r5.ebuild 
b/dev-libs/openct/openct-0.6.20-r5.ebuild
index 87dc47eea993..c619ba444c4d 100644
--- a/dev-libs/openct/openct-0.6.20-r5.ebuild
+++ b/dev-libs/openct/openct-0.6.20-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/opensc/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="doc debug pcsc-lite selinux usb"
 
 DEPEND="



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

2023-09-09 Thread WANG Xuerui
commit: e3ced86f0b677f5107dd6dae7952b56c7c9f8d51
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:52 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ced86f

dev-python/QtPy: keyword 2.4.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/QtPy/QtPy-2.4.0.ebuild 
b/dev-python/QtPy/QtPy-2.4.0.ebuild
index e87365436358..5702325ca211 100644
--- a/dev-python/QtPy/QtPy-2.4.0.ebuild
+++ b/dev-python/QtPy/QtPy-2.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~x86"
 
 _IUSE_QT_MODULES="
designer +gui help multimedia +network opengl positioning



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

2023-09-09 Thread WANG Xuerui
commit: 07c8bcc7705a72bed1cda524424154e4c4c1a540
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:57 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c8bcc7

dev-python/jupyterlab-server: keyword 2.23.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
index 56ab2f9afb55..277ee25d3666 100644
--- a/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.23.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/Babel-2.10[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: a747cf3936c1bbc9a7cf35dd60493ea82fb24030
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:54 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a747cf39

dev-python/qtconsole: keyword 5.4.4 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/qtconsole/qtconsole-5.4.4.ebuild 
b/dev-python/qtconsole/qtconsole-5.4.4.ebuild
index 9730cda1d211..0bf3283eabdf 100644
--- a/dev-python/qtconsole/qtconsole-5.4.4.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.4.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~x86"
 
 RDEPEND="
>=dev-python/ipykernel-4.1[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 9cf797804776d42a4fef82ea1a8909cc752cf677
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:35 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf79780

dev-python/openapi-core: keyword 0.16.6-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/openapi-core/openapi-core-0.16.6-r1.ebuild 
b/dev-python/openapi-core/openapi-core-0.16.6-r1.ebuild
index 3e605f94aa29..b45618fc5eec 100644
--- a/dev-python/openapi-core/openapi-core-0.16.6-r1.ebuild
+++ b/dev-python/openapi-core/openapi-core-0.16.6-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.0[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: b9a54f1ae1d8fab63820ce2492548efcd175f059
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:24:02 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a54f1a

dev-python/notebook: keyword 7.0.3 for ~loong

Closes: https://bugs.gentoo.org/910584
Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/notebook/notebook-7.0.3.ebuild 
b/dev-python/notebook/notebook-7.0.3.ebuild
index 61c76b2fb5e8..955c05ae6c3e 100644
--- a/dev-python/notebook/notebook-7.0.3.ebuild
+++ b/dev-python/notebook/notebook-7.0.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 65cf6a22f5af37ea5ba9b0b944162e0607b432da
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:47 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cf6a22

dev-python/twine: keyword 4.0.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/twine/twine-4.0.2.ebuild 
b/dev-python/twine/twine-4.0.2.ebuild
index e1cd99941073..ba821c857540 100644
--- a/dev-python/twine/twine-4.0.2.ebuild
+++ b/dev-python/twine/twine-4.0.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 8a07725c3669e34da89510063dc03046dd98d4da
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:30 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a07725c

dev-python/pytzdata: keyword 2020.1-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/pytzdata/pytzdata-2020.1-r2.ebuild 
b/dev-python/pytzdata/pytzdata-2020.1-r2.ebuild
index 8d9151097ac8..eb4b15cd9160 100644
--- a/dev-python/pytzdata/pytzdata-2020.1-r2.ebuild
+++ b/dev-python/pytzdata/pytzdata-2020.1-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/cleo[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 5b572e0b5c4819234af1bf14c2d6553c1ccf22fc
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:59 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b572e0b

dev-python/jupyterlab: keyword 4.0.5 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/jupyterlab/jupyterlab-4.0.5.ebuild 
b/dev-python/jupyterlab/jupyterlab-4.0.5.ebuild
index 19da261da923..a329291d6048 100644
--- a/dev-python/jupyterlab/jupyterlab-4.0.5.ebuild
+++ b/dev-python/jupyterlab/jupyterlab-4.0.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD MIT GPL-3 Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/async-lru[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: c41b6bf75ff1b9383648c42925c3114eca00d4d6
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:49 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41b6bf7

dev-python/hatch-jupyter-builder: keyword 0.8.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild 
b/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild
index 440406c1c21f..6faee3d97d1f 100644
--- a/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild
+++ b/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/hatchling[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: c3283781c6566ab45d2904008ada457aa2cbbbdf
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:42 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3283781

dev-python/requests-mock: keyword 1.11.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/requests-mock/requests-mock-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-mock/requests-mock-1.11.0.ebuild 
b/dev-python/requests-mock/requests-mock-1.11.0.ebuild
index bdd79e4a4d3b..d253f36b86ee 100644
--- a/dev-python/requests-mock/requests-mock-1.11.0.ebuild
+++ b/dev-python/requests-mock/requests-mock-1.11.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/requests-2.3[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 004c90e6574dee02c33300ba16638378cc60dd8c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:40 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004c90e6

dev-python/cattrs: keyword 23.1.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/cattrs/cattrs-23.1.2.ebuild 
b/dev-python/cattrs/cattrs-23.1.2.ebuild
index f6f50f7dddfa..c6eef1f8974d 100644
--- a/dev-python/cattrs/cattrs-23.1.2.ebuild
+++ b/dev-python/cattrs/cattrs-23.1.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



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

2023-09-09 Thread WANG Xuerui
commit: 53536065633059724cdcccdc997cdd9f075831ce
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:32 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53536065

dev-python/pendulum: keyword 2.1.2-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild 
b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
index 2b35c30bf993..c8429504685f 100644
--- a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
+++ b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 DEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-spec-validator/

2023-09-09 Thread WANG Xuerui
commit: f6c0ded0bd1d8ab385eaa4aad525ab4e0cc39d27
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:15 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c0ded0

dev-python/openapi-spec-validator: keyword 0.5.7 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/openapi-spec-validator/openapi-spec-validator-0.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.7.ebuild 
b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.7.ebuild
index cfd5596ba5ee..b7fa077791c8 100644
--- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.7.ebuild
+++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="


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

2023-09-09 Thread WANG Xuerui
commit: f10e14948f5e37714651ab6cb6d444be2f3a27d7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:27 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10e1494

dev-python/cleo: keyword 2.0.1-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/cleo/cleo-2.0.1-r1.ebuild 
b/dev-python/cleo/cleo-2.0.1-r1.ebuild
index 7ca49cdcc69a..255c435626ce 100644
--- a/dev-python/cleo/cleo-2.0.1-r1.ebuild
+++ b/dev-python/cleo/cleo-2.0.1-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/crashtest[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 0712b6f11feaa24c89a19079baeab8e37f464e4c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:44 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0712b6f1

dev-python/requests-cache: keyword 1.1.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/requests-cache/requests-cache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-1.1.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
index bd646603fa66..91e80a3dbae9 100644
--- a/dev-python/requests-cache/requests-cache-1.1.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 8d487d0a6a193d366d8ff6fba9cdaf766ff051fd
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:18 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d487d0a

dev-python/requests-futures: keyword 1.0.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/requests-futures/requests-futures-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-futures/requests-futures-1.0.1.ebuild 
b/dev-python/requests-futures/requests-futures-1.0.1.ebuild
index b81acaaeaec1..0d242c6357f9 100644
--- a/dev-python/requests-futures/requests-futures-1.0.1.ebuild
+++ b/dev-python/requests-futures/requests-futures-1.0.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 RESTRICT="test"
 PROPERTIES="test_network"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-schema-validator/

2023-09-09 Thread WANG Xuerui
commit: ea196bef4cb67f3b6aa2dd24defaca5b40a75962
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:03 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea196bef

dev-python/openapi-schema-validator: keyword 0.4.4 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 .../openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild 
b/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild
index 8c582946ed3b..e4ab01fc46dc 100644
--- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild
+++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="


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

2023-09-09 Thread WANG Xuerui
commit: c9cd4c842445fddc6ee7addd996fed256ae81c74
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:37 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cd4c84

dev-python/orjson: keyword 3.9.6 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/orjson/orjson-3.9.6.ebuild 
b/dev-python/orjson/orjson-3.9.6.ebuild
index 4bed043e7dd2..26ec321cbb01 100644
--- a/dev-python/orjson/orjson-3.9.6.ebuild
+++ b/dev-python/orjson/orjson-3.9.6.ebuild
@@ -67,7 +67,7 @@ LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



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

2023-09-09 Thread WANG Xuerui
commit: 57a55624eb29389d0023cd0ca6e88e5c5bfcd597
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:08 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a55624

dev-python/url-normalize: keyword 1.4.3-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild 
b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
index 9b5393be938c..c08364802418 100644
--- a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
+++ b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2023-09-09 Thread WANG Xuerui
commit: 68a614973304ae8775000f05f9c0e47aa8411954
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:11 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a61497

dev-python/crashtest: keyword 0.4.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/crashtest/crashtest-0.4.1.ebuild 
b/dev-python/crashtest/crashtest-0.4.1.ebuild
index 920581b39cc2..91d9cbc40c59 100644
--- a/dev-python/crashtest/crashtest-0.4.1.ebuild
+++ b/dev-python/crashtest/crashtest-0.4.1.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 distutils_enable_tests pytest



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

2023-09-09 Thread WANG Xuerui
commit: 4a9327c6bd831f5d01363c3a65bc64f56a0c2ca0
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:25 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9327c6

dev-python/jupyter-lsp: keyword 2.2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild 
b/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild
index a9712693184b..6ba71aa85a2c 100644
--- a/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild
+++ b/dev-python/jupyter-lsp/jupyter-lsp-2.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 7f113c02af86aef567ed479e42d9cbdd39dc697c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:20 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f113c02

dev-python/scikit-build: keyword 0.17.6 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/scikit-build/scikit-build-0.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scikit-build/scikit-build-0.17.6.ebuild 
b/dev-python/scikit-build/scikit-build-0.17.6.ebuild
index bc8c79969623..12d717e09fe7 100644
--- a/dev-python/scikit-build/scikit-build-0.17.6.ebuild
+++ b/dev-python/scikit-build/scikit-build-0.17.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/distro[${PYTHON_USEDEP}]



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

2023-09-09 Thread WANG Xuerui
commit: 9bf0f42c32ba6baba9017e9e0488bd588d2e82c7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:23 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf0f42c

dev-python/rapidfuzz: keyword 3.2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/rapidfuzz/rapidfuzz-3.2.0.ebuild 
b/dev-python/rapidfuzz/rapidfuzz-3.2.0.ebuild
index db204076be31..a357559c6f5f 100644
--- a/dev-python/rapidfuzz/rapidfuzz-3.2.0.ebuild
+++ b/dev-python/rapidfuzz/rapidfuzz-3.2.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 # all these are header-only libraries
 DEPEND="



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

2023-09-09 Thread WANG Xuerui
commit: 9e826d84de560498f3abd7ca5f0ec8cb892abc3f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:13 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e826d84

dev-python/jsonschema-spec: keyword 0.1.6 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
index 7233516c8772..41c8d5cff991 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="


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

2023-09-09 Thread WANG Xuerui
commit: dd5c6f52413f038d2224d54b80518e9821a1d63f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:06 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5c6f52

dev-python/pathable: keyword 0.4.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild 
b/dev-python/pathable/pathable-0.4.3.ebuild
index 7af5caadf065..aec721f206ce 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 distutils_enable_tests pytest
 



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

2023-09-09 Thread Robin H. Johnson
commit: 1c7c3a67fd2b589d81d091592947b76ad5535f42
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 04:40:37 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 04:42:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7c3a67

dev-ruby/simplecov_json_formatter: builds on x86

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild 
b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild
index 7adae99a8881..ed945ab79881 100644
--- a/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild
+++ b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="JSON formatter for SimpleCov"
 HOMEPAGE="https://github.com/codeclimate-community/simplecov_json_formatter;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="doc"
 



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

2023-09-09 Thread Robin H. Johnson
commit: 1e882a799f06baca911d0226a603291be54d5472
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 04:39:05 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 04:42:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e882a79

dev-ruby/docile: works on x86

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/docile/docile-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/docile/docile-1.4.0-r1.ebuild 
b/dev-ruby/docile/docile-1.4.0-r1.ebuild
index 994b53ba6f46..769a2e7393c0 100644
--- a/dev-ruby/docile/docile-1.4.0-r1.ebuild
+++ b/dev-ruby/docile/docile-1.4.0-r1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ms-ati/docile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/files/, dev-ruby/facter/

2023-09-09 Thread Robin H. Johnson
commit: 058c1ba90d789566374dca91b3d4c64218f156ee
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 04:35:04 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 04:42:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058c1ba9

dev-ruby/facter: bring testsuite back

Get testsuite working again, to catch bugs like the missing
sys-filesystem dependency added by upstream.

Temporarily drop keywords back to ~amd64 ~x86 until deps can be
keyworded.

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/facter/facter-4.4.3-r1.ebuild | 55 ++
 .../files/facter-4.4.3-rspec-gentoo-tweak.patch| 53 +
 2 files changed, 108 insertions(+)

diff --git a/dev-ruby/facter/facter-4.4.3-r1.ebuild 
b/dev-ruby/facter/facter-4.4.3-r1.ebuild
new file mode 100644
index ..1020d9528957
--- /dev/null
+++ b/dev-ruby/facter/facter-4.4.3-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+RUBY_FAKEGEM_GEMSPEC="facter.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-ng ruby-fakegem
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+#IUSE="test"
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/puppetlabs/facter.git;
+   EGIT_BRANCH="master"
+else
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~amd64 ~x86"
+   #KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+#RESTRICT="!test? ( test )"
+
+ruby_add_rdepend "dev-ruby/hocon "/bin/bash", ...,  "_"=>"/usr/bin/rspec", "RACK_ENV"=>"test",
+  "resolution_test_foo"=>"foo"} received :[] with unexpected arguments
+ expected: ("PATH")
+  got: ("GEM_SKIP")
+Please stub a default value first if message might be received with 
other args as well.
+ # ./spec/mocks/kernel.rb:7:in `require'
+ # ./lib/facter/custom_facts/core/execution/base.rb:74:in `execute_command'
+ # ./lib/facter/custom_facts/core/execution/base.rb:63:in `execute'
+ # ./spec/custom_facts/core/execution/fact_manager_spec.rb:106:in `block 
(4 levels) in '
+
+
+  2) Facter::Core::Execution::Posix when calling execute_command executes a 
command
+ # False positive on Gentoo due to environment, returns "" instead of ["", 
""]
+ Failure/Error: expect(posix_executor.execute_command('/usr/bin/true', 
nil, logger)).to eq(['', ''])
+
+   expected: ["", ""]
+got: ""
+
+   (compared using ==)
+ # ./spec/custom_facts/core/execution/posix_spec.rb:112:in `block (3 
levels) in '
+```
+
+Signed-off-by: Robin H. Johnson 
+
+diff -NuarwbB --exclude '*swp' 
facter-4.4.3.orig/spec/custom_facts/core/execution/fact_manager_spec.rb 
facter-4.4.3/spec/custom_facts/core/execution/fact_manager_spec.rb
+--- facter-4.4.3.orig/spec/custom_facts/core/execution/fact_manager_spec.rb
2023-08-24 10:49:03.0 -0700
 facter-4.4.3/spec/custom_facts/core/execution/fact_manager_spec.rb 
2023-09-09 21:25:03.428326009 -0700
+@@ -99,6 +99,7 @@
+   end
+
+   it 'does not expant builtin command' do
++pending('False positive on Gentoo due to environment, returns 
GEM_SKIP instead of PATH')
+ allow(Facter::Core::Execution::Popen3).to receive(:popen3e).with({ 
'LC_ALL' => 'C', 'LANG' => 'C' }, '/bin/foo')
+
.and_return('')
+ allow(Open3).to receive(:capture2).with('type 
/bin/foo').and_return('builtin')
+diff -NuarwbB --exclude '*swp' 
facter-4.4.3.orig/spec/custom_facts/core/execution/posix_spec.rb 
facter-4.4.3/spec/custom_facts/core/execution/posix_spec.rb
+--- facter-4.4.3.orig/spec/custom_facts/core/execution/posix_spec.rb   
2023-08-24 10:49:03.0 -0700
 facter-4.4.3/spec/custom_facts/core/execution/posix_spec.rb
2023-09-09 21:24:39.484374593 -0700
+@@ -108,6 +108,7 @@
+ let(:logger) { instance_spy(Logger) }
+
+ it 'executes a command' do
++  pending('False positive on Gentoo due to environment, returns "" 
instead of ["", ""]')
+   expect(posix_executor.execute_command('/usr/bin/true', nil, logger)).to 
eq(['', ''])
+ end
+



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

2023-09-09 Thread Robin H. Johnson
commit: bf8e3eabc0dfcd58c84157791d651ebc70060420
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 04:40:03 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 04:42:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8e3eab

dev-ruby/simplecov-html: builds on x86

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild 
b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild
index 17b4a881fc54..9fd69f2b7392 100644
--- a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild
+++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild
@@ -18,6 +18,6 @@ DESCRIPTION="Generates a HTML report of your SimpleCov ruby 
code coverage result
 HOMEPAGE="https://github.com/simplecov-ruby/simplecov-html;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 SLOT="$(ver_cut 1-2)"
 IUSE="doc"



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

2023-09-09 Thread Robin H. Johnson
commit: 3d054e236f706394585bc5db0eb7e58a626b2925
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 04:41:10 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 04:42:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d054e23

dev-ruby/simplecov: test passes on x86

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/simplecov/simplecov-0.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/simplecov/simplecov-0.22.0.ebuild 
b/dev-ruby/simplecov/simplecov-0.22.0.ebuild
index e08230f54aeb..4e6e691949f8 100644
--- a/dev-ruby/simplecov/simplecov-0.22.0.ebuild
+++ b/dev-ruby/simplecov/simplecov-0.22.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/simplecov-ruby/simplecov;
 SRC_URI="https://github.com/simplecov-ruby/simplecov/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 SLOT="0.8"
 IUSE="doc"
 



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

2023-09-09 Thread Matt Turner
commit: fc2935993e0108124c8d230616a4e97e7590036a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 10 03:32:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 10 03:43:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc293599

dev-libs/libwacom: Version bump to 2.8.0

Closes: https://bugs.gentoo.org/90
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libwacom/Manifest  |  1 +
 dev-libs/libwacom/libwacom-2.8.0.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-libs/libwacom/Manifest b/dev-libs/libwacom/Manifest
index 01811e335f7b..64162a0122bc 100644
--- a/dev-libs/libwacom/Manifest
+++ b/dev-libs/libwacom/Manifest
@@ -1,2 +1,3 @@
 DIST libwacom-2.6.0.tar.xz 110288 BLAKE2B 
321bacccab84f287141257b4c7af12822fca976c335027d399765fdbbb2c59eabcc76f40d4fd83c7cf1cdc88e2c57ccd317b1922ea3dddb98cf2a0847e920ff1
 SHA512 
aacf234e77bd976de2e2a687294c5ab704dca5a70df01fa2485441029e4faa34bec2824c455642115ae79f5cbbac41d064569e4eb2788655c324b37149009d26
 DIST libwacom-2.7.0.tar.xz 111424 BLAKE2B 
2cb046a7390c017680a2a67197896b0613fa3b0ca65d388b5d760fba1438c3079786efa77a5b69d26dce7b8813436ca4240500ef00d77e11427fee81df912d64
 SHA512 
47dd8fc7b82fce88ae9d857bcbecec2e45f2a83e832a5e1f97d5b09f77a2dacd53a470e08e756217fe7c5ef4420fdd8d3e3c37071336f7a3dce522b9fa781583
+DIST libwacom-2.8.0.tar.xz 112244 BLAKE2B 
cc9bd7118f8e8d8d4ee3a22a6af20f00b95a3660cbc7c0822b7c067c1e78d89a9615db710cd8f3fbcf3a14ccdd434a2694dbb3ce0ef9bdd540b456c774927536
 SHA512 
b374ee8ded4f5cb7961699d2b9826ad69a3089f9a3073b4275596e1036f0e08813fba09c98653e852da73781c34c779e3faf20dab66eff667812a655e153f133

diff --git a/dev-libs/libwacom/libwacom-2.8.0.ebuild 
b/dev-libs/libwacom/libwacom-2.8.0.ebuild
new file mode 100644
index ..6a8268f83852
--- /dev/null
+++ b/dev-libs/libwacom/libwacom-2.8.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit meson python-any-r1 udev
+
+DESCRIPTION="Library for identifying Wacom tablets and their model-specific 
features"
+HOMEPAGE="https://github.com/linuxwacom/libwacom;
+SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/9" # libwacom SONAME
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/libgudev:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? (
+   $(python_gen_any_dep '
+   dev-python/python-libevdev[${PYTHON_USEDEP}]
+   dev-python/pyudev[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   use test || return 0
+   python_has_version \
+   "dev-python/python-libevdev[${PYTHON_USEDEP}]" \
+   "dev-python/pyudev[${PYTHON_USEDEP}]" \
+   "dev-python/pytest[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   default
+
+   # Don't call systemd daemon-reload in the test suite
+   sed -i -e '/daemon-reload/d' test/test_udev_rules.py || die
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature doc documentation)
+   $(meson_feature test tests)
+   -Dudev-dir=$(get_udevdir)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}



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

2023-09-09 Thread Matt Turner
commit: abe4d358927e2be584ec2d9a4de795cacf32c071
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 10 03:26:54 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 10 03:27:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe4d358

media-gfx/xdot: Version bump to 1.3

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/xdot/Manifest|  1 +
 media-gfx/xdot/xdot-1.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest
index c263270f8988..c0ad442da31e 100644
--- a/media-gfx/xdot/Manifest
+++ b/media-gfx/xdot/Manifest
@@ -1 +1,2 @@
 DIST xdot-1.2.tar.gz 136057 BLAKE2B 
484a3513ec3d67dbc6e167f171e7f70977ba2472766f25aa7cc088235f99470bfac5fac67368ea53b633320752a928634840ff3d6b96795d3b7c203db922
 SHA512 
b4d3b15114b982c7c38cc71c0602f6d1ba9874c7315c2b8c4a8a48bf7674e9b38bf19a0d4a2d319acc9a29cf8f177a651d4e213761e88b0b3cb26e95e8a92dda
+DIST xdot-1.3.tar.gz 144187 BLAKE2B 
38e89a8c47dd519a79221634ed3e451cc5ba9c0448545802561e92876c06af599b3327d2ab808d5f81842826baddc42d3921da9c6885a2b6485e39c79de80c9f
 SHA512 
8d66a64182970b968adbb5031d17f0b2b3709d4daa0f6d32ba0e3616177be1e43bcaa62a3133a3a0d92f8468dbc12147918d04b5d543b94b5df6d39b7af31e17

diff --git a/media-gfx/xdot/xdot-1.3.ebuild b/media-gfx/xdot/xdot-1.3.ebuild
new file mode 100644
index ..dc0e15d5f30b
--- /dev/null
+++ b/media-gfx/xdot/xdot-1.3.ebuild
@@ -0,0 +1,45 @@
+# 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} )
+
+MY_PN=xdot.py
+EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN};
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+   SRC_URI=""
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   MY_P="${MY_PN}-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+inherit ${GIT_ECLASS} distutils-r1 virtualx
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+
+DEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   test? ( x11-libs/gtk+:3[X] )
+"
+RDEPEND="${DEPEND}"
+
+run_test() {
+   cd tests && "${EPYTHON}" ../test.py *.dot graphs/*.gv
+   return "${?}"
+}
+
+python_test() {
+   virtx run_test
+}



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

2023-09-09 Thread Matt Turner
commit: 567a0d08d7a03820e6bbffadab84c00d4bf2c7e8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 10 03:26:43 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 10 03:27:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567a0d08

media-gfx/xdot: Migrate to PEP517 build

Closes: https://bugs.gentoo.org/909986
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/xdot/xdot-.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/media-gfx/xdot/xdot-.ebuild b/media-gfx/xdot/xdot-.ebuild
index 6b9cdbea7cf7..dc0e15d5f30b 100644
--- a/media-gfx/xdot/xdot-.ebuild
+++ b/media-gfx/xdot/xdot-.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 MY_PN=xdot.py
 EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN};
@@ -27,16 +26,14 @@ HOMEPAGE="https://github.com/jrfonseca/xdot.py;
 LICENSE="LGPL-2+"
 SLOT="0"
 
-RDEPEND="
+DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
media-gfx/graphviz
-"
-DEPEND="
-   ${RDEPEND}
test? ( x11-libs/gtk+:3[X] )
 "
+RDEPEND="${DEPEND}"
 
 run_test() {
cd tests && "${EPYTHON}" ../test.py *.dot graphs/*.gv



[gentoo-commits] repo/gentoo:master commit in: profiles/features/wd40/

2023-09-09 Thread Michał Górny
commit: e7934d65967d2b45d6bae78e8a5642e7db3854c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 03:14:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 03:14:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7934d65

profiles/features/wd40: Add dev-python/nh3 and revdeps

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

 profiles/features/wd40/package.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index ff953f33220c..1c0a9d95a178 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -43,6 +43,7 @@ dev-python/mkdocs-git-authors-plugin
 dev-python/mkdocs-i18n
 dev-python/mkdocs-material-extensions
 dev-python/mkdocs-git-revision-date-localized-plugin
+dev-python/nh3
 >=dev-python/notebook-7
 dev-python/oauthlib
 dev-python/openapi-core
@@ -68,6 +69,7 @@ dev-python/python-jose
 dev-python/python-neutronclient
 dev-python/python-openstackclient
 dev-python/python-sshpubkeys
+dev-python/readme-renderer
 dev-python/referencing
 dev-python/requests-kerberos
 dev-python/requests-oauthlib



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

2023-09-09 Thread Michał Górny
commit: c56a22c76d0557582fe03936b08161daff612628
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 02:58:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 03:13:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56a22c7

dev-python/nh3: New package, v0.2.14

Needed by dev-python/readme-renderer now.

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

 dev-python/nh3/Manifest  |  66 ++
 dev-python/nh3/metadata.xml  |  11 +
 dev-python/nh3/nh3-0.2.14.ebuild | 100 +++
 3 files changed, 177 insertions(+)

diff --git a/dev-python/nh3/Manifest b/dev-python/nh3/Manifest
new file mode 100644
index ..b8773a148f20
--- /dev/null
+++ b/dev-python/nh3/Manifest
@@ -0,0 +1,66 @@
+DIST ammonia-3.3.0.crate 46061 BLAKE2B 
082ee30f39ad788c9ae87888f003c2f6d08fbea7ae4983f1f5419c87c5303d860ecabf6f530bb76ff03da44c1f72f664053da79e6e3f4991e39b23104bcedd97
 SHA512 
8bed262b3790a5629918f188c246f0039f4e3b46908b367993e61c280a99c775b85982bb5cdce5c66781a40b8b7f8ab1ebbe2900d590ee3ba0788dd5d854b155
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST form_urlencoded-1.2.0.crate 8923 BLAKE2B 
2408d9bbca582be13febf041262f0e63a3d661dd8fd2a42e9203feb6ff02a94e3eade6b83179fab34448b9913c7924fdf53e0670ae97e550318229432978e33d
 SHA512 
899ddd113a79bdeac12e499f581c5499d1a4b698c75cfc2d6aada5880cd802fc8537ff9ce68eca28374318d66fd70100962105c1e8962868a5732bb86326c104
+DIST futf-0.1.5.crate 11344 BLAKE2B 
2cc5e5f5d4ace47e9273546e46c500432da47f246cee18f24607432305dec9481ec3d02b8a9bff4724efe05ea1d235294c52ee4eeb2f5f285ce56c2987b62d24
 SHA512 
4cee071c067c879742839d3d32192ca94ee2f9241468656357c3aed116cb7c656bf81722f32b67d60214b7db66858dca6443f0d52f0ff2114fc70971b2d3
+DIST getrandom-0.2.10.crate 34955 BLAKE2B 
8e7b8554ae360484ceca2a05f834c2664b08f41cbc6c955663e1f8f22fb5750481518bf1c7b49f49223a99a66914ef013347b9186acc97a20249f3222a13f9d4
 SHA512 
82af9e0417bff9272ed0478be4ac90426405ce210014b21899c6b95fde1b16893bf46295388ff5f13fa712a04c99c46b770fab83f41a1343af1590a86ca8da3b
+DIST html5ever-0.26.0.crate 72921 BLAKE2B 
bba23709f6404afcb86dc5af8fe8c0728c4c407de7cfc679c286ef13a790077329f7df2a065eae742e7b4c2303e01793e1b936daadd73f663cf2933845d975c9
 SHA512 
383a25421cddb0573e41ca93131d681cfbfaf551989337845a197e939a2580751ae90e96605bfc4e187dbd5189b6c014557cc69e3d7d2d2cdfb88eeca8896089
+DIST idna-0.4.0.crate 271429 BLAKE2B 
8b81bc4535d2e8a1100ddeaf6f43c043fd601ee3b37eb109a9dff01630a81603223407bd5c2f1a1b108d741c811781b205c10148a0122b8125c237a5d5ba8a58
 SHA512 
b4133c5f73bd9c4ccc05245a9edcc5c980714129ce4f6eb7851eea7e509617ff972fadefe6ac78db6b4106667d9d6070de52c4d42414c95921e3d9fe1b7a76cb
+DIST indoc-1.0.9.crate 13475 BLAKE2B 
a9696788574e56dd125c3371169fd59d6947d188f76e2669b21c0304692efd6709cd048920f7822e92c6a5620fb178e0e85c7776118cef8ccee0f58398e14abf
 SHA512 
db8aef4a7bb606452dc8ed45aa29a255c7a135357a0bd586fb4429c5f56a1aa2ca9400d6fac39956aeb486a15d25cf5d1b9524967867f2c651d9d563e3e85be8
+DIST libc-0.2.147.crate 686772 BLAKE2B 
ab2f0c65d071d46b8b88149add1c8429237ef6d9e0563d56ee1adbf23e6147dbb57fb68fbd02498f8ec75327693237a47e5e5259615ce8b0d5ed7a03bbf4fffb
 SHA512 
bfb3c230b59d623b98726f92b7c3f897b47ba3d22fe9834c15f5b4c1b662289aba35a0ae3acfc704ad74696db8c691ee007b9cc6fa03ae65a18eb6bedc81931e
+DIST lock_api-0.4.10.crate 26713 BLAKE2B 
113adf8554c65e9782e8fd0360d0398567dfbfddb1fea4928cc152fbab98dbe086e42b81170f6f5c333d61dd3261e8a1ebfbaed786e6bf6378e6afde6d7f9e5c
 SHA512 
ffe8cad8099bc382832181c1ff95e0935993491f247114604201be7d4ddf8402fd4db8fd6499c611f95fbce7d57dc3d3738eddfab31c52f50ab8709e549697db
+DIST log-0.4.19.crate 38073 BLAKE2B 
bbc8ce51ad4a01562ecd204a531ec7d82101a342ec26405dfadd1761372f7039297dc97f4899889ebdf4eccbd56345e015d4ec6d2788851e523db56eb541aab3
 SHA512 
8f11ca6f5a99b61a5f3baeb7a23b7a879b3a5bed666337936bd1d8794864d14a6c4f0747d03505831783f15d8c14ebcf507267915481dfb1b32188b8ab36a038
+DIST mac-0.1.1.crate 4838 BLAKE2B 
c87e9f9283f179acd28c189d02d9d3de0ec99f9cfbefa590daa2880c275894951c5b0b935b652ab6c8c0172ac59e87f52fd49b787b230e6730365dc076d17578
 

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

2023-09-09 Thread Michał Górny
commit: a3d6168adbe9bba555c36f2d1daf62c000a59000
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 03:12:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 03:13:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d6168a

dev-python/readme-renderer: Enable py3.12

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

 dev-python/readme-renderer/readme-renderer-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/readme-renderer/readme-renderer-42.0.ebuild 
b/dev-python/readme-renderer/readme-renderer-42.0.ebuild
index f453e5c7859c..6ef95857328d 100644
--- a/dev-python/readme-renderer/readme-renderer-42.0.ebuild
+++ b/dev-python/readme-renderer/readme-renderer-42.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-09-09 Thread Michał Górny
commit: 4b92a5e138494c66e7ee1518026bc042364adb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 03:01:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 03:13:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b92a5e1

dev-python/readme-renderer: Bump to 42.0

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

 dev-python/readme-renderer/Manifest|  1 +
 .../readme-renderer/readme-renderer-42.0.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/readme-renderer/Manifest 
b/dev-python/readme-renderer/Manifest
index 452b85694e7e..d98300a32f68 100644
--- a/dev-python/readme-renderer/Manifest
+++ b/dev-python/readme-renderer/Manifest
@@ -1,2 +1,3 @@
 DIST readme_renderer-40.0.tar.gz 32300 BLAKE2B 
feacff6f82bc59e1e21da99a702004f409b19868356a47c37e01ff1bb52e3b896eaeef2815ccc8d7f20009ce5faf8f3a75d56d1c5f4acbc38b90116d2bef45d1
 SHA512 
8b598f7882e5e4a3a6c3b010c2252fd4a4babd5e90426dcf35f0586391cc0c2f2f106e016cef24d8fc5f4ed2712e5f88fada4cda160f42158979b6ec14672d36
 DIST readme_renderer-41.0.tar.gz 32420 BLAKE2B 
130585144f2344a3991abca2e62a8f2b41db395a440d5e81082e3e8f3f40adb93cb1ad1d68e32f922937e6ae994a916d409de1ab2e780747f7de461c1ad52d6a
 SHA512 
1c40084d75b864d942ea698efdae44ae33046bcdd1515afc78274ae1c5c3a921e19fe709feef1c6e7c1b14a26a1e2fc0c02e16e8476611a036a3e74f50dbea44
+DIST readme_renderer-42.0.tar.gz 31532 BLAKE2B 
d20e6e27e3d551d25788f177671d54b9307ab78f6d685e77831e20bb36ebf4e5b1e0d5d0622ec8d2e868ee202aa1176fa09348137c88f90d2da462aa2c477de1
 SHA512 
76d78fb2d92faa581679691feeb3cec50ef518417c6c1f187527209ac995f549b4de4b38c7449d1e4dfa7b93d30bfd599db7d01e5e5228c00a24261b0421ce66

diff --git a/dev-python/readme-renderer/readme-renderer-42.0.ebuild 
b/dev-python/readme-renderer/readme-renderer-42.0.ebuild
new file mode 100644
index ..f453e5c7859c
--- /dev/null
+++ b/dev-python/readme-renderer/readme-renderer-42.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library for rendering 'readme' descriptions for Warehouse"
+HOMEPAGE="
+   https://github.com/pypa/readme_renderer/
+   https://pypi.org/project/readme-renderer/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/docutils-0.13.1[${PYTHON_USEDEP}]
+   >=dev-python/nh3-0.2.14[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/docutils-0.19[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( README.rst )
+
+distutils_enable_tests pytest



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

2023-09-09 Thread Mike Gilbert
commit: b1c9259d5f0e54624b558ab7e88e3a341ec7f6ff
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 10 02:58:50 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 10 03:03:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c9259d

net-misc/inetutils: new package, add 2.4

Closes: https://bugs.gentoo.org/913036
Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/inetutils/Manifest |  1 +
 net-misc/inetutils/inetutils-2.4.ebuild | 87 +
 net-misc/inetutils/metadata.xml | 35 +
 3 files changed, 123 insertions(+)

diff --git a/net-misc/inetutils/Manifest b/net-misc/inetutils/Manifest
new file mode 100644
index ..81c1302e7a72
--- /dev/null
+++ b/net-misc/inetutils/Manifest
@@ -0,0 +1 @@
+DIST inetutils-2.4.tar.xz 1558308 BLAKE2B 
1f7a33f313b736b305f62587c727ba843659621fbd89610dea81a0acf0e74aca8d3005cca2e3451fe30517880678023d4949bf1b1276bb660b80802e97c06bc8
 SHA512 
e7e6a5d7e2e02f07a2a6cfc09694e3c0a4e4a8ef8a435eed41902eba13caeed329ae6d6ba94b0de8f789e307f04656d12c48c1c0217b69d162bc5efb0ff6adee

diff --git a/net-misc/inetutils/inetutils-2.4.ebuild 
b/net-misc/inetutils/inetutils-2.4.ebuild
new file mode 100644
index ..9d0f0cfa8c4a
--- /dev/null
+++ b/net-misc/inetutils/inetutils-2.4.ebuild
@@ -0,0 +1,87 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit pam
+
+DESCRIPTION="Collection of common network programs"
+HOMEPAGE="https://www.gnu.org/software/inetutils/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SERVERS="ftpd inetd rexecd rlogind rshd syslogd talkd telnetd tftpd uucpd"
+CLIENTS="ftp dnsdomainname hostname ping ping6 rcp rexec rlogin rsh logger 
telnet tftp whois ifconfig traceroute"
+PROGRAMS="${SERVERS} ${CLIENTS}"
+IUSE="idn kerberos pam tcpd ${PROGRAMS}"
+REQUIRED_USE="|| ( ${PROGRAMS} )"
+
+DEPEND="
+   sys-libs/readline:0=
+   ftpd? ( virtual/libcrypt:0= )
+   idn? ( net-dns/libidn2:= )
+   kerberos? ( virtual/krb5 )
+   pam? ( sys-libs/pam )
+   tcpd? ( sys-apps/tcp-wrappers )
+   uucpd? ( virtual/libcrypt:0= )
+"
+RDEPEND="${DEPEND}
+   ftpd? ( net-ftp/ftpbase[pam?] )
+   ftp? ( !net-ftp/ftp )
+   dnsdomainname? ( !sys-apps/net-tools )
+   hostname? ( !sys-apps/coreutils[hostname(-)] 
!sys-apps/net-tools[hostname(+)] )
+   ping? ( !net-misc/iputils )
+   ping6? ( !net-misc/iputils[ipv6(+)] )
+   rcp? ( !net-misc/netkit-rsh )
+   rexec? ( !net-misc/netkit-rsh )
+   rlogin? ( !net-misc/netkit-rsh )
+   rsh? ( !net-misc/netkit-rsh )
+   logger? ( !sys-apps/util-linux[logger(+)] )
+   telnet? ( !net-misc/telnet-bsd !net-misc/netkit-telnetd )
+   tftp? ( !net-ftp/tftp-hpa )
+   whois? ( !net-misc/whois )
+   ifconfig? ( !sys-apps/net-tools )
+   traceroute? ( !net-analyzer/traceroute )
+"
+
+QA_CONFIG_IMPL_DECL_SKIP=( MIN static_assert alignof )
+
+src_configure() {
+   local myconf=(
+   --disable-clients
+   --disable-servers
+   $(use_with idn)
+   --without-krb4
+   $(use_with kerberos krb5)
+   --without-shishi
+   $(use_with pam)
+   $(use_with tcpd wrap)
+   )
+
+   local prog
+   for prog in ${PROGRAMS}; do
+   myconf+=( $(use_enable "${prog}") )
+   done
+
+   econf "${myconf[@]}"
+}
+
+iu_pamd() {
+   if use "$1"; then
+   pamd_mimic system-remote-login "$2" auth account password 
session
+   fi
+}
+
+src_install() {
+   default
+   iu_pamd rexecd rexec
+   iu_pamd rlogind rlogin
+   iu_pamd rshd rsh
+   if use kerberos; then
+   iu_pamd rlogind krlogin
+   iu_pamd rshd krsh
+   fi
+}

diff --git a/net-misc/inetutils/metadata.xml b/net-misc/inetutils/metadata.xml
new file mode 100644
index ..41d63ea6caed
--- /dev/null
+++ b/net-misc/inetutils/metadata.xml
@@ -0,0 +1,35 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+   
+   Enable ftpd
+   Enable inetd
+   Enable rexecd
+   Enable rlogind
+   Enable rshd
+   Enable syslogd
+   Enable talkd
+   Enable telnetd
+   Enable tftpd
+   Enable uucpd
+   Enable ftp
+   Enable domainname
+   Enable hostname
+   Enable ping
+   Enable ping6
+   Enable rcp
+   Enable rexec
+   Enable rlogin
+   Enable rsh
+   Enable logger
+   Enable telnet
+   Enable tftp
+   Enable whois
+   Enable ifconfig
+   Enable 

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

2023-09-09 Thread Robin H. Johnson
commit: 7d3951738c1d0350315873d8ea7edec93dff2b0d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 02:26:40 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 02:29:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d395173

dev-ruby/mkmf-lite: indirect dep for dev-ruby/facter

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/mkmf-lite/Manifest   |  1 +
 dev-ruby/mkmf-lite/metadata.xml   | 15 +++
 dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild | 23 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/mkmf-lite/Manifest b/dev-ruby/mkmf-lite/Manifest
new file mode 100644
index ..9a269e0cca31
--- /dev/null
+++ b/dev-ruby/mkmf-lite/Manifest
@@ -0,0 +1 @@
+DIST mkmf-lite-0.5.2.gem 20480 BLAKE2B 
5052f31a18bbd32c526c34ad3d5ddbd70721ea3cfd2e88039012329f6a61d23253977c40ccf3969e53f2e05805bb899bc6b8df0324b42f86ca207e59b72639c9
 SHA512 
d37ba56cdc8f069ebfddf581c0f229afc113f97c43485512cab32846d9c41324357471f56dfe0a36bc49483502fab6d2b8af0bfad783f92e76056f7738b4d3b8

diff --git a/dev-ruby/mkmf-lite/metadata.xml b/dev-ruby/mkmf-lite/metadata.xml
new file mode 100644
index ..21e14e5784be
--- /dev/null
+++ b/dev-ruby/mkmf-lite/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+   
+   r...@gentoo.org
+   Gentoo Ruby Project
+   
+   
+   djberg96/mkmf-lite
+   
+

diff --git a/dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild 
b/dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild
new file mode 100644
index ..51f4d6c3e038
--- /dev/null
+++ b/dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild
@@ -0,0 +1,23 @@
+# 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=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="light version of the the mkmf library designed for use as a 
library"
+HOMEPAGE="https://github.com/djberg96/mkmf-lite;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ptools-1.4 

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

2023-09-09 Thread Robin H. Johnson
commit: 22b10ed5605b211ffedd13272d6e93d07961e0df
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 02:27:23 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 02:29:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b10ed5

dev-ruby/sys-filesystem: dep for dev-ruby/facter

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/sys-filesystem/Manifest   |  1 +
 dev-ruby/sys-filesystem/metadata.xml   | 15 ++
 .../sys-filesystem/sys-filesystem-1.4.3.ebuild | 32 ++
 3 files changed, 48 insertions(+)

diff --git a/dev-ruby/sys-filesystem/Manifest b/dev-ruby/sys-filesystem/Manifest
new file mode 100644
index ..c97768a4476f
--- /dev/null
+++ b/dev-ruby/sys-filesystem/Manifest
@@ -0,0 +1 @@
+DIST sys-filesystem-1.4.3.gem 33280 BLAKE2B 
8274e362850cb45b17b18208e449cae525995f83bf34bb7ca7d00af5c2c65c5e822140079998d89e78c62db9b1b756510556b9f3f7ae29f6e55cd39991e89be6
 SHA512 
0a98eccacbae3baad3fb3e13c5dee1abb4a07c9e47a2b583fdd999daff4e39f2077a5a08a1a9432cbffe84d706dd5ed3963746172471bcaf95cb1fba404da813

diff --git a/dev-ruby/sys-filesystem/metadata.xml 
b/dev-ruby/sys-filesystem/metadata.xml
new file mode 100644
index ..6434d5f2c105
--- /dev/null
+++ b/dev-ruby/sys-filesystem/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+   
+   r...@gentoo.org
+   Gentoo Ruby Project
+   
+   
+   djberg96/sys-filesystem
+   
+

diff --git a/dev-ruby/sys-filesystem/sys-filesystem-1.4.3.ebuild 
b/dev-ruby/sys-filesystem/sys-filesystem-1.4.3.ebuild
new file mode 100644
index ..ba0b8f230bc1
--- /dev/null
+++ b/dev-ruby/sys-filesystem/sys-filesystem-1.4.3.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="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Cross-platform interface for filesystem information"
+HOMEPAGE="https://github.com/djberg96/sys-filesystem;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
+
+#ruby_add_bdepend "test? ( dev-ruby/mkmf-lite )"
+
+all_ruby_prepare() {
+   :
+   #sed -e 's/__dir__/"."/' \
+   #   -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
+   #   -i "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2023-09-09 Thread Robin H. Johnson
commit: 0417efb2633e4169ccf0ef2a705b596d09b000be
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 02:29:28 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 02:29:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0417efb2

dev-ruby/facter: missing dep dev-ruby/sys-filesystem

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/facter/facter-4.4.2.ebuild | 2 +-
 dev-ruby/facter/facter-4.4.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/facter/facter-4.4.2.ebuild 
b/dev-ruby/facter/facter-4.4.2.ebuild
index 306c755078bc..3d1bde0bb78f 100644
--- a/dev-ruby/facter/facter-4.4.2.ebuild
+++ b/dev-ruby/facter/facter-4.4.2.ebuild
@@ -27,7 +27,7 @@ fi
 
 #RESTRICT="!test? ( test )"
 
-ruby_add_rdepend "dev-ruby/hocon 

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

2023-09-09 Thread Robin H. Johnson
commit: e9b2616b381955825b93ed678cd1361c39007d42
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Sep 10 02:26:02 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Sep 10 02:29:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b2616b

dev-ruby/ptools: indirect dep for dev-ruby/facter

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-ruby/ptools/Manifest|  1 +
 dev-ruby/ptools/metadata.xml| 15 +++
 dev-ruby/ptools/ptools-1.5.0.ebuild | 23 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/ptools/Manifest b/dev-ruby/ptools/Manifest
new file mode 100644
index ..37a92028caee
--- /dev/null
+++ b/dev-ruby/ptools/Manifest
@@ -0,0 +1 @@
+DIST ptools-1.5.0.gem 53760 BLAKE2B 
49de9513c33dc2840138a88cfc3ab85639426f731138a62c746612715509b6426032e72d59f7789deb3a932de88e81fd0762f744a7abc5be09e782b68eb22647
 SHA512 
e79b069dc50796ba979c34028d11e65804b398c60328edb349ef6dec6c133166aecc1255fe583bdb06f7b2a7d835de77dd7ec38180d3b23e3f7d321d7e0724e9

diff --git a/dev-ruby/ptools/metadata.xml b/dev-ruby/ptools/metadata.xml
new file mode 100644
index ..d79192dd637e
--- /dev/null
+++ b/dev-ruby/ptools/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+   
+   r...@gentoo.org
+   Gentoo Ruby Project
+   
+   
+   djberg96/ptools
+   
+

diff --git a/dev-ruby/ptools/ptools-1.5.0.ebuild 
b/dev-ruby/ptools/ptools-1.5.0.ebuild
new file mode 100644
index ..b9c0e5c85b5b
--- /dev/null
+++ b/dev-ruby/ptools/ptools-1.5.0.ebuild
@@ -0,0 +1,23 @@
+# 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=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Several handy methods to Ruby's core File class"
+HOMEPAGE="https://github.com/djberg96/ptools;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+#ruby_add_bdepend "test? ( dev-ruby/mkmf-lite )"



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

2023-09-09 Thread Michał Górny
commit: a910e4d9cb174715cf6eec1a5e485de044adf0b5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 02:16:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 02:24:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a910e4d9

dev-python/pip-run: Bump to 12.2.2

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

 dev-python/pip-run/Manifest  |  1 +
 dev-python/pip-run/pip-run-12.2.2.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/pip-run/Manifest b/dev-python/pip-run/Manifest
index 2053e43e8279..666c35356597 100644
--- a/dev-python/pip-run/Manifest
+++ b/dev-python/pip-run/Manifest
@@ -1,3 +1,4 @@
 DIST pip-run-10.2.0.tar.gz 33523 BLAKE2B 
7d19c089da98dbba2faec969f490fcd5ea48881f4ccbbfaa283465ef083521aee7d82b9de8b03a89ec8b08005db1232cd9577030cb98c111b4a0e0f7294cca84
 SHA512 
b26a00c6ebd8e9e505e6b218fea7070b23b5926de44e1d5a762abb2a4ebd62b1bdda7e19c4092012daf068b518a2e127ab08099f6d1a7ddc643b3ba5bf999ed0
 DIST pip-run-12.1.0.tar.gz 34387 BLAKE2B 
306dce020589a0cdcaddc70baf75a41621c72a450af58a2f54c5128f8210b02f4ee2b4df5b8bca1e0617ef53e79ab89969765b053801dc4f9d60bddf7c40e76e
 SHA512 
fa1c36b6b5befada7b54841723f9cd7ef6289bb723b46cbe000ccfc7a6e894181fbf58f472330830e5812aab8feb40dab8708cd82532696e510bd56ab0b70a20
 DIST pip-run-12.2.0.tar.gz 36557 BLAKE2B 
a711b984895937546b066accf6e51213ddce2c5a7fff77fd018d3588054968fd3b1560f343f98474944302fe12629272ba1fe374c97b5ab8b6ca4694d4b05081
 SHA512 
a49a94f163a1344d289d53402b41ba31dceab360040e936a3129a7ac7f8c85eb71d4da5a37e517c8a626e6beac2a3265e617b8e63050f0e952bc94969b3dc6ee
+DIST pip-run-12.2.2.tar.gz 37657 BLAKE2B 
ec4c4452e5721b084e6ad175e044a2e414d5885e60b1e85492dd4df458d1fddf044fa02b50a79678564296d2ea8ccc09c021d922d840342bb215f3c737405425
 SHA512 
0416a58f91a76982ca5473a4253d592ddfb3a40234a1641bc2f7cc53b3809cb015a47ea64597b4186824cc2cd0029647f2af2b152025757626a9b80ca3b62737

diff --git a/dev-python/pip-run/pip-run-12.2.2.ebuild 
b/dev-python/pip-run/pip-run-12.2.2.ebuild
new file mode 100644
index ..5cc2fbb52d69
--- /dev/null
+++ b/dev-python/pip-run/pip-run-12.2.2.ebuild
@@ -0,0 +1,58 @@
+# 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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Install packages and run Python with them"
+HOMEPAGE="
+   https://github.com/jaraco/pip-run/
+   https://pypi.org/project/pip-run/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/autocommand[${PYTHON_USEDEP}]
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-env[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-functools-3.7[${PYTHON_USEDEP}]
+   dev-python/jaraco-text[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-8.3[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/path[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/platformdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flit-core[${PYTHON_USEDEP}]
+   dev-python/jaraco-path[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-test-5.3[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   ' python3_{10..11})
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=()
+
+   if ! has_version "dev-python/nbformat[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   tests/test_scripts.py
+   )
+   fi
+
+   epytest -m "not network"
+}



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

2023-09-09 Thread Michał Górny
commit: e2e5a3b866373dfe87a2d19f882b451b332879fc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 02:16:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 02:24:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e5a3b8

dev-python/zeroconf: Bump to 0.103.0

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

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.103.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index b943cf489e9f..0c55acb9a1f5 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,5 @@
 DIST zeroconf-0.102.0.tar.gz 152692 BLAKE2B 
c1a823b185cebe193d00c768ff4023a4ee11be662ae26c61b135acf7cf0c2d743e23f4b2a49f8914c483a66131e4200f115cb7f1d4b96e5c70f899dfa0fc2efb
 SHA512 
877bf194c8aa4832e1ef36d9a1ce08611b5ae8a01dee697ab63d057eb56c9962fb423b6de82406016e67f81d37cb7b661371d84b78e6e91e93c22dc0944da59b
+DIST zeroconf-0.103.0.tar.gz 152821 BLAKE2B 
29c3813480f7cbf62d02067f672bcb4f27d1f5fa3c3abc5f9e7cceb7440d3d3cd0992d0c5b8a71194bd1dad1257c108cec3ab7d0fbd296e15970e25c905ef1f4
 SHA512 
3c58287ad53b61a533b279a0ecbf6d7b948dffc63a8eab2d2ea2908a8d895ae88de2ac73744991352f55e52bed745d0e6c0a6424066572ba33542c43d0765d4f
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.103.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.103.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.103.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
+HOMEPAGE="
+   https://github.com/python-zeroconf/python-zeroconf/
+   https://pypi.org/project/zeroconf/
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+python_test() {
+   local -x SKIP_IPV6=1
+   local EPYTEST_DESELECT=(
+   # network
+   tests/test_core.py::Framework::test_close_multiple_times
+   tests/test_core.py::Framework::test_launch_and_close
+   
tests/test_core.py::Framework::test_launch_and_close_context_manager
+
+   # fragile to timeouts (?)
+   
tests/services/test_browser.py::test_service_browser_expire_callbacks
+   tests/utils/test_asyncio.py::test_run_coro_with_timeout
+   )
+
+   epytest -o addopts=
+}



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

2023-09-09 Thread Michał Górny
commit: 33c32f6f34abf2be2d7c15e4d5d71077a86b6fcf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 02:18:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 02:24:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c32f6f

dev-python/python-lsp-jsonrpc: Bump to 1.1.1

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

 dev-python/python-lsp-jsonrpc/Manifest |  1 +
 .../python-lsp-jsonrpc-1.1.1.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/python-lsp-jsonrpc/Manifest 
b/dev-python/python-lsp-jsonrpc/Manifest
index 478d74989c6f..9a28c89cd283 100644
--- a/dev-python/python-lsp-jsonrpc/Manifest
+++ b/dev-python/python-lsp-jsonrpc/Manifest
@@ -1,2 +1,3 @@
 DIST python-lsp-jsonrpc-1.0.0.tar.gz 10011 BLAKE2B 
671490d439f10eebf2d05f221adad25be6f881f4a0f4fa975d4574937a951d4d0bc51264a9ec67d3ef5d112b6e025b551685d3e3c2b959c4a6bcef92d46c5ff3
 SHA512 
447835fc6c3810f486d80f85295089c021b792843bdf88d461c021b8b04407d8f7e6a99c07351a23658a5dff46eb475bc64e51bdec029787cd0b54d4dfec
 DIST python-lsp-jsonrpc-1.1.0.tar.gz 14950 BLAKE2B 
061a7c2028d909dcef5a1b1235263fb6909ec6b78c71c210e26403a1c6af351138428e4d3c8360d77d7f0420d27ae9c0f1c0d8aa6bdb645aedd1ca1e85d236d7
 SHA512 
f62ee2177939a154251bd67f28dd9ce6fdebd39aa1d5e8993676becf7ace074a0397ff1f86c1e91b38bf5f7d06c1d9df5ab7aed00d952534c40999086c4878fe
+DIST python-lsp-jsonrpc-1.1.1.tar.gz 15151 BLAKE2B 
c9e5a516318e85dbd2f9da61b17507a256b7e09a657b2bf4246bfa9020de753fcb8d89082b92cf741fc7bef1b5f9d2559016cd1001d69e5b582d46eedde77e5a
 SHA512 
2722aa038f6d2aebab4980ece7f67685d7285fa81e67ddf541478dd338dabb1279106233ec9124c40a15d4f1801c57cc3fbb9bebd5d5651355f36aae77b104d6

diff --git a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.1.ebuild 
b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.1.ebuild
new file mode 100644
index ..68be8217ecf5
--- /dev/null
+++ b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="JSON RPC 2.0 server library"
+HOMEPAGE="
+   https://github.com/python-lsp/python-lsp-jsonrpc/
+   https://pypi.org/project/python-lsp-jsonrpc/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/ujson-3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pycodestyle[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x TZ=UTC
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: metadata/stabilization-groups/

2023-09-09 Thread Michał Górny
commit: a586756bd3df4a5548184f7f12340801d762159e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 02:23:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 02:24:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a586756b

metadata/stabilization-groups: Add a llvm group

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

 metadata/stabilization-groups/llvm.group | 21 +
 1 file changed, 21 insertions(+)

diff --git a/metadata/stabilization-groups/llvm.group 
b/metadata/stabilization-groups/llvm.group
new file mode 100644
index ..97ff9d18b254
--- /dev/null
+++ b/metadata/stabilization-groups/llvm.group
@@ -0,0 +1,21 @@
+dev-libs/libclc
+dev-ml/llvm-ocaml
+dev-python/clang-python
+dev-python/lit
+dev-util/lldb
+sys-devel/clang
+sys-devel/clang-common
+sys-devel/clang-runtime
+sys-devel/clang-toolchain-symlinks
+sys-devel/lld
+sys-devel/lld-toolchain-symlinks
+sys-devel/llvm
+sys-devel/llvm-common
+sys-devel/llvm-toolchain-symlinks
+sys-devel/llvmgold
+sys-libs/compiler-rt
+sys-libs/compiler-rt-sanitizers
+sys-libs/libcxx
+sys-libs/libcxxabi
+sys-libs/libomp
+sys-libs/llvm-libunwind



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

2023-09-09 Thread Michał Górny
commit: 627cb838adc1a4a4108ceacfde6a8611997976eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 02:17:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 02:24:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627cb838

dev-python/pyaml: Bump to 23.9.5

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

 dev-python/pyaml/Manifest|  1 +
 dev-python/pyaml/pyaml-23.9.5.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest
index cc47721c57aa..a26f305faf79 100644
--- a/dev-python/pyaml/Manifest
+++ b/dev-python/pyaml/Manifest
@@ -2,3 +2,4 @@ DIST pyaml-23.7.0.tar.gz 20805 BLAKE2B 
797b2b5d2121f3b0f67445d4b3a55b13d0716d5ed
 DIST pyaml-23.9.1.tar.gz 21479 BLAKE2B 
dd684dd290cb3666ff823782d5252fea663ebd8801112765a1c4d18e1020072235a61f9d04df77da07bfb53074b1f3ed6a3a69776282c601768d14e79bb2ce41
 SHA512 
697ec54818d1c9117af768b2dd9e9269d78cf64416ea35673bee6b874f7b712be95467cdab73552c7105c38be73edb0a9a91fa924b191def7e39ed86b0eb8fd9
 DIST pyaml-23.9.2.tar.gz 21955 BLAKE2B 
f397a88c89be6b7caa3752209ad3d0755882e3c638e94af53e57907bdcfb8ef31b34890f8942f7b482d1b7d8945644e8f86137e4c0d78fafce32a35833ce0095
 SHA512 
70f5bb9b883649d1051a39ba5e9aef262534571a92719612acd7f7ce98dd02317a31a78f75e3fd0db38f4448880dde13a03d5f667b02d381dfce31afef32c2a4
 DIST pyaml-23.9.3.tar.gz 24312 BLAKE2B 
8b44aa6d515618d96a6272a03eb4df78bdea1e5cb71e4d13db1016cabf7c867f6c781da948297bc9f5718b3a06a7b5175eec54d416b8d352f5e23558048f961c
 SHA512 
99171a227e3de2f8bb72148d1e1d526747575006bd812e162e2e8d176a7856c4033dfcef6da86f65a4a80a5f5298470b8de40af412cd01acb89ed8694ce97520
+DIST pyaml-23.9.5.tar.gz 25495 BLAKE2B 
1a47d750b680613ff63979976b1c24e3a6f63501a86f7bed36537fb2d29d96c7aaba9e37e2f2d161257f2fee1eb668828ddc611015e2ef48a11649f8da425a41
 SHA512 
a06969954b2446c25e16503ae7d67e3c059894d7de056a0743009161f9fa4e70d2edb6ba8d942fe46d54bb9d5fd6c7a8638ef41ad45cb2dfef298d7d1639fb6a

diff --git a/dev-python/pyaml/pyaml-23.9.5.ebuild 
b/dev-python/pyaml/pyaml-23.9.5.ebuild
new file mode 100644
index ..a49398baeb97
--- /dev/null
+++ b/dev-python/pyaml/pyaml-23.9.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="PyYAML-based module to produce pretty and readable 
YAML-serialized data"
+HOMEPAGE="
+   https://github.com/mk-fg/pretty-yaml/
+   https://pypi.org/project/pyaml/
+"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2023-09-09 Thread Matt Turner
commit: b1494d793cb69fd73f444301ac848093d8de1377
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 10 02:07:01 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 10 02:10:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1494d79

dev-util/ccls: Version bump to 0.20230717

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/ccls/Manifest | 1 +
 dev-util/ccls/{ccls-.ebuild => ccls-0.20230717.ebuild} | 4 ++--
 dev-util/ccls/ccls-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/ccls/Manifest b/dev-util/ccls/Manifest
index ea82616a5736..5d4af000586c 100644
--- a/dev-util/ccls/Manifest
+++ b/dev-util/ccls/Manifest
@@ -1 +1,2 @@
 DIST ccls-0.20220729.tar.gz 160861 BLAKE2B 
db096f0f1e1d56967086e2711af63f4882e77128236b3d1af3cc107a3b320aa29bcacd4b21769904727261b5608bb2c8409dbb0f3b0d9b0907a94f3bb7c966c8
 SHA512 
63cb4eace1700118f9c8c4d2f4be40aac948f9c658485c8e3f49dcc863ce7bdd8b6de810b95ec8f46c943b65c8aa5fa643b110a6b981a2e43f57569d897d36c1
+DIST ccls-0.20230717.tar.gz 161869 BLAKE2B 
fea3d484027d6b1493627e1bd3ea8f031b3486db7d41c34b94715a0abee342f0d87f85226ac567736013a71135325b3c9d13f6fe29b73db1b8dbc87586c16e1b
 SHA512 
f0fe31877151b76cabc17aa2ef8d3d87038805fbe43ca807e2e0824e90d952b1f5767f151788480aedf58e2ff569b72978fceeaca6b741b00c643d73f6afb445

diff --git a/dev-util/ccls/ccls-.ebuild 
b/dev-util/ccls/ccls-0.20230717.ebuild
similarity index 95%
copy from dev-util/ccls/ccls-.ebuild
copy to dev-util/ccls/ccls-0.20230717.ebuild
index 6073146e6b16..c6b39f910fd1 100644
--- a/dev-util/ccls/ccls-.ebuild
+++ b/dev-util/ccls/ccls-0.20230717.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EGIT_REPO_URI="https://github.com/MaskRay/${PN};
 
@@ -21,7 +21,7 @@ if [[ ${PV} == * ]] ; then
SRC_URI=""
 else
SRC_URI="https://github.com/MaskRay/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="Apache-2.0"

diff --git a/dev-util/ccls/ccls-.ebuild b/dev-util/ccls/ccls-.ebuild
index 6073146e6b16..c6b39f910fd1 100644
--- a/dev-util/ccls/ccls-.ebuild
+++ b/dev-util/ccls/ccls-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EGIT_REPO_URI="https://github.com/MaskRay/${PN};
 
@@ -21,7 +21,7 @@ if [[ ${PV} == * ]] ; then
SRC_URI=""
 else
SRC_URI="https://github.com/MaskRay/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/

2023-09-09 Thread Michael Orlitzky
commit: a5b8d1990463a4d148b7257213c41b7753394605
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Sep  9 23:34:32 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Sep  9 23:34:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b8d199

net-analyzer/nagios-plugins: add 2.4.6

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

 net-analyzer/nagios-plugins/Manifest   |   1 +
 .../nagios-plugins/nagios-plugins-2.4.6.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/net-analyzer/nagios-plugins/Manifest 
b/net-analyzer/nagios-plugins/Manifest
index 349c22b0a912..0bcd88f5261f 100644
--- a/net-analyzer/nagios-plugins/Manifest
+++ b/net-analyzer/nagios-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST nagios-plugins-2.4.0.tar.gz 2738643 BLAKE2B 
695c3804aec592dad0ae1f2f19222a5ae066944de4169beba08dd1e7beee51c5082679dfc1cf5adc052758e3142f33187ebde9636af19ae313f1448867764878
 SHA512 
f6f4cd604d28161f36c1429dbfa8f07e9fa468d8d8c21925d53d7049f0765504cb785e1f1189a0c93aa1f0cd1fe3985409c420b7724aa39790836af5c3f725ff
 DIST nagios-plugins-2.4.2.tar.gz 2740092 BLAKE2B 
73101f0d439a10bbc0e5d576fe1cf60f115eead00e4611e2f820ebde86390daf1904a45603389a6ad0a9fdb0f14fb49b429ad571159f605df5490f9798fc18d1
 SHA512 
43448483301c8f5fb9be9b496514a9e15199c320b2a320bb93c4fc6f6fcd35f2a469f980916b37b2b7e565edcb14eea1692f290b0a7bca9364e298eb42af63ce
+DIST nagios-plugins-2.4.6.tar.gz 2751770 BLAKE2B 
a85da8eaa8d926e2ccae3451d9faa680b75ebd736ba1306c69e7d3b2b8749787743dd6e26013d3a72fba12ef49fdf635c60052791fab558eb49c379bdbb6bac7
 SHA512 
f2a12a5b6a70849d7233debd1ca95667df981d3627287e3b8813d8fd709c4f4a26cf2128851837f33e0df3132132a4f891edef90e220bc16b1a6351d514faa43

diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild 
b/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild
new file mode 100644
index ..2eb6ce8a7ee6
--- /dev/null
+++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Official plugins for Nagios"
+HOMEPAGE="https://nagios-plugins.org/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres radius samba 
selinux snmp ssh +ssl"
+
+# Most of the plugins use automagic dependencies, i.e. the plugin will
+# get built if the binary it uses is installed. For example, check_snmp
+# will be built only if snmpget from net-analyzer/net-snmp[-minimal] is
+# installed. End result: most of our runtime dependencies are required
+# at build time as well.
+AUTOMAGIC_DEPEND="
+   nagios-dns? ( net-dns/bind-tools )
+   nagios-game? ( games-util/qstat )
+   nagios-ping? ( net-analyzer/fping )
+   samba? ( net-fs/samba )
+   ssh? ( virtual/openssh )
+   snmp? ( dev-perl/Net-SNMP
+   net-analyzer/net-snmp[-minimal] )"
+
+# Perl really needs to run during the build...
+BDEPEND="${AUTOMAGIC_DEPEND}
+   dev-lang/perl"
+
+DEPEND="
+   ldap? ( net-nds/openldap:= )
+   mysql? ( dev-db/mysql-connector-c:= )
+   postgres? ( dev-db/postgresql:* )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   radius? ( net-dialup/freeradius-client )"
+
+# Basically everything in net-analyzer/monitoring-plugins collides with
+# nagios-plugins. Perl (from BDEPEND) is needed at runtime, too.
+RDEPEND="${BDEPEND}
+   ${DEPEND}
+   !net-analyzer/monitoring-plugins
+   selinux? ( sec-policy/selinux-nagios )"
+
+# At least one test is interactive.
+RESTRICT="test"
+
+DOCS=(
+   ACKNOWLEDGEMENTS
+   AUTHORS
+   CODING
+   ChangeLog
+   FAQ
+   NEWS
+   README
+   REQUIREMENTS
+   SUPPORT
+   THANKS
+)
+
+src_prepare() {
+   default
+
+   # Fix the path to our perl interpreter
+   sed -i -e "1s:/usr/local/bin/perl:/usr/bin/perl:" \
+   "${S}"/plugins-scripts/*.pl \
+   || die 'failed to fix perl interpreter path'
+}
+
+src_configure() {
+   # Use an array to prevent econf from mangling the ping args.
+   local myconf=()
+
+   if use ssl; then
+   myconf+=( $(use_with ssl openssl /usr) )
+   else
+   myconf+=( --without-openssl )
+   myconf+=( --without-gnutls )
+   fi
+
+   # The autodetection for these two commands can hang if localhost is
+   # down or ICMP traffic is filtered (bug #468296). But also the path
+   # likes to move around on us (bug #883765).
+   myconf+=( --with-ping-command="$(command -v ping) -n -U -w %d -c %d %s" 
)
+
+   if use ipv6; then
+   myconf+=( --with-ping6-command="$(command -v ping6) -n -U -w %d 
-c %d %s" )
+   fi
+
+   econf 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/

2023-09-09 Thread Michael Orlitzky
commit: 49960b1873c0fdbfcfa57a81b046b05ba2d44eb2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Sep  9 23:37:12 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Sep  9 23:37:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49960b18

net-analyzer/nagios-core: add 4.4.14, drop 4.4.13

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

 net-analyzer/nagios-core/Manifest   | 2 +-
 .../{nagios-core-4.4.13.ebuild => nagios-core-4.4.14.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index 88d50abd8235..cf2bd00ffeb1 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,3 +1,3 @@
 DIST nagios-4.4.10.tar.gz 11339491 BLAKE2B 
300ffe4abb41c1dc67b6a4976158eae503f9f55593ad492a70a6915e112ad3949d0e0cd0ec2f06a29540544fbcf79495652dd912f1a8e688056c21bbb58ed6d4
 SHA512 
fc8d8203d53c4ec87a831cec0564c9bdb553a43675b974616ce6444340b2170b82091259d495b458ab57b0cce0ab23ab30df09b05d71107ff264462c0ebb37fc
-DIST nagios-4.4.13.tar.gz 11341150 BLAKE2B 
04e2b261536755806f54a4308ba7f615fe055182f91171ddbae47a23d8a0362c33ce2cb4ce50bb75d4a6f170a9ce5892f30181b7c77a6968707f8965ac5f3a28
 SHA512 
43808bf2f9460d2d0fcac6aea8492cf7abc18a527c671e3a8e776ee3563bb91be1f5f384cfc3943157a355596ce4e1516e3ebc54d51c30479054180b01dfe3e8
+DIST nagios-4.4.14.tar.gz 11341108 BLAKE2B 
254b17fdd90670701d42f4bc90c741592bc21f0813903e5cdcaa671c9b4b7eb32964ae56acf56567198bb8b6d96ce7539bf343b870a4732a46d31557d161a1c1
 SHA512 
dd7ddaf114ac6451b5f157f36bdba27068e94dcfe583cc217f220162b013341984622828574feda8c3c0990388a03ab886791a3188e56bf2eb6b3f8c777c3641
 DIST nagios-core-gentoo-icons-20141125.tar 40960 BLAKE2B 
31c1953e1160c7c7b89606b72b1a80407e4c1b7a7938b40bd1c577cd0c309dd88ca6b775d692a9b846dbf67736537fa9c91e56aa15fdd447769608ca525bff09
 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.13.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.14.ebuild
similarity index 100%
rename from net-analyzer/nagios-core/nagios-core-4.4.13.ebuild
rename to net-analyzer/nagios-core/nagios-core-4.4.14.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/

2023-09-09 Thread Michael Orlitzky
commit: ed09a9c88039ebadeb8c6794e41078a3f9ee
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Sep  9 23:37:32 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Sep  9 23:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed09

net-analyzer/nagios: add 4.4.14, drop 4.4.13

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

 net-analyzer/nagios/{nagios-4.4.13.ebuild => nagios-4.4.14.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.13.ebuild 
b/net-analyzer/nagios/nagios-4.4.14.ebuild
similarity index 100%
rename from net-analyzer/nagios/nagios-4.4.13.ebuild
rename to net-analyzer/nagios/nagios-4.4.14.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2023-09-09 Thread Ionen Wolkens
commit: b07884ce9cc6d89cb4dbd05e3be5060f121b3e66
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Sep  9 20:58:05 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Sep  9 21:03:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07884ce

x11-drivers/nvidia-drivers: update openssl dependency

openssl-1.1 is masked, so extra work to allow both is no longer
necessary and we can depend on the correct subslot that the
prebuilt is built for

No real need for a revbump, := will handle this.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild | 10 ++
 x11-drivers/nvidia-drivers/nvidia-drivers-535.43.09.ebuild  | 10 ++
 2 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild
index 5b7e42606c89..d58319e453af 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild
@@ -27,13 +27,10 @@ KEYWORDS="-* amd64 ~arm64"
 IUSE="+X abi_x86_32 abi_x86_64 kernel-open persistenced +static-libs +tools 
wayland"
 REQUIRED_USE="kernel-open? ( modules )"
 
-# wrt openssl, can only use exactly :0/1.1 *or* :0/3 (prebuilt) but depend on
-# a simple >=1.1 given a || ( ) block confuses portage with subslot "rebuilds"
-# TODO: change to a hard dependency on exactly :0/3 when :0/1.1 loses relevance
 COMMON_DEPEND="
acct-group/video
sys-libs/glibc
-   >=dev-libs/openssl-1.1:=
+   dev-libs/openssl:0/3
X? ( x11-libs/libpciaccess )
persistenced? (
acct-user/nvpd
@@ -250,11 +247,8 @@ src_install() {
libnvidia-{gtk,wayland-client} nvidia-{settings,xconfig} # from 
source
libnvidia-egl-gbm 15_nvidia_gbm # gui-libs/egl-gbm
libnvidia-egl-wayland 10_nvidia_wayland # gui-libs/egl-wayland
+   libnvidia-pkcs11.so # using the openssl3 version instead
)
-   # TODO: hard-depend on openssl:0/3, drop this, and add pkcs11.so above
-   has_version 'dev-libs/openssl:0/3' &&
-   skip_files+=( libnvidia-pkcs11.so ) ||
-   skip_files+=( libnvidia-pkcs11-openssl3.so )
local skip_modules=(
$(usev !X "nvfbc vdpau xdriver")
$(usev !modules gsp)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.09.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.09.ebuild
index 65339f5d791d..cca0de3cf882 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.09.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.09.ebuild
@@ -28,13 +28,10 @@ KEYWORDS="-* ~amd64"
 IUSE="+X abi_x86_32 abi_x86_64 kernel-open persistenced +static-libs +tools 
wayland"
 REQUIRED_USE="kernel-open? ( modules )"
 
-# wrt openssl, can only use exactly :0/1.1 *or* :0/3 (prebuilt) but depend on
-# a simple >=1.1 given a || ( ) block confuses portage with subslot "rebuilds"
-# TODO: change to a hard dependency on exactly :0/3 when :0/1.1 loses relevance
 COMMON_DEPEND="
acct-group/video
sys-libs/glibc
-   >=dev-libs/openssl-1.1:=
+   dev-libs/openssl:0/3
X? ( x11-libs/libpciaccess )
persistenced? (
acct-user/nvpd
@@ -251,11 +248,8 @@ src_install() {
libnvidia-{gtk,wayland-client} nvidia-{settings,xconfig} # from 
source
libnvidia-egl-gbm 15_nvidia_gbm # gui-libs/egl-gbm
libnvidia-egl-wayland 10_nvidia_wayland # gui-libs/egl-wayland
+   libnvidia-pkcs11.so # using the openssl3 version instead
)
-   # TODO: hard-depend on openssl:0/3, drop this, and add pkcs11.so above
-   has_version 'dev-libs/openssl:0/3' &&
-   skip_files+=( libnvidia-pkcs11.so ) ||
-   skip_files+=( libnvidia-pkcs11-openssl3.so )
local skip_modules=(
$(usev !X "nvfbc vdpau xdriver")
$(usev !modules gsp)



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2023-09-09 Thread Ionen Wolkens
commit: d33ba3865fc8a40aba099c005e7f44c8e5d4b9fb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Sep  9 20:54:40 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Sep  9 21:03:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33ba386

x11-drivers/nvidia-drivers: drop 535.98

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

 x11-drivers/nvidia-drivers/Manifest|   8 -
 .../nvidia-drivers/nvidia-drivers-535.98.ebuild| 509 -
 2 files changed, 517 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index e829df827c18..a66d8d646504 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -1,39 +1,31 @@
 DIST NVIDIA-Linux-aarch64-525.125.06.run 263039228 BLAKE2B 
e25f9dd3807fcd3bc4d3d55b6b7f39969ee4140e2f6a60509b34494b5e29daa1c333edeeb966bfdf4397057c6b707830523c956e28e252ab6db1fc402ac8edbb
 SHA512 
190a458810fa02c89eaeb4587b97463b2be86a9a5ba44ab4113a224d224cec69d8d706b4a3421bdc3a067e0c47a67e104c156bb5ddec6ecd109b655a3d4ef7d7
 DIST NVIDIA-Linux-aarch64-535.104.05.run 268930052 BLAKE2B 
2ad8d0c8e490be857f4f9389c6e84ca241b5950e1ae91960128c0dee3043c7796a12e8b5e3d8e3d6b0c35421822f363b31d98ec84495276c3e7722fec12ba169
 SHA512 
1282d5f494af5ca0f9df55213f74c810dd78b154814ab29fbc9719fa3addf2523b82d41f034fbf1a7ec030af39b4c568d5648ea052405c5af98a5ee3aa4ae253
-DIST NVIDIA-Linux-aarch64-535.98.run 268923347 BLAKE2B 
d8530e77445475db1411972b89670194f3f30a12d65d437e0943a7cd57631e4fd2d83c7efac44a62c58f1b7b49b0fec0f07eed0306bd97714e77942e39cf6a4d
 SHA512 
c254a5c85dfecfa8aad2d129d0c8b9a40855fb9ad937f90f8bf09bbb808ee954068e921d8f33cd2f09e19aadc087ebfc9a9b43d2f9814343344e387cf9fd24fa
 DIST NVIDIA-Linux-x86-390.157.run 49417041 BLAKE2B 
435b5e0e60468cc74b41cc5d9b5bb0105d29c11a2d408457835212a96519c9334ecf19278b36749d3ff7f498f5b0ae45a2efae2d428703dac21245c62f1efebe
 SHA512 
dae9ac2c12f9ad90f7441e00e01a984147c577892421911d7f67f6a31e616ac1cb7d434bc9c7f58fbd9b8ae909521b5bece607a63c79588c0bb9d99c6bad5fb0
 DIST NVIDIA-Linux-x86_64-390.157.run 85835541 BLAKE2B 
44b855cd11f3b2f231f9fb90492ae2e67a67ea3ea83c413e7c90956d38c9730a8bd0321281ae03c6afce633d102f5b499aed25622b9bfd31bdd2c98f0717e95b
 SHA512 
4780503a4cff0180b1b1f37d20a6ba3438dd78b51fa7f69b98d35521835e5d61099129746929d51d63afa2d47b672b3e145e1e1897584dc3799e7f822c5b3a0a
 DIST NVIDIA-Linux-x86_64-470.199.02.run 273256770 BLAKE2B 
5ceca89da4b4c7de701602d3dbf26e71a1163be26e0e5eac65354ecd40bfc8d68c981a6ef75b13e95079835c95ef7f9e10e5f95a0ed09beffd5bc22cb81a5330
 SHA512 
e1265b6266473af652e9d7bf85dcd76e312af281c5f4f158ab322e34d378738acb87c30cfff7bf1f6e1b238883e7f665d9fc5151b1e0078dd9aece5a52655405
 DIST NVIDIA-Linux-x86_64-525.125.06.run 414318862 BLAKE2B 
204c53bbf579edf6d88c9ab4efcf82983a2b58262df4748076de96f3d67b107949407ae0c5ffe9bf6747783b1bcb9a9efc4a3c60d7161427b1c85ecfc494171a
 SHA512 
a5f13b633d111d9dc928e8522cd916a2b756fccbf2dc532649762a3f9bdc5503bd57c9c698da8205c49e82720b45789413a1afc26be77d741f823b49ae2f333d
 DIST NVIDIA-Linux-x86_64-535.104.05.run 340936244 BLAKE2B 
b549d84df020291180c2dd08f42abd806c01091ccc976932ed35d5ce0c3fe629adb892dfb48837b57f1eb2aefe13c6a06c7d3a05a490bf4de3c6d5315cf40114
 SHA512 
9aba3bada23b41acf7420da57cfced8bf883ef9210bbca5db9882e6e682e9755e0bc48fa12bb2ed114d4d68ba99443f26c22c94d3063d0daf8e9c1e21b369bb5
 DIST NVIDIA-Linux-x86_64-535.43.09.run 341142409 BLAKE2B 
2ce445b3fb0d8094ddc55bb9ebe16bf7fb2b7b0f30313fc431e7b6d75fb2f7a9021c5128e5cbea5165c4e83bf01d31c602c26b111778f31f54b0192f529a32b6
 SHA512 
790ad0f39f5f34ba28ee028601d60e28d1e17a8cc0ef64e06e5b3570d661d15404bce7a835e75464023e3b8a8154a9f22de592518016bfc5e137b6d09215f7ba
-DIST NVIDIA-Linux-x86_64-535.98.run 340737533 BLAKE2B 
363da4747fecf9ca1a3853f780c9a4b7efcb2a90d8a5bf10e0e9262c7fa69d43c2d54e4b6939337731bd5469f3731e3f458b4329e215414aebe307f6a27adb3c
 SHA512 
d62289a5e90b2b4c4d63ccdf4a161e5f57c437a359ece1f2dc6738401fb5a9fea8fbdc479fc65fa703d55e709a23c957e5d779c53e406c385f141315924e0eb2
 DIST NVIDIA-kernel-module-source-525.125.06.tar.xz 10100204 BLAKE2B 
1a7a9f56be4533b8106df25ddf65cd7756cde11fd3e01f96f1f34c7d18af764fcfefc1cf980fed6c0e586e614ccacef9e2cddbabb87c7d7f06a1b27d94f63466
 SHA512 
1319a2333988795f5b0850cfe769ab0f4c4364bdb516147b85890abb4695aea2553ca0febf9cfcf2f8eafb4c05c3e21f56356ad75e64416c9782b027495028e6
 DIST NVIDIA-kernel-module-source-535.104.05.tar.xz 12477388 BLAKE2B 
0fb57ede191093c9512243f027747301d177d9c0444b119ea238f61d397f507b424ad05f05417b13ef94457b7557a92f426fe15217e9da5bacc9645477abd40a
 SHA512 
a7f5428307f51c3b35bffe4e69ccf82883a16c6505fddce7b986f434d4bf1753dbc8c1ab42af2df47df6936860f274b6f15835f99fbbb871dab47a9ba61e53ad
-DIST NVIDIA-kernel-module-source-535.98.tar.xz 12415840 BLAKE2B 
3a951ca56d2938caefa5bdc4a346fc9f812baff51bf9103a59af9feb30b6cf25148d1205e7f280dffc96d41e20c557870c3efaea18d290555e3d10f430111d6a
 SHA512 

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

2023-09-09 Thread Sam James
commit: 2637a914e12fbb97dac4402e70ba9fc505e981b8
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  9 21:02:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  9 21:02:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2637a914

media-libs/zxing-cpp: Stabilize 2.1.0 amd64, #913896

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

 media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild 
b/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild
index d8a87f8efdac..838aec5f74e3 100644
--- a/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild
+++ b/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nu-book/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/3"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 src_configure() {



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

2023-09-09 Thread Sam James
commit: 8e63fff89d78c452e5b6efa1dd16df555ef47253
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  9 21:02:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  9 21:02:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e63fff8

media-libs/zxing-cpp: Stabilize 2.1.0 x86, #913896

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

 media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild 
b/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild
index 39e05ccb1721..d8a87f8efdac 100644
--- a/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild
+++ b/media-libs/zxing-cpp/zxing-cpp-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nu-book/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/3"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/

2023-09-09 Thread Sam James
commit: 600d6ca0b2c7794717d301520523a521ec818937
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  9 21:02:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  9 21:02:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600d6ca0

app-crypt/p11-kit: Stabilize 0.25.0-r1 amd64, #913893

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

 app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild
index 2182f3f81353..f1af80bcb047 100644
--- a/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild
+++ b/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+libffi gtk-doc nls systemd test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/

2023-09-09 Thread Sam James
commit: e3a718fb32a71b08615e4498a4b48136910c7ce3
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  9 21:02:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  9 21:02:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a718fb

app-crypt/p11-kit: Stabilize 0.25.0-r1 x86, #913893

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

 app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild
index 056056464c51..2182f3f81353 100644
--- a/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild
+++ b/app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+libffi gtk-doc nls systemd test"
 RESTRICT="!test? ( test )"
 



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

2023-09-09 Thread Mike Gilbert
commit: 24dc4e093088cb245f1fc6e97635b78e19bc6bcd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  9 20:21:54 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  9 20:24:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dc4e09

sys-apps/systemd-utils: update SRC_URI

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

 sys-apps/systemd-utils/systemd-utils-254.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.3.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.3.ebuild
index 594ed9e2a554..1912fe2b9f6b 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.3.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.3.ebuild
@@ -23,7 +23,7 @@ else
 fi
 
 MUSL_PATCHSET="systemd-musl-patches-254.3"
-SRC_URI+=" elibc_musl? ( 
https://github.com/vimproved/systemd-musl-patches/archive/refs/tags/${MUSL_PATCHSET##*-}.tar.gz
 -> ${MUSL_PATCHSET}.tar.gz )"
+SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/files/, sys-apps/systemd-utils/

2023-09-09 Thread Mike Gilbert
commit: 48a49e120fc72a0ef39916c1c7ccffca75751530
Author: Violet Purcell  inventati  org>
AuthorDate: Sat Sep  9 17:41:11 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  9 20:24:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a49e12

sys-apps/systemd-utils: add 254.3

Signed-off-by: Violet Purcell  inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/32237
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd-utils/Manifest|   2 +
 ...4.3-add-link-kernel-install-shared-option.patch |  58 +++
 sys-apps/systemd-utils/systemd-utils-254.3.ebuild  | 544 +
 3 files changed, 604 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 4f39da4a1f9c..285c8dbc2eff 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,5 +1,6 @@
 DIST systemd-musl-patches-252.4.tar.gz 25053 BLAKE2B 
1d75f85ea0c48c788e9199e2d919bac90edce16a9788a349332cf308c32fb9510ac2883f8e09f21e7f37fbac2e557dc39cdf44dcd7a986587c40dedd2d1b5df5
 SHA512 
1dc8e220eae1869eb4bb50f9c701392542b053099cf9b6bde13f12a2d26fa29984819a8b4ce1b6c57e38a71f86324469a87cf9e22abe0f6d67ac3e84c6b9a3ba
 DIST systemd-musl-patches-253.3.tar.gz 28384 BLAKE2B 
2736a4ddc36b2ce087c08c57c0b995db2dcf6f82a4ae6f20b07609657bc5ea1e4a12ec78da1576b364e03260577b4f9fc85fae8c0f7497eca564c6fb857e06d8
 SHA512 
4b556975f25393cbeb5df495267c68edf14bef0f8baae20955151c900f200d1402b54630cab7dd3a69bbb82bef3f7464869222e2022c60faa2311444fa87ec80
+DIST systemd-musl-patches-254.3.tar.gz 28640 BLAKE2B 
54837f49cdb8cf025e367ad13bab0d0509c2e11ad84d29724bb6baa226c54e0ab97a91035361f66009dd9b1a22f7b3e82f90b1c14adf4aa20d576b9410589d38
 SHA512 
07d028a57025b2626471d6f48507f2dfc50658db24efaac93bafae9a1d4cdc3ec82e80da426d2a6280c32af2d813565609dab7df5538260ba809b63309a0ffed
 DIST systemd-stable-252.10.tar.gz 11841052 BLAKE2B 
33ebca90ff17ef5983677c08c93a80350908aa4f4f1860d8e69c234ead926f0e21a4c4692c171f061e05e41c94d8fe2ba3a3be75fb7b582b86e851194a1f0203
 SHA512 
5309d8df51b5cda694e03e2ded574d4e3606916fab5d190b21fcd0284d8d8f56cab8b3423d7d0b90e44cd9775cc62bc26198f3d2a43f8aa545959b5c27b0dd9d
 DIST systemd-stable-252.9.tar.gz 11829389 BLAKE2B 
a45a72bfe113f8cb7424d731692f548c389f59d34b649e874db2f85868943b0a9c33ef62185c83c41a9c220caddd65c44ff328026eff19c3c7efda5efbd73574
 SHA512 
fa34b9c2f692af8f70dffc5044fe502ff5e21625af5b27cad7fc5e833570b180f53c5d03a0add785e83a5b4e7564117fe4728931df4ef599888c73e92c7f2103
 DIST systemd-stable-253.10.tar.gz 12116663 BLAKE2B 
9232067c5fb4ceb3c941d9840a043f34ca3c6eee6e696743715e9f36d47a58e98046ffb6af19084bbd7e8b4edf40c67132a3fa967f37785eb988a18530ca89b1
 SHA512 
dab45496586a9a78ba46a3c03c02e6bd97a8b832e28f96fdf052ecf1906c8c1bdc55967fc243ca837d0371e81730a92bb230e59a43e2ab6bc1b62fbd42a051d4
@@ -7,3 +8,4 @@ DIST systemd-stable-253.5.tar.gz 12015672 BLAKE2B 
3b09bc1a63bc3321c51ea05080f959
 DIST systemd-stable-253.6.tar.gz 12069024 BLAKE2B 
7dfb28127bf6c091180a6cfbae1eb657b99896920cc6b74d1e86586f51bf312d6c2647582a635a479048cadceb0b5ed508918ddff42b2639cec6234a656762f4
 SHA512 
c81f7ac0cca9073878026d6a3024ebad8bf38c4745fe7bac5a156906ba9fd7b78b90fdc69376821c9927dd60173dd6604684e2ea7dcb55dc2e60a0e20ee01735
 DIST systemd-stable-253.7.tar.gz 12111722 BLAKE2B 
2007653c264d615fbef52cd91d173597f175ba05c1b961c6035d51c1a28ff663151a72d858115536c316a2644d880dfe94e6d00809bf3a2abe3e2f5532df565b
 SHA512 
6935508f511930d6e980a7f0a3319295acbbc482cbce4f8f407af399259fe04b095dabd470f8825d84328a7d0f39efe6d5926022c1bdf18ec7fffe43b2586aa1
 DIST systemd-stable-253.8.tar.gz 12112413 BLAKE2B 
0edf5d2fdb47ef4c2fd9257642a719cb3cf70096d74ae0002f4df2696f3efd591ddf239f2ac9762aa53ebcee5bf31295739f8176313b8260e97fe99cc51722f6
 SHA512 
628db658ccf01e6cf09c6832735ad08c3d0dd906798e3366d42621fb08ad8b72aa7a51ae4874d76acf6c56282c63dc5fdce677cde3d4e102ce0036571ccabcc4
+DIST systemd-stable-254.3.tar.gz 14329148 BLAKE2B 
10b947e04a4ef9ccaeb7adaa67ac0f391927fb172c0750ffb93d4df69d970fd91f26b052f8bfdfb4f81ae69566d0a3459cbc87cc86b624014cfb8781a2914121
 SHA512 
a0c361c993ac9a121823bdd58e29ef7bd25ccfd206ae0c3e1eed9833b3ddf24f53afe6f669eb9fbff5078977403236b0e4ef5a5f6fde56c504caed1d411e71fe

diff --git 
a/sys-apps/systemd-utils/files/systemd-utils-254.3-add-link-kernel-install-shared-option.patch
 
b/sys-apps/systemd-utils/files/systemd-utils-254.3-add-link-kernel-install-shared-option.patch
new file mode 100644
index ..17e4ea4832a2
--- /dev/null
+++ 
b/sys-apps/systemd-utils/files/systemd-utils-254.3-add-link-kernel-install-shared-option.patch
@@ -0,0 +1,58 @@
+From 5973e4b237e7b50dca1c9f3157db459ef1ee6da5 Mon Sep 17 00:00:00 2001
+From: Violet Purcell 
+Date: Sat, 9 Sep 2023 13:22:54 -0400
+Subject: [PATCH] meson: add link-kernel-install-shared option
+
+Signed-off-by: Violet Purcell 
+---
+ meson.build   | 9 -
+ meson_options.txt | 2 ++
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build 

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

2023-09-09 Thread Sam James
commit: f6ff7f11362e093b22b11b0a56c7c23f7eb12f7c
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  9 19:07:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  9 20:23:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ff7f11

profiles: mask https://bugs.gentoo.org/797325
Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/32625
Signed-off-by: Sam James  gentoo.org>

 profiles/package.mask | 9 +
 1 file changed, 9 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 77e5cb3a67e8..ead5798c64e0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2023-09-09)
+# OpenSSL 1.1.x is EOL on 2023-09-11. Please upgrade immediately to >= OpenSSL 
3.
+# https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/
+# https://www.openssl.org/blog/blog/2023/06/15/1.1.1-EOL-Reminder/
+# Please run a full world upgrade, especially checking /etc/portage and your 
world file
+# for old PHP or Ruby references.
+ (2023-09-09)
 # Release causes problems, upstream degrated to RC back.
 # See #913884 for more information



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

2023-09-09 Thread Sam James
commit: 10a8b8d597d27b4323d1c47e4ef91bb725b99396
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  9 19:07:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  9 20:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a8b8d5

dev-libs/openssl-compat: inherit stable keywords from dev-libs/openssl for 
1.1.1u

Needed for rust-bin.

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

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

diff --git a/dev-libs/openssl-compat/openssl-compat-1.1.1u.ebuild 
b/dev-libs/openssl-compat/openssl-compat-1.1.1u.ebuild
index b56cfacc466d..bd52a17cba4e 100644
--- a/dev-libs/openssl-compat/openssl-compat-1.1.1u.ebuild
+++ b/dev-libs/openssl-compat/openssl-compat-1.1.1u.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="openssl"
 SLOT="$(ver_cut 1-3)"
 if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~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
 IUSE="+asm rfc3779 sctp cpu_flags_x86_sse2 sslv3 static-libs test 
tls-compression tls-heartbeat vanilla verify-sig weak-ssl-ciphers"
 RESTRICT="!test? ( test )"



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

2023-09-09 Thread Sam James
commit: fdb1a21ee5cb6e0b625a5399e367b2f9feb206b9
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  9 19:07:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  9 20:22:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb1a21e

profiles/base: mask sci-libs/gloo[ssl]

Incompatible with OpenSSL 3.

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

 profiles/base/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2802d1beaeed..53e8e39dc641 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Sam James  (2023-09-09)
+# Needs  (2023-08-28)
 # Breaks multiple high-profile packages depending on outdated proc-macro2 when
 # USE=nightly and using an affected Rust version; keep until revdep problems



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

2023-09-09 Thread Conrad Kostecki
commit: ce662c8c3f96cfe6839b80aef747168c2ba4c446
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep  9 19:54:34 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep  9 19:54:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce662c8c

package.mask: mask unifi-7.5 release

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

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 12cb568e3f50..77e5cb3a67e8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Conrad Kostecki  (2023-09-09)
+# Release causes problems, upstream degrated to RC back.
+# See #913884 for more information
+=net-wireless/unifi-7.5.174-r1
+
 # David Seifert  (2023-09-09)
 # EOL upstream in 2 months, causes major headaches for OpenSSL 1.1
 # masking. Removal on 2023-10-09.



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2023-09-09 Thread Conrad Kostecki
commit: 1646a323c9fa71a98148ccdd56ee9182969f2825
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep  9 19:43:10 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep  9 19:53:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1646a323

net-wireless/unifi: switch to Java 17

Bug: https://bugs.gentoo.org/913884
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-wireless/unifi/{unifi-7.5.174.ebuild => unifi-7.5.174-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/unifi/unifi-7.5.174.ebuild 
b/net-wireless/unifi/unifi-7.5.174-r1.ebuild
similarity index 99%
rename from net-wireless/unifi/unifi-7.5.174.ebuild
rename to net-wireless/unifi/unifi-7.5.174-r1.ebuild
index da37d1d5280e..71fa8a6c36b9 100644
--- a/net-wireless/unifi/unifi-7.5.174.ebuild
+++ b/net-wireless/unifi/unifi-7.5.174-r1.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
acct-group/unifi
acct-user/unifi
dev-db/mongodb
-   virtual/jre:11
+   virtual/jre:17
 "
 
 BDEPEND="app-arch/unzip"



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

2023-09-09 Thread Conrad Kostecki
commit: d6513ced750b65d97850924f94849928b3740fa9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep  9 19:51:56 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep  9 19:53:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6513ced

dev-libs/level-zero: remove -Werror

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

 dev-libs/level-zero/level-zero-1.14.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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 f019194f4f68..5fb383635c28 100644
--- a/dev-libs/level-zero/level-zero-1.14.0.ebuild
+++ b/dev-libs/level-zero/level-zero-1.14.0.ebuild
@@ -14,6 +14,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 
 src_prepare() {
+   # Don't hardcore -Werror
+   sed -e 's/-Werror//g' -i CMakeLists.txt || die
+
cmake_src_prepare
 
# According to upstream, release tarballs should contain this file but 
at least



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

2023-09-09 Thread David Seifert
commit: 13d8c46929e01d11398b0d366fb775d8ca6cfb35
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  9 19:26:35 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  9 19:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d8c469

dev-lang/R: drop 4.3.0

Signed-off-by: David Seifert  gentoo.org>

 dev-lang/R/Manifest   |   1 -
 dev-lang/R/R-4.3.0.ebuild | 247 --
 2 files changed, 248 deletions(-)

diff --git a/dev-lang/R/Manifest b/dev-lang/R/Manifest
index eba3d04375b7..8a29505056cc 100644
--- a/dev-lang/R/Manifest
+++ b/dev-lang/R/Manifest
@@ -1,3 +1,2 @@
-DIST R-4.3.0.tar.gz 34821768 BLAKE2B 
3505c8357419355fddb8aadbf0952c492e3e38d649d6261478d6187c94ff71110089ec0933a31dd2f7258e58a1d0864a68cb4d7b6cdefc54e5add55d0d62db10
 SHA512 
7f9bc8360818d7fdf05e26a4213df01468669514a4c2ad62dee358f53dcfa05a71ee72241db91fed59574c26d7caee5d3e0717637e1666daec99446e42c07813
 DIST R-4.3.1.tar.gz 34899964 BLAKE2B 
7aaacad01ce59e2faa46c4b830c10d2df8e4a3a1d4f11cf2aa622ceb53876f1e702dff94a820ca954ec29f53d58fa7e135ef15e8257602c50f2642b0a0c0a86a
 SHA512 
f571c378dbdd675e267ef4419bb1141198924dadc08297c93c8dff58504994604918b3e045bb7139ba473972a063a68ed1c7426f37d4e8208b79358561d34d77
 DIST R-78d6830e28ea90a046da79a9b4f70c39594bb6d6.bash_completion 13596 BLAKE2B 
53338e4a1c4f68beb69247216e553dbcac47f660fbf032bfebf7a660e32d2cff5b11ed35411c52de7e1fd6e00bbf5b5ea19369a325fa0a38bd93d63dc3288cbd
 SHA512 
9ccd19bb1b0c18a2f13035ccd6809447429e197e298fb4d1df808ef345d723b42f75a1b91c349f6dbb46e4a82e59ef33e11300c495d79b63d670d0c0f2b16a06

diff --git a/dev-lang/R/R-4.3.0.ebuild b/dev-lang/R/R-4.3.0.ebuild
deleted file mode 100644
index 54725bb77495..
--- a/dev-lang/R/R-4.3.0.ebuild
+++ /dev/null
@@ -1,247 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 autotools flag-o-matic fortran-2 toolchain-funcs
-
-# latest git commit for R bash completion:
-#   https://github.com/deepayan/rcompletion
-BCPV=78d6830e28ea90a046da79a9b4f70c39594bb6d6
-
-DESCRIPTION="Language and environment for statistical computing and graphics"
-HOMEPAGE="https://www.r-project.org/;
-SRC_URI="
-   mirror://cran/src/base/R-4/${P}.tar.gz
-   
https://raw.githubusercontent.com/deepayan/rcompletion/${BCPV}/bash_completion/R
 -> ${PN}-${BCPV}.bash_completion"
-
-LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~ia64 ~loong sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="cairo doc icu java jpeg lapack lto minimal nls openmp perl png prefix 
profile readline test tiff tk X"
-
-REQUIRED_USE="
-   png? ( || ( cairo X ) )
-   jpeg? ( || ( cairo X ) )
-   tiff? ( || ( cairo X ) )"
-RESTRICT="
-   minimal? ( test )
-   !test? ( test )"
-
-# At least one package installation in the test suite requires TeX,
-# and will fail without it (bug #718056).
-DEPEND="
-   app-arch/bzip2
-   app-arch/xz-utils
-   app-text/ghostscript-gpl
-   dev-libs/libpcre2:=
-   >=dev-libs/tre-0.8.0_p20210321[approx]
-   net-misc/curl
-   virtual/blas
-   sys-libs/zlib[minizip]
-   || (
-   sys-apps/coreutils
-   app-misc/realpath
-   )
-   cairo? (
-   x11-libs/cairo:=[X=]
-   x11-libs/pango:=
-   )
-   icu? ( dev-libs/icu:= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   kernel_linux? ( net-libs/libtirpc )
-   lapack? ( virtual/lapack )
-   perl? ( dev-lang/perl )
-   png? ( media-libs/libpng:= )
-   readline? ( sys-libs/readline:= )
-   tiff? ( media-libs/tiff:= )
-   tk? ( dev-lang/tk:= )
-   X? (
-   x11-libs/libXmu
-   x11-libs/libXt
-   )"
-RDEPEND="${DEPEND}
-   java? ( >=virtual/jre-1.8:* )"
-BDEPEND="
-   virtual/pkgconfig
-   doc? (
-   virtual/latex-base
-   dev-texlive/texlive-fontsrecommended
-   )
-   test? ( virtual/latex-base )"
-
-PATCHES=(
-   "${FILESDIR}"/R-4.3.0-parallel.patch
-   "${FILESDIR}"/R-4.3.0-no-LDFLAGS-in-libR-pkg-config.patch
-   "${FILESDIR}"/R-4.3.0-no-gzip-doc.patch
-)
-
-# false positive, the linking step fails (as it should)
-QA_CONFIG_IMPL_DECL_SKIP=( iconvlist )
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
-   tc-check-openmp
-   FORTRAN_NEED_OPENMP=1
-   fi
-
-   fortran-2_pkg_setup
-
-   # avoid using existing R installation
-   unset R_HOME
-}
-
-src_prepare() {
-   default
-
-   # fix packages.html for doc (gentoo bug #205103)
-   sed -e "s:../../../library:../../../../$(get_libdir)/R/library:g" \
-   -i src/library/tools/R/Rd.R || die
-
-   # fix Rscript path when installed (gentoo bug 

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

2023-09-09 Thread Arthur Zamarin
commit: 06c14cc4d4781c6521207fe6918c89512c29e51b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  9 19:23:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  9 19:23:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c14cc4

dev-lang/R: Stabilize 4.3.1 sparc, #913676

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-lang/R/R-4.3.1.ebuild b/dev-lang/R/R-4.3.1.ebuild
index c8b3bb1617ad..54a13af61115 100644
--- a/dev-lang/R/R-4.3.1.ebuild
+++ b/dev-lang/R/R-4.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~ia64 ~loong ~sparc ~x86 ~amd64-linux ~x86-linux 
~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm64 ~hppa ~ia64 ~loong sparc ~x86 ~amd64-linux ~x86-linux 
~arm64-macos ~x64-macos"
 IUSE="cairo doc icu java jpeg lapack lto minimal nls openmp perl png prefix 
profile readline test tiff tk X"
 
 REQUIRED_USE="



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

2023-09-09 Thread Arthur Zamarin
commit: 64d56af7bdd65337811f5e34bb706f28e1e2bc29
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  9 19:23:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  9 19:23:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d56af7

dev-lang/R: Stabilize 4.3.1 arm64, #913676

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-lang/R/R-4.3.1.ebuild b/dev-lang/R/R-4.3.1.ebuild
index 19b9f109ee87..c8b3bb1617ad 100644
--- a/dev-lang/R/R-4.3.1.ebuild
+++ b/dev-lang/R/R-4.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~loong ~sparc ~x86 ~amd64-linux ~x86-linux 
~arm64-macos ~x64-macos"
+KEYWORDS="amd64 arm64 ~hppa ~ia64 ~loong ~sparc ~x86 ~amd64-linux ~x86-linux 
~arm64-macos ~x64-macos"
 IUSE="cairo doc icu java jpeg lapack lto minimal nls openmp perl png prefix 
profile readline test tiff tk X"
 
 REQUIRED_USE="



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

2023-09-09 Thread David Seifert
commit: 6c64b8b81fe10970cf2713a8c7fc805859d5d669
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  9 19:00:46 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  9 19:00:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c64b8b8

package.mask: Last rite www-apps/icingaweb2-module-director, 
www-apps/icingaweb2-module-incubator

Signed-off-by: David Seifert  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1e89900272a4..e4153804bff9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2023-09-09)
+# Unmaintained, depends on PHP 8.0. Removal on 2023-10-09.
+www-apps/icingaweb2-module-director
+www-apps/icingaweb2-module-incubator
+
 # David Seifert  (2023-09-09)
 # Depends on PHP 8.0, which in turn depends on OpenSSL 1.1, which in
 # turn is to be masked and removed soon. Removal on 2023-10-09.



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

2023-09-09 Thread David Seifert
commit: 92f6f6297b2161b3b04a452095b53f324a1c6363
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  9 19:00:49 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  9 19:00:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f6f629

dev-lang/php: drop 8.0.25, 8.0.28, 8.1.12, 8.1.16

Closes: https://github.com/gentoo/gentoo/pull/32702
Signed-off-by: David Seifert  gentoo.org>

 dev-lang/php/Manifest  |   4 -
 dev-lang/php/php-8.0.25.ebuild | 759 -
 dev-lang/php/php-8.0.28.ebuild | 759 -
 dev-lang/php/php-8.1.12.ebuild | 757 
 dev-lang/php/php-8.1.16.ebuild | 757 
 5 files changed, 3036 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 953b51fa13f4..19cde794435e 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,10 +1,6 @@
 DIST php-7.4.33.tar.xz 10420144 BLAKE2B 
e75817e79c698628c873c90afb3b5677480d03ecf07e8f2e26a062bc5b91affc6079e792e864f28cf12d45f86e5d01ede289ecdcefc06477986d193d22c982ef
 SHA512 
499b63b99e5d8e8082ff89d3a91b4cb9a593ea7553b96e48863414c13d2e50275904ed29070e2232e529ee91160f505e6060a4d129cb5bf098aa5b6ea0928d3d
-DIST php-8.0.25.tar.xz 10802888 BLAKE2B 
c1f283613c43551cccd52955deaae364781fffd4f73befa5e103211ed2b972272189973639d840ef1839b038e1872a6a28424939ea133f0bf86d82b56bb591fb
 SHA512 
43bb0637e424e2a637e05f3faf0ca2c5309f2d9cc03def9fc9af9b756003ea6efe730b608c70177c3c1b9cb03cef31c27cd6507cca9d9f0fd854aadb5e51aee3
-DIST php-8.0.28.tar.xz 10801568 BLAKE2B 
de03f5ad262e830c70d24b9e2dd997897e5613d8bbc998ab7e59df703db89d587c6c8955e6f82f0cf6630eed82f33e21567ccf7a873ca07f4d0659f7bf4bd974
 SHA512 
d66e41cdccc332fccaf03bb24356652b17be5267cba5a47d80f1b74732b674f6a23c91e4a151ca442e629de8e8bcf6daecf0b34cbcbc9e33f53b8da9f06dc6b9
 DIST php-8.0.29.tar.xz 10803592 BLAKE2B 
6e15ce459aa5a51b2a07a4bfa1f6dba076dbbd4828ccdcb8dc4796f64ad3dbda6ee2b6789880591847a7de0d077072e63c46f13399b5b44a4ec34c83172fb6ac
 SHA512 
5f849753bbcc12e253160af072213bc1ede32e5051684129707d32fd6ce8e12867fcf7a5f6790b25071fdda0508dfffd3344e4bb850a747cb8f3c9aee970311d
 DIST php-8.0.30.tar.xz 10821076 BLAKE2B 
9a914ce99ec1d5d554f063ba324d95bd6d39912a13f34f9b3e09fa020c96c0a50ff919e8d829fd663522be2b68bea8934d7f67c52ad45b64d72946f0ba5f3925
 SHA512 
fb816e0a4e4dc506b0ea4425f26690edc6afadb5474ac84df0a1aa293abecd50d128b36074e3e0740c7228109d486ca446869a9c920419610a20ab5989870782
-DIST php-8.1.12.tar.xz 11747176 BLAKE2B 
0505794826fb0fc92b04be5f7162af8aa92d782bb228243348d85b46866cd47089fcb7febd6886a8179babf64cb227bcdbf5d5f60d44dfefe1c947a3a708e3c1
 SHA512 
437b6a8146b58479f4d1acb7b35d68954f1f7bc13a8f3dddc66e1677d7e9b6a11154861f9e894cbd59b9c28d4df3fd5422f9b5553004e9fc8d0320ab59b9f907
-DIST php-8.1.16.tar.xz 11760948 BLAKE2B 
ac0d352dae05115197852092b9b3c0b5091528326806c70eb34e0aba6007f718e927e67045d65976cb2104e4737a475b2224d4f05ff89ddf8c3066e0240c38e1
 SHA512 
4515da38803272abfafb069d1684c66dbb5086987b148c48dd7d8acf8f5316d255cf321ec57d6fbffe914a35551a533446ac13c34bb7c984e0d109247e8e64da
 DIST php-8.1.20.tar.xz 11793228 BLAKE2B 
ecdaf43278b69e039e5440b441a89d02ea53e8246515a89f430d7affbaefa3e1637a6830f91dc9062961719ba5bf7c56993f3b47db96b56c14111f77c74a3096
 SHA512 
d93767c6ff4d305c209e1a0fcb17f19b1d417fa872b002413ebe7883e93900c210e8f122410ac54da373b9d10dd2f522ea2bafc9b66214fb466314d64907a558
 DIST php-8.1.21.tar.xz 11862320 BLAKE2B 
51195859c23a3216247a66f39e76bf4679f0365d390f31c7dee7437f22f45cee4e4f4de8cf42706e030355d9ec66b471d61fafc1b30da2eb65b339d99ace93c7
 SHA512 
aeb62947e12646a530b6f61efe9350e4a3632d421ee0bec6a1d26dc2fd680c782e12cbad06496f2d4ffcddf5182aa3438c19a59b0d593fc43789271241ec0383
 DIST php-8.2.9.tar.xz 12035468 BLAKE2B 
8b537fbd080cbe1e2b627c34110f41a13549ad6bd118803214bfeba3bb8564eef0c1d0d2ad14a500efc488078cd0e521e3a883865b4a79c2c4213cad670e334c
 SHA512 
26c53dc737d6144cc0a3ce9134f92f59eb29f62c44b7d6159b92a25bdb0fa80239d7f6b6b663adfe444e57e98b202381df9b35532f40168ea093ac56d4bced19

diff --git a/dev-lang/php/php-8.0.25.ebuild b/dev-lang/php/php-8.0.25.ebuild
deleted file mode 100644
index a324fe5db937..
--- a/dev-lang/php/php-8.0.25.ebuild
+++ /dev/null
@@ -1,759 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-WANT_AUTOMAKE="none"
-
-inherit flag-o-matic systemd autotools
-
-MY_PV=${PV/_rc/rc}
-DESCRIPTION="The PHP language runtime engine"
-HOMEPAGE="https://www.php.net/;
-SRC_URI="https://www.php.net/distributions/${P}.tar.xz;
-
-LICENSE="PHP-3.01
-   BSD
-   Zend-2.0
-   bcmath? ( LGPL-2.1+ )
-   fpm? ( BSD-2 )
-   gd? ( gd )
-   unicode? ( BSD-2 LGPL-2.1 )"
-
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-# 

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

2023-09-09 Thread David Seifert
commit: 8c2f3e77ebe1d72735fa31ab38d11ae2a097debd
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  9 19:00:47 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  9 19:00:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2f3e77

package.mask: Last rite www-apps/tt-rss-20220218

Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e4153804bff9..2a5b4252d408 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2023-09-09)
+# Depends on PHP 8.0. Removal on 2023-10-09.
+~www-apps/tt-rss-20220218
+
 # David Seifert  (2023-09-09)
 # Unmaintained, depends on PHP 8.0. Removal on 2023-10-09.
 www-apps/icingaweb2-module-director



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/

2023-09-09 Thread David Seifert
commit: 83343c572510f8047121a6c9f54c62e8d6d04691
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  9 19:00:48 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  9 19:00:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83343c57

package.mask: Last rite dev-lang/php:8.0

Signed-off-by: David Seifert  gentoo.org>

 profiles/base/use.mask | 5 +
 profiles/package.mask  | 6 ++
 2 files changed, 11 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 7c28507a6e0f..3f27878013e6 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# David Seifert  (2023-09-09)
+# EOL upstream in 2 months, causes major headaches for OpenSSL 1.1
+# masking. Removal on 2023-10-09.
+php_targets_php8-0
+
 # Hans de Graaff  (2023-08-19)
 # Ruby 3.0 is not compatible with OpenSSL 3. Please upgrade to a newer
 # Ruby version.

diff --git a/profiles/package.mask b/profiles/package.mask
index 2a5b4252d408..12cb568e3f50 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2023-09-09)
+# EOL upstream in 2 months, causes major headaches for OpenSSL 1.1
+# masking. Removal on 2023-10-09.
+dev-lang/php:8.0
+virtual/httpd-php:8.0
+
 # David Seifert  (2023-09-09)
 # Depends on PHP 8.0. Removal on 2023-10-09.
 ~www-apps/tt-rss-20220218



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

2023-09-09 Thread David Seifert
commit: 02d918489c7da683ac83a3114f6e0dca85cdbf04
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  9 19:00:45 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  9 19:00:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d91848

www-servers/nginx-unit: remove PHP 7.4 and 8.0 support

Signed-off-by: David Seifert  gentoo.org>

 www-servers/nginx-unit/metadata.xml | 2 --
 www-servers/nginx-unit/nginx-unit-1.29.1.ebuild | 4 +---
 www-servers/nginx-unit/nginx-unit-1.31.0.ebuild | 3 +--
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/www-servers/nginx-unit/metadata.xml 
b/www-servers/nginx-unit/metadata.xml
index dd2d6a9e0065..488056a85af1 100644
--- a/www-servers/nginx-unit/metadata.xml
+++ b/www-servers/nginx-unit/metadata.xml
@@ -13,8 +13,6 @@
engineering or operations.


-   Support for PHP 7.4
-   Support for PHP 8.0
Support for PHP 8.1
Support for PHP 8.2


diff --git a/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild
index 70a236f59bad..b59e79dd27da 100644
--- a/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild
@@ -17,14 +17,12 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64"
 MY_USE="perl python ruby"
-MY_USE_PHP="php7-4 php8-0 php8-1 "
+MY_USE_PHP="php8-1 "
 IUSE="${MY_USE} ${MY_USE_PHP} ssl"
 REQUIRED_USE="|| ( ${IUSE} )
python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="perl? ( dev-lang/perl:= )
-   php7-4? ( dev-lang/php:7.4[embed] )
-   php8-0? ( dev-lang/php:8.0[embed] )
php8-1? ( dev-lang/php:8.1[embed] )
python? ( ${PYTHON_DEPS} )
ruby? (

diff --git a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild
index 8873b5665a10..cac440e33f0d 100644
--- a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild
@@ -17,13 +17,12 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 MY_USE="perl python ruby"
-MY_USE_PHP="php8-0 php8-1 php8-2"
+MY_USE_PHP="php8-1 php8-2"
 IUSE="${MY_USE} ${MY_USE_PHP} perl ssl"
 REQUIRED_USE="|| ( ${IUSE} )
python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="perl? ( dev-lang/perl:= )
-   php8-0? ( dev-lang/php:8.0[embed] )
php8-1? ( dev-lang/php:8.1[embed] )
php8-2? ( dev-lang/php:8.2[embed] )
python? ( ${PYTHON_DEPS} )



[gentoo-commits] proj/eselect:bug643864 commit in: modules/, /

2023-09-09 Thread Ulrich Müller
commit: e1a72cd47678d5202d2c7959ca6784462590c9fa
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep  9 12:33:56 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Sep  9 18:55:45 2023 +
URL:https://gitweb.gentoo.org/proj/eselect.git/commit/?id=e1a72cd4

Display only a warning when selecting an experimental profile

* modules/profile.eselect (set_symlink): Selecting an experimental
profile without --force is no longer a fatal error. Bug 913480.

Bug: https://bugs.gentoo.org/913480
Signed-off-by: Ulrich Müller  gentoo.org>

 ChangeLog   | 5 +
 modules/profile.eselect | 8 +++-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f9ee3f7..71ce655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-09-09  Ulrich Müller  
+
+   * modules/profile.eselect (set_symlink): Selecting an experimental
+   profile without --force is no longer a fatal error. Bug 913480.
+
 2023-08-24  Ulrich Müller  
 
* misc/eselect-mode.el: Enable lexical binding.

diff --git a/modules/profile.eselect b/modules/profile.eselect
index f33f8d1..31b2c6a 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2022 Gentoo Authors
+# Copyright 2005-2023 Gentoo Authors
 # Distributed under the terms of the GNU GPL version 2 or later
 
 # This is a portage-only module.
@@ -88,10 +88,8 @@ set_symlink() {
repopath=${target%%::*}; target=${target#*::}
status=${target#*::}; status=${status%%::*}
target=${target%%::*}
-   if [[ ${status} == exp && -z ${force} ]]; then
-   write_error_msg "Profile ${target} is experimental"
-   die -q "Refusing to select ${status} profile without 
--force option"
-   fi
+   [[ ${status} == exp ]] \
+   && write_warning_msg "Profile ${target} is experimental"
elif [[ -n ${target} ]]; then
# if the profile was explicitly specified (rather than a number)
# double check and make sure it's valid



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

2023-09-09 Thread David Seifert
commit: 8f254c280b919a3c308ef3280a104e4ce2a72825
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  9 18:41:45 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  9 18:41:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f254c28

dev-lang/php: stable arm/ppc (8.0.29+8.1.20-r1)

Closes: https://bugs.gentoo.org/908792
Signed-off-by: David Seifert  gentoo.org>

 dev-lang/php/php-8.0.29.ebuild| 2 +-
 dev-lang/php/php-8.1.20-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-8.0.29.ebuild b/dev-lang/php/php-8.0.29.ebuild
index c7f33d03fbfe..7a01d64a53cc 100644
--- a/dev-lang/php/php-8.0.29.ebuild
+++ b/dev-lang/php/php-8.0.29.ebuild
@@ -20,7 +20,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"

diff --git a/dev-lang/php/php-8.1.20-r1.ebuild 
b/dev-lang/php/php-8.1.20-r1.ebuild
index b04862db5694..ba1bebcdc20b 100644
--- a/dev-lang/php/php-8.1.20-r1.ebuild
+++ b/dev-lang/php/php-8.1.20-r1.ebuild
@@ -20,7 +20,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



  1   2   3   >