[gentoo-commits] repo/gentoo:master commit in: app-emacs/ruby-mode/files/, app-emacs/ruby-mode/

2023-09-18 Thread Hans de Graaff
commit: 5286cdbfc265bbee9de041e9df96bf3b8d0c6c77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 19 05:39:19 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 19 05:40:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5286cdbf

app-emacs/ruby-mode: remove masked package

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

 app-emacs/ruby-mode/Manifest |  3 ---
 .../ruby-mode/files/50ruby-mode-gentoo-2.5.0.el  | 12 
 app-emacs/ruby-mode/metadata.xml |  9 -
 app-emacs/ruby-mode/ruby-mode-2.6.3.ebuild   | 20 
 app-emacs/ruby-mode/ruby-mode-2.7.0.ebuild   | 20 
 app-emacs/ruby-mode/ruby-mode-3.0.0.ebuild   | 20 
 6 files changed, 84 deletions(-)

diff --git a/app-emacs/ruby-mode/Manifest b/app-emacs/ruby-mode/Manifest
deleted file mode 100644
index 2a84f91f28c9..
--- a/app-emacs/ruby-mode/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ruby-mode-2.6.3.tar.gz 28460 BLAKE2B 
15ab0115cc669f31d656a6af03c061699cfd872130ed51240ecbf80fae413b1d2d8ed87ea1515584f276d15ee164a3c14f9138bf5054418419f6c09b2a72e8e4
 SHA512 
bbeaa3ae788ea3a536715dc8dc0b4c82803d0a21ce44ae048a5a1c1e331f8c571980feaf38f42455e2de099210bbd4d6f3e8dc2984d6318a70fe04aa6c0d9520
-DIST ruby-mode-2.7.0.tar.gz 28533 BLAKE2B 
a41bdd88ab6ee56b81d1fefd923967fe7b7219429a2727f62bbff5a76b294c18ec5fa941428dd6b8cd76687e1f362752e598cc8ad9fb8b8813143b0d1cfa25ce
 SHA512 
17644db69d3ea5674d8bf48a87db5e2f396a7d032428e9e8b63dac2a45fafbe506440af7429c440e82d194df670d6dec5e3d6908b49654300493dba1be5450d8
-DIST ruby-mode-3.0.0.tar.gz 17748 BLAKE2B 
c0fc06ed11be0fa2fe82f1557ab4e55013abe53137557afcc3a8737ee73aa009d0f2b6069e2d8267afbd3d3d60442911c5e0328d7ec76d493719e7dce5c928e4
 SHA512 
6d1ef6adeff8de90705c25a726491d35476c6c7841f0ec016e9580f8781403a785da6083e76d14b699c054c1eed1cf52572284932797fdeb318426d76d328029

diff --git a/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.5.0.el 
b/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.5.0.el
deleted file mode 100644
index 691abdfdaf99..
--- a/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.5.0.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'ruby-mode "ruby-mode" "Major mode to edit ruby files." t)
-
-(add-to-list 'auto-mode-alist '("Rakefile\\'" . ruby-mode))
-(add-to-list 'auto-mode-alist '("\\.\\(rake\\|rb\\)\\'" . ruby-mode))
-(add-to-list 'interpreter-mode-alist  '("ruby" . ruby-mode))
-
-(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process" t)
-(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in 
ruby-mode")
-
-(add-hook 'ruby-mode-hook 'inf-ruby-keys)

diff --git a/app-emacs/ruby-mode/metadata.xml b/app-emacs/ruby-mode/metadata.xml
deleted file mode 100644
index 986088003fe1..
--- a/app-emacs/ruby-mode/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-  gnu-em...@gentoo.org
-  Gentoo GNU Emacs project
-
-
-

diff --git a/app-emacs/ruby-mode/ruby-mode-2.6.3.ebuild 
b/app-emacs/ruby-mode/ruby-mode-2.6.3.ebuild
deleted file mode 100644
index 9ff9900069c2..
--- a/app-emacs/ruby-mode/ruby-mode-2.6.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-COMMIT=75bccbb384e6907df47ab69acdccb4536806c890
-
-DESCRIPTION="Emacs major mode for editing Ruby code"
-HOMEPAGE="https://www.ruby-lang.org/;
-SRC_URI="https://github.com/ruby/elisp/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-
-S="${WORKDIR}/elisp-${COMMIT}"
-DOCS="README"
-SITEFILE="50${PN}-gentoo-2.5.0.el"

diff --git a/app-emacs/ruby-mode/ruby-mode-2.7.0.ebuild 
b/app-emacs/ruby-mode/ruby-mode-2.7.0.ebuild
deleted file mode 100644
index 3318525552bd..
--- a/app-emacs/ruby-mode/ruby-mode-2.7.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-COMMIT=defe0b586b2a888706507a7bbcdf1201d924cc2d
-
-DESCRIPTION="Emacs major mode for editing Ruby code"
-HOMEPAGE="https://www.ruby-lang.org/;
-SRC_URI="https://github.com/ruby/elisp/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-
-S="${WORKDIR}/elisp-${COMMIT}"
-DOCS="README"
-SITEFILE="50${PN}-gentoo-2.5.0.el"

diff --git a/app-emacs/ruby-mode/ruby-mode-3.0.0.ebuild 
b/app-emacs/ruby-mode/ruby-mode-3.0.0.ebuild
deleted file mode 100644
index f025af54a9f6..
--- a/app-emacs/ruby-mode/ruby-mode-3.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors

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

2023-09-18 Thread Hans de Graaff
commit: 36c63e1de8446c0a465a93e42589a738464b088a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 19 05:38:20 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 19 05:40:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c63e1d

dev-ruby/safe_yaml: remove masked package

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

 dev-ruby/safe_yaml/Manifest|  1 -
 .../files/safe_yaml-1.0.5-ruby30-arity.patch   | 23 
 .../safe_yaml-1.0.5-ruby30-openstruct-tests.patch  | 69 --
 dev-ruby/safe_yaml/metadata.xml| 11 
 dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild   | 40 -
 5 files changed, 144 deletions(-)

diff --git a/dev-ruby/safe_yaml/Manifest b/dev-ruby/safe_yaml/Manifest
deleted file mode 100644
index ca8a9f884fbf..
--- a/dev-ruby/safe_yaml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST safe_yaml-1.0.5.gem 30720 BLAKE2B 
affbf5331cf290c3e7932f53da9b0f488730ae9138f0b28eb1e8e0323c7056635ed73bcadebd52f725895030a153dab13e243d997e84004f5bfac82e82dcebe2
 SHA512 
d9c8d9c28c3c8708f97cb0545f58152af81056f5e79147424dd7bf625f8e533440d1ed41d6abe2faf84578754823a1215ba28772c2e8593bfcfc397d647187b9

diff --git a/dev-ruby/safe_yaml/files/safe_yaml-1.0.5-ruby30-arity.patch 
b/dev-ruby/safe_yaml/files/safe_yaml-1.0.5-ruby30-arity.patch
deleted file mode 100644
index e994a48bbecb..
--- a/dev-ruby/safe_yaml/files/safe_yaml-1.0.5-ruby30-arity.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Daniel Leidert 
-Date: Wed, 1 Dec 2021 18:51:51 +0100
-Subject: Fix Rubx 3 compatibility
-
-Origin: 
https://github.com/dtao/safe_yaml/compare/master...paolobrasolin:development
-Bug: https://github.com/dtao/safe_yaml/issues/100

- lib/safe_yaml/safe_to_ruby_visitor.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/safe_yaml/safe_to_ruby_visitor.rb 
b/lib/safe_yaml/safe_to_ruby_visitor.rb
-index b980445..5fd71f0 100644
 a/lib/safe_yaml/safe_to_ruby_visitor.rb
-+++ b/lib/safe_yaml/safe_to_ruby_visitor.rb
-@@ -4,7 +4,7 @@ module SafeYAML
- 
- def initialize(resolver)
-   case INITIALIZE_ARITY
--  when 2
-+  when 2, -3
- # 
https://github.com/tenderlove/psych/blob/v2.0.0/lib/psych/visitors/to_ruby.rb#L14-L28
- loader  = Psych::ClassLoader.new
- scanner = Psych::ScalarScanner.new(loader)

diff --git 
a/dev-ruby/safe_yaml/files/safe_yaml-1.0.5-ruby30-openstruct-tests.patch 
b/dev-ruby/safe_yaml/files/safe_yaml-1.0.5-ruby30-openstruct-tests.patch
deleted file mode 100644
index 9b597276617b..
--- a/dev-ruby/safe_yaml/files/safe_yaml-1.0.5-ruby30-openstruct-tests.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From: Sergio Durigan Junior 
-Date: Fri, 28 Jan 2022 16:35:01 -0500
-Subject: Adjust tests to reflect OpenStruct changes on Ruby3.0
-
-Ref.: https://github.com/ruby/psych/issues/540
-
-OpenStruct on Ruby3.0 changed its marshalling/unmarshalling code,
-which is now impacting safe_yaml's testcase.  The two adjustments that
-needed to be made are:
-
-- OpenStruct's instance_variable_get will now symbolize its hash keys,
-  instead of using strings.
-
-- OpenStruct's to_yaml method will not output the 'table' entity
-  anymore.
-
-Signed-off-by: Sergio Durigan Junior 
-
-Forwarded: yes, https://github.com/dtao/safe_yaml/pull/102

- spec/safe_yaml_spec.rb | 26 +++---
- 1 file changed, 23 insertions(+), 3 deletions(-)
-
-diff --git a/spec/safe_yaml_spec.rb b/spec/safe_yaml_spec.rb
-index aa701a4..1081173 100644
 a/spec/safe_yaml_spec.rb
-+++ b/spec/safe_yaml_spec.rb
-@@ -318,7 +318,13 @@ describe YAML do
-   it "will allow objects to be deserialized for whitelisted tags" do
- result = YAML.safe_load("--- !ruby/object:OpenStruct\ntable:\n  foo: 
bar\n")
- expect(result).to be_a(OpenStruct)
--expect(result.instance_variable_get(:@table)).to eq({ "foo" => "bar" 
})
-+if RUBY_VERSION < '3.0'
-+  expect(result.instance_variable_get(:@table)).to eq({ "foo" => 
"bar" })
-+else
-+  # Ruby3.0's OpenStruct will now symbolize the hash key.
-+  # Ref.: https://github.com/ruby/psych/issues/540
-+  expect(result.instance_variable_get(:@table)).to eq({ :foo => "bar" 
})
-+end
-   end
- 
-   it "will not deserialize objects without whitelisted tags" do
-@@ -463,10 +469,24 @@ describe YAML do
- 
- it "allows the default option to be overridden on a per-call basis" do
-   result = safe_load_round_trip(OpenStruct.new(:foo => "bar"), 
:whitelisted_tags => [])
--  expect(result).to eq({ "table" => { :foo => "bar" } })
-+  if RUBY_VERSION < '3.0'
-+expect(result).to eq({ "table" => { :foo => "bar" } })
-+  else
-+# Ruby3.0's OpenStruct's to_yaml method doesn't output the
-+# 'table' entity anymore.
-+# Ref.: 

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

2023-09-18 Thread Hans de Graaff
commit: eac204c5885f1a83d01f22ad7ee5b58e79f7ffc0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 19 05:40:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 19 05:40:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac204c5

profiles/package.mask: remove obsolete masks

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

 profiles/package.mask | 13 -
 1 file changed, 13 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 565f57c16aa3..6d3d290d6cc1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -244,12 +244,6 @@ dev-python/sphinx_ansible_theme
 # Removal on 2023-09-19.  Bug #880415.
 dev-python/nptyping
 
-# Hans de Graaff  (2023-08-19)
-# ruby30-only package without any reverse dependencies. Use
-# dev-ruby/psych if you want to safely load YAML files.
-# Masked for removal on 2023-09-19
-dev-ruby/safe_yaml
-
 # Hans de Graaff  (2023-08-19)
 # Ruby 3.0 is not compatible with OpenSSL 3 and consequently will be
 # masked earlier than its upstream EOL date. Please use a newer Ruby
@@ -265,13 +259,6 @@ dev-lang/ruby:3.0
 # Removal after 2023-10-01.  Bug #912363.
 app-dicts/edictionary
 
-# Hans de Graaff  (2023-08-17)
-# The ruby project no longer maintains the elisp ruby-mode with the last
-# changed upstream 5 years ago. ruby-mode is also included in Emacs
-# itself, and this version is still maintained.
-# Masked for removal on 2023-09-17.
-app-emacs/ruby-mode
-
 # Sam James  (2023-08-04)
 # Stricter behavior which causes some packages to fail, see bug #911721.
 =dev-util/pkgconf-2.0.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-09-18 Thread Arthur Zamarin
commit: 41522705fe73b8a16ba509d226f9a212b6181cab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41522705

dev-perl/libwww-perl: Stabilize 6.720.0-r1 amd64, #914414

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

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index 45df34e135b0..ffec0426bb60 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 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-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-ASN1/

2023-09-18 Thread Arthur Zamarin
commit: 4e742d2bcef61edf19952a44b01c2be88dcecc56
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e742d2b

dev-perl/Convert-ASN1: Stabilize 0.340.0 ppc64, #914410

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

 dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild 
b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
index f1e7fb79ad0d..b2b42220ecbd 100644
--- a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
+++ b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standard en/decode of ASN.1 structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-09-18 Thread Arthur Zamarin
commit: 123fdf23539a1e099ee9c334071a268ab61af347
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123fdf23

dev-perl/libwww-perl: Stabilize 6.720.0-r1 x86, #914414

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

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index ffec0426bb60..5379a5158b5d 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 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-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2023-09-18 Thread Arthur Zamarin
commit: 08abddb58eb72d6a42d24c8afce6468f144821a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08abddb5

dev-perl/Text-CSV_XS: Stabilize 1.510.0 x86, #914412

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

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
index fb4ed38355fa..14b799e89306 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/

2023-09-18 Thread Arthur Zamarin
commit: 3e356cb6db27f279163dd730cd2ab312e45b0a13
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e356cb6

dev-perl/Authen-SASL: Stabilize 2.170.0 x86, #914404

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

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild 
b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index 77bf33f5fd29..3cab5a2675b1 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/

2023-09-18 Thread Arthur Zamarin
commit: 58f21aaffd698130114e3869b58c9b4628c25c1d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f21aaf

dev-perl/Glib-Object-Introspection: Stabilize 0.51.0 x86, #914415

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
index 9d4b141d4c6c..ea928d21d346 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-perl/glib-perl-1.320.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/

2023-09-18 Thread Arthur Zamarin
commit: e9585222e885cf24af5c92f2aabd8e9dcb0c3f9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9585222

dev-perl/Glib-Object-Introspection: Stabilize 0.51.0 ppc64, #914415

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
index ea928d21d346..8a6728a8fd6f 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-perl/glib-perl-1.320.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-09-18 Thread Arthur Zamarin
commit: 8d45249941956b8ac46b1640539fda988f016acb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d452499

dev-perl/libwww-perl: Stabilize 6.720.0-r1 ppc64, #914414

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

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index 5379a5158b5d..f2904523b1c5 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 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-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2023-09-18 Thread Arthur Zamarin
commit: aa72b727f43a2c4ebfd2bb7f05b1f11babde72e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa72b727

dev-perl/Text-CSV_XS: Stabilize 1.510.0 hppa, #914412

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

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
index 3d4f51e7c7b3..fb4ed38355fa 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2023-09-18 Thread Arthur Zamarin
commit: 438bd9e1b3f7fd19923282025bd86ad3decaefc1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438bd9e1

dev-perl/Text-CSV_XS: Stabilize 1.510.0 ppc64, #914412

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

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
index 14b799e89306..49da9bce708a 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-ASN1/

2023-09-18 Thread Arthur Zamarin
commit: f3cf1c350628f150deb87193c9c580ad14ba9a4d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cf1c35

dev-perl/Convert-ASN1: Stabilize 0.340.0 amd64, #914410

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

 dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild 
b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
index a1ffe6d16233..f1e7fb79ad0d 100644
--- a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
+++ b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standard en/decode of ASN.1 structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Selector-XPath/

2023-09-18 Thread Arthur Zamarin
commit: 73d646a94283e8a0a67dc978772027ab938c79a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d646a9

dev-perl/HTML-Selector-XPath: Stabilize 0.280.0 x86, #914411

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

 dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild 
b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild
index 371f82aaee98..9bc08fdb4eca 100644
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild
+++ b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="CSS Selector to XPath compiler"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Calendar-Simple/

2023-09-18 Thread Arthur Zamarin
commit: 951fa94ddcede2bc240448deb1ef3b70e1942de1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951fa94d

dev-perl/Calendar-Simple: Stabilize 2.0.3 x86, #914408

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

 dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild 
b/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild
index 75aad399b434..12091739deca 100644
--- a/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild
+++ b/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension to create simple calendars"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/

2023-09-18 Thread Arthur Zamarin
commit: 638901d5109d00ee2a400d6057eb561a567f9f8c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638901d5

dev-perl/CGI-Compile: Stabilize 0.260.0 amd64, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild 
b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index ad98b9e66cbd..415c27b9396b 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-perl/File-pushd



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/

2023-09-18 Thread Arthur Zamarin
commit: e0d4ea2b299f944c3f57a2c9803afea380f11d0e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d4ea2b

dev-perl/CGI-Compile: Stabilize 0.260.0 ppc64, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild 
b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 415c27b9396b..07c6ba025249 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-perl/File-pushd



[gentoo-commits] repo/gentoo:master commit in: dev-perl/App-cpanminus/

2023-09-18 Thread Arthur Zamarin
commit: ea5f4a14cc24076eb8423fe96fd15c1d78831b3c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5f4a14

dev-perl/App-cpanminus: Stabilize 1.704.700 x86, #914406

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

 dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild 
b/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild
index bcd325c703d6..fc94da8cab2a 100644
--- a/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild
+++ b/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Get, unpack, build and install modules from CPAN"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~riscv x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/

2023-09-18 Thread Arthur Zamarin
commit: 6b623c5be00d9437f28a948c0bd557c2f3ae31c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b623c5b

dev-perl/Authen-SASL: Stabilize 2.170.0 ppc64, #914404

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

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild 
b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index 3cab5a2675b1..cbb7c424cf79 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/

2023-09-18 Thread Arthur Zamarin
commit: e70f598af3d9febe26c5005ecfb941bdbc47fe35
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70f598a

dev-perl/Authen-SASL: Stabilize 2.170.0 hppa, #914404

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

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild 
b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index 62717027d5d8..77bf33f5fd29 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="



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

2023-09-18 Thread Arthur Zamarin
commit: f09bb3947797e861e11627f1285980fe631ad710
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09bb394

app-arch/dump: Stabilize 0.4.47-r3 x86, #913792

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

 app-arch/dump/dump-0.4.47-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/dump/dump-0.4.47-r3.ebuild 
b/app-arch/dump/dump-0.4.47-r3.ebuild
index a29db7166931..90ba51ef81f7 100644
--- a/app-arch/dump/dump-0.4.47-r3.ebuild
+++ b/app-arch/dump/dump-0.4.47-r3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 # We keep uuid USE flag default dsiabled for this version. Don't forget
 # to default enable it for later versions as this is the upstream default.
 IUSE="bzip2 debug ermt lzo readline selinux sqlite ssl static test uuid zlib"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clozurecl/

2023-09-18 Thread Arthur Zamarin
commit: 0c6779555e5839467c47d20b9e042f690e33ba22
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 19 05:38:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 05:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c677955

dev-lisp/clozurecl: Stabilize 1.12.2 x86, #914294

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

 dev-lisp/clozurecl/clozurecl-1.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.12.2.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.12.2.ebuild
index eb7c0d0c0ec1..6e8d7fa069cd 100644
--- a/dev-lisp/clozurecl/clozurecl-1.12.2.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.12.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="-* amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 RDEPEND=">=dev-lisp/asdf-2.33-r3:="



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

2023-09-18 Thread Sam James
commit: ca3cfbf2b5162b5999e8c91f1a48fc80d8f0245b
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:52:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 05:24:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3cfbf2

net-misc/ipcalc: add github upstream metadata

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

 net-misc/ipcalc/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/ipcalc/metadata.xml b/net-misc/ipcalc/metadata.xml
index d5af4bcfaf13..d1dfb6813d0d 100644
--- a/net-misc/ipcalc/metadata.xml
+++ b/net-misc/ipcalc/metadata.xml
@@ -5,4 +5,7 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

+   
+   kjokjo/ipcalc
+   
 



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/

2023-09-18 Thread Sam James
commit: dfb01136fd82dc2235a54368f115eb59ca540c41
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 05:26:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 05:26:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb01136

virtual/perl-Math-BigInt: add 1.999.838

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

 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild 
b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild
new file mode 100644
index ..811bf54a9944
--- /dev/null
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   ~perl-core/${PN#perl-}-${PV}
+   dev-lang/perl:=
+"



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

2023-09-18 Thread Sam James
commit: 3303a4d03616a0e814cd745d27c737e803e4f0a4
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:59:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 05:24:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3303a4d0

net-misc/ipcalc: style tweaks

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

 net-misc/ipcalc/ipcalc-0.42_p2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild 
b/net-misc/ipcalc/ipcalc-0.42_p2.ebuild
index 9cefbd6b65d9..acc7c7928e39 100644
--- a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild
+++ b/net-misc/ipcalc/ipcalc-0.42_p2.ebuild
@@ -4,17 +4,18 @@
 EAPI=7
 
 DESCRIPTION="IP Calculator prints broadcast/network/etc for an IP address and 
netmask"
-LICENSE="GPL-2+"
 HOMEPAGE="http://jodies.de/ipcalc;
 SRC_URI="
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}.orig.tar.gz
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p/-}.debian.tar.xz
 "
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+S="${WORKDIR}"/${PN}-0.5
+
+LICENSE="GPL-2+"
 SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND=">=dev-lang/perl-5.6.0"
-S=${WORKDIR}/${PN}-0.5
 
 src_prepare() {
eapply "${WORKDIR}"/debian/patches/*.patch



[gentoo-commits] repo/gentoo:master commit in: perl-core/Math-BigInt/

2023-09-18 Thread Sam James
commit: c13dc7384923184292df961d24d5f82fbd123873
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 01:13:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 05:24:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13dc738

perl-core/Math-BigInt: new package, add 1.999.838

Fished out from 43f46bf3bb3a914898b04cb0a29736849d8f094a.

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

 perl-core/Math-BigInt/Manifest |  1 +
 perl-core/Math-BigInt/Math-BigInt-1.999.838.ebuild | 36 ++
 perl-core/Math-BigInt/metadata.xml | 16 ++
 3 files changed, 53 insertions(+)

diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
new file mode 100644
index ..2c0bac6dd700
--- /dev/null
+++ b/perl-core/Math-BigInt/Manifest
@@ -0,0 +1 @@
+DIST Math-BigInt-1.999838.tar.gz 2870131 BLAKE2B 
749e0b04175070a571dd749c99b3558ce7bce442ee800eb227d952723bfd09b588c8ce6f3ddd2d2b71e8c89dbd2be80ac1272f9725a7bc435db77fa2f4ffac15
 SHA512 
33beb52f3e952d78e637336e61522416256029cdd106bab1a8b7d26a0b0f6aee16b779819b6922e99ccd3d67b14766ed661b2dec39dd9b31da4608df4fbe548f

diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.838.ebuild 
b/perl-core/Math-BigInt/Math-BigInt-1.999.838.ebuild
new file mode 100644
index ..aebb9315936f
--- /dev/null
+++ b/perl-core/Math-BigInt/Math-BigInt-1.999.838.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=1.999838
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Arbitrary size floating point math package"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Carp-1.220.0
+   >=virtual/perl-Math-Complex-1.390.0
+"
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+# TODO: where does this come from?
+PDEPEND="
+   >=virtual/perl-Math-BigInt-FastCalc-0.500.600
+   >=virtual/perl-bignum-0.220.0
+   >=virtual/perl-Math-BigRat-0.260.200
+"
+
+src_test() {
+   perl_rm_files t/author-*.t t/03podcov.t t/00sig.t t/02pod.t
+   perl-module_src_test
+}

diff --git a/perl-core/Math-BigInt/metadata.xml 
b/perl-core/Math-BigInt/metadata.xml
new file mode 100644
index ..36405a484b9b
--- /dev/null
+++ b/perl-core/Math-BigInt/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Math-BigInt
+Math::BigFloat
+Math::BigInt
+Math::BigInt::Calc
+Math::BigInt::CalcEmu
+Math::BigInt::Lib
+  
+



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

2023-09-18 Thread Zac Medico
commit: 12fc95e0cbcc89ca0ba3dd892d1ef0b4c4a5a1c0
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Tue Sep 19 01:05:01 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Sep 19 04:34:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fc95e0

app-containers/buildah: add 1.32.0

Closes: https://github.com/gentoo/gentoo/pull/32918
Closes: https://bugs.gentoo.org/914417
Signed-off-by: Rahil Bhimjiani  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/buildah/Manifest  |  1 +
 app-containers/buildah/buildah-1.32.0.ebuild | 84 
 app-containers/buildah/metadata.xml  |  6 ++
 3 files changed, 91 insertions(+)

diff --git a/app-containers/buildah/Manifest b/app-containers/buildah/Manifest
index 1fd123b39e14..85c2689ec816 100644
--- a/app-containers/buildah/Manifest
+++ b/app-containers/buildah/Manifest
@@ -1,2 +1,3 @@
 DIST buildah-1.29.1.tar.gz 15594930 BLAKE2B 
71b87352062b3a5df67389897fd0d82c2491c48cffbda808b30e2767a1e290eccfd726be26dbd57fd8d08cfacb74f313058179c40600225d863a9340b772df1e
 SHA512 
ea78aacee9b5cc10e299789d739e7086579e67719ab72b84f6ea5acbaf31d443284387ac92e7c5c1c3da9bd6523f43e2d9c7e2ea5698c251cb5458a384f41b04
 DIST buildah-1.30.0.tar.gz 15623786 BLAKE2B 
e0b2f6d26827cfe40f88a9915f12b6acb385fbd576fa227d4fee02c162077e9c6fe0591c7171405f5645cd06e4068f26e17c2cb963898e38cfbdd61abe68dae2
 SHA512 
185fd98a59fa8d86fe9f1eadc9b7591e5053674464be10538a7581d8e1f6a25e5032a354c821c32a167e2864acea010243efbbe4f5a4205d8eaa2894f062a25b
+DIST buildah-1.32.0.tar.gz 18445843 BLAKE2B 
d7471e3f0733bc626f665c592701666ba41732eb53bf4679da7e9e28dad388532ab8c88e86db553790ced7822168fd6388dc08121e1456404f18a5d96017da60
 SHA512 
7c61141e43ea2f968a50b4c5ae6b69c2b9734a19774c7ca48bc942b900ca55ec381ac93fdf04f08061640a457551a9e03a45a37d22cb94b34cecded192dced8f

diff --git a/app-containers/buildah/buildah-1.32.0.ebuild 
b/app-containers/buildah/buildah-1.32.0.ebuild
new file mode 100644
index ..99b52da91893
--- /dev/null
+++ b/app-containers/buildah/buildah-1.32.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 go-module linux-info
+GIT_COMMIT=2326d49
+
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/containers/buildah;
+SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="btrfs systemd doc test"
+RESTRICT="test"
+
+DEPEND="
+   systemd? ( sys-apps/systemd )
+   btrfs? ( sys-fs/btrfs-progs )
+   app-crypt/gpgme:=
+   dev-libs/libgpg-error:=
+   dev-libs/libassuan:=
+   sys-apps/shadow:=
+   sys-libs/libseccomp:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_pretend() {
+   local CONFIG_CHECK=""
+   use btrfs && CONFIG_CHECK+=" ~BTRFS_FS"
+   check_extra_config
+
+   if ! linux_config_exists; then
+   ewarn "Cannot determine configuration of your kernel."
+   fi
+}
+
+src_prepare() {
+   default
+
+   [[ -f hack/systemd_tag.sh ]] || die
+   if use systemd; then
+   echo -e '#!/usr/bin/env bash\necho systemd' > 
hack/systemd_tag.sh || die
+   else
+   echo -e '#!/usr/bin/env bash\necho' > hack/systemd_tag.sh || die
+   fi
+
+   [[ -f btrfs_installed_tag.sh ]] || die
+   [[ -f btrfs_tag.sh ]] || die
+   if use btrfs; then
+   echo -e '#!/usr/bin/env bash\necho btrfs_noversion' > 
btrfs_tag.sh || die
+   else
+   echo -e '#!/usr/bin/env bash\necho exclude_graphdriver_btrfs' > 
btrfs_installed_tag.sh || die
+   fi
+
+   if ! use test; then
+   cat << 'EOF' > "${T}/Makefile.patch"
+--- Makefile
 Makefile
+@@ -54 +54 @@
+-all: bin/buildah bin/imgtype bin/copy bin/tutorial docs
++all: bin/buildah docs
+EOF
+   eapply -p0 "${T}/Makefile.patch"
+   fi
+}
+
+src_compile() {
+   emake GIT_COMMIT=${GIT_COMMIT} all
+}
+
+src_test() {
+   emake test-unit
+}
+
+src_install() {
+   use doc && dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
+   use doc && dodoc -r docs/tutorials
+   doman docs/*.1
+   dobin bin/${PN}
+   dobashcomp contrib/completions/bash/buildah
+}

diff --git a/app-containers/buildah/metadata.xml 
b/app-containers/buildah/metadata.xml
index f3f28d12b5c5..93c8449bacbb 100644
--- a/app-containers/buildah/metadata.xml
+++ b/app-containers/buildah/metadata.xml
@@ -8,4 +8,10 @@

containers/buildah

+
+ 
+   Enables dependencies for the "btrfs" graph driver, including
+   necessary kernel flags.
+ 
+
 



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

2023-09-18 Thread Matt Turner
commit: abc960d0681ed29ce7a4f1a066d0bc08ae6b811d
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 19 03:48:11 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 19 03:52:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc960d0

profiles: Force USE=gstreamer on webkit-gtk >= 2.42

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

 profiles/base/package.use.force | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index e1cab4651ef9..5fe6a08970f6 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,13 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2023-09-18)
+# Disabling gstreamer seems to be untested upstream and is often broken.
+# The gstreamer dependencies are trivial in compile time and disk usage
+# compared to webkit-gtk.
+# Bugs #911663, #914362
+>=net-libs/webkit-gtk-2.42 gstreamer
+
 # Alexey Sokolov  (2023-08-14)
 # OpenMW is only playtested with LuaJIT, and in fact unit tests fail with 
Lua-5.
 # Therefore apply mask/force to override the profile's defaults, and invert on



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

2023-09-18 Thread Michał Górny
commit: 6f19a1f75bddac3393571944e3909c30a29457b7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:54:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f19a1f7

dev-python/hypothesis: Bump to 6.86.2

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.86.2.ebuild | 91 ++
 2 files changed, 92 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 4b4c621678d3..c25b9dc0a0ea 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -2,3 +2,4 @@ DIST hypothesis-6.83.1.gh.tar.gz 9380569 BLAKE2B 
a1af77a089ade4a957fd66036095436
 DIST hypothesis-6.84.3.gh.tar.gz 9386113 BLAKE2B 
9d990b1634e7cd12f933f3a53b4231f8df40bc33a7cbe742832ac74510471a54f8d7a23eaaa23a43b54466120be85ded0820ced8f0b1aee556032e4a8bb0a423
 SHA512 
84669e76c30a1b47439c826f67e11fce4eb6cf22a6ac09f91f3d07b1b02cbc972096431deb67ef8c63f12e3dbd7bcad35bc24b469a354d7808ca8d96d816c611
 DIST hypothesis-6.85.1.gh.tar.gz 9387516 BLAKE2B 
362dc9adff39e0229307ed4d8c63a2c78a2653d5b880a7748218bccb3a4f6e36c6a0e38d51aa72a5acfb8e66f9d1418dbf8d039b855a6596515257d815566cc8
 SHA512 
4916575f60b9472d58a02a776fdf7794ea83e9e59b414a05f5ed06aff31ed91719485ceddec8233125425393444f0487ab2a6adae7c9cd6d3448460c20d3c556
 DIST hypothesis-6.86.1.gh.tar.gz 9388105 BLAKE2B 
92a645c1e2f0d40bb96271b9539f415d5bdf8a57c50d658a8d041802cc3adc49708c420127bf0ae0daca1480c975766b5c4b1d4a07b18c020a608ea577e1894f
 SHA512 
133adced2ef15f64aca404384ac372d36dec4a28b8b768631b09de6698fb718bd27c062546f0fe8b428510c51014ff124d4469e1b904aedc2fdd84183cee48bf
+DIST hypothesis-6.86.2.gh.tar.gz 9388171 BLAKE2B 
7f6ba341c96e9ad2c6a05c777cd94d5437b24a66f571e690701501ce13bce7a448afdad0964f6ba0c34d3a4e1f52cbbc0f23709e4a15750c0f13b81d25ae2810
 SHA512 
6d858e9722014ae136a13bf93f1f4bd55b7eef7ae9f25dbb90abe1e5dab4422aa2987ed01f852d74ba8332af2cfc99b7f938f9a934604fea74e51f5dd4d52f9c

diff --git a/dev-python/hypothesis/hypothesis-6.86.2.ebuild 
b/dev-python/hypothesis/hypothesis-6.86.2.ebuild
new file mode 100644
index ..0d6df2a9e475
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.86.2.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2023-09-18 Thread Michał Górny
commit: 32e7e2da6d52259e09dafc3fdbc4b49c1d30e050
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:42:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e7e2da

dev-python/boto3: Bump to 1.28.50

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 1d5d824563cd..3530a723fbeb 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -12,3 +12,4 @@ DIST boto3-1.28.46.gh.tar.gz 699277 BLAKE2B 
7bc3a739cbb40b56c7b993132571add6d77f
 DIST boto3-1.28.47.gh.tar.gz 699978 BLAKE2B 
056a6c4ac0d94dd147cf1a0e438f9947b2a0bf9f608b5317fe71f58192003cd6de819acc090067cc86124be6ead967bf8cc15ac9061008a15e57cb4259145bb8
 SHA512 
e0ad5c30677a6c04206a1845ac1cb19a91789885de7ca2cfbac70743e54f8d3254471672c560dc0b97f3d46b6366455521cb78d1c300428ff01f2fdfa1da7ff6
 DIST boto3-1.28.48.gh.tar.gz 700213 BLAKE2B 
3ddb02067fee032d3d5e493849936b854130def109f46806fe826845da1daa681920448d96658910ec3064d576de1fe6055d514345cbe88d548278c16c2a28a9
 SHA512 
b561b0631af566a82495d97ba9c4dc58183361868042b70c353004c58c3cfc38c3496eb5a4d387e5272b76f479a7f101676fc3a9b6306d203e5122bde0091e98
 DIST boto3-1.28.49.gh.tar.gz 700443 BLAKE2B 
7c76e0ee6d6de1f7a67534a49e54092a564d419f9fc18b25375d2416af07987039bf864e0c2a996d5b64c3f9207dcd50da6ee5b0e2bf606e453d7841ddd6f7d4
 SHA512 
597debebb60c33bdf2bcc485bbf9ab7c433a5750b71708ffcd2847b6b21199c1c598edeb35e236f6b7feca3f762b5d62f9637e00876b7c0629baae50e7f132c9
+DIST boto3-1.28.50.gh.tar.gz 700837 BLAKE2B 
57dd760ef175b16a9aebfa86d39a6529809f22101a1cab3334f239d23ef6f865fa573dcf38e5aab66aee5ea3c448c91c21bff78835a3d07de8508397c5e809fa
 SHA512 
8b31a6012b398c067b927ac4c428fa61f881a88afb865d88a407d9c06fc69a402778198afa7f39ee158f61e952956f18f6f32edbf076098eda5431e92c06f5cc

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



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

2023-09-18 Thread Michał Górny
commit: 48dd2310a37003d2aec21277adfc1794a5883f00
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:50:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dd2310

dev-python/pydantic-core: Bump to 2.8.0

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

 dev-python/pydantic-core/Manifest  |   6 +
 .../pydantic-core/pydantic-core-2.8.0.ebuild   | 137 +
 2 files changed, 143 insertions(+)

diff --git a/dev-python/pydantic-core/Manifest 
b/dev-python/pydantic-core/Manifest
index 0dacdea69713..024528d5b3ff 100644
--- a/dev-python/pydantic-core/Manifest
+++ b/dev-python/pydantic-core/Manifest
@@ -4,6 +4,7 @@ DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c5
 DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef91
 SHA512 
1eb76aff9a84057f2ccb7082e9c57b015c2d71a28173089b02e7aacd09a7d311bedf0a943529611ada29f8d7b536d7ae4de256d98eee8450003a3a9a652bda4b
 DIST base64-0.21.2.crate 76389 BLAKE2B 
6da080dfc31c5b2ebdbfd336be6e71373918f9388c85649133363a60ee1647b6ad67c7dfd461b6ee842c3633e40593b6ac2f313585b3e8e07dbd690739f433f9
 SHA512 
3f85bdf846e2f8a2e0f2335749bab58c904479a29311143580f1de42455799d04606dedbf64d355af580d77867d7b895e1078463c7cc5a5fbd9ded9d7cbf3559
 DIST base64-0.21.3.crate 76898 BLAKE2B 
09dc56f20321ea9e4af6a983aec13b78e52d9f0007630b0ea21bd4ba24d7dd604a50001488656f2e18fedf6ba76328c673ae986fc8e8516d546cd167cf8e
 SHA512 
75745fe54f321d21fb94d6481aa35f8fac29c8fa514a36043d10eb1a08f5566ee0ad0cdc7358a20b8086babd2afe043efad6720df1289495b5df4a788dbe920c
+DIST base64-0.21.4.crate 77029 BLAKE2B 
4380440305c8a293218bb1fdba5c257b2a088af2f74f2936937cd0f0b3462248b572bdbfe5e2a82af1f2cf04267267317b1c2b74972fa9976795e9c174d2352f
 SHA512 
33fba19be1e7c3e74b57ae0487fda904258f31457c005467caf2e44eb55e271e0d2e3f2d4b80b667b05fc625878e0b136a07984dc88335a2099278672b3c4b0f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db
 SHA512 
cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
@@ -22,6 +23,7 @@ DIST libc-0.2.147.crate 686772 BLAKE2B 
ab2f0c65d071d46b8b88149add1c8429237ef6d9e
 DIST libmimalloc-sys-0.1.33.crate 1166827 BLAKE2B 
0ac4664de727ad209a66f8a0ba0308815cd1be6a6ec2a73ca211cffaef51dc8a31ac4898233bdf9bf8ba260bdf466dfd751249f849f08b584243c43017d14366
 SHA512 
ac2161b4324436ff55b421bd5d26c5c3a54da62319299b392f9aaebd65dcd5862b8f8488738959e7e45be3165259b251643416ddd9905ddf6580807136c71616
 DIST lock_api-0.4.10.crate 26713 BLAKE2B 
113adf8554c65e9782e8fd0360d0398567dfbfddb1fea4928cc152fbab98dbe086e42b81170f6f5c333d61dd3261e8a1ebfbaed786e6bf6378e6afde6d7f9e5c
 SHA512 
ffe8cad8099bc382832181c1ff95e0935993491f247114604201be7d4ddf8402fd4db8fd6499c611f95fbce7d57dc3d3738eddfab31c52f50ab8709e549697db
 DIST memchr-2.5.0.crate 65812 BLAKE2B 
57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab
 SHA512 
444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
+DIST memchr-2.6.3.crate 94377 BLAKE2B 
5f1603397d6703ddd9a1e68429cb6e9dae9021e14692c1e084f3b5c82d36645a1fa930c7a76b97df8e1919402fa7e1c621969ce85ce20c82b3087104afe18f25
 SHA512 
8d5e1425ea702a0950c95271dfd2e81610731496f77af0d683536b074a22922a7d7ec6da41577487d1d658e3b27257b7d1e142761b523e68760a2f5f24f049bc
 DIST memoffset-0.9.0.crate 9033 BLAKE2B 
19090c1af8b8cf54a2cf7593748aff4d3dc685ec7080aa476139c1721ef71555495e1bc513b1efaddc7e7702f83e0e1c2a8f71ff40009d266539484c9297e0ed
 SHA512 
2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55
 DIST mimalloc-0.1.37.crate 5016 BLAKE2B 
3e098adb64c624272b330ae708229451f8041a42f0059772305949949f6ad14eaa168168d08ea2071cae43f79de63070c742360fa16765900cf615de5fcfeeeb
 SHA512 
861034483e50f6fca74c7c0b9d54e9838e080ba12270991157172df4c8073e874b22242db962a82095779be27b93af52f6789ef8f61b7a88e1de20e892fd3cfe
 DIST num-bigint-0.4.3.crate 

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

2023-09-18 Thread Michał Górny
commit: a0eab7466e632a320d51276c7e8706ade1be8fb1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:57:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0eab746

dev-python/pytest-httpx: Bump to 0.26.0

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

 dev-python/pytest-httpx/Manifest   |  1 +
 dev-python/pytest-httpx/pytest-httpx-0.26.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
index 9aaa64c3208c..f0bb420b832e 100644
--- a/dev-python/pytest-httpx/Manifest
+++ b/dev-python/pytest-httpx/Manifest
@@ -1,3 +1,4 @@
 DIST pytest_httpx-0.23.1.tar.gz 29462 BLAKE2B 
aaccef0152a4b7a6340ef322135dcea366df04f349e5d0b4ee9f02a9995485306da4c7854ef4235543b0dcb0228e2f5957790b2b58a0f41bb739849bfdf26cbc
 SHA512 
4490c716c341d782ebf02c29475b7618c0717bbaa736b0a0eefee8a7c8498d3474dd28d487469fe5806ba0018a07b538d2f583406f561c451de6f8a688d57901
 DIST pytest_httpx-0.24.0.tar.gz 31665 BLAKE2B 
2b9ec1c97635179b10052b32a5e1245ec44882f485e427cad7e278913c62b300f0a2e6637254469be15c68905e8b3fe2a34923e583f780b08e14433d625382f2
 SHA512 
b84b7fa80bcc80c8e1ef7324bd3e559d020b993bafa8835ea40bd33d6fc97208e391d86807ee2c7959eda01f615e1001876f346e67fb9dc645ad00a1feea9e64
 DIST pytest_httpx-0.25.0.tar.gz 31681 BLAKE2B 
6ebeda25278ef2f80705d8cafdf3acb745feb4594aa966efc2c4bd258ccee312a3a11a89e0dff2ae789bc1dbc5dce3b8ccd74b23144ba7fa2ff9fef8ac13557f
 SHA512 
a2513b5d75f281fae12e8e06151eaa52e35defa67aeca1f5ea146ecf3735897c0d440d11af8dbfb31a2be8ff9ea5d86962060c78b8d3ea1d83c0c870611a2a5f
+DIST pytest_httpx-0.26.0.tar.gz 33490 BLAKE2B 
27c267374a575aff2ecbaec4855b733318568d73368a103f93606cc8833be4d4e664418e2f4b67df2d39a8830dd32d75d3a00656e58824b6beb18c4cc0bf3a14
 SHA512 
b671984714e8958361a773ef5e3f7430736b01556c6af58aac4ca740a679b5c2e316e2d041e1594cc16e7e13cee9692f57dcbbf374ca15924685250f73cc7853

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.26.0.ebuild 
b/dev-python/pytest-httpx/pytest-httpx-0.26.0.ebuild
new file mode 100644
index ..1926979c400c
--- /dev/null
+++ b/dev-python/pytest-httpx/pytest-httpx-0.26.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-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="Send responses to HTTPX using pytest"
+HOMEPAGE="
+   https://colin-b.github.io/pytest_httpx/
+   https://github.com/Colin-b/pytest_httpx/
+   https://pypi.org/project/pytest-httpx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   =dev-python/httpx-0.25*[${PYTHON_USEDEP}]
+   

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

2023-09-18 Thread Michał Górny
commit: 906b49c7b2348710f035c485f4c9f250d44ce3b5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:57:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906b49c7

dev-python/zipp: Bump to 3.17.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.17.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 826e143abe79..d90746c7ebb7 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.16.2.tar.gz 20002 BLAKE2B 
abc9b9b2c801f50856e6ad761ff2be81729a475e221716b63c8e017ae87b5f712e43547ba1a42911533f9ad88d02e805768e5bcba397b3f7355d0a8cdcbaab0a
 SHA512 
cb7f19638b2bc2bb1c38241078836c4e484b8f1fae8232073da25967f01e449eb8a6c870d2afde285ea9ae319785a9e4b7cb0e5edc2d0f4690f3ce27c359be93
+DIST zipp-3.17.0.tar.gz 20367 BLAKE2B 
d1b21b7692e77a019769cd0ab93c850a409bc1eea22e2e6eb0ecaf0c14b5c42a0b272ee73afb111675f15dfab32aceae6515c05fd4e0c4749352e4be3c90
 SHA512 
efd100add7e8face19a6163d07b5efbef6f896d1f3ed2dbdd443ed7e523428bd779d1f05dfe806d4d2bbe10c17c21136f2a0b6f0cbe6000dd8a6abb86dede725

diff --git a/dev-python/zipp/zipp-3.17.0.ebuild 
b/dev-python/zipp/zipp-3.17.0.ebuild
new file mode 100644
index ..98a174be2fef
--- /dev/null
+++ b/dev-python/zipp/zipp-3.17.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-09-18 Thread Michał Górny
commit: ff426e593ea0d089bee4b971efd7a0e25cce4249
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:49:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff426e59

dev-python/mkdocs: Bump to 1.5.3

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

 dev-python/mkdocs/Manifest|  1 +
 dev-python/mkdocs/mkdocs-1.5.3.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/dev-python/mkdocs/Manifest b/dev-python/mkdocs/Manifest
index 10436ff9dff9..62df481060fe 100644
--- a/dev-python/mkdocs/Manifest
+++ b/dev-python/mkdocs/Manifest
@@ -1 +1,2 @@
 DIST mkdocs-1.5.2.gh.tar.gz 4042706 BLAKE2B 
2390b8a6f2229d039f5c8d82f00c66e7243ca79cf8a7c4662ba522e4c05bd7477d0334122e0f9a7453badcd1257c34d8fbe1a1082e638c532017e27f79f6a312
 SHA512 
0349aff69857df808b1208ea4f52276f1ca4d9a4c44efc9e913d191856c23bfd85e0efe23331def247df8fbfc36bfdbdb44aef0d012b5de47f34374bd0da2dde
+DIST mkdocs-1.5.3.gh.tar.gz 4057780 BLAKE2B 
d1e7ac739ea3a78f2a2d294a28c721f95cb8be6c114a5131893e346254ed1937218cc0d247e75092876d7f42dc04c8060fdc8d7535326f26a8f68ec11bc7045b
 SHA512 
3f7d0af4b071ac6998e82cefb18df27f1cc98d91c7902d2943acdaa08c56f90e36c1c5d1df1c1f61a1c50d8fecc2fb0014497f2436be89d52b17959808c31abc

diff --git a/dev-python/mkdocs/mkdocs-1.5.3.ebuild 
b/dev-python/mkdocs/mkdocs-1.5.3.ebuild
new file mode 100644
index ..64a9c7772366
--- /dev/null
+++ b/dev-python/mkdocs/mkdocs-1.5.3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Project documentation with Markdown"
+HOMEPAGE="
+   https://www.mkdocs.org/
+   https://github.com/mkdocs/mkdocs/
+   https://pypi.org/project/mkdocs/
+"
+SRC_URI="
+   https://github.com/mkdocs/mkdocs/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+# https://bugs.gentoo.org/873349
+# Building documentation requires packaging: callouts and mkdocs-autorefs
+#
+# IUSE="doc"
+#
+# BDEPEND="
+#  doc? (
+#  $(python_gen_any_dep '
+#  dev-python/mdx-gh-links[${PYTHON_USEDEP}]
+#  dev-python/mkdocs-redirects[${PYTHON_USEDEP}]
+#  ')
+#  )
+# "
+RDEPEND="
+   >=dev-python/Babel-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.3.3[${PYTHON_USEDEP}]
+   >=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-2.0[${PYTHON_USEDEP}]
+   >=dev-python/ghp-import-1.0[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.11.1[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml_env_tag-0.1[${PYTHON_USEDEP}]
+   >=dev-python/importlib-metadata-4.3[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.5[${PYTHON_USEDEP}]
+   >=dev-python/mergedeep-1.3.4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # Tests fails if additional themes are installed
+   mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes
+   mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes_error
+   mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes_warning
+
+   # Does not work in emerge env
+   
mkdocs/tests/config/config_options_tests.py::ListOfPathsTest::test_paths_localized_to_config
+
+   # TODO
+   mkdocs/tests/build_tests.py::testing_server
+   mkdocs/tests/livereload_tests.py::testing_server
+)
+
+python_compile_all() {
+   default
+#  if use doc; then
+#  # cannot just do mkdocs build, because that fails if
+#  # the package isn't already installed
+#  python -m mkdocs build || die "Failed to make docs"
+#  # Colliding files found by ecompress:
+#  rm site/sitemap.xml.gz || die
+#  HTML_DOCS=( "site/." )
+#  fi
+}
+
+python_test() {
+   epytest '-opython_files=*tests.py' mkdocs/tests
+}



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

2023-09-18 Thread Michał Górny
commit: acfb2e067c1682717275d7a027e9f92b4f27e596
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:56:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfb2e06

dev-python/netaddr: Bump to 0.9.0

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

 dev-python/netaddr/Manifest |  1 +
 dev-python/netaddr/netaddr-0.9.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest
index 93547897426c..5aeb0b0cea1b 100644
--- a/dev-python/netaddr/Manifest
+++ b/dev-python/netaddr/Manifest
@@ -1 +1,2 @@
 DIST netaddr-0.8.0.tar.gz 1959055 BLAKE2B 
c0a361c100490c17203aad14eb14a3e09c63f5a6ce2f4b7e85bc57942329ac4603a1d4b3a09a9ab964a775dfb50a8746f6dd4a05d2f9bba01674624a7d7b46c1
 SHA512 
0b518ef240b81af425a5aaa6f087b10dece3f352c0c67cde8553ac00daa9d1890637c05d16740e2c23b30ae068c1b4c409ca8291e02093699fafd638701b9069
+DIST netaddr-0.9.0.tar.gz 2196428 BLAKE2B 
279aea0816abfcf1efb70ac5b8593cfdea0551fd9a0cb0bf49e3247d5681c884d19aff83ab40df0e41b6549c20b66fbaba8508f0b442e0d72405c46a98365c0f
 SHA512 
250b00a930f7180e1b4e18cb90de579733ffea9cd4ac93a3b7d2f7796b30c6b49d70da4b05ed522ebc9389600f4db8ecaed9345f7d0076632d0beae41e11c3ae

diff --git a/dev-python/netaddr/netaddr-0.9.0.ebuild 
b/dev-python/netaddr/netaddr-0.9.0.ebuild
new file mode 100644
index ..b74ac96e6072
--- /dev/null
+++ b/dev-python/netaddr/netaddr-0.9.0.ebuild
@@ -0,0 +1,27 @@
+# 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 optfeature pypi
+
+DESCRIPTION="Network address representation and manipulation library"
+HOMEPAGE="
+   https://github.com/netaddr/netaddr/
+   https://pypi.org/project/netaddr/
+   https://netaddr.readthedocs.io/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "CLI support" dev-python/ipython
+}



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

2023-09-18 Thread Michał Górny
commit: 68296b0d46411ad2eaa83de342fb07d5a8c31196
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:56:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68296b0d

dev-python/cfn-lint: Bump to 0.80.2

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

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.80.2.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index f02edfd2acc2..f108f2cdb2fb 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -1,2 +1,3 @@
 DIST cfn-lint-0.79.11.tar.gz 3701364 BLAKE2B 
434b342a638a241accacd3686b52642737b8b5cce53f4561b3c25029ae3f9a39169cf179591538658658e0d4f39e2b5e61a632b6ef1a00d7e66127ada82e9ada
 SHA512 
757d4fdf0786c312e44204e53b0788edb56a3f7848f858dcc2995943d200c7af0149dad073fa6daee7e109e83e07b4b34f81352c2ec851128a02d012e66e92c8
 DIST cfn-lint-0.79.9.tar.gz 3699097 BLAKE2B 
d85d520b2bbba0c61766716bbc3222ce5cfd6cb467f215c7914a3996682ac86c5feb11ff01f946641cba0cafb7c1a7cf1a081a76f37dd3daa0e03a4a59b35d7c
 SHA512 
ad11ad76cf48a4c1661ef2b627fcf3c9eed08183a6c4401df826c75818f77d7878332ad2915ebc6dcf833eb15f886124fb15d83b46e9e1add88f911edf30db11
+DIST cfn-lint-0.80.2.tar.gz 3738744 BLAKE2B 
2de27228f303b37c005a6d947e5d4b9cfc940a2a7c7686956f8e7ac2e17d9a94104af7f43731c8defee643c5ed6cba8c24044af55db8462dd734442ae0637532
 SHA512 
c4ab580498a6de918fbac12786db461897068cccbb87d04d90f91e10befcf8e9190a8c165ee13ff137575d6a1e7b0999506c4fe9caa45c5e1123a23bb24fea24

diff --git a/dev-python/cfn-lint/cfn-lint-0.80.2.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.80.2.ebuild
new file mode 100644
index ..0cd40b7db3d1
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.80.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="
+   https://github.com/aws-cloudformation/cfn-lint/
+   https://pypi.org/project/cfn-lint/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.73.0[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   >=dev-python/regex-2021.7.1[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+   # TODO: it looks as if AWS_DEFAULT_REGION didn't work
+   test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
+   
test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_template_config
+   )
+
+   # from tox.ini
+   local -x AWS_DEFAULT_REGION=us-east-1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2023-09-18 Thread Michał Górny
commit: 3be509f6116b79cfa8d5b55c917f0c23a9d01df5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:43:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be509f6

app-admin/awscli: Bump to 1.29.50

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.29.50.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index a42999d1dbbf..62a56727a2fd 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -12,3 +12,4 @@ DIST aws-cli-1.29.46.gh.tar.gz 2531529 BLAKE2B 
ece1fe47627f1034a8e4c29780cef8b90
 DIST aws-cli-1.29.47.gh.tar.gz 2531859 BLAKE2B 
dd7ae6999c33773d8b1dd9869a7ccb8c79f364e6d1bc77e6ae4dd9b7159896ed85217b26029c5d1b587d4bdfe0f68d1ac87c0050dc7f734f2ee8c39f5c8e87e9
 SHA512 
75cccfe7221fd6c3166e60d23fe7971ad5d54749039383f88b24acd6b51c87b21f19e6fe4872cadade19acedb1eea99dbe9a66cf1a33476e8c35b1585bca1d68
 DIST aws-cli-1.29.48.gh.tar.gz 2533414 BLAKE2B 
a7089339eb48c01ec8b2e8d6db3354c872d1b5b4f7d8e005c5939e26ddf677480e455691609ad1ceb2d5c0f6bf831a5a1f6503fdab59ccd0398b0429173a7f67
 SHA512 
68c6f20eeb7eef12edaf9259aa425d4132a735c804d8dd79ee5276ebbfa9bd7b63877db11a2190ac6abcfd6aae7ec1a7cd5a17159de7d90cf4abef146128d5b9
 DIST aws-cli-1.29.49.gh.tar.gz 2533689 BLAKE2B 
0ead02f739adc66eed988bedf41b9b508c553a6dfcea07af022a5b3098e8a3f65e4fc59e512b3374b3f1fcf89ba30f0dcca20e2cd6638c2d2b37b09646f1f4ca
 SHA512 
336e012105d295dc69734fbd9f47a9cb6f2a54fc4dfac388e52e24519967e0aab5e3d98920f8ad05ea242e39673b6a8f98bb9af551507ee0560ee7598c9f86ec
+DIST aws-cli-1.29.50.gh.tar.gz 2534012 BLAKE2B 
1089a689851648125e0a04f4ec004bc141059201a8e885db3a88ac3912b47997af797e21ce8d759be5ba03a0a09d278c612068a8cd55eb4b9a971b11077d5175
 SHA512 
4dfd35be02641b77c3f4047645a7d6aaada62550ac725e1aefa154dbad15839b19fb222ea8194f919823d25b3a30c8275f3760dbf7d0828b1b1fa4537c2c26a4

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

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

2023-09-18 Thread Michał Górny
commit: c737f44c15112c76e2370f89c51616b3c8aa259e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:48:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c737f44c

dev-python/jellyfish: Bump to 1.0.1

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

 dev-python/jellyfish/Manifest   | 22 
 dev-python/jellyfish/jellyfish-1.0.1.ebuild | 82 +
 2 files changed, 104 insertions(+)

diff --git a/dev-python/jellyfish/Manifest b/dev-python/jellyfish/Manifest
index d1bb9590ddae..fa28484ab59d 100644
--- a/dev-python/jellyfish/Manifest
+++ b/dev-python/jellyfish/Manifest
@@ -7,30 +7,44 @@ DIST csv-core-0.1.10.crate 25668 BLAKE2B 
8e9a56c26e75f4c4c9e90a21cc30c60cc3fff17
 DIST getrandom-0.2.10.crate 34955 BLAKE2B 
8e7b8554ae360484ceca2a05f834c2664b08f41cbc6c955663e1f8f22fb5750481518bf1c7b49f49223a99a66914ef013347b9186acc97a20249f3222a13f9d4
 SHA512 
82af9e0417bff9272ed0478be4ac90426405ce210014b21899c6b95fde1b16893bf46295388ff5f13fa712a04c99c46b770fab83f41a1343af1590a86ca8da3b
 DIST indoc-1.0.9.crate 13475 BLAKE2B 
a9696788574e56dd125c3371169fd59d6947d188f76e2669b21c0304692efd6709cd048920f7822e92c6a5620fb178e0e85c7776118cef8ccee0f58398e14abf
 SHA512 
db8aef4a7bb606452dc8ed45aa29a255c7a135357a0bd586fb4429c5f56a1aa2ca9400d6fac39956aeb486a15d25cf5d1b9524967867f2c651d9d563e3e85be8
 DIST itoa-1.0.6.crate 10410 BLAKE2B 
8b1dc9ae9d55a006bb2abe3b0282e5e77397814b692a87b9becdc2bb74deabf5db09e3d5a2f604964cbff046148025988a5d916480e0402b2b80646fbed32875
 SHA512 
e1fb82fe16e1248141d48de9e05e7abed0c6fef58f2ff8b77b52aca5f16f3600c46707ff4c7a0f0307047610f29775bda74948d6d1efceb74b37cdd22e1fcf31
+DIST itoa-1.0.9.crate 10492 BLAKE2B 
0d5acef9ae72d3f4b5a387d231952e6025def69da81d38269b4882bc534be7acadc073e526fd8bebdca898a98b2c741735c541e0b6a35ed0f8f8799b906b65b1
 SHA512 
95f7906edb7d6a2690389167f8c4d01bc37827205bca87d527f2eb33722419ed2f2e8afaa559cc5a0a7e7fac76515c9c44c71c42b536aa34b0e2858c40946b6d
 DIST jellyfish-1.0.0.tar.gz 363065 BLAKE2B 
318bc77d7ef12c0fbf02b78ed819f7281204b8aa08cc8ae5b531ae204335cb2cd8c3ff130a743b35341a0f70b63f7a3ad60f8b7009c33bbba2e42a0fbb2590e0
 SHA512 
744a29b52cdddc9d6e56ec78ead2216b604a0b2ce053c2896199357afd27073bc2c072aedc8479df96fc0e8319f3deef0a5126dc23816a365c234a5909f2b43a
+DIST jellyfish-1.0.1.tar.gz 363239 BLAKE2B 
a0ca4633e8f7356d9cbe14e7dfa5adcc6a037b2bc4aa3a946ca8c8d709aed0b1a6cb9f8c4c1bc258ea289fd4dc7b554c5078a28e6157badab16c4b384abfaf80
 SHA512 
12cf8ea56c42cd91fdf9199802af6e8f97bb9d6f44fd291c46e9d1a445d39e2eee1fce2677eeb22c9d27453a54e95d5a2c4fae011846ec16178b2c5a588a342e
 DIST libc-0.2.146.crate 684707 BLAKE2B 
53091a46262389e327973185c26bf187beba392c45a92bfa424fc0976333d6c8afdac6527484032574086e32412a712bc2616468f7cb14e6bd0480ca2bef6da6
 SHA512 
4112c17cfda83041f33a7b616a365a0eb6603ba857fd7bedd64162021a6305c81da6ae8f37395732d7eea40d4fe648bae435ee0bf0b1a1a48400e6546d4d50b6
+DIST libc-0.2.148.crate 690988 BLAKE2B 
41dd38cfff1431cd8184220745697d794a66f6badec750be3910ddc4a6ddcf964692b5b28a5a9714592c5579da26248092facb9407920330b55aaef38501420c
 SHA512 
1dec9ec8f4c610c08f62bc2b45dd32f1e4528a045161d848b5c4f0382be1158a690f4d7760203d7d2347a80422671f43b07531871cf44990887eaaed35d924d4
 DIST lock_api-0.4.10.crate 26713 BLAKE2B 
113adf8554c65e9782e8fd0360d0398567dfbfddb1fea4928cc152fbab98dbe086e42b81170f6f5c333d61dd3261e8a1ebfbaed786e6bf6378e6afde6d7f9e5c
 SHA512 
ffe8cad8099bc382832181c1ff95e0935993491f247114604201be7d4ddf8402fd4db8fd6499c611f95fbce7d57dc3d3738eddfab31c52f50ab8709e549697db
 DIST memchr-2.5.0.crate 65812 BLAKE2B 
57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab
 SHA512 
444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
+DIST memchr-2.6.3.crate 94377 BLAKE2B 
5f1603397d6703ddd9a1e68429cb6e9dae9021e14692c1e084f3b5c82d36645a1fa930c7a76b97df8e1919402fa7e1c621969ce85ce20c82b3087104afe18f25
 SHA512 
8d5e1425ea702a0950c95271dfd2e81610731496f77af0d683536b074a22922a7d7ec6da41577487d1d658e3b27257b7d1e142761b523e68760a2f5f24f049bc
 DIST memoffset-0.8.0.crate 8912 BLAKE2B 
19ad3abed21fc39461b0382b15a8cc312378aba36f042b1e5335012115d31b350a4e3bc720f1eea300d7d19b9b317f75a28d4ccd78ff3b31defd9e4b3147899c
 SHA512 
47adcae0848ff967035e10543ea599c7af9c5bad387023eb4dc77c9e8d875994ec8139b9941b3ecc4fc17214d80944a47a3be174a45b334661914a5a7382dfbe
 DIST once_cell-1.18.0.crate 32969 BLAKE2B 
a08d5beee50a7add28bd9e50b18709e7b34574f0f55f80909d5efb7ac5917e5f30bdcf3fb43ddd0a4f420a427390c7ffe1cc1c7191a3a1d939bc6e3139e6eef7
 SHA512 
9328968afdf3535b2d9e0113d75afa725259d76994ef2e1948ad7efa4ec8a65bac7cfdc31b749d5cd55ad4e28d2e28ac57b871e3067b89182453c7e2413a13b8
 DIST parking_lot-0.12.1.crate 40967 BLAKE2B 

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

2023-09-18 Thread Michał Górny
commit: ca023bc7881036213144e8f1d4feb48254aafabd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:41:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca023bc7

dev-python/botocore: Bump to 1.31.50

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 68d61bb7385a..eb0e0827a964 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -12,3 +12,4 @@ DIST botocore-1.31.46.gh.tar.gz 11938173 BLAKE2B 
99c9b49b8403d005f0153f1bf89f6da
 DIST botocore-1.31.47.gh.tar.gz 11942023 BLAKE2B 
94bdc5b5ca5e5749d40996c7396f1bd4236feee98b3fef6b452cb0d4c5886b0028f165175a70d7794328113f13ab7449c71b8c375a995f0d1d4b629c807a
 SHA512 
788af17274fca19028eaa61ebc72f17cb40b95d1b354ee88fe063ece5eeff3b3f6f3aacea462c4dd065bcd8f3ddd577d6180c8d3f5d0c8c589dd8d31d60aba94
 DIST botocore-1.31.48.gh.tar.gz 11946450 BLAKE2B 
5393125dcc346182ea81ebebeb181cc7aad8e64e4ca5d93e23e9fe98d12dd2d175b8ff659864574d6dea15e5248dbbaf7a247f8261e74a9cea48a73e3e6b87f4
 SHA512 
51e13e1bd2962e4ed1c2dff97e9ead583e78bc3cb43cecc92b79299b3da9f449d244d0218e94506ae2c59ba4be49db21c03af6f6fc1451340f4d7fb2d6c082f3
 DIST botocore-1.31.49.gh.tar.gz 11946203 BLAKE2B 
3b3026f0861705cc3467391c673d2e2f8e63af1a2e52b63cad21e5f75bf31f5970a2a5f5a959dc8dcd1be6c3ad67ed10642c79a7d41a24e15e983096818e8197
 SHA512 
8e1cb12ff7455bbf62c5cf54c2bc1b8f48484ebc6e95b4e061d5bc6388a4ecd3ff4152a1d9aab5cbee84d872d59417cfb1cecb6fd281f1f8dd9e3e7e04cc782d
+DIST botocore-1.31.50.gh.tar.gz 11946516 BLAKE2B 
84f9eadc8c2867286d098e9f429c097bcd58b02898779ff3b4ee390af91c3949675b43ea954e2c393b897f97941326fbf0a9d477df015f2406e00f77629e79ed
 SHA512 
53157bb104f10e711b409a31ede6ccce6be7ae013474ca42248db0afd7dcaae0f9f5ec0637a9c337c2691de79a0df743fc3bde69c16ef746b6274d4bd252bbff

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



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

2023-09-18 Thread Michał Górny
commit: 2cb97f6517faac048dca783e4f262f776f25a8d9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:46:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb97f65

dev-python/trove-classifiers: Bump to 2023.9.19

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

 dev-python/trove-classifiers/Manifest  |  1 +
 .../trove-classifiers-2023.9.19.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/trove-classifiers/Manifest 
b/dev-python/trove-classifiers/Manifest
index 341fe5f41064..987ae20e50ac 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -1 +1,2 @@
 DIST trove-classifiers-2023.8.7.tar.gz 15856 BLAKE2B 
b20befe256e51704b4974ba7b3bcae88ff2ae1f1281da145f16a77963a75b3d2a58aa5914d622e8687a0e08915ae92783c4782a90390b53a0f346d829dce8cd3
 SHA512 
d414f5e71abf0eef3593c9509c93b4d3dbbf0b8f6ffacc85acd43be9e0f31d924757868e86bb069d9f0475731c811229ffc827568fe957fef850e71a0a5119fa
+DIST trove-classifiers-2023.9.19.tar.gz 15865 BLAKE2B 
2a84af01c16a728f708775dce6c3b4da564072cdcb6cdb6fea8014ee27744a657d8dc10663eca9fe4f9c9dec6faaa2684b10fe08d827ab52d6a61f16b557b40f
 SHA512 
09979aacca745459f075cce85c483113955e0d218079132478596f350b7d7788d1a734dc82364194df9b31e4c109a806c50db4bb122b1f5bf747d9e7a0616143

diff --git a/dev-python/trove-classifiers/trove-classifiers-2023.9.19.ebuild 
b/dev-python/trove-classifiers/trove-classifiers-2023.9.19.ebuild
new file mode 100644
index ..3c130311d42a
--- /dev/null
+++ b/dev-python/trove-classifiers/trove-classifiers-2023.9.19.ebuild
@@ -0,0 +1,31 @@
+# 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=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)"
+HOMEPAGE="
+   https://github.com/pypa/trove-classifiers/
+   https://pypi.org/project/trove-classifiers/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+BDEPEND="
+   dev-python/calver[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest
+   "${EPYTHON}" -m tests.lib || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtbase/files/, dev-qt/qtbase/

2023-09-18 Thread Ionen Wolkens
commit: 7f6c7b9be96640df5b5e0fad5807990651ffb315
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep 19 02:57:21 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Sep 19 02:59:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6c7b9b

dev-qt/qtbase: import hppa forkfd fix from debian

Some of bug #914371's issues could (ideally) still need looking
into/attention, but believe reasonable to close for now and allow
keywording assuming did not overlook anything.

Closes: https://bugs.gentoo.org/914371
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../qtbase-6.5.2-hppa-forkfd-grow-stack.patch  | 28 ++
 dev-qt/qtbase/qtbase-6.5.2-r2.ebuild   |  1 +
 dev-qt/qtbase/qtbase-6.5..ebuild   |  1 +
 dev-qt/qtbase/qtbase-6.6..ebuild   |  1 +
 dev-qt/qtbase/qtbase-6..ebuild |  1 +
 5 files changed, 32 insertions(+)

diff --git a/dev-qt/qtbase/files/qtbase-6.5.2-hppa-forkfd-grow-stack.patch 
b/dev-qt/qtbase/files/qtbase-6.5.2-hppa-forkfd-grow-stack.patch
new file mode 100644
index ..ccada9f80e34
--- /dev/null
+++ b/dev-qt/qtbase/files/qtbase-6.5.2-hppa-forkfd-grow-stack.patch
@@ -0,0 +1,28 @@
+Patch taken from Debian[1], largely broken on HPPA without and several
+tests give segmentation faults[2].
+
+Needs upstreaming if someone familiar with HPPA wants to give this
+attention. Note forkfd is essentially maintained in qtbase's repo[3]
+rather than truly third party.
+
+[1] https://bugs.debian.org/1042018
+[2] https://bugs.gentoo.org/914371
+[3] https://code.qt.io/cgit/qt/qtbase.git/tree/src/3rdparty/forkfd
+
+Description: Change how stack grows on HPPA.
+ On HPPA stack grows upwards. This patch introduces this change for
+ this 3rd party code.
+Author: John David Anglin 
+--- a/src/3rdparty/forkfd/forkfd_linux.c
 b/src/3rdparty/forkfd/forkfd_linux.c
+@@ -170,5 +170,10 @@
+ *system = 1;
+ 
++#if defined(__hppa__)
++/* Stack grows up */
++pid = clone(childFn, childStack, cloneflags, token, , NULL, NULL);
++#else
+ pid = clone(childFn, childStack + sizeof(childStack), cloneflags, token, 
, NULL, NULL);
++#endif
+ if (pid < 0)
+ return pid;

diff --git a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild 
b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
index c47ffa70d566..add31f2972ab 100644
--- a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
+++ b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
@@ -130,6 +130,7 @@ PDEPEND="
 "
 
 PATCHES=(
+   "${FILESDIR}"/${PN}-6.5.2-hppa-forkfd-grow-stack.patch
"${FILESDIR}"/${PN}-6.5.2-no-symlink-check.patch
"${FILESDIR}"/${P}-CVE-2023-38197.patch
"${FILESDIR}"/${P}-tests-gcc13.patch

diff --git a/dev-qt/qtbase/qtbase-6.5..ebuild 
b/dev-qt/qtbase/qtbase-6.5..ebuild
index a5e477d6c8c6..9511c2c54404 100644
--- a/dev-qt/qtbase/qtbase-6.5..ebuild
+++ b/dev-qt/qtbase/qtbase-6.5..ebuild
@@ -130,6 +130,7 @@ PDEPEND="
 "
 
 PATCHES=(
+   "${FILESDIR}"/${PN}-6.5.2-hppa-forkfd-grow-stack.patch
"${FILESDIR}"/${PN}-6.5.2-no-symlink-check.patch
 )
 

diff --git a/dev-qt/qtbase/qtbase-6.6..ebuild 
b/dev-qt/qtbase/qtbase-6.6..ebuild
index ba01c16ca68f..87e7e43c198a 100644
--- a/dev-qt/qtbase/qtbase-6.6..ebuild
+++ b/dev-qt/qtbase/qtbase-6.6..ebuild
@@ -130,6 +130,7 @@ PDEPEND="
 "
 
 PATCHES=(
+   "${FILESDIR}"/${PN}-6.5.2-hppa-forkfd-grow-stack.patch
"${FILESDIR}"/${PN}-6.5.2-no-symlink-check.patch
 )
 

diff --git a/dev-qt/qtbase/qtbase-6..ebuild 
b/dev-qt/qtbase/qtbase-6..ebuild
index 21e519807742..0df3665e86a0 100644
--- a/dev-qt/qtbase/qtbase-6..ebuild
+++ b/dev-qt/qtbase/qtbase-6..ebuild
@@ -132,6 +132,7 @@ PDEPEND="
 "
 
 PATCHES=(
+   "${FILESDIR}"/${PN}-6.5.2-hppa-forkfd-grow-stack.patch
"${FILESDIR}"/${PN}-6.5.2-no-symlink-check.patch
 )
 



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

2023-09-18 Thread Ionen Wolkens
commit: efd68dea72969804a4b30a968e037e5ca957bf95
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep 19 02:18:12 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Sep 19 02:34:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd68dea

dev-qt/qtbase: skip NaN related tests for hppa-only

May or may not have other impacts and could use fixing,
but skipping noise about this for now.

Assuming unlikely to come up on non-hppa, so skipping only
there. Will see if other arches somehow come up.

Bug: https://bugs.gentoo.org/914371
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtbase/qtbase-6.5.2-r2.ebuild | 5 +
 dev-qt/qtbase/qtbase-6.5..ebuild | 5 +
 dev-qt/qtbase/qtbase-6.6..ebuild | 5 +
 dev-qt/qtbase/qtbase-6..ebuild   | 5 +
 4 files changed, 20 insertions(+)

diff --git a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild 
b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
index 06bb9118196a..c47ffa70d566 100644
--- a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
+++ b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
@@ -311,6 +311,11 @@ src_test() {
tst_qimagereader
tst_qimage
')
+   # fails due to hppa's NaN handling, needs looking into (bug 
#914371)
+   $(usev hppa '
+   tst_qcborvalue
+   tst_qnumeric
+   ')
# note: for linux, upstream only really runs+maintains tests 
for amd64
# https://doc.qt.io/qt-6/supported-platforms.html
)

diff --git a/dev-qt/qtbase/qtbase-6.5..ebuild 
b/dev-qt/qtbase/qtbase-6.5..ebuild
index 137c9f694949..a5e477d6c8c6 100644
--- a/dev-qt/qtbase/qtbase-6.5..ebuild
+++ b/dev-qt/qtbase/qtbase-6.5..ebuild
@@ -309,6 +309,11 @@ src_test() {
tst_qimagereader
tst_qimage
')
+   # fails due to hppa's NaN handling, needs looking into (bug 
#914371)
+   $(usev hppa '
+   tst_qcborvalue
+   tst_qnumeric
+   ')
# note: for linux, upstream only really runs+maintains tests 
for amd64
# https://doc.qt.io/qt-6/supported-platforms.html
)

diff --git a/dev-qt/qtbase/qtbase-6.6..ebuild 
b/dev-qt/qtbase/qtbase-6.6..ebuild
index 58bf530a1d11..ba01c16ca68f 100644
--- a/dev-qt/qtbase/qtbase-6.6..ebuild
+++ b/dev-qt/qtbase/qtbase-6.6..ebuild
@@ -309,6 +309,11 @@ src_test() {
tst_qimagereader
tst_qimage
')
+   # fails due to hppa's NaN handling, needs looking into (bug 
#914371)
+   $(usev hppa '
+   tst_qcborvalue
+   tst_qnumeric
+   ')
# note: for linux, upstream only really runs+maintains tests 
for amd64
# https://doc.qt.io/qt-6/supported-platforms.html
)

diff --git a/dev-qt/qtbase/qtbase-6..ebuild 
b/dev-qt/qtbase/qtbase-6..ebuild
index becc650ea1ce..21e519807742 100644
--- a/dev-qt/qtbase/qtbase-6..ebuild
+++ b/dev-qt/qtbase/qtbase-6..ebuild
@@ -312,6 +312,11 @@ src_test() {
tst_qimagereader
tst_qimage
')
+   # fails due to hppa's NaN handling, needs looking into (bug 
#914371)
+   $(usev hppa '
+   tst_qcborvalue
+   tst_qnumeric
+   ')
# note: for linux, upstream only really runs+maintains tests 
for amd64
# https://doc.qt.io/qt-6/supported-platforms.html
)



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

2023-09-18 Thread Ionen Wolkens
commit: 9766b6fde49e48247ac9b11b2d52a4b615833c99
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep 19 02:12:07 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Sep 19 02:12:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9766b6fd

dev-qt/qtbase: skip known failing tests on BE arches

Could use looking into eventually, but these failures should
not have much of an impact. Skipping globally to avoid coming
back to this with other arches.

Bug: https://bugs.gentoo.org/914033
Bug: https://bugs.gentoo.org/914371
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtbase/qtbase-6.5.2-r2.ebuild | 6 +-
 dev-qt/qtbase/qtbase-6.5..ebuild | 6 +-
 dev-qt/qtbase/qtbase-6.6..ebuild | 6 +-
 dev-qt/qtbase/qtbase-6..ebuild   | 6 +-
 4 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild 
b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
index 63c5ac446ad4..06bb9118196a 100644
--- a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
+++ b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
@@ -296,9 +296,13 @@ src_test() {
tst_qglyphrun
tst_qvectornd
tst_rcc
-   # similarly, but on armv7 (bug #914028)
+   # similarly, but on armv7 and potentially others (bug #914028)
tst_qlineedit
tst_qpainter
+   # likewise, known failing at least on BE arches (bug 
#914033,914371)
+   tst_qimagereader
+   tst_qimagewriter
+   tst_qpluginloader
# partially broken on llvm-musl, needs looking into but skip to 
have
# a baseline for regressions (like above, rest of dev-qt is 
fine)
$(usev elibc_musl '

diff --git a/dev-qt/qtbase/qtbase-6.5..ebuild 
b/dev-qt/qtbase/qtbase-6.5..ebuild
index c6249d69533c..137c9f694949 100644
--- a/dev-qt/qtbase/qtbase-6.5..ebuild
+++ b/dev-qt/qtbase/qtbase-6.5..ebuild
@@ -294,9 +294,13 @@ src_test() {
tst_qglyphrun
tst_qvectornd
tst_rcc
-   # similarly, but on armv7 (bug #914028)
+   # similarly, but on armv7 and potentially others (bug #914028)
tst_qlineedit
tst_qpainter
+   # likewise, known failing at least on BE arches (bug 
#914033,914371)
+   tst_qimagereader
+   tst_qimagewriter
+   tst_qpluginloader
# partially broken on llvm-musl, needs looking into but skip to 
have
# a baseline for regressions (like above, rest of dev-qt is 
fine)
$(usev elibc_musl '

diff --git a/dev-qt/qtbase/qtbase-6.6..ebuild 
b/dev-qt/qtbase/qtbase-6.6..ebuild
index 8502d419a9b4..58bf530a1d11 100644
--- a/dev-qt/qtbase/qtbase-6.6..ebuild
+++ b/dev-qt/qtbase/qtbase-6.6..ebuild
@@ -294,9 +294,13 @@ src_test() {
tst_qglyphrun
tst_qvectornd
tst_rcc
-   # similarly, but on armv7 (bug #914028)
+   # similarly, but on armv7 and potentially others (bug #914028)
tst_qlineedit
tst_qpainter
+   # likewise, known failing at least on BE arches (bug 
#914033,914371)
+   tst_qimagereader
+   tst_qimagewriter
+   tst_qpluginloader
# partially broken on llvm-musl, needs looking into but skip to 
have
# a baseline for regressions (like above, rest of dev-qt is 
fine)
$(usev elibc_musl '

diff --git a/dev-qt/qtbase/qtbase-6..ebuild 
b/dev-qt/qtbase/qtbase-6..ebuild
index 5f0ad59133f0..becc650ea1ce 100644
--- a/dev-qt/qtbase/qtbase-6..ebuild
+++ b/dev-qt/qtbase/qtbase-6..ebuild
@@ -297,9 +297,13 @@ src_test() {
tst_qglyphrun
tst_qvectornd
tst_rcc
-   # similarly, but on armv7 (bug #914028)
+   # similarly, but on armv7 and potentially others (bug #914028)
tst_qlineedit
tst_qpainter
+   # likewise, known failing at least on BE arches (bug 
#914033,914371)
+   tst_qimagereader
+   tst_qimagewriter
+   tst_qpluginloader
# partially broken on llvm-musl, needs looking into but skip to 
have
# a baseline for regressions (like above, rest of dev-qt is 
fine)
$(usev elibc_musl '



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/files/, media-gfx/gnome-font-viewer/

2023-09-18 Thread Matt Turner
commit: e8b9fd5af31bc85a1d1f73ad57c889b698833bc9
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Sep 18 22:38:23 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 19 01:52:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b9fd5a

media-gfx/gnome-font-viewer: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32915
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/gnome-font-viewer/Manifest   |  1 +
 ...0-window-Fix-function-callback-definition.patch | 42 ++
 .../gnome-font-viewer-45.0.ebuild  | 34 ++
 3 files changed, 77 insertions(+)

diff --git a/media-gfx/gnome-font-viewer/Manifest 
b/media-gfx/gnome-font-viewer/Manifest
index 6a13952cb57e..8272c179c8b2 100644
--- a/media-gfx/gnome-font-viewer/Manifest
+++ b/media-gfx/gnome-font-viewer/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-font-viewer-44.0.tar.xz 299644 BLAKE2B 
9eceda601332601a3918331c0b4dae1f588ec88d9c28323694291f22e9add115ccfd70ef8c2d3b1a410bcf7c7443810abdb58a156927c235fb895412dea54213
 SHA512 
f2da77fadbd76eaaf661cb518043ebad6f964a90f1cede5b58160a3aa08a0fe42a9972bc4871725dc7ae16eb4199329ef2ea08734b8017306e61341e51c37bea
+DIST gnome-font-viewer-45.0.tar.xz 300420 BLAKE2B 
3cc71c056a1254447a9b0c5e838a8950e0414293b9788373b1de90657e364b55784fcef7749abd4e75e29cc6246b081baab66135276744020695ef1e8952a03f
 SHA512 
94289be78831dbc9be8d73348fd423379ebe691b08cf2547acd2648e0e7b1dafcd6c63ffa2c9ec033786b7b65912187c782bb279cc0fb6227d6ee74c1541701e
 DIST gnome-font-viewer-45.alpha.tar.xz 300188 BLAKE2B 
dde514abf5fdca8e95bf41ec6dbf2d13e038dbcd242de87a04afc85f43a36713566c60623c345765e62f31b2e911fe9631390c5ffc9457ccd4e333ccd837b149
 SHA512 
f906086f52989fc26775fa025618f01f3653d4360f3c59f270cd40747bef1164f31688772712e49fcbf280cc3776cdbac6e5833bb080a6c855286caf812e6e78

diff --git 
a/media-gfx/gnome-font-viewer/files/45.0-window-Fix-function-callback-definition.patch
 
b/media-gfx/gnome-font-viewer/files/45.0-window-Fix-function-callback-definition.patch
new file mode 100644
index ..a7a27dbb361c
--- /dev/null
+++ 
b/media-gfx/gnome-font-viewer/files/45.0-window-Fix-function-callback-definition.patch
@@ -0,0 +1,42 @@
+https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/merge_requests/54
+
+From 359a3c2ea1614195c647c2c57e940805986e7ab3 Mon Sep 17 00:00:00 2001
+From: Matt Turner 
+Date: Sat, 8 Jul 2023 00:01:07 -0400
+Subject: [PATCH] window: Fix function callback definition
+
+Without this, the build fails with clang with
+CFLAGS=-Werror=incompatible-function-pointer-types
+
+```
+../src/font-view-window.c:864:77: error: incompatible function pointer types 
passing 'void (FontViewWindow *)' (aka 'void (struct _FontViewWindow *)') to 
parameter of type 'GtkWidgetActionActivateFunc' (aka 'void (*)(struct 
_GtkWidget *, const char *, struct _GVariant *)') 
[-Wincompatible-function-pointer-types]
+  gtk_widget_class_install_action (widget_class, "win.toggle-search", NULL, 
action_toggle_search_cb);
+
^~~
+/usr/include/gtk-4.0/gtk/gtkwidget.h:956:87: note: passing argument to 
parameter 'activate' here
+ 
GtkWidgetActionActivateFunc  activate);
+   
   ^
+```
+---
+ src/font-view-window.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/font-view-window.c b/src/font-view-window.c
+index 639ac33..24461f7 100644
+--- a/src/font-view-window.c
 b/src/font-view-window.c
+@@ -758,8 +758,11 @@ font_view_window_show_overview (FontViewWindow *self)
+ }
+ 
+ static void
+-action_toggle_search_cb (FontViewWindow *self)
++action_toggle_search_cb (GtkWidget  *widget,
++ const char *action_name,
++ GVariant   *parameter)
+ {
++  FontViewWindow *self = FONT_VIEW_WINDOW (widget);
+ 
+  gtk_toggle_button_set_active (self->search_button,
+!gtk_toggle_button_get_active 
(self->search_button));
+-- 
+2.41.0
+

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild
new file mode 100644
index ..a47295aa9d10
--- /dev/null
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson xdg
+
+DESCRIPTION="Font viewer utility for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+DEPEND="
+   >=dev-libs/glib-2.56.0:2
+   >=gui-libs/gtk-4.5.0:4
+   

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

2023-09-18 Thread Matt Turner
commit: a194fa9f9f3a9b05e957c7ae01602cb6b5fb1793
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Sep 18 22:30:47 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 19 01:52:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a194fa9f

sys-apps/baobab: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32914
Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/baobab/Manifest   |  1 +
 sys-apps/baobab/baobab-45.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/sys-apps/baobab/Manifest b/sys-apps/baobab/Manifest
index 61eecb2d1d91..d5c422753cc8 100644
--- a/sys-apps/baobab/Manifest
+++ b/sys-apps/baobab/Manifest
@@ -1,2 +1,3 @@
 DIST baobab-44.0.tar.xz 596552 BLAKE2B 
c58093dec9789a62db3f319d16010572439aba94629e82a5dc16912c08604f8d3800e08431855bd7d7cc87fcbc8643698f6a87ab3b0e5489552a601b1c7beaaf
 SHA512 
a9b8ca9226b9464f33a06810ce5c889dcc50fa2b0c05343fcb88b0d453528fbf7de256b75f55e99a24f33b91bdd69a03f6ea3ea3e5d793033a8cce6345b3cac3
+DIST baobab-45.0.tar.xz 601576 BLAKE2B 
786aa2c3ed4d5aab671dc54ac3772a0b802fd8545a37c094719da5e52fa93b97c5e1bafd9b6d0419540389fd9cd61cd3205eb9db00dde22ee534aa61d89a7a8e
 SHA512 
cc3cae0c3ef13dbf2e09c12cc4443b5b1420a06829a4944be98099b03e875c5e88e9611242e1494e1ec85687772519c03c817b6e7d535040e2276e5d6fb902df
 DIST baobab-45.alpha.tar.xz 598036 BLAKE2B 
dc29702e0dbb8b931656b5dd4f1c52c9c39a44e167469de4ac56152fb8b2e8c0e3db642468a9f9e2e187fe7d990df9851eb7932461866621cb216f5a8f1e7055
 SHA512 
7fde566bc46cd2fcf0622521fd969a9fc76bcf6fd9d52e3f5df33ba1ba782a259740ff1e3140e7ca1e6bbbd78af17a69c6f657eebcc75add1ffa108c48b1169e

diff --git a/sys-apps/baobab/baobab-45.0.ebuild 
b/sys-apps/baobab/baobab-45.0.ebuild
new file mode 100644
index ..6109b25190a1
--- /dev/null
+++ b/sys-apps/baobab/baobab-45.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4.0:4
+   >=gui-libs/libadwaita-1.4_alpha:1
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(vala_depend)
+   >=gui-libs/libadwaita-1.4_alpha:1[vala]
+   dev-util/itstool
+   >=sys-devel/gettext-0.21
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/

2023-09-18 Thread Matt Turner
commit: 52f9c52687848320b3e49e9a1d36243fc7731989
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Sep 18 22:42:07 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 19 01:52:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f9c526

gnome-extra/gnome-weather: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32916
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-weather/Manifest |  1 +
 .../gnome-weather/gnome-weather-45.0.ebuild| 53 ++
 2 files changed, 54 insertions(+)

diff --git a/gnome-extra/gnome-weather/Manifest 
b/gnome-extra/gnome-weather/Manifest
index e2ed105a3689..ef7be764ad5f 100644
--- a/gnome-extra/gnome-weather/Manifest
+++ b/gnome-extra/gnome-weather/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-weather-44.0.tar.xz 236152 BLAKE2B 
40ff3e2d3339fbab0da3629c95e843ad3a304c76aadc6f7772ae7fd38337dc7c3aad1e90cfee1a513b770788a223838b741728d6307b815fa50453f9d355c903
 SHA512 
56f4eb716793c047b438c6f5839bc60bae478b6f407bf067c4df51be35a96b31d9d98b33faf7f6e52606b22827f0da72289558da89c2746ee6e2fad6d3332e05
+DIST gnome-weather-45.0.tar.xz 238520 BLAKE2B 
c1d11e63a01f59f07dab3b59e7b885970fdfefc74179c21afcce097ab7454e07754726f4676b1c9a49415d6a2312a73c4dbf4c0b378aaab741ccaa4146ab59b9
 SHA512 
decc1d917a9b0dcd4b9feb49c9dce0096f0f22b8da193bb3e913a92687b06f2cee9f7e029653b1af101d6ab682b49f89be37b864804e0f42ea0e249fc77a027c
 DIST gnome-weather-45.alpha.tar.xz 236168 BLAKE2B 
a36c36171c7b28db9cb4f41299d334278a8526486a183f423d811ec154a85bc64964714cf1ed2552f6823240dd0b133d2b4a7cc38df006cf97e057f2eb081da5
 SHA512 
9d1f9397dbab5b2914088808a1e6730557732648b6d60245e9afddfa44c029bc19b35d852dd122aee5ff550f19311915bfee7afe100374d492b007c9d78c7d8c

diff --git a/gnome-extra/gnome-weather/gnome-weather-45.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-45.0.ebuild
new file mode 100644
index ..96d3c2948e58
--- /dev/null
+++ b/gnome-extra/gnome-weather/gnome-weather-45.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A weather application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/gobject-introspection-1.56:=
+   >=gui-libs/gtk-4.5:4
+   >=dev-libs/gjs-1.71.0
+   >=app-misc/geoclue-2.3.1:2.0
+   >=gui-libs/libadwaita-1.4_alpha:1=
+   >=dev-libs/libgweather-3.90.0:4=
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+# libxml2 required for glib-compile-resources
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+# Tests have a lot of issues, starting with reliance on a system installation,
+# accessing the network and other intermittent failures with network-sandbox 
disabled
+# https://gitlab.gnome.org/GNOME/gnome-weather/issues/67 (and rest not filed)
+# test dep: $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]')
+# With 3.34, this is now behind a dogtail option we can pass (and have data 
validation)
+
+src_configure() {
+   meson_src_configure -Dprofile=default -Ddogtail=false
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2023-09-18 Thread Nick Sarnie
commit: 53af8fd4069bc353a47285da50132dc84298d547
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 19 01:05:08 2023 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 19 01:14:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53af8fd4

dev-util/vulkan-tools: Support multiple window systems

Closes: https://bugs.gentoo.org/907071
Closes: https://bugs.gentoo.org/912402

Signed-off-by: Nick Sarnie  gentoo.org>

 .../{vulkan-tools-.ebuild => vulkan-tools-1.3.261-r1.ebuild}| 6 --
 dev-util/vulkan-tools/vulkan-tools-.ebuild  | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.3.261-r1.ebuild
similarity index 93%
copy from dev-util/vulkan-tools/vulkan-tools-.ebuild
copy to dev-util/vulkan-tools/vulkan-tools-1.3.261-r1.ebuild
index 1269dcab52ee..aeda890581ac 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.3.261-r1.ebuild
@@ -24,8 +24,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="cube wayland +X"
 
-# Cube demo only supports one window system at a time
-REQUIRED_USE="cube? ( ^^ ( X wayland ) )"
+REQUIRED_USE="cube? ( || ( X wayland ) )"
 
 BDEPEND="${PYTHON_DEPS}
cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] )
@@ -51,6 +50,9 @@ pkg_setup() {
/usr/bin/vkcube
/usr/bin/vkcubepp
)
+   use cube && use wayland && MULTILIB_CHOST_TOOLS+=(
+   /usr/bin/vkcube-wayland
+   )
 
python-any-r1_pkg_setup
 }

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-.ebuild
index 1269dcab52ee..aeda890581ac 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-.ebuild
@@ -24,8 +24,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="cube wayland +X"
 
-# Cube demo only supports one window system at a time
-REQUIRED_USE="cube? ( ^^ ( X wayland ) )"
+REQUIRED_USE="cube? ( || ( X wayland ) )"
 
 BDEPEND="${PYTHON_DEPS}
cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] )
@@ -51,6 +50,9 @@ pkg_setup() {
/usr/bin/vkcube
/usr/bin/vkcubepp
)
+   use cube && use wayland && MULTILIB_CHOST_TOOLS+=(
+   /usr/bin/vkcube-wayland
+   )
 
python-any-r1_pkg_setup
 }



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

2023-09-18 Thread Mike Gilbert
commit: 75209a50623aa5538ecbf940c20e69d55b0693f1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 19 00:54:05 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 19 00:55:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75209a50

sys-apps/shadow: backport build fixes

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

 .../shadow/files/shadow-4.14.0-bug912446.patch | 1305 
 ...ow-4.14.0-r2.ebuild => shadow-4.14.0-r3.ebuild} |   12 +-
 2 files changed, 1314 insertions(+), 3 deletions(-)

diff --git a/sys-apps/shadow/files/shadow-4.14.0-bug912446.patch 
b/sys-apps/shadow/files/shadow-4.14.0-bug912446.patch
new file mode 100644
index ..881c8f7f4ad4
--- /dev/null
+++ b/sys-apps/shadow/files/shadow-4.14.0-bug912446.patch
@@ -0,0 +1,1305 @@
+https://bugs.gentoo.org/912446
+
+From c34c2606cf8f0a52113156d9e22b7a35b391a17e Mon Sep 17 00:00:00 2001
+From: Alejandro Colomar 
+Date: Fri, 25 Aug 2023 11:29:00 +0200
+Subject: [PATCH] lib, libmisc: Move source files to lib (where their headers
+ were)
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Scripted change:
+
+$ find lib/ -type f \
+| grep '\.h$' \
+| sed 's,lib/,libmisc/,' \
+| sed 's,\.h$,.c,' \
+| xargs find 2>/dev/null \
+| xargs mv -t lib/;
+
+Plus updating the Makefiles.
+
+Closes: 
+Closes: 
+Link: 

+Link: 
+Link: 

+Reported-by: Christian Bricart 
+Reported-by: Robert Marmorstein 
+Cc: Sam James 
+[ jubalh tested the openSUSE package ]
+Tested-by: Michael Vetter 
+Acked-by: Michael Vetter 
+[ Robert F. tested the Gentoo package ]
+Tested-by: Robert Förster 
+Cc: David Seifert 
+Signed-off-by: Alejandro Colomar 
+---
+ lib/Makefile.am   | 10 ++
+ {libmisc => lib}/alloc.c  |  0
+ {libmisc => lib}/bit.c|  0
+ {libmisc => lib}/mempcpy.c|  0
+ {libmisc => lib}/stpecpy.c|  0
+ {libmisc => lib}/stpeprintf.c |  0
+ libmisc/Makefile.am   |  9 -
+ 7 files changed, 10 insertions(+), 9 deletions(-)
+ rename {libmisc => lib}/alloc.c (100%)
+ rename {libmisc => lib}/bit.c (100%)
+ rename {libmisc => lib}/mempcpy.c (100%)
+ rename {libmisc => lib}/stpecpy.c (100%)
+ rename {libmisc => lib}/stpeprintf.c (100%)
+
+diff --git a/lib/Makefile.am b/lib/Makefile.am
+index c8d6dd5fb..7f3f7f639 100644
+--- a/lib/Makefile.am
 b/lib/Makefile.am
+@@ -14,6 +14,10 @@ libshadow_la_CPPFLAGS += -I$(top_srcdir)
+ libshadow_la_CFLAGS = $(LIBBSD_CFLAGS)
+ 
+ libshadow_la_SOURCES = \
++  alloc.c \
++  alloc.h \
++  bit.c \
++  bit.h \
+   commonio.c \
+   commonio.h \
+   defines.h \
+@@ -34,6 +38,8 @@ libshadow_la_SOURCES = \
+   groupio.h \
+   gshadow.c \
+   lockpw.c \
++  mempcpy.c \
++  mempcpy.h \
+   nss.c \
+   nscd.c \
+   nscd.h \
+@@ -67,6 +73,10 @@ libshadow_la_SOURCES = \
+   shadowio.h \
+   shadowmem.c \
+   spawn.c \
++  stpecpy.c \
++  stpecpy.h \
++  stpeprintf.c \
++  stpeprintf.h \
+   write_full.c
+ 
+ if WITH_TCB
+diff --git a/libmisc/alloc.c b/lib/alloc.c
+similarity index 100%
+rename from libmisc/alloc.c
+rename to lib/alloc.c
+diff --git a/libmisc/bit.c b/lib/bit.c
+similarity index 100%
+rename from libmisc/bit.c
+rename to lib/bit.c
+diff --git a/libmisc/mempcpy.c b/lib/mempcpy.c
+similarity index 100%
+rename from libmisc/mempcpy.c
+rename to lib/mempcpy.c
+diff --git a/libmisc/stpecpy.c b/lib/stpecpy.c
+similarity index 100%
+rename from libmisc/stpecpy.c
+rename to lib/stpecpy.c
+diff --git a/libmisc/stpeprintf.c b/lib/stpeprintf.c
+similarity index 100%
+rename from libmisc/stpeprintf.c
+rename to lib/stpeprintf.c
+diff --git a/libmisc/Makefile.am b/libmisc/Makefile.am
+index 10bf1537f..5eba4650a 100644
+--- a/libmisc/Makefile.am
 b/libmisc/Makefile.am
+@@ -16,12 +16,8 @@ libmisc_la_SOURCES = \
+   addgrps.c \
+   age.c \
+   agetpass.c \
+-  alloc.c \
+-  ../lib/alloc.h \
+   audit_help.c \
+   basename.c \
+-  bit.c \
+-  ../lib/bit.h \
+   chkname.c \
+   chkname.h \
+   chowndir.c \
+@@ -53,7 +49,6 @@ libmisc_la_SOURCES = \
+   list.c \
+   loginprompt.c \
+   mail.c \
+-  mempcpy.c \
+   motd.c \
+   myname.c \
+   obscure.c \
+@@ -71,10 +66,6 @@ libmisc_la_SOURCES = \
+   setugid.c \
+   setupenv.c \
+   shell.c \
+-  stpecpy.c \
+-  ../lib/stpecpy.h \
+-  stpeprintf.c \
+-  ../lib/stpeprintf.h \
+   strtoday.c \
+   sub.c \
+   sulog.c \
+From 093fb605f9ca0df8310210377b12c0cf2ea5110c Mon Sep 17 00:00:00 2001
+From: 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-ASN1/

2023-09-18 Thread Sam James
commit: 5d61d9388b133b1f0306e4333b6570ddf751b917
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d61d938

dev-perl/Convert-ASN1: Stabilize 0.340.0 sparc, #914410

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

 dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild 
b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
index f721747c0288..646dcb597984 100644
--- a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
+++ b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standard en/decode of ASN.1 structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2023-09-18 Thread Sam James
commit: 90bb72ad2cceb0931c9aac344bbba72b519a6c3b
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bb72ad

dev-perl/Text-CSV_XS: Stabilize 1.510.0 sparc, #914412

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

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
index 67143b02e72e..e9ab3aad6a11 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-09-18 Thread Sam James
commit: 22de764c06cec2125b7e8618b03d7bf47f707219
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22de764c

dev-perl/libwww-perl: Stabilize 6.720.0-r1 arm, #914414

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

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index 6b8ae916ffa5..45df34e135b0 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 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-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISBN-Data/

2023-09-18 Thread Sam James
commit: 2dcd57f3b152291413484dacbc20275a27c4dc6d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcd57f3

dev-perl/Business-ISBN-Data: Stabilize 20230811.1.0 amd64, #914403

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

 dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230811.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230811.1.0.ebuild 
b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230811.1.0.ebuild
index 0e43ee181951..59cad6fc335b 100644
--- a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230811.1.0.ebuild
+++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230811.1.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Data pack for Business::ISBN"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/

2023-09-18 Thread Sam James
commit: 315c111759232aa570709b7ac8e0470a4ede9e18
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315c1117

dev-perl/Glib-Object-Introspection: Stabilize 0.51.0 amd64, #914415

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
index 2683fe8a0478..9d4b141d4c6c 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-perl/glib-perl-1.320.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2023-09-18 Thread Sam James
commit: 4e3bf031dae71d37741048124fa9dc0c6c6b4498
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3bf031

dev-perl/Text-CSV_XS: Stabilize 1.510.0 arm, #914412

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

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
index e9ab3aad6a11..3d4f51e7c7b3 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-09-18 Thread Sam James
commit: 8fbabdc4bde4e93de34ac97eaef43f35acddff12
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbabdc4

dev-perl/libwww-perl: Stabilize 6.720.0-r1 sparc, #914414

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

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index c9acd7c8ebeb..6b8ae916ffa5 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 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-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Selector-XPath/

2023-09-18 Thread Sam James
commit: 42934d51664c84b013db25dcbe57995ddf82f610
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42934d51

dev-perl/HTML-Selector-XPath: Stabilize 0.280.0 amd64, #914411

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

 dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild 
b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild
index 77eaefa1ea01..371f82aaee98 100644
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild
+++ b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="CSS Selector to XPath compiler"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/

2023-09-18 Thread Sam James
commit: a612a8c22eced180e7c5d5dd32adb6e485016b7a
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a612a8c2

dev-perl/CGI-Compile: Stabilize 0.260.0 arm, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild 
b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 7dfeff853527..82046b1ed536 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 RDEPEND="
dev-perl/File-pushd



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2023-09-18 Thread Sam James
commit: 3e906dccf3f71c3bded8d84d40f62fb4ec07183b
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e906dcc

dev-perl/Text-CSV_XS: Stabilize 1.510.0 amd64, #914412

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

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
index fca7535e8b26..67143b02e72e 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.510.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-ASN1/

2023-09-18 Thread Sam James
commit: a6f560eb61b163dc7ab8585421653586db9e6b5d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f560eb

dev-perl/Convert-ASN1: Stabilize 0.340.0 arm, #914410

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

 dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild 
b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
index 646dcb597984..4c3ba85b8825 100644
--- a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
+++ b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standard en/decode of ASN.1 structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/

2023-09-18 Thread Sam James
commit: fe4d0682266d5e5f43e3b1fcf3acc257b78bacb7
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4d0682

dev-perl/CGI-Compile: Stabilize 0.260.0 x86, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild 
b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 82046b1ed536..ad98b9e66cbd 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-perl/File-pushd



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-ASN1/

2023-09-18 Thread Sam James
commit: 7bfa418935129474780a99a5016276f19e0d82d9
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfa4189

dev-perl/Convert-ASN1: Stabilize 0.340.0 x86, #914410

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

 dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild 
b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
index 4c3ba85b8825..a1ffe6d16233 100644
--- a/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
+++ b/dev-perl/Convert-ASN1/Convert-ASN1-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standard en/decode of ASN.1 structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/App-cpanminus/

2023-09-18 Thread Sam James
commit: bc208f326dad94b632ac833811e10c7822890ac0
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc208f32

dev-perl/App-cpanminus: Stabilize 1.704.700 amd64, #914406

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

 dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild 
b/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild
index 78ab5369dd3b..bcd325c703d6 100644
--- a/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild
+++ b/dev-perl/App-cpanminus/App-cpanminus-1.704.700.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="Get, unpack, build and install modules from CPAN"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~riscv ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/

2023-09-18 Thread Sam James
commit: 79606733c271256f545d8898f61a4008bd7a83dc
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79606733

dev-perl/CGI-Compile: Stabilize 0.260.0 sparc, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild 
b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 96d62dd02132..7dfeff853527 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 RDEPEND="
dev-perl/File-pushd



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Calendar-Simple/

2023-09-18 Thread Sam James
commit: fd49e3f3b85f0038132df827a0a4ddf4ba6f6bca
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd49e3f3

dev-perl/Calendar-Simple: Stabilize 2.0.3 amd64, #914408

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

 dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild 
b/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild
index c2e43b8cebbf..75aad399b434 100644
--- a/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild
+++ b/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension to create simple calendars"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/

2023-09-18 Thread Sam James
commit: c51bf6ce3bf8d82b2f1a47fbf7d5f4c076392b8e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51bf6ce

dev-perl/Authen-SASL: Stabilize 2.170.0 sparc, #914404

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

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild 
b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index baa88598dd4f..a1278a1e99de 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/

2023-09-18 Thread Sam James
commit: 009a26a52f44d5bb3cd721e560610a45f3ff75b5
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009a26a5

dev-perl/Authen-SASL: Stabilize 2.170.0 amd64, #914404

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

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild 
b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index c349b2a2ab6d..baa88598dd4f 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/

2023-09-18 Thread Sam James
commit: 49ca17bb963732a053022b5f324901e6da74ac22
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:44:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:44:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ca17bb

dev-perl/Authen-SASL: Stabilize 2.170.0 arm, #914404

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

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild 
b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index a1278a1e99de..62717027d5d8 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-09-18 Thread Sam James
commit: aa3b361683fe75b311123f39df49c59f9e599636
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 19 00:05:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 00:05:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3b3616

dev-perl/libwww-perl: fix minimum dependency versions in 6.710.0, 6.720.0

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

 .../{libwww-perl-6.710.0.ebuild => libwww-perl-6.710.0-r1.ebuild} | 4 ++--
 .../{libwww-perl-6.720.0.ebuild => libwww-perl-6.720.0-r1.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.710.0-r1.ebuild
similarity index 96%
rename from dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
rename to dev-perl/libwww-perl/libwww-perl-6.710.0-r1.ebuild
index 2147e59baafb..5569d6a302d2 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0-r1.ebuild
@@ -20,12 +20,12 @@ RDEPEND="
>=dev-perl/File-Listing-6.0.0
virtual/perl-File-Temp
virtual/perl-Getopt-Long
-   >=dev-perl/HTML-Parser-3.340.0
+   >=dev-perl/HTML-Parser-3.710.0
dev-perl/HTTP-CookieJar
>=dev-perl/HTTP-Cookies-6.0.0
>=dev-perl/HTTP-Date-6.0.0
>=dev-perl/HTTP-Negotiate-6.0.0
-   >=dev-perl/HTTP-Message-6.70.0
+   >=dev-perl/HTTP-Message-6.180.0
virtual/perl-IO
>=dev-perl/LWP-MediaTypes-6.0.0
>=virtual/perl-MIME-Base64-2.100.0

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
similarity index 96%
rename from dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
rename to dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index ed98943dbc41..c9acd7c8ebeb 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -20,12 +20,12 @@ RDEPEND="
>=dev-perl/File-Listing-6.0.0
virtual/perl-File-Temp
virtual/perl-Getopt-Long
-   >=dev-perl/HTML-Parser-3.340.0
+   >=dev-perl/HTML-Parser-3.710.0
dev-perl/HTTP-CookieJar
>=dev-perl/HTTP-Cookies-6.0.0
>=dev-perl/HTTP-Date-6.0.0
>=dev-perl/HTTP-Negotiate-6.0.0
-   >=dev-perl/HTTP-Message-6.70.0
+   >=dev-perl/HTTP-Message-6.180.0
virtual/perl-IO
>=dev-perl/LWP-MediaTypes-6.0.0
>=virtual/perl-MIME-Base64-2.100.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mozilla-PublicSuffix/

2023-09-18 Thread Sam James
commit: c06f8981ef525f08e61c7d77b478747ba852db6d
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 23:51:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 23:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06f8981

dev-perl/Mozilla-PublicSuffix: Stabilize 1.0.6 amd64, #912537

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

 dev-perl/Mozilla-PublicSuffix/Mozilla-PublicSuffix-1.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mozilla-PublicSuffix/Mozilla-PublicSuffix-1.0.6.ebuild 
b/dev-perl/Mozilla-PublicSuffix/Mozilla-PublicSuffix-1.0.6.ebuild
index c6cc69871c13..0f34ccfe6e44 100644
--- a/dev-perl/Mozilla-PublicSuffix/Mozilla-PublicSuffix-1.0.6.ebuild
+++ b/dev-perl/Mozilla-PublicSuffix/Mozilla-PublicSuffix-1.0.6.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Get a domain name's public suffix via the Mozilla Public Suffix 
List"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
virtual/perl-Exporter



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-CookieJar/

2023-09-18 Thread Sam James
commit: f9230f78d15e14247c2c32c66da668220015b452
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 23:51:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 23:51:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9230f78

dev-perl/HTTP-CookieJar: Stabilize 0.14.0 amd64, #912537

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

 dev-perl/HTTP-CookieJar/HTTP-CookieJar-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTTP-CookieJar/HTTP-CookieJar-0.14.0.ebuild 
b/dev-perl/HTTP-CookieJar/HTTP-CookieJar-0.14.0.ebuild
index f98990276be8..17de12a368fd 100644
--- a/dev-perl/HTTP-CookieJar/HTTP-CookieJar-0.14.0.ebuild
+++ b/dev-perl/HTTP-CookieJar/HTTP-CookieJar-0.14.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Minimalist HTTP user agent cookie jar"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/

2023-09-18 Thread Sam James
commit: 9fde09a6ae13f77ca3f056fce055f8ffb4c151c6
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 23:51:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 23:51:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fde09a6

dev-perl/libwww-perl: Stabilize 6.710.0 amd64, #912537

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

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 452d45d35298..2147e59baafb 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="



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

2023-09-18 Thread Sam James
commit: d9a9d18d96f62de5d3997067e45c0d40eb4c5997
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 23:26:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 23:26:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a9d18d

media-gfx/exiv2: Stabilize 0.28.0 arm64, #913580

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

 media-gfx/exiv2/exiv2-0.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.28.0.ebuild 
b/media-gfx/exiv2/exiv2-0.28.0.ebuild
index 511923fc2101..ce0c17a8e523 100644
--- a/media-gfx/exiv2/exiv2-0.28.0.ebuild
+++ b/media-gfx/exiv2/exiv2-0.28.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Exiv2/exiv2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



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

2023-09-18 Thread Sam James
commit: 1a406fe64778b43982ca9b7e7b05b53293eea0bc
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 23:26:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 23:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a406fe6

media-gfx/exiv2: Stabilize 0.28.0 arm, #913580

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

 media-gfx/exiv2/exiv2-0.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.28.0.ebuild 
b/media-gfx/exiv2/exiv2-0.28.0.ebuild
index ce0c17a8e523..b5e80a4f3cdd 100644
--- a/media-gfx/exiv2/exiv2-0.28.0.ebuild
+++ b/media-gfx/exiv2/exiv2-0.28.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Exiv2/exiv2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



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

2023-09-18 Thread Sam James
commit: 963140f26ae955299892109cf2ed54dc6de082c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 23:18:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 23:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963140f2

sys-kernel/gentoo-sources: stabilize 6.1.53-r1

Pick up the NFS/SELinux fix.

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

 sys-kernel/gentoo-sources/gentoo-sources-6.1.53-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.53-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.53-r1.ebuild
index 8af3c8c824da..de8c91bff2b3 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.53-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.53-r1.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-09-18 Thread Stefan Strogin
commit: 16a6da199f9190a8a06b286a37a5a7167fd8f996
Author: Stefan Strogin  gentoo  org>
AuthorDate: Mon Sep 18 23:07:22 2023 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Sep 18 23:07:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a6da19

net-im/discord: add 0.0.30, drop 0.0.29

Signed-off-by: Stefan Strogin  gentoo.org>

 net-im/discord/Manifest | 2 +-
 net-im/discord/{discord-0.0.29.ebuild => discord-0.0.30.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord/Manifest b/net-im/discord/Manifest
index e35acf7e1eef..51f69f3809fa 100644
--- a/net-im/discord/Manifest
+++ b/net-im/discord/Manifest
@@ -1 +1 @@
-DIST discord-0.0.29.tar.gz 92596511 BLAKE2B 
902f24b84bb1f1f43a95461190125d99c74846e985d68588101c1ceea4ad92042ff45e86ef115637eb58141d3ebe2d85922d75620a235702bdbf8990da59674b
 SHA512 
38e4c21872fdf7b7716680b70e6f677274be50fce04d16831ed180d894965ca2f8cc8814148e16ca540f8dcba2bb749788f6980180f51d8b1f1556e1a8a368e0
+DIST discord-0.0.30.tar.gz 92571367 BLAKE2B 
96686915c1d561c8d543677ffb42288e87de9788e8a6a566189068ab12ec679bc33849d981e42a19ad6253918ba66aedbb2cca21806d5c6aa183e4a0b5224b93
 SHA512 
2da18ea98c429345b97e6168cebf8b3422f1f1d8a60e5e2ab0154732cc033774a75b94f85e5b834acbdf7362c13f3707bb767ad6c19290fc39a2a10997aff554

diff --git a/net-im/discord/discord-0.0.29.ebuild 
b/net-im/discord/discord-0.0.30.ebuild
similarity index 100%
rename from net-im/discord/discord-0.0.29.ebuild
rename to net-im/discord/discord-0.0.30.ebuild



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

2023-09-18 Thread Sam James
commit: 99652fef04c89ae3f503d40da1cbaedeb6706cdf
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 22:36:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 22:36:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99652fef

media-gfx/exiv2: Stabilize 0.28.0 ppc64, #913580

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

 media-gfx/exiv2/exiv2-0.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.28.0.ebuild 
b/media-gfx/exiv2/exiv2-0.28.0.ebuild
index cb55ac39ccf5..a1a6253500be 100644
--- a/media-gfx/exiv2/exiv2-0.28.0.ebuild
+++ b/media-gfx/exiv2/exiv2-0.28.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Exiv2/exiv2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



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

2023-09-18 Thread Sam James
commit: 5ceaee344b5cc1a907f56e79e59a41746399e6c6
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 18 22:36:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 18 22:36:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ceaee34

media-gfx/exiv2: Stabilize 0.28.0 sparc, #913580

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

 media-gfx/exiv2/exiv2-0.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.28.0.ebuild 
b/media-gfx/exiv2/exiv2-0.28.0.ebuild
index a1a6253500be..511923fc2101 100644
--- a/media-gfx/exiv2/exiv2-0.28.0.ebuild
+++ b/media-gfx/exiv2/exiv2-0.28.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/Exiv2/exiv2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



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

2023-09-18 Thread James Le Cuirot
commit: b1de3712f664a260cc0de5c0da1c4cbf55235f7f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Sep 18 22:06:31 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Sep 18 22:06:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1de3712

www-client/vivaldi-snapshot: Add version 6.3.3134.3

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

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-6.3.3134.3.ebuild | 222 +
 2 files changed, 225 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 8a20ab5057b7..5176029360e6 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_6.3.3119.4-1_armhf.deb 97728312 BLAKE2B 
aa5855c93c95c0ce2d
 DIST vivaldi-snapshot_6.3.3120.3-1_amd64.deb 102085280 BLAKE2B 
fc7ef0023f75e2b40aff83b565b1243e91216aea08466c097ce304f000b6e1eb8869a9cab166f6b36043bce5b4c2860c538cc83786a2e186cbdaadc760187b8b
 SHA512 
0177cc99f503f100d8a525c3c5ed7c5021c93b512de97b3451088316b3f8c64cf40d85ba748d3c2e3095b348fb94c44188462957edb66784ba9d553228d9a181
 DIST vivaldi-snapshot_6.3.3120.3-1_arm64.deb 97149404 BLAKE2B 
893a54509e52719a1a7e230df33bd081c4d20d7203430a9ec2994cd8596ed0e6598de040cf74bf026a7b6d30e0e977ba1edff026e6e0cdb15eb2442ca130ef0b
 SHA512 
c3dd1b67e23249ee81de7ef530793e361d5251a1e86fd729e5f26ea5e11b98c525c42b7253c489be32ba554d5f5abca6bf224d1f5f8d4681d16b79ea8b79f78f
 DIST vivaldi-snapshot_6.3.3120.3-1_armhf.deb 97712580 BLAKE2B 
9d6b1d68ad451c770567d3d9774cb337f2dbadb55133e85300c9175dc3ee36344225759de2808ec26940112fac97b4b591ec778aae574ab557cf4b7ff0b38f3e
 SHA512 
a592d7a9e659d41dbe711bce983be65ae642dacf17506fc5f10bccbb3af867f719bcdf1cbdde4effcaf0f91e2b0c4a3fee231e2a20246cbbb6234ee62ed442e2
+DIST vivaldi-snapshot_6.3.3134.3-1_amd64.deb 102775196 BLAKE2B 
c7773ffa84ee889bd0cba997c97436cb3201546ed062af3701e430d5754806ecd5122d0f097f63d98bba5fdc49508d1df0372b65730145ec5b7ec2f30ef775aa
 SHA512 
eab27f7905bf6fe14517580a21106283b4f9af787a145d8fe75fb6844c234179dbb11a6d08d0c7a182435b010c587eecbecc9e92440f6034860ca689f87f662e
+DIST vivaldi-snapshot_6.3.3134.3-1_arm64.deb 97911668 BLAKE2B 
154dcdf8299a8207cc0063477dd2839df386d4c8c1d32d33005c4ee957dc4782f0a1e1fb5add7cb2b6fa8b274b3ebb278c1580f3d8568ec81b31852e5e8f4ff5
 SHA512 
3d2fbb617711429abdb145e8b92bbbf2dafecc685d58675e306f55e449b586fc50c7cf11cbcb3eb2e801460fa3467e548202aa75d1798a6c31a578088a391ee2
+DIST vivaldi-snapshot_6.3.3134.3-1_armhf.deb 98470284 BLAKE2B 
4ea365612f53e5a46f5a922f50d30c9f7a12f9deddd0b43abcce275d7fef0d4699cead9ad6c99fd0ceafa272a52509009700f79ddc1ffb058316f7ac2b560d56
 SHA512 
9d900659d319e6ab130b1ed94c405e25b566d0c5946a30ef850a9f9cf6d4e12e09b1dc9f7b68abf14907c9a119feb32a09862d4c7e53fc5e6275d4b2be820b23

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

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

2023-09-18 Thread James Le Cuirot
commit: f3b7c1011c6df2528bde1a0ef8d5d3f4c8feceb4
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Sep 18 22:07:41 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Sep 18 22:07:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b7c101

www-client/vivaldi-snapshot: Drop old 6.3.3119.4

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

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-6.3.3119.4.ebuild | 222 -
 2 files changed, 225 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 5176029360e6..7972f4617433 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_6.3.3119.4-1_amd64.deb 102060464 BLAKE2B 
34c071a343afdd384a18715f22449b56a384b31028b2f9cbe5a221cbea29b748f3c2b6bab246917ca6758a1fdac91548bb8b964ac3107644eafd1297b68ce878
 SHA512 
84978f707798d6a5fe64d0fa01613a68394b1c50223fdba46472be3f81955a0bc9c5f2e3f325298a5c2d3f1e0211dfb00bc17a758dd3395320aae3e3518713e3
-DIST vivaldi-snapshot_6.3.3119.4-1_arm64.deb 97136008 BLAKE2B 
594b5485d6b51a891e938f94dac7ea308a01742aa0a9380be22256c5ddb3b0ed2329afc42987a127af260574d4a66ec2f8eedd0765dbb53814ee31d75fc161e3
 SHA512 
ea8738c93e0e0fbe62e54e5a2a00194b8ad96c6d7a5cb8526f3b477f5dc4c4015398189597f4f134fc735d946071b253aa4fe349b10633989466b70932ae5dc4
-DIST vivaldi-snapshot_6.3.3119.4-1_armhf.deb 97728312 BLAKE2B 
aa5855c93c95c0ce2de4f4703c17ed4c2b87f26e47bc5788b048914d83b37c3cad7719679b8d97fcd164cd48bf1b7f9b69a78439d0e668e5eb758e4f1be2cf09
 SHA512 
e5161d47fb4447a7a15b2c9c760ed3639dd88efd4abdd17e1bfc8926d755462b65c368c02f865df44cfee7ea8bfa7e306440eae1779634bfdbd086dc76d1e2d0
 DIST vivaldi-snapshot_6.3.3120.3-1_amd64.deb 102085280 BLAKE2B 
fc7ef0023f75e2b40aff83b565b1243e91216aea08466c097ce304f000b6e1eb8869a9cab166f6b36043bce5b4c2860c538cc83786a2e186cbdaadc760187b8b
 SHA512 
0177cc99f503f100d8a525c3c5ed7c5021c93b512de97b3451088316b3f8c64cf40d85ba748d3c2e3095b348fb94c44188462957edb66784ba9d553228d9a181
 DIST vivaldi-snapshot_6.3.3120.3-1_arm64.deb 97149404 BLAKE2B 
893a54509e52719a1a7e230df33bd081c4d20d7203430a9ec2994cd8596ed0e6598de040cf74bf026a7b6d30e0e977ba1edff026e6e0cdb15eb2442ca130ef0b
 SHA512 
c3dd1b67e23249ee81de7ef530793e361d5251a1e86fd729e5f26ea5e11b98c525c42b7253c489be32ba554d5f5abca6bf224d1f5f8d4681d16b79ea8b79f78f
 DIST vivaldi-snapshot_6.3.3120.3-1_armhf.deb 97712580 BLAKE2B 
9d6b1d68ad451c770567d3d9774cb337f2dbadb55133e85300c9175dc3ee36344225759de2808ec26940112fac97b4b591ec778aae574ab557cf4b7ff0b38f3e
 SHA512 
a592d7a9e659d41dbe711bce983be65ae642dacf17506fc5f10bccbb3af867f719bcdf1cbdde4effcaf0f91e2b0c4a3fee231e2a20246cbbb6234ee62ed442e2

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

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/

2023-09-18 Thread Matt Turner
commit: ae39e9d24a6d6e0044aed73b7a60e01f5eb3d9c0
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Sep 18 21:28:51 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 18 21:56:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae39e9d2

gnome-extra/sushi: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32912
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/sushi/Manifest  |  1 +
 gnome-extra/sushi/sushi-45.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index bb698a1e46bd..7cf17d1a5f33 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
 DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da
+DIST sushi-45.0.tar.xz 83404 BLAKE2B 
15a6e2c3b6a50451bfe72a17efaa14a934b040a415a198502b5d39a26aa039f1ec521ad71a98f319e98b023133834fc2eba42be77f9f86dd942e96a3eb8c47b6
 SHA512 
25f8183e8a98ece5f8fe8b62bd60c1570e580634bc154650c044d37a18f3848fac724a2bebcc59a6d2b55290cf2ec852abda21864b15d97b3395183c2391ae0f
 DIST sushi-45.alpha.2.tar.xz 83288 BLAKE2B 
587043020f59c1d1747393f8ad139e68764b1e98b89ad926f910f19b95504c166ec6fa340ee5a881c8643edd2c697c75843d3260cd9ac54c6cddd6e421862d02
 SHA512 
a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
new file mode 100644
index ..8c11aac1b315
--- /dev/null
+++ b/gnome-extra/sushi/sushi-45.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org meson optfeature xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   media-libs/libepoxy
+   >=app-text/evince-3.0[introspection]
+   media-libs/freetype:2
+   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+   >=dev-libs/glib-2.29.14:2
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+   >=x11-libs/gtksourceview-4.0.3:4[introspection]
+   >=media-libs/harfbuzz-0.9.9:=
+   >=dev-libs/gobject-introspection-1.54:=
+   net-libs/webkit-gtk:4.1[introspection]
+   >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/nautilus-3.1.90
+   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature wayland)
+   $(meson_feature X X11)
+   -Dprofile=default
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+   meson_src_compile
+}
+
+pkg_postinst() {
+   optfeature "Support viewing file formats such as generated by 
LibreOffice" \
+  app-office/libreoffice app-office/libreoffice-bin
+}



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

2023-09-18 Thread Matt Turner
commit: 4694a7199b1b49e1203906d72b0e1c9ebd6b72bf
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Sep 18 21:31:56 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 18 21:56:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4694a719

app-text/evince: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32913
Signed-off-by: Matt Turner  gentoo.org>

 app-text/evince/Manifest   |   1 +
 app-text/evince/evince-45.0.ebuild | 124 +
 2 files changed, 125 insertions(+)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index e74fdfa360a1..bb18a49dc0f2 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,2 +1,3 @@
 DIST evince-44.3.tar.xz 2920576 BLAKE2B 
33743220cdec542b77273a8eac68458b7b9b5453b9f826f276bf24f6fdce19104bedd28d59113677f34616b5615456c92d931c06df270cdb5070c1c1b66c8ffa
 SHA512 
7812e588fcce8bfd30c187cffeb02295def043bd51db4eb6d5d226a01eba6e45a07382fb6b7779a485acd922e2f4c3b0fffc63f40d2a8c2f4e6c5052e3761ff1
+DIST evince-45.0.tar.xz 2925768 BLAKE2B 
a926efd836dcf265184d84b8ae3ab246612767ab7f4e600225e21cb7395aa6aa7c6c238aa3958e1924d67a6aa377a2817101a9b04633dc30c381424ee1e0ebaa
 SHA512 
3c2f796fda6c6e4d570748b6f8fcda2fada239df4cb392c164d7f91041cda6337373ea521146e7f7a1d572692a5e894938117d092fa033ddeb81fa72f8591086
 DIST evince-45.rc.tar.xz 2925088 BLAKE2B 
6c93cc350f4aa39632184165804c9cd919cf08484b62c0817cc3370b137dfd64f472ab9a246d6219d4ddcbfc936f343821d23ab5912febb5e1c5c784a4e89983
 SHA512 
dc69701d99050feea781ef8fe80bf324dd1d4a26f7952d2c3162c74ff79ae693406b204ebdf8094c5290c1d88c36a73c72bddbee7e28229059211df84e273fcc

diff --git a/app-text/evince/evince-45.0.ebuild 
b/app-text/evince/evince-45.0.ebuild
new file mode 100644
index ..b5e134851a6a
--- /dev/null
+++ b/app-text/evince/evince-45.0.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson systemd xdg
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
+SLOT="0/evd3.4-evv3.3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus 
postscript spell tiff xps"
+REQUIRED_USE="gtk-doc? ( introspection )"
+
+# atk used in libview
+# bundles unarr
+DEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   >=dev-libs/glib-2.44.0:2
+   >=gui-libs/libhandy-1.5.0:1
+   >=dev-libs/libxml2-2.5:2
+   sys-libs/zlib:=
+   >=x11-libs/gdk-pixbuf-2.40:2
+   >=x11-libs/gtk+-3.22.0:3[cups?,introspection?]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/cairo-1.10
+   >=app-text/poppler-22.05.0:=[cairo]
+   >=app-arch/libarchive-3.6.0:=
+   djvu? ( >=app-text/djvu-3.5.22:= )
+   dvi? (
+   >=app-text/libspectre-0.2:=
+   dev-libs/kpathsea:=
+   )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
+   gnome? ( gnome-base/gnome-desktop:3= )
+   keyring? ( >=app-crypt/libsecret-0.5 )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+   nautilus? ( >=gnome-base/nautilus-3.28.0 =app-text/libspectre-0.2:= )
+   spell? ( >=app-text/gspell-1.6.0:= )
+   tiff? ( >=media-libs/tiff-4.0:= )
+   xps? ( >=app-text/libgxps-0.2.1:= )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gvfs
+   gnome-base/librsvg
+"
+BDEPEND="
+   gtk-doc? (
+   >=dev-util/gi-docgen-2021.1
+   app-text/docbook-xml-dtd:4.3
+   )
+   dev-libs/appstream-glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddevelopment=false
+   -Dplatform=gnome
+
+   -Dviewer=true
+   -Dpreviewer=true
+   -Dthumbnailer=true
+   $(meson_use nautilus)
+
+   -Dcomics=enabled
+   $(meson_feature djvu)
+   $(meson_feature dvi)
+   -Dpdf=enabled
+   $(meson_feature postscript ps)
+   $(meson_feature tiff)
+   $(meson_feature xps)
+
+   $(meson_use gtk-doc gtk_doc)
+   -Duser_doc=true
+   $(meson_use introspection)
+   -Ddbus=true
+   $(meson_feature keyring)
+   $(meson_feature cups gtk_unix_print)
+

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/nvc/

2023-09-18 Thread Maciej Barć
commit: 10288261d7cf8095458dacefcf1261e72a1b6772
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Sep 18 21:17:30 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Sep 18 21:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10288261

sci-electronics/nvc: bump to 1.10.3

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

 sci-electronics/nvc/Manifest  |   1 +
 sci-electronics/nvc/nvc-1.10.3.ebuild | 109 ++
 2 files changed, 110 insertions(+)

diff --git a/sci-electronics/nvc/Manifest b/sci-electronics/nvc/Manifest
index 7acc6d765a43..46063f1a6c9a 100644
--- a/sci-electronics/nvc/Manifest
+++ b/sci-electronics/nvc/Manifest
@@ -1,2 +1,3 @@
 DIST nvc-1.10.1.tar.gz 1589523 BLAKE2B 
608eaa7058cc15df11d326971454ef5d3afffa99505f43a2497e4060e75a1e1958a163d0a78ec036dca40643f006468a9dc6f49cb0a2a3d2368f4a467ad6e94d
 SHA512 
004230b4e571d3b15563f7a2e17472bbcb8e63773d205c27426e077364fac12051617a9bb908ed376928302b266d8751091284f9d5808b3ea8dacb433d440b33
 DIST nvc-1.10.2.tar.gz 1591682 BLAKE2B 
6b98ffd2a35498a572627e1460ef075653d1aed917a0b21de65c4740236570ac243fade51d795752062f022b1dc2ea9f7608ca47aee1ea6161fbfb6a525f926e
 SHA512 
f5022f0871810ae6a9a53639a7b7c9055bb3c6fd243557eac71db14167ea073c7434a287b83cfc427920cff6433d0342bb8c4d44cee3d3a2b24ad73def8a7715
+DIST nvc-1.10.3.tar.gz 1594551 BLAKE2B 
0b607dfdcb0fba0edf5ca56d35786bce3e20cc7f9ecd90d0fd8ebbf492171d08fcd7f4df9ba200446fe890244d7a7fee70f5de0b22d16fb5872550fc69bc199c
 SHA512 
cd5bae71e765c87f0c8a1f21bb4cdd1022470bd4bb9dc5ecc2d15cfa365ed0a2c0e85c4edffd9fa90080db6a44db7101a11cd6fcc134c7870d64601183994893

diff --git a/sci-electronics/nvc/nvc-1.10.3.ebuild 
b/sci-electronics/nvc/nvc-1.10.3.ebuild
new file mode 100644
index ..412e7011f9b2
--- /dev/null
+++ b/sci-electronics/nvc/nvc-1.10.3.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools bash-completion-r1 llvm
+
+DESCRIPTION="NVC is a VHDL compiler and simulator"
+HOMEPAGE="https://www.nickg.me.uk/nvc/
+   https://github.com/nickg/nvc/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/nickg/nvc.git;
+
+   NVC_SOURCEDIR="${WORKDIR}"/${PN}-${PV}
+else
+   SRC_URI="https://github.com/nickg/nvc/archive/r${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+
+   NVC_SOURCEDIR="${WORKDIR}"/${PN}-r${PV}
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="debug jit llvm"
+REQUIRED_USE="jit? ( llvm )"
+RESTRICT="test" # Some tests fail.
+
+RDEPEND="
+   app-arch/bzip2:=
+   app-arch/zstd:=
+   dev-libs/capstone:=
+   dev-libs/elfutils
+   dev-libs/icu:=
+   dev-libs/libffi:=
+   dev-libs/libxml2:=
+   sys-libs/ncurses:=
+   sys-libs/zlib:=
+   llvm? ( sys-devel/llvm:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/check
+   sys-devel/bison
+   sys-devel/flex
+"
+
+NVC_BUILDDIR="${NVC_SOURCEDIR}_BuildDir"
+S="${NVC_BUILDDIR}"
+
+PATCHES=( "${FILESDIR}"/nvc-1.9.2-jit-code-capstone.patch )
+
+# Special libraries for NVC.
+QA_FLAGS_IGNORED="usr/lib[0-9]*/nvc/preload[0-9]*.so"
+
+pkg_setup() {
+   use llvm && llvm_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   mkdir -p "${S}" || die
+}
+
+src_prepare() {
+   pushd "${NVC_SOURCEDIR}" >/dev/null || die
+
+   default
+
+   eautoreconf
+
+   popd >/dev/null || die
+}
+
+src_configure() {
+   local ECONF_SOURCE="${NVC_SOURCEDIR}"
+   local -a myconf=(
+   --enable-verilog
+   --enable-vital
+   --with-bash-completion="$(get_bashcompdir)"
+   $(use_enable debug)
+   $(use_enable jit)
+   $(use_enable llvm)
+   )
+   econf "${myconf[@]}"
+
+   export V=1  # Verbose compilation and install.
+}
+
+src_compile() {
+   emake -j1
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   default
+
+   mv "${ED}"/"$(get_bashcompdir)"/nvc{.bash,} || die
+
+   dostrip -x /usr/$(get_libdir)/nvc
+}



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

2023-09-18 Thread Maciej Barć
commit: ef970cd8dff5e19011a33ff3c0ed897dda35eca3
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Sep 18 21:26:33 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Sep 18 21:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef970cd8

dev-lang/mond: new package; add 0.9.4

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

 dev-lang/mond/Manifest  |  73 
 dev-lang/mond/metadata.xml  |  13 +
 dev-lang/mond/mond-0.9.4.ebuild | 122 
 3 files changed, 208 insertions(+)

diff --git a/dev-lang/mond/Manifest b/dev-lang/mond/Manifest
new file mode 100644
index ..9ef57d0efcfc
--- /dev/null
+++ b/dev-lang/mond/Manifest
@@ -0,0 +1,73 @@
+DIST fleck.1.2.0.nupkg 92725 BLAKE2B 
b3aa697a762314735d421a7b943f7f3c80360fbc9f44f83893f4458ebbd2bfe067a9c449de830e03c9cdf033bda1050fa771223c375a0d80718a1a23b94f5eb2
 SHA512 
f2937a639a184b8413582e158d685ae556e822cb81ba0a070068e3a535b786489a684cffafed2294c9d043ac93aa95a7e376f7e14669e04865a43fdd536c76f1
+DIST microsoft.build.tasks.git.1.1.1.nupkg 479497 BLAKE2B 
053ad5b3b88194d12e9e784c8a91d33deb8a2abc48cf3179990fdd2f576168b19a757b3a3915309fb040a1441bd5102bca83d757f828c029846e3feef88f
 SHA512 
1961b5ba2ce215f6cd0943948e66462b7388b612708c58a5e03ab1e041ac77f1582f9ed9134136fce0d5345d1d46a1537ff728f542e6dd4ea2c11eac9d3f8d46
+DIST microsoft.codecoverage.17.0.0.nupkg 6633320 BLAKE2B 
9093b05a947dd2349ad2652031df05fa18b24c5cde6b33829a593994cffe5546a4e29e650953fa6b95c61bf4d2d41531dd653c8a593182504d9b96d0ce10fe57
 SHA512 
af91eb6f3919a61b4277471f421041bdeabe88e071b67a6ee06e0d1f2f60d012137346389ac0b60956f6e61515a068c4a1ab91bd947ac08bd4a3d62d90dd2292
+DIST microsoft.csharp.4.0.1.nupkg 462346 BLAKE2B 
209ccebc9103b803d26ea1f0232245c3cd231078b03a83a0011a2a79a1a8a324a72c5b3fda94b2686fff170932f366e165f81a36a70df590a39c45d70778e4be
 SHA512 
c0e75a9162f28ba4c4572c8fac4fd4c8c97d6d3505a37683646ba5f7e5f6ac0da69d5200d2646054de90e8e08f893a10e514591b69b8273640842b2cf90bddec
+DIST microsoft.net.test.sdk.17.0.0.nupkg 40301 BLAKE2B 
077be8cd5b8056dce8776f74be83c7781f60cfd5fdcceb1935eab7069e9036d1c3da45b11c93207476b833db5f15e54e5de807d3b5b99fe15055b1793b78b13f
 SHA512 
8fd66711d69708363c7dbe20cc4c845b94c6370cdc09c9b5c721361856a474064ea09efa16f3d8fa66bd63f572522c4456ecb2908b2885c69425862c0fdee830
+DIST microsoft.netcore.platforms.1.0.1.nupkg 17876 BLAKE2B 
13250226ef4869ad62b8acbe8b8f791f9bca1932562cb7a7e8162c3fa502c02200673cc9839f79953cb2d3a75f64f92d43ed1dcd9081732e4917197483188163
 SHA512 
5f3622dafd8fe8f3406c7a7ee506a7363c9955b28819ae1f2b067c38eae7ab6e620eb63442929b967c94fc511e47a2b7547ab62b6f1aafe37daa222499c9bb19
+DIST microsoft.netcore.platforms.1.1.0.nupkg 17960 BLAKE2B 
6a9fa22d75f5a1c65746dd71a63c3d4e37c393e99c23007c10f5ecce248a04863bf26e7562c7751177a6985eaac266c29cc6a5443a4a853e773f88994ad2a3fd
 SHA512 
6bf892c274596fe2c7164e3d8503b24e187f64d0b7bec6d9b05eb95f04086fceb7a85ea6b2685d42dc465c52f6f0e6f636c0b3fddac48f6f0125dfd83e92d106
+DIST microsoft.netcore.targets.1.0.1.nupkg 18189 BLAKE2B 
d43a064d4c6f836be5164708ff0401913b32fc3340cad7c8fd08f421ea553805ac150a134a0d60a55d41eec124514a5e5197eebcc85aa6595cc6b91e33025d61
 SHA512 
6ed8e75f945a18651066fe9ee31cf6c8257a5974340fe4d262438903c4959a479f4a515a4d1389e6d3d3ab34f09a3c7bc2009aada2e8a7f697b6655a82d3bfc9
+DIST microsoft.sourcelink.common.1.1.1.nupkg 271934 BLAKE2B 
6678fa357eba30a58cd1b457bfe8423a2c0e1359c9088cab364707c0061a7e11035094a00a75528a290b1c9415062ce47a17600bd010f769b3d7e2501456e911
 SHA512 
bf2241eeeb82876f7612d525064aa90f9bb56610260d44a2fc5b75b63b45a652444c25451f7daacbe97cb2c5a6e72180805f894054f7176cc290d147a2753ef4
+DIST microsoft.sourcelink.github.1.1.1.nupkg 285433 BLAKE2B 
986ee1aa2bd39c577c0ffc71e27d5ed5128dc5b2df9dcdc29f0b62cae31de120253cea0afeb583ab1a3fc5e5b50766a608f2f8ec749224436a031092fb14b553
 SHA512 
54c7ff8d0cafd654a115d5755710ec89534399a605949ffd43778290796022092679a43e1a129250ff9a03e61417c43dc2fc1362a9019dee88a7e048c1be953c
+DIST microsoft.testplatform.objectmodel.17.0.0.nupkg 2963393 BLAKE2B 
106eddcbc897147fabc6a7c5509e7800ed4af37fcbd7a05771a1fd752e354677d7f8ff4856015b2cb1cd2ad54ed5eba1d0cc62f58962830e0b84d71bb6b049bb
 SHA512 
19ad56cad83f5897c5b93608be9d357c83ddd5f97f2f7751f40fc017236ae2ef3b0517147e4dba2c4395511a9f4f5b262a4f660a25974e7b34f220c275af9c4e
+DIST microsoft.testplatform.testhost.17.0.0.nupkg 7372791 BLAKE2B 
155874269e696ce4667f187a4263b5d5436da7a2296b67c80bf18c2d43d9351ed7920fb90a1e029e3259c374477140bc818ed03107287d7ac5374f355398ffec
 SHA512 
1847ff4c93809e214d4f66892525d3564699e38872fd80fe857a6b61e2bdf19cb7c2f2519f9405e11471080adb8311a2c7f8f49ce0e71277f3c120af15cb42a4
+DIST mond-0.9.4.tar.gz 273728 BLAKE2B 
0db1ce77eda0ff3971489d550ca8ad11fd0aa35ab59b6cb1956254eb8d8fd77c3d5ff59c84b5767b4f0b7a571802ccee77f4a49c8d83e2483ddcfd28e2c562a6
 SHA512 
7e4692dfc8e55e4d6b67142ef2e5930521a0af9ccb871cff959ba9103fa42a2a545cfb3a05a9052ef1c889e0f142b199f58e821ed873b8e17a9429c0df500c07
+DIST 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/elfeed-protocol/

2023-09-18 Thread Maciej Barć
commit: db761fac64ff64da8a8672b19f92993ecf978ec0
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Sep 18 21:18:27 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Sep 18 21:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db761fac

app-emacs/elfeed-protocol: bump to 0.9.0

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

 app-emacs/elfeed-protocol/Manifest |  1 +
 .../elfeed-protocol/elfeed-protocol-0.9.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/elfeed-protocol/Manifest 
b/app-emacs/elfeed-protocol/Manifest
index 61cad9f82c06..b1e15e412eb7 100644
--- a/app-emacs/elfeed-protocol/Manifest
+++ b/app-emacs/elfeed-protocol/Manifest
@@ -1 +1,2 @@
 DIST elfeed-protocol-0.8.1.tar.gz 48250 BLAKE2B 
9a6491c29b1fe64bc7ced8e94548552b85b501279e60173bca0a8a11e5b624a17a51cdb035139620905ecde0c7c4dab0fed7a00f869af823123ca69c12dcfdc6
 SHA512 
846c39766d9312b3612b9d27ebe88e2aac153b2a3cd1683438b696004aaa4cb6d250b876c9669bf63a17a6fc6aaa6a0980550e962b19ab85268d6214ad4a022f
+DIST elfeed-protocol-0.9.0.tar.gz 48646 BLAKE2B 
cffb43799f9909a7c194d24ae490afcdcc7d9ae789b047ac90d9d4a6d1c014deedd5cc3d4a18cca7b643c07b2a297ece5fc8058651e531b9ee9da2572eb1152b
 SHA512 
d9d1f130453a3759ca008153634bb6a768f757df22fdde6f39c397e9605eef335dc192f05c04a94f71123d24a8055acb9c7fc37350bd0b533cd9caf3c2602c9b

diff --git a/app-emacs/elfeed-protocol/elfeed-protocol-0.9.0.ebuild 
b/app-emacs/elfeed-protocol/elfeed-protocol-0.9.0.ebuild
new file mode 100644
index ..1fd5f3db4117
--- /dev/null
+++ b/app-emacs/elfeed-protocol/elfeed-protocol-0.9.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Provide extra news client subscription protocols for elfeed"
+HOMEPAGE="https://github.com/fasheng/elfeed-protocol/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/fasheng/${PN}.git;
+else
+   SRC_URI="https://github.com/fasheng/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="app-emacs/elfeed"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/csharp-language-server/

2023-09-18 Thread Maciej Barć
commit: 800d124452a00f1e486682c385a0bdcec6704390
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Sep 18 21:14:51 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Sep 18 21:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800d1244

dev-dotnet/csharp-language-server: drop old 0.5.7

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

 dev-dotnet/csharp-language-server/Manifest |  2 -
 .../csharp-language-server-0.5.7.ebuild| 76 --
 2 files changed, 78 deletions(-)

diff --git a/dev-dotnet/csharp-language-server/Manifest 
b/dev-dotnet/csharp-language-server/Manifest
index dd76cc47b082..134ca1dce35a 100644
--- a/dev-dotnet/csharp-language-server/Manifest
+++ b/dev-dotnet/csharp-language-server/Manifest
@@ -1,8 +1,6 @@
 DIST argu.6.1.1.nupkg 176453 BLAKE2B 
da26d429cf3624b6170775871315ff784ea676b413d7014b7e42d84a2f6417bbe40d95103f958d2cac014f3545c4cf55b487a3718f16b37f646e136157d164bc
 SHA512 
79dd4ddd1328867c52e78318b8c80fcf7efaea15c8b58dcbd7622b3dacd9f85f025cf2a4c7257ea7cc55916984e4d0e746112f696a6d46106b5ecb4af43852ff
 DIST castle.core.5.1.1.nupkg 800128 BLAKE2B 
28c469b65fa9898e0dd87a416b015462db1761f11429654f613541245b213ce62f77257a63770468f8019d635bef20e50e60f620359d0e39ceafbcc7bf88214c
 SHA512 
378a149ebfaa12d00cb35bcaee8806803df7bc75980c9e0c67f36e3e057d6af2abaead24cd8274a9595c7ac74cb9597c9d6913b1125b86e6b156a66f7a1ac2fa
 DIST coverlet.collector.3.0.3.nupkg 1937797 BLAKE2B 
e0ab1ad46a72b363bfda0d66b731f6bf91b37f95c96e1db4cc5dd3bf957c7c2a74d4550b32aa73dedcfd9a96c2ea63e1c9aed92ea26def60dbfa2b89e056adeb
 SHA512 
6c72d39d389980e5bd2c866df0c7c78352b0c2b9a453fac70381b0bc59a231860195064adcc5d35f7ec72ef2423376972208b28d6dd56fc29b660094725a500f
-DIST csharp-language-server-0.5.7-prebuilt.tar.xz 175773432 BLAKE2B 
3351011c9adccf266c9cb583400e7920cc1b28d502b8a217b7ea72f43f7506ff921adca56440128cbe339087d8c667f1d8587714ed882ee2bf834a77c4f6adea
 SHA512 
413c244de117919407186991ff94cc56e3b86c4e1a8090b78997511e925c31776953c8ee1efc4d9cf3e817e57fbfd92026d7a52c21f022b4919e7b765cd905e9
-DIST csharp-language-server-0.5.7.tar.gz 35762 BLAKE2B 
80b691cc1f646c1ad41ceb49bb6e59d460769ec3a8616e4acffc27bbc406a8302ddc69c0d330a4c3990cf31f4cdf1ead5fe29eda7f159572a5411d5055fc9027
 SHA512 
92a1704404b9bb7b042016b82b7789dd6169cfdb9a609584158e677d4519fb972b5ed7cd07a950da8875a3d478727e33e81261aa67fa332aa6016351af3aba26
 DIST csharp-language-server-0.9.0.tar.gz 44591 BLAKE2B 
6e176f83f0db9ac0a44e547e48f3e0e2e54a55fad26710684b30d56f63dd1da59d625981c9d44b91788b5222557f56c27a6ea6bd2e705d70da5c52204e1ceb6e
 SHA512 
08ed1c0308d29397062cb616cb79a280b10f0271a82e573ae31238e89889bbf01121e9dc3658d0c1971d34ebc478368cfa2e097363fcdc81c4798cc86d63e004
 DIST fsharp.core.7.0.0.nupkg 2798014 BLAKE2B 
0e47824c94b8f39ffa26b0dfeee1970b1c3aa7e319a3515f75b71fce27fb3c34f4c5fb5a223e832deb1c6618a30d327e63129bf92978c68e8a7f1aff4b948ad8
 SHA512 
7edba5e73fb14471efff79dc32e28603adc6e3a9202357e1a8b7a6e5784c990debd629d7e2c6a614e5a8f9570e533fa6537d48a485a053ae771f3477af1364f2
 DIST humanizer.core.2.14.1.nupkg 538179 BLAKE2B 
c3e3c3c7d3fb3484dc85f5eaf25ff4f4428cd36b3458c5664fa7c29cb62ea291aded48a369823459d684ff79ce63a16650dcd37e8cd123c23ab943faea92cfd7
 SHA512 
cb3a8653f1ca34b67d52fafa92f49cdf0615fd2e4efc8be4948516e5617b32e8af18b63cc12e486672cf92dec3d4a5bc12dd849e5d08dcbce0daf196336e17b3

diff --git 
a/dev-dotnet/csharp-language-server/csharp-language-server-0.5.7.ebuild 
b/dev-dotnet/csharp-language-server/csharp-language-server-0.5.7.ebuild
deleted file mode 100644
index 0ce86cd6df4d..
--- a/dev-dotnet/csharp-language-server/csharp-language-server-0.5.7.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_COMPAT=6.0
-
-inherit edo
-
-DESCRIPTION="Roslyn-based LSP language server for C#"
-HOMEPAGE="https://github.com/razzmatazz/csharp-language-server/;
-SRC_URI="
-   https://github.com/razzmatazz/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz
-   https://dev.gentoo.org/~xgqt/distfiles/deps/${P}-prebuilt.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-RDEPEND="virtual/dotnet-sdk:${DOTNET_COMPAT}"
-BDEPEND="${RDEPEND}"
-
-# Generated by dotnet.
-QA_PREBUILT=".*"
-
-src_prepare() {
-   export DOTNET_CLI_TELEMETRY_OPTOUT=1
-   export DOTNET_NOLOGO=1
-   export DOTNET_CONFIGURATION=$(usex debug Debug Release)
-   export 
DOTNET_OUTPUT="${WORKDIR}"/${P}_net${DOTNET_COMPAT}_${DOTNET_CONFIGURATION}/${PN}
-   export NUGET_PACKAGES="${WORKDIR}"/nuget_packages
-
-   default
-}
-
-src_configure() {
-   edob dotnet restore "${S}"/src  \
-   --source "${NUGET_PACKAGES}"\
-   -p:TargetFramework=net${DOTNET_COMPAT}
-}
-
-src_compile() {
-   local myopts=(
-   --configuration ${DOTNET_CONFIGURATION}
-   --no-restore
-   

[gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/

2023-09-18 Thread Andreas Sturmlechner
commit: 34bfbfcf29edfd748b6acbad7439664405f32b85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep 18 21:04:50 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 18 21:06:00 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=34bfbfcf

kde-plasma/kinfocenter: Add missing dependency

See also: https://invent.kde.org/plasma/kinfocenter/-/merge_requests/164

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

 kde-plasma/kinfocenter/kinfocenter-5.27.49..ebuild | 1 +
 kde-plasma/kinfocenter/kinfocenter-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/kinfocenter/kinfocenter-5.27.49..ebuild 
b/kde-plasma/kinfocenter/kinfocenter-5.27.49..ebuild
index 6298a27038..b2277749d4 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.27.49..ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.27.49..ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
>=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5

diff --git a/kde-plasma/kinfocenter/kinfocenter-.ebuild 
b/kde-plasma/kinfocenter/kinfocenter-.ebuild
index 6298a27038..b2277749d4 100644
--- a/kde-plasma/kinfocenter/kinfocenter-.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-.ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
>=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5



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

2023-09-18 Thread Craig Andrews
commit: caea8ef2eabf7308cafecb162d897ac87fd6f633
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Sep 18 21:00:23 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Sep 18 21:00:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caea8ef2

net-analyzer/netdata: add 1.42.4

Signed-off-by: Craig Andrews  gentoo.org>

 net-analyzer/netdata/Manifest  |   1 +
 net-analyzer/netdata/netdata-1.42.4.ebuild | 163 +
 2 files changed, 164 insertions(+)

diff --git a/net-analyzer/netdata/Manifest b/net-analyzer/netdata/Manifest
index 37b4c80f5109..e2f7e2d96752 100644
--- a/net-analyzer/netdata/Manifest
+++ b/net-analyzer/netdata/Manifest
@@ -5,3 +5,4 @@ DIST netdata-1.42.0.tar.gz 46038314 BLAKE2B 
661c457f5ae395dc81b3066ae87a71038bc1
 DIST netdata-1.42.1.tar.gz 46044731 BLAKE2B 
c42fbdf3e360fd1d6a005820d0c4b8d0ea588b9d0214268086d8942dab224eef42e5ba5f2150181692624682616036d39a3511e4dd083171ab5a14da069b6881
 SHA512 
6265ae9cc9238e5205ebb20ce7749ba4f13d70d12f7d2682dc774bcb3225d05a61992ee343bae7f58921c38c88879e2711ab8eedea8134f7c7cefd1d5ea420e6
 DIST netdata-1.42.2.tar.gz 46047621 BLAKE2B 
0d95d3faad424cd8a19ccc3b6c3f28383e839f30740c3c4728a93367f55a4b3efbf425c898da4bdc72cbcd00f67fff2c0177f57b7ffcbd3ccf2f30e596fc3ffc
 SHA512 
0d576bb79ba01672605fff54cf1c345933be74737dea16ac23d21c91151d3e2862ad1e828d7703f2d18e6fa74caf16db50c4eb122fd4bdc4cba4fbd0ea142553
 DIST netdata-1.42.3.tar.gz 46067338 BLAKE2B 
56686f6506049058948b4d6b465afdcd127312153c1d8c37497e3ebe8883e15b0ac984ddd1c16b2738fce2ca39e647ca94ee38ba8a1ba90fe14b1d698fb793a9
 SHA512 
38eb3c403c0dbabce4e82e54c93785f85f0b54803270dc6cf0a841c093fc8d2854bd66452939beb5bcc3a27834832924b68f62c8eff12c6a72363f61b2605a54
+DIST netdata-1.42.4.tar.gz 46073521 BLAKE2B 
2289bb781c45c36159233cc373a8216390e80024c0d41c8034aa86621c6a3b33f35c2d4a31a5ad42d8ce9c78b7e91ef2b255783b8127a4919d056095e3d6590e
 SHA512 
58bfb21658044b5c4ede4cb88e440b161f1548168b9012caeca18f5800ba17b742156dda97b4587ea705b3d31c6fe8f9fb32df76c482c1b62ed10909ddcd

diff --git a/net-analyzer/netdata/netdata-1.42.4.ebuild 
b/net-analyzer/netdata/netdata-1.42.4.ebuild
new file mode 100644
index ..120388949957
--- /dev/null
+++ b/net-analyzer/netdata/netdata-1.42.4.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python{3_9,3_10,3_11} )
+
+inherit autotools fcaps flag-o-matic linux-info python-single-r1 systemd 
toolchain-funcs
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/netdata/${PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/netdata/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-v${PV}"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Linux real time system monitoring, done right!"
+HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/;
+
+LICENSE="GPL-3+ MIT BSD"
+SLOT="0"
+IUSE="caps cloud +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc 
+lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
+REQUIRED_USE="
+   mysql? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   tor? ( python )"
+
+# most unconditional dependencies are for plugins.d/charts.d.plugin:
+RDEPEND="
+   acct-group/netdata
+   acct-user/netdata
+   app-misc/jq
+   >=app-shells/bash-4:0
+   || (
+   net-analyzer/openbsd-netcat
+   net-analyzer/netcat
+   )
+   net-libs/libwebsockets
+   net-misc/curl
+   net-misc/wget
+   sys-apps/util-linux
+   app-alternatives/awk
+   caps? ( sys-libs/libcap )
+   cups? ( net-print/cups )
+   dbengine? (
+   app-arch/lz4:=
+   dev-libs/judy
+   dev-libs/openssl:=
+   )
+   dev-libs/libuv:=
+   dev-libs/libyaml
+   cloud? ( dev-libs/protobuf:= )
+   sys-libs/zlib
+   ipmi? ( sys-libs/freeipmi )
+   jsonc? ( dev-libs/json-c:= )
+   mongodb? ( dev-libs/mongo-c-driver )
+   nfacct? (
+   net-firewall/nfacct
+   net-libs/libmnl:=
+   )
+   nodejs? ( net-libs/nodejs )
+   prometheus? (
+   app-arch/snappy:=
+   dev-libs/protobuf:=
+   )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')
+   mysql? ( $(python_gen_cond_dep 
'dev-python/mysqlclient[${PYTHON_USEDEP}]') )
+   postgres? ( $(python_gen_cond_dep 
'dev-python/psycopg:2[${PYTHON_USEDEP}]') )
+   tor? ( $(python_gen_cond_dep 'net-libs/stem[${PYTHON_USEDEP}]') 
)
+   )
+   xen? (
+   app-emulation/xen-tools
+   dev-libs/yajl
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+FILECAPS=(
+   

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

2023-09-18 Thread Arthur Zamarin
commit: c51eb6bc810bcddb52bce0b1a9fc1c0070725c33
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:47:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:47:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51eb6bc

dev-python/openapi-core: Stabilize 0.16.6-r1 x86, #913773

Signed-off-by: Arthur Zamarin  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 b45618fc5eec..8ca6b46dcb61 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 ~loong 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/json5/

2023-09-18 Thread Arthur Zamarin
commit: fff2f02f7ee44f12a250a29efbe4a9b9aab6d32c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:47:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:47:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff2f02f

dev-python/json5: Stabilize 0.9.11 x86, #913773

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

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

diff --git a/dev-python/json5/json5-0.9.11.ebuild 
b/dev-python/json5/json5-0.9.11.ebuild
index 8fcd6fb97724..5ca5ff426769 100644
--- a/dev-python/json5/json5-0.9.11.ebuild
+++ b/dev-python/json5/json5-0.9.11.ebuild
@@ -22,6 +22,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 distutils_enable_tests pytest



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

2023-09-18 Thread Arthur Zamarin
commit: 413dba7de6eaeee0ae75c6495752dfba86c059c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:47:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:47:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413dba7d

dev-python/parse: Stabilize 1.19.1 x86, #913773

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

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

diff --git a/dev-python/parse/parse-1.19.1.ebuild 
b/dev-python/parse/parse-1.19.1.ebuild
index 7bb4b047655f..b461ab8284d4 100644
--- a/dev-python/parse/parse-1.19.1.ebuild
+++ b/dev-python/parse/parse-1.19.1.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 distutils_enable_tests unittest



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

2023-09-18 Thread Arthur Zamarin
commit: 38638ff5e4f525d627496392d56beb7e75757ed3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:47:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:47:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38638ff5

dev-python/jupyterlab-server: Stabilize 2.23.0 x86, #913773

Signed-off-by: Arthur Zamarin  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 277ee25d3666..eb6a5c8a 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 ~loong 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: www-servers/puma/

2023-09-18 Thread Arthur Zamarin
commit: 1db0655ce58725a5bbb6aa1ee06afbfcb16f2acc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:40:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:40:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db0655c

www-servers/puma: Stabilize 6.3.1 x86, #914158

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

 www-servers/puma/puma-6.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/puma/puma-6.3.1.ebuild 
b/www-servers/puma/puma-6.3.1.ebuild
index 51c74bbf9044..d90d242152c6 100644
--- a/www-servers/puma/puma-6.3.1.ebuild
+++ b/www-servers/puma/puma-6.3.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-09-18 Thread Arthur Zamarin
commit: 11ce0956d84f48875d3f83c594c21d0aa9479ad5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:39:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:39:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ce0956

app-editors/vscode: add 1.82.2

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

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.82.2.ebuild | 112 
 2 files changed, 115 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 570e6232ea86..21e44227fdd6 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.82.0-arm64.tar.gz 132347258 BLAKE2B 
b36bc943b4495285b34925661a2320
 DIST vscode-1.82.1-amd64.tar.gz 135430084 BLAKE2B 
4f1196ead8122f99c73b475a15378c387569158dbbbf9b0467b89ecbd6a355f3caad5d395c887068e57e21249993a3c9293ed8371927f7e5bf134799da0ed5f1
 SHA512 
69af211f60b8c3bacc7ccfbeeb0eea138b55ab704f983b96981664fbdefa11caad4709b59a2dc93934c2759bd96f3d084189756e117ecef5a90bab73faa44304
 DIST vscode-1.82.1-arm.tar.gz 122213231 BLAKE2B 
d6305a35b8b7439c055234dbe5c425876fc8b14be60dbf06addcef027c40ae800f3c6d2f27ade5914d801e1958ebcb375c1974988a5051636079b94a226c3e33
 SHA512 
a4ec5847d1ccf50bd9cc745e3e399345bee287c2f68a3766df8b8f370abc2492b8ee18b64d5ade11705e466608dd05326c40e93d275afa01508a896a67357ba0
 DIST vscode-1.82.1-arm64.tar.gz 132333024 BLAKE2B 
7d686c83083f2d864d8d98c55fb1ceaab583a76658463b1e37ef5690496f63d53321087a7334680f89d4cc0aa5c8b5d7c60ea00f09fb6ed7c9cd5edc2d8d80e3
 SHA512 
49d8ddcbb7c1935fb1eda34a9b04e858e97ce8a7cf225fdf098fd56f27bc0f1b9ac6de7a9044ed1b87f9bbc013c94029358f029057e70d727a3d366cad4f1bf0
+DIST vscode-1.82.2-amd64.tar.gz 135438033 BLAKE2B 
377fc7065853b55f785c3580a55762631e95bfcb96938f446cc7ccdb132d4f9dac98740195d544bb12ad124039f5dab9092e5b5a052c03f49e5b6ba0e91c9781
 SHA512 
d0f6232e1cafd833ee330c187a8b50a97d8a0f0c06bac9f37fd12c0dc41171f49516918e7e7b9a993959df8b996ade4b22d30461efd5e2a0fea1e05fe1a44a15
+DIST vscode-1.82.2-arm.tar.gz 122191456 BLAKE2B 
6acf227590aef535396ad52aa1bbf6634368e4f05ff411b7df3f5a33feb640c4a0dfb922fbc2e388c9f1cc369894616537a8b6106d89ca5efee0001046a301e7
 SHA512 
f155c2a574c80ed21bd937a8164fb4ba75137e5908dcda105188fd8e32cacf82a9d4e985d7911df71054bfc92e778a8113c565bae8d58ed8386bea27daab8a38
+DIST vscode-1.82.2-arm64.tar.gz 132356434 BLAKE2B 
4d74c79286a3294a73db629eb318af70109a4debf8be56d6bac2bd6d6780ae0272fad7d290fe303808355b23872a22cf3d7f7ecb23e89dbdc9794e04f1673510
 SHA512 
4b2f522f7bba974544afd17c4c6b48bd7060a8dd21002d9cefa2c1190f7850ccdcde8bb9f269944c29eaaf0cf369b5e1e7461c490a932cd4082363271f46131b

diff --git a/app-editors/vscode/vscode-1.82.2.ebuild 
b/app-editors/vscode/vscode-1.82.2.ebuild
new file mode 100644
index ..8a367acedd94
--- /dev/null
+++ b/app-editors/vscode/vscode-1.82.2.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils xdg optfeature
+
+DESCRIPTION="Multiplatform Visual Studio Code from Microsoft"
+HOMEPAGE="https://code.visualstudio.com;
+SRC_URI="
+   amd64? ( https://update.code.visualstudio.com/${PV}/linux-x64/stable -> 
${P}-amd64.tar.gz )
+   arm? ( https://update.code.visualstudio.com/${PV}/linux-armhf/stable -> 
${P}-arm.tar.gz )
+   arm64? ( https://update.code.visualstudio.com/${PV}/linux-arm64/stable 
-> ${P}-arm64.tar.gz )
+"
+S="${WORKDIR}"
+
+RESTRICT="mirror strip bindist"
+
+LICENSE="
+   Apache-2.0
+   BSD
+   BSD-1
+   BSD-2
+   BSD-4
+   CC-BY-4.0
+   ISC
+   LGPL-2.1+
+   Microsoft-vscode
+   MIT
+   MPL-2.0
+   openssl
+   PYTHON
+   TextMate-bundle
+   Unlicense
+   UoI-NCSA
+   W3C
+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+IUSE="kerberos"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-crypt/libsecret[crypt]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   sys-apps/util-linux
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libxkbfile
+   x11-libs/libXrandr
+   x11-libs/libxshmfence
+   x11-libs/pango
+   kerberos? ( app-crypt/mit-krb5 )
+"
+
+QA_PREBUILT="*"
+
+src_install() {
+   if use amd64; then
+   cd "${WORKDIR}/VSCode-linux-x64" || die
+   elif use arm; then
+   cd "${WORKDIR}/VSCode-linux-armhf" || die
+   elif use arm64; then
+   cd "${WORKDIR}/VSCode-linux-arm64" || die
+   else
+   

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

2023-09-18 Thread Arthur Zamarin
commit: a35472bdd7f46390e6cf6779dee043542d3f9983
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:40:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:40:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35472bd

net-dns/bind: Stabilize 9.16.42 x86, #914082

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

 net-dns/bind/bind-9.16.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.16.42.ebuild b/net-dns/bind/bind-9.16.42.ebuild
index 660433ca2350..14860a272701 100644
--- a/net-dns/bind/bind-9.16.42.ebuild
+++ b/net-dns/bind/bind-9.16.42.ebuild
@@ -33,7 +33,7 @@ SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.xz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 # -berkdb by default re bug #602682
 IUSE="berkdb +caps +dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi
 json ldap lmdb mysql odbc postgres python selinux static-libs test xml +zlib"



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

2023-09-18 Thread Arthur Zamarin
commit: ad2513fdf1ab27f7a383bda2e8f488f35353511d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:40:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:40:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2513fd

net-dns/bind-tools: Stabilize 9.16.42 x86, #914082

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

 net-dns/bind-tools/bind-tools-9.16.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.42.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.42.ebuild
index 9b38e07e5632..96d40282bcbf 100644
--- a/net-dns/bind-tools/bind-tools-9.16.42.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.42.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz;
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~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="+caps doc gssapi idn libedit readline test xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 
#409687
 RESTRICT="!test? ( test )"



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

2023-09-18 Thread Arthur Zamarin
commit: fcc907049be4f4b0f8be6be2191eecce1396640c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:04:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:04:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc90704

dev-util/selenium-manager: Keyword 4.11.0 x86, #912999

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

 dev-util/selenium-manager/selenium-manager-4.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/selenium-manager/selenium-manager-4.11.0.ebuild 
b/dev-util/selenium-manager/selenium-manager-4.11.0.ebuild
index 4aea6baba4b2..c9b96d0a27db 100644
--- a/dev-util/selenium-manager/selenium-manager-4.11.0.ebuild
+++ b/dev-util/selenium-manager/selenium-manager-4.11.0.ebuild
@@ -251,7 +251,7 @@ S="${WORKDIR}/selenium-selenium-${PV}/rust"
 # use cargo-license for a more accurate license picture
 LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 
ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"



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

2023-09-18 Thread Arthur Zamarin
commit: ff8a04d568ca6333db7de9878472fea110b87ec5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:04:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:04:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8a04d5

dev-ruby/selenium-webdriver: Keyword 4.11.0-r1 x86, #912999

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

 dev-ruby/selenium-webdriver/selenium-webdriver-4.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.11.0-r1.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-4.11.0-r1.ebuild
index 9428e4c5bea5..027c99838c39 100644
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.11.0-r1.ebuild
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.11.0-r1.ebuild
@@ -28,7 +28,7 @@ HOMEPAGE="https://github.com/seleniumhq/selenium;
 
 LICENSE="Apache-2.0"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND+=" >=dev-util/selenium-manager-${PV}"



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

2023-09-18 Thread Arthur Zamarin
commit: d19db41f66051c7626679e7e619ece8079a40284
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:04:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:04:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19db41f

dev-qt/qtwebengine: Stabilize 5.15.10_p20230815 amd64, #913051

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

 dev-qt/qtwebengine/qtwebengine-5.15.10_p20230815.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.10_p20230815.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.10_p20230815.ebuild
index d77b298fdba3..9c6d4bac3072 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.10_p20230815.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.10_p20230815.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 
C++ and QML applic
 HOMEPAGE="https://www.qt.io/;
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
if [[ ${PV} == ${QT5_PV}_p* ]]; then
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
S="${WORKDIR}/${P}"



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

2023-09-18 Thread Arthur Zamarin
commit: b36351b1103c9870bca289e813f3cd526cea6f7c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:04:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:04:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36351b1

www-servers/puma: Stabilize 6.3.1 amd64, #914158

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

 www-servers/puma/puma-6.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/puma/puma-6.3.1.ebuild 
b/www-servers/puma/puma-6.3.1.ebuild
index 0931b58f74a3..51c74bbf9044 100644
--- a/www-servers/puma/puma-6.3.1.ebuild
+++ b/www-servers/puma/puma-6.3.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"



  1   2   3   4   >