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

2021-05-06 Thread Hans de Graaff
commit: d248eee727ec3568f9c53958796aab4a70946ac8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:23:49 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d248eee7

dev-ruby/activesupport: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/activesupport/Manifest   |  1 +
 dev-ruby/activesupport/activesupport-5.2.6.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/activesupport/activesupport-5.2.6.ebuild 
b/dev-ruby/activesupport/activesupport-5.2.6.ebuild
new file mode 100644
index 000..f76d75f297b
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-5.2.6.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 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 

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

2021-05-06 Thread Hans de Graaff
commit: e306395278c971d5379511e271c1feb0a6a80f6d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:25:18 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3063952

dev-ruby/actionmailer: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/actionmailer/Manifest
+++ b/dev-ruby/actionmailer/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/actionmailer/actionmailer-5.2.6.ebuild 
b/dev-ruby/actionmailer/actionmailer-5.2.6.ebuild
new file mode 100644
index 000..931e1d12538
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-5.2.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 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-ruby/actioncable/

2021-05-06 Thread Hans de Graaff
commit: 92073c3084097a1dc1e323780d233b14e4e09658
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:24:21 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92073c30

dev-ruby/actioncable: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/actioncable/Manifest |  1 +
 dev-ruby/actioncable/actioncable-5.2.6.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/actioncable/Manifest
+++ b/dev-ruby/actioncable/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/actioncable/actioncable-5.2.6.ebuild 
b/dev-ruby/actioncable/actioncable-5.2.6.ebuild
new file mode 100644
index 000..0236c937e0b
--- /dev/null
+++ b/dev-ruby/actioncable/actioncable-5.2.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 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/activestorage/

2021-05-06 Thread Hans de Graaff
commit: 312166520fc81924b516f88e1c0707479b8dab88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:25:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31216652

dev-ruby/activestorage: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/activestorage/Manifest   |  1 +
 dev-ruby/activestorage/activestorage-5.2.6.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/activestorage/Manifest
+++ b/dev-ruby/activestorage/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/activestorage/activestorage-5.2.6.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.6.ebuild
new file mode 100644
index 000..15f7f10bcee
--- /dev/null
+++ b/dev-ruby/activestorage/activestorage-5.2.6.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 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/activestorage/

2021-05-06 Thread Hans de Graaff
commit: faf3201b06cd405e03e7d775b6dcb619bf52dd7c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:26:46 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf3201b

dev-ruby/activestorage: fix marcel dependency

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 .../activestorage/activestorage-6.0.3.7-r1.ebuild  | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/dev-ruby/activestorage/activestorage-6.0.3.7-r1.ebuild 
b/dev-ruby/activestorage/activestorage-6.0.3.7-r1.ebuild
new file mode 100644
index 000..d97bcf87e57
--- /dev/null
+++ b/dev-ruby/activestorage/activestorage-6.0.3.7-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_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
+
+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 media-gfx/imagemagick[jpeg,png,tiff] 
media-video/ffmpeg app-text/poppler[utils] ) "
+
+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/image_processing-1.2:0
+   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\|aws-sdk-sns\|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\|selenium\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\)/
 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
+
+   # Skip test that has already been updated in later versions 
upstream
+   sed -i -e '/resized variation of BMP blob/askip "broken test"' 
test/models/variant_test.rb || die
+}



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

2021-05-06 Thread Hans de Graaff
commit: 9c8abc44007370fa2d4dcb3e35c1a4850ef44673
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:25:52 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8abc44

dev-ruby/rails: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rails/Manifest   |  1 +
 dev-ruby/rails/rails-5.2.6.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest
index 06801e67484..bdf2b94e3de 100644
--- a/dev-ruby/rails/Manifest
+++ b/dev-ruby/rails/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.gem 6656 BLAKE2B 
b6e0b99fd9316c8ed04a817465c89ee9aabeaa60e1f81e0e65c900e19904a5c50fdbb47a6899a8829f9c5ebdacdf01d9dea4ff9a5f84b34262de0904b4d99731
 SHA512 
28b91ea8f9a483cc4cfe02f2173b308fd34b16f254266f19a7a8f6fd7895546b8cffb08f48eceae80658e32e564595cefb1695047a9d58390cbfe112d4f1dfd2
+DIST rails-5.2.6.gem 6656 BLAKE2B 
95052fd231c0e390b5194af01f7e80d7e8dd34b155b40b95046625f060f89d799a641e5a79fd06efb606a4f5527d556c10a86da9d972ce36c526dcdc639623b6
 SHA512 
9c6965dd1ad4d5a12f7116e372f7b38bd95a93d24d93b66860086922aedf30aa1ad5cc27578f87d72228d893c1d73b431c195b0d1f8b1bc5a645b00fead05f9d
 DIST rails-6.0.3.5.gem 6656 BLAKE2B 
0c1a10bb92a249bde203adf128052258f2471b85d7bdf8efd6f4293b34d51157b31d21a51c37f5ffe46b360866a9a9d570276534dee246d81f1feb7715174854
 SHA512 
308571595e54d1fc92fef1332ae449f484d9b6f66504eff43da61b74341dcb32671f84a5481899ded1a0b32f1b78702b2dd4a671db5b47d267b60d67bc04041a
 DIST rails-6.0.3.7.gem 6656 BLAKE2B 
25edf742dd7713b10649f567150b0271f9050b346c4f0ef50e687cbf86e3179ae74cf59b606ac7b4dd5cc6122f7a7dd4a8065b07a0afbbf2948284a7a3bb159b
 SHA512 
15352bf9a50f9d48c8ece56e65e95ead9dc98ca7aa6892ebbfce4fa99434cb1f6c71388434d0cd80f031037e7094a8e528c252faba2658bd650027b61d868616
 DIST rails-6.1.2.1.gem 6656 BLAKE2B 
5a1407b4ac324acd2a1c9bf45222cc7fe1f35fd4e666fbcf74df37e78afddebeb4910b48ed90b2c481734dcb324fa8b050b2bd757f9a9d41a0ed440c9af2c6b3
 SHA512 
a604ed34d3fab4a549d7bbe1054ba396ee201116b1cc26e466776ba3bf78a6c09b7178d79927b87c04ab17ec49801c7c1a41683c9ff50559b06ee986c88e00b6

diff --git a/dev-ruby/rails/rails-5.2.6.ebuild 
b/dev-ruby/rails/rails-5.2.6.ebuild
new file mode 100644
index 000..36edfe1bde2
--- /dev/null
+++ b/dev-ruby/rails/rails-5.2.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 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/actionpack/

2021-05-06 Thread Hans de Graaff
commit: 274e8a82a1c3f1c9b63ff85761aee02cb4459b36
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:24:56 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274e8a82

dev-ruby/actionpack: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/actionpack/actionpack-5.2.6.ebuild 
b/dev-ruby/actionpack/actionpack-5.2.6.ebuild
new file mode 100644
index 000..7f958d46785
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-5.2.6.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 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 

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

2021-05-06 Thread Hans de Graaff
commit: 5181018c0bf1d387ab471bbcc82f4eb0b62bdf32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:25:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5181018c

dev-ruby/railties: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/railties/Manifest  |  1 +
 dev-ruby/railties/railties-5.2.6.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/railties/Manifest
+++ b/dev-ruby/railties/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/railties/railties-5.2.6.ebuild 
b/dev-ruby/railties/railties-5.2.6.ebuild
new file mode 100644
index 000..205ed2e0b25
--- /dev/null
+++ b/dev-ruby/railties/railties-5.2.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 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/thor-0.18.1:0 )
+   >=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/actionview/

2021-05-06 Thread Hans de Graaff
commit: 8de620163716bf3606d193b8199ad01dd2c731e1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:24:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de62016

dev-ruby/actionview: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/actionview/Manifest|  1 +
 dev-ruby/actionview/actionview-5.2.6.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/actionview/Manifest
+++ b/dev-ruby/actionview/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/actionview/actionview-5.2.6.ebuild 
b/dev-ruby/actionview/actionview-5.2.6.ebuild
new file mode 100644
index 000..30f8499d597
--- /dev/null
+++ b/dev-ruby/actionview/actionview-5.2.6.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 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/activemodel/

2021-05-06 Thread Hans de Graaff
commit: 21e1b2e3fc551c34dd0ce836854582b2738cfdfd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:24:11 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e1b2e3

dev-ruby/activemodel: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/activemodel/Manifest |  1 +
 dev-ruby/activemodel/activemodel-5.2.6.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/activemodel/Manifest
+++ b/dev-ruby/activemodel/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/activemodel/activemodel-5.2.6.ebuild 
b/dev-ruby/activemodel/activemodel-5.2.6.ebuild
new file mode 100644
index 000..50fce2c9027
--- /dev/null
+++ b/dev-ruby/activemodel/activemodel-5.2.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 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/activerecord/

2021-05-06 Thread Hans de Graaff
commit: a2d4bbfbc0c25a6653645f5c487340e07005de5c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:25:31 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d4bbfb

dev-ruby/activerecord: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/activerecord/Manifest  |  1 +
 dev-ruby/activerecord/activerecord-5.2.6.ebuild | 89 +
 2 files changed, 90 insertions(+)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/activerecord/activerecord-5.2.6.ebuild 
b/dev-ruby/activerecord/activerecord-5.2.6.ebuild
new file mode 100644
index 000..7d9e1a5560d
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-5.2.6.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 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"' \
+  

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

2021-05-06 Thread Hans de Graaff
commit: d89aeca17bcc81daa94002b2f64b50c1af63d3b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  7 05:24:31 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  7 05:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89aeca1

dev-ruby/activejob: Add 5.2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/activejob/Manifest   |  1 +
 dev-ruby/activejob/activejob-5.2.6.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index 0e1cdef6aed..5a7d7a6d38e 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -1,4 +1,5 @@
 DIST rails-5.2.4.5.tgz 8826076 BLAKE2B 
41a13708f72f0c281af7b6c97828d873b9431913315e155bec2f798b83a9fd214a0176a93ba74d96b48718dc900b6737a62f5d6593ef7f5bb0b8430c96e5e234
 SHA512 
452e0649638daf57e8f7c6131bb048c0d960e875fbc3596678404965fd1438a5151858b22c2441a927509337b6a256671b53c24ee35ff477e18153af358b08af
+DIST rails-5.2.6.tgz 8841270 BLAKE2B 
8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b
 SHA512 
465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
 DIST rails-6.0.3.5.tgz 18566999 BLAKE2B 
b07d1d6c1e2ebaaf3c337350bb08fe339e324818543dcd7163fe3c7ff56f50c5556f369badeb4fd48afa6d95449e18e57fa1b05db6ce544d38ee2f58bd3aa513
 SHA512 
c9d6bf689aeb40fb728fb681b65c48ebd51de893060ddac37a1fdefbb0d420cee3a456f148d96d577c651c9d7b994efdb3319fa865cb012af8712052a20a0bf3
 DIST rails-6.0.3.7.tgz 18570545 BLAKE2B 
6433705f18075e286d14d25dd87def61a3ac9c7a8fc5160f37b9a6f6ab0d7f36a7235602713888df45e55cf4afb56f922c476989304397d422016dc34f147353
 SHA512 
91612223c9461731741c056a700879ce274a177737fd19ed6341ce07acfa4e4862728ef12bfa1a70cdb3e5c8492ad0da6aae2e7d0ed5ad32d680d8bd8c3ab102
 DIST rails-6.1.2.1.tgz 10990239 BLAKE2B 
ff1c9781eab32fda320cb2b9efc92e52ed155b659a43385781bfa422d03653879367bedc7ef4e3accb0a51b7962054eecd5202fd1e1a49ff7946c2f9388a69df
 SHA512 
61e8bf0568c0b06a2c8f6c5e4ae6becc521646a5cdd3d6832c3b52998326a4bd437ad2bd284c010d445a3dc54bf519f7fbd2e9d4368c91b7d2a9abe46e3a276d

diff --git a/dev-ruby/activejob/activejob-5.2.6.ebuild 
b/dev-ruby/activejob/activejob-5.2.6.ebuild
new file mode 100644
index 000..8a0ddffdce1
--- /dev/null
+++ b/dev-ruby/activejob/activejob-5.2.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 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: profiles/arch/powerpc/ppc64/

2021-05-06 Thread Georgy Yakovlev
commit: fcb65df76e91e7faaf4f5f5de57fdefabbe9ba2a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May  7 04:54:31 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May  7 04:55:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb65df7

profiles/arch/powerpc/ppc64: mask >=nodejs-16

Bug: https://bugs.gentoo.org/785751
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/powerpc/ppc64/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/package.mask 
b/profiles/arch/powerpc/ppc64/package.mask
index f78c971cc95..c155773a0a4 100644
--- a/profiles/arch/powerpc/ppc64/package.mask
+++ b/profiles/arch/powerpc/ppc64/package.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2021-05-06)
+# segfaults building qtwebengine or chromium
+# https://bugs.gentoo.org/785751
+# https://github.com/nodejs/node/issues/38521
+>=net-libs/nodejs-16
+
 # Georgy Yakovlev  (2020-10-17)
 # Fails to build with buildmode=pie assumptions, which
 # does not work on big-endian ppc64



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

2021-05-06 Thread Anna Vyalkova
commit: 81bc5932e1b4139238ac39c60ce942acd73a4db8
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Fri May  7 00:40:49 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri May  7 00:40:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81bc5932

dev-python/sphinx-click: fix deps and typos

Signed-off-by: Anna Vyalkova  sysrq.in>

 dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
index 199523156..1c5114fa7 100644
--- a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
@@ -15,22 +15,17 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-#KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 RDEPEND="
-   ${PYTHON_DEPS}
>=dev-python/sphinx-1.5[${PYTHON_USEDEP}]
=dev-python/click-6[${PYTHON_USEDEP}]


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

2021-05-06 Thread Sam James
commit: 93448866c2c8e46ea0cfee61165cc3ce3aba468b
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:32:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:32:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93448866

media-gfx/darktable: Stabilize 3.4.1 arm64, #785085

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

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

diff --git a/media-gfx/darktable/darktable-3.4.1.ebuild 
b/media-gfx/darktable/darktable-3.4.1.ebuild
index eeb346c65cf..3506e0d8882 100644
--- a/media-gfx/darktable/darktable-3.4.1.ebuild
+++ b/media-gfx/darktable/darktable-3.4.1.ebuild
@@ -25,7 +25,7 @@ else

SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz
doc? ( 
https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf
 -> ${PN}-usermanual-${DOC_PV}.pdf )"
 
-   KEYWORDS="amd64 ~arm64 -x86"
+   KEYWORDS="amd64 arm64 -x86"
LANGS=" af cs de es fi fr he hu it pl pt-BR ru sk sl"
 fi
 



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

2021-05-06 Thread Sam James
commit: 479ed5ce770a99a76154efd728a24332617d537f
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:32:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:32:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479ed5ce

dev-lang/python: Stabilize 3.7.10_p3 ppc, #787260

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

 dev-lang/python/python-3.7.10_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.7.10_p3.ebuild 
b/dev-lang/python/python-3.7.10_p3.ebuild
index 88cc1306b7d..0e99aadfd9c 100644
--- a/dev-lang/python/python-3.7.10_p3.ebuild
+++ b/dev-lang/python/python-3.7.10_p3.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-05-06 Thread Sam James
commit: 935f6ac8d03f9f3186d5be8e4b1df5dc12a86da7
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:32:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:32:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935f6ac8

dev-lang/python: Stabilize 3.8.9_p2 ppc, #787260

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

 dev-lang/python/python-3.8.9_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.8.9_p2.ebuild 
b/dev-lang/python/python-3.8.9_p2.ebuild
index 6c717848fe8..b1c4a316ec3 100644
--- a/dev-lang/python/python-3.8.9_p2.ebuild
+++ b/dev-lang/python/python-3.8.9_p2.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-05-06 Thread Sam James
commit: d88fe5645dbd9120d5ea9811dd946cec6d19d0d0
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:32:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:32:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88fe564

dev-lang/python: Stabilize 3.6.13_p3 ppc, #787260

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

 dev-lang/python/python-3.6.13_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.6.13_p3.ebuild 
b/dev-lang/python/python-3.6.13_p3.ebuild
index 830568cac02..e24be42012b 100644
--- a/dev-lang/python/python-3.6.13_p3.ebuild
+++ b/dev-lang/python/python-3.6.13_p3.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-05-06 Thread Sam James
commit: 35ebbf1b7ed59ca9e6c898ff9296e698d9a7de06
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:32:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ebbf1b

dev-lang/python: Stabilize 3.9.4_p1 ppc, #787260

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

 dev-lang/python/python-3.9.4_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.9.4_p1.ebuild 
b/dev-lang/python/python-3.9.4_p1.ebuild
index 3b483907566..ba35fe24eeb 100644
--- a/dev-lang/python/python-3.9.4_p1.ebuild
+++ b/dev-lang/python/python-3.9.4_p1.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-05-06 Thread Sam James
commit: 2d0180c4decc2b3502735f85a6871f256d727a48
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:31:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:31:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0180c4

dev-lang/python: Stabilize 2.7.18_p9 ppc, #787260

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

 dev-lang/python/python-2.7.18_p9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-2.7.18_p9.ebuild 
b/dev-lang/python/python-2.7.18_p9.ebuild
index e20fca8d4df..59aed167c78 100644
--- a/dev-lang/python/python-2.7.18_p9.ebuild
+++ b/dev-lang/python/python-2.7.18_p9.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 
+ncurses +readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2021-05-06 Thread Sam James
commit: 981a9c3da09fa48e9db73dccacb01172b2bd0d3f
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:31:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:31:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981a9c3d

dev-util/spirv-tools: Stabilize 2021.0_pre20210327 x86, #788259

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

 dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild 
b/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild
index e5c5acb4e50..e4fac91f50f 100644
--- a/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="1b35745ad1c9a988bc427b976a9a2fe7afd4dada"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.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}-${EGIT_COMMIT}
 fi
 



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

2021-05-06 Thread Sam James
commit: 64ae911532c4274cddda4f7e889c79c0b050f577
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:31:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:31:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ae9115

media-libs/vulkan-loader: Stabilize 1.2.170 x86, #788259

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

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

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild
index e9cd2744319..d86459f8985 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.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}-${PV}
 fi
 



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

2021-05-06 Thread Sam James
commit: 3891f9d04f22d7baa872e2d726584e8a9781a7ff
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:30:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:30:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3891f9d0

dev-util/glslang: Stabilize 11.2.0 x86, #788259

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

 dev-util/glslang/glslang-11.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-11.2.0.ebuild 
b/dev-util/glslang/glslang-11.2.0.ebuild
index 8481be2248a..12268208d43 100644
--- a/dev-util/glslang/glslang-11.2.0.ebuild
+++ b/dev-util/glslang/glslang-11.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
 else
SNAPSHOT_COMMIT="${PV}"

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



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

2021-05-06 Thread Sam James
commit: 568bfcca11aa7e8232dac5dde9bc8c2c2ba4feb6
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:31:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:31:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568bfcca

media-libs/vulkan-layers: Stabilize 1.2.170 x86, #788259

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

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

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild
index b48e5e0c515..f286c75ea3e 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.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}-${PV}
 fi
 



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

2021-05-06 Thread Sam James
commit: 4811d52c1dbf273a01fcdcfe2cda0348d0384658
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:30:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:30:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4811d52c

dev-util/spirv-headers: Stabilize 1.5.4.2_pre20210327 x86, #788259

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

 dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild
index 35296197f77..7832d997ae6 100644
--- a/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 
 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2021-05-06 Thread Sam James
commit: 8fd485f4a5eed1cb1c127dcbbc26b18554e199cd
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:31:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:31:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd485f4

media-libs/shaderc: Stabilize 2020.6_pre20210327 x86, #788259

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

 media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild 
b/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild
index 0870ce299ce..871135cebb0 100644
--- a/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild
+++ b/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2021-05-06 Thread Sam James
commit: c3eda2def9c6bad4f2f4f54205f008b5f3d3545f
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:31:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:31:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3eda2de

dev-util/vulkan-headers: Stabilize 1.2.170 x86, #788259

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

 dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild
index 118ed20a994..482f4914180 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.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}-${PV}
 fi
 



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

2021-05-06 Thread Sam James
commit: 50ab86e604320ee410030e6e897b1a65cb45076e
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:29:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:29:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ab86e6

app-text/gocr: Stabilize 0.52 x86, #788373

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

 app-text/gocr/gocr-0.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gocr/gocr-0.52.ebuild b/app-text/gocr/gocr-0.52.ebuild
index 51c21a65f83..018149ea83b 100644
--- a/app-text/gocr/gocr-0.52.ebuild
+++ b/app-text/gocr/gocr-0.52.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www-e.uni-magdeburg.de/jschulen/ocr/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc scanner tk"
 
 DEPEND="



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

2021-05-06 Thread Sam James
commit: df1bec945ca09f9c3bdcda318b0fd33d088b573c
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:29:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:29:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1bec94

dev-python/regex: Stabilize 2021.4.4 x86, #788535

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

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

diff --git a/dev-python/regex/regex-2021.4.4.ebuild 
b/dev-python/regex/regex-2021.4.4.ebuild
index fe7222779a2..80f758e55ed 100644
--- a/dev-python/regex/regex-2021.4.4.ebuild
+++ b/dev-python/regex/regex-2021.4.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 IUSE="doc"
 
 distutils_enable_tests unittest



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

2021-05-06 Thread Sam James
commit: 4eba581541ba2ee20d7d662355e725775c9a44c9
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:29:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:29:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eba5815

dev-libs/libunibreak: Stabilize 4.3 x86, #788454

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

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

diff --git a/dev-libs/libunibreak/libunibreak-4.3.ebuild 
b/dev-libs/libunibreak/libunibreak-4.3.ebuild
index 10237b5592b..ddc86f6688d 100644
--- a/dev-libs/libunibreak/libunibreak-4.3.ebuild
+++ b/dev-libs/libunibreak/libunibreak-4.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/adah1972/${PN}/releases/download/${PN}_$(ver_rs 1- '
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="doc +man static-libs"
 
 # Tests require internet access to www.unicode.org



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

2021-05-06 Thread Sam James
commit: e138122cc3d9cc76fe7c9c7bc1340a5a48a239c3
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:19:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e138122c

profiles/base: force net-mail/cyrus-imapd[sieve] for newer versions

Headers which are conditionally generated based on this option are
included unconditionally for now.

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

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

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 8a42be2310b..81f0d8fb009 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-05-07)
+# Forced on for now as generated headers are now
+# included unconditionally.
+# (https://github.com/cyrusimap/cyrus-imapd/pull/3270)
+>=net-mail/cyrus-imapd-3.4.0 sieve
+
 # Sam James  (2021-03-08)
 # Broken without USE=unicode
 # Needs to link with libiconv, bug #774507



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

2021-05-06 Thread Sam James
commit: 835d6aceb40093c6d6fe1c3500abf8c3f3a37c06
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:46:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835d6ace

dev-libs/cyrus-sasl: fix metadata indentation

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

 dev-libs/cyrus-sasl/metadata.xml | 29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/dev-libs/cyrus-sasl/metadata.xml b/dev-libs/cyrus-sasl/metadata.xml
index 5ddfae643a4..492dcc9bf89 100644
--- a/dev-libs/cyrus-sasl/metadata.xml
+++ b/dev-libs/cyrus-sasl/metadata.xml
@@ -1,18 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
-  Add Courier-IMAP authdaemond unix socket
-support (net-mail/courier-imap, mail-mta/courier)
-
-  Add ldap support for saslauthd
-  Enable ldapdb plugin
-  Enable sample client and server
-  Enable SRP authentication
-  Use /dev/urandom instead of /dev/random
-
-
-  cyrusimap/cyrus-imapd
-
+   
+   
+   
+   Add Courier-IMAP authdaemond unix socket
+   support (net-mail/courier-imap, 
mail-mta/courier)
+   
+   Add ldap support for saslauthd
+   Enable ldapdb plugin
+   Enable sample client and server
+   Enable SRP authentication
+   Use /dev/urandom instead of 
/dev/random
+   
+   
+   cyrusimap/cyrus-imapd
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2021-05-06 Thread Sam James
commit: f2b08a02bdc724992071e52b60e356ee9fcd0759
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:44:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b08a02

net-mail/cyrus-imapd: add 3.0.15

Bug: https://bugs.gentoo.org/738280
Bug: https://bugs.gentoo.org/740188
Bug: https://bugs.gentoo.org/738278
Bug: https://bugs.gentoo.org/738276
Bug: https://bugs.gentoo.org/356341
Bug: https://bugs.gentoo.org/688242
Bug: https://bugs.gentoo.org/721466
Bug: https://bugs.gentoo.org/662896
Bug: https://bugs.gentoo.org/687864
Signed-off-by: Sam James  gentoo.org>

 net-mail/cyrus-imapd/Manifest  |   1 +
 net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild | 229 +
 2 files changed, 230 insertions(+)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index 28db78e6cf6..9024ddcaa10 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -1,2 +1,3 @@
 DIST cyrus-imapd-3.0.13.tar.gz 10840005 BLAKE2B 
f4790837a198673b42d553bc7cbc825456ff5a3d1d14ff382ca0f40252d09eb355f92c2020c0a974cc99eda9af4323a3a5b9428375288bf8892dfba35602da4e
 SHA512 
5cd066916797efb975cdb97720f65edc72d3fe82afbd78a26aa8369d95ae4ca09c0593dd4bec5521156c64ea38af7a13065f3b35447a76267dec93feb0ac6ac6
 DIST cyrus-imapd-3.0.14.tar.gz 10865880 BLAKE2B 
36f3e60d715d2eab430040964e93cb332cfc4d9097f0f863b94325eb4eb964a4030d1d0f8ddb7870a08b655e1694bbc751d5aab99af6670ab33ad6747f55f6bd
 SHA512 
0bade56f4f7834ef51efc4081f2915bf0f98a2a555cd1b847f13a34418e4c52f2abcb4018906c144c161241433a8ff9ddc6d88499804d3fe616a05f186a3f209
+DIST cyrus-imapd-3.0.15.tar.gz 10843341 BLAKE2B 
efe65c7afc7d63770adef9e4ea13b87e3b7fdd1847e4ada028175999b31ebb84f9d84b014018bd2be3fee9af1b5e81dd08f63225bc62dc5a4fd4a0791da16594
 SHA512 
2f65209095f086092fec0bfc9547c999a6e5680a4164e7a3751fe2881f47d67ba9c9169feafead8c40d42f594d34171d911e4028425cfd8ba72d8f4a

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild
new file mode 100644
index 000..621e5456a13
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild
@@ -0,0 +1,229 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic pam ssl-cert
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="https://www.cyrusimap.org/;
+SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD-with-attribution GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs backup calalarm caps clamav http kerberos ldap lmdb \
+   mysql nntp pam perl postgres replication +server sieve snmp \
+   sqlite ssl static-libs tcpd test xapian"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+   sys-libs/zlib:0=
+   dev-libs/libpcre:3
+   >=dev-libs/cyrus-sasl-2.1.13:2
+   dev-libs/jansson
+   dev-libs/icu:0=
+   sys-libs/e2fsprogs-libs
+   afs? ( net-fs/openafs )
+   calalarm? ( dev-libs/libical:0= )
+   caps? ( sys-libs/libcap )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2:2 dev-libs/libical:0= net-libs/nghttp2 )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   lmdb? ( dev-db/lmdb:0= )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   sys-libs/pam
+   >=net-mail/mailbase-1
+   )
+   perl? ( dev-lang/perl:= )
+   postgres? ( dev-db/postgresql:* )
+   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1:0= )
+   ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist] )
+   sqlite? ( dev-db/sqlite:3 )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6
+   snmp? ( net-analyzer/net-snmp:0=[tcpd=] )
+   )
+   xapian? ( >=dev-libs/xapian-1.4.0:0= )
+"
+DEPEND="${CDEPEND}
+   test? ( dev-util/cunit )
+"
+
+# all blockers really needed?
+# file collision with app-arch/dump - bug 619584
+RDEPEND="${CDEPEND}
+   acct-group/mail
+   acct-user/cyrus
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/courier-imap
+   !net-mail/uw-imap
+   !app-arch/dump
+"
+
+REQUIRED_USE="
+   afs? ( kerberos )
+   backup? ( sqlite )
+   calalarm? ( http )
+   http? ( sqlite )
+"
+
+# https://bugs.gentoo.org/678754
+# TODO: check underlinking for other libraries
+PATCHES=(
+   "${FILESDIR}/cyrus-imapd-libcap-libs-r1.patch"
+   )
+
+pkg_setup() {
+   # https://bugs.gentoo.org/604466
+   append-ldflags $(no-as-needed)
+}
+
+src_prepare() {
+   default
+   # Fix master(8)->cyrusmaster(8) manpage.
+   for i in `grep -rl -e 'master\.8' -e 'master(8)' "${S}"` ; do
+   sed -i -e 's:master\.8:cyrusmaster.8:g' \
+   -e 

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

2021-05-06 Thread Sam James
commit: 3a7fc6ea02a1e795229a23f131b3b4c44bd0e523
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:45:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7fc6ea

dev-libs/cyrus-sasl: add github remote-id

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

 dev-libs/cyrus-sasl/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/cyrus-sasl/metadata.xml b/dev-libs/cyrus-sasl/metadata.xml
index bcabb66dbd7..5ddfae643a4 100644
--- a/dev-libs/cyrus-sasl/metadata.xml
+++ b/dev-libs/cyrus-sasl/metadata.xml
@@ -12,4 +12,7 @@
   Enable SRP authentication
   Use /dev/urandom instead of /dev/random
 
+
+  cyrusimap/cyrus-imapd
+
 



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

2021-05-06 Thread Sam James
commit: 793d1d9b8ba574de0c86cac29488ba85d072ad7a
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:16:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793d1d9b

profiles: mask new cyrus-imapd 3.4.0 for testing

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a50266268dc..e1dcf8118ac 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-05-07)
+# Masked for testing. Two major releases ahead of last packaged version.
+# Please report bugs but this is experimental for now.
+# bug #731266
+~net-mail/cyrus-imapd-3.4.0
+
 # Joonas Niilola  (2021-05-06)
 # sci-libs/cbflib: Doesn't compile with GCC-10 or GCC-11. Was never
 # ported to work with GCC-10+. sci-chemistry/rasmol depends on cbflib.



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2021-05-06 Thread Sam James
commit: 9724a2bd22bcf58dbd83e2f1580d4507ad9fa6bc
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 23:14:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9724a2bd

net-mail/cyrus-imapd: add 3.4.0 (masked)

Changes:
* lmdb support dropped upstream
* sieve is, for now, unconditionally built due to upstream changes

Masked for testing in a follow-up commit.

Bug: https://bugs.gentoo.org/731266
Bug: https://bugs.gentoo.org/738280
Bug: https://bugs.gentoo.org/740188
Bug: https://bugs.gentoo.org/738278
Bug: https://bugs.gentoo.org/738276
Bug: https://bugs.gentoo.org/356341
Bug: https://bugs.gentoo.org/688242
Bug: https://bugs.gentoo.org/662896
Bug: https://bugs.gentoo.org/687864
Signed-off-by: Sam James  gentoo.org>

 net-mail/cyrus-imapd/Manifest |   1 +
 net-mail/cyrus-imapd/cyrus-imapd-3.4.0.ebuild | 234 ++
 2 files changed, 235 insertions(+)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index 9024ddcaa10..6511617dee1 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -1,3 +1,4 @@
 DIST cyrus-imapd-3.0.13.tar.gz 10840005 BLAKE2B 
f4790837a198673b42d553bc7cbc825456ff5a3d1d14ff382ca0f40252d09eb355f92c2020c0a974cc99eda9af4323a3a5b9428375288bf8892dfba35602da4e
 SHA512 
5cd066916797efb975cdb97720f65edc72d3fe82afbd78a26aa8369d95ae4ca09c0593dd4bec5521156c64ea38af7a13065f3b35447a76267dec93feb0ac6ac6
 DIST cyrus-imapd-3.0.14.tar.gz 10865880 BLAKE2B 
36f3e60d715d2eab430040964e93cb332cfc4d9097f0f863b94325eb4eb964a4030d1d0f8ddb7870a08b655e1694bbc751d5aab99af6670ab33ad6747f55f6bd
 SHA512 
0bade56f4f7834ef51efc4081f2915bf0f98a2a555cd1b847f13a34418e4c52f2abcb4018906c144c161241433a8ff9ddc6d88499804d3fe616a05f186a3f209
 DIST cyrus-imapd-3.0.15.tar.gz 10843341 BLAKE2B 
efe65c7afc7d63770adef9e4ea13b87e3b7fdd1847e4ada028175999b31ebb84f9d84b014018bd2be3fee9af1b5e81dd08f63225bc62dc5a4fd4a0791da16594
 SHA512 
2f65209095f086092fec0bfc9547c999a6e5680a4164e7a3751fe2881f47d67ba9c9169feafead8c40d42f594d34171d911e4028425cfd8ba72d8f4a
+DIST cyrus-imapd-3.4.0.tar.gz 12514849 BLAKE2B 
319a2c69bb293c55340e9ac87258799458fc216f39b949fefc01178ac6c8a06962a9b02dfd143fb1d7715b789b4b9401f85b55f30abfcae06b815a87def2b017
 SHA512 
1dc6c721d8d59f403895dc772dabaa38a1c8dce2c433674e6d34b7ab9e51ab1a3e0fa584db883a9e9c76bbaf28c2c2c63d90453e614d8c2aab870dbaf3148741

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.4.0.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.4.0.ebuild
new file mode 100644
index 000..3a9516d6cca
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.4.0.ebuild
@@ -0,0 +1,234 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic pam ssl-cert
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="https://www.cyrusimap.org/;
+SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD-with-attribution GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs backup calalarm caps clamav http kerberos ldap \
+   mysql nntp pam perl postgres replication +server sieve \
+   sqlite ssl static-libs tcpd test xapian"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+   sys-libs/zlib:0=
+   dev-libs/libpcre:3
+   >=dev-libs/cyrus-sasl-2.1.13:2
+   dev-libs/jansson
+   dev-libs/icu:0=
+   sys-libs/e2fsprogs-libs
+   afs? ( net-fs/openafs )
+   calalarm? ( dev-libs/libical:0= )
+   caps? ( sys-libs/libcap )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2:2 dev-libs/libical:0= net-libs/nghttp2 )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   sys-libs/pam
+   >=net-mail/mailbase-1
+   )
+   perl? ( dev-lang/perl:= )
+   postgres? ( dev-db/postgresql:* )
+   ssl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist] )
+   sqlite? ( dev-db/sqlite:3 )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   xapian? ( >=dev-libs/xapian-1.4.0:0= )
+"
+DEPEND="${CDEPEND}
+   test? ( dev-util/cunit )
+"
+
+# all blockers really needed?
+# file collision with app-arch/dump - bug 619584
+RDEPEND="${CDEPEND}
+   acct-group/mail
+   acct-user/cyrus
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/courier-imap
+   !net-mail/uw-imap
+   !app-arch/dump
+"
+
+REQUIRED_USE="
+   afs? ( kerberos )
+   backup? ( sqlite )
+   calalarm? ( http )
+   http? ( sqlite )
+"
+
+# https://bugs.gentoo.org/678754
+# TODO: check underlinking for other libraries
+#PATCHES=(
+#  "${FILESDIR}/cyrus-imapd-libcap-libs-r1.patch"
+#)
+
+pkg_setup() {
+   # https://bugs.gentoo.org/604466
+   

[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2021-05-06 Thread Sam James
commit: fe7a9e88d45b4faa1d05559f4434c3714d4c0662
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:45:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7a9e88

net-mail/cyrus-imapd: add github remote-id

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

 net-mail/cyrus-imapd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mail/cyrus-imapd/metadata.xml 
b/net-mail/cyrus-imapd/metadata.xml
index c0215ef6fa4..b48ec92db7c 100644
--- a/net-mail/cyrus-imapd/metadata.xml
+++ b/net-mail/cyrus-imapd/metadata.xml
@@ -12,4 +12,7 @@
 Enable Xapian search engine support
 Enable support for using dev-db/lmdb
   
+  
+cyrusimap/cyrus-imapd
+  
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2021-05-06 Thread Sam James
commit: 29d6fcf84037c3a3f25853afb616cb75f4b93e5e
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:47:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 23:26:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d6fcf8

net-mail/cyrus-imapd: fix metadata indentation

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

 net-mail/cyrus-imapd/metadata.xml | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/net-mail/cyrus-imapd/metadata.xml 
b/net-mail/cyrus-imapd/metadata.xml
index b48ec92db7c..07719eba802 100644
--- a/net-mail/cyrus-imapd/metadata.xml
+++ b/net-mail/cyrus-imapd/metadata.xml
@@ -1,18 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-Enable replication support
-Enable sieve support
-Enable http and http/2 support
-Enable building server binaries
-Enable backup service support
-Enable CalDAV alarm support
-Enable Xapian search engine support
-Enable support for using dev-db/lmdb
-  
-  
-cyrusimap/cyrus-imapd
-  
+   
+   
+   Enable replication support
+   Enable sieve support
+   Enable http and http/2 support
+   Enable building server binaries
+   Enable backup service support
+   Enable CalDAV alarm support
+   Enable Xapian search engine support
+   Enable support for using 
dev-db/lmdb
+   
+   
+   cyrusimap/cyrus-imapd
+   
 



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

2021-05-06 Thread Alessandro Barbieri
commit: f8572eba2e39803f8f70bca56d6a970b3930f5ae
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  6 23:07:15 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  6 23:07:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8572eba

dev-python/sphinx-click: initial import

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

 dev-python/sphinx-click/Manifest  |  1 +
 dev-python/sphinx-click/metadata.xml  | 16 ++
 dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 36 +++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
new file mode 100644
index 0..1434393d4
--- /dev/null
+++ b/dev-python/sphinx-click/Manifest
@@ -0,0 +1 @@
+DIST sphinx-click-2.7.1.tar.gz 17608 BLAKE2B 
4fe15f3e8ad413f36a9aa6125f973fdb8d150a0996a373bc877ccec1c40132d81235abaf28a1ab90e647cbdb6a9571d782078e1de19c98e76818c6a957490bec
 SHA512 
55749ab1f48569225558eda243c77991623418a2185fbda266d75d3a52f4551fb619b3024bb368d8332e55c0755da7a9da5b5da97158c9d8eefec3a2007f201e

diff --git a/dev-python/sphinx-click/metadata.xml 
b/dev-python/sphinx-click/metadata.xml
new file mode 100644
index 0..7a441fb5c
--- /dev/null
+++ b/dev-python/sphinx-click/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+sphinx-click is a Sphinx plugin that allows you to automatically extract 
documentation from a click-based application and include it in your docs.
+  
+  
+click-contrib/sphinx-click
+sphinx-click
+  
+

diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
new file mode 100644
index 0..199523156
--- /dev/null
+++ b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx plugin to automatically document click-based applications"
+HOMEPAGE="
+   https://github.com/click-contrib/sphinx-click
+   https://pypi.org/project/sphinx-click
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+#KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sphinx-1.5[${PYTHON_USEDEP}]
+   =dev-python/click-6[${PYTHON_USEDEP}]
+   

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

2021-05-06 Thread Alessandro Barbieri
commit: bbcdadc5f60aa25fa1cc6ed57087a8426929b00b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  6 13:59:25 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  6 23:07:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbcdadc5

dev-python/billiard: fix doc, test, python bump

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

 dev-python/billiard/billiard-3.6.4.0.ebuild | 21 -
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/dev-python/billiard/billiard-3.6.4.0.ebuild 
b/dev-python/billiard/billiard-3.6.4.0.ebuild
index 8839d6aae..1de9ff86b 100644
--- a/dev-python/billiard/billiard-3.6.4.0.ebuild
+++ b/dev-python/billiard/billiard-3.6.4.0.ebuild
@@ -3,9 +3,9 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1
 
 DESCRIPTION="Python multiprocessing fork"
 HOMEPAGE="
@@ -17,9 +17,6 @@ 
SRC_URI="https://github.com/celery/billiard/archive/refs/tags/v${PV}.tar.gz -> $
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-RESTRICT="test"
 
 RDEPEND=""
 DEPEND="
@@ -33,15 +30,5 @@ DEPEND="
 # The usual req'd for tests
 DISTUTILS_IN_SOURCE_BUILD=1
 
-python_compile_all() {
-   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( build/sphinx/html/. )
-   distutils-r1_python_install_all
-}
+distutils_enable_tests pytest
+distutils_enable_sphinx Doc



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

2021-05-06 Thread Alessandro Barbieri
commit: ec8e05cc19718859c6121a397f0702601e97b2cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  6 21:14:38 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  6 23:07:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec8e05cc

www-client/browsh: revert my last change

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

 www-client/browsh/browsh-1.6.4_p1.ebuild | 23 +--
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/www-client/browsh/browsh-1.6.4_p1.ebuild 
b/www-client/browsh/browsh-1.6.4_p1.ebuild
index 63e6bca03..59ff230f7 100644
--- a/www-client/browsh/browsh-1.6.4_p1.ebuild
+++ b/www-client/browsh/browsh-1.6.4_p1.ebuild
@@ -209,28 +209,7 @@ SRC_URI="
${EGO_SUM_SRC_URI}
 "
 S="${WORKDIR}/${PN}-${COMMIT}/interfacer"
-
-BUNDLED_NODE_MODULES_LICENSES="
-   0BSD
-   Apache-2.0
-   BSD
-   BSD-2
-   CC0-1.0
-   CC-BY-3.0
-   ISC
-   MIT
-   MPL-2.0
-   PSF-2
-   Unlicense
-   ZLIB
-   || ( AFL-2.1 BSD )
-   || ( BSD-2 MIT Apache-2.0 )
-   || ( BSD GPL-2 )
-   || ( LGPL-2 MIT )
-   || ( MIT GPL-3 )
-   || ( WTFPL-2 MIT )
-"
-LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-3.0 ISC LGPL-2.1 MIT MPL-2.0 
${BUNDLED_NODE_MODULES_LICENSES}"
+LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-3.0 ISC LGPL-2.1 MIT MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 



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

2021-05-06 Thread Michał Górny
commit: b07152e18d95d9c06725c04634c1ee1f0084c2ce
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 23:00:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 23:00:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07152e1

dev-python/httplib2: Remove old

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

 dev-python/httplib2/Manifest  |  1 -
 dev-python/httplib2/httplib2-0.19.0-r1.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/httplib2/Manifest b/dev-python/httplib2/Manifest
index 07236ee57f0..2cee1e7e3ce 100644
--- a/dev-python/httplib2/Manifest
+++ b/dev-python/httplib2/Manifest
@@ -1,2 +1 @@
-DIST httplib2-0.19.0.tar.gz 263522 BLAKE2B 
b35c8dcf86de17a5d8eac86a9a6b4110fb247925662e24a7645a67dfd0b2e640dc29875b41673c5a91a083f17e9619fd40dd08cf2c9ee7f48c8069bc14a50966
 SHA512 
9193a0e8e9a58a3f0e9b27fdf827932482a47b88af297af6e5f004164ca0b72feeff513b8191bf7c48d6714070a1390ae54eb8a2c6840f54f2580889c7837c7f
 DIST httplib2-0.19.1.tar.gz 263971 BLAKE2B 
ec254249f5c8df2a0dc3fe4e2e9088f6ca14ba84516be77450beacab41cd295d4e741ac6026471fcf8bb8464ebd732a0a856901e5c09324a0f96ad2338b397e7
 SHA512 
0c87b3c9923e81c83df5257ce60f7248d86a64aea0a02d5a3f34be68c692c6abd896f95214899dc6e81b23677efc7684a3cba4c1a47261176dd26c3988054e55

diff --git a/dev-python/httplib2/httplib2-0.19.0-r1.ebuild 
b/dev-python/httplib2/httplib2-0.19.0-r1.ebuild
deleted file mode 100644
index 24d843a2440..000
--- a/dev-python/httplib2/httplib2-0.19.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A comprehensive HTTP client library"
-HOMEPAGE="https://pypi.org/project/httplib2/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   app-misc/ca-certificates
-   dev-python/pyparsing[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}"/${PN}-0.12.1-use-system-cacerts.patch )
-
-src_prepare() {
-   sed -i -e '/--cov/d' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local deselect=(
-   # broken by using system certificates
-   tests/test_cacerts_from_env.py::test_certs_file_from_builtin
-   tests/test_cacerts_from_env.py::test_certs_file_from_environment
-   
tests/test_cacerts_from_env.py::test_with_certifi_removed_from_modules
-
-   # broken by new PySocks, probably
-   
tests/test_proxy.py::test_server_not_found_error_is_raised_for_invalid_hostname
-   tests/test_proxy.py::test_socks5_auth
-   )
-
-   # tests in python* are replaced by tests/
-   # upstream fails at cleaning up stuff
-   pytest -vv ${deselect[@]/#/--deselect } tests ||
-   die "Tests fail with ${EPYTHON}"
-}



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

2021-05-06 Thread Michał Górny
commit: 96a4438238b1670fb083505125867b1c8085b286
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 22:16:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 23:00:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a44382

xfce-base/thunar: Bump to 4.16.7

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.16.7.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 28b584d6585..bbe4f34129f 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,2 +1,3 @@
 DIST thunar-4.16.6.tar.bz2 2435447 BLAKE2B 
0ec50e8330643fc0c1881fa49ef1b8d0a90c8ef3ade3f7bb0756525381ec885137f808451db0eff52a0f51f337cf0de787dcb43544e52c832e8e94332345ea75
 SHA512 
2e9800935907477664d3a17bca5998266873a84423586f9e7ee3b7c6ba41314b372f7a6db5d9dd17f10af6405afafb808a78b8e8d07dbdfa8e00aa5fa9d3a552
+DIST thunar-4.16.7.tar.bz2 2427885 BLAKE2B 
ead71d045ebccf225e0d52d2d3531abdc63428e0f4463319aefc784ab052dfefd6887bc7cf946acc7976c86df0866d3873a3db68cb42054ef0d812f74bb76e95
 SHA512 
1b1ba2b78aef34aa87ea5a62c5715e94263463c2011cb073d58212529e300bef520079757d0f7550925ebc60183f0c9169ddb1f65098fd4d475187cef4cc3bd8
 DIST thunar-4.17.1.tar.bz2 2461612 BLAKE2B 
2afed1e57c3f81ba255a02c3d6092492292e143162c47813159fabca5a0891d7d089053fcbab8e0ec60436a94121828905bece8af2e1e91f5dc3884bf05703bb
 SHA512 
e6f5e70679dafd91d992a950f90b21ef062c7e262443c496724b170baf409e74342dc56d7a046124c0ad00a827c9b1ca616d34c74b543a61316e236810e537af

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



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

2021-05-06 Thread Michał Górny
commit: 1020ddf819abb175199b9ffa9fe673469ab06a4e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 23:03:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 23:03:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1020ddf8

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest| 14 ---
 dev-python/botocore/botocore-1.20.33.ebuild | 59 -
 dev-python/botocore/botocore-1.20.44.ebuild | 59 -
 dev-python/botocore/botocore-1.20.49.ebuild | 59 -
 dev-python/botocore/botocore-1.20.50.ebuild | 59 -
 dev-python/botocore/botocore-1.20.51.ebuild | 59 -
 dev-python/botocore/botocore-1.20.52.ebuild | 59 -
 dev-python/botocore/botocore-1.20.53.ebuild | 59 -
 dev-python/botocore/botocore-1.20.55.ebuild | 59 -
 dev-python/botocore/botocore-1.20.56.ebuild | 59 -
 dev-python/botocore/botocore-1.20.57.ebuild | 59 -
 dev-python/botocore/botocore-1.20.58.ebuild | 59 -
 dev-python/botocore/botocore-1.20.59.ebuild | 59 -
 dev-python/botocore/botocore-1.20.60.ebuild | 59 -
 dev-python/botocore/botocore-1.20.61.ebuild | 59 -
 15 files changed, 840 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 10b3cc55960..8a592bc398c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,18 +1,4 @@
-DIST botocore-1.20.33.tar.gz 7543656 BLAKE2B 
eefd7b06c5a43780982616cfd640c6a1c5d9e919b403c0f78be06833e8e618b142cabacf2dd3b3e13cf351bbd5d0d42ef23b314355f68f7d9dc6aa9cae6e377f
 SHA512 
6354ed7ebbe467ea96c0ea0e059acd2be0a40973d55998c0e006e73a67f2a69bd8009099f761af83e47022ad27698d3a21ffc2824ad4b74a687bc490239420e0
-DIST botocore-1.20.44.tar.gz 7596878 BLAKE2B 
935d4ea1c5212d29566c3344761b00d2eb03e7588bd7805072926ecd41f0fa03cd91e25802dc63078190c49f1b8503545bd0b2a88d702c04a961d57a0022080f
 SHA512 
eb7ae15bac4ae8ad516ebcd8166f65a809d7d02c11dde25b714f7bf673ecfeef9ea414ab4b53ac428ac948ee8b054666ba2f6c0a96e6d148ff46d94e6100350d
-DIST botocore-1.20.49.tar.gz 7630973 BLAKE2B 
89d10ece5cd645d6904046804c2b2d789d7d09c2aa231856f7b5529f54a4933c2bdcc800a64d3bbc27d9f4a7de7debcb3fbc37ead1923b7fa3dbb44b40dd97e8
 SHA512 
994f9ee04d0b7c99aee12be5823c29fdafe145b7db71df765ba798ba33650b2189fbbfd274aec1051a7e9be1d1ac0ebf19b61ce4d8afd98635e108bbb2c63351
-DIST botocore-1.20.50.tar.gz 7632505 BLAKE2B 
e52668e217d7dd9769df9cd8e45ee6b50dbc7c4e2f5cc2e05006e9770b45a10bf4f952fa2365511c92223e38b8a440950495ba435cd1a52b190f43f39a56ee73
 SHA512 
b6d564852d832269be9a553aa629fa5ec77185e997ebe6df16bbd5bd738982ddd8f25378d52286abb24f49bcc494829b9a40735125d62750878534f70c5b718e
-DIST botocore-1.20.51.tar.gz 7636119 BLAKE2B 
3c2892b1bdd7697232a3426874178b248aa7d026cd3559f46e5dc2e552cc5f9c7fc2a37575e69f31674e26eeaf2eae6015c8fc60e4b735e9c421dc2d47aa117b
 SHA512 
98a816632f618df85b8d4fe5b1871856e9b77e4b3c627fd189fb36e8170380fa7e2304178a5e3bfcea206e9a6829bc0eab2455e16e7f21fd7271a7491fc8faf0
-DIST botocore-1.20.52.tar.gz 7649448 BLAKE2B 
3b27f838ca985df19ab97200c57eea65e43202170aacec270974cd29c8b7f6ea4cab9ad9d53332059aba0d1736fcbb3dd5048b076d8d23ef71f542f734325fc2
 SHA512 
68a0a66ef0fb732b66ce81043b87dff9174a83edcb2bdfa4779bed05c76738e51f9934f29873cb7d8daf111750e7e5fc12229eb9838c96d3fc8e58b3290b2ca6
-DIST botocore-1.20.53.tar.gz 7650473 BLAKE2B 
797280da052c547c10dc7c391b4d070624bd52ae8372f46e29b863ef5abf02f167d459f1013e2b46e3bb6878203f6dc7dabbad141fc89a52a46a770ec45a0cfb
 SHA512 
ad7bc9fd06b24c8f15826ed19d6c5163d048206724c91dc82df58bb9d1bdcddaafd116543fe667df356fd5c098a975621f2e649df5937f97f54ddc9c15867252
 DIST botocore-1.20.54.tar.gz 7650344 BLAKE2B 
2dd0a3f8c7c5665e849cf74b663a88e63416f1dea8ca3ee7dbdf10cf35239d466919f2ae4b3c9a639b9e25a23d982b723b24f32ece43715d40283e96e3bf10f6
 SHA512 
77cdaf68378836205c94c7dfd8424f9ca44ac822fd418d323df30639157bb38e5534fcfbc5bb6cdd7695bec62e24a1d52b81a0be54b0f69f16d20c5182db004b
-DIST botocore-1.20.55.tar.gz 7652816 BLAKE2B 
fa31d72dc769629165a1fa26b23f27affa8bddc5441493dc7690429e323d8af5c71fe52c4d90b37f3233984cdeab0999609759a7df60e894023005ea88878a1b
 SHA512 
a4965c2a496b7e4a2fc28221cb2a1099ee7fe80744825ef2dbaecc129eb50bf82bc0f83ec2a0040745b59a6d556de8c066ecbd63287ed9c806b92a67937d8f02
-DIST botocore-1.20.56.tar.gz 7654165 BLAKE2B 
379dcdcb7f528124a925c5ec191448cd319ab687bea88adfef8e6bd2867d78c5a12e9829af93a8ddc6bd429b53225c73eb27ada2b469ce970ef5c6992d755bf7
 SHA512 
a414358bcef8a87523119b92b75cc152b3e5e3b7b27a04ad84e28b59367f91994870046ef3b2219ebfda4a0cb79e6a2b0b4f7f8cd2bf2133987358f1dd3bf4fd
-DIST botocore-1.20.57.tar.gz 7654823 BLAKE2B 

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

2021-05-06 Thread Michał Górny
commit: f57c955e0302b04ff30afb426dc2f74d409a8f2a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 22:12:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 23:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57c955e

dev-python/python-socks: Remove old

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

 dev-python/python-socks/Manifest  |  1 -
 dev-python/python-socks/python-socks-1.2.2.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-python/python-socks/Manifest b/dev-python/python-socks/Manifest
index 1cf6be7f60e..1d553bd2033 100644
--- a/dev-python/python-socks/Manifest
+++ b/dev-python/python-socks/Manifest
@@ -1,2 +1 @@
-DIST python-socks-1.2.2.gh.tar.gz 32141 BLAKE2B 
51e7c4a2319c4b9680f4568c2dba7f9b64bfb3ec8404dfbb6b30531b9ebeef5cefc95997df7663209909f38583040f3e58c7a9472a75276decef605f5af7c4ba
 SHA512 
27af2da348396e0bd5f6120de7bbb9b89533d3481bb1cbb72668aa28afaa84026fefbd4601b8fd0129d8f5add95b8e00d840d1298eb96b151091f2f64d92dd2f
 DIST python-socks-1.2.4.gh.tar.gz 32192 BLAKE2B 
fa06f9158348292bef874c81623c11a54556db9c36cd7428d7a835428d152f3a4925d59e14d87518dfaae9e6937324e35db99bb5e1000f29fe9caf11fa2f8318
 SHA512 
6e70d8d98b2901e97250d30b350002944d979356bb6cd7dd4022af420e166076259a7b1aa4845d771243b18ab3f06ee955f07482c527835bb0135f0622d804be

diff --git a/dev-python/python-socks/python-socks-1.2.2.ebuild 
b/dev-python/python-socks/python-socks-1.2.2.ebuild
deleted file mode 100644
index 63ec12cd3af..000
--- a/dev-python/python-socks/python-socks-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9}  )
-inherit distutils-r1
-
-DESCRIPTION="SOCKS4, SOCKS5, HTTP tunneling functionality for Python"
-HOMEPAGE="
-   https://pypi.org/project/python-socks/
-   https://github.com/romis2012/python-socks/;
-SRC_URI="
-   https://github.com/romis2012/python-socks/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# trio, curio are not packaged
-# asyncio is the only backend we have, so dep on its deps unconditionally
-RDEPEND="dev-python/async_timeout[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/async_timeout[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/yarl[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



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

2021-05-06 Thread Michał Górny
commit: 028f8d1e42fc521cf95ea4941ff31f9f2cf6a75a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 23:02:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 23:02:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028f8d1e

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest | 14 -
 dev-python/boto3/boto3-1.17.33.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.44.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.49.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.50.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.51.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.52.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.53.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.55.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.56.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.57.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.58.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.59.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.60.ebuild | 56 ---
 dev-python/boto3/boto3-1.17.61.ebuild | 56 ---
 15 files changed, 798 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 57f4d7a9e01..02c29b69995 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,18 +1,4 @@
-DIST boto3-1.17.33.tar.gz 352659 BLAKE2B 
b78e3ce86b32d23ade26d93d0c3ba86020a94becb42a866be6ee02f268819eb78fde398b4bd3125c5be6b493b28434c448411b9bd83eb631a3687019aa384ae0
 SHA512 
452cb1d165afe03a7603999033348524212d62742a026bc51677f5b64e9de98be2920c89f7aaf5999dd676c0c9ff098af055edc01edd97bad239815263ffbd38
-DIST boto3-1.17.44.tar.gz 358816 BLAKE2B 
1739762cf4723d6fde30080d468732dd6fb9bc9e2d66b37621a545262a60cc2783505f39dabad28af34d4f2d69720053a256cb823937a99b699d76513fb9294d
 SHA512 
69e3357f363e08b3135ffdf6aaac6049b0619fafd82049679b238f35013864cdf599452bd94ccd7c27a4da441bc81be79ebebd05b20460c45f5808c3b70cb9ca
-DIST boto3-1.17.49.tar.gz 360898 BLAKE2B 
6fa6fddf1f5df4d28ed2163feef1f3e3349c9096a9aaa2d07a9ed0c82c893a40227b8f714fec95bf271622e3243faf6b2f6d087bb0b09094ad99e1ae764c7795
 SHA512 
ed49d19cc9076828c01665af616d12e7b8466aaccaafb263ee845bec6dc3e49c79a85347c68230358658b39b8ff656b674f8812c69b820bb455b584152ce39d6
-DIST boto3-1.17.50.tar.gz 361144 BLAKE2B 
2c8549cfb2017e0a2aa6a164c286685e71abe8c7a773baeabc50603ab243b993db88f85a1e5d7d0d9e1c9541df8ed3bab70077d2890f73c1ef760f2bcae85894
 SHA512 
1cb9405de5b960f55f01ec5d13f3385e8ea99354fc465ae342d3b072ebe179be800ce3100304068731a0a9912b7ea09099c94fe9cf736d0e8a5c88c28d4c9b93
-DIST boto3-1.17.51.tar.gz 361593 BLAKE2B 
de24e80b4dc1f3011c824745af6cf521d166cacee0dd01884e23490441c12d78c868cb59635e73f2a0b0765339973ff98cb3db63d3d426555a32a38a
 SHA512 
c17047c24a1973ea34aec381c0a86e6c4ddac79aa4d1485a155fd92e5d21bc726659d14c829c2f1b4869341537adf4c03cfbcfd32aa8ced4d2966a8fe03256c2
-DIST boto3-1.17.52.tar.gz 361931 BLAKE2B 
d7660d9e304faeec4f0922a03df2805ee8e619ca0c7c0a822f9defa46ac3f1bf53158ae83034e885dd11382383365b6ef901e6f8c0f985fa327d9ebeb1ba54bd
 SHA512 
76f02eb6bd8e70a6b9c7a44ac14a479b23ba50f37ced6644c511e2bd3e8cd19f803c59e900f47918f52cb0be2522843d6a0c7dae18f595c7ac9f35ceee93c50a
-DIST boto3-1.17.53.tar.gz 362118 BLAKE2B 
5f143166cee5a3a3201eb2575cce540ba21772d1b436e255d304503ab49fadad80f737ae652fd6917bd70ee3a308b955a9c1bbe0e592d7df298f55089638b4dd
 SHA512 
87496e0ab4ac12cbd8f0c10669f8d64f4e6183baf5bdc4f7f4e732e46e073d8a54417149e21f10c6b38562f3f105646d85dc21675ca23f75c9a8dba252f571b1
 DIST boto3-1.17.54.tar.gz 362224 BLAKE2B 
d67ea9a2833d4cf6ec50fc4eab9c194f813f92ef00fa0d1638e0dca0bf03a92fa5208707b3ceda70759231aa69c35bf83028eada42d04209a55d05daf37ce764
 SHA512 
795a78807e8aad9ba53b196ac6b3547e23d2f7cc962a34121280fe47dfa8f99eac19765c87817918c6ee36dfb7e2b647e5646b7da27eb67900f29430bfe2fb5c
-DIST boto3-1.17.55.tar.gz 362821 BLAKE2B 
82d4b8fccc858fe3eab1d225cac7b4b51e9a24317e4f405804abd1d6e78f821e00c63a94d02f335313b1c884ab9f8246a7764335d1ab0bbcf6afb613184a7215
 SHA512 
e7496112ed5dece4f74bf9ea48324b719207e878e3d8fbe642e2bc3d13e653942c4712120cdf6be01cde1511210cd74be549b68032589962d49db68e9d29deb5
-DIST boto3-1.17.56.tar.gz 363210 BLAKE2B 
cd3fd8fbeaf55ef7b3b4fb9ec345619f7b0fb084c452c1f256c839fd57b9b060468fbb29d104004e4dbe06445911fca5ca91bba7e95fbbb4fcd3856051290368
 SHA512 
936a358a06328c8b97bdaf86fe86e56230ec9e84f7d31e9840de646e8db090b2ede21615a6c394c2e7bf572df649601b00b71ade4bd19786c04e11a0381a9787
-DIST boto3-1.17.57.tar.gz 363474 BLAKE2B 

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

2021-05-06 Thread Michał Górny
commit: b7d04cfd29ebbc9853cffecb4506f1508e84b372
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 22:12:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 23:00:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d04cfd

dev-python/rope: Remove old

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

 dev-python/rope/rope-0.18.0.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/dev-python/rope/rope-0.18.0.ebuild 
b/dev-python/rope/rope-0.18.0.ebuild
deleted file mode 100644
index d41554d306b..000
--- a/dev-python/rope/rope-0.18.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Not yet ready for py3.9: https://github.com/python-rope/rope/issues/299
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python refactoring library"
-HOMEPAGE="https://github.com/python-rope/rope;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc"
-
-# Dependency for docbuild documentation which is not noted in
-# setup.py, using standard docutils builds docs successfully.
-DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_compile_all() {
-   if use doc; then
-   pushd docs > /dev/null || die
-   mkdir build || die
-   local i
-   for i in ./*.rst; do
-   rst2html.py $i > ./build/${i/rst/html} || die
-   done
-   popd > /dev/null || die
-   fi
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/. )
-   distutils-r1_python_install_all
-}



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

2021-05-06 Thread Sam James
commit: c9e27ef47fc373a2e55a4179ce01e08172b41eda
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:34:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:34:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e27ef4

dev-python/scipy: Stabilize 1.6.2 ppc64, #788544

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

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

diff --git a/dev-python/scipy/scipy-1.6.2.ebuild 
b/dev-python/scipy/scipy-1.6.2.ebuild
index 9bbfd69f4ac..5bb4bcf91ec 100644
--- a/dev-python/scipy/scipy-1.6.2.ebuild
+++ b/dev-python/scipy/scipy-1.6.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="doc sparse"
 
 DEPEND="



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

2021-05-06 Thread Sam James
commit: dedc7c98580722dc199e6e6e011406ce4750aeaa
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:22:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:22:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedc7c98

dev-python/boto3: Stabilize 1.17.54 ALLARCHES, #788475

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

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

diff --git a/dev-python/boto3/boto3-1.17.54.ebuild 
b/dev-python/boto3/boto3-1.17.54.ebuild
index 74b9170a911..2f9ae1e99fd 100644
--- a/dev-python/boto3/boto3-1.17.54.ebuild
+++ b/dev-python/boto3/boto3-1.17.54.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
BOTOCORE_PV=${PV}
 else
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"



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

2021-05-06 Thread Sam James
commit: 72439d69ebe2f6bc213e44e4c5d69dc088d13925
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:22:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:22:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72439d69

dev-python/botocore: Stabilize 1.20.54 ALLARCHES, #788475

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

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

diff --git a/dev-python/botocore/botocore-1.20.54.ebuild 
b/dev-python/botocore/botocore-1.20.54.ebuild
index 4e5d698e619..51bb10d6739 100644
--- a/dev-python/botocore/botocore-1.20.54.ebuild
+++ b/dev-python/botocore/botocore-1.20.54.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 fi
 
 RDEPEND="



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

2021-05-06 Thread Sam James
commit: 52b345165e7f0105a9b3f646b2764235bd50f888
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b34516

dev-python/httplib2: Stabilize 0.19.1 ALLARCHES, #788499

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

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

diff --git a/dev-python/httplib2/httplib2-0.19.1.ebuild 
b/dev-python/httplib2/httplib2-0.19.1.ebuild
index 39da0f2066a..43b6d5c371b 100644
--- a/dev-python/httplib2/httplib2-0.19.1.ebuild
+++ b/dev-python/httplib2/httplib2-0.19.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
app-misc/ca-certificates



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

2021-05-06 Thread Sam James
commit: aaca3816e103367152806fc0610db049001e77bd
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaca3816

dev-util/glslang: Stabilize 11.2.0 amd64, #788259

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

 dev-util/glslang/glslang-11.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-11.2.0.ebuild 
b/dev-util/glslang/glslang-11.2.0.ebuild
index af62c3f0471..8481be2248a 100644
--- a/dev-util/glslang/glslang-11.2.0.ebuild
+++ b/dev-util/glslang/glslang-11.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
 else
SNAPSHOT_COMMIT="${PV}"

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



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

2021-05-06 Thread Sam James
commit: acc79009827ee7f082a7fbf4bdd84d86768313a5
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc79009

dev-util/vulkan-tools: Stabilize 1.2.170 amd64, #788259

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

 dev-util/vulkan-tools/vulkan-tools-1.2.170.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.170.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.2.170.ebuild
index 092c8e67b1d..6a7567745c0 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.2.170.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.2.170.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ppc ppc64"
+   KEYWORDS="amd64 arm arm64 ppc ppc64"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-05-06 Thread Sam James
commit: 3f39a776363be8babc1c54e2fb1323dcb09c5a8d
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f39a776

media-libs/vulkan-loader: Stabilize 1.2.170 amd64, #788259

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

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

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild
index 37858d85bee..e9cd2744319 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.170.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.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}-${PV}
 fi
 



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

2021-05-06 Thread Sam James
commit: 1086977f877127841cb8b1e486d57108c32268c2
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1086977f

dev-util/spirv-tools: Stabilize 2021.0_pre20210327 amd64, #788259

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

 dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild 
b/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild
index ea0f554af35..e5c5acb4e50 100644
--- a/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2021.0_pre20210327.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="1b35745ad1c9a988bc427b976a9a2fe7afd4dada"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.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}-${EGIT_COMMIT}
 fi
 



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

2021-05-06 Thread Sam James
commit: 9d6a992822562a59642bc8dead2877d5d2ea60f0
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6a9928

media-libs/vulkan-layers: Stabilize 1.2.170 amd64, #788259

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

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

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild
index 03a33dc0101..b48e5e0c515 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.2.170.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.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}-${PV}
 fi
 



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

2021-05-06 Thread Sam James
commit: 09f6031ae3b17696674ad45a2186a776c3d92748
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f6031a

dev-util/vulkan-headers: Stabilize 1.2.170 amd64, #788259

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

 dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild
index 39ef38de165..118ed20a994 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.170.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.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}-${PV}
 fi
 



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

2021-05-06 Thread Sam James
commit: 365aeaf69e3add5a83aba059d07a6d49e8331414
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365aeaf6

media-libs/shaderc: Stabilize 2020.6_pre20210327 amd64, #788259

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

 media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild 
b/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild
index e86397f0f38..0870ce299ce 100644
--- a/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild
+++ b/media-libs/shaderc/shaderc-2020.6_pre20210327.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



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

2021-05-06 Thread Sam James
commit: 217c1ce38a5e5ac5466a9cec7e21211e73a683a9
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:21:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:21:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217c1ce3

dev-util/spirv-headers: Stabilize 1.5.4.2_pre20210327 amd64, #788259

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

 dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild
index c07c6ce947b..35296197f77 100644
--- a/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.5.4.2_pre20210327.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
 
 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2021-05-06 Thread Sam James
commit: b8403eed8ea1c2c972a940cb93088d2908000f37
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:12:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:12:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8403eed

dev-util/glade: Stabilize 3.38.2 arm64, #747451

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

 dev-util/glade/glade-3.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glade/glade-3.38.2.ebuild 
b/dev-util/glade/glade-3.38.2.ebuild
index c59c3571ebc..365fa284274 100644
--- a/dev-util/glade/glade-3.38.2.ebuild
+++ b/dev-util/glade/glade-3.38.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://glade.gnome.org/;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="3.10/13" # subslot = suffix of libgladeui-2.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="gjs gtk-doc +introspection python webkit"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-05-06 Thread Sam James
commit: e80370cca041aed72c917e6c63bcdf2281eb23e2
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:12:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:12:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80370cc

net-im/pidgin: Stabilize 2.14.3-r1 arm, #787038

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

 net-im/pidgin/pidgin-2.14.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.3-r1.ebuild 
b/net-im/pidgin/pidgin-2.14.3-r1.ebuild
index 6f987c17244..195abc7995c 100644
--- a/net-im/pidgin/pidgin-2.14.3-r1.ebuild
+++ b/net-im/pidgin/pidgin-2.14.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
 meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
 tk +xscreensaver zephyr zeroconf"



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

2021-05-06 Thread Sam James
commit: 68536618f52f7b3865e5015790321c9bc5e8dadb
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:08:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:08:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68536618

sys-kernel/gentoo-kernel-bin: bump to 5.11.18 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.11.18-r1.ebuild| 115 +
 2 files changed, 116 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 1c0cf4c34a6..249b0193ebf 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -75,6 +75,7 @@ DIST gentoo-kernel-5.11.17-1.amd64.xpak 65875998 BLAKE2B 
7cc50e3dda86d12594b42ef
 DIST gentoo-kernel-5.11.17-1.arm64.xpak 59810001 BLAKE2B 
4b273905836750c6f2ec2732de4606316bc5e58eb2afbba4302f4d0a743f1e5ca423b158bf980a34cfdbe53847f7fa28b5b054ef2f03fc59835ad100e9042ffc
 SHA512 
07766090431c0f498ff90e60ab24e5b77c8ac273bcbbf62f8e64b702c7db7bfbb2f7430641c1db0a1cf71854efeb45f437bbcdbd51592a0338d7e626719c0007
 DIST gentoo-kernel-5.11.17-1.x86.xpak 57637749 BLAKE2B 
9895d3b82d997f882684822cab8d726d8766992b2c5c7d4012135bf7274e51a8ae30e531d34fc2d4da679361785afe947e28cfc17154ebba965da96b9aaf472d
 SHA512 
fc21308734dfd9968d97a6b7ab12c9673fb6b5bc8fbb679aace38ddc8258e132c62eb5258d96ba0d5b771326952ad80c7be790fc1c3a8993091f04d27c6a2d08
 DIST gentoo-kernel-5.11.18-1.amd64.xpak 65852667 BLAKE2B 
29ddd550bd6cfec25809c53875bb96ac0c61418fc2707435e2e6571e581dc8df7e0986615073b3e9226eefbe6f587e454b4710a3a876550aa2f4f582001d031e
 SHA512 
fa5af0e8a3bcfc2058b5cb5449707e1e156df6095ceb2ac7d75466fd181e0d0f15bb637671c17876817b82471853581a1feaa32102733c60193dd0d26ffee61d
+DIST gentoo-kernel-5.11.18-1.arm64.xpak 59841788 BLAKE2B 
8f954d6986e3d4d1c7a7f9f44f39d8817fb01bffd933ecf7124432f9626e5a6d77cdee800d9147e49334c2920f6149ef4cc8e4120709cff8ba61463dc953504d
 SHA512 
f83a415929c3195c7dcc85df311fc2b4b10083d9f5ebbc1098cf489efd9eee8418b540b342b84b7fee6323d5e4d84cad9c83cb0179a7caf84c62fff8ca667c30
 DIST gentoo-kernel-5.11.18-1.x86.xpak 57632889 BLAKE2B 
449dfd81cb72441bb85baa686f3ac6c17f54febd6ad8a48b9c16ee7c3821dc2fc0a5e44480fdec74fb28cf345864a72c4493335d23ffa4735cd7735a1cc9fc93
 SHA512 
564e98fc485c43b65aa3a1a6e40b30d03ea8927a2588ee82d9f890704db7d51002400c59b75455366e2d86dd59ccbec74f18d1ef5e906bbd2a084f22b66f3d30
 DIST gentoo-kernel-5.4.109-1.amd64.xpak 61197533 BLAKE2B 
d192b84c8e00a992256d44bce33975e29f7ae330a62a5902df14ca08ac5222c3bdbcb1ac27df36db615deecd7af7e264842c2aa358e4cc54e830f3507f5ad034
 SHA512 
33f192621fa3aa692e7b77897e57e50c7af81cb3ba6a40fd090bdafb5ed7b83dc83438028fc6999723e7f82a22635462746a92ced5439f136c56e0559c85b945
 DIST gentoo-kernel-5.4.109-1.arm64.xpak 56430663 BLAKE2B 
6079b762ab5cdeb0c745a1a030e4a3af36883588c88dcb8c8cd811aa47d7cbaebc573b152f01fed451dbbfda1ec89ed400270e6fda4e3e1df1aec497b3f7815a
 SHA512 
2d29230577255473618d698363af8c7ef8dd9dd3dcaeaec8fc8802e453838d2c1685e001a6ceb784f6c6ab77fb2b991366e213fec9c45b5763a3a5f57674cef7

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.18-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.18-r1.ebuild
new file mode 100644
index 000..2760e617c65
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.18-r1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default

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

2021-05-06 Thread Sam James
commit: ef64dd5ba047be30ebe7281a6418d287eca333e6
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:07:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:07:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef64dd5b

sys-kernel/gentoo-kernel-bin: bump to 5.10.34 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.34-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 156bb78d8b9..29d407bc9a0 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -57,6 +57,7 @@ DIST gentoo-kernel-5.10.33-1.amd64.xpak 65526470 BLAKE2B 
205070bff9d1a7f7e58a26f
 DIST gentoo-kernel-5.10.33-1.arm64.xpak 59313277 BLAKE2B 
db163fcb9b75ad919fa1aa329b653ecb82eabfae6e50a2f2a32aae8acc7c9802ff76f4c84fe1dd180f20511dd100d695c9c8e7db1e93f93a284b18061cb16fce
 SHA512 
50f979a6314a4603a4f3bbc906fc4ac9d3854b666bcbe83e6a1c3b9209c33aff9fad4f291d491b8ce188f17188759703a2da665d170c317bb47d1ca283571976
 DIST gentoo-kernel-5.10.33-1.x86.xpak 57243809 BLAKE2B 
209b1c49bb4d43ca73a438b021bee5274a003caf6c94fe1448f61bd39ba4ce6ddb021125b998e386edc16662c5266945c876b2ad4d5986f177088a2425a31895
 SHA512 
5399b3788dea2172112d3e52082bfd5a2120accf50acdd0a5a4897e495413b706a237c5f82ae6dd9a6e8a95c41aaa1f06c475043fa4c88bf81dac11b1fab79e9
 DIST gentoo-kernel-5.10.34-1.amd64.xpak 65503671 BLAKE2B 
130669ba72a60ab46b5925a425cde7ce6ca9e4a6097bb07f579c237933c9e7d6c5515a66844eff947d2f7710a5ef3c3345b0f5c3fcb48475d13a4dacd82410e9
 SHA512 
4075bc549479915431eba85258b3614ca6a0809a069b2f595acbaf550be9ed0002b862fc7c10dcd87950e195da9c9bc455fa93182d42a67db276cafee662fb5d
+DIST gentoo-kernel-5.10.34-1.arm64.xpak 59370469 BLAKE2B 
1f781b6a610a469a88dd1c8cc302b34a11c9b95d6c6b0eefdb2993af00fb8fb98a6eea86d010792b61b7b425079925a9e8c324091979290f607586f9b1bf14e9
 SHA512 
3bbf3e6b850d227be72602561dcc31f859ebcb85c9fbf89d7a024915c883ffb96ddbd34df85f4e3dbfea5b72126e79de006d05b32f6afcdab2fbe08a6e757b93
 DIST gentoo-kernel-5.10.34-1.x86.xpak 57242621 BLAKE2B 
14d65a4c58ba3e115ec868dac865f1ccc44db854815b14a657b08d07de8a0e5ba37cff3f1546b6a033b0578bf1c8fcf7f55a7d37d6e14b1ebce1df92d78bab94
 SHA512 
b5c32babfbc891d0f7e1f4c6aa6ef18ae46819e2c65bec54123e62bea50a345888571ab26ef2c56455f81869554fdb1516e942ba77bca49d5861d9ae23a0914a
 DIST gentoo-kernel-5.11.13-1.amd64.xpak 64685029 BLAKE2B 
7d6794c5fd15434d2ad93d36678476e4a6aa3ad9ff77140a0bc8d74b0c87155898e8f1f76dfd40f72c878d9ddca7b7f1a9f0d4be2a600c5e2c18a77a3439e9d5
 SHA512 
d8c0fb975ee35e6d71b3b255800179805c9e70bfa7ef5299a38145c6cfd4f60720281c70f2d16a409a10c4ee6c6f26ac2e0c3151b114ced91c747371b59885b0
 DIST gentoo-kernel-5.11.13-1.arm64.xpak 59816443 BLAKE2B 
f3bd4b929cd103f95b91f0c0f28f324f8e316e1cc4b310742d159b8dbdb6c288d9424984e0859873924ac7eb34f12278b2086ad48fbf11da955f0b390dfda619
 SHA512 
6aae6cd29857eb897a167e359f9628692803bb75a0a1f235468a1b95e9c2f3d9525f33d6673b5c12edb5d9feba29210a79d8030d151a5b7260119a81eef57e1d

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.34-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.34-r1.ebuild
new file mode 100644
index 000..8198cf5ace0
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.34-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}

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

2021-05-06 Thread Sam James
commit: 79644d2b1c01c310116cdc699b943df2428b4090
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:07:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:07:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79644d2b

sys-kernel/gentoo-kernel-bin: bump to 5.11.17 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.11.17-r1.ebuild| 115 +
 2 files changed, 116 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 29d407bc9a0..1c0cf4c34a6 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -72,6 +72,7 @@ DIST gentoo-kernel-5.11.16-1.amd64.xpak 65844402 BLAKE2B 
13a0ffb59cfb9ade1f99ce6
 DIST gentoo-kernel-5.11.16-1.x86.xpak 57639335 BLAKE2B 
2bb1d74691e8808ed4274b617dcf2920f5b5d1e1997ab3e336afb2d909dd4221a8acabe58b50cb90853e556caa64a2240cf6844cfde515286e7644a1463e065f
 SHA512 
8cb39baef55953fa39a8ff6884ba27ad7555472bdac99689de1965e247fab9cc1874584a1b023457d44a80b4c7482bb92133f016323be94fc93e23b34f116952
 DIST gentoo-kernel-5.11.16-2.arm64.xpak 59712835 BLAKE2B 
e87d91e937a21779bf92ffb97c6b6117db5006610923e7e037106eca0c2f5b3db199f32c0b0d5c9b26b8f7714e1712b6c6395a82f02e222626ed17820a6ec8f9
 SHA512 
6fc39015f785ab36f52dd667eeb0802628e900b123c4723be8707efc2eaea021fd210d56cec16f52b94789da576206c4d0830055b72a03b82c238d3ce26a31f8
 DIST gentoo-kernel-5.11.17-1.amd64.xpak 65875998 BLAKE2B 
7cc50e3dda86d12594b42eff1221e437d41de7a1e7e31255741e3e43b036a6472f0d11e31de7e5a88cbb5b78dbdc172261aa7a91f6fe0299ebd91724517480e3
 SHA512 
0bb7d5f288defb7c5e01a7caecd1ae0fc8ac32e367d0910ef38c0f006efc841cc60dc1c83958db5e44452d68f6888b815f498eca0c4a6f2a16702581c71e536d
+DIST gentoo-kernel-5.11.17-1.arm64.xpak 59810001 BLAKE2B 
4b273905836750c6f2ec2732de4606316bc5e58eb2afbba4302f4d0a743f1e5ca423b158bf980a34cfdbe53847f7fa28b5b054ef2f03fc59835ad100e9042ffc
 SHA512 
07766090431c0f498ff90e60ab24e5b77c8ac273bcbbf62f8e64b702c7db7bfbb2f7430641c1db0a1cf71854efeb45f437bbcdbd51592a0338d7e626719c0007
 DIST gentoo-kernel-5.11.17-1.x86.xpak 57637749 BLAKE2B 
9895d3b82d997f882684822cab8d726d8766992b2c5c7d4012135bf7274e51a8ae30e531d34fc2d4da679361785afe947e28cfc17154ebba965da96b9aaf472d
 SHA512 
fc21308734dfd9968d97a6b7ab12c9673fb6b5bc8fbb679aace38ddc8258e132c62eb5258d96ba0d5b771326952ad80c7be790fc1c3a8993091f04d27c6a2d08
 DIST gentoo-kernel-5.11.18-1.amd64.xpak 65852667 BLAKE2B 
29ddd550bd6cfec25809c53875bb96ac0c61418fc2707435e2e6571e581dc8df7e0986615073b3e9226eefbe6f587e454b4710a3a876550aa2f4f582001d031e
 SHA512 
fa5af0e8a3bcfc2058b5cb5449707e1e156df6095ceb2ac7d75466fd181e0d0f15bb637671c17876817b82471853581a1feaa32102733c60193dd0d26ffee61d
 DIST gentoo-kernel-5.11.18-1.x86.xpak 57632889 BLAKE2B 
449dfd81cb72441bb85baa686f3ac6c17f54febd6ad8a48b9c16ee7c3821dc2fc0a5e44480fdec74fb28cf345864a72c4493335d23ffa4735cd7735a1cc9fc93
 SHA512 
564e98fc485c43b65aa3a1a6e40b30d03ea8927a2588ee82d9f890704db7d51002400c59b75455366e2d86dd59ccbec74f18d1ef5e906bbd2a084f22b66f3d30

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.17-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.17-r1.ebuild
new file mode 100644
index 000..2760e617c65
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.17-r1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}

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

2021-05-06 Thread Sam James
commit: 469b243aef6afdcb8dc8d748fb6aa67348acf9eb
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:07:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:07:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469b243a

sys-kernel/gentoo-kernel-bin: bump to 5.10.33 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.33-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index da1b15f0d12..156bb78d8b9 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -54,6 +54,7 @@ DIST gentoo-kernel-5.10.32-1.amd64.xpak 65550906 BLAKE2B 
f03d5f538112a8c9628095f
 DIST gentoo-kernel-5.10.32-1.x86.xpak 57243485 BLAKE2B 
60cbb54acd5f311f1d79d997c1b030944cde923045d5f2a06fa3e260365ec1e820880129a052bf9c4e726d341e89bebb8983c240c2dd88aab74bfcf8ee5663f0
 SHA512 
2cc92d68c9d8622f55d11ebb6eb1364e3b626b0158745653e5430af21e4bfdce5697a94e30dd10d85103276021c4f3c0e1fe84fe03c44d66a37b96e81b61e9d2
 DIST gentoo-kernel-5.10.32-2.arm64.xpak 59279295 BLAKE2B 
61aba86c3ab67ddcea5bae71a12e354aea1b319a2bb0acfdea062bc036cb9d7880c1729000aa961eb6bfe8b1a8bf43c4a4e0a15b620e0a9940bc19b56151d271
 SHA512 
26345c3246e710bd7c9106269619850e37749afa8f8fb6364230cc45486f614e18deec356b35bef1ca311623cd87c396285a12e6c6bb7d0908ddbfa09fdba5cb
 DIST gentoo-kernel-5.10.33-1.amd64.xpak 65526470 BLAKE2B 
205070bff9d1a7f7e58a26fcca367c325272d0f7e0cab1bda70fbe451ee7f5ee9a9a52d89cadc43d879e1d026a0feae2d8cd3756b53ab1b94f797af88bd3b038
 SHA512 
d01f6e9e00bad450cc71e2cf079d0306ce2d3f234d477cf44507d984c64efb77be3b20b27c05d81b41cd3329e6bec654a284202dd409c74f625af65d4f1d9c15
+DIST gentoo-kernel-5.10.33-1.arm64.xpak 59313277 BLAKE2B 
db163fcb9b75ad919fa1aa329b653ecb82eabfae6e50a2f2a32aae8acc7c9802ff76f4c84fe1dd180f20511dd100d695c9c8e7db1e93f93a284b18061cb16fce
 SHA512 
50f979a6314a4603a4f3bbc906fc4ac9d3854b666bcbe83e6a1c3b9209c33aff9fad4f291d491b8ce188f17188759703a2da665d170c317bb47d1ca283571976
 DIST gentoo-kernel-5.10.33-1.x86.xpak 57243809 BLAKE2B 
209b1c49bb4d43ca73a438b021bee5274a003caf6c94fe1448f61bd39ba4ce6ddb021125b998e386edc16662c5266945c876b2ad4d5986f177088a2425a31895
 SHA512 
5399b3788dea2172112d3e52082bfd5a2120accf50acdd0a5a4897e495413b706a237c5f82ae6dd9a6e8a95c41aaa1f06c475043fa4c88bf81dac11b1fab79e9
 DIST gentoo-kernel-5.10.34-1.amd64.xpak 65503671 BLAKE2B 
130669ba72a60ab46b5925a425cde7ce6ca9e4a6097bb07f579c237933c9e7d6c5515a66844eff947d2f7710a5ef3c3345b0f5c3fcb48475d13a4dacd82410e9
 SHA512 
4075bc549479915431eba85258b3614ca6a0809a069b2f595acbaf550be9ed0002b862fc7c10dcd87950e195da9c9bc455fa93182d42a67db276cafee662fb5d
 DIST gentoo-kernel-5.10.34-1.x86.xpak 57242621 BLAKE2B 
14d65a4c58ba3e115ec868dac865f1ccc44db854815b14a657b08d07de8a0e5ba37cff3f1546b6a033b0578bf1c8fcf7f55a7d37d6e14b1ebce1df92d78bab94
 SHA512 
b5c32babfbc891d0f7e1f4c6aa6ef18ae46819e2c65bec54123e62bea50a345888571ab26ef2c56455f81869554fdb1516e942ba77bca49d5861d9ae23a0914a

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.33-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.33-r1.ebuild
new file mode 100644
index 000..8198cf5ace0
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.33-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}
+

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

2021-05-06 Thread Sam James
commit: afaeea74f7488976e69bc36f36c72584180ef04e
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:07:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:07:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaeea74

sys-kernel/gentoo-kernel-bin: bump to 5.4.116 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.4.116-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index dbbf8c82bac..da1b15f0d12 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -92,6 +92,7 @@ DIST gentoo-kernel-5.4.115-1.amd64.xpak 61381562 BLAKE2B 
e36468cb61a73daffd9709b
 DIST gentoo-kernel-5.4.115-1.arm64.xpak 56473345 BLAKE2B 
ba662f7d08629dc4fd8978de1db9f0f4400cde21802590a168f9737da03013e27c09a5ecbadcc99f482c935f20db61f9395bc006390b46bea45af305f1677620
 SHA512 
2ee5adf31d0a8c2bfa76cfadd5c56e818cf31cea3323c91517cd752ce4c87256c2a4f33583119977e37538669d5e2046f77fdd0b9c6adf15ccc498e7179a2088
 DIST gentoo-kernel-5.4.115-1.x86.xpak 53174038 BLAKE2B 
497eafe82f52493f8fb9c9703be26f6df39a8e7f5d123c8e26f46b53c6d13531674da658d965d50159e52275c1c91490136372bc14828a90164bb21aa8ccbf32
 SHA512 
c10f98b0160f5809aa734c9e74f189e9d55ea5e4b568a9fa6d1d269606d683dd117c193cea412d61ac9899b2690ac364a2f57a16582c58ed512386e78d029b8b
 DIST gentoo-kernel-5.4.116-1.amd64.xpak 61373865 BLAKE2B 
f2868de00d60fcc3dbcf6fc7afa2b15bd8b4565b4816880799e9af75ff9f48d2318162b5e245aea5d88d6542a06b10ee0e0aec3424272a1999360d80686896f5
 SHA512 
18c64132b59135c7c9795a396617b3219b35ba8feebac4a71144275c08e2985038328caf025aaa1eec3c49f59e5a4739f30909497d34e4dc09e842f53ed810ac
+DIST gentoo-kernel-5.4.116-1.arm64.xpak 56420378 BLAKE2B 
52e761eb0fd9e8ede65a61816d9e103f93ae016f7e10dbc9181e6a56221e812bf1ddc64a40795c4385ed55b53e0039406dbd01abcf942c326ba0a40aa4af5f00
 SHA512 
136463cd8ec9099c4204ec540d24a1b9dfe1285116312382d1206cab1f244bc2ce9b635d3dff6571b9f278694a14a7cad55a246059922d44a68dd9b2181ba8d4
 DIST gentoo-kernel-5.4.116-1.x86.xpak 53182632 BLAKE2B 
7fa5f8eaa056bae7438488df24870f25c411190f0bfc1822de0d6369f7a0aaecc1791df4ca596137bd2eea694d88407b3b1303766c423592033c8a2ebf1416da
 SHA512 
f3d70d2479009a7c1174c6ae3e8acddc069b4132c315e9a122fb4d7441eb7e6fc18564d84343af4ed931ea2fb03c46b911d7d5ef4f1951f7de48b7f56bf6ef34
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.116-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.116-r1.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.116-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}
+
+src_configure() {
+   

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

2021-05-06 Thread Sam James
commit: 49813f5678a35c5168338d3318dd5db33fc97997
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 22:06:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 22:06:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49813f56

sys-kernel/gentoo-kernel-bin: bump to 5.4.115 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.4.115-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 1f318f87f8b..dbbf8c82bac 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -89,6 +89,7 @@ DIST gentoo-kernel-5.4.114-1.amd64.xpak 61383665 BLAKE2B 
54805c103f9be50fc636b7d
 DIST gentoo-kernel-5.4.114-1.x86.xpak 53172196 BLAKE2B 
d11355419540bb3149a6f9b1f9d8af340fbdf4f3e9bfb4fbd99a03de508e91b49534258dbbcebfaa48aa25b03093556bb5c3f440a639d3982f3b60f30754c85b
 SHA512 
2b2ac728cfa27666bcdcb7bd1bebe8800f407796a645028820a549c74e1f17095929ae9eae05f2b31700899cbb328a3b588912e435d096af8d712c8008b7428a
 DIST gentoo-kernel-5.4.114-2.arm64.xpak 56441576 BLAKE2B 
1eac86f2b8e73c69f018fddc276699bf6cee7719828f0c740cbe075dc9edccd80ecbb79da9c3cba4bb95d8a1903127c315b4a42b785e2933d4eb2efb2b2e163e
 SHA512 
cdff3b3c277cc3a248e636a609ce60bf9d94465a73f96a1d38a77743f61898d2e848d3377526cb4c5e9292ff2755e67b5e93dfbc18653da71dcbbe1f70cde8d4
 DIST gentoo-kernel-5.4.115-1.amd64.xpak 61381562 BLAKE2B 
e36468cb61a73daffd9709bc8e13eb1c11a0ec1e8f68df55c07eaa50e7538337534ca48342b019b308c99c121628f55c868a5577b2c1a5a4a67cdd72a6fea8ef
 SHA512 
5bb1836cfd7b746aa5d8e947d6fe63c368f86a0d439e56106a77b3f3c3999d3761f238bfd76b5785035ff68869da271a2c3a4dfb5f09fb16b343e0d296ad9d60
+DIST gentoo-kernel-5.4.115-1.arm64.xpak 56473345 BLAKE2B 
ba662f7d08629dc4fd8978de1db9f0f4400cde21802590a168f9737da03013e27c09a5ecbadcc99f482c935f20db61f9395bc006390b46bea45af305f1677620
 SHA512 
2ee5adf31d0a8c2bfa76cfadd5c56e818cf31cea3323c91517cd752ce4c87256c2a4f33583119977e37538669d5e2046f77fdd0b9c6adf15ccc498e7179a2088
 DIST gentoo-kernel-5.4.115-1.x86.xpak 53174038 BLAKE2B 
497eafe82f52493f8fb9c9703be26f6df39a8e7f5d123c8e26f46b53c6d13531674da658d965d50159e52275c1c91490136372bc14828a90164bb21aa8ccbf32
 SHA512 
c10f98b0160f5809aa734c9e74f189e9d55ea5e4b568a9fa6d1d269606d683dd117c193cea412d61ac9899b2690ac364a2f57a16582c58ed512386e78d029b8b
 DIST gentoo-kernel-5.4.116-1.amd64.xpak 61373865 BLAKE2B 
f2868de00d60fcc3dbcf6fc7afa2b15bd8b4565b4816880799e9af75ff9f48d2318162b5e245aea5d88d6542a06b10ee0e0aec3424272a1999360d80686896f5
 SHA512 
18c64132b59135c7c9795a396617b3219b35ba8feebac4a71144275c08e2985038328caf025aaa1eec3c49f59e5a4739f30909497d34e4dc09e842f53ed810ac
 DIST gentoo-kernel-5.4.116-1.x86.xpak 53182632 BLAKE2B 
7fa5f8eaa056bae7438488df24870f25c411190f0bfc1822de0d6369f7a0aaecc1791df4ca596137bd2eea694d88407b3b1303766c423592033c8a2ebf1416da
 SHA512 
f3d70d2479009a7c1174c6ae3e8acddc069b4132c315e9a122fb4d7441eb7e6fc18564d84343af4ed931ea2fb03c46b911d7d5ef4f1951f7de48b7f56bf6ef34

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.115-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.115-r1.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.115-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}

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

2021-05-06 Thread Sam James
commit: d8e72a84aebb1ac6094257935e5c5a589da1870c
Author: Bernd Waibel  posteo  net>
AuthorDate: Thu May  6 21:37:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:42:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e72a84

media-gfx/freecad: find opencascade-7.5

Correctly find sci-libs/opencascade-7.5.1 header and
library locations.

Closes: https://bugs.gentoo.org/788274
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Bernd Waibel  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/20708
Signed-off-by: Sam James  gentoo.org>

 media-gfx/freecad/freecad-0.19.2.ebuild | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/media-gfx/freecad/freecad-0.19.2.ebuild 
b/media-gfx/freecad/freecad-0.19.2.ebuild
index f2d55fb7b13..f7125e38c85 100644
--- a/media-gfx/freecad/freecad-0.19.2.ebuild
+++ b/media-gfx/freecad/freecad-0.19.2.ebuild
@@ -222,11 +222,22 @@ src_configure() {
# sub-packages will still be installed inside /usr/lib64/freecad
-DINSTALL_TO_SITEPACKAGES=ON
 
-   -DOCC_INCLUDE_DIR="${CASROOT}"/include/opencascade
-   -DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)
-DOCCT_CMAKE_FALLBACK=ON# don't 
use occt-config which isn't included in opencascade for Gentoo
)
 
+   if has_version ">=sci-libs/opencascade-7.5"; then
+   mycmakeargs+=(
+   -DOCC_INCLUDE_DIR="${CASROOT}"/include/opencascade-7.5.1
+   
-DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)/opencascade-7.5.1
+   )
+   else
+   # 

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

2021-05-06 Thread Sam James
commit: ba902ec3a01181390af7c460b0f07fd9f80f616c
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:43:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:44:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba902ec3

media-gfx/freecad: add bug reference to opencascade tweak

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

 media-gfx/freecad/freecad-0.19.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/freecad/freecad-0.19.2.ebuild 
b/media-gfx/freecad/freecad-0.19.2.ebuild
index f7125e38c85..4238e819f09 100644
--- a/media-gfx/freecad/freecad-0.19.2.ebuild
+++ b/media-gfx/freecad/freecad-0.19.2.ebuild
@@ -226,6 +226,7 @@ src_configure() {
)
 
if has_version ">=sci-libs/opencascade-7.5"; then
+   # bug https://bugs.gentoo.org/788274
mycmakeargs+=(
-DOCC_INCLUDE_DIR="${CASROOT}"/include/opencascade-7.5.1

-DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)/opencascade-7.5.1



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

2021-05-06 Thread Sam James
commit: dfbf9bf877c9293f4b39508d2f0e6b7c00307e25
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:36:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:36:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbf9bf8

media-gfx/blender: Stabilize 2.83.12 amd64, #783252

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

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

diff --git a/media-gfx/blender/blender-2.83.12.ebuild 
b/media-gfx/blender/blender-2.83.12.ebuild
index 7eb344fbf59..e2e135cd162 100644
--- a/media-gfx/blender/blender-2.83.12.ebuild
+++ b/media-gfx/blender/blender-2.83.12.ebuild
@@ -18,7 +18,7 @@ MY_PV="$(ver_cut 1-2)"
 
 SLOT="0"
 LICENSE="|| ( GPL-2 BL )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+bullet +dds +elbeem +openexr +system-python +system-numpy +tbb \
abi6-compat abi7-compat alembic collada color-management cuda cycles \
debug doc ffmpeg fftw headless jack jemalloc jpeg2k llvm \



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

2021-05-06 Thread Sam James
commit: b3aa6d51c10563e7a195557982e0d4da52a31aa9
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:22:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:22:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3aa6d51

mail-client/mutt: Stabilize 2.0.7 ppc64, #788388

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

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

diff --git a/mail-client/mutt/mutt-2.0.7.ebuild 
b/mail-client/mutt/mutt-2.0.7.ebuild
index 33c5cc5596f..54619918201 100644
--- a/mail-client/mutt/mutt-2.0.7.ebuild
+++ b/mail-client/mutt/mutt-2.0.7.ebuild
@@ -27,7 +27,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: dev-lang/rust/

2021-05-06 Thread Georgy Yakovlev
commit: 4d55707bfed4e419c66704b1df1f23403845660d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May  6 20:59:20 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May  6 21:21:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d55707b

dev-lang/rust: bump to 1.52.0, uses llvm12

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/Manifest   |  32 ++
 dev-lang/rust/rust-1.52.0.ebuild | 662 +++
 2 files changed, 694 insertions(+)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index e9021c8344e..38401a09529 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -28,5 +28,37 @@ DIST rust-1.50.0-x86_64-unknown-linux-gnu.tar.xz 152873328 
BLAKE2B b0bb91487186f
 DIST rust-1.50.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
681ddf4d3d0c4a3e30a288835d8ab1238e5b9184526f1f61c52547f7122055be20b13595347937945a215d1d81e95c1adfbf89034123f5f66949b446bcc44434
 SHA512 
b512f9a7d0b53f058ba0766c241b60fab2d313b2462348747e7dd7ac52e9ca41487344a7bbb7f6dd3342737908b48ebfd367b563714108d7beeabb8fecc4eca8
 DIST rust-1.50.0-x86_64-unknown-linux-musl.tar.xz 242743828 BLAKE2B 
f20feb709cc07ad43f69e30a7fcefa81b5de94ee4c90cbce2616fcda8af2591a27cfa0770b71138762e21f6e07263bf3c2548bcce1b707831ab544de12ab746a
 SHA512 
68403236e213a4f2c156b36a03ca4dd7866fdb69e87170efc76426d937dcf5cf2c5578aaf73483131b1ce7750302f9d02de1bcbc52e1283b08220d5b22be82ca
 DIST rust-1.50.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
d26d5e5f536b0e6ba0b87d97a1975e0e8245309e013fafba9be466da6c599bd7149c2a726b8bd7ac93b44511ead18deb99321dabdfccb95dd06d6adb71397c1a
 SHA512 
1a0b4c40caafb6ca88d4679779cd80d4c334e5262952b13ce4b9fd34ba1258c15f421ac9920e81874d071f53bf14e9307f00bebdf42494bfeb2a504ff5f1b6c3
+DIST rust-1.51.0-aarch64-unknown-linux-gnu.tar.xz 208849064 BLAKE2B 
1570536f63237ce04222f78c8c1d0592b3d0bacb62e2a1e2b87f9cd74c8d304837f9259c154e6ddfc5d0fc36c1d69aba34cb27d41346d4e7400ad1950ff19f8f
 SHA512 
2af31290e1065a4611f34e6cc8c62ee494c222becfb21ec6707059c119069b0adf0eec23e56bad4a3cc8690b2556309ec58cbd9003a959983689cc46c7c63361
+DIST rust-1.51.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
cc2cef574740ea5eb632235dca2889a7c6a6941169ac011d3a888cdefb8e5a5af5bb9ade93207ccb6adc82eb6ae1b5ed605954cea2561163c538fcbbcdb647f8
 SHA512 
43abb6e19c1ca905cb2d047503f4473584e06b8daecff3b6e45ac93dadc2c7f37118e3b66124180a9951b2f5eedf212174a37c661a7775600bd200eb089801f9
+DIST rust-1.51.0-aarch64-unknown-linux-musl.tar.xz 209607568 BLAKE2B 
8a8d677fac5aa68be8b689bd999894f0b51910d50d86d70db4cc9b60695703dd74b68578b72d9d410d2d163aebd3fbab0993ebf79486a103ef588cb849dc2038
 SHA512 
d7ca480f4e07f88a49b475d2fcd132126defff21c26a665d1b444b97ce5e44404f9106bb844a5e35d4933a51c2d8a5aabc8ee42a2515c02a559c81937920be4d
+DIST rust-1.51.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
0759b58a1647b0c0a29fc295edb31e793a0688d6a4b6eb8febe4364421f53cd1f4c0555abf7c8d4fb25bd7c15c9aeaa8d520390d8d3b61c213a591ccee7b9887
 SHA512 
bc2135b94f9c4e7b2616d886e84a268f52404abed2b827bdca5ab8f98071801e171234f18aa27a367b5dbd0df0e207b0aac8a30be59fff807ff70f21279614e2
+DIST rust-1.51.0-arm-unknown-linux-gnueabi.tar.xz 194362256 BLAKE2B 
20c1559d3b1f32c9ca6f5e9740dff0d9fd859be33ca58d59733fff1566ed0b75dd398facbcd15c8d7c862bee945198b0235973d5f683fd78f82cca52429b269c
 SHA512 
fadb5084152b6fa148c1d584c8ba766201012c0a70bdf273f5d4b89b249d7f520997b12809a0db68c9d1d76283fee892f83b6ef687cbb025c089607e5eea
+DIST rust-1.51.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
546fad9428e7261ef78e92d6542ebcd2b1b11c54bb4dc1fbcb7ca622551e6b4fc443f16305f9f37572ff2f24e5dfab491fadf3a128e009c77aa0218b271bbe5e
 SHA512 
580954dde6e5a89a9a16d0b93570275e81f488f0a77952cd4e3878894f9865f2a128bac2aaf0567ffc9e7cf9809808088a819bf7b0e54d8fa6224abe677d1732
+DIST rust-1.51.0-arm-unknown-linux-gnueabihf.tar.xz 193918308 BLAKE2B 
6799652205422d96c95949a4afa8a321a8a4e0cd42543f321898fdba5b27bb645f9eeb50edb63a43902cc74026a786c12a22af67313bc6ac0843b1e638077d64
 SHA512 
cd0dba1ebdff9692aef0026d94da38ba7856b64004404b75d0d385b8f9f53eed1ddd0e900e49cda60fc5190fe305d96f6f00d0053f4409479ab991fafa90338c
+DIST rust-1.51.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
41cad50cdebc0cb4e59f6c914b30b071dd7a70b6278c03a7349eb51a9ec6976fbaeacaea96f13e8ad91a283a3de4f548cf8e352179359f5697520813bc47e274
 SHA512 
d74a183dba390ea053ee746575788481e3970572e61b7b55acff521c8f4a9da5a3f4e3feff5c3b26162acdc00eed1c4240a4fbdcac3fa117455ac49d8ce62985
+DIST rust-1.51.0-armv7-unknown-linux-gnueabihf.tar.xz 197028040 BLAKE2B 
801526d0fc9cdfc25a63227afdfc1bf9e0e6fa0b80f6306d86b68ca16adf4996b755b6ade1a4e898bfaf25565b5b49a358a9ed364bfe5d67c308744814a843de
 SHA512 
c602dcc7fd1343b310f5e3074bf63f2428ca7c15cdce8999fa4655de5a4bda5a13255fc12bee3d0632f6cb93220a883fb36d24061dca6795d23afa9f8fdae57f
+DIST rust-1.51.0-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 

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

2021-05-06 Thread Georgy Yakovlev
commit: 9b506ab7d8bee72db3f6f76b3a407b1ef40f6d8c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May  6 20:59:51 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May  6 21:21:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b506ab7

dev-lang/rust-bin: bump to 1.52.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/Manifest   |  30 +
 dev-lang/rust-bin/rust-bin-1.52.0.ebuild | 187 +++
 2 files changed, 217 insertions(+)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 9bf0bfef1f4..2c0af0ed1d8 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -28,3 +28,33 @@ DIST rust-1.51.0-x86_64-unknown-linux-gnu.tar.xz 147543532 
BLAKE2B 44ac97f6b650e
 DIST rust-1.51.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
033c41c165cf50a63479d1352a33abe94a63d9730f02016d09bf2e8a8804587d4fc802c047e7417e0befca2d5df5ca8c79a714ec1c1fb389240b6e8931fb9e9b
 SHA512 
e314a7db9aaff445b67f828bf9a98705032071928e2102524c0c720a3b8feb292b8c6766838b92da2d213e93bf53fb780fc856b0370238fbb7e20431d2de6d5c
 DIST rust-1.51.0-x86_64-unknown-linux-musl.tar.xz 233773068 BLAKE2B 
cc9de90b967cc81005ce5c897d3fd6dc4e3880be96ac82c41382d19a8aca0244845830db7a33eaef85b6bdef0c00ae02c0390db932fa49f76e362af2c68edb56
 SHA512 
d8df3c4c3de435629986e21bc6b31edfb73cba394e76cf87ee98d2936f73aef60c988d020da7ec1188f6448eacad9d5aefed073f4f88ffa2eaac54ac7e3cb3f7
 DIST rust-1.51.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
2e2c20fe99b33e5361b1945f54b77d5e8acad34d1be9cadfd1971b2882e38bc4403a5a67769a74fdd7ab21434784f03084780ef827e26318168bf5d531f9e9bd
 SHA512 
42392e8283a28d58d4874dbf97caa0377f27c6599c272c715fcdefee48551004d491f0509f2894f5696a2820f11dbb333e3bf878cbdf24b0c58add4a493acecc
+DIST rust-1.52.0-aarch64-unknown-linux-gnu.tar.xz 215549836 BLAKE2B 
d4179cc67772cd6b92085d68f4bb9de006fca7d8470a56766ac5d94a0379ae675d18c5275ec2ed1eab71274ce4f416a77f3ce74d849a1d4118b5a7ddec205a3c
 SHA512 
7a26e14be6b27c7084c7c85b312341ab991c2df91ea53128f14707a4c725dd03ba7df30b9e9fcef39a509ab4f5d5feb028b99d6d9ffcc059996ed29b83eb90b9
+DIST rust-1.52.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
e66afc44186f48548dffcd7c6d7d92b4fbecea48bf3f7970d211844b5401a2556a138993517d049265109146a48856c7106616100ed63a5fa3f263d7023af6b6
 SHA512 
75ff89cd071641b01f4d483aca5997f6b3857d477b6fb40e6fdf11ff2ecdca74618cc59a9f0d1d2f942bde2d9a8738ac6f821d21d79f3ed85830ef530636a607
+DIST rust-1.52.0-aarch64-unknown-linux-musl.tar.xz 214159336 BLAKE2B 
1b2afb80df6bf75d516127f07d57d12d876f12879c1d87059ab1c40ee1325ddb4e0c22f2fa185dab72f7633bce7d2ff5ed92ce4e88d4e118ac80630a061ec0c4
 SHA512 
9461c7272ac3e2c854e8e5f24cd57e5d648a3f923a9413eebd9f45a143d27378bc09c4d30ee7a1773a56baa31066dcc9f955b0805ce9f47d81b52e47a3a3e369
+DIST rust-1.52.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
71e8d615e921a70341b543992eef062186f72169a9763562114af8afd8ab3469a104677fe103a04a03881ec308b25fff412ba4eaac6e4ff02f29527ddefce8b8
 SHA512 
1033d23a2c05ec207c7fe032f5d9986d5a1d839ca54b0ea57a7a35c8c37512e9732835f2f280f436af326e948da913492f84cd6d0dfb9c397a095167f31e4c04
+DIST rust-1.52.0-arm-unknown-linux-gnueabi.tar.xz 195145936 BLAKE2B 
3c2e1f947164a18b0a0e642775560c23407eb9f79ce426b6f191eab3204b78288aa404c9f5d388a0831ff124a92c4bad6927edc252ec82f0fed194b361c75256
 SHA512 
20fd1d03f3c9a935d0fd282fc7ea5808165b45865044ba8a8b09ee07d1410ad80401f800d1c70dab9e42b496deb58def88d8dd10de551e2a086e9cdede06385a
+DIST rust-1.52.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
d73e4062015a30339dc0210afaa6779912051968b174a21f09e518ecc74a763d01fee8a813e08dbd7103583d7496b76248755e2c382e8e645c0524982a7bc0bb
 SHA512 
e707a9a1960db80602d6b5d827e81fd828cca30807bdf78e7adf9378526450c5ec87d4068b3c395142fc532cf7dee7782a5f077d8ef5051c79f2b86f8631c21b
+DIST rust-1.52.0-arm-unknown-linux-gnueabihf.tar.xz 195367332 BLAKE2B 
72bfb4303f3e3077958cea7050dd4100619eb14fb164d33c6ce696d3b6ddbb2099cc2850dd17b961dfb40cb1b5b20ee8158f87e0fe76426e728b2dd7752870bc
 SHA512 
6b2f4d907ebc53983cadce97a10036a6f7e333aea1e301067fccbc38dfcc6a49ad5770cb366bc2df82aee148d88edc122930355409f0926273f85b72bf4b261f
+DIST rust-1.52.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
21a835f06fb41677db5cf1a06244b2ea3caa8462330c2599e6a77d4c82054f8bd717ba790cdf06f280f62adaeb839cb1ff7cc6dbce76fac75ca4791f1d72644d
 SHA512 
ff46a6b6b086bc785faeeaa5db2de0c79d1898651f2113a726a08d81136b687e13eb03bb635c6c43cbeae2ec897999d2867a9c925436131871a61d7f93a5bad2
+DIST rust-1.52.0-armv7-unknown-linux-gnueabihf.tar.xz 201614124 BLAKE2B 
780358a279a80aac343ed737068faea9ddc9ace4a52694a32a0df504e6864fb2da30474ead9e3419370a7c7d6465ffd957fae475d852e504390222a939294270
 SHA512 
100b9abdc3dc7852f880eea205056a7a6b78af39fc3b7019ebcac712d5eee3c053f0508a6dc1f9da13074ca476e9fb33514bb83098d3b41964e878c0fc6498d4
+DIST rust-1.52.0-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: virtual/rust/

2021-05-06 Thread Georgy Yakovlev
commit: 60beb3809b9dd5128f96cb41b1fa3fe029293229
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May  6 21:00:51 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May  6 21:21:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60beb380

virtual/rust: bump to 1.52.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/rust/rust-1.52.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.52.0.ebuild b/virtual/rust/rust-1.52.0.ebuild
new file mode 100644
index 000..46ed58d9cb0
--- /dev/null
+++ b/virtual/rust/rust-1.52.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for Rust language compiler"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"



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

2021-05-06 Thread Sam James
commit: 13d75ea461c52279b7413f40c64ccc2aabd9f021
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:21:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:21:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d75ea4

app-text/asciidoc: Stabilize 9.0.5-r1 sparc, #788604

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

 app-text/asciidoc/asciidoc-9.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/asciidoc/asciidoc-9.0.5-r1.ebuild 
b/app-text/asciidoc/asciidoc-9.0.5-r1.ebuild
index 42256c4e6f7..21f13ef7477 100644
--- a/app-text/asciidoc/asciidoc-9.0.5-r1.ebuild
+++ b/app-text/asciidoc/asciidoc-9.0.5-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}
 
 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"
+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"
 IUSE="doc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2021-05-06 Thread Sam James
commit: eb70abda62aba294764572260819f8926a849c05
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:21:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:21:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb70abda

app-emulation/virtualbox-guest-additions: Stabilize 6.1.20 x86, #785445

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

 .../virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
index 08e344b8465..87c84047ba4 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.20.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${DIR_PV:-${MY_PV}}/${MY_P}.
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="X"
 
 # automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist



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

2021-05-06 Thread Sam James
commit: 3f98da2362b515b7fd79a8aa107ee98852c19a72
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:20:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:20:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98da23

dev-embedded/libftdi: Stabilize 1.5-r3 arm, #786993

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

 dev-embedded/libftdi/libftdi-1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild 
b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
index 598b00a1bf7..022fba4960d 100644
--- a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
 else

SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2;
-   KEYWORDS="amd64 ~arm arm64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"



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

2021-05-06 Thread Sam James
commit: 9462a428885f04dad81f6ccb0bbc0c893301c024
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:20:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:20:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9462a428

mail-client/mutt: Stabilize 2.0.7 arm, #788388

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

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

diff --git a/mail-client/mutt/mutt-2.0.7.ebuild 
b/mail-client/mutt/mutt-2.0.7.ebuild
index f6ea41b81b5..33c5cc5596f 100644
--- a/mail-client/mutt/mutt-2.0.7.ebuild
+++ b/mail-client/mutt/mutt-2.0.7.ebuild
@@ -27,7 +27,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: dev-python/rope/

2021-05-06 Thread Sam James
commit: 783507ef9e41fad01a820796568d83e6f0420e9c
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:19:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:19:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783507ef

dev-python/rope: Stabilize 0.18.0-r1 ALLARCHES, #788541

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

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

diff --git a/dev-python/rope/rope-0.18.0-r1.ebuild 
b/dev-python/rope/rope-0.18.0-r1.ebuild
index 30b91ee55c4..f3463196ae8 100644
--- a/dev-python/rope/rope-0.18.0-r1.ebuild
+++ b/dev-python/rope/rope-0.18.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 
 IUSE="doc"
 



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

2021-05-06 Thread Sam James
commit: 9ef65ce6ecb0dde17580c4dacf6f9bf3f71d8c65
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:19:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:19:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef65ce6

dev-python/regex: Stabilize 2021.4.4 amd64, #788535

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

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

diff --git a/dev-python/regex/regex-2021.4.4.ebuild 
b/dev-python/regex/regex-2021.4.4.ebuild
index 0b4f699edeb..fe7222779a2 100644
--- a/dev-python/regex/regex-2021.4.4.ebuild
+++ b/dev-python/regex/regex-2021.4.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
~x86 ~x64-macos"
 IUSE="doc"
 
 distutils_enable_tests unittest



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

2021-05-06 Thread Sam James
commit: 94cd8df27046fe414c2cbe1004630af0c13f7419
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:19:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:19:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cd8df2

dev-libs/libunibreak: Stabilize 4.3 amd64, #788454

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

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

diff --git a/dev-libs/libunibreak/libunibreak-4.3.ebuild 
b/dev-libs/libunibreak/libunibreak-4.3.ebuild
index f4466edceb6..10237b5592b 100644
--- a/dev-libs/libunibreak/libunibreak-4.3.ebuild
+++ b/dev-libs/libunibreak/libunibreak-4.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/adah1972/${PN}/releases/download/${PN}_$(ver_rs 1- '
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="doc +man static-libs"
 
 # Tests require internet access to www.unicode.org



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

2021-05-06 Thread Sam James
commit: 27fe65d11428e18f5ccb121bc40ba0c7e8518278
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 21:19:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 21:19:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fe65d1

dev-python/python-socks: Stabilize 1.2.4 ALLARCHES, #788532

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

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

diff --git a/dev-python/python-socks/python-socks-1.2.4.ebuild 
b/dev-python/python-socks/python-socks-1.2.4.ebuild
index 29375e51cbf..63ec12cd3af 100644
--- a/dev-python/python-socks/python-socks-1.2.4.ebuild
+++ b/dev-python/python-socks/python-socks-1.2.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # trio, curio are not packaged
 # asyncio is the only backend we have, so dep on its deps unconditionally



[gentoo-commits] repo/gentoo:master commit in: acct-group/realtime/

2021-05-06 Thread Thomas Deutschmann
commit: 12fc0b036db7d797c8a134dc1ebf203e9fc3dd2b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu May  6 20:51:41 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu May  6 20:51:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fc0b03

acct-group/realtime: new group for sys-auth/realtime-base, GID 206

Bug: https://bugs.gentoo.org/777417
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 acct-group/realtime/metadata.xml  |  8 
 acct-group/realtime/realtime-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/realtime/metadata.xml b/acct-group/realtime/metadata.xml
new file mode 100644
index 000..e1df46e39c2
--- /dev/null
+++ b/acct-group/realtime/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   proau...@gentoo.org
+   Gentoo ProAudio Project
+   
+

diff --git a/acct-group/realtime/realtime-0.ebuild 
b/acct-group/realtime/realtime-0.ebuild
new file mode 100644
index 000..eb80c1e9109
--- /dev/null
+++ b/acct-group/realtime/realtime-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="realtime privileges group"
+
+ACCT_GROUP_ID=206



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

2021-05-06 Thread Thomas Deutschmann
commit: b08fd77cb2269e001121234a1f2e46d4f328a438
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu May  6 20:54:58 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu May  6 20:54:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08fd77c

sys-auth/realtime-base: migrate to GLEP 81

Closes: https://bugs.gentoo.org/777417
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 ...realtime-base-0.1.ebuild => realtime-base-0.1-r1.ebuild} | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/sys-auth/realtime-base/realtime-base-0.1.ebuild 
b/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild
similarity index 90%
rename from sys-auth/realtime-base/realtime-base-0.1.ebuild
rename to sys-auth/realtime-base/realtime-base-0.1-r1.ebuild
index 2faa18931f6..dcd0207aef9 100644
--- a/sys-auth/realtime-base/realtime-base-0.1.ebuild
+++ b/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit user
+EAPI=7
 
 DESCRIPTION="Sets up realtime scheduling"
 HOMEPAGE="https://jackaudio.org/faq/linux_rt_config.html;
@@ -15,17 +13,14 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 
~s390 sparc x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="sys-libs/pam"
+RDEPEND="acct-group/realtime
+   sys-libs/pam"
 
-S=${WORKDIR}
+S="${WORKDIR}"
 
 limitsdfile=40-${PN}.conf
 rtgroup=realtime
 
-pkg_setup() {
-   enewgroup ${rtgroup}
-}
-
 src_compile() {
einfo "Generating ${limitsdfile}"
cat > ${limitsdfile} <<- EOF || die



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2021-05-06 Thread Patrick McLean
commit: d4fefe96dccae8ad5e8c893aad53edec7b614b79
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May  6 20:46:29 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  6 20:46:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fefe96

sys-cluster/ceph-16.2.3: Manifest update

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 677b61c4a73..c25c05e2948 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -2,4 +2,4 @@ DIST ceph-14.2.19.tar.gz 129290834 BLAKE2B 
d1de69afcdacd4507a4d1d230a9a4cbd75067
 DIST ceph-14.2.20.tar.gz 129271968 BLAKE2B 
45abcd35d4c854fcd7920ce19ea8d4369e567a77e89afb63d470220a2c5854cf5cad410dfd8f52f40fec732bc7e18cc3cdb93ecd7e4542866da9fd8fee4f1d92
 SHA512 
e67baabaf611dc9a52fb0114a491f72666f87ec7dd4dbd63448581baebaa9cd1e70a4e90b2f2db06bf675b778858d1b057aa39986ac858de7f3894b24b07bf7e
 DIST ceph-15.2.11.tar.gz 149695132 BLAKE2B 
2dcb335a289314aaf6f68fc44950459c978dfd60fc0c064479f3230957a755d6a9bc238b57d3ec354efdfa5483461bac1080dd0afd7e4e2cd0a20c9410ae1a10
 SHA512 
e1b0627b7e4212c63b2ea2eb612247fcc9235247e63accc1fe456643b192275eea538e095cc859dbdffd5e00fe1c315563940f258708c8584ac0d0ad0641276f
 DIST ceph-16.2.1.tar.gz 155832182 BLAKE2B 
9331d74ada9fb37e59f60daa813cdfe4711000f916365818435580c11d3295db5a13f98c2d2493cccf84cb4c6896c5a8137e3fe9b7a32ff0bedc0b524a0744b1
 SHA512 
42e404aa41565485dc4c08b66efb3de719adee72cfc535586992e15ab4601bfbd909ef61abf412badbbfa7ef13bf91a7c0576fbbf3f9f687bc7b465b21a8c416
-DIST ceph-16.2.2.tar.gz 157090896 BLAKE2B 
e61d41cec7eda54edb199be82d24596e3f9618d0856dc57966fee4b0325d27663c249c0af87c7aa032a4f862fb2f761ba9af7211dc166229af772c2617581263
 SHA512 
4269fe07821400655c5cfcc2828b4a39a0adc81ef0045d86b50b539c13c151c9ace9710fe365bbf2de7e5134e03c45c88f19f4adcb7c4d608eab4b9580da113c
+DIST ceph-16.2.3.tar.gz 155866118 BLAKE2B 
7b1766effaa7b72697fad06e43eb1a3f2450b64fe970857cefc1d05271611a50b8cf55c574163b3f43d4a42b35b0bc0236c9089ac88b149f9b4d7fd706887db9
 SHA512 
07bc2b386fb0607df3128c151ee41565afe28b5efe3d907972198fc7fff9cecbafd51570d1b2624d1f921b259f788f0c3d133fb31f11bf6650cb2552f72f8047



[gentoo-commits] data/api:master commit in: files/

2021-05-06 Thread Thomas Deutschmann
commit: c6d4285fdf710bbfb57ab3472c61921b96bd0ca1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu May  6 20:43:12 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu May  6 20:45:16 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=c6d4285f

uid-gid.txt: add GID 206 for realtime

Bug: https://bugs.gentoo.org/777417
Signed-off-by: Thomas Deutschmann  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 5cfd3b8..86e23a3 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -199,6 +199,7 @@ qmaill  202 -   acct
Removed from baselayout in [r1397](https://sources.gentoo.o
 qmailp 203 -   acctRemoved from baselayout 
in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 qmailq 204 -   acctRemoved from baselayout 
in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 qmailr 205 -   acctRemoved from baselayout 
in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
+realtime   -   206 acct
 qmails 206 -   acctRemoved from baselayout 
in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 postfix207 207 acctRemoved from 
baselayout in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1862=1863=2545)
 postdrop   -   208 acctRemoved from baselayout 
in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=1862=1863=2545)



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

2021-05-06 Thread Andreas Sturmlechner
commit: 33ff4910b8e475cec3e12c03d0e2f6684214e464
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 23:33:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ff4910

dev-libs/libixion: Re-add ~x86 keyword to 0.16.1

Bug: https://bugs.gentoo.org/785640
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/dev-libs/libixion/libixion-0.16.1.ebuild 
b/dev-libs/libixion/libixion-0.16.1.ebuild
index ab01ba54382..96e5b7ce6f1 100644
--- a/dev-libs/libixion/libixion-0.16.1.ebuild
+++ b/dev-libs/libixion/libixion-0.16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else
MDDS_SLOT="1/1.5"
SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" # no ~x86 to avoid blocked 
update
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"



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

2021-05-06 Thread Andreas Sturmlechner
commit: 39f0ab3ba085648310449bdb6cf8ae9c9ffbef3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 23:22:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f0ab3b

profiles: Unmask all the things

- app-office/libreoffice-7.1.3.2
- app-office/libreoffice-l10n-7.1.3.2
- app-text/poppler-21.05.0
- dev-libs/boost-1.76.0
- dev-util/boost-build-1.76.0
- dev-libs/icu-69.1
- dev-libs/icu-layoutex-69.1
- dev-qt/qtwebengine-5.15.2_p20210421

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a0628f28e9d..a50266268dc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -93,14 +93,6 @@ sci-physics/jaxodraw
 # see bug: https://bugs.gentoo.org/785400
 dev-java/cldc-api
 
-# Andreas Sturmlechner  (2021-05-04)
-# Sync concurrent unmasking with icu/chromium/boost.
-# LO-7.1.3.2 is NOT RELEASED YET.
-~app-office/libreoffice-7.1.3.2
-~app-office/libreoffice-l10n-7.1.3.2
-~app-text/poppler-21.05.0
-~dev-qt/qtwebengine-5.15.2_p20210421
-
 # Andreas Sturmlechner  (2021-05-01)
 # nsplugin is dead, bug #771801
 # Removal on 2021-05-31
@@ -519,12 +511,6 @@ dev-util/bless
 dev-dotnet/gkeyfile-sharp
 dev-dotnet/notify-sharp
 
-# David Seifert  (2021-04-24)
-# Masked for testing and until revdeps have been fixed, Bug #763201.
-# Sync concurrent unmasking with icu/chromium/qtwebengine.
->=dev-libs/boost-1.76.0
->=dev-util/boost-build-1.76.0
-
 # Stephan Hartmann  (2021-04-24)
 # Dev channel releases are only for people who
 # are developers or want more experimental features
@@ -672,12 +658,6 @@ dev-python/monotonic
 # bug #574082
 games-misc/games-envd
 
-# Lars Wendler  (2021-04-08)
-# Masked for testing and until revdeps have been fixed:
-# bug #781188
->=dev-libs/icu-69.1
->=dev-libs/icu-layoutex-69.1
-
 # Lars Wendler  (2021-04-08)
 # Masked for testing
 >=app-crypt/gnupg-2.3.0



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2021-05-06 Thread Andreas Sturmlechner
commit: f93c9a216b5a345932bca4272f6b690b502068e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  5 00:16:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93c9a21

app-office/libreoffice-l10n: Drop 7.1.2.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-l10n/Manifest   | 183 -
 .../libreoffice-l10n-7.1.2.2.ebuild|  91 --
 2 files changed, 274 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index 5ecd2baf872..d764a2150ae 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -166,189 +166,6 @@ DIST 
LibreOffice_6.4.7.2_Linux_x86-64_rpm_langpack_xh.tar.gz 292851 BLAKE2B 9480
 DIST LibreOffice_6.4.7.2_Linux_x86-64_rpm_langpack_zh-CN.tar.gz 845408 BLAKE2B 
0b447f228e543a0007c55eb36521f441c41139d882c40afbd39f6459efbd8f446b7cbc8f7d42141347ac677758487d8019b26ce18d90b6b008ac8a47bee7f32a
 SHA512 
e27f34f9bed04aed3ce50dd4210cdacf7ae9ee5da2208079ee9178b8f3a7e67eae40190aa774a6e85353a9572758920897d4a74a393a75d08e7ab51aa1e39819
 DIST LibreOffice_6.4.7.2_Linux_x86-64_rpm_langpack_zh-TW.tar.gz 846108 BLAKE2B 
364492d2597538ddf850809393fd0f364f8f8b2e72d54ccfe5685ec8f386a90b672b0592f8f7eba0f4e8e8db14f229195a6a435224f0d45fae01c5a0a36e1c70
 SHA512 
346f214a3ebdb88063b08f2980ce55a2cf8789135a6776f4e6d1d3e737e3946f5646ccd5c3d5c115a7e86fcb64ccb23d22d9ac1f8cbc9b382db86571f55ba2fb
 DIST LibreOffice_6.4.7.2_Linux_x86-64_rpm_langpack_zu.tar.gz 323898 BLAKE2B 
438447de9dd9ce04b17b99f8c888190eed02588edce028dec7e8f6e412cabba65a2fbb73817b6741fae9fb1d1ae0503e8fd35a2a2f39ea4ba25ea33b51719141
 SHA512 
efce615c323c5820bc1d3505817c4634379aef37bec35db5e4c9b96c86f664563a9c0d17998d8333db4330a9f8c309650d9d442783f4ed89171c87002b81a2f4
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_am.tar.gz 4127273 BLAKE2B 
5885d078f1b3b8bc7749de44188b547c3bf6c0fbe186fa7ccf2f2e566b4973335757f4bd9e25c7687d263b62556f01e8d0579e3ecf5112194d452255b7385ac1
 SHA512 
6fddda26ebd39aa97a4c0ae0ce4cdb540b664da26f5a1ba8d1944e3a634e976d61af343f07ff5208171fe32f4e2c6c37cdd22afd5c214cc34c43bb42ee63e1a3
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_ar.tar.gz 3599344 BLAKE2B 
c247848209fb7143ff4bb3645df81c96944f39c56c1247f48d087b942d951ecc3bfcedcbd89c196176a1b386cccb01a10fc7bd672aef303ee0faf12591effc1b
 SHA512 
c26807ea3ea302f686ae14f44a2df9b397e1e1cc0e4ac4d9c82079bfbc2601c1f11583c566f1f8b728a5dffca2157f34f0abff04ab4dade804646a14d0f889e0
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3837164 BLAKE2B 
8e183fd56bb85c49cd0ec4b36f92aca26a1911b128211533b03050aab4e6f1b87829115cfa059ee2eb01603534eb8db2fa791c88d26c6b296a4adf773c473ef9
 SHA512 
4bad610f58fc5e934f625a975975fcef7283e46a10b9f13b104e15900e62d22b2af0ee0e4b79fb5aa269953810a319e2a39ffe630cc300967d59ad02ab47d775
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_bg.tar.gz 4166906 BLAKE2B 
cc1346ae97a6af855494720851bcdbce649b7ed56442ee408cc3797aa3d51451fbf59dee3da7f32f8c6eb75325e46832619d35c556ec8b02df0f66fa132173c5
 SHA512 
3d2511783a27cc2cd6dfa87e12c7f7dd2ca4b776f86aee02bcbc22bd63226987bc8827a1dc2e11c2e30bbb6f27e0bb01a67c3d4c55df8dc36112f666848acde4
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 4303517 
BLAKE2B 
c386056539ff46a8d2d3cd7b2eb3090f3c5b6ae51c54b8da7ca176d857f4033e3c4771f7880ab6fd03f3a97e18d1676b957906a62af88eb4cf1db7b180703c3a
 SHA512 
eb5b8d6906a04d044143b93a6a2f729eeb4dd002c713df42f925873eac745be8ec3f74bd7beb90b2ab60c86d921c6b64b2983e928bb198aea0722d9aa253f9b0
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3982095 BLAKE2B 
8fa0d3c37ce50132e5254b9dbdaeb92e48a0bccdf8d35790c110f36ffade904faae42a7b22e3b8a88645a0ed6b7ff5e27309b758671c83df65e58a8175bc651c
 SHA512 
e9636ee5b05737b508dcad51e84556468855ed16f3a9c0064ccf9f18c3cb6f7d717734b168407e0daf0901823878ac8942a2743e1cb0fc2f2bf2c547978a
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3989703 BLAKE2B 
d6e55fb39b9410a1e8dadb0de271254ae84957d5eb65f9ba16cd7966ab68d8e2e811f1196ba89933b0dce7a84bd3a339dd10aef169ca8643186649ae62c061ce
 SHA512 
99de8e82a40c9e5f8729dfb1ba376c5cdb719704afe4cbe418eb4fd7d04ef690e932eba1809e74a9fb7f42a52c2c2bef0375ffb572a495dae7e27d442f29e24e
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3721438 BLAKE2B 
641c85d1118d72023dfc45cfb822f0e506ee2fe30cf332e00752070ca0fc684943a9e8e08d10cec3efb22e81bd5d4c5794588ef8f4932e732d5de29f7efe3615
 SHA512 
6b42713edc24f6c5d7f601a6c4c169c9bab663c34805f6e9f9287172a4ee00310a07cbe7fdd0de7573d80a5dcc4bf31fe15964cbc04c75828c520a4dd19c3bf8
-DIST LibreOffice_7.1.2.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3865673 
BLAKE2B 
d6a10952dd85c788161b5c0b81200ba809b6842af06724a65a476ef2e45fd18781b8760fb634765ed0756f3c4b8f844930a9cc9ff48cdd8e11d6293353f6f26f
 SHA512 

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

2021-05-06 Thread Andreas Sturmlechner
commit: 328029337b32c10f464a92fddfe7c33e520563e6
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu May  6 11:49:52 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32802933

www-client/chromium: beta channel bump to 91.0.4472.38

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 www-client/chromium/Manifest   | 2 +-
 .../{chromium-91.0.4472.27.ebuild => chromium-91.0.4472.38.ebuild} | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 1b4cd6dd9f7..5df4788d36c 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,7 +1,7 @@
 DIST chromium-90-patchset-7.tar.xz 3892 BLAKE2B 
3ba169baaaf74b548749be3f845f505256cc9573f798e10929b5d1f0f534d739e657e3fa134c78ec3f7987a3b89adfc4bee0d1a6585ad8fe4bdc3ffd1181042c
 SHA512 
5e1aa834ee5668ee40fc3af5cda7325da710dd1a0dea7ce535e89e36fd7d321db63d520a9b6ce6372ed941473dff18d1276316567af810c18e1478a04d3f23f8
 DIST chromium-90.0.4430.93.tar.xz 917357836 BLAKE2B 
5c2643d7d96775491243a4e5b1ba6793523edd3991f04167f51cfbdc5b035c753d80ef4b427785a05f6628b90f4a483e88ddc219358e118e4f3a5020dbf82d77
 SHA512 
c409df621ec849bcfd5c9f6dbeeddde86e75e54be8f8d51a73daf69a216f4c26b083d32e5f5b9f0c7baf833c495322fb2543d1565cddd6f0b8f914db14a13d4e
 DIST chromium-91-patchset-5.tar.xz 3648 BLAKE2B 
6c8636f63dc857886d09c8ed69b4c61adc627d2280decdf03b548be8ff2cb522ef0def7a240d1c3c9ee71920304a43af571e2146e2828b89c3b6f87373b8c4a1
 SHA512 
1554feec958291ad3140e2685683befe4b6e0b0ab6a8694c0e02d5b4bf4b7fcad410f17e72099653456fd95ed24a732dd28f2dcfaf146eb3bf68052e2342a481
-DIST chromium-91.0.4472.27.tar.xz 949628408 BLAKE2B 
b2909d355d3c8f67e4f5b1b1865582f7abf30650e89caccfe56e025cda1a4e890057dcbf4ecd106771adf0c41a6ad7fff7b7dfab49040207e09a8fc7950c7b3e
 SHA512 
2145b7aad1065688b51ba237050d7031def41a43fd17e63ed89ef8708d0b13b93badc1a78e0d1ccc581cd7cd9d160fb5785e1f30c251b80679b8e9977992e3c4
+DIST chromium-91.0.4472.38.tar.xz 949887092 BLAKE2B 
4887efcd6af80ab75c5ec4f894b398dd896843c2560158f15f3f8c8150aa475723311344c4d3715265a026af6a9db45e8fc23f27d1bbf5b18200c7b1397b8955
 SHA512 
7073a1831ce0ba0a53607ef5b17d517313a540757c95ad07b8f6de1d8915fe31edab464fdc26d4ba22bbe34ddf19a0b815614eb34e14256f0425c486549dfb86
 DIST chromium-92-patchset-3.tar.xz 4164 BLAKE2B 
7a4e91f96011fd81637a44a9a0f23f2aae38d527205dc3b187609c8b4c66520dc02c2b307b50f3131eed508ad0a5947cba968be9fc753a8e59432113d8815d8e
 SHA512 
a45b1c340c205f2a64f3833094f12ba14f59cc365f9eaa34b593d824f18c2aa08c508cb199cba1057c5120bf2f416c3dd80dde12d4c975e9c4e7c7eba0264866
 DIST chromium-92.0.4496.0.tar.xz 954569796 BLAKE2B 
53e2aa3033f87b331c2567962e25f1cd0a405a05853680958c25b524c726984bbfb840355f89eb74d8b48e3139d1baa7c2380c372af8df754684b2d4de206d33
 SHA512 
35f9127bee7495daa8e3a4e020ad055e90e55d5fe5b3d32c1ae32477b282732642e480a7f203df86dfe4e9981e905237e1796b0e017b545fbfb8c0210f4e4b49
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-91.0.4472.27.ebuild 
b/www-client/chromium/chromium-91.0.4472.38.ebuild
similarity index 99%
rename from www-client/chromium/chromium-91.0.4472.27.ebuild
rename to www-client/chromium/chromium-91.0.4472.38.ebuild
index 12733569d54..0c19e8a896b 100644
--- a/www-client/chromium/chromium-91.0.4472.27.ebuild
+++ b/www-client/chromium/chromium-91.0.4472.38.ebuild
@@ -629,6 +629,9 @@ src_configure() {
# Disable forced lld, bug 641556
myconf_gn+=" use_lld=false"
 
+   # Disable pseudolocales, only used for testing
+   myconf_gn+=" enable_pseudolocales=false"
+
ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)"
myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)"
myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\""



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

2021-05-06 Thread Andreas Sturmlechner
commit: 756c3d040c4500c25854eded0573ebf3f12e4ce0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  5 17:19:11 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756c3d04

profiles: Drop >=www-client/chromium-91[system-icu] package.use.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/base/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6ecb579a7e5..2c776600b2f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -27,10 +27,6 @@ net-analyzer/wireshark lto
 # bug #651740
 net-misc/openssh debug
 
-# Stephan Hartmann  (2021-03-21)
-# Requires unreleased sys-devel/icu-69.1
->=www-client/chromium-91 system-icu
-
 # Michał Górny  (2021-03-06)
 # LLVM 9 has been removed.
 

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

2021-05-06 Thread Andreas Sturmlechner
commit: 19490496055bb67d742d00c089673f1492790cb3
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu May  6 11:07:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19490496

www-client/chromium: dev channel bump 92.0.4496.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20700
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 www-client/chromium/Manifest  | 4 ++--
 .../{chromium-92.0.4491.6.ebuild => chromium-92.0.4496.0.ebuild}  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 6071b340f61..1b4cd6dd9f7 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,6 +2,6 @@ DIST chromium-90-patchset-7.tar.xz 3892 BLAKE2B 
3ba169baaaf74b548749be3f845f5052
 DIST chromium-90.0.4430.93.tar.xz 917357836 BLAKE2B 
5c2643d7d96775491243a4e5b1ba6793523edd3991f04167f51cfbdc5b035c753d80ef4b427785a05f6628b90f4a483e88ddc219358e118e4f3a5020dbf82d77
 SHA512 
c409df621ec849bcfd5c9f6dbeeddde86e75e54be8f8d51a73daf69a216f4c26b083d32e5f5b9f0c7baf833c495322fb2543d1565cddd6f0b8f914db14a13d4e
 DIST chromium-91-patchset-5.tar.xz 3648 BLAKE2B 
6c8636f63dc857886d09c8ed69b4c61adc627d2280decdf03b548be8ff2cb522ef0def7a240d1c3c9ee71920304a43af571e2146e2828b89c3b6f87373b8c4a1
 SHA512 
1554feec958291ad3140e2685683befe4b6e0b0ab6a8694c0e02d5b4bf4b7fcad410f17e72099653456fd95ed24a732dd28f2dcfaf146eb3bf68052e2342a481
 DIST chromium-91.0.4472.27.tar.xz 949628408 BLAKE2B 
b2909d355d3c8f67e4f5b1b1865582f7abf30650e89caccfe56e025cda1a4e890057dcbf4ecd106771adf0c41a6ad7fff7b7dfab49040207e09a8fc7950c7b3e
 SHA512 
2145b7aad1065688b51ba237050d7031def41a43fd17e63ed89ef8708d0b13b93badc1a78e0d1ccc581cd7cd9d160fb5785e1f30c251b80679b8e9977992e3c4
-DIST chromium-92-patchset-2.tar.xz 2776 BLAKE2B 
d5504f4bd6bc771b93a89d6ac492bd1b7f64e227040bbba66dff847357d26a0fa4331cd3784b018b4e7a9be5713dc109d99ba88ed2ec8b9310c304e4ea08a681
 SHA512 
8e4808f7698295b9c76d6ff150291b1756e5de1971a639e1c4e8dcabdb1e40d46b9ddeaddafb53955c2aedfc7dfc01ee09d27f6c04df613e82518b6ddc70992c
-DIST chromium-92.0.4491.6.tar.xz 951877088 BLAKE2B 
8ba7f4334b3f63e06ac28cfe73f74bb27ce0392a99e2c4ece580481515473a21a7e7b4f12216993b80630c7584d8df678e381a1b1d0dd8ba789eb343817454b4
 SHA512 
803d8e760d25f437d7c8183e3f22721c7531d2eb6e2ff24a7df9cf541011b4b8f67edda1835ac484c5d5210d16be72e2ec337dba7df705543318ad795bad8405
+DIST chromium-92-patchset-3.tar.xz 4164 BLAKE2B 
7a4e91f96011fd81637a44a9a0f23f2aae38d527205dc3b187609c8b4c66520dc02c2b307b50f3131eed508ad0a5947cba968be9fc753a8e59432113d8815d8e
 SHA512 
a45b1c340c205f2a64f3833094f12ba14f59cc365f9eaa34b593d824f18c2aa08c508cb199cba1057c5120bf2f416c3dd80dde12d4c975e9c4e7c7eba0264866
+DIST chromium-92.0.4496.0.tar.xz 954569796 BLAKE2B 
53e2aa3033f87b331c2567962e25f1cd0a405a05853680958c25b524c726984bbfb840355f89eb74d8b48e3139d1baa7c2380c372af8df754684b2d4de206d33
 SHA512 
35f9127bee7495daa8e3a4e020ad055e90e55d5fe5b3d32c1ae32477b282732642e480a7f203df86dfe4e9981e905237e1796b0e017b545fbfb8c0210f4e4b49
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-92.0.4491.6.ebuild 
b/www-client/chromium/chromium-92.0.4496.0.ebuild
similarity index 99%
rename from www-client/chromium/chromium-92.0.4491.6.ebuild
rename to www-client/chromium/chromium-92.0.4496.0.ebuild
index 9c3789c64a1..0b017ced49a 100644
--- a/www-client/chromium/chromium-92.0.4491.6.ebuild
+++ b/www-client/chromium/chromium-92.0.4496.0.ebuild
@@ -13,7 +13,7 @@ inherit check-reqs chromium-2 desktop flag-o-matic multilib 
ninja-utils pax-util
 
 DESCRIPTION="Open-source version of Google Chrome web browser"
 HOMEPAGE="https://chromium.org/;
-PATCHSET="2"
+PATCHSET="3"
 PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz

https://files.pythonhosted.org/packages/ed/7b/bbf89ca71e722b7f9464ebffe4b5ee20a9e5c9a555a56e2d3914bb9119a6/setuptools-44.1.0.zip



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2021-05-06 Thread Andreas Sturmlechner
commit: bf599bb123209777629b9d40b36f2d2a545c732b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  5 00:15:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf599bb1

app-office/libreoffice: Drop 7.1.2.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/Manifest   |   2 -
 app-office/libreoffice/libreoffice-7.1.2.2.ebuild | 655 --
 2 files changed, 657 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index d0ada2c53fc..bec12030bc3 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -18,10 +18,8 @@ DIST dtoa-20180411.tgz 48893 BLAKE2B 
4a03dc67e44353ae1c0653c8305d2df9bcfef16b48d
 DIST eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip 427800 BLAKE2B 
d3ac085a39ee9798182b70ba650fa954234b964e33278ac4fe3f84f8c3218ad49f12d139079328036b4f9d80cde967888c0a66393c34dedf27af69dac02c5aff
 SHA512 
9091d3628d9c75c068507537afc9e10bfb79c1abfd36ad697af3d592a1cc049ba6640f665bfc53cc520b6a26c21d70b0275106843444b441484c2178f2784743
 DIST f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 211919 BLAKE2B 
2c72493e44d3ad1714d294fb7baaa85d33fef2eb4ce75bf507b65f78f1d9d399bb5eb72cee188a8abc4b234eb2845a26755791fb3ac104ffe6e55013ab41ca8b
 SHA512 
c1a15ebbfe817ec79d4b3f1c97d096bf8511737d7d35d97302856ccfb3de14a1cd16bd31000415d9ab24bbd9ef770d37855cee4b819ff0e8fca2f2766920a114
 DIST libreoffice-6.4.7.2.tar.xz 232364676 BLAKE2B 
1df8f2a3aa00bd057dd1d6d9665a541330ceeabb2bb5d46351449cf9b916a5649f38dc0e0175cf3733123f9247157f5fd0f2c34c8dad1d676da6c31d8346927b
 SHA512 
ba6ff5948624d7a76025406c38728d643be656091d79320a1c5ddba1411662951a0b02de7a9e796e76d8185b6e9113882406bb0c1452b4c988ac3095afa8
-DIST libreoffice-7.1.2.2.tar.xz 243806936 BLAKE2B 
46ff8efb4e5feaa1e2a887881bdd33d8b46b0b7e5e41fff9c1cfab08cfab712d2b8c6e8e8c1b68f3549be62fdfd62622aa2819021687bde5eae6c45a789b6b8b
 SHA512 
0e4cc2417943fcfaf84b513f6ee781a4f75d5c42804fa98c5499ec6d461be04bf68ca1f8f92952863ba3765d7e2894e77f78aa1f532b67649e31154683767297
 DIST libreoffice-7.1.3.2.tar.xz 244104432 BLAKE2B 
f73bd448f94bc88a1dc775d032ce849ee1dd610c4077c709ffbe40d8c99527c7775cfe2309a636093182ac988ecf44a4b61df0e0a83b332fcc77a05edb602791
 SHA512 
d7329475cad5bece9358b29bc590da1841c3c0b4aef511508d9398519c514fa176c90675857f1830925818f2dcc8b9c0986e5d34d3a33cce617e4ada23c60a72
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-6.4.7.2.tar.xz 88296892 BLAKE2B 
9ee12ec6aa6d5539408e0206e313901540533e28686585fa0bb4edbeaa482bb0ad1cd4ae37ac18dab66bb3e2ea32d52d9960236cbf3e0f8fb5ca07c007f38794
 SHA512 
a5381a8cca9988998dc01d3815869e47193c1da814b714cbedb51a2099f7dc5444315c657e32defab2eb0b9a9e2a922bc4c5fbc36b7a2b60e7c551887a9cdbb3
-DIST libreoffice-help-7.1.2.2.tar.xz 111784492 BLAKE2B 
3b62387ed5a42bef2602c6e2fad73d4421fad25a9ce67dd11a04b11c2072214979987cbc961ba448ad1a04596adca236654aac6828b0d2cf208565a260944dd5
 SHA512 
571db9a2fb3410ea6e86e5000f78648acb1f581a94cb0d2021a174116c44194c68749a875624aa042985630d83b44f312a6275524e8cd57f66678c6a1f8ec22e
 DIST libreoffice-help-7.1.3.2.tar.xz 111785416 BLAKE2B 
12d97764976ae0e4736638e9b758c5920d38d608e66fc3343d74178a935632396e1e07fbb98b6f380fd103c3f5e2edf917726a760420f6dfd3d2e42aaa215096
 SHA512 
576dbea391777a907275b630ed704dd3d9ad0627f8a18da1cbd23fe28df04c3a509583c2404f810df3aaac15ef0881e2c1e0a55c9f31618715586628873367eb
 DIST skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz 10420480 BLAKE2B 
83bcc9ff3a3a916ccb92f49ef69f99386e89b636d37679ab17735625c56c4bb31ca89a7034d9282c905b405e0b31215de5fd3734061d323d48db440e4ad52643
 SHA512 
8e5c37b895d7f5fe15f491005ac46b39efe3bfb3af5dc805bf1226b2112496bdb9e433cc3b313f8fc185fe1f898d126b8a557d23485615cdbe917f0b76855f3d

diff --git a/app-office/libreoffice/libreoffice-7.1.2.2.ebuild 
b/app-office/libreoffice/libreoffice-7.1.2.2.ebuild
deleted file mode 100644
index cf695c2bff7..000
--- a/app-office/libreoffice/libreoffice-7.1.2.2.ebuild
+++ /dev/null
@@ -1,655 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="threads(+),xml"
-
-MY_PV="${PV/_alpha/.alpha}"
-MY_PV="${MY_PV/_beta/.beta}"
-# experimental ; release ; old
-# Usually the tarballs are moved a lot so this should make everyone happy.
-DEV_URI="
-   https://dev-builds.libreoffice.org/pre-releases/src
-   https://download.documentfoundation.org/libreoffice/src/${MY_PV:0:5}/
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2021-05-06 Thread Andreas Sturmlechner
commit: a1a8900ddbf5cde6d418e477f36e4ce337cc6dac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 23:35:21 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a8900d

app-office/libreoffice: Re-add ~x86 keyword to 7.1.3.2

Closes: https://bugs.gentoo.org/785640
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/libreoffice-7.1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-7.1.3.2.ebuild 
b/app-office/libreoffice/libreoffice-7.1.3.2.ebuild
index fb1bb207817..43efb5a6625 100644
--- a/app-office/libreoffice/libreoffice-7.1.3.2.ebuild
+++ b/app-office/libreoffice/libreoffice-7.1.3.2.ebuild
@@ -102,7 +102,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 
 BDEPEND="
dev-util/intltool



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2021-05-06 Thread Andreas Sturmlechner
commit: 7022e4d957a9e06b7c12cc8ee7f052c196d5ee45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 23:34:29 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7022e4d9

app-office/libreoffice-l10n: Re-add ~x86 keyword to 7.1.3.2

Bug: https://bugs.gentoo.org/785640
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-l10n/libreoffice-l10n-7.1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-7.1.3.2.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-7.1.3.2.ebuild
index e72428ad789..5356be44837 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-7.1.3.2.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-7.1.3.2.ebuild
@@ -17,7 +17,7 @@ 
BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 IUSE="offlinehelp"
 
 #



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

2021-05-06 Thread Andreas Sturmlechner
commit: bd7373f1a1dfab29dba4f2e848311240602255ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 23:33:53 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  6 20:04:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7373f1

dev-libs/liborcus: Re-add ~x86 keyword to 0.16.1

Bug: https://bugs.gentoo.org/785640
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/dev-libs/liborcus/liborcus-0.16.1.ebuild 
b/dev-libs/liborcus/liborcus-0.16.1.ebuild
index e26df784f7e..5d24f93374c 100644
--- a/dev-libs/liborcus/liborcus-0.16.1.ebuild
+++ b/dev-libs/liborcus/liborcus-0.16.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
 else
MDDS_SLOT="1/1.5"
SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" # no ~x86 to avoid blocked 
update
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"



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

2021-05-06 Thread Alfredo Tupone
commit: fa429ddefe2a04c7c7b8646d738e489b2f4d20c0
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu May  6 19:56:37 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu May  6 19:56:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa429dde

dev-python/dash-renderer: merged with dash

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/dash-renderer/Manifest  |  1 -
 .../dash-renderer/dash-renderer-1.9.1.ebuild   | 25 --
 dev-python/dash-renderer/metadata.xml  | 11 --
 3 files changed, 37 deletions(-)

diff --git a/dev-python/dash-renderer/Manifest 
b/dev-python/dash-renderer/Manifest
deleted file mode 100644
index 09d64e15abc..000
--- a/dev-python/dash-renderer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dash_renderer-1.9.1.tar.gz 1006154 BLAKE2B 
484f88415608007e67099e44d66554b9f1bbe06e825ac0382fbd4501a13b3bb971530f5e15b40bfcbc274e5cc59c3f645f9cde46d4d14112de3c23d468bc0477
 SHA512 
d2326d8368660d2640a11a00588dbd4e6a418d827171d5bdcdcacc68a03d06878ae1fc1dd90f809efc6c03b6e922b203f2c1cfa07393446f0162aedc589ea7a3

diff --git a/dev-python/dash-renderer/dash-renderer-1.9.1.ebuild 
b/dev-python/dash-renderer/dash-renderer-1.9.1.ebuild
deleted file mode 100644
index ffa6fe688fd..000
--- a/dev-python/dash-renderer/dash-renderer-1.9.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Dash front-end renderer"
-HOMEPAGE="https://plot.ly/dash;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${P/-/_}"
-
-python_install() {
-   distutils-r1_python_install
-
-   python_moduleinto ${PN}
-   python_domodule package.json digest.json
-}

diff --git a/dev-python/dash-renderer/metadata.xml 
b/dev-python/dash-renderer/metadata.xml
deleted file mode 100644
index 7badce779b4..000
--- a/dev-python/dash-renderer/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   
-   
-   tup...@gentoo.org
-   Tupone Alfredo
-   
-



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

2021-05-06 Thread Alfredo Tupone
commit: c97ea73bd44ebd1827e7e460a21f567fa83daabf
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu May  6 19:53:29 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu May  6 19:53:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97ea73b

dev-python/dash: add to the tree

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/dash/Manifest   |  1 +
 dev-python/dash/dash-1.20.0.ebuild | 51 ++
 dev-python/dash/metadata.xml   | 11 
 3 files changed, 63 insertions(+)

diff --git a/dev-python/dash/Manifest b/dev-python/dash/Manifest
new file mode 100644
index 000..6098a5f8d1a
--- /dev/null
+++ b/dev-python/dash/Manifest
@@ -0,0 +1 @@
+DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 
2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40
 SHA512 
670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149

diff --git a/dev-python/dash/dash-1.20.0.ebuild 
b/dev-python/dash/dash-1.20.0.ebuild
new file mode 100644
index 000..833cf9b2bf6
--- /dev/null
+++ b/dev-python/dash/dash-1.20.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Python framework for building ML & data science web apps"
+HOMEPAGE="https://github.com/plotly/dash;
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-python/future[${PYTHON_USEDEP}]
+   dev-python/dash-table[${PYTHON_USEDEP}]
+   dev-python/dash-html-components[${PYTHON_USEDEP}]
+   dev-python/dash-core-components[${PYTHON_USEDEP}]
+   dev-python/plotly[${PYTHON_USEDEP}]
+   dev-python/flask-compress[${PYTHON_USEDEP}]"
+BDEPEND=""
+
+src_prepare() {
+   distutils-r1_src_prepare
+   cd dash-renderer
+   distutils-r1_src_prepare
+}
+
+src_configure() {
+   distutils-r1_src_configure
+   cd dash-renderer
+   distutils-r1_src_configure
+}
+
+src_compile() {
+   distutils-r1_src_compile
+   cd dash-renderer
+   distutils-r1_src_compile
+}
+
+src_install() {
+   distutils-r1_src_install
+   cd dash-renderer
+   distutils-r1_src_install
+}

diff --git a/dev-python/dash/metadata.xml b/dev-python/dash/metadata.xml
new file mode 100644
index 000..7badce779b4
--- /dev/null
+++ b/dev-python/dash/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+



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

2021-05-06 Thread Sergei Trofimovich
commit: bb394f02284df729ae8ab6a945add82e390ac05b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  6 19:30:22 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May  6 19:30:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb394f02

dev-python/typogrify: keyworded 2.0.7 for ia64

keyworded wrt bug #787269

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/typogrify/typogrify-2.0.7.ebuild 
b/dev-python/typogrify/typogrify-2.0.7.ebuild
index 4984bc9540d..4810031e6aa 100644
--- a/dev-python/typogrify/typogrify-2.0.7.ebuild
+++ b/dev-python/typogrify/typogrify-2.0.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
 
 DEPEND="
${PYTHON_DEPS}



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

2021-05-06 Thread Sergei Trofimovich
commit: d0f99a945ee149ed2358d7deb3210ea772184217
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  6 19:29:59 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May  6 19:30:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f99a94

dev-util/gi-docgen: keyworded 2021.5 for ia64

keyworded wrt bug #787269

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gi-docgen/gi-docgen-2021.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gi-docgen/gi-docgen-2021.5.ebuild 
b/dev-util/gi-docgen/gi-docgen-2021.5.ebuild
index a1b89731865..69ed1b9834b 100644
--- a/dev-util/gi-docgen/gi-docgen-2021.5.ebuild
+++ b/dev-util/gi-docgen/gi-docgen-2021.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 GPL-3+ ) CC0-1.0 OFL-1.1 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc"
+KEYWORDS="~amd64 ~ia64 ~sparc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



  1   2   3   4   5   >