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

2023-12-28 Thread Hans de Graaff
commit: 7651e262ed6afabf133dcb9e557707fe46a5ac25
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:46:55 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:46:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7651e262

dev-ruby/sshkit: add 1.21.7

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

 dev-ruby/sshkit/Manifest |  1 +
 dev-ruby/sshkit/sshkit-1.21.7.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index c52cbc84813c..d27f1e0402dd 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,3 +1,4 @@
 DIST sshkit-1.21.4.gem 144896 BLAKE2B 
a4f7cd2342810422c6dd680370c741136bbe1cc59656333bb8a82ac2edd6eb0e3d5482cf671a3ffdcc38cd2f2a97140623728e213e8fd3098b223b9e601e6ea1
 SHA512 
c3a56b7dd80334b87d512054e98e8a72d93b036a4fb0adc34fad259c5b851de6a3c69549d1472442a3b822d371e80115849aa767dd7fda215fd0f626a7138173
 DIST sshkit-1.21.5.gem 145408 BLAKE2B 
19fa326d30ddae12be84b7cf460d5d44c48fc52cf89f61a775999eae7cbcc985ac7b335dd4aa772e8966decc24a6e5a894621e9873ac133122fb8e18d1c82945
 SHA512 
e441da155323dd71c235d3ebb4ddccd41987183cffe4e23cb52404ba25a16ae4f3c1f786d7be4db6dc8733013720b99d12c8f3369f1d8841f967407b3edb28b2
 DIST sshkit-1.21.6.gem 145408 BLAKE2B 
2196d0d8959a38d10e40de6c758c9cf3d64c9622de1dd0825a74435c45666450a554045172bcc1a1cbac33edcf962e93ad07a992d52bf946e3a060606c145e09
 SHA512 
8f6db82cd3607e947b6fd7ad0c5010b631254bcd12c19489e8446d83b352f9333baf9ed77aa197a4f0a081f75363404f5e48289f2d1f701c1a23cd834cca0ac4
+DIST sshkit-1.21.7.gem 145408 BLAKE2B 
e1fdeff6f9935d4d3bce846545d13779e0fce3f989bcb81e5a51e8342bcdce364b398ef480829c49a3ae90677efa5f7a5c4868de8fdc5f4b72f797c4b2513132
 SHA512 
7ba9fc8958293da7307720bc944c85f2d80991f8552833768793eaea3b49fde4d11d62bd39b90615a6957aa7af13f26cc7ba8b8279a29aa46a4283fa01151374

diff --git a/dev-ruby/sshkit/sshkit-1.21.7.ebuild 
b/dev-ruby/sshkit/sshkit-1.21.7.ebuild
new file mode 100644
index ..c511e580cd65
--- /dev/null
+++ b/dev-ruby/sshkit/sshkit-1.21.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+# There are functional tests that require vagrant boxes to be set up.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
+HOMEPAGE="https://github.com/capistrano/sshkit;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/mutex_m
+   >=dev-ruby/net-ssh-2.8.0:*
+   >=dev-ruby/net-scp-1.1.2
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
+   sed -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
+   -e '1irequire "pathname"' \
+   -i test/helper.rb || die
+
+   # Fix assumption about parent directory name
+   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
+}
+
+each_ruby_test() {
+   # Run tests directly to avoid dependencies in the Rakefile
+   ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require 
f}" || die
+}



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

2023-12-28 Thread Hans de Graaff
commit: 9a996c9e0e20cfbd1882655b5f5afe4efbab676d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:43:50 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:44:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a996c9e

dev-ruby/git: add 1.19.0

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

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.19.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 1eea2bf73f61..22953acbeb23 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1 +1,2 @@
 DIST git-1.18.0.tar.gz 175341 BLAKE2B 
5a8dee1fef79c0386c59d37f37f2249c72600f2f11dbf2cc2c5bf63ff91f068c9c3164d24c2670585e8261d890f07b998255ddb80ce35ce53de09f402a4ec9e3
 SHA512 
520886b23758229cf25bfdd17e9d86e53d62feb6b2b3c155efe493db42d2f247a29bd629ff6c80ffa599ad429bcb6f09e44b015cf9d9a5f4ee6ab3f1a265
+DIST git-1.19.0.tar.gz 177079 BLAKE2B 
663d6303a49315567cbac77b4acfea10e24f1c61f1e1bb6d5807681eee03633edadcac9453ea4d919d3ad8b14fc0301b03e69033427b58d46b776caabd418cd9
 SHA512 
1935bd6bac26b46cd8563d6545bb7e4712636469624d11089bc5a7f716ee4a0f1e217167e6d0c6023a7ea4ef1644d93431bcdbd28d2a947589c288c0280a1286

diff --git a/dev-ruby/git/git-1.19.0.ebuild b/dev-ruby/git/git-1.19.0.ebuild
new file mode 100644
index ..86a5200e027c
--- /dev/null
+++ b/dev-ruby/git/git-1.19.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/ruby-git/ruby-git;
+SRC_URI="https://github.com/ruby-git/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="ruby-git-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
+RDEPEND+=">=dev-vcs/git-1.6.0.0"
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



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

2023-12-28 Thread Hans de Graaff
commit: 1a2515a5e45ccddd7aef204ff871bcb5291d5780
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:35:14 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2515a5

dev-ruby/sanitize: drop 6.0.1, 6.0.2

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

 dev-ruby/sanitize/Manifest  |  2 --
 dev-ruby/sanitize/sanitize-6.0.1.ebuild | 32 
 dev-ruby/sanitize/sanitize-6.0.2.ebuild | 32 
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/sanitize/Manifest b/dev-ruby/sanitize/Manifest
index 48a9749b28f6..bce1c617f411 100644
--- a/dev-ruby/sanitize/Manifest
+++ b/dev-ruby/sanitize/Manifest
@@ -1,3 +1 @@
-DIST sanitize-6.0.1.tar.gz 1352433 BLAKE2B 
91614d3a5fe4f3d3741a8cc8d88a98281a43424132e82932600f4140ab857a0a3492d49ed92205a7e9a05f9eb0b350c30b3b0342790baab0b5f37ab6b83357a2
 SHA512 
2b43b11e211ddc10c1362bb5c78abd2c8844f3daf6dbb44ddd0731af596a44f7d5883e4f45e3d29c9b8f545794b8a1f98301565818982dadd8c86ece7fd9b2a1
-DIST sanitize-6.0.2.tar.gz 1352670 BLAKE2B 
b9d2066f4f7ec168f6265953a855e9e5cccf5d045b294178656649e1f38b2b39a4bd605ebd802a430c85eb6eaf5166baf0821d0d5a99229415338726fb7dc393
 SHA512 
e4cd6b2058d937db1e37bc5f09e471c96bb4eaac4a67ecf634150b5aac1c87f02e627c8a60cac482f0bebef460ec3ef01d02b45b9524025269a7dbc51d20ca8e
 DIST sanitize-6.1.0.tar.gz 1352762 BLAKE2B 
7bd05780437387767dc6b2779458e6422483168ec8d5ea11ddb582c1a6375d7d2f0b686e64d769124be79a285774fbc175079024474a9ccee69e3a750f30ae7d
 SHA512 
506df1324bb767aa7409c2bc8a0a309ad5d174d313940ced37b61b0a63ec756ecf91dd4c1ba43ab2d6386f51ad2970fb0dbd8b9b919822a5d12ddce4fe0eedc7

diff --git a/dev-ruby/sanitize/sanitize-6.0.1.ebuild 
b/dev-ruby/sanitize/sanitize-6.0.1.ebuild
deleted file mode 100644
index 88f607dcdccc..
--- a/dev-ruby/sanitize/sanitize-6.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer"
-HOMEPAGE="https://github.com/rgrove/sanitize;
-SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
-   >=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0*
-   >=dev-ruby/nokogiri-1.12.0
-"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_sanitize.rb || die
-}

diff --git a/dev-ruby/sanitize/sanitize-6.0.2.ebuild 
b/dev-ruby/sanitize/sanitize-6.0.2.ebuild
deleted file mode 100644
index 742dfc9c5f97..
--- a/dev-ruby/sanitize/sanitize-6.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer"
-HOMEPAGE="https://github.com/rgrove/sanitize;
-SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
-   >=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0*
-   >=dev-ruby/nokogiri-1.12.0
-"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_sanitize.rb || die
-}



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

2023-12-28 Thread Hans de Graaff
commit: d27e23a011d520e8454680320d9ccb52713f0bc7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:37:43 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27e23a0

dev-ruby/tilt: enable ruby33

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

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

diff --git a/dev-ruby/tilt/tilt-2.3.0.ebuild b/dev-ruby/tilt/tilt-2.3.0.ebuild
index 2c9d6bfc3006..a784f723b03b 100644
--- a/dev-ruby/tilt/tilt-2.3.0.ebuild
+++ b/dev-ruby/tilt/tilt-2.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"



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

2023-12-28 Thread Hans de Graaff
commit: ba7125af3efa6a7f0990c80d47c88c2828aa05b7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:27:27 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7125af

dev-ruby/request_store: enable ruby33

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

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

diff --git a/dev-ruby/request_store/request_store-1.5.1.ebuild 
b/dev-ruby/request_store/request_store-1.5.1.ebuild
index 31f994ce527e..248253f10206 100644
--- a/dev-ruby/request_store/request_store-1.5.1.ebuild
+++ b/dev-ruby/request_store/request_store-1.5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2023-12-28 Thread Hans de Graaff
commit: 93dbd48a8894e36f1eb21d064d894cb986dd707c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:25:53 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dbd48a

dev-ruby/rackup: enable ruby33

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

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

diff --git a/dev-ruby/rackup/rackup-2.1.0-r1.ebuild 
b/dev-ruby/rackup/rackup-2.1.0-r1.ebuild
index f784c543a9f6..0946a2ddc09d 100644
--- a/dev-ruby/rackup/rackup-2.1.0-r1.ebuild
+++ b/dev-ruby/rackup/rackup-2.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="readme.md security.md"
 



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

2023-12-28 Thread Hans de Graaff
commit: 077756f7379cccfe03c9d8412d36e242f7547f83
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:33:10 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077756f7

dev-ruby/ruby-gobject-introspection: enable ruby33

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

 .../ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild 
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild
index dcc1dbf7a43c..1d073f4d314a 100644
--- 
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild
+++ 
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 inherit ruby-ng-gnome2
 



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

2023-12-28 Thread Hans de Graaff
commit: 2369a7697ae8aa2904bae68743aab42f1a1a657c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:40:29 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2369a769

dev-ruby/zeitwerk: enable ruby33

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

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

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.6.12.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.6.12.ebuild
index 6ab789b657ce..76e0dde2d98f 100644
--- a/dev-ruby/zeitwerk/zeitwerk-2.6.12.ebuild
+++ b/dev-ruby/zeitwerk/zeitwerk-2.6.12.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

2023-12-28 Thread Hans de Graaff
commit: 34c3f84468e392d0cf723d1f9f67f50f5b234cd1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:34:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c3f844

dev-ruby/sanitize: enable ruby33

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

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

diff --git a/dev-ruby/sanitize/sanitize-6.1.0.ebuild 
b/dev-ruby/sanitize/sanitize-6.1.0.ebuild
index a53d20a45b0d..9bbcca7f7233 100644
--- a/dev-ruby/sanitize/sanitize-6.1.0.ebuild
+++ b/dev-ruby/sanitize/sanitize-6.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"



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

2023-12-28 Thread Hans de Graaff
commit: 8703833a2614f0035c4e7c3bbe6b1195ce62413f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:26:22 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8703833a

dev-ruby/rackup: drop 2.1.0

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

 dev-ruby/rackup/rackup-2.1.0.ebuild | 39 -
 1 file changed, 39 deletions(-)

diff --git a/dev-ruby/rackup/rackup-2.1.0.ebuild 
b/dev-ruby/rackup/rackup-2.1.0.ebuild
deleted file mode 100644
index 07456d22a189..
--- a/dev-ruby/rackup/rackup-2.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="readme.md security.md"
-
-RUBY_FAKEGEM_GEMSPEC="rackup.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A general server command for Rack applications"
-HOMEPAGE="https://github.com/rack/rackup;
-SRC_URI="https://github.com/rack/rackup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend "
-   dev-ruby/rack:3.0
-   >=dev-ruby/webrick-1.8:0
-   virtual/ruby-ssl
-"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/minitest-global_expectations
-)"
-
-all_ruby_prepare() {
-   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   MT_NO_PLUGINS=true ${RUBY} -Ilib:test:. -e "Dir['test/spec_*.rb'].each{ 
require _1 }" || die
-}



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

2023-12-28 Thread Hans de Graaff
commit: 8716a93156728708e93361e54e4ea05eb3d01110
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:20:19 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716a931

dev-ruby/rack-protection: enable ruby33

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

 dev-ruby/rack-protection/rack-protection-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
index d1d2be4d588d..084831e63ebe 100644
--- a/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 # There are no specs in the gem and the source cannot be downloaded separately.
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2023-12-28 Thread Hans de Graaff
commit: 3296ac171cd26650f217d25af94521db54d0dafe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:24:38 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3296ac17

dev-ruby/rack-test: update HOMEPAGE, SRC_URI

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

 dev-ruby/rack-test/rack-test-2.1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rack-test/rack-test-2.1.0.ebuild 
b/dev-ruby/rack-test/rack-test-2.1.0.ebuild
index 0089857101d3..d5b45167ab51 100644
--- a/dev-ruby/rack-test/rack-test-2.1.0.ebuild
+++ b/dev-ruby/rack-test/rack-test-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="History.md README.md"
 
@@ -11,8 +11,8 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps"
-HOMEPAGE="https://github.com/rack-test/rack-test;
-SRC_URI="https://github.com/rack-test/rack-test/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/rack/rack-test;
+SRC_URI="https://github.com/rack/rack-test/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"



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

2023-12-28 Thread Hans de Graaff
commit: d0cdf1b1f50ed83fafb3393d7f6ef74634c36ae0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:23:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cdf1b1

dev-ruby/rack-session: enable ruby33

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

 dev-ruby/rack-session/rack-session-1.0.1.ebuild | 2 +-
 dev-ruby/rack-session/rack-session-2.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rack-session/rack-session-1.0.1.ebuild 
b/dev-ruby/rack-session/rack-session-1.0.1.ebuild
index 4949351e778e..ecc25cc0d96a 100644
--- a/dev-ruby/rack-session/rack-session-1.0.1.ebuild
+++ b/dev-ruby/rack-session/rack-session-1.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="readme.md"
 RUBY_FAKEGEM_GEMSPEC="rack-session.gemspec"

diff --git a/dev-ruby/rack-session/rack-session-2.0.0.ebuild 
b/dev-ruby/rack-session/rack-session-2.0.0.ebuild
index b5a00dbba97d..b9c1619948b2 100644
--- a/dev-ruby/rack-session/rack-session-2.0.0.ebuild
+++ b/dev-ruby/rack-session/rack-session-2.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="readme.md"
 RUBY_FAKEGEM_GEMSPEC="rack-session.gemspec"



[gentoo-commits] repo/gentoo:master commit in: app-misc/broot/

2023-12-28 Thread Arthur Zamarin
commit: d869cf01d0fc7d5fa67293d9ea62879ebe63e29d
Author: Karl-Johan Karlsson  lysator  liu  se>
AuthorDate: Sun Dec 24 16:16:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:34:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d869cf01

app-misc/broot: drop 1.26.1

Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/34461
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/broot/Manifest| 168 -
 app-misc/broot/broot-1.26.1.ebuild | 373 -
 2 files changed, 541 deletions(-)

diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index e9a632a3d362..cbce28a3d4b3 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -1,35 +1,23 @@
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
-DIST ahash-0.4.7.crate 51474 BLAKE2B 
0974b90539398d61903ce7fcbecdfcd802fcb5c7ed631be919ec17be6951e68bc80787876cafebd33e40a80605f6e2352a86047077bc40575420bb6ee1a4915a
 SHA512 
2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126
 DIST ahash-0.4.8.crate 51510 BLAKE2B 
a9071c5242682a56015f8f4df6464c7c77c7cc68dcae9d49b14ad0e55ad12ae8084fa8e8c7f216888e99f8fee9b53d777219c4a9ca127f2a7685f0896ed835ff
 SHA512 
983cb6a69351af82c597ed4ca85f77a475fad2c6cb6faf57962141432defa00f58b06ce191f9ca8652bfd05f7d029e116e296c37d3c927d33031c2faaf7f5562
-DIST ahash-0.8.3.crate 42416 BLAKE2B 
84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6
 SHA512 
cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
 DIST ahash-0.8.6.crate 42780 BLAKE2B 
ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b
 SHA512 
46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
-DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_colours-1.2.2.crate 21374 BLAKE2B 
a5ca621a12070686d531b1053eb2f7c01ee848a8c5f10469011d4ebb7b92d9b4d5ad9a569dc7bdcbc127e572e58f2e80af4154080014b02164941a8b115ed867
 SHA512 
077a6ddb4b44f79aebc704128804bcfe549b5c68a75d0d57452250b91cc02cd3784c25a93f061bae6060bff3eb02bb8a88fdf46ef6128a843eff4b0e84f7c972
-DIST anstream-0.5.0.crate 19646 BLAKE2B 
770dc99092e1c48ad5c1658e83abff3b8c9e0915e360048bfe0fe04faf61991e01e88ca4adca23533bf11fe078066e351778661128d69381756688341022f29d
 SHA512 
8e285cc8f92708cf9482e7b4dc84dd891e5ec0bd8c57894c6bb368eede1127b7b903adb4c40b37287e3644535cc60c92662951c2c8fb5b92e10f49ff5374d359
 DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
-DIST anstyle-1.0.1.crate 13977 BLAKE2B 
35be03a7de78737592528967e8ad4851436a74c7863cae9cf5cf7366d3cce9bbbd255b1a89401051f82fe8569a0ff029dcfe427c14a2e0677890453c6119d241
 SHA512 
2bf9b83ad9772c6a3ef28239cbb98bd667dc631fd1ef76ec5029825c128f6cb22756bb1548dd991e482f86eb9fd94fae5c648f91de2c0d71754b6dca4ec2362c
 DIST anstyle-1.0.4.crate 13998 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/

2023-12-28 Thread Arthur Zamarin
commit: d3de8656a62dd96e6432299f8901c7885a9361b9
Author: Punarbasu Purkayastha  gmail  com>
AuthorDate: Sun Dec 24 21:42:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:33:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3de8656

app-misc/recoll: Version bump to 1.36.2

Bug: https://bugs.gentoo.org/920557
Signed-off-by: Punarbasu Purkayastha  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34462
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/recoll/Manifest |   1 +
 app-misc/recoll/recoll-1.36.2.ebuild | 128 +++
 2 files changed, 129 insertions(+)

diff --git a/app-misc/recoll/Manifest b/app-misc/recoll/Manifest
index bb50f6a91f88..d3dee26f34fb 100644
--- a/app-misc/recoll/Manifest
+++ b/app-misc/recoll/Manifest
@@ -1,2 +1,3 @@
 DIST recoll-1.34.6.tar.gz 3078366 BLAKE2B 
91ae9e72851b008da61e41a1ddd5091b20b3e683506970e01f39eb2e3b5dfc174ebbc213ef29daede601322b21783ea34e34e04992447375015189c8fdec9d71
 SHA512 
f151a8f3575af41277fc9b50bb9a5e2ea1348e035b3dead36b47d1d6918deb755a4d59913d174db48273afdd95f4a063aa20219f1116a6d83c82fb063dbf16b7
 DIST recoll-1.35.0.tar.gz 3121862 BLAKE2B 
ede6f404cfc3b672d80d2d16303174ca88bce72dd0745ab24a5cddb41db3e813ce60e4a6f5c8cb0a394320f727b3c5df4a3a84d9c9220bc704f2fa0ce66e2120
 SHA512 
35dcbfb650251b00f2c7654dc7617bf24f7e480955121821c55e0d31c6ec4fa041f8f99e64afa12ad4ead725c366084d7d727dbdcee875b93bbc858a6229d236
+DIST recoll-1.36.2.tar.gz 3129206 BLAKE2B 
0631d8c88f56f3381dd899fa385cba84a720d9d3a49b19b9b344de9542d79e3e5d5e10008fd7dd098795df2a4c79a682ff9a10ff4f99243fa2f7abd99831b553
 SHA512 
4c7ce5b6f6213ba4cb9266dcd6ea26e56850aa984c343552464766c5036ac6fd2ac6e9e71157997e10e8ba0350d23a4ebc3f2d57978805aa2d33674aa2a6c8b0

diff --git a/app-misc/recoll/recoll-1.36.2.ebuild 
b/app-misc/recoll/recoll-1.36.2.ebuild
new file mode 100644
index ..8984ef8682eb
--- /dev/null
+++ b/app-misc/recoll/recoll-1.36.2.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit linux-info optfeature python-single-r1 qmake-utils systemd
+
+DESCRIPTION="Personal full text search package"
+HOMEPAGE="https://www.lesbonscomptes.com/recoll/;
+SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 ~arm64 x86"
+
+IUSE="camelcase chm +inotify qt5 session +spell systemd webengine"
+REQUIRED_USE="
+   session? ( inotify )
+   webengine? ( qt5 )
+   ${PYTHON_REQUIRED_USE}
+"
+
+DEPEND="
+   dev-libs/libxml2
+   dev-libs/libxslt
+   dev-libs/xapian:=
+   sys-libs/zlib
+   virtual/libiconv
+   chm? (
+   dev-libs/chmlib
+   dev-python/pychm
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   webengine? ( dev-qt/qtwebengine:5[widgets] )
+   )
+   session? (
+   inotify? (
+   x11-libs/libSM
+   x11-libs/libICE
+   x11-libs/libX11
+   )
+   )
+   spell? ( app-text/aspell )
+   systemd? ( sys-apps/systemd )
+   ${PYTHON_DEPS}
+"
+
+BDEPEND="
+   qt5? ( dev-qt/linguist-tools:5 )
+"
+
+RDEPEND="
+   ${DEPEND}
+   app-arch/unzip
+"
+
+pkg_setup() {
+   if use inotify; then
+   local CONFIG_CHECK="~INOTIFY_USER"
+   check_extra_config
+   fi
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   python_fix_shebang filters
+}
+
+src_configure() {
+   use qt5 && export QMAKE="$(qt5_get_bindir)/qmake"
+
+   local myeconfargs=(
+   $(use_enable camelcase)
+   $(use_enable chm python-chm)
+   $(use_enable session x11mon)
+   $(use_enable qt5 qtgui)
+   $(use_enable spell python-aspell)
+   $(use_enable webengine)
+   $(use_with inotify)
+   $(use_with spell aspell)
+   $(use_with systemd)
+   --with-system-unit-dir="$(systemd_get_systemunitdir)"
+   --with-user-unit-dir="$(systemd_get_userunitdir)"
+   --disable-webkit
+   --without-fam
+   --enable-recollq
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake STRIP="$(type -P true || die)" DESTDIR="${D}" install
+   python_optimize
+
+   # html docs should be placed in /usr/share/doc/${PN}/html
+   dodoc -r "${ED}"/usr/share/recoll/doc/.
+   rm -r "${ED}/usr/share/recoll/doc" || die
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   optfeature "XML based documents support" "dev-libs/libxslt[python] 
dev-libs/libxml2[python]"
+   optfeature "PDF files 

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

2023-12-28 Thread Arthur Zamarin
commit: 7b64df1bdfbf9ec71fcfab6fff01da361161b9ef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:30:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:30:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b64df1b

dev-python/pycryptodome: Stabilize 3.19.1 sparc, #920911

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

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
index 9f50d83ef324..b18e132cbbfe 100644
--- a/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD-2 Unlicense"
 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"
 
 DEPEND="
dev-libs/gmp:=



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

2023-12-28 Thread Hans de Graaff
commit: be171190df95d874f09a1ad2c4f8f2a153718ae4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:16:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be171190

dev-ruby/mimemagic: update upstream metadata

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

 dev-ruby/mimemagic/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mimemagic/metadata.xml b/dev-ruby/mimemagic/metadata.xml
index 6761cf252f39..f0fc4a061131 100644
--- a/dev-ruby/mimemagic/metadata.xml
+++ b/dev-ruby/mimemagic/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo Ruby Project
   
   
-minad/mimemagic
+mimemagicrb/mimemagic
   
 



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

2023-12-28 Thread Hans de Graaff
commit: b61000ce1abca05b4a9e4729219e13ce089c386f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:54:18 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61000ce

dev-ruby/flog: drop 4.6.6, 4.7.0

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

 dev-ruby/flog/Manifest  |  2 --
 dev-ruby/flog/flog-4.6.6.ebuild | 28 
 dev-ruby/flog/flog-4.7.0.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 771412679964..2b6b526378cf 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,3 +1 @@
-DIST flog-4.6.6.gem 26624 BLAKE2B 
7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25
 SHA512 
0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64
-DIST flog-4.7.0.gem 27136 BLAKE2B 
da3fa3d443b5652259080c7d1a6f2e14b63234eaa0d22892a08c4e9cb1e31acd6e25c23907bee602df11abf3a754707b823aeb1a2babbaacb8ed2b628eef40b2
 SHA512 
4e4c10971ec1207ee0b83ecafc0159634c4929b9c5c169fe8c192ab7301b947c1e36320ebce710b8db2f7800596680622734514bd6722a2832e6f1076f30d48e
 DIST flog-4.8.0.gem 27136 BLAKE2B 
8d7da0df6435e2320f2ea78f405a57d0f3867ad12b42891bff2a0012c489d3b7b426fa6d9dfc7bbe81586d6766c00b66e0de20593b157f200180c304f562b230
 SHA512 
fedc774a62cc0550ce7b12e36fe1633813fce6d6f1efd9077ecddb465245ce9b22ac3e942370f36030107e038311fea382bbccef6ba006f013d828b4a7e1a68c

diff --git a/dev-ruby/flog/flog-4.6.6.ebuild b/dev-ruby/flog/flog-4.6.6.ebuild
deleted file mode 100644
index 25596596f34b..
--- a/dev-ruby/flog/flog-4.6.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="https://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}

diff --git a/dev-ruby/flog/flog-4.7.0.ebuild b/dev-ruby/flog/flog-4.7.0.ebuild
deleted file mode 100644
index c39d289b9277..
--- a/dev-ruby/flog/flog-4.7.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Flog reports the most tortured code in an easy to read pain 
report"
-HOMEPAGE="https://ruby.sadi.st/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
-   dev-ruby/path_expander:1
-   >dev-ruby/ruby_parser-3.1.0:3
-   >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_flog.rb || die
-}



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

2023-12-28 Thread Hans de Graaff
commit: 530a96f168774732d30d6821d1d8d0a4835df4d7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:18:26 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530a96f1

dev-ruby/rack-openid: enable ruby33

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

 dev-ruby/rack-openid/rack-openid-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-openid/rack-openid-1.4.2-r1.ebuild 
b/dev-ruby/rack-openid/rack-openid-1.4.2-r1.ebuild
index 556acc7c36ab..cbe158d0c8a0 100644
--- a/dev-ruby/rack-openid/rack-openid-1.4.2-r1.ebuild
+++ b/dev-ruby/rack-openid/rack-openid-1.4.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="Readme.md"



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

2023-12-28 Thread Hans de Graaff
commit: f04f7af1512f2bac04533ef396f8819c2a8db626
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:09:50 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04f7af1

dev-ruby/grpc: enable ruby33

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

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

diff --git a/dev-ruby/grpc/grpc-1.54.0.ebuild b/dev-ruby/grpc/grpc-1.54.0.ebuild
index 35334d6cf2d4..0bd2e080f8f7 100644
--- a/dev-ruby/grpc/grpc-1.54.0.ebuild
+++ b/dev-ruby/grpc/grpc-1.54.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTENSIONS=(src/ruby/ext/grpc/extconf.rb)
 RUBY_FAKEGEM_EXTRAINSTALL="etc src"



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

2023-12-28 Thread Hans de Graaff
commit: 8d21719ec7fd36e090ef4712e20c6a2d9bcdd567
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:53:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d21719e

dev-ruby/flog: enable ruby33

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

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

diff --git a/dev-ruby/flog/flog-4.8.0.ebuild b/dev-ruby/flog/flog-4.8.0.ebuild
index cd806a4de441..26982ce10d00 100644
--- a/dev-ruby/flog/flog-4.8.0.ebuild
+++ b/dev-ruby/flog/flog-4.8.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



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

2023-12-28 Thread Hans de Graaff
commit: 5962fd59e9b4bbc66a7fbf0f238901152a3af18a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:11:36 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5962fd59

dev-ruby/marcel: enable ruby33

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

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

diff --git a/dev-ruby/marcel/marcel-1.0.2.ebuild 
b/dev-ruby/marcel/marcel-1.0.2.ebuild
index 19ad146b8b8e..5975b0f8af3d 100644
--- a/dev-ruby/marcel/marcel-1.0.2.ebuild
+++ b/dev-ruby/marcel/marcel-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2023-12-28 Thread Hans de Graaff
commit: 56019af86e4b9364a1f2b474fceb63f991dcfa17
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:15:48 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56019af8

dev-ruby/mimemagic: update EAPI 7 -> 8

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

 dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
new file mode 100644
index ..e89f936c8497
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC=mimemagic.gemspec
+
+inherit prefix ruby-fakegem
+
+DESCRIPTION="Fast mime detection by extension or content"
+HOMEPAGE="https://github.com/mimemagicrb/mimemagic;
+SRC_URI="https://github.com/mimemagicrb/mimemagic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND+=" x11-misc/shared-mime-info"
+
+ruby_add_rdepend "
+   dev-ruby/nokogiri
+   dev-ruby/rake
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   cp "${FILESDIR}/${PN}-0.3.9-path.rb" lib/mimemagic/path.rb || die
+   eprefixify lib/mimemagic/path.rb
+
+   sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}' 
|| die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+   ruby_fakegem_extensions_installed
+}



[gentoo-commits] repo/gentoo:master commit in: dev-games/libsmacker/

2023-12-28 Thread Arthur Zamarin
commit: cf175416861f39154a7f0c1224e93db4b6c4b463
Author: Richard Fröhning  gmx  de>
AuthorDate: Wed Dec 27 16:57:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:08:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf175416

dev-games/libsmacker: add remote-id to metadata.xml

Signed-off-by: Richard Fröhning  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/34506
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-games/libsmacker/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-games/libsmacker/metadata.xml 
b/dev-games/libsmacker/metadata.xml
index 3b67b534c310..2dd9053e71be 100644
--- a/dev-games/libsmacker/metadata.xml
+++ b/dev-games/libsmacker/metadata.xml
@@ -9,4 +9,7 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
+  
+libsmacker
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/jdepend/

2023-12-28 Thread Arthur Zamarin
commit: 50620bfab506b68853c56f4084a30fe05518c190
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Dec 24 19:36:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:06:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50620bfa

dev-java/jdepend: add github upstream metadata

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/34519
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/jdepend/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-java/jdepend/metadata.xml b/dev-java/jdepend/metadata.xml
index 6021501589e0..df92bf507738 100644
--- a/dev-java/jdepend/metadata.xml
+++ b/dev-java/jdepend/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   j...@gentoo.org
-   Java
-
+   
+   j...@gentoo.org
+   Java
+   
+   
+   clarkware/jdepend
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/

2023-12-28 Thread Arthur Zamarin
commit: b61de8d9c9eedbd629bb8bd4fabe3ad114303376
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61de8d9

sys-block/partitionmanager: Stabilize 23.08.4 x86, #920693

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

 sys-block/partitionmanager/partitionmanager-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partitionmanager/partitionmanager-23.08.4.ebuild 
b/sys-block/partitionmanager/partitionmanager-23.08.4.ebuild
index 5603899adfa7..83f6b4d500e6 100644
--- a/sys-block/partitionmanager/partitionmanager-23.08.4.ebuild
+++ b/sys-block/partitionmanager/partitionmanager-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/partitionmanager/;
 
 LICENSE="GPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 x86"
 IUSE=""
 
 DEPEND="



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

2023-12-28 Thread Arthur Zamarin
commit: d69c41a69cf6fd395ee0323a3c55d990c9a51aa7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69c41a6

sys-libs/kpmcore: Stabilize 23.08.4 x86, #920693

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

 sys-libs/kpmcore/kpmcore-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/kpmcore/kpmcore-23.08.4.ebuild 
b/sys-libs/kpmcore/kpmcore-23.08.4.ebuild
index f0a6e5634c64..5a5387e4a747 100644
--- a/sys-libs/kpmcore/kpmcore-23.08.4.ebuild
+++ b/sys-libs/kpmcore/kpmcore-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/partitionmanager/;
 
 LICENSE="GPL-3"
 SLOT="5/10"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 x86"
 IUSE=""
 
 # bug 689468, tests need polkit etc.



[gentoo-commits] repo/gentoo:master commit in: net-news/alligator/

2023-12-28 Thread Arthur Zamarin
commit: e52de07dca2c742cd1065dc2cf569de21e9ae05e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52de07d

net-news/alligator: Stabilize 23.08.4 x86, #920693

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

 net-news/alligator/alligator-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/alligator/alligator-23.08.4.ebuild 
b/net-news/alligator/alligator-23.08.4.ebuild
index 6a0205f05e42..d12c7b62d341 100644
--- a/net-news/alligator/alligator-23.08.4.ebuild
+++ b/net-news/alligator/alligator-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/;
 
 LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 
 DEPEND="
>=dev-libs/kirigami-addons-0.6:5



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

2023-12-28 Thread Arthur Zamarin
commit: 225772fd9b16575ecc9da0f66bfc2f3d34b521f4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225772fd

app-editors/okteta: Stabilize 0.26.14 x86, #920693

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

 app-editors/okteta/okteta-0.26.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/okteta/okteta-0.26.14.ebuild 
b/app-editors/okteta/okteta-0.26.14.ebuild
index b87d13fcda15..310341f8effc 100644
--- a/app-editors/okteta/okteta-0.26.14.ebuild
+++ b/app-editors/okteta/okteta-0.26.14.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/okteta/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 handbook? ( FDL-1.2 )"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/

2023-12-28 Thread Arthur Zamarin
commit: 2be3bfab6ce9119ea2f2ca88b2ce5e221c4dc753
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be3bfab

kde-misc/krusader: Stabilize 2.8.0-r1 x86, #920693

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

 kde-misc/krusader/krusader-2.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/krusader/krusader-2.8.0-r1.ebuild 
b/kde-misc/krusader/krusader-2.8.0-r1.ebuild
index 23da7d3ff242..54e245ec10ad 100644
--- a/kde-misc/krusader/krusader-2.8.0-r1.ebuild
+++ b/kde-misc/krusader/krusader-2.8.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org optfeature
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many 
extras"



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

2023-12-28 Thread Arthur Zamarin
commit: 845d6aadf9611409c11f8ca3b770422f4f09c1c4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845d6aad

net-misc/smb4k: Stabilize 3.2.5 x86, #920693

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

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

diff --git a/net-misc/smb4k/smb4k-3.2.5.ebuild 
b/net-misc/smb4k/smb4k-3.2.5.ebuild
index b55800527d5f..413971787c95 100644
--- a/net-misc/smb4k/smb4k-3.2.5.ebuild
+++ b/net-misc/smb4k/smb4k-3.2.5.ebuild
@@ -14,7 +14,7 @@ https://sourceforge.net/p/smb4k/home/Home/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/

2023-12-28 Thread Arthur Zamarin
commit: 0d787900e63f69796df4102fa67c3ed5fca16201
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d787900

kde-apps/umbrello: Stabilize 23.08.4 x86, #920693

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

 kde-apps/umbrello/umbrello-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/umbrello/umbrello-23.08.4.ebuild 
b/kde-apps/umbrello/umbrello-23.08.4.ebuild
index 9f4433c5b412..9d197f0025d8 100644
--- a/kde-apps/umbrello/umbrello-23.08.4.ebuild
+++ b/kde-apps/umbrello/umbrello-23.08.4.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/umbrello/ 
https://umbrello.kde.org;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE="php"
 
 RDEPEND="



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

2023-12-28 Thread Arthur Zamarin
commit: 4fa6e6da316a8663098509ab7ea593212e663e31
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa6e6da

net-im/neochat: Stabilize 23.08.4 x86, #920693

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

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

diff --git a/net-im/neochat/neochat-23.08.4.ebuild 
b/net-im/neochat/neochat-23.08.4.ebuild
index aa16c6203772..6e6c596d1fc2 100644
--- a/net-im/neochat/neochat-23.08.4.ebuild
+++ b/net-im/neochat/neochat-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/neochat/;
 
 LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 
 DEPEND="
app-text/cmark:=



[gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/

2023-12-28 Thread Arthur Zamarin
commit: e020bdd14623284f74157322fbd1e70db007f3c2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e020bdd1

net-irc/konversation: Stabilize 23.08.4 x86, #920693

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

 net-irc/konversation/konversation-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-23.08.4.ebuild 
b/net-irc/konversation/konversation-23.08.4.ebuild
index 8258ecfef485..d4dd2df79edb 100644
--- a/net-irc/konversation/konversation-23.08.4.ebuild
+++ b/net-irc/konversation/konversation-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://konversation.kde.org 
https://apps.kde.org/konversation/;
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="+crypt"
 
 DEPEND="



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

2023-12-28 Thread Arthur Zamarin
commit: f2b494de573e6579755a297e4083fad1beb0538c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b494de

net-im/tokodon: Stabilize 23.08.4 x86, #920693

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

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

diff --git a/net-im/tokodon/tokodon-23.08.4.ebuild 
b/net-im/tokodon/tokodon-23.08.4.ebuild
index fb6364c3bece..3d04daa2a710 100644
--- a/net-im/tokodon/tokodon-23.08.4.ebuild
+++ b/net-im/tokodon/tokodon-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/tokodon/;
 
 LICENSE="CC-BY-SA-4.0 GPL-2+ GPL-3+ || ( LGPL-2.1+ LGPL-3+ ) MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 
 DEPEND="
>=dev-libs/kirigami-addons-0.10.0:5



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

2023-12-28 Thread Arthur Zamarin
commit: c188f7a7ec5bb19b4a7c3eefe447b6842a424d73
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c188f7a7

media-sound/elisa: Stabilize 23.08.4 x86, #920693

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

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

diff --git a/media-sound/elisa/elisa-23.08.4.ebuild 
b/media-sound/elisa/elisa-23.08.4.ebuild
index 142562d73e5d..36e85db65b17 100644
--- a/media-sound/elisa/elisa-23.08.4.ebuild
+++ b/media-sound/elisa/elisa-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://elisa.kde.org/ https://apps.kde.org/elisa/;
 
 LICENSE="LGPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="mpris semantic-desktop +vlc"
 
 RESTRICT="test"



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

2023-12-28 Thread Arthur Zamarin
commit: e13862844209d496cf90d528504e7b5307bade39
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1386284

net-misc/kio-zeroconf: Stabilize 23.08.4 x86, #920693

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

 net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
index 32c122ef1f78..51072780ec0e 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KIO worker to discover file systems by DNS-SD 
(DNS Service Discover
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



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

2023-12-28 Thread Arthur Zamarin
commit: 13d6cc559b93435b7e9960a344d36b08b0bf2d0c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d6cc55

media-sound/kasts: Stabilize 23.08.4 x86, #920693

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

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

diff --git a/media-sound/kasts/kasts-23.08.4.ebuild 
b/media-sound/kasts/kasts-23.08.4.ebuild
index 21143d4af8c4..257c78740c73 100644
--- a/media-sound/kasts/kasts-23.08.4.ebuild
+++ b/media-sound/kasts/kasts-23.08.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/kasts/;
 
 LICENSE="GPL-2 GPL-2+ GPL-3+ BSD LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gstreamer networkmanager vlc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2023-12-28 Thread Arthur Zamarin
commit: 75c19ee25643027ab117d12883614a1037c8b824
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c19ee2

kde-plasma/print-manager: Stabilize 23.08.4 x86, #920693

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

 kde-plasma/print-manager/print-manager-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.4.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
index ad21212fb999..a61c8a5962ca 100644
--- a/kde-plasma/print-manager/print-manager-23.08.4.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/

2023-12-28 Thread Arthur Zamarin
commit: fbd3664db9e8cf68eba22342b3d340b2da57b535
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd3664d

net-libs/libquotient: Stabilize 0.8.1.2-r1 x86, #920693

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

 net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild 
b/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild
index 07f949ccef78..a5b7123958d1 100644
--- a/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild
+++ b/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/libQuotient-${PV}"
 
 LICENSE="LGPL-2+"
 SLOT="0/${PV}" # FIXME: check soname on next version bump
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE="+qt5 qt6 test"
 RESTRICT="!test? ( test )"
 



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

2023-12-28 Thread Arthur Zamarin
commit: 1c7701337ca96dc4c0d211760d98f9e5c328a6f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c770133

media-gfx/skanpage: Stabilize 23.08.4 x86, #920693

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

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

diff --git a/media-gfx/skanpage/skanpage-23.08.4.ebuild 
b/media-gfx/skanpage/skanpage-23.08.4.ebuild
index 674abc54b033..06bddf06d6b8 100644
--- a/media-gfx/skanpage/skanpage-23.08.4.ebuild
+++ b/media-gfx/skanpage/skanpage-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/skanpage/;
 
 LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="ocr"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-12-28 Thread Arthur Zamarin
commit: 73c1da8cf4709a76ea30c606cdeecaaf212cce6b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c1da8c

kde-misc/kdeconnect: Stabilize 23.08.4 x86, #920693

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

 kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild 
b/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
index a06aaa53e385..3b70a5d267b0 100644
--- a/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kdeconnect.kde.org/ 
https://apps.kde.org/kdeconnect/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE="bluetooth pulseaudio telephony X"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/markdownpart/

2023-12-28 Thread Arthur Zamarin
commit: fe5952dfae1848e1d4954aba883a0868bbfebaaa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5952df

kde-misc/markdownpart: Stabilize 23.08.4 x86, #920693

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

 kde-misc/markdownpart/markdownpart-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/markdownpart/markdownpart-23.08.4.ebuild 
b/kde-misc/markdownpart/markdownpart-23.08.4.ebuild
index 8431bc6b676b..a62bc6998c91 100644
--- a/kde-misc/markdownpart/markdownpart-23.08.4.ebuild
+++ b/kde-misc/markdownpart/markdownpart-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/markdownpart/;
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/skanlite/

2023-12-28 Thread Arthur Zamarin
commit: 8f828d203334b6c36c5f663e58c9f8475f43f7c4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f828d20

kde-misc/skanlite: Stabilize 23.08.4 x86, #920693

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

 kde-misc/skanlite/skanlite-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/skanlite/skanlite-23.08.4.ebuild 
b/kde-misc/skanlite/skanlite-23.08.4.ebuild
index b09261459e6f..6c49e4f01009 100644
--- a/kde-misc/skanlite/skanlite-23.08.4.ebuild
+++ b/kde-misc/skanlite/skanlite-23.08.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/skanlite/;
 
 LICENSE="|| ( GPL-2 GPL-3 ) handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



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

2023-12-28 Thread Arthur Zamarin
commit: 9edbc0396022f700bc270e6bbc4e1e9b999e2d02
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edbc039

media-sound/krecorder: Stabilize 23.08.4 x86, #920693

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

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

diff --git a/media-sound/krecorder/krecorder-23.08.4.ebuild 
b/media-sound/krecorder/krecorder-23.08.4.ebuild
index 555db93b0d23..ae2be40208d4 100644
--- a/media-sound/krecorder/krecorder-23.08.4.ebuild
+++ b/media-sound/krecorder/krecorder-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/krecorder/;
 
 LICENSE="CC0-1.0 CC-BY-4.0 GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/kirigami-addons-0.6:5



[gentoo-commits] repo/gentoo:master commit in: kde-apps/yakuake/

2023-12-28 Thread Arthur Zamarin
commit: a19cf5f42cfb6a2b84ac39e292a5488409507a75
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19cf5f4

kde-apps/yakuake: Stabilize 23.08.4 x86, #920693

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

 kde-apps/yakuake/yakuake-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/yakuake/yakuake-23.08.4.ebuild 
b/kde-apps/yakuake/yakuake-23.08.4.ebuild
index 56bd260ec99e..cd4918aab4c2 100644
--- a/kde-apps/yakuake/yakuake-23.08.4.ebuild
+++ b/kde-apps/yakuake/yakuake-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/yakuake/;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="absolute-position"
 
 # kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kweather/

2023-12-28 Thread Arthur Zamarin
commit: 4077d7082877d3a0b6d628905c4b090163549462
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4077d708

kde-misc/kweather: Stabilize 23.08.4 x86, #920693

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

 kde-misc/kweather/kweather-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kweather/kweather-23.08.4.ebuild 
b/kde-misc/kweather/kweather-23.08.4.ebuild
index 3ff8118289fa..2f288f2e22e7 100644
--- a/kde-misc/kweather/kweather-23.08.4.ebuild
+++ b/kde-misc/kweather/kweather-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kweather/;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 x86"
 
 DEPEND="
>=dev-libs/kirigami-addons-0.6:5



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kclock/

2023-12-28 Thread Arthur Zamarin
commit: 8b983c74da3d3f99d8b31e0a0801d47ae770fd14
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b983c74

kde-misc/kclock: Stabilize 23.08.4 x86, #920693

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

 kde-misc/kclock/kclock-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kclock/kclock-23.08.4.ebuild 
b/kde-misc/kclock/kclock-23.08.4.ebuild
index 0732e9b5e0b6..f474a02f5ddf 100644
--- a/kde-misc/kclock/kclock-23.08.4.ebuild
+++ b/kde-misc/kclock/kclock-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kclock/;
 
 LICENSE="CC0-1.0 CC-BY-4.0 GPL-2+ GPL-3+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 x86"
 
 DEPEND="
>=dev-libs/kirigami-addons-0.6:5



[gentoo-commits] repo/gentoo:master commit in: kde-misc/colord-kde/

2023-12-28 Thread Arthur Zamarin
commit: a692b99266e7a30df9ea7649a9b54d364e9c9b63
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a692b992

kde-misc/colord-kde: Stabilize 23.08.4 x86, #920693

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

 kde-misc/colord-kde/colord-kde-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/colord-kde/colord-kde-23.08.4.ebuild 
b/kde-misc/colord-kde/colord-kde-23.08.4.ebuild
index 504ece95d7ab..e6369e4b982c 100644
--- a/kde-misc/colord-kde/colord-kde-23.08.4.ebuild
+++ b/kde-misc/colord-kde/colord-kde-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/graphics/colord-kde;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="X"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/thumbnailers/

2023-12-28 Thread Arthur Zamarin
commit: 4877a08c70c838c6e6c74af536e8b1c4bdf28dd7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4877a08c

kde-apps/thumbnailers: Stabilize 23.08.4 x86, #920693

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

 kde-apps/thumbnailers/thumbnailers-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.4.ebuild 
b/kde-apps/thumbnailers/thumbnailers-23.08.4.ebuild
index f2b2c66bce20..c78d6a698b74 100644
--- a/kde-apps/thumbnailers/thumbnailers-23.08.4.ebuild
+++ b/kde-apps/thumbnailers/thumbnailers-23.08.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Thumbnail generators for Mobipocket, PDF/PS and 
RAW files"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="mobi raw"
 
 DEPEND="



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

2023-12-28 Thread Arthur Zamarin
commit: 84457ae992ff3b5e0cecacc74c10697e98f497fc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84457ae9

media-libs/imlib: Keyword 1.9.15-r7 arm64, #920872

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

 media-libs/imlib/imlib-1.9.15-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/imlib/imlib-1.9.15-r7.ebuild 
b/media-libs/imlib/imlib-1.9.15-r7.ebuild
index 850ef24caada..264eda863f1f 100644
--- a/media-libs/imlib/imlib-1.9.15-r7.ebuild
+++ b/media-libs/imlib/imlib-1.9.15-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2023-12-28 Thread Arthur Zamarin
commit: b1f88c01d22e8ca7f5f18f38f572a693aad8b9f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f88c01

dev-libs/libpqxx: Keyword 7.7.5 arm64, #920858

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

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

diff --git a/dev-libs/libpqxx/libpqxx-7.7.5.ebuild 
b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild
index c8e11d38610b..99b28dc6cc54 100644
--- a/dev-libs/libpqxx/libpqxx-7.7.5.ebuild
+++ b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{9..11} )
 inherit python-any-r1
 
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 DESCRIPTION="Standard front-end for writing C++ programs that use PostgreSQL"
 SRC_URI="https://github.com/jtv/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"



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

2023-12-28 Thread Arthur Zamarin
commit: e0efdf0ae5c044c1904feb45d774c52dbbb000b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0efdf0a

dev-libs/openssl: Stabilize 3.0.12 x86, #920847

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

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

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



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

2023-12-28 Thread Arthur Zamarin
commit: 23b87fb10fe01bcf718b14b5cb97e216919592cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b87fb1

dev-python/pycryptodome: Stabilize 3.19.1 ppc64, #920911

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

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
index 80ff75b7a360..9f50d83ef324 100644
--- a/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD-2 Unlicense"
 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"
 
 DEPEND="
dev-libs/gmp:=



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

2023-12-28 Thread Arthur Zamarin
commit: aaef71fe2cef5038348e42cee2ea0b25ac664488
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaef71fe

app-text/enscript: Keyword 1.6.6-r1 arm64, #920875

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

 app-text/enscript/enscript-1.6.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/enscript/enscript-1.6.6-r1.ebuild 
b/app-text/enscript/enscript-1.6.6-r1.ebuild
index d44a6255aaa8..388f11713b30 100644
--- a/app-text/enscript/enscript-1.6.6-r1.ebuild
+++ b/app-text/enscript/enscript-1.6.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="Powerful text-to-postscript converter"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 HOMEPAGE="https://www.gnu.org/software/enscript/enscript.html;
 
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 SLOT="0"
 LICENSE="GPL-3"
 IUSE="nls ruby"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/pptpd/

2023-12-28 Thread Arthur Zamarin
commit: 9aed77ed5cebb43b95bd3899edd51698e88711cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aed77ed

net-vpn/pptpd: Keyword 1.4.0-r3 arm64, #920864

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

 net-vpn/pptpd/pptpd-1.4.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild 
b/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild
index 3a013c769e13..425dcbcb8d78 100644
--- a/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild
+++ b/net-vpn/pptpd/pptpd-1.4.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gre-extreme-debug tcpd"
 
 RDEPEND="net-dialup/ppp:=



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

2023-12-28 Thread Arthur Zamarin
commit: fe012a2c83ae1968c6689137a2fcc0c464d4c706
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe012a2c

dev-ruby/io-event: Stabilize 1.3.3 x86, #920849

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

 dev-ruby/io-event/io-event-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-event/io-event-1.3.3.ebuild 
b/dev-ruby/io-event/io-event-1.3.3.ebuild
index db25bbd81e56..c14052adaafa 100644
--- a/dev-ruby/io-event/io-event-1.3.3.ebuild
+++ b/dev-ruby/io-event/io-event-1.3.3.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/socketry/io-event/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+io-uring"
 
 RDEPEND="io-uring? ( sys-libs/liburing:= )"



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2023-12-28 Thread Arthur Zamarin
commit: b2b3a4f9bceb975d286b5ce4bb976abdb9e8330f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b3a4f9

dev-tex/bibtex2html: Keyword 1.99 arm64, #920857

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

 dev-tex/bibtex2html/bibtex2html-1.99.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
index d08b08b2ae64..333d0859a971 100644
--- a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
+++ b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 RESTRICT="test"
 
 # With use doc we need a latex compiler to generate manual.pdf



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/

2023-12-28 Thread Arthur Zamarin
commit: 10eff55fcb6aad46bd0253aa413e6de61be932ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10eff55f

app-accessibility/epos: Keyword 2.5.37-r3 arm64, #920870

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

 app-accessibility/epos/epos-2.5.37-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/epos/epos-2.5.37-r3.ebuild 
b/app-accessibility/epos/epos-2.5.37-r3.ebuild
index 5e37997d1ed0..bb198daa9877 100644
--- a/app-accessibility/epos/epos-2.5.37-r3.ebuild
+++ b/app-accessibility/epos/epos-2.5.37-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 x86"
 RESTRICT="test" # needs running eposd
 
 BDEPEND="dev-util/byacc"



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

2023-12-28 Thread Arthur Zamarin
commit: 6702087850db73956ce876a567dbf41140753ff6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67020878

media-sound/abcmidi: Stabilize 2023.11.26 x86, #920811

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

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

diff --git a/media-sound/abcmidi/abcmidi-2023.11.26.ebuild 
b/media-sound/abcmidi/abcmidi-2023.11.26.ebuild
index d3891e361ea9..3ca144cfe9f4 100644
--- a/media-sound/abcmidi/abcmidi-2023.11.26.ebuild
+++ b/media-sound/abcmidi/abcmidi-2023.11.26.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 BDEPEND="app-arch/unzip"



[gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/netsniff-ng/

2023-12-28 Thread YiFei Zhu
commit: 17459d22ae169dca5639fea5f33a9f7d4ab99412
Author: YiFei Zhu  gmail  com>
AuthorDate: Fri Dec 29 04:46:11 2023 +
Commit: YiFei Zhu  gmail  com>
CommitDate: Fri Dec 29 04:46:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17459d22

net-analyzer/netsniff-ng: Respect CFLAGS, cleanup emake command

Closes: https://bugs.gentoo.org/920892
Closes: https://bugs.gentoo.org/920893
Signed-off-by: YiFei Zhu  gmail.com>

 ...niff-ng-0.6.8.ebuild => netsniff-ng-0.6.8-r1.ebuild} | 17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/net-analyzer/netsniff-ng/netsniff-ng-0.6.8.ebuild 
b/net-analyzer/netsniff-ng/netsniff-ng-0.6.8-r1.ebuild
similarity index 80%
rename from net-analyzer/netsniff-ng/netsniff-ng-0.6.8.ebuild
rename to net-analyzer/netsniff-ng/netsniff-ng-0.6.8-r1.ebuild
index a013c30f42..077fe39404 100644
--- a/net-analyzer/netsniff-ng/netsniff-ng-0.6.8.ebuild
+++ b/net-analyzer/netsniff-ng/netsniff-ng-0.6.8-r1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-   sys-devel/flex
+   app-alternatives/lex
sys-devel/bison
dev-libs/libsodium
virtual/pkgconfig
@@ -41,14 +41,9 @@ BDEPEND="
 src_prepare() {
default
 
-   sed -e '/CFLAGS/s:?=:+=:' \
-   -e '/CPPFLAGS/s:?=:+=:' \
-   -e '/CFLAGS/s:\(-g\|-O2\|-O3\|-m\(arch\|tune\)=native\)::g' \
-   -i Makefile || die
-
-   if ! grep -Fq nacl-20110221 curvetun/nacl_build.sh ; then
-   die "have nacl-20110221, expected $(grep ${MY_NACL_P} 
curvetun/nacl_build.sh)"
-   fi
+   # force mausezahn to respect CFLAGS
+   sed -e '/CFLAGS/s:=:+=:' -i Extra || die
+   sed -e 's/ -O2//' -i mausezahn/Makefile || die
 
export NACL_INC_DIR="${EPREFIX}/usr/include/nacl"
export NACL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)/nacl"
@@ -77,9 +72,7 @@ src_configure() {
 }
 
 src_compile() {
-   emake CC="$(tc-getCC)" LD="$(tc-getCC)" CCACHE="" \
-   LEX=lex YAAC=bison STRIP=true \
-   Q= HARDENING=1
+   emake CC="$(tc-getCC)" LD="$(tc-getCC)" CCACHE="" Q=
 }
 
 src_install() {



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

2023-12-28 Thread Michał Górny
commit: d71ba359845cd9a81bade65a392e445189d421bd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:29:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:35:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71ba359

xfce-base/thunar: Bump to 4.19.1

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.19.1.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 2714c4b400a2..55325dbd1f63 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,3 +1,4 @@
 DIST thunar-4.18.8.tar.bz2 2844536 BLAKE2B 
dbd61d387f21956edad5f5f614c170b072788b2a1768382127f6fda3bca00afa0816201f364ba476e842fc44800bab3029e89db4aade10f1ab4f86012a4ba90b
 SHA512 
38f1f0af93df873e14d7e85851424c85272defa1c19c3d1f61c79fc6a8c79b16f568240c70237c6b490093447a5d947eab6fdf828f93e432cc4d28100c5cf59b
 DIST thunar-4.18.9.tar.bz2 2846241 BLAKE2B 
2b3ba7738f355d46207a74a3d37fca19403cf1f50c2d1c4e616286e62f98456fc072c3e47246b5562b1f70e34fb6ed9120bebae53095cec971d1cad3c1b01004
 SHA512 
44fd0aec2d12a63db50591124f210f2da2f2d9b0a105191b5e958eec83811578af43deb05990efe417f8dceabb2ea95fcb3af7285d184a9e8c6f36006a601dee
 DIST thunar-4.19.0.tar.bz2 2924690 BLAKE2B 
9d8cf10d3eae16c84489098b28020470b353f970ea561ff8dce2caccd7086ed39cae3796df26489b3a8586c0bd8d008a2d9953017b71cad2a760d498b60c1b15
 SHA512 
1db58776fe39f9f4c2f215b52a2209dac773e8b708e4796752630703531e1ddd9017e32e1fe779c5fcc5d543438bbebf14f510b9361fde22fe0045ac0fd3a87f
+DIST thunar-4.19.1.tar.bz2 2924598 BLAKE2B 
6d4deb37820232b21cc4f8f285647d64c55353bece00cc9eb3b22dd64a477f2c637dd2d5e244cc629f45749cd4627237cf2feaafbd45038483cbee942f280221
 SHA512 
95ecdd042f9cf1b755ffc6ad572ffdfba33395ae93884e018b45426dd5f119097b122b4d9976839db78012c9bbcdd0cf1cd129904e06cf990978a711cbd48257

diff --git a/xfce-base/thunar/thunar-4.19.1.ebuild 
b/xfce-base/thunar/thunar-4.19.1.ebuild
new file mode 100644
index ..6bfa97ad9d27
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.19.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/thunar/start
+   https://gitlab.xfce.org/xfce/thunar/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+DEPEND="
+   >=dev-libs/glib-2.70.0
+   >=x11-libs/gdk-pixbuf-2.40.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=xfce-base/exo-4.19.0:=
+   >=xfce-base/libxfce4ui-4.17.6:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre2-10.0:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? (
+   >=gnome-base/gvfs-1.18.3
+   )
+   udisks? (
+   >=gnome-base/gvfs-1.18.3[udisks,udev]
+   virtual/udev
+   )
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre pcre2)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-12-28 Thread Michał Górny
commit: fbb9320c1bd30d3be5e36e0276c262f1c93ece98
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:13:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:13:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb9320c

dev-python/python-memcached: Bump to 1.61

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

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

diff --git a/dev-python/python-memcached/Manifest 
b/dev-python/python-memcached/Manifest
index 10634856161e..56bca01fb4ad 100644
--- a/dev-python/python-memcached/Manifest
+++ b/dev-python/python-memcached/Manifest
@@ -1,2 +1,3 @@
 DIST python-memcached-1.59.gh.tar.gz 32334 BLAKE2B 
de8d18ba887b03e4737b554cc4b0074a4f16745e26a8b3631a747c45019e1da83612677dc3e98f97d76e851320c61baafbd0a29231a826c14b7d3bf3e477f29e
 SHA512 
d7ff45a329f2a9bf97fdc7c0268c2c67046c3501270fcf03578b955c2da35904d7bdecd4239924d390797ddff8f4cc69fc5743f4d4f663cdb9f2f8c7e8159512
 DIST python-memcached-1.60.gh.tar.gz 29184 BLAKE2B 
54635e493e72d18aeda1e960c67cf92ac4c4f33b900c277f119e3528ebe52c69cf68b59c8c88719ed51664178b03b22d3035541ad529c5390c7f48a184539521
 SHA512 
d5d0789511ec4c5fd40a0ebc9b265ff0b69ff9aa366e1573b61c27b84ee0edb62c8dbc0563b5f92e6485914a6ff46a6130a8c889dae6ec638d71684ef29147e3
+DIST python-memcached-1.61.gh.tar.gz 29238 BLAKE2B 
4b24ae56716a0c17297c2041e26c555e0e675d87d3e77f75fd33e60f9c7f3791f1e4ef0e8fcaf0f895a2dce2f5539ddf5a6d2e42d3198a71d5edcc9a52716442
 SHA512 
ea66a04129816863d700718ae525838b381aaca6da3a239e3b2ff5cfc92297083a4b66fe0a10c1460f597e066b3d30902cdab1c38999be49b77d745a078d1da2

diff --git a/dev-python/python-memcached/python-memcached-1.61.ebuild 
b/dev-python/python-memcached/python-memcached-1.61.ebuild
new file mode 100644
index ..02f77889aa8e
--- /dev/null
+++ b/dev-python/python-memcached/python-memcached-1.61.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python memcached client"
+HOMEPAGE="
+   https://github.com/linsomniac/python-memcached/
+   https://pypi.org/project/python-memcached/
+"
+SRC_URI="
+   https://github.com/linsomniac/python-memcached/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="PSF-2.4"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   test? (
+   net-misc/memcached
+   )
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+   local pidfile="${TMPDIR}/memcached.pid"
+
+   memcached -d -P "${pidfile}" || die "failed to start memcached"
+
+   eunittest || die "Tests fail with ${EPYTHON}"
+
+   kill "$(<"${pidfile}")" || die "failed to kill memcached"
+   local elapsed=0
+   while [[ -f ${pidfile} ]]; do
+   if [[ $(( elapsed++ )) -ge 30 ]]; then
+   kill -KILL "$(<"${pidfile}")" ||
+   die "failed to kill -KILL memcached"
+   die "memcached failed to stop after 30 seconds"
+   fi
+   sleep 1
+   done
+}



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

2023-12-28 Thread Michał Górny
commit: 3a01b3218e2ff3837b63d7a6952403f1ad14e996
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:28:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:35:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a01b321

xfce-base/thunar: Bump to 4.18.9

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.18.9.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 13f07cf8ed5c..2714c4b400a2 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,2 +1,3 @@
 DIST thunar-4.18.8.tar.bz2 2844536 BLAKE2B 
dbd61d387f21956edad5f5f614c170b072788b2a1768382127f6fda3bca00afa0816201f364ba476e842fc44800bab3029e89db4aade10f1ab4f86012a4ba90b
 SHA512 
38f1f0af93df873e14d7e85851424c85272defa1c19c3d1f61c79fc6a8c79b16f568240c70237c6b490093447a5d947eab6fdf828f93e432cc4d28100c5cf59b
+DIST thunar-4.18.9.tar.bz2 2846241 BLAKE2B 
2b3ba7738f355d46207a74a3d37fca19403cf1f50c2d1c4e616286e62f98456fc072c3e47246b5562b1f70e34fb6ed9120bebae53095cec971d1cad3c1b01004
 SHA512 
44fd0aec2d12a63db50591124f210f2da2f2d9b0a105191b5e958eec83811578af43deb05990efe417f8dceabb2ea95fcb3af7285d184a9e8c6f36006a601dee
 DIST thunar-4.19.0.tar.bz2 2924690 BLAKE2B 
9d8cf10d3eae16c84489098b28020470b353f970ea561ff8dce2caccd7086ed39cae3796df26489b3a8586c0bd8d008a2d9953017b71cad2a760d498b60c1b15
 SHA512 
1db58776fe39f9f4c2f215b52a2209dac773e8b708e4796752630703531e1ddd9017e32e1fe779c5fcc5d543438bbebf14f510b9361fde22fe0045ac0fd3a87f

diff --git a/xfce-base/thunar/thunar-4.18.9.ebuild 
b/xfce-base/thunar/thunar-4.18.9.ebuild
new file mode 100644
index ..8a289d8815c0
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.18.9.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/thunar/start
+   https://gitlab.xfce.org/xfce/thunar/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gdk-pixbuf-2.40.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=xfce-base/exo-4.17.0:=
+   >=xfce-base/libxfce4ui-4.17.6:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre2-10.0:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? (
+   >=gnome-base/gvfs-1.18.3
+   )
+   udisks? (
+   >=gnome-base/gvfs-1.18.3[udisks,udev]
+   virtual/udev
+   )
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre pcre2)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-12-28 Thread Michał Górny
commit: 7ce6aee7c6386ddff555a706bdb75207346e5b75
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:16:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:21:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce6aee7

dev-python/rpds-py: Bump to 0.16.2

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

 dev-python/rpds-py/Manifest  |  1 +
 dev-python/rpds-py/rpds-py-0.16.2.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/dev-python/rpds-py/Manifest b/dev-python/rpds-py/Manifest
index 4db3551dfed4..8deb3ec59947 100644
--- a/dev-python/rpds-py/Manifest
+++ b/dev-python/rpds-py/Manifest
@@ -33,6 +33,7 @@ DIST rpds_py-0.13.2.tar.gz 17146 BLAKE2B 
722ff3115e0eca30692b71f8f7bc7c1276c
 DIST rpds_py-0.14.1.tar.gz 18365 BLAKE2B 
4ca58904f73974cfebf6328d752408875b9ac62fe5951e291d5d3f86457a036ba739358dd8f517b9e78230d92719f332922c5b1e5012b8d34e09c0c86910cba6
 SHA512 
18dc255275f88f36fcaf32517c9d85b4bb95ecb6566788a0a23a30a00e4acb4a834c26ddc603b22d8fb6c4cd4824e23c76eb2a00ebeb86ac132c44d0709ed929
 DIST rpds_py-0.14.2.tar.gz 18432 BLAKE2B 
e73dcf6b696b5e846c63093a97f524417cfe17835f6d88e7dffcecdf9091a693f3acd903b04cc2d4e864fc5a49b939d934e16060f9ff385059ee5daed07b34fe
 SHA512 
a11b1503f3173e73fdd1c7b43ab51680d0af27fa2e00fb52c29375d2277541afea034d441f06705fe43ba7840a94448b15468ee9684ccb98bb957f28ad4b
 DIST rpds_py-0.15.2.tar.gz 22703 BLAKE2B 
250f1763b3b027432857d8e0efc5b9e068f0e6e797e6b8a9542a2ca2fde6a0cad39f36b7bc7afb20ad44a0f97309fe6812d18b9e772ee3e8a43f4846921991d9
 SHA512 
d275ea1d84547b7615abc4a3f11258165f98042f82a8c063a14a6cb022c427d111be7879cc36c1786790c20bfbc8f4e0e3528cab52b119a6e73809a620340898
+DIST rpds_py-0.16.2.tar.gz 22959 BLAKE2B 
cd6902695e0f5cd3dda03e6f39693fb3fdae671fcdce298e527c175bbcbff78e4ea7bdea0ccf1adb290e0bcc2b0539962382161d7771163010837d33dd92b349
 SHA512 
06093555fd6fa721abcc2e383bd3ee99e12b0558e202b3313f7d691b3e1fc9761b104f2ab51add70827fcd74b15fbccb00a1afaa229704188835eb7bfe5ee501
 DIST scopeguard-1.1.0.crate 11470 BLAKE2B 
f774eb90b7d3ffb2efba47518e9d1dead4017ab4b38a4bd74914daa84a5af4bf9eb63da0496e3924499d79cd0439c37447aeda4a21226f95645bddcd6becfabe
 SHA512 
368fa5726df8f42b53681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d
 DIST smallvec-1.11.0.crate 34680 BLAKE2B 
e54d56f6bbffbfa7ce5fe5f04e325b2e5cf19d290e4be278bc00a136e26284625b9c18c7c2b10b7fb8fad0ea7e3770f3cdbcfbaa913f5ac08d0a2f8b4e0de188
 SHA512 
41bfbecbc2c244497568a41724d65791ec3fd6d8057813d521367cca316c09c2b28fb3973826236b01c1f5d2f905d8d22b0c3c47f957a9ff5d7685591f15ccd7
 DIST static_assertions-1.1.0.crate 18480 BLAKE2B 
358dd5ac413d06f62da0388e2016c5fcb8ec68fd7dceb0dbbcb97665c032b7509b7e083c20701648b6a9174485f117c02682ae4bde7ef037e80a85cdf6a0c86e
 SHA512 
46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee

diff --git a/dev-python/rpds-py/rpds-py-0.16.2.ebuild 
b/dev-python/rpds-py/rpds-py-0.16.2.ebuild
new file mode 100644
index ..e8a8abb66b65
--- /dev/null
+++ b/dev-python/rpds-py/rpds-py-0.16.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+CRATES="
+   archery@1.1.0
+   autocfg@1.1.0
+   bitflags@1.3.2
+   cfg-if@1.0.0
+   heck@0.4.1
+   indoc@2.0.4
+   libc@0.2.147
+   lock_api@0.4.10
+   memoffset@0.9.0
+   once_cell@1.18.0
+   parking_lot@0.12.1
+   parking_lot_core@0.9.8
+   proc-macro2@1.0.66
+   pyo3-build-config@0.20.0
+   pyo3-ffi@0.20.0
+   pyo3-macros-backend@0.20.0
+   pyo3-macros@0.20.0
+   pyo3@0.20.0
+   quote@1.0.31
+   redox_syscall@0.3.5
+   rpds@1.1.0
+   scopeguard@1.1.0
+   smallvec@1.11.0
+   static_assertions@1.1.0
+   syn@2.0.32
+   target-lexicon@0.12.9
+   triomphe@0.1.9
+   unicode-ident@1.0.11
+   unindent@0.2.3
+   windows-targets@0.48.1
+   windows_aarch64_gnullvm@0.48.0
+   windows_aarch64_msvc@0.48.0
+   windows_i686_gnu@0.48.0
+   windows_i686_msvc@0.48.0
+   windows_x86_64_gnu@0.48.0
+   windows_x86_64_gnullvm@0.48.0
+   windows_x86_64_msvc@0.48.0
+"
+
+inherit cargo distutils-r1 pypi
+
+DESCRIPTION="Python bindings to Rust's persistent data structures (rpds)"
+HOMEPAGE="
+   https://github.com/crate-py/rpds/
+   https://pypi.org/project/rpds-py/
+"
+SRC_URI+="
+   ${CARGO_CRATE_URIS}
+"
+
+LICENSE="MIT"
+# Dependent crate licenses
+LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 Unicode-DFS-2016"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/rpds/rpds.*.so"
+
+distutils_enable_tests 

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

2023-12-28 Thread Michał Górny
commit: 83055409b3aa96f882addc9b70c303e9a20a493d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:21:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:35:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83055409

dev-libs/c-blosc2: Bump to 2.12.0

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

 dev-libs/c-blosc2/Manifest   |  1 +
 dev-libs/c-blosc2/c-blosc2-2.12.0.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/dev-libs/c-blosc2/Manifest b/dev-libs/c-blosc2/Manifest
index f781cf790fdb..12ae685af832 100644
--- a/dev-libs/c-blosc2/Manifest
+++ b/dev-libs/c-blosc2/Manifest
@@ -1,3 +1,4 @@
 DIST c-blosc2-2.10.5.gh.tar.gz 3144174 BLAKE2B 
a680def405f2383636185ab1b71a42e042dd0c71025bfc898b48f148f4a6bf27cbd38f29512caae9ff5b58f70cb35289b609c84b132c0795915d1fe6c71b3feb
 SHA512 
bc004fe2132a8e36963437d5279506c2f79dcbf11ee1a768954c20d1265d120dc85e67952b567e716105c5716922da8ee8cffd0a5d44bc67093a4cab3075e322
 DIST c-blosc2-2.11.2.gh.tar.gz 3144952 BLAKE2B 
312a6778a75badf687ebf0cbd8a7a4887ea183c4ed189f5d58007baf81154fb8de5269ec1066c5d1f75bd8855404915338f012e348f9aa26f10ada7823f68b4f
 SHA512 
667fc69fd99cc792bc3439246b9e89b823e9c7e0fc497775c1aaa1d12c6368582dac2db93770a8cd732f29c1e93b082e108b641f221b3dae614e9b8a644718b0
 DIST c-blosc2-2.11.3.gh.tar.gz 3145288 BLAKE2B 
140ca9693f2a779e37d324c6a631cde915b7bd7e16c5d48c779872dbc2a688773c22145bd224b8a7ac8e355b2639d08723ff1e4dc59cd57f2f4da89eea2d2c7c
 SHA512 
51652056e646dd29496d8e7a4c3fc1c84af5f2a389b9057d0189d45fd298d64a581bf9f92f688397ff941dc18e03123cf7cd190fea91e3c127c36ad1d775bf79
+DIST c-blosc2-2.12.0.gh.tar.gz 3148244 BLAKE2B 
1c686994cad5df2e8e311f87df922a453ad4b111bd55bc19b9e988d93228c309835fb53ba9111213cf6e0560b172765656a1cf4c46aa1c5d709a2a92401d9072
 SHA512 
dafd1e08b9d556729abf8e859324c1b4724f43c5bb5829e11a8bf9653216b3afa05436d012a1cc8ca70017e158bee38c4f4aa3d86ebf18d6d7a2712e6bb26f79

diff --git a/dev-libs/c-blosc2/c-blosc2-2.12.0.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.12.0.ebuild
new file mode 100644
index ..15ee45b69056
--- /dev/null
+++ b/dev-libs/c-blosc2/c-blosc2-2.12.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Blocking, shuffling and lossless compression library"
+HOMEPAGE="
+   https://www.blosc.org/c-blosc2/c-blosc2.html
+   https://github.com/Blosc/c-blosc2/
+"
+SRC_URI="
+   https://github.com/Blosc/c-blosc2/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="test +zlib +zstd"
+REQUIRED_USE="test? ( zlib zstd )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=app-arch/lz4-1.7.5:=
+   zlib? ( sys-libs/zlib:= )
+   zstd? ( app-arch/zstd:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   # remove bundled libs (just in case)
+   rm -rf internal-complibs || die
+
+   local mycmakeargs=(
+   -DBUILD_STATIC=OFF
+   -DBUILD_TESTS=$(usex test)
+   -DBUILD_BENCHMARKS=OFF
+   -DBUILD_EXAMPLES=OFF
+   -DBUILD_FUZZERS=OFF
+   -DDEACTIVATE_ZLIB=$(usex !zlib)
+   -DDEACTIVATE_ZSTD=$(usex !zstd)
+   -DPREFER_EXTERNAL_LZ4=ON
+   -DPREFER_EXTERNAL_ZLIB=ON
+   -DPREFER_EXTERNAL_ZSTD=ON
+
+   # force regular zlib, at least for  the time being
+   -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB_NG=ON
+
+   # upstream overrides CMAKE_C_FLAGS, preventing ${CFLAGS} 
defaults
+   # from applying, https://github.com/Blosc/c-blosc2/issues/433
+   -DCMAKE_C_FLAGS="${CFLAGS}"
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   # Tests fail in parallel, https://github.com/Blosc/c-blosc2/issues/432
+   MAKEOPTS=-j1 cmake_src_test
+}



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

2023-12-28 Thread Michał Górny
commit: 91547ec60f7309a6cbd6569972a0a8fa4d636de5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:23:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:35:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91547ec6

dev-python/pycryptodome: Bump to 3.19.1

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

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

diff --git a/dev-python/pycryptodome/Manifest b/dev-python/pycryptodome/Manifest
index 9fcc8999fb69..bc2bf065d8c2 100644
--- a/dev-python/pycryptodome/Manifest
+++ b/dev-python/pycryptodome/Manifest
@@ -1 +1,2 @@
 DIST pycryptodome-3.19.0.gh.tar.gz 17153954 BLAKE2B 
5ecaacce490e5eec052d632b1427a4e36ba19a863c28934f53f247b945bb32a1367aeaf1b8669018978bd19d53c28a00f711158c6be014779c47c48f263b2e8c
 SHA512 
1afa71336da38efb32f79d87b442a1d50537a6908ec153be7a087027a8540cebabab12922557c92e501f2d6da5c2f35466d3bbe6a3de44540de7278069691290
+DIST pycryptodome-3.19.1.gh.tar.gz 17158420 BLAKE2B 
2180bb37e2295f0499c6d00237207513ad6c186ff8fd8fac466cc43efa9b068cf8a272b5ae30da08d37db88d354d41c0b426643743251ea8460abb6ff627e3be
 SHA512 
103910b385578732e356145247d3c1a4a3b0fe8acf22ce91f1c1155500cce2342e5caa0dff0a30825b11d7a614853c2dcb8657628f4d65682f6e543adb4db240

diff --git a/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
new file mode 100644
index ..80ff75b7a360
--- /dev/null
+++ b/dev-python/pycryptodome/pycryptodome-3.19.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A self-contained cryptographic library for Python"
+HOMEPAGE="
+   https://www.pycryptodome.org/
+   https://github.com/Legrandin/pycryptodome/
+   https://pypi.org/project/pycryptodome/
+"
+SRC_URI="
+   https://github.com/Legrandin/pycryptodome/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2 Unlicense"
+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"
+
+DEPEND="
+   dev-libs/gmp:=
+   >=dev-libs/libtomcrypt-1.18.2-r1:=
+"
+BDEPEND="
+   $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
+"
+RDEPEND="
+   ${DEPEND}
+   ${BDEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}/pycryptodome-3.10.1-system-libtomcrypt.patch"
+)
+
+python_prepare_all() {
+   # make sure we're unbundling it correctly
+   rm -r src/libtom || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x PYTHONPATH=${S}/test_vectors:${PYTHONPATH}
+   "${EPYTHON}" - <<-EOF || die
+   import sys
+   from Crypto import SelfTest
+   SelfTest.run(verbosity=2, stream=sys.stdout)
+   EOF
+
+   # TODO: run cmake tests from src/test?
+}



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

2023-12-28 Thread Michał Górny
commit: 25634bb20e98e57a855a74b02c46ea80a740ddec
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:15:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:15:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25634bb2

dev-python/pipx: Remove old

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

 dev-python/pipx/Manifest  |  3 ---
 dev-python/pipx/pipx-1.2.1.ebuild | 34 
 dev-python/pipx/pipx-1.3.1.ebuild | 42 --
 dev-python/pipx/pipx-1.3.2.ebuild | 47 ---
 4 files changed, 126 deletions(-)

diff --git a/dev-python/pipx/Manifest b/dev-python/pipx/Manifest
index cd4c66c5369e..4f03cfde56f4 100644
--- a/dev-python/pipx/Manifest
+++ b/dev-python/pipx/Manifest
@@ -1,4 +1 @@
-DIST pipx-1.2.1.gh.tar.gz 405585 BLAKE2B 
ca24ffd9fe3657549d149aa6e24f85ef2d7ae0832f94605a0a52ecd255232c3bd1b553e61be805bd80c9d54586a4e6e9e156db17c5bb901e24069828f0716594
 SHA512 
93a0d67de9540584987be126d4e28a2628beefba99e15936369c948dc29fb7f11745413ef3f0ace5586b4456ed8554103bcd5079079bc0a34babc02823f7f9d3
-DIST pipx-1.3.1.gh.tar.gz 418883 BLAKE2B 
f9c0ee11eb1e92efb4fc1600d56383ff838b3d97200a4baef32d1221e05c65aeb9d9cc48477dbdf85cb596f44423fb746abd97be2861724ca0de433aa6794d68
 SHA512 
9ee91efa142f72fbe962d05a21ad3bfcef4d401a20078863bb65a932b3598efff95cd707ec27cca1d4c82f3396270c7162d4cb1407ad1d40b2e477aa0b3c02fc
-DIST pipx-1.3.2.gh.tar.gz 411632 BLAKE2B 
d7a84a7b23f937e1b00340a7acd76e8d90c54de8955233e6aed8f95aa4b8ee613b1120fbda5a02ffdb63fe11e7efed6e0fdbca7bcb9de42476e78b9af4144b34
 SHA512 
a0a21c22a867b7bae3d6aceb68e1c5ee404ad794211c7f9014223d510250953b80a5fb525a11a422ae54ee9b0ede81220fa1e145f91b934bf000185a50b613f7
 DIST pipx-1.3.3.gh.tar.gz 355893 BLAKE2B 
f2ae8847d4c6f2205fe75a47df04afb49d57cc8f717cc615d5201f54bd2dee2940bc095a778496cd7baf048df8db8e74ca7ff5a7ee3b2024bf37f27bbeb425eb
 SHA512 
42246a0d8275beee16b85a1007d46d328a892beb89e79fb406ba53942a57b7312d34150376835395b9eca3ecb68db71f0c3c470fd92519dd9175311003707a3d

diff --git a/dev-python/pipx/pipx-1.2.1.ebuild 
b/dev-python/pipx/pipx-1.2.1.ebuild
deleted file mode 100644
index 05620f297c16..
--- a/dev-python/pipx/pipx-1.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="Install and Run Python Applications in Isolated Environments"
-HOMEPAGE="
-   https://pypi.org/project/pipx/
-   https://pypa.github.io/pipx/
-"
-# no tests in sdist
-SRC_URI="https://github.com/pypa/pipx/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-   >=dev-python/userpath-1.6.0[${PYTHON_USEDEP}]
-"
-
-PROPERTIES="test_network"
-RESTRICT="test"
-distutils_enable_tests pytest
-
-python_test() {
-   epytest --net-pypiserver
-}

diff --git a/dev-python/pipx/pipx-1.3.1.ebuild 
b/dev-python/pipx/pipx-1.3.1.ebuild
deleted file mode 100644
index 01daa9316fba..
--- a/dev-python/pipx/pipx-1.3.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Install and Run Python Applications in Isolated Environments"
-HOMEPAGE="
-   https://pypi.org/project/pipx/
-   https://pypa.github.io/pipx/
-"
-# no tests in sdist
-SRC_URI="
-   https://github.com/pypa/pipx/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.10)
-   >=dev-python/userpath-1.9.0[${PYTHON_USEDEP}]
-"
-
-PROPERTIES="test_network"
-RESTRICT="test"
-distutils_enable_tests pytest
-
-python_test() {
-   epytest --net-pypiserver
-}

diff --git a/dev-python/pipx/pipx-1.3.2.ebuild 
b/dev-python/pipx/pipx-1.3.2.ebuild
deleted file mode 100644
index db8f5d7da26c..
--- a/dev-python/pipx/pipx-1.3.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Install and Run Python Applications in Isolated Environments"
-HOMEPAGE="
-   https://pypi.org/project/pipx/
-   https://pypa.github.io/pipx/
-"
-# no tests in sdist
-SRC_URI="
-   

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

2023-12-28 Thread Michał Górny
commit: 7a622c97a2c948a65250b74380bba5c13375f575
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:14:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a622c97

dev-python/python-engineio: Remove old

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

 dev-python/python-engineio/Manifest|  5 --
 .../python-engineio/python-engineio-4.5.1.ebuild   | 53 ---
 .../python-engineio/python-engineio-4.6.0.ebuild   | 53 ---
 .../python-engineio/python-engineio-4.6.1.ebuild   | 53 ---
 .../python-engineio/python-engineio-4.7.0.ebuild   | 58 -
 .../python-engineio/python-engineio-4.7.1.ebuild   | 59 --
 6 files changed, 281 deletions(-)

diff --git a/dev-python/python-engineio/Manifest 
b/dev-python/python-engineio/Manifest
index e943b2633277..efebcdddfe0a 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -1,6 +1 @@
-DIST python-engineio-4.5.1.gh.tar.gz 309858 BLAKE2B 
684bb4c32f050d52091c91312fa2cbe2ef1be133a797734de75f9c4b2c088e8f1b239260e62f189266cd72e4ff1203d63f1abca6887a34b498de43b6ceedefaf
 SHA512 
c661e4691c8e14c547ed4de381b97470f0eead36783a299829e0a472022b508e45c6a131bb2c88bdf9542d59f8128a4640340514e20476ec8e7c7a4babbe3c68
-DIST python-engineio-4.6.0.gh.tar.gz 310597 BLAKE2B 
7749e65f1f79bd21fb3f89dd541f3c306c780b2a98e8f0a8368b6fa7bf40738a5115f00f976f40914fcef9a94ef618e40b05993e6812630f46524d05c55b0eba
 SHA512 
28efc25ff7eda98fa16e7c52effafc0789f18d947301479e5393e674e97826cd16bffe8554a8016c53587ac66b1f2cac90d2f64dfa9c1e2466f4324ee9880b1d
-DIST python-engineio-4.6.1.gh.tar.gz 310625 BLAKE2B 
2247e926117ee659f7bd428df673b10c3655534b33d062eb33e7f400890062116f3edc82f66e6bd29817e61b314376b2227fbb513802c11a04c921a610f00063
 SHA512 
a423a048a09396d7a3c834056118bbd124a1313e8f63b16fa40ec51b6b8f247fbe7d540e1e5f4a8a103c14ff5b5e3f53686723f2cd70e26c3a59b6100bff336f
-DIST python-engineio-4.7.0.gh.tar.gz 311878 BLAKE2B 
6b33bbf8c386fd6bf02f00d66e98bb11ef7a862d0d7c796094aeeeba8c87dd41e1f5b957a786b6ef181037dd5e6c390abdafc4f91fbacae356a0dbfe736e2775
 SHA512 
c1a41059024939a2cd11ed235a984b4e25cb622745fd6b46f15304d1470d33214283b7ae7b097edc8312ce1b5dc144eed7a2a505042b150b7bbd4320f026cd9d
-DIST python-engineio-4.7.1.gh.tar.gz 311622 BLAKE2B 
101a15515aa80eb56c2285bef3f7967023cd8a2e54360c348d84af81dc4901424446b50a1d7b70ba0d6a073ee2780ccd524e61a30b1475d54b30f32494063386
 SHA512 
fa71efb885628b9337d3f6d20cc92ac990fadb5fafdb020904e6e2bb452957a437f6467724897729f2f9e30eb713d8ce88f254fbfe49258fa33ba38572206289
 DIST python-engineio-4.8.0.gh.tar.gz 313056 BLAKE2B 
508c7303ee1020db27f7d8a26148b1748b9685f1d8fadb6abbe110e9b4acb85d6510c6bbc074ae0582efeab7c5b8e294eeed7115d34784bddd55f0b4bd20318f
 SHA512 
351d982bf729a9747215d5845d9b547ecc5dd031cb3c32cd98d75b42374455e625ba0a8f7edf0db63354f7d905eedeb749145a851f8744571f0f2ab9d1142b47

diff --git a/dev-python/python-engineio/python-engineio-4.5.1.ebuild 
b/dev-python/python-engineio/python-engineio-4.5.1.ebuild
deleted file mode 100644
index 705b082df961..
--- a/dev-python/python-engineio/python-engineio-4.5.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the Engine.IO realtime server"
-HOMEPAGE="
-   https://python-engineio.readthedocs.io/
-   https://github.com/miguelgrinberg/python-engineio/
-   https://pypi.org/project/python-engineio/;
-SRC_URI="
-   https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/aiohttp[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/websocket-client[${PYTHON_USEDEP}]
-"
-# Can use eventlet, werkzeug, or gevent, but no tests for werkzeug
-BDEPEND="
-   test? (
-   dev-python/tornado[${PYTHON_USEDEP}]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/alabaster
-
-EPYTEST_IGNORE=(
-   # eventlet is masked for removal
-   tests/common/test_async_eventlet.py
-)
-
-EPYTEST_DESELECT=(
-   # also eventlet
-   tests/common/test_server.py::TestServer::test_async_mode_eventlet
-   tests/common/test_server.py::TestServer::test_connect
-   tests/common/test_server.py::TestServer::test_service_task_started
-   tests/common/test_server.py::TestServer::test_upgrades
-)

diff --git a/dev-python/python-engineio/python-engineio-4.6.0.ebuild 
b/dev-python/python-engineio/python-engineio-4.6.0.ebuild
deleted file mode 100644
index 

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

2023-12-28 Thread Michał Górny
commit: 7df11bb8de116c3ba9917786974c4f98e6a5a165
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:17:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:35:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df11bb8

dev-python/fastjsonschema: Bump to 2.19.1

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

 dev-python/fastjsonschema/Manifest |  1 +
 .../fastjsonschema/fastjsonschema-2.19.1.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/fastjsonschema/Manifest 
b/dev-python/fastjsonschema/Manifest
index 4da7cd5f9bc7..3b5ab4ef04f1 100644
--- a/dev-python/fastjsonschema/Manifest
+++ b/dev-python/fastjsonschema/Manifest
@@ -1 +1,2 @@
 DIST fastjsonschema-2.19.0.tar.gz 371202 BLAKE2B 
56103ae94d52a337ceb830b7dfe68b3e1c3d5bdfbe46c8c042b5bc1a6d4e36201176a274135779cbf50a9ce939d95f5bd3c5bd88b7a6483db4cc438bff1d986a
 SHA512 
d26c7f44acfeb4210fad188e3fe5486231a516fb0a4fa7d756dd9d1378b22afd7b4acb6b34085cabcfe31dac44a605de6f90a158a3af69de97f8926d59b3a105
+DIST fastjsonschema-2.19.1.tar.gz 372732 BLAKE2B 
f028e027483e02969c4d750a888659add9dd7f661776ab42242f74492272267b93a2248cdc50b78389091cc1a1fd7661abbf377d81edf73df35ed1e222be7328
 SHA512 
b276788ebe1d3a6bc5d1463c2a4940fbe5c9e0a7919c813b78f385faa406527cac34d4042e6a69e0ca1631f3e5ed0bc351e13d9d1e245132a1607e010a5a2346

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild
new file mode 100644
index ..e1529c815ca6
--- /dev/null
+++ b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fast JSON schema validator for Python"
+HOMEPAGE="
+   https://github.com/horejsek/python-fastjsonschema/
+   https://pypi.org/project/fastjsonschema/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   tests/benchmarks
+)



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

2023-12-28 Thread Michał Górny
commit: df04d7909280a510a45588f7cd2322b12a821172
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 04:14:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 04:14:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df04d790

dev-python/python-engineio: Bump to 4.8.1

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

 dev-python/python-engineio/Manifest|  1 +
 .../python-engineio/python-engineio-4.8.1.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/python-engineio/Manifest 
b/dev-python/python-engineio/Manifest
index efebcdddfe0a..af2fdaa83b31 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -1 +1,2 @@
 DIST python-engineio-4.8.0.gh.tar.gz 313056 BLAKE2B 
508c7303ee1020db27f7d8a26148b1748b9685f1d8fadb6abbe110e9b4acb85d6510c6bbc074ae0582efeab7c5b8e294eeed7115d34784bddd55f0b4bd20318f
 SHA512 
351d982bf729a9747215d5845d9b547ecc5dd031cb3c32cd98d75b42374455e625ba0a8f7edf0db63354f7d905eedeb749145a851f8744571f0f2ab9d1142b47
+DIST python-engineio-4.8.1.gh.tar.gz 313165 BLAKE2B 
3d3b87b7fba18d2315c2ef20c404a49ada7b4ac3ade33c11ef7ecaa3271000d4d6fdef3b92e65f39e4eed28425efb7d264b9b63e6262722ad0bb998924f05af4
 SHA512 
071fea8ffc2bc08322bf16953a8aba956af9fef583168c04d47c893fe99424709b66cf2dd780b00faf6c973eb40a96eb42d62bb15417057ec3f248ea091533d0

diff --git a/dev-python/python-engineio/python-engineio-4.8.1.ebuild 
b/dev-python/python-engineio/python-engineio-4.8.1.ebuild
new file mode 100644
index ..9b215468b329
--- /dev/null
+++ b/dev-python/python-engineio/python-engineio-4.8.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the Engine.IO realtime server"
+HOMEPAGE="
+   https://python-engineio.readthedocs.io/
+   https://github.com/miguelgrinberg/python-engineio/
+   https://pypi.org/project/python-engineio/;
+SRC_URI="
+   https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   >=dev-python/simple-websocket-0.10.0[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+"
+# Can use eventlet, werkzeug, or gevent, but no tests for werkzeug
+BDEPEND="
+   test? (
+   dev-python/tornado[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/alabaster
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # eventlet is masked for removal
+   tests/common/test_async_eventlet.py
+   )
+
+   local EPYTEST_DESELECT=(
+   # also eventlet
+   
tests/common/test_server.py::TestServer::test_async_mode_eventlet
+   tests/common/test_server.py::TestServer::test_connect
+   
tests/common/test_server.py::TestServer::test_service_task_started
+   tests/common/test_server.py::TestServer::test_upgrades
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2023-12-28 Thread Michał Górny
commit: c8dec06695db4c943758d60ab9836c90b7cb349a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 03:37:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 03:37:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dec066

app-admin/awscli: Bump to 1.32.10

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.32.10.ebuild | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index dc79042b411c..71efe28400f6 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,4 +1,5 @@
 DIST aws-cli-1.31.11.gh.tar.gz 2605881 BLAKE2B 
816846d5dd50a382b837cb25e01be330cb345b55819907ddc8bd3a6623752322d5eb79526a42addb85e9b4dedbf86cee0f064f8ae87d9bd2b3ee996751f37265
 SHA512 
8147f2c39618317755903a49b02cbfacdc514fd76df31fd354526a684c8da97753d7e2429ca9d46f035fc12263cdec847078f7461dd1ed7948d6614d6408debb
+DIST aws-cli-1.32.10.gh.tar.gz 2620727 BLAKE2B 
b498422949dcc026dfdcf58f09f1c48327707734cfbb36bc289a0672a3dfb0fb1bc2a4d020b5c7c3025a4e0a451e6913148f3f514c8aeeb13c33d702d9cc821d
 SHA512 
5a399c705c2a6334563b4ae2a4cffaa5b363807ba19b2e25a50765b1a196d1487b0ff237aa9367595ca5f65b800247dbb0258831f0446aceaf619ff0d93b319f
 DIST aws-cli-1.32.2.gh.tar.gz 2609043 BLAKE2B 
18cf285e54c25605502167e4fa002f522063dd85fc0c09eb44b4513ada49dbe476ca4485bb1cb63e726c5e1bee6934ccfa340ac9c9daecae082abb1abd852426
 SHA512 
951814c6e5a5dcf74de12e66430c53ca010bae6a8c9984dc11ab456f1cbd4a3f32e5055b3f7587fdf8cff4c224f86bc95858a2556ed5b90981894f706ab1b023
 DIST aws-cli-1.32.7.gh.tar.gz 2620400 BLAKE2B 
dee6686b73100c607eba165f0f8ff91217336b020644c7ef7ee95dad16f57baea0878a3da96fd2f7258271573c1245286921240d141ba3020006b7ca2b37a0b5
 SHA512 
1df4aa8f2a2924d0e1c84e1187db1d5b974600831d7f668e39cfa17c34896ec51c604ef52d5ce397ca5950e79cac3c2e744c9b048f12164b650aa871e0c489e7
 DIST aws-cli-1.32.8.gh.tar.gz 2620170 BLAKE2B 
206b166946e36252ed6f4af6c808d4773681708c5d6b31115fb21f72a9723f77d8c9d0c03793d3c4abfc01207006c42239feac8d2e4f87ec430e07d056dfd36f
 SHA512 
d734eeb1cfee8f42e31564985eee797ca07078fae4c3a3acda44f3b1ece8e61d5baebe9b83ac7f1bbdb65969618c243c62baebe04d5474fa669732e87f6cf059

diff --git a/app-admin/awscli/awscli-1.32.10.ebuild 
b/app-admin/awscli/awscli-1.32.10.ebuild
new file mode 100644
index ..77feb2d63e3e
--- /dev/null
+++ b/app-admin/awscli/awscli-1.32.10.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+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 serial_tests=(
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,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
+   

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

2023-12-28 Thread Michał Górny
commit: c9ee89fe2005a4b6aff1e4a47c0f5aa93c0ace3e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 03:37:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 03:37:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ee89fe

dev-python/boto3: Bump to 1.34.10

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.34.10.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 1ab90bf17b9c..93c8859f1f0e 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,5 @@
 DIST boto3-1.33.11.gh.tar.gz 754430 BLAKE2B 
f206c6eeb9859af85f09bb48298b941fc0c969446766638c612fa1e88e19b8f9a99ec2ecbb8565a40432cc7a7f5362459af7488a172f4bca3179385d82742feb
 SHA512 
03f37d99b70d857d2d72e81e02fe3afb64d3139adde80db0bf3a2f78ce8fa33c5cc6965a8dbfd267b263711c73c355d69d7e629eb7f28e6bdccf5480ca9c9810
+DIST boto3-1.34.10.gh.tar.gz 760220 BLAKE2B 
9ddc2d0e17a6a53622d8806f82a790c03f3732bd2ad393b5c268507b63ac69b2a9d3a1e15b70694d1bc87d20987c20c90f0dc210c753b6f97f3f1819fee3be21
 SHA512 
5e4e4145f58bb2aa6e91137d9fe15ae2518a0a56db2c378f784f7f3fd4e5aea45d2d98566f6f8d16df79f7ea1f203ad449ce6e10caceefca0a28e77dbb1853d3
 DIST boto3-1.34.2.gh.tar.gz 756227 BLAKE2B 
7253c533bac45b3848ab573d4781cf68b6bea8d504f851b58366dd3e6ac05b35fb2a85cb7aaff0e426a6bd2f9fe2933dd240e4d0283e4491e095fa93b4061971
 SHA512 
06eaf9b6725d312d91a4a8ba3ab85dde5f579e6d2fa42211189a6f30584b7d2a5c0cca46264bda52a076c8bd1acac9ec0476eb5d986a8e29972f69b7007de3c2
 DIST boto3-1.34.7.gh.tar.gz 759909 BLAKE2B 
059228d7bd57ac34274437f77b3510dff6dca7d1293ffd6f7672b0fcc0acefffeeda2c5c2b4e19ef49bbffd4746dc226edfba52d57f5f8629516c9e830dbdd90
 SHA512 
43395937977ad3c860ede35d2adbb9575312ddab4972b8d258e41a7d6e86f3e6a74037dadb0f0e0f4f3d5ed715a66390041ac9c980bc8a3cfb727a44e252113e
 DIST boto3-1.34.8.gh.tar.gz 759987 BLAKE2B 
32cbc7c5e82b36b7df2435f52c3f01e939c997671e8ec323840cff1554fcd84be41e1c4d17ab9b1b2779b94f815e597f8021380196c2debfb18db6fad0434cc9
 SHA512 
db33fb1c95f856a0a20625132e05c632baa46b3b0aacb97c9f6857a79656978abecaffd3f164b7f3eabf6e5e80f663386ab522e96c4546352bb6af6025d23fdd

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



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

2023-12-28 Thread Michał Górny
commit: d27ba32455819b87b85c13f56ea9684c738535b1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 29 03:37:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 29 03:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27ba324

dev-python/botocore: Bump to 1.34.10

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 3bbc08dba7f8..1484d82ed408 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,5 @@
 DIST botocore-1.33.11.gh.tar.gz 12536159 BLAKE2B 
bce09ad1b93210667e3c1058ab3b4350b752e330c78c29af87c53b3f3f738dd7622b1b670a4fdbfa2dfdeaf763f9885b3f82ad0eb4f44c7e7585ae5b8eaa6b5d
 SHA512 
5d790bbb909230861cf2eb38908f5876ab9bd7e5dd1f718987797af0b263c7ea2c42d69aa1d55b66d1b954204caa04c50cd050385607637192e9ad6b33f65b7d
+DIST botocore-1.34.10.gh.tar.gz 12610559 BLAKE2B 
c58bc5745d598e3822de5bbaf6ade619a75d90e4bb03bfd9d2fee0b372011d4e5b475e773c06624aa73c3ee18c0490da55c9f17b7804fa33b00b2d0764a7b995
 SHA512 
aca9bf3f2e3fba4c073063193cb996df0b38e13b8658cd43b02a2a5e0ba4200e6f6e7933963eaeaf2847e5dc7323ed76eb398b3952d6865baf05e12cfbf5024b
 DIST botocore-1.34.2.gh.tar.gz 12564834 BLAKE2B 
b22a3d3bd35b769a28ccb1a5116428e1904d0c9fc3452829237704dbec37a31a539f044a728b0785d09406d299d522dd601da39801249747d54e6741b46cafe2
 SHA512 
a3f3718bf584a871abbb3edc803de9d5329da257c050d56bdbf8a6a6c4067477812582fbd8d1d789ce18ea1f416d0ddb2be9cc3c45172292d061a94a12f3977b
 DIST botocore-1.34.7.gh.tar.gz 12606475 BLAKE2B 
387ee7dfab43c44c39c7b0566b6ddcb2b666024b5b7bee2c996194988781c169e1e9462b36d09861d1c3ca899d263392f3d79129e7a2f2fc4bbfed402f5c7dd6
 SHA512 
3f162d4d028dd81da552e0117671971aa891bf8fab513730f40083660fa83c1f82bf1b52875cf9f7f11089ecdd79f084f3c8e76227aa826c1aac7e5735032450
 DIST botocore-1.34.8.gh.tar.gz 12607766 BLAKE2B 
df29d3846dcb5096708223b5b4c59a2f9a7dcf213c5691bf0a619fb4c9c6ceab5fbecefce6f8ddd76752b420fcfb95bfc7ae00c933172a7f1d9281b7b08f3049
 SHA512 
4359320cc619cde5bf938cec00b430f6daa8bfeb0170bb476dd3a6be0ba3464aeccd6a422e4d1487a1d7ed6721cb2ffdc55465d289fcccb82f3a5ff142b782b4

diff --git a/dev-python/botocore/botocore-1.34.10.ebuild 
b/dev-python/botocore/botocore-1.34.10.ebuild
new file mode 100644
index ..05766e84276c
--- /dev/null
+++ b/dev-python/botocore/botocore-1.34.10.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
+
+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}]
+   )
+"
+
+EPYTEST_XDIST=1
+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}
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libcli/files/

2023-12-28 Thread YiFei Zhu
commit: 2b4bd08b9de1b085e9ddbb750082edee1be920f6
Author: YiFei Zhu  gmail  com>
AuthorDate: Fri Dec 29 04:18:16 2023 +
Commit: YiFei Zhu  gmail  com>
CommitDate: Fri Dec 29 04:19:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b4bd08b

dev-libs/libcli: Remove -Werror

Closes: https://bugs.gentoo.org/920891
Signed-off-by: YiFei Zhu  gmail.com>

 dev-libs/libcli/files/libcli-1.10.7-makefile.patch | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libcli/files/libcli-1.10.7-makefile.patch 
b/dev-libs/libcli/files/libcli-1.10.7-makefile.patch
index 78e803176b..f6af1e6615 100644
--- a/dev-libs/libcli/files/libcli-1.10.7-makefile.patch
+++ b/dev-libs/libcli/files/libcli-1.10.7-makefile.patch
@@ -1,4 +1,4 @@
-From 2e86f55dd594dd176c1ade2ce58918900e011391 Mon Sep 17 00:00:00 2001
+From 08cc1bf7558e3ba24149d4452677abcc7caf270a Mon Sep 17 00:00:00 2001
 From: YiFei Zhu 
 Date: Mon, 25 Dec 2023 08:40:21 -0800
 Subject: [PATCH] Gentoo Makefile changes
@@ -7,12 +7,15 @@ Subject: [PATCH] Gentoo Makefile changes
 - Use env vars for $(CC) $(AR) and $(PREFIX)
 - Delete $(DEBUG) $(OPTIM); we don't want package to override CFLAGS
   in make.conf
+- Remove -Werror [1]
+
+[1] https://bugs.gentoo.org/920891
 ---
  Makefile | 19 +--
  1 file changed, 9 insertions(+), 10 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index d365952..951fc85 100644
+index d365952..ce393fd 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -7,7 +7,8 @@ TESTS ?= 1
@@ -37,7 +40,7 @@ index d365952..951fc85 100644
 -DEBUG = -g
 -OPTIM = -O3
 -override CFLAGS += $(DEBUG) $(OPTIM) -Wall -std=c99 -pedantic 
-Wformat-security -Wno-format-zero-length -Werror -Wwrite-strings -Wformat 
-fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align 
-Wno-unused-parameter
-+override CFLAGS += -Wall -std=c99 -pedantic -Wformat-security 
-Wno-format-zero-length -Werror -Wwrite-strings -Wformat 
-fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align 
-Wno-unused-parameter
++override CFLAGS += -Wall -std=c99 -pedantic -Wformat-security 
-Wno-format-zero-length -Wwrite-strings -Wformat -fdiagnostics-show-option 
-Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter
  override LDFLAGS += -shared
  override LIBPATH += -L.
  



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

2023-12-28 Thread Ionen Wolkens
commit: ebe97f9d730530866a5c50b48ee6aecddeadc1fc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Dec 29 03:21:39 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Dec 29 03:22:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe97f9d

dev-cpp/simpleini: add 4.22, drop 4.21

Identical release save for updating the 4.20 version in cmake
(that should've been 4.21) to 4.22. Does not affect anything
here given was not using cmake yet though.

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

 dev-cpp/simpleini/Manifest | 2 +-
 dev-cpp/simpleini/{simpleini-4.21.ebuild => simpleini-4.22.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/simpleini/Manifest b/dev-cpp/simpleini/Manifest
index fb19012e80da..0b95dfd23003 100644
--- a/dev-cpp/simpleini/Manifest
+++ b/dev-cpp/simpleini/Manifest
@@ -1,2 +1,2 @@
 DIST simpleini-4.20.tar.gz 64807 BLAKE2B 
5179fbdc1a46b352590a20bcaafa88d905d75ef3334becc03caf11f5b8c4bd3673971d688f9ec0077af3192244b29befd217dfa4ef218594f68c917698727b72
 SHA512 
e2518d10d63026b0fd423cbd77372b60bc693e8ec1878a91ab05364a49b48d38d8d379247a27a8ffc5582ba19e333b10996f4bf48899c06c567ae0dea067a9e3
-DIST simpleini-4.21.tar.gz 65928 BLAKE2B 
92b32ff2767dc7177ddc3a61fa122cc2810d99ff4be461adb88849ce92ff242899348bc55b698a31c30440e1e02efd9226c7a2075c4080c6b90874778bbf3d0c
 SHA512 
a2bbe879f49c8e790daf3c5b02fbf7bacb0249a6d4b8b31116602c48090dc579c3d463b1288923ecd4708647ff2b47dee739a85bb47607d249d5608b29740011
+DIST simpleini-4.22.tar.gz 65923 BLAKE2B 
22c63d089aa30b9a15644b485b4f8238e4bf5c8bffad887eff2fa738f10d5506e960dda505dc858d72795a16ed6ba20850c90796a9ec18ef3117a6330baa2a48
 SHA512 
6c198636816a0018adbf7f735d402c64245c6fcd540b7360d4388d46f007f3a520686cdaec4705cb8cb31401b2cb4797a80b42ea5d08a6a5807c0848386f7ca1

diff --git a/dev-cpp/simpleini/simpleini-4.21.ebuild 
b/dev-cpp/simpleini/simpleini-4.22.ebuild
similarity index 100%
rename from dev-cpp/simpleini/simpleini-4.21.ebuild
rename to dev-cpp/simpleini/simpleini-4.22.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/rye/

2023-12-28 Thread Daichi Yamamoto
commit: 32ac0753675dfd6e0434628cf0d8900c3443176f
Author: Daichi Yamamoto  dyama  net>
AuthorDate: Fri Dec 29 03:23:31 2023 +
Commit: Daichi Yamamoto  dyama  net>
CommitDate: Fri Dec 29 03:23:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32ac0753

dev-util/rye: add 0.16.0, drop 0.15.2-r1

Signed-off-by: Daichi Yamamoto  dyama.net>

 dev-util/rye/Manifest| 4 ++--
 dev-util/rye/{rye-0.15.2-r1.ebuild => rye-0.16.0.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/rye/Manifest b/dev-util/rye/Manifest
index e7a6e7f082..2cb2f06775 100644
--- a/dev-util/rye/Manifest
+++ b/dev-util/rye/Manifest
@@ -45,7 +45,7 @@ DIST crossbeam-epoch-0.9.15.crate 48553 BLAKE2B 
23aa0532d3126e22efc779859478098e
 DIST crossbeam-utils-0.8.15.crate 42326 BLAKE2B 
23e6bd2a6535c6fccf7b7d17487fdd4095c92a3f3ae383a72dd6d90c1c49c2ec8d96dc01a94c7127b2681bfaef843585b3ae8665ecbc43b2e7db8434e31c6c8b
 SHA512 
adb9ce1886396bc637299cb8122d102bcc9e561f25d67ef73e98c9ed8a8b13b78bc0f5bbacab19d015e1a7690bc0201f08b3d8e82393ec347e7f2933eb622533
 DIST crypto-common-0.1.6.crate 8760 BLAKE2B 
f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7
 SHA512 
471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
 DIST curl-0.4.44.crate 91415 BLAKE2B 
0193d51d0ebca5a9ac87a3a2537d573a15d8f0c47e0dba5ad3c0401dfe4a96e63c43a1be054433eb782f90ec61dbc60a12ba035e4fdb033eefe53860d41c3494
 SHA512 
499c3496cb019856773da10c5dcdf539c3fb7542a5e5dde4923d36e0f9274515b43a68bd31fc18a9adbfa9061d752fa698dfc2fbb6a6b1c1347001b3d112b3e5
-DIST curl-sys-0.4.61+curl-8.0.1.crate 3101374 BLAKE2B 
5a5b50ed58e0a010aeb6fe1f5c05d6a8eaa73e3c2c89462d6a37eb3de8fdced213a52c710765fbec5261b7ae77af30378a0872720073edf65939b327cf6261dc
 SHA512 
ac8ca9a748392a213873047f91b247fb22231138ad417354c248f497020d850ce19b4c6f037d35cabd0d60e31dfaa044d1a901d344ab7c2785cc7f97a72e19e5
+DIST curl-sys-0.4.67+curl-8.3.0.crate 3206009 BLAKE2B 
a733b8c36aed7442f7bd1ca649a471c3ea8e736ce59d3e66095fb0ace99ed8b67c5d41fd54f35451d5dbbd9fbe85c6c3b38d36a95c35d44568602f2cbf0e8a06
 SHA512 
97350b27a565d4e6acce54beea676b5cf51280ebadb2d11c6213966c6022da6b8c45d4e029ccb268fa7c6112d2a46a8ea2e677b8fc6feb9cb486c64468651210
 DIST curve25519-dalek-3.2.0.crate 517530 BLAKE2B 
568ca1e1f159e62682eebe93860802c6873c5675e83ecff747ab859ff7eae52eefa40e6311ef7b0429de1d0b8dc79ebfd80f8162d466ba8822b1cf64b758b0d4
 SHA512 
376242559e8956bb7260d7db82ed748f18107210a12fb744a741825448e63663f4cfc7e4df62ba79defbbd1ec9732174faa84592d0f84742d3ce1ce69aec7154
 DIST darling-0.14.4.crate 25168 BLAKE2B 
bc48b27823a1a85a01a5daea47d87c2ac4b3ea48079249606aec912a4f417b72516004f17765e38f06048543708b758bf68afa63dc5e7415906de7940f02726d
 SHA512 
1f236976cd291502229a49c2317fbcad94df54e2d7fbedebd9ac3173f9e51620ce8f2e37c78e86a63db8d9cd089e3eaedb990e58cc97847baa2cbaae58526aa6
 DIST darling_core-0.14.4.crate 57485 BLAKE2B 
3d284d6a5100f45228aef5e42f9de63b6cfe2b5d42f1224bb19ff5d262b0c293931ee99f3aaf1f0eb24e55bb7e04ae790389d73c624c5f00f17a280a4a496ebc
 SHA512 
6df7e911a543e9cadd0810cd8bf6563e2f000b52bab875f7a34d229bb6c4fb7beb6ebbc4fb0e12b97f23616280a20f306210abdfd1dd094c53da35f97be27b96
@@ -179,7 +179,7 @@ DIST rust-embed-utils-7.5.0.crate 3321 BLAKE2B 
f2761c85ebae5991a8ff55d7140bd489a
 DIST rustc-demangle-0.1.23.crate 28970 BLAKE2B 
611d2e41a8a9799db2f8bcb8fc8fefcda361d055a417d2bfaaf2dedcce9d6f388c69d905a28c65e6691b4d408d7922ccdc97ce524c87c3cccb8467e314bc87b9
 SHA512 
8cd29800254b1305ad50f1fc008838c52d9659f97a51a68e9f2bd6d0a60126f3ebdd1c79760f96445b3bf998d0773526ddf663b174acca81babdc0b423247247
 DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 
16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9
 SHA512 
84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544
 DIST rustix-0.37.19.crate 323809 BLAKE2B 
6a01e5128910c4b159efdacd5d0c1f0cf0ac4f2615e6891c10e7de3ce8df5ca50955a3e5c27f3b85d3ffee9fe28105aac3baa4fadd05172645e9f7ddb853
 SHA512 
e1c00f97414313580dfb7a616cd0e9a64d87950b4d4e6b536b5eaea93b8741f769ef62d4ee1461af8266758f9bdc136a445abbb05c8355a11d338a166b498722
-DIST rye-0.15.2.tar.gz 1393247 BLAKE2B 
90e3f36e9b7ef4125316d3af000116c6971f9966b9a0de661c7ee1f9b9d6849bc5c95a890ebdbdf8fbddfabed6fc5dc3035b657045117ebac40f36f01c55a5d9
 SHA512 
448a07aaf8a17e47d83e5eeffb676d14bea4afa552f58063c617400142a2e68d0982c9b452c84c68e02951a0aa67ed472e6ee3d88e8b33fcbbd9e2bf67022d85
+DIST rye-0.16.0.tar.gz 1402992 BLAKE2B 
84c219b19faf2b727b1e373783ca956828cefd9cfc58bbcfee85660ce8f2784a30d2158cf138c6fa57f6aad1790b85af5c92b19f1c4fdab20a670f63ecb014c0
 SHA512 
17d00f666b75f31ba0c96ade72407de2d7fff7f9924c35a66132e41831dd3b7356d2be97693c575a18fba65d6a9c3e5416bbbe98c777e6df66cb79e9f0770339
 

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

2023-12-28 Thread Ionen Wolkens
commit: 2d7190383288b22de4e895fa98ef3fef4d8ebed9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Dec 29 03:07:19 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Dec 29 03:14:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d719038

dev-cpp/simpleini: add 4.21

CMakeLists.txt is now more usable (minus some quirks) and should
probably be switched to in the future. But it changes the install
location of the header and its only revdep (devilutionx) currently
cannot find it. Could be solved with a 1 line sed/patch in devilutionx
but will wait and stick to makefile for now to observe the situation.

Will reconsider next simpleini and/or devilutionx bump.

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

 dev-cpp/simpleini/Manifest  |  1 +
 dev-cpp/simpleini/simpleini-4.21.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-cpp/simpleini/Manifest b/dev-cpp/simpleini/Manifest
index e850a145f63c..fb19012e80da 100644
--- a/dev-cpp/simpleini/Manifest
+++ b/dev-cpp/simpleini/Manifest
@@ -1 +1,2 @@
 DIST simpleini-4.20.tar.gz 64807 BLAKE2B 
5179fbdc1a46b352590a20bcaafa88d905d75ef3334becc03caf11f5b8c4bd3673971d688f9ec0077af3192244b29befd217dfa4ef218594f68c917698727b72
 SHA512 
e2518d10d63026b0fd423cbd77372b60bc693e8ec1878a91ab05364a49b48d38d8d379247a27a8ffc5582ba19e333b10996f4bf48899c06c567ae0dea067a9e3
+DIST simpleini-4.21.tar.gz 65928 BLAKE2B 
92b32ff2767dc7177ddc3a61fa122cc2810d99ff4be461adb88849ce92ff242899348bc55b698a31c30440e1e02efd9226c7a2075c4080c6b90874778bbf3d0c
 SHA512 
a2bbe879f49c8e790daf3c5b02fbf7bacb0249a6d4b8b31116602c48090dc579c3d463b1288923ecd4708647ff2b47dee739a85bb47607d249d5608b29740011

diff --git a/dev-cpp/simpleini/simpleini-4.21.ebuild 
b/dev-cpp/simpleini/simpleini-4.21.ebuild
new file mode 100644
index ..ccc5bfadc70d
--- /dev/null
+++ b/dev-cpp/simpleini/simpleini-4.21.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="C++ library providing a simple API to read and write INI-style 
files"
+HOMEPAGE="https://github.com/brofield/simpleini/;
+SRC_URI="https://github.com/brofield/simpleini/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/gtest )"
+BDEPEND="test? ( virtual/pkgconfig )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.20-pkgconfig-var.patch
+)
+
+src_compile() {
+   if use test; then
+   tc-export CXX PKG_CONFIG
+   emake -C tests "${emakeargs[@]}"
+   fi
+}
+
+src_install() {
+   # note: this skips ConvertUTF, can use -DSI_CONVERT_ICU instead if 
needed
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/qemu-openrc/

2023-12-28 Thread Aisha Tammy
commit: 9684e5e39e1b9b0998aea75d1bd7613267d71475
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 02:52:30 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:52:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9684e5e3

sys-apps/qemu-openrc: add 0.11.1

Signed-off-by: Aisha Tammy  aisha.cc>

 sys-apps/qemu-openrc/Manifest  |  1 +
 sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/qemu-openrc/Manifest b/sys-apps/qemu-openrc/Manifest
index e8dc7b35a5..ec1f319576 100644
--- a/sys-apps/qemu-openrc/Manifest
+++ b/sys-apps/qemu-openrc/Manifest
@@ -1 +1,2 @@
 DIST qemu-openrc-0.10.0.tar.gz 8367 BLAKE2B 
34447e04c1a81fa13bddf2f4a742059beea6eeb0025ec32219ef3718a0ff62b98a3d0c39083068f52362eb6fe3eb105338febdd36ea696f144a6b2ce583b3441
 SHA512 
cdcf51dc59dbca96102c1b73032a726a44cb62c0c93a42adb9b6806609a0fa24bf8dde4814ed5010de63d54fde75f661bb9f5245d85e28de08cdba08d538c959
+DIST qemu-openrc-0.11.1.tar.gz 8626 BLAKE2B 
75436b7b280e197f1211d04d7f9c731f5246394fa861382e892f26ac61c314dc812950f2a73df568f2d11af3261c0952d7126ce2b5e3e0a992ed048e8eb3b15f
 SHA512 
aae6eb14a22f3a452e8bc523609e52b0d41af0e4ea5abf1faaf5f78a53dd4ca8905ded3a0cdbe8835a37c3b8218e20f407f80ef050d35cf2e6eb380ada26db67

diff --git a/sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild 
b/sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild
new file mode 100644
index 00..9db2cfd8fa
--- /dev/null
+++ b/sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenRC init script for QEMU/KVM"
+HOMEPAGE="https://github.com/jirutka/qemu-openrc;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/jirutka/qemu-openrc;
+else
+   SRC_URI="https://github.com/jirutka/qemu-openrc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="net-misc/socat"
+
+PATCHES=( "${FILESDIR}/qemu-openrc-0.10.0-guest-agent.patch")
+
+src_compile() {
+   :
+}
+
+src_install() {
+   newinitd qemu.initd qemu
+   newconfd qemu.confd qemu
+   dobin qemush
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/itemloaders/

2023-12-28 Thread Aisha Tammy
commit: 9286b4f2e0d6746388b9d3cf9702db556ab14407
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 02:00:39 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9286b4f2

dev-python/itemloaders: drop 1.0.4, 1.0.6

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/itemloaders/Manifest |  2 --
 dev-python/itemloaders/itemloaders-1.0.4.ebuild | 25 -
 dev-python/itemloaders/itemloaders-1.0.6.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-python/itemloaders/Manifest b/dev-python/itemloaders/Manifest
index f88d7acf01..93a1813038 100644
--- a/dev-python/itemloaders/Manifest
+++ b/dev-python/itemloaders/Manifest
@@ -1,3 +1 @@
-DIST itemloaders-1.0.4.tar.gz 26673 BLAKE2B 
a582a80a8a74be05c3e4770dc6fa017e43d20c496da79c5bb7ae9b02bdb282183347849e7a83b6174821fcc46d4021414b354537dc14291b6be82e774ffefd4e
 SHA512 
b3f59c99db8dbf9757a304c55bd6b47fdddc984edbeacd8314baaf8e319897b33801bc481d192330a573e75a6aa586d3da5bb11318287709723221bcbde6
-DIST itemloaders-1.0.6.tar.gz 26912 BLAKE2B 
b3925a4e06cc35d70fada0b43823fffc6cb37b16cea15438183adc728d08a47ab0d5bf721fcc7de18a60380faf2a17d38425eea3b2000209a5369dab21433106
 SHA512 
60f81dcaca51b9050c2a4a3abcedc9328943eda353a26c1ad28e489c338ea9d18d9ce76333d3d832746ce636571a1e49965f897bba7c4081d805684bb2ec2682
 DIST itemloaders-1.1.0.tar.gz 27962 BLAKE2B 
960134a1fcd52e06db9f251297aec504ff37b1d90892d31c1726b31b0f028f65771b02762822c7be55e1dd7297e837c430e036b0ebf21b192f2156bbb4aa9727
 SHA512 
4a52e75405409124a3c1f7e7079fedf36e34a76877b04d754006743a2f403602de9b463e1f338bead3a68a0c1cf32f2a50b4cbe4cc57a10539ec529a93b81607

diff --git a/dev-python/itemloaders/itemloaders-1.0.4.ebuild 
b/dev-python/itemloaders/itemloaders-1.0.4.ebuild
deleted file mode 100644
index a652f2eb4d..00
--- a/dev-python/itemloaders/itemloaders-1.0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Library to populate items using XPath and CSS with a convenient 
API"
-HOMEPAGE="https://scrapy.org/;
-SRC_URI="https://github.com/scrapy/itemloaders/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/itemadapter[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/parsel[${PYTHON_USEDEP}]
-   dev-python/w3lib[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/itemloaders/itemloaders-1.0.6.ebuild 
b/dev-python/itemloaders/itemloaders-1.0.6.ebuild
deleted file mode 100644
index ff51453250..00
--- a/dev-python/itemloaders/itemloaders-1.0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Library to populate items using XPath and CSS with a convenient 
API"
-HOMEPAGE="https://scrapy.org/;
-SRC_URI="https://github.com/scrapy/itemloaders/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/itemadapter[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/parsel[${PYTHON_USEDEP}]
-   dev-python/w3lib[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/w3lib/

2023-12-28 Thread Aisha Tammy
commit: 3167fb9be469341e8689c26697c40b31201d26f8
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 02:00:13 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3167fb9b

dev-python/w3lib: drop 2.0.1, 2.1.1

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/w3lib/Manifest   |  2 --
 dev-python/w3lib/w3lib-2.0.1.ebuild | 32 
 dev-python/w3lib/w3lib-2.1.1.ebuild | 32 
 3 files changed, 66 deletions(-)

diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
index 6b04668360..2d046d151d 100644
--- a/dev-python/w3lib/Manifest
+++ b/dev-python/w3lib/Manifest
@@ -1,3 +1 @@
-DIST w3lib-2.0.1.tar.gz 43324 BLAKE2B 
cb3b16da08b37ff224a94c37987fab3da752490eec081dece6c9576067590e0012585f9c26d0af2bb86c99fc6ba0cf47213cb32d51847513ee1d35bf48bdb66b
 SHA512 
6d271d1d2858f2aef843cb3e99ca46cadef3d866f920a55696d7189c8b7da3ca3f9adbb066272301c9b5332a414ff4554222a044efa58ec622be8a3da79c04e3
-DIST w3lib-2.1.1.tar.gz 48471 BLAKE2B 
f510cb66c19c56260d7c196d46a2d44a5f8eb3e0204869f9ccd68b84dbdfdd5f4a8ec731b1c4c3f8d2e0549fba4dac3877200c9018b55ae6f454a2c2518df872
 SHA512 
f720ec4ded534474ef8f18df388fdaad56ccd48de797c0ec6145737479bc3d589a0e376316aab08c5f4ffe5f0fa07a383d655e3feedc1d1ba51c4cf9ee9639ac
 DIST w3lib-2.1.2.tar.gz 48715 BLAKE2B 
8ec3514351634430b348d19a87e21fc95fbb230bac51b59801f692c4d2dc8426bd9740db49949efb2df80eda69026fb202ea0ae80fba45506a366c0b66bc8b29
 SHA512 
cfff2520cab24b84c93223125de3fb813e4d40d23a022f7fc34196c3033adb5dfc01358d62566dcc4b763d40b271e1428eba0250ba997228d07f35cd3721e37e

diff --git a/dev-python/w3lib/w3lib-2.0.1.ebuild 
b/dev-python/w3lib/w3lib-2.0.1.ebuild
deleted file mode 100644
index 08c95fca3e..00
--- a/dev-python/w3lib/w3lib-2.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Library of web-related functions"
-HOMEPAGE="
-   https://scrapy.org/
-   https://pypi.org/project/w3lib/
-   https://github.com/scrapy/w3lib
-"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-hoverxref \
-   dev-python/sphinx-notfound-page
-
-EPYTEST_DESELECT=(
-   # https://github.com/scrapy/w3lib/issues/164
-   tests/test_url.py::UrlTests::test_add_or_replace_parameter
-)

diff --git a/dev-python/w3lib/w3lib-2.1.1.ebuild 
b/dev-python/w3lib/w3lib-2.1.1.ebuild
deleted file mode 100644
index 08c95fca3e..00
--- a/dev-python/w3lib/w3lib-2.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Library of web-related functions"
-HOMEPAGE="
-   https://scrapy.org/
-   https://pypi.org/project/w3lib/
-   https://github.com/scrapy/w3lib
-"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-hoverxref \
-   dev-python/sphinx-notfound-page
-
-EPYTEST_DESELECT=(
-   # https://github.com/scrapy/w3lib/issues/164
-   tests/test_url.py::UrlTests::test_add_or_replace_parameter
-)



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/

2023-12-28 Thread Aisha Tammy
commit: 076d3267e92646d5b2441ccaa824ef789537a50a
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 02:04:08 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=076d3267

dev-python/protego: enable py3.12

Signed-off-by: Aisha Tammy  aisha.cc>

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

diff --git a/dev-python/protego/protego-0.3.0.ebuild 
b/dev-python/protego/protego-0.3.0.ebuild
index 1513c3585b..547d689656 100644
--- a/dev-python/protego/protego-0.3.0.ebuild
+++ b/dev-python/protego/protego-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/itemadapter/

2023-12-28 Thread Aisha Tammy
commit: 738d8a4f8c4067adbb1baf260236109bee79d88b
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 02:00:28 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=738d8a4f

dev-python/itemadapter: drop 0.6.0, 0.7.0

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/itemadapter/Manifest |  2 --
 dev-python/itemadapter/itemadapter-0.6.0.ebuild | 27 -
 dev-python/itemadapter/itemadapter-0.7.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-python/itemadapter/Manifest b/dev-python/itemadapter/Manifest
index 50aa696dba..edb75523cd 100644
--- a/dev-python/itemadapter/Manifest
+++ b/dev-python/itemadapter/Manifest
@@ -1,3 +1 @@
-DIST itemadapter-0.6.0.tar.gz 16325 BLAKE2B 
75fa4c520de2c8fef8bf84ca416c2603d3237d86a994d4c083d6ad3469b03d8398ecd5828a3a3d18f742462002294c1872a493f4b29983907eaadb2b8af8f1fa
 SHA512 
faa6170ea72d29f15c0332f38b288d8a4f1e2bb7229d3eb61227b52231c4d16d52bed09eda52acaf8653093afbc59ba2ec9ef8a2a4d408502f70704cea82c9ec
-DIST itemadapter-0.7.0.tar.gz 16849 BLAKE2B 
1efd7251c50f17e8e3e52d3544b24ccdc5e5fcae90ad46f010959e3d5e6b2703271e310a37762b087a873a1ae0c0c9249ca19229cd062d974a05119d2e7ec221
 SHA512 
7402650f82fa16c2976821c5033a156c0994ad059581a714cb9a920235b1d2d4bbba60fbb186374377fb5dfc16ec59c5d432987e5c7906655c4e20d27f5e65cd
 DIST itemadapter-0.8.0.tar.gz 17140 BLAKE2B 
8dc2fa0fd08236a41c6671793781ee113f3382c9bfeb3e9a528293e7725408a47a40ad650d80f24dbae8047f72f742b2bd99f142b342190acb2db33b6e68c7f8
 SHA512 
86c688bef2d0add3f5ea2bd119689b076c5bc9f92edefb6f5d8faaf88023355e7d2ba5d683ce8f6acd24a2954c5a798902b30d0a70ca31dc32eb5245ad57953f

diff --git a/dev-python/itemadapter/itemadapter-0.6.0.ebuild 
b/dev-python/itemadapter/itemadapter-0.6.0.ebuild
deleted file mode 100644
index a7f2eb1474..00
--- a/dev-python/itemadapter/itemadapter-0.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Common interface for scrapy data container classes"
-HOMEPAGE="https://scrapy.org/;
-SRC_URI="https://github.com/scrapy/itemadapter/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="${DEPEND}
-   test? (
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/pydantic[${PYTHON_USEDEP}]
-   dev-python/scrapy[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/itemadapter/itemadapter-0.7.0.ebuild 
b/dev-python/itemadapter/itemadapter-0.7.0.ebuild
deleted file mode 100644
index e8e5caabd2..00
--- a/dev-python/itemadapter/itemadapter-0.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Common interface for scrapy data container classes"
-HOMEPAGE="https://scrapy.org/;
-SRC_URI="https://github.com/scrapy/itemadapter/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="${DEPEND}
-   test? (
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/pydantic[${PYTHON_USEDEP}]
-   dev-python/scrapy[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/scrapy/

2023-12-28 Thread Aisha Tammy
commit: 84c49d7ed6b9b0e6959dcbb75833960917885986
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 02:10:00 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84c49d7e

dev-python/scrapy: add 2.11 and cap twisted dependency

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/scrapy/Manifest| 1 +
 dev-python/scrapy/{scrapy-2.8.0.ebuild => scrapy-2.11.0.ebuild}   | 5 ++---
 dev-python/scrapy/{scrapy-2.8.0.ebuild => scrapy-2.8.0-r1.ebuild} | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest
index 2584b3dc26..2e7219df31 100644
--- a/dev-python/scrapy/Manifest
+++ b/dev-python/scrapy/Manifest
@@ -1 +1,2 @@
+DIST scrapy-2.11.0.tar.gz 1373184 BLAKE2B 
7fc758a729d9e9f88c89e30c503ff8bf4c2e111bc00cbd003d5f8785dc818e5ef69ae3774013c4fe27db623c1246a57d57db097cf5220b257a9632bdd29b7023
 SHA512 
08da9684f4312e4149929f3785cc516207070fdd0eb99d8b7ed3276095378cc71d18534d0535fd1107af442aed42d6c91792ad7749d631b5f54522c3912ce073
 DIST scrapy-2.8.0.tar.gz 1345516 BLAKE2B 
9a02d50cfde6c829e6c9064f29b75de4fb97139759b7822e20914ad3edfae104df3b4d65452f58bae6f4b7af4407ed87c6dc59000e5285e823637e54f1412102
 SHA512 
c758e8aad459aad5f447e6e721afd3c8e8f5743c8a0961d7562ecea9735444a2a2b7fd1b4c443fd3623fcb9bd3db5fdd108aa6fe7fa629a36229a3175eabac7d

diff --git a/dev-python/scrapy/scrapy-2.8.0.ebuild 
b/dev-python/scrapy/scrapy-2.11.0.ebuild
similarity index 95%
copy from dev-python/scrapy/scrapy-2.8.0.ebuild
copy to dev-python/scrapy/scrapy-2.11.0.ebuild
index 0d95854a00..9230c83a11 100644
--- a/dev-python/scrapy/scrapy-2.8.0.ebuild
+++ b/dev-python/scrapy/scrapy-2.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -34,6 +34,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/six[${PYTHON_USEDEP}]
dev-python/tldextract[${PYTHON_USEDEP}]
>=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
+   <=dev-python/twisted-22.10.0[${PYTHON_USEDEP}]
dev-python/w3lib[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
 "
@@ -46,8 +47,6 @@ DEPEND="${RDEPEND}
 
 distutils_enable_tests pytest
 
-PATCHES=( "${FILESDIR}/${PN}-2.5.1-no-doctest.patch" )
-
 python_test() {
py.test -vv --ignore=docs \
--ignore="tests/test_proxy_connect.py" \

diff --git a/dev-python/scrapy/scrapy-2.8.0.ebuild 
b/dev-python/scrapy/scrapy-2.8.0-r1.ebuild
similarity index 95%
rename from dev-python/scrapy/scrapy-2.8.0.ebuild
rename to dev-python/scrapy/scrapy-2.8.0-r1.ebuild
index 0d95854a00..6d31f0a7d3 100644
--- a/dev-python/scrapy/scrapy-2.8.0.ebuild
+++ b/dev-python/scrapy/scrapy-2.8.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -34,6 +34,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/six[${PYTHON_USEDEP}]
dev-python/tldextract[${PYTHON_USEDEP}]
>=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
+   <=dev-python/twisted-22.10.0[${PYTHON_USEDEP}]
dev-python/w3lib[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/parsel/

2023-12-28 Thread Aisha Tammy
commit: 8a3043e3568d99fa4ea6b90084b90950bcdb59a0
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:59:50 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a3043e3

dev-python/parsel: drop 1.7.0

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/parsel/Manifest|  1 -
 dev-python/parsel/parsel-1.7.0.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-python/parsel/Manifest b/dev-python/parsel/Manifest
index 73bd06c19d..27ead16ca9 100644
--- a/dev-python/parsel/Manifest
+++ b/dev-python/parsel/Manifest
@@ -1,2 +1 @@
-DIST parsel-1.7.0.tar.gz 46036 BLAKE2B 
e83b5f7f5a7a4274632a38586641be761482c6978670f6c747249d4063f5596bacc42d698d294da1aa9fb972bbaf21cbe3247e49560f1b9c29a3d79eee4dd00a
 SHA512 
850784cfb32fbf619dbcd53152edb569b199965e59f3ec088892a8d432aaf08c1a61f3562499c5c592d9578fb28f871d519e3d7b344e3b7a12fbaaca57909f89
 DIST parsel-1.8.1.tar.gz 50881 BLAKE2B 
8d81045e064105d344125e2baf1c769d9a7bddd011c4d544eb7ee0122fc360d74aa8e828bb51ae41fe70fc110f8d449bd1be957372e11ac426427ad85b522b64
 SHA512 
02101df4e36c704bce8fc24fac4c11beb6f72b6e7196d48c4472acb644620c3672bd6ef9166bac349ba01a4c3e75f5b166ca6f567294f1e3cf4b325a7883dd63

diff --git a/dev-python/parsel/parsel-1.7.0.ebuild 
b/dev-python/parsel/parsel-1.7.0.ebuild
deleted file mode 100644
index bc507d5ae5..00
--- a/dev-python/parsel/parsel-1.7.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Utility to extract data from XML/HTML documents using XPath or 
CSS selectors"
-HOMEPAGE="
-   https://scrapy.org/
-   https://pypi.org/project/parsel/
-   https://github.com/scrapy/parsel
-"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/cssselect[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/w3lib[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sybil[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-notfound-page \
-   dev-python/sphinx-rtd-theme
-
-src_prepare() {
-   distutils-r1_src_prepare
-   sed "/pytest-runner/d" -i setup.py || die
-}
-
-python_test() {
-   epytest --ignore=docs
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/

2023-12-28 Thread Aisha Tammy
commit: 92d25ec0e5b1553d8f5179740ffc141829eb4f1d
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 02:00:57 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92d25ec0

dev-python/protego: drop 0.2.1-r1

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/protego/Manifest|  1 -
 dev-python/protego/protego-0.2.1-r1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
index 45756d3d71..de7a545a1e 100644
--- a/dev-python/protego/Manifest
+++ b/dev-python/protego/Manifest
@@ -1,2 +1 @@
-DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 
2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57
 SHA512 
ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b
 DIST protego-0.3.0.tar.gz 3189825 BLAKE2B 
79981352f9916f448416ebfabba2b96eb72ff2ac56065161a4a7e852bbb202e0ec56943ac4276bc808c3cd8f4efb41bbb3b7ab500b674f798024ae7568d99388
 SHA512 
79f3e20dd33120f67d1790b0faa29762b7f81b03c5f2501bd53be020c59b8dbe6536c952da41df60499344487a2db2f442e0d41510df975f14834724d974b34a

diff --git a/dev-python/protego/protego-0.2.1-r1.ebuild 
b/dev-python/protego/protego-0.2.1-r1.ebuild
deleted file mode 100644
index 1513c3585b..00
--- a/dev-python/protego/protego-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python robots.txt parser with support for modern conventions"
-HOMEPAGE="
-   https://scrapy.org/
-   https://pypi.org/project/protego/
-   https://github.com/scrapy/protego
-"
-SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/

2023-12-28 Thread Aisha Tammy
commit: 1b39b4d4a3fddcde5c540d51d4647c788f1db537
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:52:31 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b39b4d4

dev-python/protego: add 0.3.0

Signed-off-by: Aisha Tammy  aisha.cc>

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

diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
index ec7f41c27e..45756d3d71 100644
--- a/dev-python/protego/Manifest
+++ b/dev-python/protego/Manifest
@@ -1 +1,2 @@
 DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 
2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57
 SHA512 
ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b
+DIST protego-0.3.0.tar.gz 3189825 BLAKE2B 
79981352f9916f448416ebfabba2b96eb72ff2ac56065161a4a7e852bbb202e0ec56943ac4276bc808c3cd8f4efb41bbb3b7ab500b674f798024ae7568d99388
 SHA512 
79f3e20dd33120f67d1790b0faa29762b7f81b03c5f2501bd53be020c59b8dbe6536c952da41df60499344487a2db2f442e0d41510df975f14834724d974b34a

diff --git a/dev-python/protego/protego-0.3.0.ebuild 
b/dev-python/protego/protego-0.3.0.ebuild
new file mode 100644
index 00..1513c3585b
--- /dev/null
+++ b/dev-python/protego/protego-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python robots.txt parser with support for modern conventions"
+HOMEPAGE="
+   https://scrapy.org/
+   https://pypi.org/project/protego/
+   https://github.com/scrapy/protego
+"
+SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/w3lib/

2023-12-28 Thread Aisha Tammy
commit: 1f20c7a030c5d12dcca17157b8d4c003938c2251
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:59:31 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f20c7a0

dev-python/w3lib: enable py3.12

Signed-off-by: Aisha Tammy  aisha.cc>

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

diff --git a/dev-python/w3lib/w3lib-2.1.2.ebuild 
b/dev-python/w3lib/w3lib-2.1.2.ebuild
index 08c95fca3e..a6c954743c 100644
--- a/dev-python/w3lib/w3lib-2.1.2.ebuild
+++ b/dev-python/w3lib/w3lib-2.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/w3lib/

2023-12-28 Thread Aisha Tammy
commit: 6e053357bd4d90e8be09dbfc8a4be724be2dcb20
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:53:16 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e053357

dev-python/w3lib: add 2.1.2

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/w3lib/Manifest   |  1 +
 dev-python/w3lib/w3lib-2.1.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
index 06d1c71315..6b04668360 100644
--- a/dev-python/w3lib/Manifest
+++ b/dev-python/w3lib/Manifest
@@ -1,2 +1,3 @@
 DIST w3lib-2.0.1.tar.gz 43324 BLAKE2B 
cb3b16da08b37ff224a94c37987fab3da752490eec081dece6c9576067590e0012585f9c26d0af2bb86c99fc6ba0cf47213cb32d51847513ee1d35bf48bdb66b
 SHA512 
6d271d1d2858f2aef843cb3e99ca46cadef3d866f920a55696d7189c8b7da3ca3f9adbb066272301c9b5332a414ff4554222a044efa58ec622be8a3da79c04e3
 DIST w3lib-2.1.1.tar.gz 48471 BLAKE2B 
f510cb66c19c56260d7c196d46a2d44a5f8eb3e0204869f9ccd68b84dbdfdd5f4a8ec731b1c4c3f8d2e0549fba4dac3877200c9018b55ae6f454a2c2518df872
 SHA512 
f720ec4ded534474ef8f18df388fdaad56ccd48de797c0ec6145737479bc3d589a0e376316aab08c5f4ffe5f0fa07a383d655e3feedc1d1ba51c4cf9ee9639ac
+DIST w3lib-2.1.2.tar.gz 48715 BLAKE2B 
8ec3514351634430b348d19a87e21fc95fbb230bac51b59801f692c4d2dc8426bd9740db49949efb2df80eda69026fb202ea0ae80fba45506a366c0b66bc8b29
 SHA512 
cfff2520cab24b84c93223125de3fb813e4d40d23a022f7fc34196c3033adb5dfc01358d62566dcc4b763d40b271e1428eba0250ba997228d07f35cd3721e37e

diff --git a/dev-python/w3lib/w3lib-2.1.2.ebuild 
b/dev-python/w3lib/w3lib-2.1.2.ebuild
new file mode 100644
index 00..08c95fca3e
--- /dev/null
+++ b/dev-python/w3lib/w3lib-2.1.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library of web-related functions"
+HOMEPAGE="
+   https://scrapy.org/
+   https://pypi.org/project/w3lib/
+   https://github.com/scrapy/w3lib
+"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-hoverxref \
+   dev-python/sphinx-notfound-page
+
+EPYTEST_DESELECT=(
+   # https://github.com/scrapy/w3lib/issues/164
+   tests/test_url.py::UrlTests::test_add_or_replace_parameter
+)



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/parsel/

2023-12-28 Thread Aisha Tammy
commit: f3dc8e74b5a2c663cefa0ee41ae79c6d5b813818
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:59:41 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3dc8e74

dev-python/parsel: enable py3.12

Signed-off-by: Aisha Tammy  aisha.cc>

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

diff --git a/dev-python/parsel/parsel-1.8.1.ebuild 
b/dev-python/parsel/parsel-1.8.1.ebuild
index c5c609ae89..21297dcc0a 100644
--- a/dev-python/parsel/parsel-1.8.1.ebuild
+++ b/dev-python/parsel/parsel-1.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/itemadapter/

2023-12-28 Thread Aisha Tammy
commit: 4aac03029995fbe60c0215a30788e9ad46c9ea45
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:57:37 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4aac0302

dev-python/itemadapter: add 0.8.0

Signed-off-by: Aisha Tammy  aisha.cc>

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

diff --git a/dev-python/itemadapter/Manifest b/dev-python/itemadapter/Manifest
index 84f8821831..50aa696dba 100644
--- a/dev-python/itemadapter/Manifest
+++ b/dev-python/itemadapter/Manifest
@@ -1,2 +1,3 @@
 DIST itemadapter-0.6.0.tar.gz 16325 BLAKE2B 
75fa4c520de2c8fef8bf84ca416c2603d3237d86a994d4c083d6ad3469b03d8398ecd5828a3a3d18f742462002294c1872a493f4b29983907eaadb2b8af8f1fa
 SHA512 
faa6170ea72d29f15c0332f38b288d8a4f1e2bb7229d3eb61227b52231c4d16d52bed09eda52acaf8653093afbc59ba2ec9ef8a2a4d408502f70704cea82c9ec
 DIST itemadapter-0.7.0.tar.gz 16849 BLAKE2B 
1efd7251c50f17e8e3e52d3544b24ccdc5e5fcae90ad46f010959e3d5e6b2703271e310a37762b087a873a1ae0c0c9249ca19229cd062d974a05119d2e7ec221
 SHA512 
7402650f82fa16c2976821c5033a156c0994ad059581a714cb9a920235b1d2d4bbba60fbb186374377fb5dfc16ec59c5d432987e5c7906655c4e20d27f5e65cd
+DIST itemadapter-0.8.0.tar.gz 17140 BLAKE2B 
8dc2fa0fd08236a41c6671793781ee113f3382c9bfeb3e9a528293e7725408a47a40ad650d80f24dbae8047f72f742b2bd99f142b342190acb2db33b6e68c7f8
 SHA512 
86c688bef2d0add3f5ea2bd119689b076c5bc9f92edefb6f5d8faaf88023355e7d2ba5d683ce8f6acd24a2954c5a798902b30d0a70ca31dc32eb5245ad57953f

diff --git a/dev-python/itemadapter/itemadapter-0.8.0.ebuild 
b/dev-python/itemadapter/itemadapter-0.8.0.ebuild
new file mode 100644
index 00..a0e3f788ce
--- /dev/null
+++ b/dev-python/itemadapter/itemadapter-0.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1
+
+DESCRIPTION="Common interface for scrapy data container classes"
+HOMEPAGE="https://scrapy.org/;
+SRC_URI="https://github.com/scrapy/itemadapter/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="${DEPEND}
+   test? (
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/pydantic[${PYTHON_USEDEP}]
+   dev-python/scrapy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/itemloaders/

2023-12-28 Thread Aisha Tammy
commit: d8de59bbae21595ea9b7c13c5df4a5c0ea5cc72b
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:51:17 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8de59bb

dev-python/itemloaders: add 1.1.0

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/itemloaders/Manifest |  1 +
 dev-python/itemloaders/itemloaders-1.1.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/itemloaders/Manifest b/dev-python/itemloaders/Manifest
index f7290f0b71..f88d7acf01 100644
--- a/dev-python/itemloaders/Manifest
+++ b/dev-python/itemloaders/Manifest
@@ -1,2 +1,3 @@
 DIST itemloaders-1.0.4.tar.gz 26673 BLAKE2B 
a582a80a8a74be05c3e4770dc6fa017e43d20c496da79c5bb7ae9b02bdb282183347849e7a83b6174821fcc46d4021414b354537dc14291b6be82e774ffefd4e
 SHA512 
b3f59c99db8dbf9757a304c55bd6b47fdddc984edbeacd8314baaf8e319897b33801bc481d192330a573e75a6aa586d3da5bb11318287709723221bcbde6
 DIST itemloaders-1.0.6.tar.gz 26912 BLAKE2B 
b3925a4e06cc35d70fada0b43823fffc6cb37b16cea15438183adc728d08a47ab0d5bf721fcc7de18a60380faf2a17d38425eea3b2000209a5369dab21433106
 SHA512 
60f81dcaca51b9050c2a4a3abcedc9328943eda353a26c1ad28e489c338ea9d18d9ce76333d3d832746ce636571a1e49965f897bba7c4081d805684bb2ec2682
+DIST itemloaders-1.1.0.tar.gz 27962 BLAKE2B 
960134a1fcd52e06db9f251297aec504ff37b1d90892d31c1726b31b0f028f65771b02762822c7be55e1dd7297e837c430e036b0ebf21b192f2156bbb4aa9727
 SHA512 
4a52e75405409124a3c1f7e7079fedf36e34a76877b04d754006743a2f403602de9b463e1f338bead3a68a0c1cf32f2a50b4cbe4cc57a10539ec529a93b81607

diff --git a/dev-python/itemloaders/itemloaders-1.1.0.ebuild 
b/dev-python/itemloaders/itemloaders-1.1.0.ebuild
new file mode 100644
index 00..170a87e262
--- /dev/null
+++ b/dev-python/itemloaders/itemloaders-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1
+
+DESCRIPTION="Library to populate items using XPath and CSS with a convenient 
API"
+HOMEPAGE="https://scrapy.org/;
+SRC_URI="https://github.com/scrapy/itemloaders/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/itemadapter[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   >=dev-python/parsel-1.8.1[${PYTHON_USEDEP}]
+   dev-python/w3lib[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/parsel/

2023-12-28 Thread Aisha Tammy
commit: a428b09c607211ac87ad4db5df7f85657cd71194
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:49:57 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 02:11:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a428b09c

dev-python/parsel: add 1.8.1

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/parsel/Manifest|  1 +
 dev-python/parsel/parsel-1.8.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/parsel/Manifest b/dev-python/parsel/Manifest
index 266b6a7748..73bd06c19d 100644
--- a/dev-python/parsel/Manifest
+++ b/dev-python/parsel/Manifest
@@ -1 +1,2 @@
 DIST parsel-1.7.0.tar.gz 46036 BLAKE2B 
e83b5f7f5a7a4274632a38586641be761482c6978670f6c747249d4063f5596bacc42d698d294da1aa9fb972bbaf21cbe3247e49560f1b9c29a3d79eee4dd00a
 SHA512 
850784cfb32fbf619dbcd53152edb569b199965e59f3ec088892a8d432aaf08c1a61f3562499c5c592d9578fb28f871d519e3d7b344e3b7a12fbaaca57909f89
+DIST parsel-1.8.1.tar.gz 50881 BLAKE2B 
8d81045e064105d344125e2baf1c769d9a7bddd011c4d544eb7ee0122fc360d74aa8e828bb51ae41fe70fc110f8d449bd1be957372e11ac426427ad85b522b64
 SHA512 
02101df4e36c704bce8fc24fac4c11beb6f72b6e7196d48c4472acb644620c3672bd6ef9166bac349ba01a4c3e75f5b166ca6f567294f1e3cf4b325a7883dd63

diff --git a/dev-python/parsel/parsel-1.8.1.ebuild 
b/dev-python/parsel/parsel-1.8.1.ebuild
new file mode 100644
index 00..c5c609ae89
--- /dev/null
+++ b/dev-python/parsel/parsel-1.8.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Utility to extract data from XML/HTML documents using XPath or 
CSS selectors"
+HOMEPAGE="
+   https://scrapy.org/
+   https://pypi.org/project/parsel/
+   https://github.com/scrapy/parsel
+"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/cssselect[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/w3lib[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sybil[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-notfound-page \
+   dev-python/sphinx-rtd-theme
+
+src_prepare() {
+   distutils-r1_src_prepare
+   sed "/pytest-runner/d" -i setup.py || die
+}
+
+python_test() {
+   epytest --ignore=docs
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/intel-ipsec-mb/

2023-12-28 Thread Aisha Tammy
commit: a5d99bb10c7ab3aa8b6080383e1f855de24510e9
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:04:02 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 01:34:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5d99bb1

app-crypt/intel-ipsec-mb: update to 1.5

Signed-off-by: Aisha Tammy  aisha.cc>

 app-crypt/intel-ipsec-mb/Manifest  |  1 +
 ...ec-mb-.ebuild => intel-ipsec-mb-1.5.ebuild} | 32 --
 .../intel-ipsec-mb/intel-ipsec-mb-.ebuild  | 30 
 3 files changed, 12 insertions(+), 51 deletions(-)

diff --git a/app-crypt/intel-ipsec-mb/Manifest 
b/app-crypt/intel-ipsec-mb/Manifest
index 3a14699a29..f8c7d589ef 100644
--- a/app-crypt/intel-ipsec-mb/Manifest
+++ b/app-crypt/intel-ipsec-mb/Manifest
@@ -1,3 +1,4 @@
 DIST intel-ipsec-mb-1.1.tar.gz 1227915 BLAKE2B 
56d104c2bcebd4a8125d64362c14603b7005c8ef0978d4039da3128f06fbba7f469ac8df23e3315b9f3fe33c392804fd718a533edd34e4a545f767a1c2e2fd60
 SHA512 
aca5863d36b333c4c896549074242fb4c2c0a4d6598b27baa794944436527bdd6e1a5dbca9d39e0c3a89e61d7d175adcf5bf6c6cbdffd0a43bca1fea0be42ebe
 DIST intel-ipsec-mb-1.2.tar.gz 1251965 BLAKE2B 
f92172ea727f8c0a5beff6e8fe6bb1630b5e83ddffa7384b998ebb6dfe09fd2657203ab53358296ade0106240278f659c297c0897e2de364b434032a58f417b3
 SHA512 
dc566ea433f7c85109e833d1debb3c8dc3686b4c0562a00872dd9801ba3530bf87b7b382e167e7d5cec17c3b3535834cc5bdc78f349f501bdfe8920ee51532ac
 DIST intel-ipsec-mb-1.3.tar.gz 2139105 BLAKE2B 
f7ae09cb2721a0193879ee4a3a04fa6d190ebcd70c681a1f885554dbd644d39511cd0832eb22edc5566d72f0fcaba955450d2208b17a040f053aef6134e174b0
 SHA512 
4b91bffcd62f69245da90b70586df425fa6f17fa63d530b0cd09b990fb1ac4c85c2ebc8ed5d8952bd4b8a20e82c3b418e9ef4d61cfe1811af04f1ee16630ec67
+DIST intel-ipsec-mb-1.5.tar.gz 2214942 BLAKE2B 
b4a2ac6b5671721ec79c100be86270c1b4344be731c40bafda58d4f718169e37d5bd1c6b3a14a1917dedb151daa3f732a01961255a94e9628efb0c4e588d47e1
 SHA512 
1fca0797d73fc2edbd9edecfc5628c4926512dc414a6fa832602d3d7abd6d86b1305013d1b433a21b77f4bc2b215d5f947553791925f2698fb30f90f9e7086ef

diff --git a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-.ebuild 
b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.5.ebuild
similarity index 50%
copy from app-crypt/intel-ipsec-mb/intel-ipsec-mb-.ebuild
copy to app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.5.ebuild
index 8f9457fefc..40762d9769 100644
--- a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-.ebuild
+++ b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit cmake
 
 DESCRIPTION="Multi-Buffer Crypto for IPSec from Intel"
 HOMEPAGE="https://github.com/intel/intel-ipsec-mb;
@@ -25,31 +25,11 @@ BDEPEND="
>=dev-lang/nasm-2.13.03
 "
 
-PATCHES=( "${FILESDIR}/intel-ipsec-mb-1.3_remove-werror-and-O3.patch" )
-
 src_configure(){
-   tc-export CC LD AR
-}
-
-src_compile() {
-   local myconf=(
-   SAFE_DATA=$(usex safe-data y n)
-   SAFE_LOOKUP=$(usex safe-lookup y n)
-   SAFE_PARAM=$(usex safe-param y n)
+   local mycmakeargs=(
+   -DSAFE_DATA=$(usex safe-data)
+   -DSAFE_LOOKUP=$(usex safe-lookup)
+   -DSAFE_PARAM=$(usex safe-param)
)
-   emake "${myconf[@]}" EXTRA_CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake PREFIX="${ED}/usr" \
-   NOLDCONFIG=y \
-   LIB_INSTALL_DIR="${ED}/usr/$(get_libdir)" \
-   MAN_DIR="${ED}/usr/share/man/man7" \
-   install
-}
-
-src_test() {
-   cd "${S}/test"
-   LD_LIBRARY_PATH=../lib ./ipsec_MB_testapp -v
-   LD_LIBRARY_PATH=../lib ./ipsec_xvalid_test -v
+   cmake_src_configure
 }

diff --git a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-.ebuild 
b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-.ebuild
index 8f9457fefc..8203eb9d6f 100644
--- a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-.ebuild
+++ b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-.ebuild
@@ -25,31 +25,11 @@ BDEPEND="
>=dev-lang/nasm-2.13.03
 "
 
-PATCHES=( "${FILESDIR}/intel-ipsec-mb-1.3_remove-werror-and-O3.patch" )
-
 src_configure(){
-   tc-export CC LD AR
-}
-
-src_compile() {
-   local myconf=(
-   SAFE_DATA=$(usex safe-data y n)
-   SAFE_LOOKUP=$(usex safe-lookup y n)
-   SAFE_PARAM=$(usex safe-param y n)
+   local mycmakeargs=(
+   -DSAFE_DATA=$(usex safe-data)
+   -DSAFE_LOOKUP=$(usex safe-lookup)
+   -DSAFE_PARAM=$(usex safe-param)
)
-   emake "${myconf[@]}" EXTRA_CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake PREFIX="${ED}/usr" \
-   NOLDCONFIG=y \
-   LIB_INSTALL_DIR="${ED}/usr/$(get_libdir)" \
-   MAN_DIR="${ED}/usr/share/man/man7" \
-   install
-}
-
-src_test() {
-   cd "${S}/test"
-   LD_LIBRARY_PATH=../lib ./ipsec_MB_testapp -v
-   LD_LIBRARY_PATH=../lib ./ipsec_xvalid_test -v

[gentoo-commits] repo/proj/guru:dev commit in: net-libs/kcgi/

2023-12-28 Thread Aisha Tammy
commit: f3b87fb167f3669954fe6cdbb52500fe27f8b326
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Dec 29 01:33:50 2023 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Dec 29 01:34:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3b87fb1

net-libs/kcgi: add 0.13.3

Signed-off-by: Aisha Tammy  aisha.cc>

 net-libs/kcgi/Manifest   |  1 +
 net-libs/kcgi/kcgi-0.13.3.ebuild | 96 
 2 files changed, 97 insertions(+)

diff --git a/net-libs/kcgi/Manifest b/net-libs/kcgi/Manifest
index f043144c50..40810127ea 100644
--- a/net-libs/kcgi/Manifest
+++ b/net-libs/kcgi/Manifest
@@ -1,2 +1,3 @@
 DIST kcgi-0.12.5.tgz 247454 BLAKE2B 
1aebd9d62977e22a6a6538b591c40efab53282fd6f28809330c34bfb825798b837003cf0b492f3c3bc79c2ebf3054b466b9e290c156aceee553ef8af6e0a7f07
 SHA512 
61c28f165b0c1024e4b22fd4e725d79c4e2800b0c6a7fae1473e33608b3299b5ad8630d87aab3e12358dfb6d1c3cd0eb0ed20fa0da1bcc35cc6df8106440
 DIST kcgi-0.13.0.tgz 243127 BLAKE2B 
e3f4f42450cf3ba5b7f3199e11d1ee57bd2b16f55d662c6989f486811fb49fb1dcba62864320ee1962db5b0cde026db832d6935c14a79f43d4b19383a630f392
 SHA512 
b07168d87ad55a403120bfe79ac37e29803047bf663bb50ead0a758a1636b9fc77fd3aba45eb52b2f80cd103f1878e861d99e22bc6eefd2dd742ac82f4dbc969
+DIST kcgi-0.13.3.tgz 249621 BLAKE2B 
a503031e8d0cd87eaab7920d1392f51276af723e59baee85a7fd02abfd294d151cc2ccf633207d7e40704fe9d71779d5d8c5582fc28fba02b41b62a924ce7003
 SHA512 
272ffec2fa31dc465b66c0c67ed5f5e1d9e5ebafbe17e84586299f4a266c1344d127ef04fda284b91a596fc4c6bc06f6e50a784b62bf198c9d3d06c210ae2282

diff --git a/net-libs/kcgi/kcgi-0.13.3.ebuild b/net-libs/kcgi/kcgi-0.13.3.ebuild
new file mode 100644
index 00..6edf6fc1c9
--- /dev/null
+++ b/net-libs/kcgi/kcgi-0.13.3.ebuild
@@ -0,0 +1,96 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib multiprocessing toolchain-funcs
+
+DESCRIPTION="Minimal CGI library for web applications"
+HOMEPAGE="https://kristaps.bsd.lv/kcgi/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kristapsdz/${PN};
+else
+   SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tgz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="static-libs test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="sys-devel/bmake"
+RDEPEND="
+   app-crypt/libmd
+   virtual/libcrypt
+"
+DEPEND="${RDEPEND}
+   test? ( net-misc/curl[static-libs(-)] )
+"
+
+src_prepare() {
+   default
+
+   # ld: multiple definition of `dummy'
+   local deselect=( sandbox-{capsicum,darwin,pledge,seccomp-filter}.o )
+   case ${CHOST} in
+   *-linux-*)
+   deselect=( "${deselect[@]/sandbox-seccomp-filter.o}" )
+   ;;
+   *-darwin*)
+   deselect=( "${deselect[@]/sandbox-darwin.o}" )
+   ;;
+   *-freebsd*)
+   deselect=( "${deselect[@]/sandbox-capsicum.o}" )
+   ;;
+   *-openbsd*)
+   deselect=( "${deselect[@]/sandbox-pledge.o}" )
+   ;;
+   esac
+
+   for obj in "${deselect[@]}"; do
+   # elements are not deleted completely from the array
+   if [[ -n "${obj}" ]]; then
+   sed "/${obj}/d" -i Makefile || die
+   fi
+   done
+}
+
+src_configure() {
+   tc-export CC AR
+   append-cflags -fPIC
+
+   append-cppflags -DENABLE_SECCOMP_FILTER=1
+   append-cppflags -DSANDBOX_SECCOMP_DEBUG  # seccomp may cause problems
+
+   # note: not an autoconf configure script
+   conf_args=(
+   CPPFLAGS="${CPPFLAGS}"
+   LDFLAGS="${LDFLAGS}"
+   PREFIX="${EPREFIX}"/usr
+   MANDIR="${EPREFIX}"/usr/share/man
+   LIBDIR="${EPREFIX}"/usr/$(get_libdir)
+   SBINDIR="${EPREFIX}"/usr/sbin
+   )
+
+   ./configure "${conf_args[@]}" || die
+}
+
+src_compile() {
+   bmake || die
+}
+
+src_test() {
+   # TODO: add `afl` tests
+   bmake regress || die
+}
+
+src_install() {
+   bmake DESTDIR="${D}" \
+   DATADIR="${EPREFIX}/usr/share/doc/${PF}/examples" \
+   install || die
+
+   einstalldocs
+}



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

2023-12-28 Thread Sam James
commit: 3d1759360708ad2f20e13e0b9ac3f899afef5f9c
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 01:19:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 01:19:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d175936

media-sound/streamripper: Keyword 1.64.6 arm64, #920860

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

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

diff --git a/media-sound/streamripper/streamripper-1.64.6.ebuild 
b/media-sound/streamripper/streamripper-1.64.6.ebuild
index feaf63421613..2e4889397a0a 100644
--- a/media-sound/streamripper/streamripper-1.64.6.ebuild
+++ b/media-sound/streamripper/streamripper-1.64.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="vorbis"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/libcupsfilters/

2023-12-28 Thread Sam James
commit: 8dddc921ebb04586e75d10503835faf1b2a7d434
Author: Eli Schwartz  gmail  com>
AuthorDate: Thu Dec 28 20:17:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 01:18:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dddc921

net-print/libcupsfilters: add missing dependency

This went missing when migrating components across ebuilds.

Fixes: faf70b3f666a811c029e7cd9d612ed9e01cf2a77
Closes: https://bugs.gentoo.org/920900
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../{libcupsfilters-2.0.0-r2.ebuild => libcupsfilters-2.0.0-r3.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild 
b/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild
similarity index 96%
rename from net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild
rename to net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild
index 3385d6ec7f43..12de37bf597c 100644
--- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild
+++ b/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
dbus? ( sys-apps/dbus )
jpeg? ( media-libs/libjpeg-turbo:= )
pdf? ( app-text/mupdf )
+   postscript? ( app-text/ghostscript-gpl[cups] )
poppler? ( >=app-text/poppler-0.32[cxx] )
png? ( media-libs/libpng:= )
tiff? ( media-libs/tiff:= )



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/files/

2023-12-28 Thread Sam James
commit: 580d2472e6ab26fe76ec66fc71421f7f985fee4a
Author: Alfred Wingate  protonmail  com>
AuthorDate: Fri Dec 29 01:12:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 01:15:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580d2472

kde-plasma/kwin: add missing patch for 5.91.0

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34527
Signed-off-by: Sam James  gentoo.org>

 .../files/kwin-5.90.90-gstreamer-optional.patch| 25 ++
 1 file changed, 25 insertions(+)

diff --git a/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch 
b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch
new file mode 100644
index ..dfd544af0058
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch
@@ -0,0 +1,25 @@
+From 3b851958984a2028780ee6078004690ca2b0723b Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Tue, 6 Aug 2019 22:36:44 +0200
+Subject: [PATCH] Disable the effect video button if gstreamer is missing
+
+---
+ src/kcms/effects/ui/Effect.qml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/kcms/effects/ui/Effect.qml b/src/kcms/effects/ui/Effect.qml
+index e4a7daca7e..23d32e63a1 100644
+--- a/src/kcms/effects/ui/Effect.qml
 b/src/kcms/effects/ui/Effect.qml
+@@ -120,7 +120,7 @@ QQC2.ItemDelegate {
+ }
+ 
+ QQC2.ToolButton {
+-visible: model.VideoRole.toString() !== ""
++visible: false
+ icon.name: "videoclip-amarok"
+ text: i18nc("@info:tooltip", "Show/Hide Video")
+ display: QQC2.AbstractButton.IconOnly
+-- 
+2.43.0
+



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gnokii/

2023-12-28 Thread Sam James
commit: 9cffbe79842952008a7712d37b800b975e07f587
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 01:16:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 01:16:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cffbe79

app-mobilephone/gnokii: Keyword 0.6.31-r4 arm64, #920866

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

 app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild 
b/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild
index bf1306ec46ff..0e7fe85f1478 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
 else
SRC_URI="https://www.gnokii.org/download/${PN}/${P}.tar.bz2;
-   KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+   KEYWORDS="amd64 ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 fi
 DESCRIPTION="User space driver and tools for use with mobile phones"
 



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gpsim/

2023-12-28 Thread Sam James
commit: bd26e2b001b016b469ed1446b2bfb19a8006691d
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 01:14:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 01:14:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd26e2b0

dev-embedded/gpsim: Keyword 0.32.1 arm64, #920861

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

 dev-embedded/gpsim/gpsim-0.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gpsim/gpsim-0.32.1.ebuild 
b/dev-embedded/gpsim/gpsim-0.32.1.ebuild
index 16ad2778da3b..56acca154519 100644
--- a/dev-embedded/gpsim/gpsim-0.32.1.ebuild
+++ b/dev-embedded/gpsim/gpsim-0.32.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-embedded/gputils-0.12



  1   2   3   >