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

2022-04-26 Thread Hans de Graaff
commit: 9fb4f72db558fd55d301f901f9d06fa4d6218087
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:50:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:50:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb4f72d

dev-ruby/activesupport: drop 5.2.6.2

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

 dev-ruby/activesupport/Manifest|  1 -
 .../activesupport/activesupport-5.2.6.2.ebuild | 74 --
 2 files changed, 75 deletions(-)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/activesupport/activesupport-5.2.6.2.ebuild 
b/dev-ruby/activesupport/activesupport-5.2.6.2.ebuild
deleted file mode 100644
index 840a994edda8..
--- a/dev-ruby/activesupport/activesupport-5.2.6.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   >=dev-ruby/concurrent-ruby-1.0.2:1
-   dev-ruby/i18n:1
-   >=dev-ruby/tzinfo-1.1:1
-   >=dev-ruby/minitest-5.1:5"
-
-# memcache-client, nokogiri, and builder are not strictly
-# needed, but there are tests using this code.
-ruby_add_bdepend "test? (
-   >=dev-ruby/dalli-2.2.1
-   >=dev-ruby/nokogiri-1.4.5
-   >=dev-ruby/builder-3.1.0
-   >=dev-ruby/listen-3.0.5:3
-   dev-ruby/rack
-   dev-ruby/mocha
-   )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|redis\|sqlite\)/
 s:^:#:" \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' \
-   -e 's/gemspec/gemspec path: "activesupport"/' \
-   -e '5igem "builder"; gem "rack"' ../Gemfile || die
-   rm ../Gemfile.lock || die
-   sed -i -e '1igem "tzinfo", "~> 1.1"' test/abstract_unit.rb || die
-
-   # Avoid test that depends on timezone
-   sed -i -e '/test_implicit_coercion/,/^  end/ s:^:#:' 
test/core_ext/duration_test.rb || die
-
-   # Avoid tests that seem to trigger race conditions.
-   rm -f test/evented_file_update_checker_test.rb || die
-
-   # Avoid test that generates filename that is too long
-   sed -i -e '/test_filename_max_size/askip "gentoo"' 
test/cache/stores/file_store_test.rb || die
-
-   # Avoid tests requiring a live redis running
-   rm -f 

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

2022-04-26 Thread Hans de Graaff
commit: b65d59efaeed728926d78751d8a9d1e72a2b8508
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:49:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:49:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65d59ef

dev-ruby/actionpack: drop 5.2.6.2

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

 dev-ruby/actionpack/Manifest  |  1 -
 dev-ruby/actionpack/actionpack-5.2.6.2.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/actionpack/actionpack-5.2.6.2.ebuild 
b/dev-ruby/actionpack/actionpack-5.2.6.2.ebuild
deleted file mode 100644
index f33cf17b7909..
--- a/dev-ruby/actionpack/actionpack-5.2.6.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Eases web-request routing, handling, and response"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/actionview-${PV}
-   dev-ruby/rack:2.2
-   >=dev-ruby/rack-test-0.6.3:*
-   >=dev-ruby/rails-html-sanitizer-1.0.2:1
-   dev-ruby/rails-dom-testing:2
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha:0.14
-   dev-ruby/bundler
-   >=dev-ruby/capybara-2.15
-   ~dev-ruby/activemodel-${PV}
-   >=dev-ruby/rack-cache-1.2:1.2
-   www-servers/puma
-   )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-
-   sed -e '1i gem "activemodel", "~> 5.2.0"' \
-   -e '1i gem "actionview", "~> 5.2.0"' \
-   -e '1i gem "railties", "~> 5.2.0"' \
-   -i test/abstract_unit.rb || die
-
-   # Use different timezone notation, this changed at some point due to an 
external dependency changing.
-   sed -i -e 's/-/GMT/' test/dispatch/response_test.rb 
test/dispatch/cookies_test.rb test/dispatch/session/cookie_store_test.rb || die
-
-   # Avoid broken tests already fixed upstream
-   sed -i -e '/cookie syntax resilience/askip "broken test"' 
test/dispatch/request_test.rb || die
-   sed -i -e '/test_keeps_original_headers_behavior/askip "broken test"' 
test/dispatch/ssl_test.rb || die
-}



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

2022-04-26 Thread Hans de Graaff
commit: 76bf7869dff16723c3b8275108a8efee0bc9afc7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:50:15 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:50:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bf7869

dev-ruby/activemodel: drop 5.2.6.2

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

 dev-ruby/activemodel/Manifest   |  1 -
 dev-ruby/activemodel/activemodel-5.2.6.2.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/activemodel/Manifest
+++ b/dev-ruby/activemodel/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/activemodel/activemodel-5.2.6.2.ebuild 
b/dev-ruby/activemodel/activemodel-5.2.6.2.ebuild
deleted file mode 100644
index e31ee2cc02d0..
--- a/dev-ruby/activemodel/activemodel-5.2.6.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Toolkit for building modeling frameworks like Active Record and 
Active Resource"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}:*
-"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/railties-${PV}
-   dev-ruby/test-unit:2
-   dev-ruby/mocha
-   >=dev-ruby/bcrypt-ruby-3.1.7
-   )"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove 
load paths"
-   sed -i -e '2igem "railties", "~> 5.2.0"' test/cases/helper.rb || die
-}



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

2022-04-26 Thread Hans de Graaff
commit: 51ff07e58d876434c5cef0e4227b8e795fad0c74
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:50:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:50:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ff07e5

dev-ruby/actioncable: drop 5.2.6.2

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

 dev-ruby/actioncable/Manifest   |  1 -
 dev-ruby/actioncable/actioncable-5.2.6.2.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/actioncable/Manifest
+++ b/dev-ruby/actioncable/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/actioncable/actioncable-5.2.6.2.ebuild 
b/dev-ruby/actioncable/actioncable-5.2.6.2.ebuild
deleted file mode 100644
index dab392ff470a..
--- a/dev-ruby/actioncable/actioncable-5.2.6.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Integrated WebSockets for Rails"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-# Tests require many new dependencies, skipping for now
-RESTRICT="test"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   dev-ruby/nio4r:2
-   >=dev-ruby/websocket-driver-0.6.1:0
-"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/railties-4.2.0
-   dev-ruby/test-unit:2
-   >=dev-ruby/mocha-0.14.0:0.14
-   )"



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

2022-04-26 Thread Hans de Graaff
commit: 5bfd5329cb116da0b0fdbc1db926716528de8439
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:49:48 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:49:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfd5329

dev-ruby/actionview: drop 5.2.6.2

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

 dev-ruby/actionview/Manifest  |  1 -
 dev-ruby/actionview/actionview-5.2.6.2.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/actionview/Manifest
+++ b/dev-ruby/actionview/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/actionview/actionview-5.2.6.2.ebuild 
b/dev-ruby/actionview/actionview-5.2.6.2.ebuild
deleted file mode 100644
index 7f7393b68107..
--- a/dev-ruby/actionview/actionview-5.2.6.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Simple, battle-tested conventions and helpers for building web 
pages"
-HOMEPAGE="https://github.com/rails/rails/;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:*
-   >=dev-ruby/erubi-1.4:0
-   >=dev-ruby/rails-html-sanitizer-1.0.3:1
-   dev-ruby/rails-dom-testing:2
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/activemodel-${PV}
-   ~dev-ruby/railties-${PV}
-   )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|mime-types\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-
-   # Avoid activerecord integration tests because they are very sensitive 
to the specifics
-   # of the environment.
-   sed -i -e 's/, "test:integration:active_record"//' Rakefile || die
-
-   sed -e '2igem "actionpack", "~> 5.2.0"' \
-   -e '2igem "activemodel", "~> 5.2.0"' \
-   -e '2igem "railties", "~> 5.2.0"' \
-   -e '/active_record/ s:^:#:' \
-   -i test/abstract_unit.rb || die
-}



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

2022-04-26 Thread Hans de Graaff
commit: 18a499f9c4c16751281fbbfadc4c15f5eed8d4f3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:49:57 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:49:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a499f9

dev-ruby/activejob: drop 5.2.6.2

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

 dev-ruby/activejob/Manifest |  1 -
 dev-ruby/activejob/activejob-5.2.6.2.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/activejob/activejob-5.2.6.2.ebuild 
b/dev-ruby/activejob/activejob-5.2.6.2.ebuild
deleted file mode 100644
index 802f472cf81e..
--- a/dev-ruby/activejob/activejob-5.2.6.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Job framework with pluggable queues"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   >=dev-ruby/globalid-0.3.6
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha
-   )"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load 
paths"
-   sed -i -e '2igem "activesupport", "~> 5.2.0"' test/helper.rb || die
-
-   # Remove all currently unpackaged queues.
-   sed -i -e 's/que queue_classic resque sidekiq sneakers sucker_punch 
backburner//' \
-   -e 's/delayed_job//' Rakefile || die
-}



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

2022-04-26 Thread Hans de Graaff
commit: a56b9b75fe0325efdd1a07b4a485afe5101a5626
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:48:58 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:48:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56b9b75

dev-ruby/railties: drop 5.2.6.2

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

 dev-ruby/railties/Manifest|  1 -
 dev-ruby/railties/railties-5.2.6.2.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/railties/Manifest
+++ b/dev-ruby/railties/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/railties/railties-5.2.6.2.ebuild 
b/dev-ruby/railties/railties-5.2.6.2.ebuild
deleted file mode 100644
index 656474a80bf1..
--- a/dev-ruby/railties/railties-5.2.6.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test:regular"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
-
-RUBY_FAKEGEM_BINDIR="exe"
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Tools for creating, working with, and running Rails applications"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-# The test suite has many failures, most likely due to a mismatch in
-# exact dependencies or environment specifics. Needs further
-# investigation.
-RESTRICT="test"
-
-RDEPEND+=">=app-eselect/eselect-rails-0.24"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/actionpack-${PV}
-   dev-ruby/thor:1
-   >=dev-ruby/rake-0.8.7
-   dev-ruby/method_source
-"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/actionview-${PV}
-   dev-ruby/mocha:0.14
-   )"
-
-all_ruby_prepare() {
-   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-   sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
-   sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   ruby_fakegem_binwrapper rails rails-${PV}
-}
-
-pkg_postinst() {
-   elog "To select between slots of rails, use:"
-   elog "\teselect rails"
-
-   eselect rails update
-}
-
-pkg_postrm() {
-   eselect rails update
-}



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

2022-04-26 Thread Hans de Graaff
commit: c50cf5ffb84f06554cf7f8b5f7cd2a068dd2075e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:49:13 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:49:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50cf5ff

dev-ruby/activerecord: drop 5.2.6.2

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

 dev-ruby/activerecord/Manifest|  1 -
 dev-ruby/activerecord/activerecord-5.2.6.2.ebuild | 92 ---
 2 files changed, 93 deletions(-)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/activerecord/activerecord-5.2.6.2.ebuild 
b/dev-ruby/activerecord/activerecord-5.2.6.2.ebuild
deleted file mode 100644
index 413d3876552b..
--- a/dev-ruby/activerecord/activerecord-5.2.6.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26"
-
-# this is not null so that the dependencies will actually be filled
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="https://github.com/rails/rails/;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="mysql postgres sqlite"
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-   ~dev-ruby/activemodel-${PV}
-   dev-ruby/arel:9.0
-   sqlite? ( >=dev-ruby/sqlite3-1.3.6 )
-   mysql? ( dev-ruby/mysql2:0.5 )
-   postgres? ( >=dev-ruby/pg-0.18.0:* )"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionmailer-${PV}
-   >=dev-ruby/sqlite3-1.3.6
-   dev-ruby/mocha
-   dev-ruby/minitest:5
-   )"
-
-DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   rm ../Gemfile.lock || die
-   sed -i -e 
"/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|execjs\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' 
../railties/railties.gemspec || die
-   sed -e '/bcrypt/ s/3.0.0/3.0/' \
-   -i ../Gemfile || die
-
-   # Add back json in the Gemfile because we dropped some dependencies
-   # earlier that implicitly required it.
-   sed -i -e '$agem "json"' \
-   ../Gemfile || die
-
-   sed -e '3i gem "activesupport", "~> 5.2.0"' \
-   -e '3i gem "activerecord", "~> 5.2.0"' \
-   -e '3i gem "activemodel", "~> 5.2.0"' \
-   -i test/cases/helper.rb || die
-
-   # Avoid test depending on mysql adapter which we don't support for
-   # this Rails version to simplify our dependencies.
-   rm test/cases/connection_specification/resolver_test.rb || die
-
-   # Avoid single test using 

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

2022-04-26 Thread Hans de Graaff
commit: bd426d7d9fdfa001e90700e5788cafe298684366
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:48:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd426d7d

dev-ruby/rails: drop 5.2.6.2

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

 dev-ruby/rails/Manifest |  1 -
 dev-ruby/rails/rails-5.2.6.2.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest
index b27b5f91faf6..f2508f699250 100644
--- a/dev-ruby/rails/Manifest
+++ b/dev-ruby/rails/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.gem 6656 BLAKE2B 
0dc3dd914c1f1e011a01d466d74cf356ed6e65be6255967261b0a2b624218437bedc6e1da903751d065f1ae19bd74819d88371c1a87ef3ed40749d75ef63
 SHA512 
ff0e4e3f2e0d655341fa17efb724a895292377dd3f3ccdc684674d9bdaeb908c5a8458cb8133df80d6d4db2a422a5e48d61aa187ea4824fb996907190893d094
 DIST rails-5.2.6.gem 6656 BLAKE2B 
95052fd231c0e390b5194af01f7e80d7e8dd34b155b40b95046625f060f89d799a641e5a79fd06efb606a4f5527d556c10a86da9d972ce36c526dcdc639623b6
 SHA512 
9c6965dd1ad4d5a12f7116e372f7b38bd95a93d24d93b66860086922aedf30aa1ad5cc27578f87d72228d893c1d73b431c195b0d1f8b1bc5a645b00fead05f9d
 DIST rails-5.2.7.gem 6656 BLAKE2B 
40f06a155497cf5357e38b0390ca75f790dfff4a15966981c8f8dd937d182915b68bca1d6b581f09bb6df8133e931f5fd63df835d8bd4db993f17607e653fa02
 SHA512 
07ec5fb36d16134e029712f958c80a59f381ddee3ecb3a7ffe3cb50097dd11cd87ac1f29825f5f748092568e7756ee42b75fd0ba7b5c83e40faba54e7bc1ce01
 DIST rails-6.0.4.1.gem 6656 BLAKE2B 
f3ab76fa7ce5e3a668a98b7d1292516f34d36c466b8eea45de136791375d480ae016bfd824d6397af4e44280ff5567ce215e5df3d90867adeb0bc02bdedb1a66
 SHA512 
ae71bf509339b5c802dd9586caa10a3639fe73225ee4afe59a2bce2de9c58fe0f3e6faf6ed8b0e364ca579a9ec78d012c2f7a842745c6c81c5a4e9d0fa66efd1

diff --git a/dev-ruby/rails/rails-5.2.6.2.ebuild 
b/dev-ruby/rails/rails-5.2.6.2.ebuild
deleted file mode 100644
index 56c5302b9cad..
--- a/dev-ruby/rails/rails-5.2.6.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="https://rubyonrails.org;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-IUSE="+asset-pipeline"
-
-ruby_add_rdepend "
-   ~dev-ruby/actioncable-${PV}
-   ~dev-ruby/actionmailer-${PV}
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionview-${PV}
-   ~dev-ruby/activejob-${PV}
-   ~dev-ruby/activemodel-${PV}
-   ~dev-ruby/activerecord-${PV}
-   ~dev-ruby/activestorage-${PV}
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/railties-${PV}
-   >=dev-ruby/bundler-1.3:*
-   >=dev-ruby/sprockets-rails-2.0.0:*
-   asset-pipeline? (
-   dev-ruby/jquery-rails:*
-   >=dev-ruby/sass-rails-5.0:5.0
-   >=dev-ruby/uglifier-1.3.0:*
-   >=dev-ruby/coffee-rails-4.1.0:*
-   )"
-
-# also: turbolinks, >=jbuilder-1.2:1



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

2022-04-26 Thread Hans de Graaff
commit: fdac97cf000e8a3ccb39c8545dea429f2cad15e1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:49:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:49:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdac97cf

dev-ruby/activestorage: drop 5.2.6.2

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

 dev-ruby/activestorage/Manifest|  1 -
 .../activestorage/activestorage-5.2.6.2.ebuild | 61 --
 2 files changed, 62 deletions(-)

diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/activestorage/Manifest
+++ b/dev-ruby/activestorage/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/activestorage/activestorage-5.2.6.2.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.6.2.ebuild
deleted file mode 100644
index 443f3b9ac6a7..
--- a/dev-ruby/activestorage/activestorage-5.2.6.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Attach cloud and local files in Rails applications"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-DEPEND+=" test? ( app-text/mupdf ) "
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   ~dev-ruby/activerecord-${PV}:*
-   dev-ruby/marcel:1.0
-"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/railties-${PV}
-   dev-ruby/test-unit:2
-   dev-ruby/mini_magick
-   dev-ruby/mocha
-   dev-ruby/rake
-   dev-ruby/sqlite3
-   )"
-
-all_ruby_prepare() {
-  # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|dalli\|listen\|connection_pool\|puma\|mysql2\)/
 s:^:#:" \
-   -e '/dalli/ s/2.7.7/2.7.9/' \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/:test/,/^end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-
-   # Fix spec broken with ruby24
-   sed -i -e '35ibegin' -e '55iend' 
test/service/s3_service_test.rb || die
-}



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

2022-04-26 Thread Hans de Graaff
commit: caff14bebfa02a9fb408916de86a668500f72624
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 05:49:22 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 27 05:49:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caff14be

dev-ruby/actionmailer: drop 5.2.6.2

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

 dev-ruby/actionmailer/Manifest|  1 -
 dev-ruby/actionmailer/actionmailer-5.2.6.2.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
index b4927870c08e..8ea812a64ec5 100644
--- a/dev-ruby/actionmailer/Manifest
+++ b/dev-ruby/actionmailer/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 
54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b
 SHA512 
f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
 DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-5.2.7.tgz 8843727 BLAKE2B 
f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0
 SHA512 
9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 
9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd
 SHA512 
322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975

diff --git a/dev-ruby/actionmailer/actionmailer-5.2.6.2.ebuild 
b/dev-ruby/actionmailer/actionmailer-5.2.6.2.ebuild
deleted file mode 100644
index 66a548ab61fc..
--- a/dev-ruby/actionmailer/actionmailer-5.2.6.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionview-${PV}
-   ~dev-ruby/activejob-${PV}
-   >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
-   dev-ruby/rails-dom-testing:2"
-
-ruby_add_bdepend "test? (
-   dev-ruby/mocha
-)"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-   sed -e '/\/load_paths/d' \
-   -e '1igem "railties", "~> 5.2.0"' \
-   -e '1igem "actionpack", "~> 5.2.0"' \
-   -e '1igem "activejob", "~> 5.2.0"' \
-   -i test/abstract_unit.rb || die "Unable to remove load paths"
-
-   # Avoid a test failing only on attachment ordering, since this is a
-   # security release.
-   sed -i -e '/adding inline attachments while rendering mail works/askip 
"gentoo: fails on ordering"' test/base_test.rb || die
-}



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

2022-04-26 Thread Arthur Zamarin
commit: 83c2910a47bb35c05e78456322386aa27c76c95b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:34:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:34:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c2910a

dev-python/sphinxcontrib-openapi: Stabilize 0.7.0-r1 ALLARCHES, #841173

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

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

diff --git 
a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild 
b/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild
index 7031a7727fa5..c3f2a174bddf 100644
--- a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild
+++ b/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2022-04-26 Thread Arthur Zamarin
commit: 971abcd322c2ada14dec58f44b0f171d1b1d5e09
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:34:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:34:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971abcd3

media-libs/vulkan-layers: Stabilize 1.3.204 arm64, #839963

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

 media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
index a98aba082679..901b14ec8720 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/sdk-${PV}.0.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-sdk-${PV}.0
 fi
 



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

2022-04-26 Thread Arthur Zamarin
commit: 47ba810f7f523bd496fc900347cf6d0d536ceff5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ba810f

sys-auth/otpcalc: Stabilize 0.98 sparc, #838913

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

 sys-auth/otpcalc/otpcalc-0.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/otpcalc/otpcalc-0.98.ebuild 
b/sys-auth/otpcalc/otpcalc-0.98.ebuild
index 1fcc117d4581..be1abf1c2bd1 100644
--- a/sys-auth/otpcalc/otpcalc-0.98.ebuild
+++ b/sys-auth/otpcalc/otpcalc-0.98.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ppc sparc x86"
 
 RDEPEND="dev-libs/openssl:0=
x11-libs/gtk+:3"



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

2022-04-26 Thread Arthur Zamarin
commit: 36f1eb626d6877493735fe6aecc2ba285cba6c54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:34:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:34:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f1eb62

dev-python/sphinxcontrib-httpdomain: Stabilize 1.8.0-r1 ALLARCHES, #841155

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

 .../sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild
index d1c4e54e8a66..05b2426f0c28 100644
--- 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild
+++ 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/httpdomain-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2022-04-26 Thread Arthur Zamarin
commit: 3095ffb35bce7fd0bc8935166db23cd2bd40cbe4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:34:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:34:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3095ffb3

media-libs/vulkan-layers: Stabilize 1.3.204 ppc64, #839963

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

 media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
index 265e861faa4e..9ae97ee6a3f7 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/sdk-${PV}.0.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-sdk-${PV}.0
 fi
 



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

2022-04-26 Thread Arthur Zamarin
commit: 768e2c67226f4eb84aa34fa2d78d7055e7fcdb4b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768e2c67

dev-ruby/webmock: Stabilize 3.14.0 ppc, #836161

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

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

diff --git a/dev-ruby/webmock/webmock-3.14.0.ebuild 
b/dev-ruby/webmock/webmock-3.14.0.ebuild
index b31e31fe7d7e..8774917de52c 100644
--- a/dev-ruby/webmock/webmock-3.14.0.ebuild
+++ b/dev-ruby/webmock/webmock-3.14.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/bblimke/webmock;
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "



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

2022-04-26 Thread Arthur Zamarin
commit: 9a91e192029f3da659d61a3c3985e87056bfbe38
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:34:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:34:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a91e192

media-libs/vulkan-layers: Stabilize 1.3.204 ppc, #839963

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

 media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
index 901b14ec8720..265e861faa4e 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/sdk-${PV}.0.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-sdk-${PV}.0
 fi
 



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

2022-04-26 Thread Arthur Zamarin
commit: 14d5983bfeb1c78f4e6a3f9b3a36b2130f51d806
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:34:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:34:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d5983b

dev-python/autobahn: Stabilize 22.3.2 arm, #841038

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

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

diff --git a/dev-python/autobahn/autobahn-22.3.2.ebuild 
b/dev-python/autobahn/autobahn-22.3.2.ebuild
index 157fc5b09343..6280c160e0bd 100644
--- a/dev-python/autobahn/autobahn-22.3.2.ebuild
+++ b/dev-python/autobahn/autobahn-22.3.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="test xbr"
 RESTRICT="!test? ( test )"
 



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

2022-04-26 Thread Arthur Zamarin
commit: f3d659e7c144ea5e00d000332c3f197ec00865b1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d659e7

mail-client/mutt: Stabilize 2.2.3 arm, #839393

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

 mail-client/mutt/mutt-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mutt/mutt-2.2.3.ebuild 
b/mail-client/mutt/mutt-2.2.3.ebuild
index d57521306815..95c8d5c0d5c1 100644
--- a/mail-client/mutt/mutt-2.2.3.ebuild
+++ b/mail-client/mutt/mutt-2.2.3.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
autocrypt?( gpgme )"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 # yes, we overdepend on the backend impls here, hopefully one day we can
 # have REQUIRED_USE do what it is made for again. bug #607360
 CDEPEND="



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

2022-04-26 Thread Arthur Zamarin
commit: 621c99dca452a9ce7310adf351c2e4208cbf9f18
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621c99dc

net-irc/hexchat: Stabilize 2.16.1 sparc, #839852

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

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

diff --git a/net-irc/hexchat/hexchat-2.16.1.ebuild 
b/net-irc/hexchat/hexchat-2.16.1.ebuild
index e69336170b57..060b05998412 100644
--- a/net-irc/hexchat/hexchat-2.16.1.ebuild
+++ b/net-irc/hexchat/hexchat-2.16.1.ebuild
@@ -18,7 +18,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
 else
SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
 fi
 
 LICENSE="GPL-2 plugin-fishlim? ( MIT )"



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

2022-04-26 Thread Arthur Zamarin
commit: 6ea20276b59f2def824b78fd5f6be7b6e4667785
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea20276

dev-lang/go: Stabilize 1.17.9 arm, #839012

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

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

diff --git a/dev-lang/go/go-1.17.9.ebuild b/dev-lang/go/go-1.17.9.ebuild
index 73fdd77a73dd..ba82adbb2e5d 100644
--- a/dev-lang/go/go-1.17.9.ebuild
+++ b/dev-lang/go/go-1.17.9.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2022-04-26 Thread Arthur Zamarin
commit: f63449cd8e336bec0f1762ae12a7e0e1e5513fb1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63449cd

dev-ruby/thor: Stabilize 1.2.1 ppc, #836161

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

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

diff --git a/dev-ruby/thor/thor-1.2.1.ebuild b/dev-ruby/thor/thor-1.2.1.ebuild
index 64379e46ced1..0797829eb6d9 100644
--- a/dev-ruby/thor/thor-1.2.1.ebuild
+++ b/dev-ruby/thor/thor-1.2.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux"
 IUSE="doc"
 
 USE_RUBY="ruby26 ruby27" ruby_add_bdepend "



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

2022-04-26 Thread Arthur Zamarin
commit: b74e6a912b1ba9a945e01b641ddd505516dd79fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74e6a91

dev-ruby/public_suffix: Stabilize 4.0.6 ppc, #836161

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

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

diff --git a/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild 
b/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
index 895513d49c29..6e5e7ae7e961 100644
--- a/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
+++ b/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
@@ -14,7 +14,7 @@ inherit ruby-fakegem
 DESCRIPTION="Parse and decompose a domain name into top level domain, domain 
and subdomains"
 HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/;
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
 IUSE=""



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

2022-04-26 Thread Arthur Zamarin
commit: 2d008e808c917f98b2a8bb6b12a9bb3fdc2c0e84
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d008e80

dev-ruby/crack: Stabilize 0.4.4 ppc, #836161

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

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

diff --git a/dev-ruby/crack/crack-0.4.4.ebuild 
b/dev-ruby/crack/crack-0.4.4.ebuild
index eb7fb0e58293..ceb3834dd8c9 100644
--- a/dev-ruby/crack/crack-0.4.4.ebuild
+++ b/dev-ruby/crack/crack-0.4.4.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/jnunemaker/crack/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2022-04-26 Thread Arthur Zamarin
commit: eab04e2517d335158cd860b83b20906ee0cb1dcf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab04e25

dev-ruby/childlabor: Stabilize 0.0.3-r2 ppc, #836161

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

 dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild 
b/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild
index f91d72b822aa..923e70130a70 100644
--- a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild
+++ b/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/carllerche/childlabor/archive/${COMMIT_ID}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="test"
 
 RUBY_S="${PN}-${COMMIT_ID}"



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

2022-04-26 Thread Arthur Zamarin
commit: f2694fd3326658816678eb502018a0e1e2b35a37
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2694fd3

dev-ruby/sass-listen: Stabilize 4.0.0-r1 ppc, #836161

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

 dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild 
b/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild
index 07ceff39bcd6..5fbb80651185 100644
--- a/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild
+++ b/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild
@@ -21,7 +21,7 @@ RUBY_S="listen-${PV}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~x86"
 IUSE="test"
 
 PATCHES=( "${FILESDIR}/listen-3.1.5-ruby26.patch" )



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

2022-04-26 Thread Arthur Zamarin
commit: 2ce2a64328fbeb839d14cd55526fbfc6208cdbed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce2a643

dev-ruby/hashdiff: Stabilize 1.0.1 ppc, #836161

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

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

diff --git a/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild 
b/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild
index 9e5d6a2d2543..1a982f64b21d 100644
--- a/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild
+++ b/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/liufengyun/hashdiff;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2022-04-26 Thread Arthur Zamarin
commit: 17b8f233ba4cd3d3a00eebebe3967474a1a94c79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b8f233

dev-ruby/addressable: Stabilize 2.8.0 ppc, #836161

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

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

diff --git a/dev-ruby/addressable/addressable-2.8.0.ebuild 
b/dev-ruby/addressable/addressable-2.8.0.ebuild
index 24a6d54a52f0..3efb3f9964f3 100644
--- a/dev-ruby/addressable/addressable-2.8.0.ebuild
+++ b/dev-ruby/addressable/addressable-2.8.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://rubygems.org/gems/addressable 
https://github.com/sporkmonger/a
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_rdepend "|| ( dev-ruby/public_suffix:4 dev-ruby/public_suffix:3 )"



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

2022-04-26 Thread Arthur Zamarin
commit: 49f33e741654e43b7faeae35e97f30322264e3ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f33e74

dev-ruby/rspec-its: Stabilize 1.3.0-r1 ppc, #836161

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

 dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild 
b/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild
index a23f0acdd059..d1b1cae2f539 100644
--- a/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild
+++ b/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rspec/rspec-its;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/rspec-core-3.0.0 
>=dev-ruby/rspec-expectations-3.0.0"



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

2022-04-26 Thread Arthur Zamarin
commit: 337512ca95c87504878a9fd7551def7e64b32f33
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337512ca

dev-ruby/unf_ext: Stabilize 0.0.8 ppc, #836161

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

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

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
index d608bfe170a4..d3c052e4b8fe 100644
--- a/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
+++ b/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf_ext;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "



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

2022-04-26 Thread Arthur Zamarin
commit: 35f34e56b4eb68bcc20f3b342ba2786a2887ae8e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f34e56

dev-libs/cyrus-sasl: Stabilize 2.1.28-r2 arm, #835522

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

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r2.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r2.ebuild
index 9bfbd7ab2cb4..c1dd8766153e 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r2.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH_VE
 
 LICENSE="BSD-with-attribution"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres 
sample selinux sqlite srp ssl static-libs urandom"
 REQUIRED_USE="ldapdb? ( openldap )"
 



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

2022-04-26 Thread Arthur Zamarin
commit: 3f771f21efef1b2873c974caba8dd1637cbd0c62
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f771f21

dev-python/python-systemd: Stabilize 234-r2 sparc, #835271

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

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

diff --git a/dev-python/python-systemd/python-systemd-234-r2.ebuild 
b/dev-python/python-systemd/python-systemd-234-r2.ebuild
index 823b5a85823c..28970956fb37 100644
--- a/dev-python/python-systemd/python-systemd-234-r2.ebuild
+++ b/dev-python/python-systemd/python-systemd-234-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
 
 DEPEND="sys-apps/systemd:0="
 RDEPEND="${DEPEND}



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

2022-04-26 Thread Arthur Zamarin
commit: 27a33d0d364ddaee30e5f1a74c6e9d581c41a7ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a33d0d

dev-ruby/sass: Stabilize 3.7.4 ppc, #836161

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

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

diff --git a/dev-ruby/sass/sass-3.7.4.ebuild b/dev-ruby/sass/sass-3.7.4.ebuild
index df1782a9f2e6..e48a893ec96c 100644
--- a/dev-ruby/sass/sass-3.7.4.ebuild
+++ b/dev-ruby/sass/sass-3.7.4.ebuild
@@ -20,7 +20,7 @@ RUBY_S="ruby-sass-${PV}"
 
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~x86 ~amd64-linux"
 SLOT="$(ver_cut 1-2)"
 IUSE=""
 



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

2022-04-26 Thread Arthur Zamarin
commit: 1c447b976ef1fa27c8309ecee2c0e38a2d78d1c7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c447b97

kde-apps/kdegraphics-mobipocket: Keyword 22.04.0 arm, #835037

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

 kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-22.04.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-22.04.0.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-22.04.0.ebuild
index 4ad486bd5603..248922fdbcba 100644
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-22.04.0.ebuild
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-22.04.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Library to support mobipocket ebooks"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND=">=dev-qt/qtgui-${QTMIN}:5"



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

2022-04-26 Thread Arthur Zamarin
commit: b0d98cb03b174224e31199654490c425d4c93bf9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 04:33:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 04:33:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d98cb0

dev-ruby/sass: Stabilize 3.4.25-r1 ppc, #836161

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

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

diff --git a/dev-ruby/sass/sass-3.4.25-r1.ebuild 
b/dev-ruby/sass/sass-3.4.25-r1.ebuild
index ccaf73aaab68..3634caea5444 100644
--- a/dev-ruby/sass/sass-3.4.25-r1.ebuild
+++ b/dev-ruby/sass/sass-3.4.25-r1.ebuild
@@ -20,7 +20,7 @@ DESCRIPTION="An extension of CSS3, adding nested rules, 
variables, mixins, and m
 HOMEPAGE="http://sass-lang.com/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86 ~amd64-linux"
 SLOT="$(get_version_component_range 1-2)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/aterm/

2022-04-26 Thread Matt Turner
commit: 89c84673d9aaa33baa7d527e2aa0266a97f9d5d0
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Apr 27 04:01:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Apr 27 04:01:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c84673

x11-terms/aterm: Switch to media-libs/libjpeg-turbo

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

 x11-terms/aterm/aterm-1.0.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/aterm/aterm-1.0.1-r5.ebuild 
b/x11-terms/aterm/aterm-1.0.1-r5.ebuild
index 4a5122d171eb..bcc1b447404c 100644
--- a/x11-terms/aterm/aterm-1.0.1-r5.ebuild
+++ b/x11-terms/aterm/aterm-1.0.1-r5.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64"
 IUSE="background cjk xgetdefault"
 
 RDEPEND="
-   virtual/jpeg:0
+   media-libs/libjpeg-turbo:0=
media-libs/libpng:0=
background? ( media-libs/libafterimage )
x11-libs/libX11



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

2022-04-26 Thread Sam James
commit: c12b77a192f5694579fbb041a8c6e5cba4cd1155
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 03:45:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 03:46:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12b77a1

sys-apps/sysvinit: add 3.04

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

 sys-apps/sysvinit/Manifest |   2 +
 sys-apps/sysvinit/sysvinit-3.04.ebuild | 177 +
 2 files changed, 179 insertions(+)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
index ac59d422ea37..68d4255cf96a 100644
--- a/sys-apps/sysvinit/Manifest
+++ b/sys-apps/sysvinit/Manifest
@@ -2,3 +2,5 @@ DIST sysvinit-2.99.tar.xz 126908 BLAKE2B 
b82c745d5b695f918d4a163e7b9eaceccc07a46
 DIST sysvinit-3.01.tar.xz 126616 BLAKE2B 
b991c6d2a09b02003cc587379b148f8ca3817c27fcaf81f184f679cfd5325e0b551484bba47bb554a34c7eeba60538f4943de49b1d59bd4bef73d7d086fefdb2
 SHA512 
66da3830aa32b70f0beea994213145a550e5b5d58a5b54afb17109243d5efface6aba8c296b76dbfb22ce6f86c9c58f237ff71ee04ec7d5b316ad412bf7acbcf
 DIST sysvinit-3.03.tar.xz 219956 BLAKE2B 
e2f9d838a67341cabac4b82d90c66b29470727383c4a4d86f2767863a9b9f6d60768069fa79636552aa3bef654bd2f0944cb35eb15a4f053d1fa9aaa4e04473d
 SHA512 
920205d70e1384d11926739ab45d4a04c5a7d7263c50bd06288c806ebc3316d641bd05a5c67497c48951fafe32fc364e88bfb1cb2cc1d6787e9eb6c5e692061b
 DIST sysvinit-3.03.tar.xz.sig 833 BLAKE2B 
7d851f4cd12e5745055bb78f531b97b1e9fb9a16260a713fc7ac91000208f04ec8f1109068ebe017838449c73b9e40679f248816050979d9624742dd6023eeef
 SHA512 
a643447ed906b5e3249808eafc85f8b336ebfa6028adf8a8e8df82469b7f08cfe98f44b8e7f6b50168f70925eabf610760a185f10d0529ec1a5ff7337de70dc4
+DIST sysvinit-3.04.tar.xz 220184 BLAKE2B 
5caa94fd09e5660fb39982b8c8d68ca5546d83a7f78450f4d7fe8fcd9ac429cd8d9f1ef63e9276221ac878ca2964874c1065d61bfd9ed8b0d1505b44c775b388
 SHA512 
059092ee857782e88f88e47475846f859589aa1062a6e1294fe8983a11d04a13811e0dd6d277431f45abc2d9d96e5358f6b2d2df1d291402fada66cd009a5fa9
+DIST sysvinit-3.04.tar.xz.sig 833 BLAKE2B 
8f04051ea7c03ab447fe309ee61cb4d35a9c02f9a88699423097f9fe4544a26e89536f2625572d0781f792103ce88276db19c2b9ed9489c6ca969d54bc45c117
 SHA512 
38becfc0d0796570bc75661d4212ad3b1470eea33905694a5264b8b68054d3e47d9250da58f67d52807efcd96334f170a600dff72491f76de94df58077eb4dd0

diff --git a/sys-apps/sysvinit/sysvinit-3.04.ebuild 
b/sys-apps/sysvinit/sysvinit-3.04.ebuild
new file mode 100644
index ..2b673d969000
--- /dev/null
+++ b/sys-apps/sysvinit/sysvinit-3.04.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="de es fr pl"
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sysvinit.asc
+inherit toolchain-funcs flag-o-matic plocale verify-sig
+
+DESCRIPTION="/sbin/init - parent of all processes"
+HOMEPAGE="https://savannah.nongnu.org/projects/sysvinit;
+SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
+SRC_URI+=" verify-sig? ( mirror://nongnu/${PN}/${P/_/-}.tar.xz.sig )"
+S="${WORKDIR}/${P/_*}"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} != *beta* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+IUSE="selinux ibm nls static"
+
+COMMON_DEPEND="
+   selinux? (
+   >=sys-libs/libselinux-1.28
+   )"
+DEPEND="${COMMON_DEPEND}
+   virtual/os-headers"
+# Old OpenRC blocker is for bug #587424
+# Keep for longer than usual given it's cheap and avoid user inconvenience
+RDEPEND="${COMMON_DEPEND}
+   !::g' \
+   -e 
'/^MAN[18]/s:\<(last|lastb|mesg|mountpoint|sulogin|utmpdump|wall)[.][18]\>::g' \
+   src/Makefile || die
+
+   # pidof has moved to >=procps-3.3.9
+   sed -i -r \
+   -e '/\/bin\/pidof/d' \
+   -e '/^MAN8/s:\::g' \
+   src/Makefile || die
+
+   # logsave is already in e2fsprogs
+   sed -i -r \
+   -e '/^(USR)?S?BIN/s:\::g' \
+   -e '/^MAN8/s:\::g' \
+   src/Makefile || die
+
+   # Mung inittab for specific architectures
+   cd "${WORKDIR}" || die
+   cp "${FILESDIR}"/inittab-2.98-r1 inittab || die "cp inittab"
+   local insert=()
+   use ppc && insert=( '#psc0:12345:respawn:/sbin/agetty 115200 ttyPSC0 
linux' )
+   use arm && insert=( '#f0:12345:respawn:/sbin/agetty 9600 ttyFB0 vt100' )
+   use arm64 && insert=( 'f0:12345:respawn:/sbin/agetty 9600 ttyAMA0 
vt100' )
+   use hppa && insert=( 'b0:12345:respawn:/sbin/agetty 9600 ttyB0 vt100' )
+   use s390 && insert=( 's0:12345:respawn:/sbin/agetty 38400 console dumb' 
)
+   if use ibm ; then
+   insert+=(
+   '#hvc0:2345:respawn:/sbin/agetty -L 9600 hvc0'
+   '#hvsi:2345:respawn:/sbin/agetty -L 19200 hvsi0'
+   )
+   fi
+   (use arm || use mips || use sparc) && sed -i '/ttyS0/s:#::' inittab

[gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/files/, gnome-base/librsvg/

2022-04-26 Thread Matt Turner
commit: 8e34d7323f299be727450ce19abad08e27bedda6
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Apr 27 03:27:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Apr 27 03:27:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e34d732

gnome-base/librsvg: Version bump to 2.54.1

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

 gnome-base/librsvg/Manifest|   1 +
 ...rsvg-2.54.1-build-Add-enable-gtk-doc-flag.patch |  62 +++
 gnome-base/librsvg/librsvg-2.54.1.ebuild   | 113 +
 3 files changed, 176 insertions(+)

diff --git a/gnome-base/librsvg/Manifest b/gnome-base/librsvg/Manifest
index a98cc44df5bb..52fc031b8e2f 100644
--- a/gnome-base/librsvg/Manifest
+++ b/gnome-base/librsvg/Manifest
@@ -2,3 +2,4 @@ DIST librsvg-2.40.21.tar.xz 1655860 BLAKE2B 
a3fd7915d39984057e860da90115d9d95cef
 DIST librsvg-2.52.6.tar.xz 23662708 BLAKE2B 
21108297aa4f87a852d0decb9cc7b8a5cdb546e00075d16f0f86502752adc176a67b56607eb90b034ca4e2dddbf8f82a3d81727496a5ae1a2b94715cdbbd87ac
 SHA512 
be4830fb34c4859bdbe0c86da7b5de0807f28bb63fc124b4405ca8f9ef6ee45add77b4c43b9031d00157870eceb458df30cf5ee25e73d3894797d622b465f38d
 DIST librsvg-2.52.7.tar.xz 23709632 BLAKE2B 
4eb83d71b77b851c408ddba711fe39ed23863aa6466634020a19ffc30e00c12f7dea81f11fdc09eb53c0c72efb35adc4528568b3c27e5dc0e886426d145d347f
 SHA512 
15c075d696ebba3f93456be088e6398da5b7992119edc78f1ee1d376a70425248e36b138dc86234aec13cb139fded11d6d74523c44f9a49eb19c2151fcb7
 DIST librsvg-2.54.0.tar.xz 23489972 BLAKE2B 
04fcbb688b18e98dcbef81e84106a99280d45f242152a355ac6f202410c13b289b281bd10f9e77854997362b7d3e88832d3274d7d63ace8adc05613da99e2aab
 SHA512 
3357ca8cf7537fe2792ee2d9a1719622656f3e1d7f30da062799a4b3ca8788cc07333a00e1c9da53a53da2b67a2aa5895a4c8fce35003da659fb7f98048b68eb
+DIST librsvg-2.54.1.tar.xz 28181768 BLAKE2B 
86e1cf01febce55acadc9b05f5e08fda69423ab267ab8330bbf892d63f475d5ddd163099346f3cf1e63bf2807d847440cf48d8b24f3c32b3ab14a35c0c54d96e
 SHA512 
d1ea8a49988fed1d7a2ba21540a6c10084cd78f8b6db3534882d086a09f3a0d96ec80c59b3744a6eeef8ae511f0b0152eaf18cc9a134f4b871a993418cae09a6

diff --git 
a/gnome-base/librsvg/files/librsvg-2.54.1-build-Add-enable-gtk-doc-flag.patch 
b/gnome-base/librsvg/files/librsvg-2.54.1-build-Add-enable-gtk-doc-flag.patch
new file mode 100644
index ..ee5c3bce0a5c
--- /dev/null
+++ 
b/gnome-base/librsvg/files/librsvg-2.54.1-build-Add-enable-gtk-doc-flag.patch
@@ -0,0 +1,62 @@
+https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/692
+
+From 1c53068cbcfccb9c663dea2d1a61c8d7b24d317a Mon Sep 17 00:00:00 2001
+From: Matt Turner 
+Date: Tue, 26 Apr 2022 15:01:55 -0700
+Subject: [PATCH] build: Add --enable-gtk-doc flag
+
+gtk-doc documentation relies on introspection, and introspection doesn't
+cross compile well, so it's nice to be able to disable documentation.
+---
+ Makefile.am  |  2 +-
+ configure.ac | 19 ++-
+ 2 files changed, 15 insertions(+), 6 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 83e73c38..1e1ce856 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -1,4 +1,4 @@
+-if HAVE_GI_DOCGEN
++if ENABLE_GTK_DOC
+ RSVG_DOC = doc
+ endif
+ 
+diff --git a/configure.ac b/configure.ac
+index 9abc587e..6cced25c 100644
+--- a/configure.ac
 b/configure.ac
+@@ -123,11 +123,19 @@ AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"])
+ 
+ dnl Gi-docgen
+ 
+-AC_CHECK_TOOL(GI_DOCGEN, [gi-docgen], [no])
+-AS_IF(test x$GI_DOCGEN = xno,
+-AC_MSG_WARN([gi-docgen not found - not building docs])
+-)
+-AM_CONDITIONAL(HAVE_GI_DOCGEN, [test "x$GI_DOCGEN" != "xno"])
++AC_ARG_ENABLE([gtk-doc],
++  [AS_HELP_STRING([--disable-gtk-doc],[Disable building 
documentation (requires introspection)])],
++  [enable_gtk_doc=$enableval],[enable_gtk_doc=auto])
++
++AS_IF([test "x$enable_gtk_doc" != xno],
++  [AC_CHECK_TOOL(GI_DOCGEN, [gi-docgen], [no])
++   AS_IF([test "x$GI_DOCGEN" = no],
++ [AS_CASE(["$enable_gtk_doc"],
++  [yes], [AC_MSG_ERROR([gi-docgen not found - cannot 
build docs])],
++  [auto], [AC_MSG_WARN([gi-docgen not found - not 
building docs])])
++  enable_gtk_doc=no]
++ [enable_gtk_doc=yes])])
++AM_CONDITIONAL(ENABLE_GTK_DOC, [test "x$enable_gtk_doc" = xyes])
+ 
+ dnl 
===
+ 
+@@ -359,4 +367,5 @@ librsvg-$VERSION
+   Build introspectable bindings:  ${found_introspection}
+   Build Vala bindings:${enable_vala}
+   Build GdkPixbuf loader: ${enable_pixbuf_loader}
++  Build developer documentation:  ${enable_gtk_doc}
+ "
+-- 
+2.35.1
+

diff --git a/gnome-base/librsvg/librsvg-2.54.1.ebuild 
b/gnome-base/librsvg/librsvg-2.54.1.ebuild
new file mode 100644
index ..656e02c638ae
--- /dev/null
+++ b/gnome-base/librsvg/librsvg-2.54.1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2022 Gentoo Authors
+# 

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

2022-04-26 Thread Sam James
commit: 4cb673be9dfaf4c9cb570cd3f9cc18d293a38a1b
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 02:31:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 02:31:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb673be

app-text/lesspipe: add 2.05

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

 app-text/lesspipe/Manifest |  1 +
 app-text/lesspipe/lesspipe-2.05.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index d7d1db048749..3d7322d22af7 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -1,2 +1,3 @@
 DIST lesspipe-1.91.tar.gz 121965 BLAKE2B 
93c169b2b1a81db7e7b569718a43152a8f2b9ea95258047a00ae4940509817a3eb861fdadb6bafc5861c49e805ce910348a57f634bdae57317811ac6fbfc6945
 SHA512 
d080ceaae019d8885a53c8abb26f4a159b78578f68c2b9a024960aa69509651e3b6638e78bd6e2e57c23d81123d9a3cab167736f253ba4276a3889890d594bd3
 DIST lesspipe-2.04.tar.gz 166831 BLAKE2B 
c33620b1c2714b01a89eaaeaeccfd72e62fd5123270ec84d3e27e914bda8f734758b36ea850126aa1ecd6ab36b9442577ac591024c373bdf6540b95816ed750b
 SHA512 
04312d21c4f45b1630efd597ffafd69fc46ceff1fd5872d296a7811940f9d34da805c4ef4fa543af839de7e8bb4225c6ef5e680e9675eae4f56de669ec975669
+DIST lesspipe-2.05.tar.gz 167135 BLAKE2B 
6f54a68a3857fcafa19148ba798d6ac49b2693e547e88a4a4fb6a178768d75ba8ae08e808a9e08aabfe903538bd401e3bd25e22ec240bf3a52365df729d87b9e
 SHA512 
b4220b28fb609060735663067f5a738cae32d12e90efc397db3749e4dcfa7bfc063a4458c1f39b8a43be3b04effdc00a25c4feebd6e9a3b23f0064b879bbb698

diff --git a/app-text/lesspipe/lesspipe-2.05.ebuild 
b/app-text/lesspipe/lesspipe-2.05.ebuild
new file mode 100644
index ..dc26753ae52b
--- /dev/null
+++ b/app-text/lesspipe/lesspipe-2.05.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+DESCRIPTION="A preprocessor for less"
+HOMEPAGE="https://github.com/wofr06/lesspipe;
+SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Please check again on bumps!
+# bug #734896
+RESTRICT="test"
+
+BDEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   # Not an autoconf script.
+   ./configure --fixed || die
+}
+
+src_compile() {
+   # Nothing to build (avoids the "all" target)
+   :
+}
+
+src_install() {
+   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
+   einstalldocs
+
+   rm -r "${ED}"/etc/bash_completion.d || die
+   newbashcomp less_completion less
+}
+
+pkg_preinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "This package installs 'lesspipe.sh' which is distinct 
from 'lesspipe'."
+   elog "The latter is the Gentoo-specific version.  Make sure to 
update your"
+   elog "LESSOPEN environment variable if you wish to use this 
copy."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/elixir-mode/

2022-04-26 Thread Maciej Barć
commit: b2233c3c6771dcb936dbfdfe2605153e07c80400
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Apr 27 02:10:43 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Apr 27 02:10:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2233c3c

app-emacs/elixir-mode: undercover tests not available in snapshot

were in v2.0.2

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

 app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild 
b/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild
index 4d2f028027d2..82a834e2aec9 100644
--- a/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild
+++ b/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild
@@ -23,7 +23,6 @@ RESTRICT="!test? ( test )"
 BDEPEND="
test? (
app-emacs/ert-runner
-   app-emacs/undercover
dev-lang/elixir
)
 "



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

2022-04-26 Thread Maciej Barć
commit: e0267212a3779cc4fc5238c85f2fa4868bd58c3e
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Apr 27 01:44:23 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Apr 27 01:44:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0267212

app-emacs/elixir-mode: new package; add version 2.3.2_p20220314

2022.03.14 snapshot

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

 app-emacs/elixir-mode/Manifest |  1 +
 .../elixir-mode/elixir-mode-2.3.2_p20220314.ebuild | 36 ++
 .../elixir-mode/files/50elixir-mode-gentoo.el  |  7 +
 app-emacs/elixir-mode/metadata.xml | 13 
 4 files changed, 57 insertions(+)

diff --git a/app-emacs/elixir-mode/Manifest b/app-emacs/elixir-mode/Manifest
new file mode 100644
index ..886db9f4938e
--- /dev/null
+++ b/app-emacs/elixir-mode/Manifest
@@ -0,0 +1 @@
+DIST elixir-mode-2.3.2_p20220314.tar.gz 35711 BLAKE2B 
f4d712bce35f1056a2b2baf23077fff6204d572f215bf3afe31e26fc15691927afdbe880f942073e80dbe0ce3937dc619b24f89f821a6655f944a448db995744
 SHA512 
f4467459918db88408c2fa04fcb053fcdf2987c5907f0481034fa18bc3c7a805a7a01d071d7662f4d0db16aa02faa312f225b2b6f45587ccf06a616a1b6df485

diff --git a/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild 
b/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild
new file mode 100644
index ..4d2f028027d2
--- /dev/null
+++ b/app-emacs/elixir-mode/elixir-mode-2.3.2_p20220314.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=e0d0466d83ec80ddb412bb1473908a21baad1ec3
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Emacs major mode for editing Elixir files"
+HOMEPAGE="https://github.com/elixir-editors/emacs-elixir/;
+SRC_URI="https://github.com/elixir-editors/emacs-elixir/archive/${H}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-elixir-${H}
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   app-emacs/ert-runner
+   app-emacs/undercover
+   dev-lang/elixir
+   )
+"
+
+DOCS=( CHANGELOG.md README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ert-runner -L . -L tests --reporter ert+duration tests || die
+}

diff --git a/app-emacs/elixir-mode/files/50elixir-mode-gentoo.el 
b/app-emacs/elixir-mode/files/50elixir-mode-gentoo.el
new file mode 100644
index ..d90ae53151be
--- /dev/null
+++ b/app-emacs/elixir-mode/files/50elixir-mode-gentoo.el
@@ -0,0 +1,7 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'elixir-mode "elixir-mode"
+  "Major mode for editing Elixir code." t)
+(add-to-list 'auto-mode-alist '("\\.elixir\\'" . elixir-mode))
+(add-to-list 'auto-mode-alist '("\\.ex\\'" . elixir-mode))
+(add-to-list 'auto-mode-alist '("\\.exs\\'" . elixir-mode))
+(add-to-list 'auto-mode-alist '("mix\\.lock" . elixir-mode))

diff --git a/app-emacs/elixir-mode/metadata.xml 
b/app-emacs/elixir-mode/metadata.xml
new file mode 100644
index ..5f5dd3fd1e80
--- /dev/null
+++ b/app-emacs/elixir-mode/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/elixir-editors/emacs-elixir/issues/
+elixir-editors/emacs-elixir
+  
+



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

2022-04-26 Thread Sam James
commit: 54f604ac82a5d45218b9649c028acdf5ec60b335
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 01:36:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 01:36:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f604ac

sys-libs/gdbm: autotools -> libtool inherit

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

 sys-libs/gdbm/gdbm-1.23.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-libs/gdbm/gdbm-1.23.ebuild b/sys-libs/gdbm/gdbm-1.23.ebuild
index 3f48806dc843..7a2c6143d4c6 100644
--- a/sys-libs/gdbm/gdbm-1.23.ebuild
+++ b/sys-libs/gdbm/gdbm-1.23.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gdbm.asc
-inherit autotools multilib-minimal verify-sig
+inherit libtool multilib-minimal verify-sig
 
 DESCRIPTION="Standard GNU database libraries"
 HOMEPAGE="https://www.gnu.org/software/gdbm/;
@@ -22,6 +22,7 @@ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-gdbm )"
 
 src_prepare() {
default
+
# gdbm ships with very old libtool files, regen to avoid
# errors when cross-compiling.
elibtoolize



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

2022-04-26 Thread Sam James
commit: ba06b6b628c51a87ef82430dad2f642b669c557b
Author: Manoj Gupta  google  com>
AuthorDate: Tue Apr 26 22:02:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 01:36:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba06b6b6

sys-libs/gdbm: call elibtoolize in src_prepare

gdbm's default libtool file causes to link with /usr/lib directory
i.e. -L/usr/lib which causes linker (LLD) to complain when
cross-compiling building for arm32.

Call elibtoolize in src_prepare to regen files to avoid the
linker errors.

Signed-off-by: Manoj Gupta  google.com>
Closes: https://github.com/gentoo/gentoo/pull/25219
Signed-off-by: Sam James  gentoo.org>

 sys-libs/gdbm/gdbm-1.23.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-libs/gdbm/gdbm-1.23.ebuild b/sys-libs/gdbm/gdbm-1.23.ebuild
index 634e8f355c15..3f48806dc843 100644
--- a/sys-libs/gdbm/gdbm-1.23.ebuild
+++ b/sys-libs/gdbm/gdbm-1.23.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gdbm.asc
-inherit multilib-minimal verify-sig
+inherit autotools multilib-minimal verify-sig
 
 DESCRIPTION="Standard GNU database libraries"
 HOMEPAGE="https://www.gnu.org/software/gdbm/;
@@ -20,6 +20,13 @@ DEPEND="readline? ( sys-libs/readline:=[${MULTILIB_USEDEP}] 
)"
 RDEPEND="${DEPEND}"
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-gdbm )"
 
+src_prepare() {
+   default
+   # gdbm ships with very old libtool files, regen to avoid
+   # errors when cross-compiling.
+   elibtoolize
+}
+
 multilib_src_configure() {
# gdbm doesn't appear to use either of these libraries
export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no



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

2022-04-26 Thread Sam James
commit: 47bf391f0270b9ccc06977910cb42a78966af378
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 01:34:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 01:34:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47bf391f

dev-libs/elfutils: add verify-sig

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

 dev-libs/elfutils/Manifest  |  1 +
 dev-libs/elfutils/elfutils-0.187.ebuild | 25 +
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index cc1d6f1fbaae..c236589fa1bc 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -3,3 +3,4 @@ DIST elfutils-0.185.tar.bz2 9187627 BLAKE2B 
57cfa7e4060975c4bf6170dbd354687a19a9
 DIST elfutils-0.186-patches.tar.gz 3323 BLAKE2B 
360365597d3a08d6f4fe843d04bcddd07a44ca93dae2034615abc450517e1be21c81a55aa379c409902e134ae795b38bb7461c65cdba3934ac7ef1e4e0e53091
 SHA512 
e2d427be505fdc416751a1fbc3bb4f39577859d94ce43990faa83c135fe36be2ddb3a2ef0f1020cfa37060e6d43dc7b8cf3db0d07d62b31bf29cb9a4a5945ce1
 DIST elfutils-0.186.tar.bz2 9230491 BLAKE2B 
49573d0a1f3519eab81d1ba3e94354cbc0935a36a94a3fdb22fe223a47b78cca8fd6e322870b0e335a809529fa6f54180b13c67936dec0242123c54ba20c9fc9
 SHA512 
c9180b27ec62935f18b9431268d176f6023d1bb938731d2af6e7626ae460af6608a70ba68483aa1ec7e6cb0fa0528b661ca8b68bc4f58ea8e18af527c5950c78
 DIST elfutils-0.187.tar.bz2 9240221 BLAKE2B 
00ba3efa689d137808f5f53ecda93fd006be0c18d690ce76616ed1dba442281098579fa4b9a9e91b8ba865a3de15968f0ae06703a7b50b15c48a4beb5c970a46
 SHA512 
a9b9e32b503b8b50a62d4e4001097ed2721d3475232a6380e6b9853bd1647aec016440c0ca7ceb950daf1144f8db9814ab43cf33cc0ebef7fc91e9e775c9e874
+DIST elfutils-0.187.tar.bz2.sig 310 BLAKE2B 
b23f656de269030cc3dd518a008e22e22726138a3bd619ad269166d3b9fac4b1064d98c81a02fcc6250ca1a996cc3e81322b50e7692fe23cbee92e2908f0300d
 SHA512 
2619d8d537364386491d5e54f2add7ffa5bab21cd19c94a29249f2d9c5cc5dac53e2031a5515268ddeee4799b71115a5d98bdbcafd361aa75bcc13a1d9b70b14

diff --git a/dev-libs/elfutils/elfutils-0.187.ebuild 
b/dev-libs/elfutils/elfutils-0.187.ebuild
index 388c2d20d007..e0eaa90ae431 100644
--- a/dev-libs/elfutils/elfutils-0.187.ebuild
+++ b/dev-libs/elfutils/elfutils-0.187.ebuild
@@ -3,12 +3,14 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/elfutils.gpg
+inherit flag-o-matic multilib-minimal verify-sig
 
 DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
 HOMEPAGE="https://sourceware.org/elfutils/;
 SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
 SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-0.186-patches.tar.gz;
+SRC_URI+=" verify-sig? ( 
https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2.sig )"
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
@@ -25,21 +27,28 @@ 
RDEPEND=">=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}]
sys-libs/fts-standalone
sys-libs/obstack-standalone
)
-   !dev-libs/libelf
-"
+   !dev-libs/libelf"
 DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )
-"
-BDEPEND="nls? ( sys-devel/gettext )
-   >=sys-devel/flex-2.5.4a
+   valgrind? ( dev-util/valgrind )"
+BDEPEND=">=sys-devel/flex-2.5.4a
sys-devel/m4
-"
+   nls? ( sys-devel/gettext )
+   verify-sig? ( sec-keys/openpgp-keys-elfutils )"
 RESTRICT="!test? ( test )"
 
 PATCHES=(
"${WORKDIR}"/${PN}-0.186-patches/
 )
 
+src_unpack() {
+   if use verify-sig ; then
+   # Needed for downloaded patch (which is unsigned, which is fine)
+   verify-sig_verify_detached "${DISTDIR}"/${P}.tar.bz2{,.sig}
+   fi
+
+   default
+}
+
 src_prepare() {
default
 



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

2022-04-26 Thread Sam James
commit: 80c321e432d92a9cca123b86528e6a49ecbf53aa
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 01:32:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 01:32:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c321e4

sec-keys/openpgp-keys-elfutils: new package, add 20220427

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

 sec-keys/openpgp-keys-elfutils/Manifest |  1 +
 sec-keys/openpgp-keys-elfutils/metadata.xml |  8 
 .../openpgp-keys-elfutils-20220427.ebuild   | 21 +
 3 files changed, 30 insertions(+)

diff --git a/sec-keys/openpgp-keys-elfutils/Manifest 
b/sec-keys/openpgp-keys-elfutils/Manifest
new file mode 100644
index ..894c2ff41e49
--- /dev/null
+++ b/sec-keys/openpgp-keys-elfutils/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-elfutils-20220427-gpgkey-1AA44BE649DE760A.gpg 11658 BLAKE2B 
b8b1b7a0e16e811cae9d4c89c80b997aa4b0620b12212988068810d240959db93ddebc4637e69d28ede763bc4c8a5b1fe0714b6cc5df7cb4350376e50abe0360
 SHA512 
a4b33e225633f883aa829e6a984c184467e2dd22d928c1564ac32b2b49afda86260afc2b0ab026b36ee27d984e5c12ca16b6ee223e1afc7aa3cebdc1e9066cab

diff --git a/sec-keys/openpgp-keys-elfutils/metadata.xml 
b/sec-keys/openpgp-keys-elfutils/metadata.xml
new file mode 100644
index ..e9de1423720b
--- /dev/null
+++ b/sec-keys/openpgp-keys-elfutils/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   toolch...@gentoo.org
+   Gentoo Toolchain Project
+   
+

diff --git 
a/sec-keys/openpgp-keys-elfutils/openpgp-keys-elfutils-20220427.ebuild 
b/sec-keys/openpgp-keys-elfutils/openpgp-keys-elfutils-20220427.ebuild
new file mode 100644
index ..458ccd36ea63
--- /dev/null
+++ b/sec-keys/openpgp-keys-elfutils/openpgp-keys-elfutils-20220427.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP key used to sign elfutils releases"
+HOMEPAGE="https://sourceware.org/elfutils/;
+# This is the same key as sec-keys/openpgp-keys-debugedit but it's not 
guaranteed
+# to always be the same, so let's not assume.
+SRC_URI="https://sourceware.org/elfutils/ftp/gpgkey-1AA44BE649DE760A.gpg -> 
${P}-gpgkey-1AA44BE649DE760A.gpg"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+
+src_install() {
+   local files=( ${A} )
+   insinto /usr/share/openpgp-keys
+   newins - elfutils.gpg < <(cat "${files[@]/#/${DISTDIR}/}")
+}



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

2022-04-26 Thread Sam James
commit: ee0ca911bb2c502c93d3c93931db560ababcd392
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 01:16:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 01:18:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0ca911

dev-libs/elfutils: add 0.187

Bug: https://bugs.gentoo.org/834337
Bug: https://bugs.gentoo.org/823704
Bug: https://bugs.gentoo.org/619706
Bug: https://bugs.gentoo.org/671650
Signed-off-by: Sam James  gentoo.org>

 dev-libs/elfutils/Manifest  |  1 +
 dev-libs/elfutils/elfutils-0.187.ebuild | 98 +
 2 files changed, 99 insertions(+)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index 6af4e92e7b9e..cc1d6f1fbaae 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -2,3 +2,4 @@ DIST elfutils-0.185-patches.tar.gz 7625 BLAKE2B 
92aff147aa7e45976863e8129e25ecad
 DIST elfutils-0.185.tar.bz2 9187627 BLAKE2B 
57cfa7e4060975c4bf6170dbd354687a19a92f7069c060db1ac2fa4da5a9d34e8bddd07c7ce376b5c28b5670ad5b8c1df795164cbcfb600a44cf1db60c20c4af
 SHA512 
34de0de1355b11740e036e0fc64f2fc063587c8eb121b19216ee5548d3f0f268d8fc3995176c47190466b9d881007cfa11a9d01e9a50e38af6119492bf8bb47f
 DIST elfutils-0.186-patches.tar.gz 3323 BLAKE2B 
360365597d3a08d6f4fe843d04bcddd07a44ca93dae2034615abc450517e1be21c81a55aa379c409902e134ae795b38bb7461c65cdba3934ac7ef1e4e0e53091
 SHA512 
e2d427be505fdc416751a1fbc3bb4f39577859d94ce43990faa83c135fe36be2ddb3a2ef0f1020cfa37060e6d43dc7b8cf3db0d07d62b31bf29cb9a4a5945ce1
 DIST elfutils-0.186.tar.bz2 9230491 BLAKE2B 
49573d0a1f3519eab81d1ba3e94354cbc0935a36a94a3fdb22fe223a47b78cca8fd6e322870b0e335a809529fa6f54180b13c67936dec0242123c54ba20c9fc9
 SHA512 
c9180b27ec62935f18b9431268d176f6023d1bb938731d2af6e7626ae460af6608a70ba68483aa1ec7e6cb0fa0528b661ca8b68bc4f58ea8e18af527c5950c78
+DIST elfutils-0.187.tar.bz2 9240221 BLAKE2B 
00ba3efa689d137808f5f53ecda93fd006be0c18d690ce76616ed1dba442281098579fa4b9a9e91b8ba865a3de15968f0ae06703a7b50b15c48a4beb5c970a46
 SHA512 
a9b9e32b503b8b50a62d4e4001097ed2721d3475232a6380e6b9853bd1647aec016440c0ca7ceb950daf1144f8db9814ab43cf33cc0ebef7fc91e9e775c9e874

diff --git a/dev-libs/elfutils/elfutils-0.187.ebuild 
b/dev-libs/elfutils/elfutils-0.187.ebuild
new file mode 100644
index ..388c2d20d007
--- /dev/null
+++ b/dev-libs/elfutils/elfutils-0.187.ebuild
@@ -0,0 +1,98 @@
+# Copyright 2003-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic multilib-minimal
+
+DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
+HOMEPAGE="https://sourceware.org/elfutils/;
+SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-0.186-patches.tar.gz;
+
+LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 lzma nls static-libs test +threads +utils valgrind zstd"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}]
+   bzip2? ( >=app-arch/bzip2-1.0.6-r4[static-libs?,${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1[static-libs?,${MULTILIB_USEDEP}] )
+   zstd? ( app-arch/zstd:=[static-libs?,${MULTILIB_USEDEP}] )
+   elibc_musl? (
+   dev-libs/libbsd
+   sys-libs/argp-standalone
+   sys-libs/fts-standalone
+   sys-libs/obstack-standalone
+   )
+   !dev-libs/libelf
+"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )
+"
+BDEPEND="nls? ( sys-devel/gettext )
+   >=sys-devel/flex-2.5.4a
+   sys-devel/m4
+"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${WORKDIR}"/${PN}-0.186-patches/
+)
+
+src_prepare() {
+   default
+
+   if use elibc_musl; then
+   eapply "${WORKDIR}"/${PN}-0.186-patches/musl/
+   fi
+
+   if ! use static-libs; then
+   sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' 
lib{asm,dw,elf}/Makefile.in || die
+   fi
+
+   # https://sourceware.org/PR23914
+   sed -i 's:-Werror::' */Makefile.in || die
+}
+
+src_configure() {
+   use test && append-flags -g #407135
+
+   # Symbol aliases are implemented as asm statements.
+   # Will require porting: https://gcc.gnu.org/PR48200
+   filter-flags '-flto*'
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   # Valgrind option is just for running tests under it; dodgy under 
sandbox
+   # and indeed even w/ glibc with newer instructions.
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable nls) \
+   $(use_enable threads thread-safety) \
+   --disable-debuginfod \
+   --disable-libdebuginfod \
+   --disable-valgrind \
+   

[gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/

2022-04-26 Thread Sam James
commit: ae61075e7fb307c5f13810963099df88f99df426
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 00:13:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 00:13:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae61075e

metadata/install-qa-check.d: avoid -d'' in readarray

Needs newer Bash.

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

 metadata/install-qa-check.d/60libtool-la | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/metadata/install-qa-check.d/60libtool-la 
b/metadata/install-qa-check.d/60libtool-la
index af69a8b897ab..34344890333f 100644
--- a/metadata/install-qa-check.d/60libtool-la
+++ b/metadata/install-qa-check.d/60libtool-la
@@ -8,7 +8,8 @@ libtool_la_check() {
fi
 
# Bail out if there aren't any .la files being installed
-   readarray -d '' files < <(find "${ED}"/usr/lib* -name '*.la' -print0 
2>/dev/null)
+   # TODO: use -d'' w/ newer EAPIs (bash 4.4+)
+   readarray files < <(find "${ED}"/usr/lib* -name '*.la' -print 
2>/dev/null)
[[ -n "${files[@]}" ]] || return
 
if grep -q "dev-libs/libltdl" <<<${RDEPEND}; then



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/ocamlfuse/

2022-04-26 Thread Alessandro Barbieri
commit: a51f39476bd05eed422ee9968ce626fd146d74a6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 27 00:06:12 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a51f3947

dev-ml/ocamlfuse: new package, add 2.7.1_p7

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/ocamlfuse/Manifest  |  1 +
 dev-ml/ocamlfuse/metadata.xml  | 24 
 dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild | 29 +
 3 files changed, 54 insertions(+)

diff --git a/dev-ml/ocamlfuse/Manifest b/dev-ml/ocamlfuse/Manifest
new file mode 100644
index 0..f94f2f666
--- /dev/null
+++ b/dev-ml/ocamlfuse/Manifest
@@ -0,0 +1 @@
+DIST ocamlfuse-2.7.1_p7.tar.gz 21469 BLAKE2B 
fa587d19124c2e2d320091bb42b098644d3112e39652dbf621c88f701effdab0ce15372b6f2461709eb3afe628e2888db3a7a0c9abeab8b8a136d09c69c84ac4
 SHA512 
342a6ce8a81ac05d47d4458ef6e9aa750e4e7643a89d28705664852f0549e1932643e8db5d93225ba496611654b3f11fef6aca1e6e40e8d4b30064fc9c65f7fd

diff --git a/dev-ml/ocamlfuse/metadata.xml b/dev-ml/ocamlfuse/metadata.xml
new file mode 100644
index 0..54ac06525
--- /dev/null
+++ b/dev-ml/ocamlfuse/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   This is a binding to FUSE for the OCaml 
programming language, enabling
+you to write multithreaded filesystems in the OCaml language. It has
+been designed with simplicity as a goal, as you can see by looking at
+example/fusexmp.ml. Efficiency has also been a separate goal. The
+Bigarray library is used for read and writes, allowing the library to
+do zero-copy in OCaml land.
+   
+   https://github.com/astrada/ocamlfuse/issues
+   astrada/ocamlfuse
+   ocamlfuse
+   
+   Alessandro Strada
+   alessandro.str...@gmail.com
+   
+   
+

diff --git a/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild 
b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
new file mode 100644
index 0..93ab86f8c
--- /dev/null
+++ b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MYPV="${PV/_p/_cvs}"
+
+DESCRIPTION="OCaml binding for fuse"
+HOMEPAGE="
+   https://sourceforge.net/projects/ocamlfuse/
+   https://github.com/astrada/ocamlfuse
+   https://opam.ocaml.org/packages/ocamlfuse
+"
+SRC_URI="https://github.com/astrada/${PN}/archive/v${MYPV}.tar.gz -> 
${PF}.tar.gz"
+S="${WORKDIR}/${PN}-${MYPV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/camlidl:=
+   sys-fs/fuse:0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-ml/dune-configurator"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/gapi-ocaml/, dev-ml/gapi-ocaml/files/

2022-04-26 Thread Alessandro Barbieri
commit: ba022858029a7be644aacd33d9bf86c8d2698b96
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 27 00:05:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba022858

dev-ml/gapi-ocaml: new package, add 0.4.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/gapi-ocaml/Manifest |  1 +
 .../gapi-ocaml/files/gapi-ocaml-0.4.2-ounit2.patch | 58 ++
 dev-ml/gapi-ocaml/gapi-ocaml-0.4.2.ebuild  | 33 
 dev-ml/gapi-ocaml/metadata.xml | 25 ++
 4 files changed, 117 insertions(+)

diff --git a/dev-ml/gapi-ocaml/Manifest b/dev-ml/gapi-ocaml/Manifest
new file mode 100644
index 0..e804394c7
--- /dev/null
+++ b/dev-ml/gapi-ocaml/Manifest
@@ -0,0 +1 @@
+DIST gapi-ocaml-0.4.2.tar.gz 466749 BLAKE2B 
6a3e66618ed9a665de2892dc7657268f3bad43b871d6d761148152d61de2d988bc13b5051e39da4d1ddad0c620237c6018b87cd2303bc086c570aa879c197e4f
 SHA512 
57d933c2d47ef7b80cb55b661f8df1b8642ff301d54f0fd1dfd4a9bc6238a4cb93a308e6918bbbc080fac146cf5fca2ccfe149d0528a63ead5e29e452c9cc427

diff --git a/dev-ml/gapi-ocaml/files/gapi-ocaml-0.4.2-ounit2.patch 
b/dev-ml/gapi-ocaml/files/gapi-ocaml-0.4.2-ounit2.patch
new file mode 100644
index 0..36098d82e
--- /dev/null
+++ b/dev-ml/gapi-ocaml/files/gapi-ocaml-0.4.2-ounit2.patch
@@ -0,0 +1,58 @@
+diff --git a/gapi-ocaml.opam b/gapi-ocaml.opam
+index cb9b0fb5..923675d8 100644
+--- a/gapi-ocaml.opam
 b/gapi-ocaml.opam
+@@ -15,7 +15,7 @@ depends: [
+   "dune"
+   "ocamlnet" {>= "4.1.4"}
+   "ocurl"
+-  "ounit" {with-test}
++  "ounit2" {with-test}
+   "yojson"
+ ]
+ synopsis: "A simple OCaml client for Google Services"
+diff --git a/src/test/dune b/src/test/dune
+index 5d955f42..ef45f0ce 100644
+--- a/src/test/dune
 b/src/test/dune
+@@ -1,7 +1,7 @@
+ (executable
+  (name testSuite)
+  (flags (:standard -w -3-6-23-27-32-33-50))
+- (libraries threads oUnit gapi-ocaml))
++ (libraries threads ounit2 gapi-ocaml))
+ 
+ (alias
+  (name runtest)
+diff --git a/src/test/testSuite.ml b/src/test/testSuite.ml
+index 7851661e..150781f7 100644
+--- a/src/test/testSuite.ml
 b/src/test/testSuite.ml
+@@ -76,11 +76,11 @@ let build_suite_from_list test_list =
+ 
+ let _ =
+   let test_list = ref (core_tests @ model_tests) in
+-  let ounit_specs =
++  let ounit2_specs =
+ [
+-  ("-verbose", Arg.Unit (fun _ -> ()), "See oUnit doc");
+-  ("-only-test", Arg.String (fun _ -> ()), "See oUnit doc");
+-  ("-list-test", Arg.String (fun _ -> ()), "See oUnit doc");
++  ("-verbose", Arg.Unit (fun _ -> ()), "See ounit2 doc");
++  ("-only-test", Arg.String (fun _ -> ()), "See ounit2 doc");
++  ("-list-test", Arg.String (fun _ -> ()), "See ounit2 doc");
+ ]
+   in
+   let arg_specs =
+@@ -100,9 +100,9 @@ let _ =
+   ]
+   in
+   let _ =
+-Arg.parse (arg_specs @ ounit_specs)
++Arg.parse (arg_specs @ ounit2_specs)
+   (fun _ -> ())
+-  ("Usage: " ^ Sys.argv.(0) ^ " [-service svc] [-all] [oUnit arguments]")
++  ("Usage: " ^ Sys.argv.(0) ^ " [-service svc] [-all] [ounit2 arguments]")
+   in
+   let _ =
+ (* Reset argument counter, to let OUnit reparse arguments *)

diff --git a/dev-ml/gapi-ocaml/gapi-ocaml-0.4.2.ebuild 
b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.2.ebuild
new file mode 100644
index 0..3380c8279
--- /dev/null
+++ b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune findlib
+
+DESCRIPTION="A simple OCaml client for Google Services"
+HOMEPAGE="
+   https://opam.ocaml.org/packages/gapi-ocaml/
+   https://github.com/astrada/gapi-ocaml
+"
+
+SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+RDEPEND="
+   dev-ml/ocurl:=
+   >=dev-ml/ocamlnet-4.1.4:=
+   dev-ml/cryptokit:=
+   dev-ml/yojson:=
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-ml/ounit2 )
+"
+
+RESTRICT="!test? ( test )"
+PATCHES=( "${FILESDIR}/${P}-ounit2.patch" )

diff --git a/dev-ml/gapi-ocaml/metadata.xml b/dev-ml/gapi-ocaml/metadata.xml
new file mode 100644
index 0..6083d22a6
--- /dev/null
+++ b/dev-ml/gapi-ocaml/metadata.xml
@@ -0,0 +1,25 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   gapi-ocaml is a simple, unofficial, OCaml 
client for Google Services.
+The library supports ClientLogin, OAuth 1.0a, and OAuth 2.0
+authentication. Supported RESTful APIs: Calendar APIs v3, Google+ API
+v1, Tasks API v1, APIs Discovery Service v1, URL Shortener API v1,
+OAuth2 API v2, Custom Search API v1, Google Analytics API v3, Page
+Speed Online API v1, 

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

2022-04-26 Thread Alessandro Barbieri
commit: b24bc10c7c6f10071f43ff014c9b367313c812a8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 27 00:06:53 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b24bc10c

TODO.md: remove google-drive-ocamlfuse

Signed-off-by: Alessandro Barbieri  gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 2d98b251a..0bab7bbcd 100644
--- a/TODO.md
+++ b/TODO.md
@@ -97,7 +97,6 @@ Name | Buildsystem | Category | User | RFH
 [mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science 
| Alessandro-Barbieri | no
 [ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli | N-R-K |
 [greenclip](https://github.com/erebe/greenclip) | cabal | desktop | N-R-K |
-[google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) | 
dune | filesystem | Alessandro-Barbieri | yes
 [kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | 
Alessandro-Barbieri | yes
 
[googlesheets4](https://cran.r-project.org/web/packages/googlesheets4/index.html)
 | R | R | Alessandro-Barbieri | no
 [casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri 
| no



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/sexp_pretty/

2022-04-26 Thread Alessandro Barbieri
commit: 9c38bd77362a7646c9a551ab28550252058a4780
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 27 00:08:26 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c38bd77

dev-ml/sexp_pretty: treeclean

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/sexp_pretty/Manifest |  1 -
 dev-ml/sexp_pretty/metadata.xml | 16 
 dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild | 23 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-ml/sexp_pretty/Manifest b/dev-ml/sexp_pretty/Manifest
deleted file mode 100644
index 2a8745be3..0
--- a/dev-ml/sexp_pretty/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sexp_pretty-0.14.0.tar.gz 19700 BLAKE2B 
21672e09c994f24d0080a6bfc8fbfc74bf43efe2131338b600ad802ec61581f401c984397036103bc1848544078a1af37b7f197b94c6d36c57c8d55422cf7dfa
 SHA512 
7b32a7df5e66db77aef5e00279cfbb49dec185de604c31baa1ff1f4991bd930aca39fce94fcb737414279458ff942df968382090f79a011e9366e676eced9a74

diff --git a/dev-ml/sexp_pretty/metadata.xml b/dev-ml/sexp_pretty/metadata.xml
deleted file mode 100644
index 2b479d507..0
--- a/dev-ml/sexp_pretty/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   co-maintainers welcome
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
-   
-   A library for pretty-printing s-expressions, 
using better indentation rules than
-the default pretty printer in Sexplib.
-   
-   
https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_pretty/index.html
-   
https://github.com/janestreet/sexp_pretty/issues
-   janestreet/sexp_pretty
-   
-

diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild 
b/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild
deleted file mode 100644
index d16dc48ab..0
--- a/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="S-expression pretty-printer"
-HOMEPAGE="https://github.com/janestreet/sexp_pretty;
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="ocamlopt"
-
-RDEPEND="
-   dev-ml/base
-   dev-ml/ppx_base
-   dev-ml/sexplib
-   dev-ml/re
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/tiny_httpd/

2022-04-26 Thread Alessandro Barbieri
commit: 4dc9e3a7d17342e0808c2c8be849d2c1ea53bf24
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 27 00:06:02 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dc9e3a7

dev-ml/tiny_httpd: new package, add 0.12

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/tiny_httpd/Manifest   |  1 +
 dev-ml/tiny_httpd/metadata.xml   | 20 +
 dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild | 49 
 3 files changed, 70 insertions(+)

diff --git a/dev-ml/tiny_httpd/Manifest b/dev-ml/tiny_httpd/Manifest
new file mode 100644
index 0..528990da2
--- /dev/null
+++ b/dev-ml/tiny_httpd/Manifest
@@ -0,0 +1 @@
+DIST tiny_httpd-0.12.tar.gz 49124 BLAKE2B 
c3f407a605dabad1c710a696a3fca5dce04a75deb61e25e9ce572432e0d96cd3029628ea24d17d55a051d1d0f78aa1fd80797e7ff9c0bb7fc9d190e461784cd3
 SHA512 
99b4d01d4f4d138b122c689b8b3bc5043fc386d6686675311f625bf5fec72c6e1a7513712b00889fe17cd392b8c475440d4f89ee46392aff32ac6ccc39cefe09

diff --git a/dev-ml/tiny_httpd/metadata.xml b/dev-ml/tiny_httpd/metadata.xml
new file mode 100644
index 0..0a42dd488
--- /dev/null
+++ b/dev-ml/tiny_httpd/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Interface to camlzip for tiny_httpd
+   
+   
+   https://c-cube.github.io/tiny_httpd/
+   https://github.com/c-cube/tiny_httpd/issues
+   c-cube/tiny_httpd
+   
+   Simon Cruanes
+   simon.cruanes.2...@m4x.org
+   
+   
+

diff --git a/dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild 
b/dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild
new file mode 100644
index 0..890d8831c
--- /dev/null
+++ b/dev-ml/tiny_httpd/tiny_httpd-0.12.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune multiprocessing
+
+DESCRIPTION="Minimal HTTP server with a small request router"
+HOMEPAGE="
+   https://github.com/c-cube/tiny_httpd
+   https://opam.ocaml.org/packages/tiny_httpd
+"
+SRC_URI="https://github.com/c-cube/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="camlzip ocamlopt test"
+
+RDEPEND="
+   dev-ml/result:=
+   dev-ml/seq:=
+
+   camlzip? ( >=dev-ml/camlzip-1.06:= )
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-ml/qtest
+   dev-ml/ounit2
+   dev-ml/ptime
+   dev-ml/qcheck
+   net-misc/curl
+   )
+"
+
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( camlzip )"
+
+src_compile() {
+   local pkgs="tiny_httpd"
+   use camlzip && pkgs="${pkgs},tiny_httpd_camlzip"
+   dune build -p "${pkgs}" -j $(makeopts_jobs) || die
+}
+
+src_install() {
+   dune_src_install tiny_httpd
+   use camlzip && dune_src_install "tiny_httpd_camlzip"
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/expect_test_helpers_core/

2022-04-26 Thread Alessandro Barbieri
commit: 5d297b3c9df19e5618be9bbf5a9e73db65738e10
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 27 00:08:13 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d297b3c

dev-ml/expect_test_helpers_core: treeclean

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/expect_test_helpers_core/Manifest   |  1 -
 .../expect_test_helpers_core-0.14.0.ebuild | 28 --
 dev-ml/expect_test_helpers_core/metadata.xml   | 18 --
 3 files changed, 47 deletions(-)

diff --git a/dev-ml/expect_test_helpers_core/Manifest 
b/dev-ml/expect_test_helpers_core/Manifest
deleted file mode 100644
index f899be5bb..0
--- a/dev-ml/expect_test_helpers_core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST expect_test_helpers_core-0.14.0.tar.gz 16378 BLAKE2B 
f64dbd02802456535d19fdc9f991a56331be728ac34f10c618de22264a0425248cc6b6ff653198081fae779acba32ed48b4792d3902e9feef3b38fa5f95367c0
 SHA512 
ff4525324972875381ab5b2ec6705fabe8cac2d9a7a84d457b4f4b913da7d22956d363d8d7f61104f244980ed910ba242629d1005d7a7dec6cce9a0750e088b9

diff --git 
a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild 
b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild
deleted file mode 100644
index 2a41fedc6..0
--- a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Helpers for writing expectation tests"
-HOMEPAGE="https://github.com/janestreet/expect_test_helpers_core;
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="ocamlopt"
-
-#  
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   co-maintainers welcome
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
-   
-   This library provides helper functions for 
writing expect tests.
-
-If you want helpers for writing expect tests using the Async library,
-look at expect_test_helpers_async.
-   
-   
https://ocaml.janestreet.com/ocaml-core/latest/doc/expect_test_helpers_core/index.html
-   
https://github.com/janestreet/expect_test_helpers_core/issues
-   janestreet/expect_test_helpers_core
-   
-



[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/google-drive-ocamlfuse/files/, sys-fs/google-drive-ocamlfuse/

2022-04-26 Thread Alessandro Barbieri
commit: 2011dc7eecf8d40d2e1acc866b8f99540fa45c2e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 27 00:06:29 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2011dc7e

sys-fs/google-drive-ocamlfuse: new package, add 0.7.27

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-fs/google-drive-ocamlfuse/Manifest |  1 +
 .../google-drive-ocamlfuse-0.7.27-ounit2.patch | 25 
 .../google-drive-ocamlfuse-0.7.27.ebuild   | 35 ++
 sys-fs/google-drive-ocamlfuse/metadata.xml | 16 ++
 4 files changed, 77 insertions(+)

diff --git a/sys-fs/google-drive-ocamlfuse/Manifest 
b/sys-fs/google-drive-ocamlfuse/Manifest
new file mode 100644
index 0..24eac4e81
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/Manifest
@@ -0,0 +1 @@
+DIST google-drive-ocamlfuse-0.7.27.tar.gz 97799 BLAKE2B 
b3b07a049fcc0695fd4a40bbba28fcbad6dea148626189fa1762101968ad4922d825d2ef40bdc19bcb44e18a13e7ad9116fdef2aa33fc1c1ad937694634bd57b
 SHA512 
ce0151abc391bd2d893356ca6a63083880564ca1dda17d41f70715d036167c637d8886a1a0dcf7cc49bed9f2e4d9675d82448ea3280edc0324c281349355342c

diff --git 
a/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch
 
b/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch
new file mode 100644
index 0..fd7ecf471
--- /dev/null
+++ 
b/sys-fs/google-drive-ocamlfuse/files/google-drive-ocamlfuse-0.7.27-ounit2.patch
@@ -0,0 +1,25 @@
+diff --git a/google-drive-ocamlfuse.opam b/google-drive-ocamlfuse.opam
+index 2280d96..90b0288 100644
+--- a/google-drive-ocamlfuse.opam
 b/google-drive-ocamlfuse.opam
+@@ -18,7 +18,7 @@ depends: [
+   "ocamlfuse" {>= "2.7.1-cvs6"}
+   "cryptokit"
+   "extlib"
+-  "ounit" {with-test}
++  "ounit2" {with-test}
+   "sqlite3"
+   "tiny_httpd"
+ ]
+diff --git a/test/dune b/test/dune
+index 04b68da..b24c517 100644
+--- a/test/dune
 b/test/dune
+@@ -1,6 +1,6 @@
+ (executable
+  (flags :standard -w -3)
+- (libraries threads google_drive_ocamlfuse oUnit)
++ (libraries threads google_drive_ocamlfuse ounit2)
+  (name testSuite))
+ 
+ (alias

diff --git a/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild 
b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild
new file mode 100644
index 0..46eee1304
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/google-drive-ocamlfuse-0.7.27.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune findlib
+
+DESCRIPTION="FUSE filesystem over Google Drive"
+HOMEPAGE="
+   https://github.com/astrada/google-drive-ocamlfuse
+   https://opam.ocaml.org/packages/google-drive-ocamlfuse/
+"
+SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+RDEPEND="
+   >=dev-ml/gapi-ocaml-0.4.2:=
+   >=dev-ml/ocamlfuse-2.7.1:=
+   dev-ml/cryptokit:=
+   dev-ml/extlib:=
+   dev-ml/ocaml-sqlite3:=
+   dev-ml/tiny_httpd:=
+"
+DEPEND="
+   ${RDEPEND}
+   dev-ml/camlidl:=
+   test? ( dev-ml/ounit2 )
+"
+
+RESTRICT="!test? ( test )"
+PATCHES="${FILESDIR}/${P}-ounit2.patch"

diff --git a/sys-fs/google-drive-ocamlfuse/metadata.xml 
b/sys-fs/google-drive-ocamlfuse/metadata.xml
new file mode 100644
index 0..3630b428e
--- /dev/null
+++ b/sys-fs/google-drive-ocamlfuse/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   
https://github.com/astrada/google-drive-ocamlfuse/issues
+   astrada/google-drive-ocamlfuse
+   
+   Alessandro Strada
+   alessandro.str...@gmail.com
+   
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/testthat/

2022-04-26 Thread Alessandro Barbieri
commit: f6c2280a59ce3631e72734a59b782efd68f777ca
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Apr 26 23:26:33 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6c2280a

dev-R/testthat: add 3.1.4, drop 3.1.3

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/testthat/Manifest | 2 +-
 dev-R/testthat/{testthat-3.1.3.ebuild => testthat-3.1.4.ebuild} | 6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-R/testthat/Manifest b/dev-R/testthat/Manifest
index 9400a1ef1..c9bd70293 100644
--- a/dev-R/testthat/Manifest
+++ b/dev-R/testthat/Manifest
@@ -1 +1 @@
-DIST testthat_3.1.3.tar.gz 703301 BLAKE2B 
c9c8e5b36399ddd29b49039f2d2eaaf192187c6e4cee75b2107de8c652163c51f48073b142fca051c6bbb43e7ce7273a136e20ea4d5511307cc23b40340d4d5c
 SHA512 
44852b64f4834b0f61ce00fc20e65bcb7af07aa3810f341e5942bdcc55424e582425e086207380431ce11dbc0606411a25eb546154ff45f4848698ec9ffc5542
+DIST testthat_3.1.4.tar.gz 700919 BLAKE2B 
f77b12d32eee94aa53e5afda939747847496d3b2718775035560f3b3448febe7755c5a2affd7fdece631d5e8aaf36217d2277f3e7e16b7235ecf52a0bce206fe
 SHA512 
ae0f0007c085fe951e04b9682a6758d811f3d240249302d440f58ea7b3f7271d692f26df247d7edc50a2150293026003b299f5e36ba2044930c2d60940221730

diff --git a/dev-R/testthat/testthat-3.1.3.ebuild 
b/dev-R/testthat/testthat-3.1.4.ebuild
similarity index 86%
rename from dev-R/testthat/testthat-3.1.3.ebuild
rename to dev-R/testthat/testthat-3.1.4.ebuild
index 90b776e17..52477ca44 100644
--- a/dev-R/testthat/testthat-3.1.3.ebuild
+++ b/dev-R/testthat/testthat-3.1.4.ebuild
@@ -6,6 +6,12 @@ EAPI=7
 inherit R-packages
 
 DESCRIPTION='Unit Testing for R'
+HOMEPAGE="
+   https://testthat.r-lib.org/
+   https://github.com/r-lib/testthat
+   https://cran.r-project.org/package=testthat
+"
+
 KEYWORDS="~amd64"
 LICENSE='MIT'
 



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

2022-04-26 Thread Alessandro Barbieri
commit: 8cdbd992e89af8960bff8b3679b74432ab79b407
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Apr 26 23:28:58 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cdbd992

dev-python/uharfbuzz: add 0.25.0, drop 0.23.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/uharfbuzz/Manifest | 2 +-
 .../uharfbuzz/{uharfbuzz-0.23.0.ebuild => uharfbuzz-0.25.0.ebuild}| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/uharfbuzz/Manifest b/dev-python/uharfbuzz/Manifest
index 55295a1ff..acb005710 100644
--- a/dev-python/uharfbuzz/Manifest
+++ b/dev-python/uharfbuzz/Manifest
@@ -1,2 +1,2 @@
-DIST uharfbuzz-0.23.0.tar.gz 36287 BLAKE2B 
6f03aa991d53b6fe093879a0cb5d09b5065ad4fb31453f74323f540aadcdace2430ccdc0a466cddc43a356bb1dd62f066537074a208c1b56d51d43c4eb2062ee
 SHA512 
8cacb54a3d48db29f025bd9eb72133e9a11cf61f6b8064cb91c5399e875e7b46f592bb3c4b284741a161f534bea5771f9c471489c8082ee768953b5948ee2c09
 DIST uharfbuzz-0.24.1.tar.gz 36603 BLAKE2B 
3da4b1a7e3b2b3cc8928c06ad7a80c00ddc3f34807788d827c8e558d9a9b48e3688cb38e26e5ea2414b274d62328be4c5a4dbd6e627d45c49ff7d11c6573e643
 SHA512 
c1451f3aea7a6e076a621a8931e8de0222122f3788ac7ef7a0174f32a1a625c8f245d4ba0e9835387071ab8cfa7351d3e245afe6b94319c178cc6cc7fc337707
+DIST uharfbuzz-0.25.0.tar.gz 36602 BLAKE2B 
b359f5921f6fef9440d3640af235924d81f661d7582673cc54457f3da16fe2f7973aabe60375a341ee608a01f831971a87ffa5116680c90aaeaa24c75a008a7f
 SHA512 
d57daff4eee023392fd444d1c2be199863422dd6b1097e974a816ddda47bf9fbf1d15509d314230b8abd61dde0b6b9078430a5572fac5e73aa3103675c100cc2

diff --git a/dev-python/uharfbuzz/uharfbuzz-0.23.0.ebuild 
b/dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild
similarity index 87%
rename from dev-python/uharfbuzz/uharfbuzz-0.23.0.ebuild
rename to dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild
index ab42fdcba..e7a26c3ba 100644
--- a/dev-python/uharfbuzz/uharfbuzz-0.23.0.ebuild
+++ b/dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 LICENSE="Apache-2.0"
 SLOT="0"
 
-RDEPEND=">=media-libs/harfbuzz-4.0.0[experimental(-)]"
+RDEPEND=">=media-libs/harfbuzz-4.2.1[experimental(-)]"
 DEPEND="
${RDEPEND}
>=dev-python/cython-0.28.1[${PYTHON_USEDEP}]
@@ -24,7 +24,7 @@ DEPEND="
>=dev-python/wheel-0.31[${PYTHON_USEDEP}]
 "
 
-PATCHES=( "${FILESDIR}/${P}-system-harfbuzz.patch" )
+PATCHES=( "${FILESDIR}/${PN}-0.23.0-system-harfbuzz.patch" )
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/cli/

2022-04-26 Thread Alessandro Barbieri
commit: c9eb77439945988fc24754358e80718402e2720e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Apr 26 23:24:50 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 27 00:08:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9eb7743

dev-R/cli: add 3.3.0, drop 3.2.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/cli/Manifest   | 2 +-
 dev-R/cli/{cli-3.2.0.ebuild => cli-3.3.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-R/cli/Manifest b/dev-R/cli/Manifest
index daa6eef78..135c44740 100644
--- a/dev-R/cli/Manifest
+++ b/dev-R/cli/Manifest
@@ -1 +1 @@
-DIST cli_3.2.0.tar.gz 493192 BLAKE2B 
9017dea0acaa43f0e47a80a48e74d56cf44c7e124b50fc1b55284221e5920783c0f21b4215edfe32e475fcb3252f8aa97fce2b04ce7b7c53c41893674d0c2b7e
 SHA512 
1f0f0a2d3c57830653b788ddef76a4944f4bd8beb6e0e8a71cc9da8242c0939d33b2b28066a6b1dd61b8870edc8d5635415bdaa626c0c4dfd8102fbb3b5cd7e3
+DIST cli_3.3.0.tar.gz 495823 BLAKE2B 
1bb1ed2bdbee43d5395d9392fca15646c9dcc76552f06415c24871b0070c0aa54e98308284c3d111ce5d1bff47d26b66b550f32086b379ce48c0b2a90461b989
 SHA512 
e888bee42595c89cce3dde076083f80f5118d1a33e9968ff580d2b13d233baa041355c46622fd611e1ce00c32e9a5a1bb29aab0d1bcc719dd9ced3821efd9de0

diff --git a/dev-R/cli/cli-3.2.0.ebuild b/dev-R/cli/cli-3.3.0.ebuild
similarity index 98%
rename from dev-R/cli/cli-3.2.0.ebuild
rename to dev-R/cli/cli-3.3.0.ebuild
index bc7ff150c..5e432f083 100644
--- a/dev-R/cli/cli-3.2.0.ebuild
+++ b/dev-R/cli/cli-3.3.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 inherit R-packages
 



[gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/

2022-04-26 Thread Sam James
commit: 5a87e0946933feef33a95314e08abf0eb1a345a4
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 23:45:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 23:45:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a87e094

metadata/install-qa-check.d: try to silence libtool-la stderr

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

 metadata/install-qa-check.d/60libtool-la | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata/install-qa-check.d/60libtool-la 
b/metadata/install-qa-check.d/60libtool-la
index bd475b6a016d..af69a8b897ab 100644
--- a/metadata/install-qa-check.d/60libtool-la
+++ b/metadata/install-qa-check.d/60libtool-la
@@ -8,7 +8,7 @@ libtool_la_check() {
fi
 
# Bail out if there aren't any .la files being installed
-   readarray -d '' files < <(find "${ED}"/usr/lib* -name '*.la' -print0)
+   readarray -d '' files < <(find "${ED}"/usr/lib* -name '*.la' -print0 
2>/dev/null)
[[ -n "${files[@]}" ]] || return
 
if grep -q "dev-libs/libltdl" <<<${RDEPEND}; then



[gentoo-commits] repo/gentoo:master commit in: app-emacs/package-lint/

2022-04-26 Thread Maciej Barć
commit: d6b2549c27ad12325b6a3b6845914f4bbee33632
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 26 23:25:24 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 26 23:25:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b2549c

app-emacs/package-lint: fix docs installation

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

 .../{package-lint-0.16.ebuild => package-lint-0.16-r1.ebuild}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emacs/package-lint/package-lint-0.16.ebuild 
b/app-emacs/package-lint/package-lint-0.16-r1.ebuild
similarity index 97%
rename from app-emacs/package-lint/package-lint-0.16.ebuild
rename to app-emacs/package-lint/package-lint-0.16-r1.ebuild
index 16a41eaf585d..4f165583d630 100644
--- a/app-emacs/package-lint/package-lint-0.16.ebuild
+++ b/app-emacs/package-lint/package-lint-0.16-r1.ebuild
@@ -15,7 +15,6 @@ LICENSE="GPL-3+"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
-DOCS=( README.md )
 PATCHES=( "${FILESDIR}"/${PN}-symbol-info-data-directory.patch )
 SITEFILE="50${PN}-gentoo.el"
 
@@ -31,4 +30,6 @@ src_install() {
 
insinto ${SITEETC}/${PN}
doins -r data
+
+   einstalldocs
 }



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

2022-04-26 Thread Sam James
commit: ccdfd3bea0154dac735fda38a9141196138d85c4
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 23:24:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 23:24:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdfd3be

dev-python/watchdog: Stabilize 2.1.7 amd64, #841119

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

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

diff --git a/dev-python/watchdog/watchdog-2.1.7.ebuild 
b/dev-python/watchdog/watchdog-2.1.7.ebuild
index 638a30067a98..fd87a2306cef 100644
--- a/dev-python/watchdog/watchdog-2.1.7.ebuild
+++ b/dev-python/watchdog/watchdog-2.1.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: be26fc2c540bea3988e0ad3ac2f16dbb708e8b39
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 23:24:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 23:24:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be26fc2c

dev-python/cfn-lint: Stabilize 0.59.0 ALLARCHES, #841041

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

 dev-python/cfn-lint/cfn-lint-0.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cfn-lint/cfn-lint-0.59.0.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.59.0.ebuild
index f3316978d184..3af094e51db8 100644
--- a/dev-python/cfn-lint/cfn-lint-0.59.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.59.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-sam-translator-1.45.0[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: 248e18122fd51d7708df36ac03b5a7327995da72
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 23:23:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 23:23:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248e1812

dev-python/python-nbxmpp: Stabilize 2.0.6 ALLARCHES, #841089

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

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

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild
index 9130ac17363c..94742b333648 100644
--- a/dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild
+++ b/dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2022-04-26 Thread Sam James
commit: 1e4b298adcdb881f5769cee8448313205046ab23
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 23:24:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 23:24:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4b298a

dev-python/sphinxcontrib-doxylink: Stabilize 1.11.1-r1 ALLARCHES, #841149

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

 .../sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.1-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.1-r1.ebuild 
b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.1-r1.ebuild
index c501831c06fa..ec13acaa9c47 100644
--- a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.1-r1.ebuild
+++ b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.1-r1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/doxylink-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/sphinx-1.0[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: e47974408406f3ffbaef0f42144904e7c8a3644a
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 23:24:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 23:24:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4797440

dev-python/svg-path: Stabilize 6.0 ALLARCHES, #841110

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

 dev-python/svg-path/svg-path-6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/svg-path/svg-path-6.0.ebuild 
b/dev-python/svg-path/svg-path-6.0.ebuild
index b5143bdf5530..d34abd9823bc 100644
--- a/dev-python/svg-path/svg-path-6.0.ebuild
+++ b/dev-python/svg-path/svg-path-6.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 BDEPEND="
test? (



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

2022-04-26 Thread Sam James
commit: 4465d84d6b2dc055408ec210eae416ad233f8e50
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 23:23:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 23:23:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4465d84d

dev-python/python-evdev: Stabilize 1.5.0 amd64, #841080

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

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

diff --git a/dev-python/python-evdev/python-evdev-1.5.0.ebuild 
b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
index b24eb9bdeb46..824baf37bc3e 100644
--- a/dev-python/python-evdev/python-evdev-1.5.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/package-lint/, app-emacs/package-lint/files/

2022-04-26 Thread Maciej Barć
commit: 53277ef48dbfe60be03041e8bfaf7f3ced5acd52
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 26 23:12:47 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 26 23:13:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53277ef4

app-emacs/package-lint: new package; add version 0.16

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

 app-emacs/package-lint/Manifest|  1 +
 .../package-lint/files/50package-lint-gentoo.el|  1 +
 .../package-lint-symbol-info-data-directory.patch  | 26 +
 app-emacs/package-lint/metadata.xml| 26 +
 app-emacs/package-lint/package-lint-0.16.ebuild| 34 ++
 5 files changed, 88 insertions(+)

diff --git a/app-emacs/package-lint/Manifest b/app-emacs/package-lint/Manifest
new file mode 100644
index ..a55a783a16b8
--- /dev/null
+++ b/app-emacs/package-lint/Manifest
@@ -0,0 +1 @@
+DIST package-lint-0.16.tar.gz 224744 BLAKE2B 
a1d26ae28727e305416498b66da188cbadababc9f415c199eff380dbce4888ee3137b6f13a26147d427142a9d244c784e192d21df3173d0a0c2dde4acb1e8630
 SHA512 
f5d79b69d37671233614a622cd5fd6c28c230adb0d5b7934ccd6bedc12228adb7bdef6739fdd32be383cefceb65b9538a00f763b49be6499e4b6e3f8b1a34616

diff --git a/app-emacs/package-lint/files/50package-lint-gentoo.el 
b/app-emacs/package-lint/files/50package-lint-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/package-lint/files/50package-lint-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git 
a/app-emacs/package-lint/files/package-lint-symbol-info-data-directory.patch 
b/app-emacs/package-lint/files/package-lint-symbol-info-data-directory.patch
new file mode 100644
index ..1b8644976721
--- /dev/null
+++ b/app-emacs/package-lint/files/package-lint-symbol-info-data-directory.patch
@@ -0,0 +1,26 @@
+index 2ecaef5..8178375 100644
+--- a/package-lint.el
 b/package-lint.el
+@@ -106,13 +106,15 @@ a backport library shipping the feature and VERSION is an
+ optional minimum version containing the feature.")
+ 
+ (defconst package-lint-symbol-info
+-  (let* ((stdlib-changes (with-temp-buffer
+-   (insert-file-contents
+-(expand-file-name "data/stdlib-changes"
+-  (if load-file-name
+-  (file-name-directory 
load-file-name)
+-default-directory)))
+-   (read (current-buffer
++  (let* ((stdlib-changes
++  (with-temp-buffer
++(insert-file-contents
++ (let ((siteetc-stdlib-changes
++(expand-file-name "data/stdlib-changes" "@SITEETC@")))
++   (if (file-exists-p siteetc-stdlib-changes)
++   siteetc-stdlib-changes
++ (expand-file-name "data/stdlib-changes" default-directory
++(read (current-buffer
+  (info (make-hash-table)))
+ (pcase-dolist (`(,version . ,data) stdlib-changes)
+   (pcase-dolist (`(,syms . ,action)

diff --git a/app-emacs/package-lint/metadata.xml 
b/app-emacs/package-lint/metadata.xml
new file mode 100644
index ..ddaf53faef36
--- /dev/null
+++ b/app-emacs/package-lint/metadata.xml
@@ -0,0 +1,26 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/purcell/package-lint/issues/
+purcell/package-lint
+  
+  
+This library provides a linter for the metadata in Emacs Lisp files which
+are intended to be packages. You can integrate it into your build process.
+package-lint detects various issues that may make your package
+uninstallable or unusable for some users, and it warns about significant
+deviations from the Elisp coding conventions, such as non-compliant symbol
+naming, and use of reserved keybindings. Among other community uses,
+package-lint is a prerequisite for submission of packages to MELPA.
+package-lint can be used standalone, but see also the flycheck-package and
+package-lint-flymake packages, which both use package-lint to conveniently
+display packaging errors directly in the buffer while writing elisp
+packages.
+  
+

diff --git a/app-emacs/package-lint/package-lint-0.16.ebuild 
b/app-emacs/package-lint/package-lint-0.16.ebuild
new file mode 100644
index ..16a41eaf585d
--- /dev/null
+++ b/app-emacs/package-lint/package-lint-0.16.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Linting library for Emacs Lisp package metadata"
+HOMEPAGE="https://github.com/purcell/package-lint/;
+SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/files/, kde-plasma/kdeplasma-addons/

2022-04-26 Thread Sam James
commit: 064fa6e77515cac191d5b3672ce17447d2c70e40
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:47:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:47:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064fa6e7

kde-plasma/kdeplasma-addons: backport comic widget metadata parsing fix

Backports upstream commit 27710b95a3fd53019b4b053cbdf720354fd939d2
to fix display of comics in widget.

KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=452596
Closes: https://bugs.gentoo.org/840755
Signed-off-by: Sam James  gentoo.org>

 ...addons-5.24.4-fix-comic-widget-dataengine.patch | 61 ++
 .../kdeplasma-addons-5.24.4-r1.ebuild  | 75 ++
 2 files changed, 136 insertions(+)

diff --git 
a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.24.4-fix-comic-widget-dataengine.patch
 
b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.24.4-fix-comic-widget-dataengine.patch
new file mode 100644
index ..4cb01a05ba84
--- /dev/null
+++ 
b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.24.4-fix-comic-widget-dataengine.patch
@@ -0,0 +1,61 @@
+https://invent.kde.org/plasma/kdeplasma-addons/-/commit/27710b95a3fd53019b4b053cbdf720354fd939d2
+https://bugs.kde.org/show_bug.cgi?id=452596
+https://bugs.gentoo.org/840755
+
+From: Alexander Lohnau 
+Date: Sun, 17 Apr 2022 06:26:35 +0200
+Subject: [PATCH] Remove unneeded check for comic Dataengine being valid
+
+BUG: 452596
+
+We do not really care, if the metadata of the plugin is valid, as long as we 
can
+properly create the dataengine from it.
+
+Test Plan:
+With plasma-frameworks master, and this on Plasma/5.24 based revision, the 
dataengine can properly be loaded.
+
+When intenitionally exporting a defunct plugin:
+```cpp
+class Dummy : public QObject
+{
+Q_OBJECT
+
+public:
+Dummy(QObject *parent, const QVariantList ) {
+}
+};
+K_PLUGIN_CLASS_WITH_JSON(Dummy, "plasma-dataengine-comic.json")
+```
+The applet does not crash.
+--- a/applets/comic/comic.cpp
 b/applets/comic/comic.cpp
+@@ -465,7 +465,7 @@ void ComicApplet::updateComic(const QString 
)
+ const QString id = mCurrent.id();
+ setConfigurationRequired(id.isEmpty());
+ 
+-if (!id.isEmpty() && mEngine && mEngine->isValid()) {
++if (!id.isEmpty() && mEngine) {
+ setBusy(true);
+ 
+ const QString identifier = id + QLatin1Char(':') + identifierSuffix;
+@@ -485,7 +485,7 @@ void ComicApplet::updateComic(const QString 
)
+ slotScaleToContent();
+ } else {
+ qWarning() << "Either no identifier was specified or the engine could 
not be created:"
+-   << "id" << id << "engine valid:" << (mEngine && 
mEngine->isValid());
++   << "id" << id << "engine valid:" << mEngine;
+ setConfigurationRequired(true);
+ }
+ updateContextMenu();
+--- a/applets/comic/comicarchivejob.cpp
 b/applets/comic/comicarchivejob.cpp
+@@ -80,7 +80,7 @@ bool ComicArchiveJob::isValid() const
+ break;
+ }
+ 
+-return mEngine->isValid() && mZip && mZip->isOpen();
++return mZip && mZip->isOpen();
+ }
+ 
+ void ComicArchiveJob::setToIdentifier(const QString )
+GitLab

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.24.4-r1.ebuild 
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.24.4-r1.ebuild
new file mode 100644
index ..ef6ef1fca1bb
--- /dev/null
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.24.4-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Extra Plasma applets and engines"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="share webengine"
+
+RESTRICT="test" # bug 727846
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kholidays-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kunitconversion-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   

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

2022-04-26 Thread Sam James
commit: 4be5413ff0a8b94fdc5354b67d578821dcaf38d4
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:43:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:43:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be5413f

dev-python/pygit2: Stabilize 1.9.1 x86, #841068

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

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

diff --git a/dev-python/pygit2/pygit2-1.9.1.ebuild 
b/dev-python/pygit2/pygit2-1.9.1.ebuild
index 09f4b78422df..ef2034d47953 100644
--- a/dev-python/pygit2/pygit2-1.9.1.ebuild
+++ b/dev-python/pygit2/pygit2-1.9.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
=dev-libs/libgit2-1.4*:=



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

2022-04-26 Thread Sam James
commit: 5b1e9db88da487f378ff413e559a0d6da812fe1a
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:43:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:43:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1e9db8

dev-python/pyspnego: Stabilize 0.5.1 x86, #841083

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

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

diff --git a/dev-python/pyspnego/pyspnego-0.5.1.ebuild 
b/dev-python/pyspnego/pyspnego-0.5.1.ebuild
index e57ad48a13cf..261f1db15a3e 100644
--- a/dev-python/pyspnego/pyspnego-0.5.1.ebuild
+++ b/dev-python/pyspnego/pyspnego-0.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: d6a394d37729c0a4a740d583b13c278a4e0f2174
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:44:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:44:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a394d3

dev-python/mypy: Stabilize 0.942 amd64, #841065

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

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

diff --git a/dev-python/mypy/mypy-0.942.ebuild 
b/dev-python/mypy/mypy-0.942.ebuild
index aded4fc647e4..a55c240c55e5 100644
--- a/dev-python/mypy/mypy-0.942.ebuild
+++ b/dev-python/mypy/mypy-0.942.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



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

2022-04-26 Thread Sam James
commit: 628990d6690cbe7f553db263c15281c065dc0196
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:44:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:44:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628990d6

dev-python/pikepdf: Stabilize 5.1.2 amd64, #841074

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

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

diff --git a/dev-python/pikepdf/pikepdf-5.1.2.ebuild 
b/dev-python/pikepdf/pikepdf-5.1.2.ebuild
index 2c35cdb9cba5..ab8a2b9d246c 100644
--- a/dev-python/pikepdf/pikepdf-5.1.2.ebuild
+++ b/dev-python/pikepdf/pikepdf-5.1.2.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="
>=app-text/qpdf-10.6.2:0=



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

2022-04-26 Thread Sam James
commit: 679dd997ad44e2f9a42beb4962ef6c06b09736bf
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:43:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679dd997

dev-python/pyspnego: Stabilize 0.5.1 amd64, #841083

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

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

diff --git a/dev-python/pyspnego/pyspnego-0.5.1.ebuild 
b/dev-python/pyspnego/pyspnego-0.5.1.ebuild
index f98fd838f54e..e57ad48a13cf 100644
--- a/dev-python/pyspnego/pyspnego-0.5.1.ebuild
+++ b/dev-python/pyspnego/pyspnego-0.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: d16dcc74bc9d4196fe9c39ebd5674683bbd94ff3
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:43:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:43:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16dcc74

dev-python/parver: Stabilize 0.3.1-r1 ALLARCHES, #841071

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

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

diff --git a/dev-python/parver/parver-0.3.1-r1.ebuild 
b/dev-python/parver/parver-0.3.1-r1.ebuild
index c155d8283573..3b22b3d2afea 100644
--- a/dev-python/parver/parver-0.3.1-r1.ebuild
+++ b/dev-python/parver/parver-0.3.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/RazerM/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
>=dev-python/Arpeggio-1.7[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: 72ff9564f98d716d173c31f44d50430eaebfb7a5
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:43:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ff9564

dev-python/pygit2: Stabilize 1.9.1 amd64, #841068

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

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

diff --git a/dev-python/pygit2/pygit2-1.9.1.ebuild 
b/dev-python/pygit2/pygit2-1.9.1.ebuild
index 89ada6d61a8a..09f4b78422df 100644
--- a/dev-python/pygit2/pygit2-1.9.1.ebuild
+++ b/dev-python/pygit2/pygit2-1.9.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="
=dev-libs/libgit2-1.4*:=



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

2022-04-26 Thread Yixun Lan
commit: 4a5159c8776dbc524b3f91026bfc85ed15ebe8f5
Author: Raymond Wong  pm  me>
AuthorDate: Tue Apr 26 13:39:18 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Apr 26 22:09:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5159c8

dev-util/lttng-modules: add 2.12.8

Signed-off-by: Raymond Wong  pm.me>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/lttng-modules/Manifest|  1 +
 dev-util/lttng-modules/lttng-modules-2.12.8.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-util/lttng-modules/Manifest b/dev-util/lttng-modules/Manifest
index a9cfe38abc7a..750eaaefc1a8 100644
--- a/dev-util/lttng-modules/Manifest
+++ b/dev-util/lttng-modules/Manifest
@@ -1,3 +1,4 @@
 DIST lttng-modules-2.12.5.tar.bz2 317002 BLAKE2B 
9f42f8641dca7ce55e7445495c747ce340919458a23b4d471998fe2a28dd26bc7dfa5edbccf0b11877176091dee0c4d63fdda919c03afc8dad3fcfb7e9529c33
 SHA512 
81524dac513384852555a6f5619dc10286a2f7d4e3032ee9ca33705e830ee3bc3dc8c96b89a9c09dd5df2bf29944e3e566d1ac1a6cd6be83718af9836e043991
 DIST lttng-modules-2.12.6.tar.bz2 318479 BLAKE2B 
7cac6dd7dcb12801a32179ced4bb141a7af87c864eb71b793e65b905e4a0ba3d3273609bd3cd80c9c1251914a39e62da0a85e18058480da0c4eb2d6eb44f851c
 SHA512 
608112b960d47ed5f979c7f2de2886d3fbe78a0d2eaec0892bfbca92bdad423e8ba8c3960836f71045c79d9c1b9eac88757400726656e98fb0ae70035e0073aa
+DIST lttng-modules-2.12.8.tar.bz2 319450 BLAKE2B 
0ce5c6675598c1a4b6fbc0dfaf51d36638f12fe2e07095c37a811db8d7ee65bb242164cf02b1854c27b6894f0b4c73867e8ee1b80dd007290e0db203ea429f9e
 SHA512 
5918a54d08a12cec567cdad2909846ba529d5e665a3592a69384d9546f6f3e23e7975876fc11feaef65604d36889b0598b1cf7b5f2badb4e2b11b255a2e7ca99
 DIST lttng-modules-2.13.3.tar.bz2 343593 BLAKE2B 
a0c914af0118327cb6d785c7c018d2d9cbd2139bbc3e0524a9c96832c7214fea7fc2a0dd8a8770db0728aba6ca3e9f30ea6e790575fb4d3492d9a7485993f293
 SHA512 
a0329c4709cc1a5fcc8d667d7435bc57b37cfa95da5451a8ee6ab700f334365e2d78e085e537376948dfe95d433016be5f6e3b5e5aa34a05948d4fa42f9102a1

diff --git a/dev-util/lttng-modules/lttng-modules-2.12.8.ebuild 
b/dev-util/lttng-modules/lttng-modules-2.12.8.ebuild
new file mode 100644
index ..674dde397d1a
--- /dev/null
+++ b/dev-util/lttng-modules/lttng-modules-2.12.8.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(ver_cut 1-2)"
+
+DESCRIPTION="LTTng Kernel Tracer Modules"
+HOMEPAGE="https://lttng.org;
+SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BUILD_TARGETS="default"
+
+CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
+   ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES 
KRETPROBES"
+
+MODULE_NAMES="true"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_pretend() {
+   if kernel_is lt 3 0; then
+   eerror "${PN} require Linux kernel >= 3.0"
+   die "Please update your kernel!"
+   fi
+}
+
+src_compile() {
+   BUILD_FIXES="KERNELDIR=$KERNEL_DIR" linux-mod_src_compile
+}
+
+src_install() {
+   for i in $(find "${S}" -name "*.ko" -print); do
+   local val=${i##${S}/}
+   local modules+="${val%%.ko}(misc:) "
+   done
+   MODULE_NAMES=${modules}
+
+   linux-mod_src_install
+   dodoc ChangeLog README.md TODO
+}



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

2022-04-26 Thread Yixun Lan
commit: 566b049528b9d7bf5f0ce55f418403f7ad5b9b64
Author: Raymond Wong  pm  me>
AuthorDate: Tue Apr 26 13:48:54 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Apr 26 22:09:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566b0495

dev-util/lttng-tools: add 2.12.11

Cloese: https://github.com/gentoo/gentoo/pull/25211
Signed-off-by: Raymond Wong  pm.me>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/lttng-tools/Manifest   |  1 +
 dev-util/lttng-tools/lttng-tools-2.12.11.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest
index fc68a0494d43..110ca1ba0126 100644
--- a/dev-util/lttng-tools/Manifest
+++ b/dev-util/lttng-tools/Manifest
@@ -1,3 +1,4 @@
+DIST lttng-tools-2.12.11.tar.bz2 1587429 BLAKE2B 
9c8bc7803dad413f1c16d0e0bb25adab312734c57b591404e79d53706fe06cde96856ebe132590b60c42578368627196c1f60cc6247a8dcc6142ede69b696ae3
 SHA512 
c1ff07831508848ede2a69a4350ba6eeef2b9bea0faa9de4a3d9e8a0df81e22258d25131ccab57d1800fcac239a4bc25aa66d5d421d9e5c76d7cb6b9794ae4cd
 DIST lttng-tools-2.12.3.tar.bz2 1550901 BLAKE2B 
0f4a5ac780e26f6ef16f4c71af7052083b4889664962712bf248cc6a7c05e8448a40b12dd9fe615e41519924e285b629e7ed535cf551581b26890a2b8fd58cad
 SHA512 
f997e94a5d6126845b914d8b80a5e1512d49799e84c6cc82903187b988da2b0f157d65d7fe8f14d01fd3b5352aa317c5305bcd6b56f81d03a85a561a18be2a0c
 DIST lttng-tools-2.12.5.tar.bz2 1576936 BLAKE2B 
d5e0590ef97b899988a9c2be916fc742e025eb986fe6537528eb98ff342ad301721fa3c4142937400b1deed59e725581f693f4adae1cb85da7ee1f7287283b4f
 SHA512 
5b7295443681f3faa0409b6385f2aea07bd07b0c01f03c9a0f21d5055d73987b9bc34116e6b0e742f7fb17b5e93fc435d578e658813f1a11261b317ceabb136f
 DIST lttng-tools-2.13.7.tar.bz2 1885363 BLAKE2B 
20a48a75b53045a54e0293ff17e25cc940040f3be95917c3cd3cc5245d6afd0d58a4eb2915665eb35773cdcbd84f317398028c4b8481bc2df7f78175eaa10c27
 SHA512 
e5730cb600d39f4e5608fc14f5a211628c3eb1de043cf36fdd021c5d3d0e5e9f1d95bbde554c7ad33b5c1c817ae6a8a893f5cf52a678adf82a2f2c95565a127d

diff --git a/dev-util/lttng-tools/lttng-tools-2.12.11.ebuild 
b/dev-util/lttng-tools/lttng-tools-2.12.11.ebuild
new file mode 100644
index ..b80ebb281a36
--- /dev/null
+++ b/dev-util/lttng-tools/lttng-tools-2.12.11.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(ver_cut 1-2)"
+
+DESCRIPTION="Linux Trace Toolkit - next generation"
+HOMEPAGE="https://lttng.org;
+SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ust"
+
+DEPEND="dev-libs/userspace-rcu:=
+   dev-libs/popt
+   dev-libs/libxml2
+   ust? ( >=dev-util/lttng-ust-2.12.0:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   econf $(usex ust "" --without-lttng-ust) --disable-static
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-04-26 Thread Yixun Lan
commit: 2bf0949ed797b1cc899402a5ef21d0f89064d9b0
Author: Raymond Wong  pm  me>
AuthorDate: Tue Apr 26 13:46:58 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Apr 26 22:09:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf0949e

dev-util/lttng-ust: add 2.12.4

Signed-off-by: Raymond Wong  pm.me>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/lttng-ust/Manifest|  1 +
 dev-util/lttng-ust/lttng-ust-2.12.4.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-util/lttng-ust/Manifest b/dev-util/lttng-ust/Manifest
index b2561afbaa1b..6bcf514f2133 100644
--- a/dev-util/lttng-ust/Manifest
+++ b/dev-util/lttng-ust/Manifest
@@ -1,4 +1,5 @@
 DIST lttng-ust-2.12.0.tar.bz2 853127 BLAKE2B 
6a6655a4aa33ec6318255d05d0e000c19fb66d4049873f091b8e19f3f9ea0c15731db70af77dbab1d597edcafcd745f1dae2670cd38759c9b54ea38b1135b590
 SHA512 
d69772170f57b9669b99cea372ca53151a31b82002e1e5ec80da3ceb302c23f0f85d63a2c95c90a375b879e266aa5297e7d6444050dd40feb1253d863801
 DIST lttng-ust-2.12.1.tar.bz2 859667 BLAKE2B 
474d03ac0d3c1102ef085230659545f3e12bc0847cebab598f2998741741cb98ac139812a296992614dd90ed9478040ee0567822eb20e960e0a6489836274394
 SHA512 
6d5116a88be601f96513535ef7dfda409780cbacaab0831dc76b86070da60d5eac719d7020f70a6821e1c6dbbfae05ddf5a431662ef5a714fc200c2216eeb80e
 DIST lttng-ust-2.12.2.tar.bz2 861351 BLAKE2B 
0c580285721b3d7932630c8d9f4a3606ee294596eef75fcf8b3c892ebdfaa1daae4cbfad1b6ef0ef93877b1f7dd143d97fa947758ab476e4a54e746d0f1e1e7e
 SHA512 
e8734deb27b1a4c5efb81ebaa5c100079c1b3eac6b741b4f85487d1cb921d78d9ddf76040be56081404701b3053c6acc83a5d82667e3f49fcc4fa33392462eb8
+DIST lttng-ust-2.12.4.tar.bz2 772723 BLAKE2B 
cf9782d7b0ab39b1eeebd3f21a31d7a249c9f4f4b1c28746d27ad4dfc0196a4d71dd3d837bfa211ab98c1b555b79b4fa6b39b341312d8b5cc6c47708fa0e8963
 SHA512 
c2935c9aa63446ceeff1d6fe76367883a3b188c113fcc25c83848b4ee89497a614dfc0b32f920a0c5054c6208bc37899482d40938a1fc37ad890b7c5172fc20b
 DIST lttng-ust-2.13.2.tar.bz2 1327075 BLAKE2B 
39296ba62fcf5518b16d67f196ab4788c78b41eeadb5f8037c2445ac13a95754e7723399f58f6b21734d8931ae0d68d1dea28b74759fd531fac6a9308817bc09
 SHA512 
2392b0aeabbaea6daf62a9c752a04ea3043e1cc2d93064b073fd4438beac0d30832aea9b2f158cc8b90b3d98f427bca2999cce4e873fa3f82e04693e13ed9fb3

diff --git a/dev-util/lttng-ust/lttng-ust-2.12.4.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.12.4.ebuild
new file mode 100644
index ..28e8ec940860
--- /dev/null
+++ b/dev-util/lttng-ust/lttng-ust-2.12.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(ver_cut 1-2)"
+
+DESCRIPTION="Linux Trace Toolkit - UST library"
+HOMEPAGE="https://lttng.org;
+SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="examples numa"
+
+DEPEND="
+   dev-libs/userspace-rcu:=
+   numa? ( sys-process/numactl )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+   default
+   if ! use examples; then
+   sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
+   fi
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable numa)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-04-26 Thread Sam James
commit: 6a4896195a282de0f628eb0b45cd1ee226853db6
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:04:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a489619

dev-python/autobahn: Stabilize 22.3.2 x86, #841038

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

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

diff --git a/dev-python/autobahn/autobahn-22.3.2.ebuild 
b/dev-python/autobahn/autobahn-22.3.2.ebuild
index d5b4653d83df..157fc5b09343 100644
--- a/dev-python/autobahn/autobahn-22.3.2.ebuild
+++ b/dev-python/autobahn/autobahn-22.3.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="test xbr"
 RESTRICT="!test? ( test )"
 



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

2022-04-26 Thread Sam James
commit: 1c94148a5efcc7985d16ded194b60f39126a2fb4
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 22:04:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 22:04:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c94148a

dev-python/google-api-python-client: Stabilize 2.44.0 ALLARCHES, #841059

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

 .../google-api-python-client/google-api-python-client-2.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.44.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.44.0.ebuild
index 9ffc1aa432ce..d456e4f8e791 100644
--- a/dev-python/google-api-python-client/google-api-python-client-2.44.0.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-2.44.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kcalutils/, kde-apps/kcalutils/files/

2022-04-26 Thread Sam James
commit: d963538dfba521c832dbb1443cccd551480aba74
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 21:55:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 21:55:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d963538d

kde-apps/kcalutils: backport installation path fix

Backports upstream commit 494331a28bb722b4ab4c38a2520f305b8f7ad8fa.

See: https://mail.kde.org/pipermail/distributions/2022-April/001223.html
Signed-off-by: Sam James  gentoo.org>

 .../kcalutils-22.04.0-kmail-calendar-invites.patch | 29 +++
 kde-apps/kcalutils/kcalutils-22.04.0-r1.ebuild | 42 ++
 2 files changed, 71 insertions(+)

diff --git 
a/kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch 
b/kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch
new file mode 100644
index ..56ac25b3d451
--- /dev/null
+++ b/kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch
@@ -0,0 +1,29 @@
+https://mail.kde.org/pipermail/distributions/2022-April/001223.html
+https://invent.kde.org/pim/kcalutils/-/commit/494331a28bb722b4ab4c38a2520f305b8f7ad8fa
+
+From 494331a28bb722b4ab4c38a2520f305b8f7ad8fa Mon Sep 17 00:00:00 2001
+From: Laurent Montel 
+Date: Fri, 22 Apr 2022 19:06:36 +0200
+Subject: [PATCH] Fix Bug 452480: Kmail doesn't display calendar invites
+
+BUG:452480
+FIXED-IN: 5.17.1
+--- a/src/grantlee_plugin/CMakeLists.txt
 b/src/grantlee_plugin/CMakeLists.txt
+@@ -21,6 +21,12 @@ target_link_libraries(kcalendar_grantlee_plugin
+ KF5CalendarUtils
+ )
+ 
+-install(TARGETS kcalendar_grantlee_plugin
+-LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
+-)
++if (QT_MAJOR_VERSION STREQUAL "5")
++  install(TARGETS kcalendar_grantlee_plugin
++  LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/grantlee/${Grantlee5_VERSION_MAJOR}.${Grantlee5_VERSION_MINOR}/
++  )
++else()
++  install(TARGETS kcalendar_grantlee_plugin
++  LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
++  )
++endif()
+GitLab

diff --git a/kde-apps/kcalutils/kcalutils-22.04.0-r1.ebuild 
b/kde-apps/kcalutils/kcalutils-22.04.0-r1.ebuild
new file mode 100644
index ..25a4d5234e2d
--- /dev/null
+++ b/kde-apps/kcalutils/kcalutils-22.04.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.92.0
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Library providing utility functions for the handling of calendar 
data"
+HOMEPAGE="https://api.kde.org/kdepim/kcalutils/html/index.html;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # bugs 653616, 711666
+
+DEPEND="
+   >=dev-libs/grantlee-5.2.0:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-apps/kidentitymanagement-${PVCUT}:5
+   >=kde-frameworks/kcalendarcore-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-kmail-calendar-invites.patch
+)



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

2022-04-26 Thread Sam James
commit: 62d06d2e967dde3625f498a92598fb375ed20d27
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 21:48:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 21:48:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d06d2e

dev-cpp/glog: Stabilize 0.5.0 x86, #840927

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

 dev-cpp/glog/glog-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glog/glog-0.5.0.ebuild b/dev-cpp/glog/glog-0.5.0.ebuild
index 2229a34f2855..b3672874b744 100644
--- a/dev-cpp/glog/glog-0.5.0.ebuild
+++ b/dev-cpp/glog/glog-0.5.0.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="gflags +libunwind llvm-libunwind test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2022-04-26 Thread Sam James
commit: 45ccdbf512dfc3084e681e724e6d1e2c15665442
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 21:49:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 21:49:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ccdbf5

dev-python/aws-sam-translator: Stabilize 1.45.0 ALLARCHES, #841044

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

 dev-python/aws-sam-translator/aws-sam-translator-1.45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.45.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.45.0.ebuild
index 34c909b06a88..aaa2e4d290de 100644
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.45.0.ebuild
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.45.0.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/serverless-application-model-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/boto3-1.17[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: 73d6cba0531b67fb4e0632ef7b3ca53c2f39ec0d
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 21:49:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 21:49:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d6cba0

dev-python/etuples: Stabilize 0.3.5 ALLARCHES, #841050

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

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

diff --git a/dev-python/etuples/etuples-0.3.5.ebuild 
b/dev-python/etuples/etuples-0.3.5.ebuild
index 5d23977f1232..c06f2a9a3d72 100644
--- a/dev-python/etuples/etuples-0.3.5.ebuild
+++ b/dev-python/etuples/etuples-0.3.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/cons[${PYTHON_USEDEP}]



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

2022-04-26 Thread Sam James
commit: c1c65bac7e57b21026c39727e78adc7e10828745
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 21:48:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 21:48:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c65bac

dev-python/Arpeggio: Stabilize 2.0.0 ALLARCHES, #841035

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

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

diff --git a/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild 
b/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
index e25d2baeb0cc..e6ef77af4e11 100644
--- a/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
+++ b/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND="
test? (



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

2022-04-26 Thread Sam James
commit: 56598678e2518042a5c832612a01ba376f5eadd6
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 21:48:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 21:48:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56598678

net-im/telegram-desktop: Stabilize 3.6.1-r1 amd64, #840855

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

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

diff --git a/net-im/telegram-desktop/telegram-desktop-3.6.1-r1.ebuild 
b/net-im/telegram-desktop/telegram-desktop-3.6.1-r1.ebuild
index 4a14450d8da3..e17ba415be1e 100644
--- a/net-im/telegram-desktop/telegram-desktop-3.6.1-r1.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-3.6.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD GPL-3-with-openssl-exception LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
 IUSE="+dbus enchant +hunspell +jemalloc screencast +spell wayland +X"
 REQUIRED_USE="
spell? (



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

2022-04-26 Thread Sam James
commit: 78f28999e0ed68addb60d1985dbb9f2ac79cf772
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 21:49:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 21:49:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f28999

dev-python/autobahn: Stabilize 22.3.2 amd64, #841038

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

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

diff --git a/dev-python/autobahn/autobahn-22.3.2.ebuild 
b/dev-python/autobahn/autobahn-22.3.2.ebuild
index b393c21ffc0a..d5b4653d83df 100644
--- a/dev-python/autobahn/autobahn-22.3.2.ebuild
+++ b/dev-python/autobahn/autobahn-22.3.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 IUSE="test xbr"
 RESTRICT="!test? ( test )"
 



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

2022-04-26 Thread Matt Turner
commit: e4e72bd780e4b7a1a77c396caffbe05a835e20ec
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 26 21:43:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 26 21:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e72bd7

media-sound/gnome-music: Version bump to 42.1

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

 media-sound/gnome-music/Manifest|  1 +
 media-sound/gnome-music/gnome-music-42.1.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
index 0a039e9885ea..6e4e65b661c6 100644
--- a/media-sound/gnome-music/Manifest
+++ b/media-sound/gnome-music/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-music-41.0.tar.xz 898652 BLAKE2B 
cc72eb7be553ccefe10620a85aa3ee75aa30c1809e810a8ebb30a2ffbccebb9dc173cc79859e098be97fea9c964f0f6969f55c7c84ea9540a93a920376746ac1
 SHA512 
883f8862d5216ab30c3208a316378c2ef016ba52861c9261b8fa9ceb44f935e4dc35608ea66b333c3bf61c9dcc950fa338adfadc2d5e7f67a7a84467228d28a2
 DIST gnome-music-42.0.tar.xz 1651960 BLAKE2B 
43ecee648441dab0b562e5a307554e62b3aac5f55f798bbcdbf99c50fd034b5fe52f9fafcac95a0e12e910499618337e37042ca7482e313b3854ed708f4f4cde
 SHA512 
2e104188681337d200fabdfb2a332e4c01c8c0357580fc6f8c53fa0e44ebc4785c33acf0b32f201cad0acdfc0cb4a6dcf21b15842d0aa0b480add5f91d2a46e7
+DIST gnome-music-42.1.tar.xz 1652976 BLAKE2B 
6a6f6249a0ae61895feeaf658e6d4b0b217ed198e2137edf2f8acdf03f8b9f0b35adf19c74d34d360f3a5d8f1e4b0c3a4004f4b1c7ebe7b7327d94d86284
 SHA512 
4feb02459a010c83c66bde12d73be648e9e482117bda88ae2e44e93b59ac7c0b80522e8e4d7ccb38954465d7c012975521b0764f0a42dbecef737fe64d3c3bf1

diff --git a/media-sound/gnome-music/gnome-music-42.1.ebuild 
b/media-sound/gnome-music/gnome-music-42.1.ebuild
new file mode 100644
index ..1ca03facd942
--- /dev/null
+++ b/media-sound/gnome-music/gnome-music-42.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit gnome.org gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="Music management for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Music 
https://gitlab.gnome.org/GNOME/gnome-music/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.67.1:2
+   >=net-libs/gnome-online-accounts-3.35.90[introspection]
+   >=dev-libs/gobject-introspection-1.54:=
+   >=gui-libs/gtk-4.5.0:4[introspection]
+   >=gui-libs/libadwaita-1.0:1=[introspection]
+   >=media-libs/libmediaart-1.9.1:2.0[introspection]
+   net-libs/libsoup:2.4[introspection]
+   app-misc/tracker:3=[introspection(+)]
+   >=x11-libs/pango-1.44:=
+   $(python_gen_cond_dep '
+   >=dev-python/pygobject-3.36.1:3[cairo,${PYTHON_USEDEP}]
+   >=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}]
+   ')
+   >=media-libs/grilo-0.3.13:0.3[introspection]
+   >=media-plugins/grilo-plugins-0.3.13:0.3
+"
+# xdg-user-dirs-update needs to be there to create needed dirs
+# https://bugzilla.gnome.org/show_bug.cgi?id=731613
+RDEPEND="${DEPEND}
+   || (
+   app-misc/tracker-miners:3[gstreamer]
+   app-misc/tracker-miners:3[ffmpeg]
+   )
+   x11-libs/libnotify[introspection]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-plugins/gst-plugins-meta:1.0
+   media-plugins/grilo-plugins:0.3[tracker]
+   x11-misc/xdg-user-dirs
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   python_setup
+}
+
+src_install() {
+   meson_src_install
+   python_fix_shebang "${D}"/usr/bin/gnome-music
+   python_optimize
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2022-04-26 Thread James Le Cuirot
commit: b7c598e40c86ed4f35cf19cc6c3779eef91045c8
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Apr 26 21:28:59 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Apr 26 21:28:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c598e4

dev-util/anjuta: Take over as maintainer

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

 dev-util/anjuta/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/anjuta/metadata.xml b/dev-util/anjuta/metadata.xml
index d9b5d5e7a0dc..1a2b49cac930 100644
--- a/dev-util/anjuta/metadata.xml
+++ b/dev-util/anjuta/metadata.xml
@@ -1,9 +1,9 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-gn...@gentoo.org
-Gentoo GNOME Desktop
+  
+ch...@gentoo.org
+James Le Cuirot
   
   
 Enable devhelp integration



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

2022-04-26 Thread James Le Cuirot
commit: 828c8f89dc5630eb747a1659bdcf444b4f063321
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Apr 26 21:14:06 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Apr 26 21:14:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828c8f89

www-client/vivaldi-snapshot: Add version 5.3.2652.3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-5.3.2652.3.ebuild | 204 +
 2 files changed, 207 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 1d4fd55dd393..5f0bface2cdf 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_5.3.2636.3-1_armhf.deb 78950908 BLAKE2B 
3b5dd3cfd31c726b30
 DIST vivaldi-snapshot_5.3.2643.3-1_amd64.deb 87822808 BLAKE2B 
6d4b5241556c56384d29b7e955ec4a80af2f97f3bdf45153eb4582c24cd0c30f164dc5cc77f0e2b09d389125bdbf3d3eac1f3f1c17756ec41a11c999140ff1f0
 SHA512 
23f3b1b19f671e0cf6eecdff39ae28c3f85e4841fd5c98d88d91c1b9ab0c65c5a4d570fdbff81e66d04ad6f651d7c9f42223843baf2e25406422eb6945b32d45
 DIST vivaldi-snapshot_5.3.2643.3-1_arm64.deb 8302 BLAKE2B 
3846e53ad67717d0745a07f897fb22304bff0fd031782d9594a43fbfc42242843bc6054c21a6b3a65282a38e4dd62ac8f29a18ed890a73139cccf4337fcdc6f3
 SHA512 
53d67e06984ee5c332147af2d4dcba8c76c931dcd2eb807f3b1270d246ed66ea51dae16d2faccad058fafd06a13c114cf58c89a2c3123e564ca5a3b31ce545fd
 DIST vivaldi-snapshot_5.3.2643.3-1_armhf.deb 78922984 BLAKE2B 
a159305edea693f27b98ff5fe53481b2e2a3578a05fe9d75c3b6927d8757a6fe3ab1980e4b74a2d202d4b20e5a149d2752107c88b4e8ba7efdac04c64612de68
 SHA512 
89a9b37422f97aaa5ee75da3894de6fa21d83dd6080b000c0c91e5bf9c497bfc26995f40a80eceeba0a781f2e9892982f59967b678b5c0397347a57dd1ba1dce
+DIST vivaldi-snapshot_5.3.2652.3-1_amd64.deb 87820896 BLAKE2B 
b68aa42c5cd5f455700cf1a0cf1dd89a14f7200e8b82a71478664ab1bce0d3b1d5ec30c357a184a12cb87d846f2b4af603fb0dd9271bed2cef7878ea67b9a6ed
 SHA512 
703ff49275e0aeb6c82d3f0f4f33f1b353e9f23fb99f2cbb44d9357cbf376b82a898659dc67dd32e660b1947653632ccf51e67b5dc8d213ab1721da32d8a9c7a
+DIST vivaldi-snapshot_5.3.2652.3-1_arm64.deb 83028328 BLAKE2B 
3224cee79e0454bdf605a4b81a6190fb0feabdfcb2c07b2724897eb85dda9c5a6ccce15244e70628233146c1bbe04270c4d9c163ffa74dfd741f1fc3b0bd3b43
 SHA512 
6da23ec18ef70b89aa86ae778fbaf26250a63e4eae72384610253196a961a2db22b7c4adf1f544f968948d7306282fb11f58bc863afce6c9ddce43696316617c
+DIST vivaldi-snapshot_5.3.2652.3-1_armhf.deb 78930880 BLAKE2B 
f498cf0e8f62e01e4da675f70d26147f9c599659b407bebf12d6465a9785f69202bab7d191fc257066c2fe2a7b05aeb4897b4fabc59ef0df32078ece96234d96
 SHA512 
392005e3c8ce651c94ec0b3c79b108c787784583756c364dc9255b4fd11ec6b0b6d0e480b49ab891edbab642dcaadf018e1a212e4c8a3b0ca4a93b4da55ef62b

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

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

2022-04-26 Thread James Le Cuirot
commit: d01ccfcb92210c2c42021ff8e2383bba82959705
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Apr 26 21:15:35 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Apr 26 21:15:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01ccfcb

www-client/vivaldi-snapshot: Drop old 5.3.2636.3

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

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-5.3.2636.3.ebuild | 204 -
 2 files changed, 207 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 5f0bface2cdf..1c6239c12ff3 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_5.3.2636.3-1_amd64.deb 87807792 BLAKE2B 
ba3094e84a21e3231d10d607f55dce82ccd77d2912f5b032d20275a91e37d9222031940959b3c8eebeea68a15671dfe5812d4681ec8929fc1649868aa45da3f4
 SHA512 
0e2b1d4582d47457df6f4c46f946c8176bf4079315fb8baa2028c6d52781bd0c64144b47955564cdebb23d96bf8a8c0cf7adc49d9336ab92a7e184be3eadbfd4
-DIST vivaldi-snapshot_5.3.2636.3-1_arm64.deb 83034216 BLAKE2B 
3aea8798e78d26b487f9a5cd4df0ece9f8f86ade8b2e0d1f0c6eed595e00ab9c247629c77b6f41ce7b37ff4c170872e540f7fd22bd6fae31c5de35d6756cda89
 SHA512 
1abe49eb86e58ed22e6fbe6e15b21a7b2ce028157a3d9d0dac6ee69d19cbe1097d1cb6fa4fe5aa99de4cd89acb3d5634200c89209715a055d6dfe9cab552b36f
-DIST vivaldi-snapshot_5.3.2636.3-1_armhf.deb 78950908 BLAKE2B 
3b5dd3cfd31c726b303053698ec05c2a04aea61c11b116da6acf44093fec3fa05bce89ae6bda58e7a2053228c7dd7698ef300922fcf41bc6572ee604fe31c39c
 SHA512 
affb4d59c663d6b313ecfa569905b421314933cf70a48bb307173b190ddfa483a1f5f70bcb7602fc2510b5b817b6439a3019b666c758267899fd76bb96d95deb
 DIST vivaldi-snapshot_5.3.2643.3-1_amd64.deb 87822808 BLAKE2B 
6d4b5241556c56384d29b7e955ec4a80af2f97f3bdf45153eb4582c24cd0c30f164dc5cc77f0e2b09d389125bdbf3d3eac1f3f1c17756ec41a11c999140ff1f0
 SHA512 
23f3b1b19f671e0cf6eecdff39ae28c3f85e4841fd5c98d88d91c1b9ab0c65c5a4d570fdbff81e66d04ad6f651d7c9f42223843baf2e25406422eb6945b32d45
 DIST vivaldi-snapshot_5.3.2643.3-1_arm64.deb 8302 BLAKE2B 
3846e53ad67717d0745a07f897fb22304bff0fd031782d9594a43fbfc42242843bc6054c21a6b3a65282a38e4dd62ac8f29a18ed890a73139cccf4337fcdc6f3
 SHA512 
53d67e06984ee5c332147af2d4dcba8c76c931dcd2eb807f3b1270d246ed66ea51dae16d2faccad058fafd06a13c114cf58c89a2c3123e564ca5a3b31ce545fd
 DIST vivaldi-snapshot_5.3.2643.3-1_armhf.deb 78922984 BLAKE2B 
a159305edea693f27b98ff5fe53481b2e2a3578a05fe9d75c3b6927d8757a6fe3ab1980e4b74a2d202d4b20e5a149d2752107c88b4e8ba7efdac04c64612de68
 SHA512 
89a9b37422f97aaa5ee75da3894de6fa21d83dd6080b000c0c91e5bf9c497bfc26995f40a80eceeba0a781f2e9892982f59967b678b5c0397347a57dd1ba1dce

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

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

2022-04-26 Thread Matt Turner
commit: 9fa632a54ba5ec658fe735eade7ca0289bbc49eb
Author: Uwe Scholz  gmx  de>
AuthorDate: Mon Apr 25 19:27:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 26 20:51:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa632a5

gnome-extra/gnome-commander: Remove old

Closes: https://bugs.gentoo.org/751001
Closes: https://github.com/gentoo/gentoo/pull/25201
Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander-1.12.3.1.ebuild| 66 --
 gnome-extra/gnome-commander/metadata.xml   |  1 -
 3 files changed, 68 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 322a9c650b52..a38282d37997 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1 @@
-DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
 DIST gnome-commander-1.14.2.tar.xz 6868340 BLAKE2B 
6b6f2a9435b9bb34a0318ddec0c509e1bef58399ce3bc1a77cf8ba6d97d5fec5e001d301e26ec7575e4c5a2f265ad0ca2e08e86f9f8045c04d6f558c17002bde
 SHA512 
bfbc201ecaf6f9c0a71c7eba73f5d6ef9ba88f0ce8dba5d586058d87125bc51fc4b7f5e9752b7003343d686ea83db916ef78adf8c9d0df1e8715a3c88f9d1ce2

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
deleted file mode 100644
index ae817455f405..
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   dev-libs/atk
-   dev-libs/glib:2
-   gnome-base/gconf:2
-   gnome-base/gnome-vfs
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/harfbuzz:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/pango
-   chm? ( dev-libs/chmlib )
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( gnome-extra/libgsf:= )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( gnome-base/gnome-vfs:=[samba] )
-   taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-"
-BDEPEND="
-   ${RDEPEND}
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-DEPEND="
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_with chm libchm) \
-   $(use_with exif exiv2) \
-   $(use_with gsf libgsf) \
-   $(use_with pdf poppler) \
-   $(use_with samba) \
-   $(use_with taglib) \
-   $(use_with unique)
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 39ed35773264..f0e845edde9b 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -19,7 +19,6 @@
 gnome-commander
   
   
-Enable metadata support for Microsoft Compiled HTML Help 
files
 Add metadata support for OLE, OLE2 and ODF
 Enable single instance support using 
dev-libs/libunique
 Add metadata support for PDF



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

2022-04-26 Thread Matt Turner
commit: ec165ef50517db8d047b5325ac1ca8a87b56e08f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 26 20:51:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 26 20:52:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec165ef5

profiles: Mask gnome-base/gnome-vfs for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3568d1181486..691c0a83dec8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2022-04-26)
+# Dead package. No reverse dependencies.
+# Removal on 2022-05-26
+gnome-base/gnome-vfs
+
 # Mike Pagano  (2022-04-26)
 # These kernels contain a major regression that causes power button
 # to stop working, apparently making it impossible to leave suspend



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/noson-app/

2022-04-26 Thread Steve Burnham
commit: 8fbd8acd1b9516c186f9aefe333588cf3e7f378e
Author: Steven Burnham  gmail  com>
AuthorDate: Tue Apr 26 21:03:15 2022 +
Commit: Steve Burnham  gmail  com>
CommitDate: Tue Apr 26 21:03:15 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fbd8acd

media-sound/noson-app: add 5.2.2, drop 5.2.1

Signed-off-by: Steven Burnham  gmail.com>

 media-sound/noson-app/Manifest  | 2 +-
 .../noson-app/{noson-app-5.2.1.ebuild => noson-app-5.2.2.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/noson-app/Manifest b/media-sound/noson-app/Manifest
index 5eb285104..923556c6a 100644
--- a/media-sound/noson-app/Manifest
+++ b/media-sound/noson-app/Manifest
@@ -1 +1 @@
-DIST noson-app-5.2.1.tar.gz 2356968 BLAKE2B 
80a2f735297116b52f713aed5db16a78737862b900d0404ea3f5d91b6c37cba1a23954b5567f8a881ca7008b65f29444a92efe4830a719084894c04ba2a3b836
 SHA512 
dd18815cd99a74dc023911a3046e44813136dc2c3861cfff498b0853df1b00ef9b132504862755ecc3f5300c3dd098be45abe18f87d6cd6a358b796477430be8
+DIST noson-app-5.2.2.tar.gz 2356928 BLAKE2B 
2b61e2670250ed028a518e86c7d0ec805b0f0b59e171e1a471e1138b97c417f749c8c5df67fc1ebe81e3488639dabda50bb5b040911bbf43a09cd5def1ca3335
 SHA512 
699f1552f4f0db45221acaa4b5c868455c9c2543e7a26e162860b55c93664336ab3fe2737efb053ba0f52c2337f7f2de7f30b1a0ac9d00afb9b989453a31d785

diff --git a/media-sound/noson-app/noson-app-5.2.1.ebuild 
b/media-sound/noson-app/noson-app-5.2.2.ebuild
similarity index 100%
rename from media-sound/noson-app/noson-app-5.2.1.ebuild
rename to media-sound/noson-app/noson-app-5.2.2.ebuild



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

2022-04-26 Thread Michał Górny
commit: eef7912d49eb905dedf16c71abbaabe6e42c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:30:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:30:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef7912d

dev-python/backoff: Add missing test deps

Closes: https://bugs.gentoo.org/841185
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/backoff/backoff-2.0.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/backoff/backoff-2.0.0.ebuild 
b/dev-python/backoff/backoff-2.0.0.ebuild
index 30c7e50a72c6..6e819a3cee44 100644
--- a/dev-python/backoff/backoff-2.0.0.ebuild
+++ b/dev-python/backoff/backoff-2.0.0.ebuild
@@ -27,6 +27,8 @@ DOCS=( README.rst )
 BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
)
 "
 



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

2022-04-26 Thread Michał Górny
commit: 2726af1003d89522a892e0926ef1d88b7acb32ca
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:20:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:28:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2726af10

dev-python/pylint: Remove old

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

 dev-python/pylint/Manifest |  5 ---
 dev-python/pylint/pylint-2.13.0.ebuild | 82 --
 dev-python/pylint/pylint-2.13.1.ebuild | 82 --
 dev-python/pylint/pylint-2.13.2.ebuild | 82 --
 dev-python/pylint/pylint-2.13.3.ebuild | 82 --
 dev-python/pylint/pylint-2.13.4.ebuild | 81 -
 6 files changed, 414 deletions(-)

diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index 8a07ce5ee5c9..ea1cfcdcf74e 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,8 +1,3 @@
 DIST pylint-2.12.2.gh.tar.gz 1032702 BLAKE2B 
de7dce04159b332baa5c23f4034ee249e49f9239c5c9190213a51a84a47ac2129f8a2265e1ad9c01ab448ec58f4f36653c6de5b0be6bfdf6aa286c8887313759
 SHA512 
0d2b9b785371af0a1c809271153abbab58f50455b34f12370461ded2c4f3d62656e4c0391adff48e179b95da945a2f44e762863e2b7d63808976bf5f684e20d2
-DIST pylint-2.13.0.gh.tar.gz 1114326 BLAKE2B 
2d99ae38474a13ecf0b306b2de445b93ef39c4ed286abdbc62e08580b34ea22615983bded024f87eb4ad5e9cfdd12edbab6e7bf841d4e7827c945e798f31771f
 SHA512 
7ca5fdf6d5835886ae01937fad56319cc9b71248d7a8aa6c6d92ba4bf5d35340ec0a16c1b2029d1ca5170f8c3abd29b1d6915a415d5df3c0949f4f9c0d6a690c
-DIST pylint-2.13.1.gh.tar.gz 1116054 BLAKE2B 
633636f97e284a8a93c598261b90019ea359fd61cf2e833936749a6a650098772c46008f465b118634cfa3cc8d873d9bbdd7d4b0e54621e47b7c33a33938b01d
 SHA512 
9e5f6f2578d240a4984e00fd9e9a33a39bac4855060054f96c4414d8e1c6c16cd6a27d4d5e82fde52f91b2d25595d638e66e928c82aa3eb72a37c61f7aa6e038
-DIST pylint-2.13.2.gh.tar.gz 1116482 BLAKE2B 
da35c9f39781bbd796e2ec055b41c44211588d7da360fd27f81eef57a3f5c65e27931ca927b41692627c9914f5c28e3262c0f34a45c38b20aa1b83710ab1d1f1
 SHA512 
15274658cf3067ffa6635a94f2c75d8854b3843be45ea5dc5896bc12583b156428858baeed19eed4bfab35489326d70d0cce1375354d9ec97d00cfd895fc4a47
-DIST pylint-2.13.3.gh.tar.gz 1116747 BLAKE2B 
9ab6ff4746f78472de9c248754d102e55e8cb60d3ead8c5079cfe851b2b7c8e16afc9b0be02041cf24e789784200b90751ad0bcf172eb6d4edd88463863d18ac
 SHA512 
0bda6d89219ad6f7f64f1361f95b85a34e3bc70f9f18f71eaa3d69deb47ab6fc056000c13a11c8c5644f0a9789eac2a5c262ddcf96302aeebfa16aa2e3b3086c
-DIST pylint-2.13.4.gh.tar.gz 1117488 BLAKE2B 
a660c15c41b529d932a21d438c7cf0f3b97683d6b1452f4383193f97dd22ba6e216a7dc8c3677cb1cb0ab5b76ddb936afa2d87df38d41950e2249bd8867bf44d
 SHA512 
2c0c60908f89bf7a2552f65e0b4957ee6223f5429a6c2ec997aaf75572b11e4247e159da744937dbc7752ebd5eab0a0c873d129983de09ea0954f35f47a1f524
 DIST pylint-2.13.5.gh.tar.gz 1118551 BLAKE2B 
70ee4254aa140aba16adfe67aeb896d9c455843dfa945d335b5ba48e85c9d2d8f057223bc74bd4c0c0bfa2d343a9f78e783705b885caaee6895fcddf7ce23ccb
 SHA512 
e399239fbea58260b17f226dddb63f1e6a2f12cdd601a4e73913a169d23fe2b6085e776bf8144e2c5a555dfdc1b28a5818a4103969d504b638b6b41ee296d182
 DIST pylint-2.13.7.gh.tar.gz 1120083 BLAKE2B 
c45d6ec65c11d3682bf3279969f3e45b827b2bbcebbfeb05a31df3a93bb943bf9643a5d467c1e2eebf717577032571a48db1ce84e1c81d72000808ec302aaf1b
 SHA512 
ec0b2ef565239ab3e577c5c2d22c1c8df8b8bb0858c34b6606f649484d69a25c1f51ca61a3da66833d9a713e8a686dc32b940e574650577bdcc4e13d76acc2e5

diff --git a/dev-python/pylint/pylint-2.13.0.ebuild 
b/dev-python/pylint/pylint-2.13.0.ebuild
deleted file mode 100644
index 00f7749a1f55..
--- a/dev-python/pylint/pylint-2.13.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="
-   https://www.logilab.org/project/pylint
-   https://pypi.org/project/pylint/
-   https://github.com/pycqa/pylint/
-"
-SRC_URI="
-   https://github.com/pycqa/pylint/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
-IUSE="examples"
-
-# Make sure to check https://github.com/PyCQA/pylint/blob/main/setup.cfg#L43 
on bumps
-# Adjust dep bounds!
-RDEPEND="
-   =dev-python/astroid-2.11.0[${PYTHON_USEDEP}]
-   >=dev-python/dill-0.2[${PYTHON_USEDEP}]
-   >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-   =dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-   =dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   test? (
-   

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

2022-04-26 Thread Michał Górny
commit: 79e207036a66ae45b2644e008df7044b9484bff1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:20:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:28:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e20703

dev-python/sphinxcontrib-programoutput: Remove old

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

 .../sphinxcontrib-programoutput-0.17.ebuild| 36 --
 1 file changed, 36 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
deleted file mode 100644
index 62980c966350..
--- 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Extension to sphinx to include program output"
-HOMEPAGE="
-   https://github.com/NextThought/sphinxcontrib-programoutput/
-   https://pypi.org/project/sphinxcontrib-programoutput/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-distutils_enable_tests pytest
-distutils_enable_sphinx doc
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



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

2022-04-26 Thread Michał Górny
commit: 6159094f3724a6a6e7e7ccabfc4a9c1caaec7a75
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:15:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6159094f

dev-python/sphinxcontrib-log_cabinet: Remove old

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

 .../sphinxcontrib-log_cabinet-1.0.1.ebuild | 23 --
 1 file changed, 23 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild 
b/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild
deleted file mode 100644
index 933a7a4250df..
--- 
a/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Organize changelog directives in Sphinx docs"
-HOMEPAGE="https://github.com/davidism/sphinxcontrib-log-cabinet;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/_/-}.tar.gz"
-S="${WORKDIR}/${P/_/-}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



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

2022-04-26 Thread Michał Górny
commit: 3640fdf4343c08fbc359da5147e791d38d9ead9a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:24:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:28:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3640fdf4

dev-python/click: Add missing doc-dep on dev-python/sphinx-tabs

Closes: https://bugs.gentoo.org/796545
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click/click-8.1.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/click/click-8.1.2.ebuild 
b/dev-python/click/click-8.1.2.ebuild
index ba8f4b9c8fe8..50739b50f97a 100644
--- a/dev-python/click/click-8.1.2.ebuild
+++ b/dev-python/click/click-8.1.2.ebuild
@@ -27,7 +27,8 @@ distutils_enable_sphinx docs \
'>=dev-python/docutils-0.14' \
dev-python/pallets-sphinx-themes \
dev-python/sphinxcontrib-log_cabinet \
-   dev-python/sphinx-issues
+   dev-python/sphinx-issues \
+   dev-python/sphinx-tabs
 distutils_enable_tests pytest
 
 python_install_all() {



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

2022-04-26 Thread Michał Górny
commit: d992e104f4125a9f2a57baf1b3225872803e4db7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 20:18:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 20:28:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d992e104

dev-python/sphinxcontrib-serializinghtml: Remove old

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

 .../sphinxcontrib-serializinghtml-1.1.5.ebuild | 29 --
 1 file changed, 29 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5.ebuild
 
b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5.ebuild
deleted file mode 100644
index a6e047c73b14..
--- 
a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension which outputs outputs serialized HTML files"
-HOMEPAGE="https://www.sphinx-doc.org
-   https://github.com/sphinx-doc/sphinxcontrib-serializinghtml;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-PDEPEND="
-   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${PDEPEND} )"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



  1   2   3   4   >