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

2021-07-19 Thread Hans de Graaff
commit: 47cd66f7413611bcb3171ae7aa0acc37308e1c9f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:17:04 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cd66f7

dev-util/cucumber-core: add 10.0.1

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

 dev-util/cucumber-core/Manifest|  1 +
 dev-util/cucumber-core/cucumber-core-10.0.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-util/cucumber-core/Manifest b/dev-util/cucumber-core/Manifest
index 7f1317adb4c..ab6cdc4c48c 100644
--- a/dev-util/cucumber-core/Manifest
+++ b/dev-util/cucumber-core/Manifest
@@ -1,3 +1,4 @@
 DIST cucumber-core-10.0.0.tar.gz 47173 BLAKE2B 
3ce81c4ae9de1dafe444fcae4b2609b786e34d8efdf16e02c05ceaf7f077c13289bea23f6fc22616cb8ce16598ffd3f07cbc51751b3151455d65ecf396ac0e92
 SHA512 
7ed559ae5e9071f1697da74aa067fcbc42858d51c9d470280c0695df0ab0836b069be2e1ae8948ff01a674ca45be7eb2ac63c37d666d40c7ac333a0a5315c65a
+DIST cucumber-core-10.0.1.tar.gz 47196 BLAKE2B 
d048c36e3d28871e603b2092062af1e9a754ce642c365c5f71696f450c2f8fbccd27e3d809980c96929f75a2afb11c216a3b1ce40a0b7f81dfff7495d46f531e
 SHA512 
c7ff950f7fd81824822de0ec485c1890808126c36be4c25ed15048c35491e8891851cf7438ef806bb1456b68281853ac3a0b1f7a598414f794793db83530406b
 DIST cucumber-core-3.2.1.tar.gz 49868 BLAKE2B 
e5d18797fb6821fa9c300898bc8c14d57559b790d77a191d7147a987e27893ce89076716f82fa2048632e1b033ad607c748fe29f6b8fc600abd523290c4a9f50
 SHA512 
ba45e804d8454a6ef306eb90f32e6cdf3ee25fdd6613e9ba8308ecfce4044f27ee3dc012ad7f9ca481e94fe5e1d9deb9e0c46ca811a8e25bb27981a78c528ddb
 DIST cucumber-core-9.0.1.tar.gz 47009 BLAKE2B 
2c78956643dfb08319732af24c08d5df811574891b582ba7ab51281c9a5299a3063c6c607af5cd9659aa0e160c0f3cab1d54b9cbd57d3dbf2768e97bb8f79e8e
 SHA512 
0ac61797cda1d62d2b452d3d843be855f84b12fc9c435e8b5261700a981d94c9c88e36e309d8c2dc637ff195032768d363ffd9e7424c842d5b0ba98c3c678752

diff --git a/dev-util/cucumber-core/cucumber-core-10.0.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-10.0.1.ebuild
new file mode 100644
index 000..252f0e7f4ee
--- /dev/null
+++ b/dev-util/cucumber-core/cucumber-core-10.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="cucumber-core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Executable feature scenarios"
+HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
+SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+RUBY_S="cucumber-ruby-core-${PV}"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/unindent-1.0
+   )"
+
+ruby_add_rdepend "
+   >=dev-util/cucumber-gherkin-20.0.1:20
+   >=dev-util/cucumber-messages-17.0.1:17
+   >=dev-util/cucumber-tag-expressions-3.0.1:3
+"
+
+all_ruby_prepare() {
+   # Avoid dependency on kramdown to keep dependency list manageable for 
all arches.
+   rm -f spec/readme_spec.rb || die
+}



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

2021-07-19 Thread Hans de Graaff
commit: b2b69101ddb36a9916185f3b5035d143af0d5c22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:12:38 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b69101

dev-ruby/rspec: amd64 stable

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

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

diff --git a/dev-ruby/rspec/rspec-3.10.0.ebuild 
b/dev-ruby/rspec/rspec-3.10.0.ebuild
index 59c3205b939..4a03c0dc342 100644
--- a/dev-ruby/rspec/rspec-3.10.0.ebuild
+++ b/dev-ruby/rspec/rspec-3.10.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rspec/rspec;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-19 Thread Hans de Graaff
commit: 7346fd3ab281501c49f39c8f7d474591161bd17b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:12:00 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7346fd3a

dev-ruby/rspec-core: amd64 stable

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

 dev-ruby/rspec-core/rspec-core-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild
index 9863c93e91a..6c6820a447b 100644
--- a/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild
+++ b/dev-ruby/rspec-core/rspec-core-3.10.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~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 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="highlight"
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-19 Thread Hans de Graaff
commit: 7687a7ea7fcc1453c94be74afe8292d32564e090
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:11:33 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7687a7ea

dev-ruby/rspec-expectations: amd64 stable

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index d06b1037b4b..0372144c60f 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~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 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-19 Thread Hans de Graaff
commit: df876878b52cec60b1434f4bac8257285304a37f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:10:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df876878

dev-ruby/rspec-support: amd64 stable

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

 dev-ruby/rspec-support/rspec-support-3.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild
index 3d531706a27..03f785d0b40 100644
--- a/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild
+++ b/dev-ruby/rspec-support/rspec-support-3.10.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~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 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.9.0:3 
>=dev-ruby/thread_order-1.1.0 )"



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

2021-07-19 Thread Hans de Graaff
commit: 4055f11ab2cc38cb8f9f2fc9228699ae6df0604e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 04:25:51 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4055f11a

dev-ruby/term-ansicolor: add ruby30; EAPI 8

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

 .../term-ansicolor/term-ansicolor-1.7.1-r1.ebuild  | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.7.1-r1.ebuild 
b/dev-ruby/term-ansicolor/term-ansicolor-1.7.1-r1.ebuild
new file mode 100644
index 000..9bc6f621f42
--- /dev/null
+++ b/dev-ruby/term-ansicolor/term-ansicolor-1.7.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Small Ruby library that colors strings using ANSI escape 
sequences"
+HOMEPAGE="https://flori.github.io/term-ansicolor/;
+LICENSE="GPL-2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/tins-1.0"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:tests -e 'Dir["tests/*_test.rb"].each{|f| require f}' 
|| die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/*
+}



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

2021-07-19 Thread Hans de Graaff
commit: 40629b42c9791a118b3fed4b2328dc294ff6c1f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:15:20 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40629b42

dev-util/cucumber-gherkin: add 20.0.1

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

 dev-util/cucumber-gherkin/Manifest |  1 +
 .../cucumber-gherkin-20.0.1.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-util/cucumber-gherkin/Manifest 
b/dev-util/cucumber-gherkin/Manifest
index 57888b99b1b..5ea6ee5c48a 100644
--- a/dev-util/cucumber-gherkin/Manifest
+++ b/dev-util/cucumber-gherkin/Manifest
@@ -1,2 +1,3 @@
 DIST cucumber-gherkin-18.1.1.tar.gz 12436812 BLAKE2B 
5434d3133f35156d131283dff7cbdebb6523911ffca481ec61b6cb7fc41288e8deaa9afadfb4f34afc57729e92212c513fa203b279a54e5f09a389fe9bdef1dd
 SHA512 
c6f329ea2f46e224b802a1a4062b8d66314c2ee124fd261cfeed390775acf184e1098879c17cae4838ef361ffcd0cf43b1eb77978da7376a87afc09576d25085
 DIST cucumber-gherkin-20.0.0.tar.gz 9238574 BLAKE2B 
40dd7f31e234740528301ed20be59c6b550e256fdfc21b50883c7d6acf9aca75f61c6f87c86f6ab72ef8e6f9672814dd23ce2ba093bb0fe9a447027c2469ab6f
 SHA512 
25a3180482166a1e6e7d63946b2ed8618558b62c5506c366c5a18b59064259473ea34b3169b666a366a271ddab08bc235a16bdedd34e184157cbd6f12068b1cb
+DIST cucumber-gherkin-20.0.1.tar.gz 9410066 BLAKE2B 
2c34b1eec9d74b96bbf21ea20b479d9a1ab42669bce08eeac9c9f0c97b86c64e9119423eb8ed3c42897c8730d1dae9c0a75e32e407a63b6c1955e773d35fa16f
 SHA512 
0a53a7110fde39ed921c3a883b2aa00f8599e7dda87cdf1766d606a696ba6f9e350d176edb9cf849567a9f4733d5e0653944d738fe9a9451ecf0763b8687706b

diff --git a/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild 
b/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild
new file mode 100644
index 000..7972f477584
--- /dev/null
+++ b/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+# Don't install support scripts to avoid slot collisions.
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="cucumber-gherkin.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast Gherkin lexer and parser"
+HOMEPAGE="https://github.com/cucumber/gherkin;
+SRC_URI="https://github.com/cucumber/common/archive/gherkin/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="common-gherkin-v${PV}/gherkin/ruby"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+ruby_add_rdepend ">=dev-util/cucumber-messages-17.0.1:17"



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

2021-07-19 Thread Hans de Graaff
commit: 6cc5a1f54f7d4db8baab5a38824fc9fa06414600
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 04:28:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc5a1f5

dev-ruby/ruby2ruby: add ruby30

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

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

diff --git a/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild 
b/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild
index ad7aa9bec7e..4b2a0c2e01a 100644
--- a/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild
+++ b/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
 



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

2021-07-19 Thread Hans de Graaff
commit: 7b894c6c2ac6edd7fad10367338ed877eb39ad29
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 04:52:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b894c6c

dev-util/cucumber-messages: add 17.0.1

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

 dev-util/cucumber-messages/Manifest   |  1 +
 .../cucumber-messages/cucumber-messages-17.0.1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-util/cucumber-messages/Manifest 
b/dev-util/cucumber-messages/Manifest
index 40ab527cb18..986a80d8939 100644
--- a/dev-util/cucumber-messages/Manifest
+++ b/dev-util/cucumber-messages/Manifest
@@ -2,3 +2,4 @@ DIST cucumber-messages-13.2.1.gem 11264 BLAKE2B 
ed5fdd87a5e9bbeaee2bf39779f24841
 DIST cucumber-messages-14.0.1.gem 11264 BLAKE2B 
aff0eac711df831708126bedccec15f945933df9345924a27398508194849a4a9a0155d20249dbdf2ddc68886affd22f8cc450f87696f4f81049219a7212e107
 SHA512 
fee0fe8fb0efb3b1bf4b9f2f56e3e2f305ff727767500fa869198b668bcb63e8af80898afc106242724c5aa1c94ff5511be7c3ce0e433be9be03dd66d8e2e09d
 DIST cucumber-messages-15.0.0.gem 11264 BLAKE2B 
41586a540fd4b092a25b3516419e912900f229f43ba3f8699733bdb67a2783d4e83c50df3b0605abb511894c6a466aa7cae7ee82bae8f48a2cab878349a54a63
 SHA512 
906a09517dfa6b44519b24ad9dbe5092d1ee24f0fa0e08291206f9b81e1611d988074b063f493ddc2034e05429b7c218380fe0412184c07ba8b2f7af2e3c9ead
 DIST cucumber-messages-17.0.0.gem 21504 BLAKE2B 
3dbe6a8f2e486c790c05bb77105fc5ff9ec0acd5074df5a5fe4048a8ace5ce58267992fabfb58e1ed3881d510e18605d0a3fde69d5335f2f3fe47bba429d367f
 SHA512 
fefd84e07ef8cc9e301ac299e969643b8977cf9ad8f9990401df8c71e4c35e7435a815a5922166f52c49052345451c06df6bafce3c139f28287172594bdc9e85
+DIST cucumber-messages-17.0.1.gem 21504 BLAKE2B 
7bcddbc42fe9abb1deee0b4bd02bfc2187236ab0d90357ab5904a4d486dddf91fe60ccbe894c64b6093d98499e79dd7506a7d36d78132c0336044819ab85af95
 SHA512 
71ec1cd2490ac27e2bbd3b7f498062b4c97c693ede9fa826a2fe859e1ce766a1a5b263fd520d77b0a6a0f3955e528f1729011e60b598aea6a930cd3bf71d4825

diff --git a/dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild
new file mode 100644
index 000..e0ab32d1bfb
--- /dev/null
+++ b/dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Protocol Buffer messages for Cucumber's inter-process 
communication"
+HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"



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

2021-07-19 Thread Hans de Graaff
commit: cf2807c64fe672e78ad7967aeb14b2c111b15252
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:11:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2807c6

dev-ruby/rspec-mocks: amd64 stable

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

 dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild
index 99cd401e44a..ca8efabf8ae 100644
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.10.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~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 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-MIME-Base64/

2021-07-19 Thread Sam James
commit: 9e5eaf2a5998925fbfb2d2050df67858a92e4b3a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5eaf2a

virtual/perl-MIME-Base64: Stabilize 3.160.0 ppc, #802639

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

 virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild 
b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild
+++ b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Local/

2021-07-19 Thread Sam James
commit: f4ed72741f028f2e005e87ed5f36d877bf218f4e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ed7274

virtual/perl-Time-Local: Stabilize 1.300.0 ppc, #802639

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

 virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild 
b/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
+++ b/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: perl-core/File-Temp/

2021-07-19 Thread Sam James
commit: 1d922c0d08bb81b1b519a3b79e1d6529d45040f1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d922c0d

perl-core/File-Temp: Stabilize 0.231.100 ppc, #802639

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

 perl-core/File-Temp/File-Temp-0.231.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/File-Temp/File-Temp-0.231.100.ebuild 
b/perl-core/File-Temp/File-Temp-0.231.100.ebuild
index df25667efa6..fe3d7abd4c2 100644
--- a/perl-core/File-Temp/File-Temp-0.231.100.ebuild
+++ b/perl-core/File-Temp/File-Temp-0.231.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="File::Temp can be used to create and open temporary files in a 
safe way"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # bug 390719



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Socket-IP/

2021-07-19 Thread Sam James
commit: 5906bc4e458a95db922d18fb1c562e997b373da2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5906bc4e

virtual/perl-IO-Socket-IP: Stabilize 0.410.0 ppc, #802639

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

 virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild 
b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild
+++ b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: 43277252630361d42fb915747b59f5804c1adf2f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43277252

virtual/perl-threads: Stabilize 2.260.0 ppc, #802639

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

 virtual/perl-threads/perl-threads-2.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads/perl-threads-2.260.0.ebuild 
b/virtual/perl-threads/perl-threads-2.260.0.ebuild
index 46dbb2f3352..39effb119ae 100644
--- a/virtual/perl-threads/perl-threads-2.260.0.ebuild
+++ b/virtual/perl-threads/perl-threads-2.260.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34*[ithreads] ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Normalize/

2021-07-19 Thread Sam James
commit: 12501032716cc001ef5b834db5f8c50ffc22d4af
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12501032

virtual/perl-Unicode-Normalize: Stabilize 1.280.0 ppc, #802639

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

 virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads-shared/

2021-07-19 Thread Sam James
commit: 399394e3d307f47c086eab3088deafd942993133
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399394e3

virtual/perl-threads-shared: Stabilize 1.620.0 ppc, #802639

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

 virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild 
b/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild
+++ b/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: 2947bf623851a908bacdaaeb6e6c60b525b5c0a7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2947bf62

virtual/perl-Storable: Stabilize 3.230.0 ppc, #802639

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

 virtual/perl-Storable/perl-Storable-3.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Storable/perl-Storable-3.230.0.ebuild 
b/virtual/perl-Storable/perl-Storable-3.230.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Storable/perl-Storable-3.230.0.ebuild
+++ b/virtual/perl-Storable/perl-Storable-3.230.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2021-07-19 Thread Sam James
commit: 5d892ca400ef25c96fbb18fd0ad11d6f59a6de93
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d892ca4

virtual/perl-Test-Simple: Stabilize 1.302.183 ppc, #802639

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

 virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild
index 7d5ea170b80..07fffed08ac 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Pod-Simple/

2021-07-19 Thread Sam James
commit: 3bc1271b3e06d36e2b7bfdea2f0393a48b4e1249
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc1271b

virtual/perl-Pod-Simple: Stabilize 3.420.0 ppc, #802639

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

 virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild 
b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild
+++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Zlib/

2021-07-19 Thread Sam James
commit: e73d645d184e160fc7bce9a282758ff50eb25f37
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73d645d

virtual/perl-IO-Zlib: Stabilize 1.110.0 ppc, #802639

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

 virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild 
b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild
+++ b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: 36a028dbfc274620d16e621b78d75bd1b7a9e194
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a028db

virtual/perl-Socket: Stabilize 2.31.0 ppc, #802639

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

 virtual/perl-Socket/perl-Socket-2.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Socket/perl-Socket-2.31.0.ebuild 
b/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Tie-RefHash/

2021-07-19 Thread Sam James
commit: b2b01f97e6b88d6279cd04d1009d83706b12d753
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b01f97

virtual/perl-Tie-RefHash: Stabilize 1.400.0 ppc, #802639

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

 virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild 
b/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild
+++ b/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: 2ff210fc5305cc66c56da7b77a5155fdb202d09a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff210fc

virtual/perl-Safe: Stabilize 2.430.0 ppc, #802639

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

 virtual/perl-Safe/perl-Safe-2.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Safe/perl-Safe-2.430.0.ebuild 
b/virtual/perl-Safe/perl-Safe-2.430.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Safe/perl-Safe-2.430.0.ebuild
+++ b/virtual/perl-Safe/perl-Safe-2.430.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: 4eb958198d1ad2d7ee45ad08758d55b5ff1524c0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb95819

virtual/perl-Math-Complex: Stabilize 1.590.200 ppc, #802639

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

 virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild 
b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild
index e1b3bdbaa31..5440ccf2b48 100644
--- a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild
+++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
sparc x86 ~x64-cygwin ~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 ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-Balanced/

2021-07-19 Thread Sam James
commit: a830cefb5bfaa145fc75a11080dadb8ff3e1f44e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a830cefb

virtual/perl-Text-Balanced: Stabilize 2.40.0 ppc, #802639

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

 virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild 
b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild
+++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-Load-Conditional/

2021-07-19 Thread Sam James
commit: f3133f3731ad737ed86a5ec5a03f9237ff8abe02
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3133f37

virtual/perl-Module-Load-Conditional: Stabilize 0.740.0 ppc, #802639

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

 .../perl-Module-Load-Conditional-0.740.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
 
b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
+++ 
b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2021-07-19 Thread Sam James
commit: 4cc3e12ef3eff823399837ac15dc5aa150ed0342
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc3e12e

virtual/perl-Module-CoreList: Stabilize 5.202.105.200 ppc, #802639

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

 virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
index 6356a9cfad2..d541e055d1c 100644
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
 # When bumping this package.



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

2021-07-19 Thread Sam James
commit: 7a547ef294e84c8f11b09f4718bcead007595def
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a547ef2

virtual/perl-libnet: Stabilize 3.130.0 ppc, #802639

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

 virtual/perl-libnet/perl-libnet-3.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-libnet/perl-libnet-3.130.0.ebuild 
b/virtual/perl-libnet/perl-libnet-3.130.0.ebuild
index 36d48618ac6..e77aa33376b 100644
--- a/virtual/perl-libnet/perl-libnet-3.130.0.ebuild
+++ b/virtual/perl-libnet/perl-libnet-3.130.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Harness/

2021-07-19 Thread Sam James
commit: e35ccffcb57bde32baa1cfc4839122d72dcc32a6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35ccffc

virtual/perl-Test-Harness: Stabilize 3.430.0 ppc, #802639

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

 virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild 
b/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild
+++ b/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2021-07-19 Thread Sam James
commit: 9f918c51e687af3be0d43bb1a416de3468e1fa51
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f918c51

virtual/perl-Time-HiRes: Stabilize 1.976.700 ppc, #802639

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

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-JSON-PP/

2021-07-19 Thread Sam James
commit: 76b46fec01f2ef65a5eff8e937e824cbb737db6e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b46fec

virtual/perl-JSON-PP: Stabilize 4.60.0 ppc, #802639

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

 virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild 
b/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild
+++ b/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Net-Ping/

2021-07-19 Thread Sam James
commit: 3e46fa3e4ffc558ad73aab9e0dc6caab47a189e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e46fa3e

virtual/perl-Net-Ping: Stabilize 2.740.0 ppc, #802639

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

 virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild 
b/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild
index e1afd9122ab..463f52fc630 100644
--- a/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild
+++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-Load/

2021-07-19 Thread Sam James
commit: 627b769041cdbebda6043e4a953cb06c5f00dcb9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627b7690

virtual/perl-Module-Load: Stabilize 0.360.0-r1 ppc, #802639

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

 virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild 
b/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild
+++ b/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: a935ff809e72953275773b146feaa5d2fd77d738
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 05:04:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 05:04:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a935ff80

virtual/perl-version: Stabilize 0.992.800 ppc, #802639

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

 virtual/perl-version/perl-version-0.992.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-version/perl-version-0.992.800.ebuild 
b/virtual/perl-version/perl-version-0.992.800.ebuild
index 4b26ab4314f..252e68dc2fd 100644
--- a/virtual/perl-version/perl-version-0.992.800.ebuild
+++ b/virtual/perl-version/perl-version-0.992.800.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: www-client/luakit/files/, www-client/luakit/

2021-07-19 Thread Ionen Wolkens
commit: b8466e839abe778669ed9aeec1eae0bad22c6b5e
Author: Oz N Tiram  gmail  com>
AuthorDate: Mon Jul 19 19:19:14 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 03:15:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8466e83

www-client/luakit: fix patches for version 

Closes: https://bugs.gentoo.org/802822
Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21717
Signed-off-by: Ionen Wolkens  gentoo.org>

 www-client/luakit/files/luakit--make.patch | 38 ++
 www-client/luakit/luakit-.ebuild   |  2 +-
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/www-client/luakit/files/luakit--make.patch 
b/www-client/luakit/files/luakit--make.patch
new file mode 100644
index 000..f0b9c49c6b2
--- /dev/null
+++ b/www-client/luakit/files/luakit--make.patch
@@ -0,0 +1,38 @@
+--- a/Makefile
 b/Makefile
+@@ -57,22 +57,18 @@
+ $(filter-out $(EXT_OBJS),$(OBJS)) $(EXT_OBJS): $(HEADS) config.mk
+ 
+ $(filter-out $(EXT_OBJS),$(OBJS)) : %.o : %.c
+-  @echo $(CC) -c $< -o $@
+-  @$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
++  $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
+ 
+ $(EXT_OBJS) : %.o : %.c
+-  @echo $(CC) -c $< -o $@
+-  @$(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fPIC $(CPPFLAGS) $< -o $@
++  $(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fPIC $(CPPFLAGS) $< -o $@
+ 
+ widgets/webview.o: $(wildcard widgets/webview/*.c)
+ 
+ luakit: $(OBJS)
+-  @echo $(CC) -o $@ $(OBJS)
+-  @$(CC) -o $@ $(OBJS) $(LDFLAGS)
++  $(CC) -o $@ $(OBJS) $(LDFLAGS)
+ 
+ luakit.so: $(EXT_OBJS)
+-  @echo $(CC) -o $@ $(EXT_OBJS)
+-  @$(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS)
++  $(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS)
+ 
+ luakit.1: luakit.1.in
+   @sed "s|LUAKITVERSION|$(VERSION)|" $< > $@
+@@ -116,7 +112,7 @@
+   install -d $(DESTDIR)$(APPDIR)
+   install -m644 extras/luakit.desktop $(DESTDIR)$(APPDIR)
+   install -d $(DESTDIR)$(MANPREFIX)/man1/
+-  install -m644 luakit.1.gz $(DESTDIR)$(MANPREFIX)/man1/
++  install -m644 luakit.1 $(DESTDIR)$(MANPREFIX)/man1/
+   mkdir -p resources
+   find resources -type d -exec install -d 
$(DESTDIR)$(PREFIX)/share/luakit/'{}' \;
+   find resources -type f -exec sh -c 'f="{}"; install -m644 "$$f" 
"$(DESTDIR)$(PREFIX)/share/luakit/$$(dirname $$f)"' \;

diff --git a/www-client/luakit/luakit-.ebuild 
b/www-client/luakit/luakit-.ebuild
index 4898eed6a66..81da040c1b3 100644
--- a/www-client/luakit/luakit-.ebuild
+++ b/www-client/luakit/luakit-.ebuild
@@ -48,7 +48,7 @@ BDEPEND="
)
 "
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.1-make.patch
+   "${FILESDIR}"/${PN}--make.patch
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/

2021-07-19 Thread Georgy Yakovlev
commit: 3844230e77f39931083e7dfa33452666d6fd7452
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 02:41:18 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 02:43:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3844230e

app-emulation/containerd: add 1.5.4

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

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-1.5.4.ebuild | 84 
 2 files changed, 85 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 5e37778447d..99e74a98cf1 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,4 +1,5 @@
 DIST containerd-1.4.6.tar.gz 6266709 BLAKE2B 
3187ff003da7c1d6023ff9516c7aa510de49ad1188750b9cb782feae638ef1c4c74834f62344324eec8983feb6e881013b56ceb112e91ca0995878b08f20d69f
 SHA512 
4693e67d17a21fe9413add39173981f484c461c7e228b05a8a886052bc445617116808db6321a134bcfdf853f382a6f228e979669588a375b434d1425853b143
 DIST containerd-1.4.8.tar.gz 6400374 BLAKE2B 
def2d6e47d550d641888289943fee5c860a5523b1b4e347efafbf43a8dbf9d86bbcef0f4286efdf2591a42faf75aa2dc0acad11f2cfcdd99c7e3e89fcd13fa22
 SHA512 
3c4c52a7a1b3fb76f7837ef7260024e25df14e86ccaea351a0811dd9b7335eddc94019e3fb7e6acb4a41a3dee9c18387d0b44ea406c3534c64e8a4b3dee6a45b
 DIST containerd-1.5.2.tar.gz 7667262 BLAKE2B 
52f61a7d5a423e1e0fbada6084dacf1df49e3e16af034bd35914b35bed4d27f334f0b07e87681d1353eb7da05a301625326adc841be7a2900aea0640a0441f26
 SHA512 
e4f03e77f2d8f823680629efc8cf41db70a656edf46807dca69652e6500dc51b0ceb0fd174768a8a5069c8af3e78853c20d214d135e36d4f3559399894e2cdf1
+DIST containerd-1.5.4.tar.gz 7675134 BLAKE2B 
b50061655b0b78a9f4c8bf7355213d02517c5a15e3ff2a623e59ffcde8e7f59ef39aafaf9790f7d977b285eac4d38338505920cdd032d975c50d42605e7157a5
 SHA512 
91d2fce2dc218070078f0e9e8141d091eca9f23c0b1ff244180260f214a46cdd66ba5c89472b40c0875cbd25580e19765bb030abf2ad749cfd4eea712dacadc1
 DIST containerd-man-1.5.2.tar.xz 7424 BLAKE2B 
647e61a88c81ebb3087026adb0201b4a71c4e0fe763a37b8d146b3964d9d59aa47ea96d5c5069b7637251fe1fbe5ecc63d72a802673b526b5496d02b2ff5842c
 SHA512 
32ac9e9a91bbea24bbdb63220efc6082bb5dd1db956b558942f5b3b9aa758b9c1c5e8a5eb5e3d950be6de25bc03b20d420a566ecdaa859a8e72e3e2564a9ab84

diff --git a/app-emulation/containerd/containerd-1.5.4.ebuild 
b/app-emulation/containerd/containerd-1.5.4.ebuild
new file mode 100644
index 000..88783770efe
--- /dev/null
+++ b/app-emulation/containerd/containerd-1.5.4.ebuild
@@ -0,0 +1,84 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd toolchain-funcs
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.io/;
+SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
+
+DEPEND="
+   btrfs? ( sys-fs/btrfs-progs )
+   seccomp? ( sys-libs/libseccomp )
+"
+
+# recommended version of runc is found in script/setup/runc-version
+RDEPEND="
+   ${DEPEND}
+   ~app-emulation/runc-1.0.0
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   virtual/pkgconfig
+"
+
+# tests require root or docker
+# upstream does not recommend stripping binary
+RESTRICT+=" strip test"
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s/-s -w//" \
+   Makefile || die
+   sed -i \
+   -e "s:/usr/local:/usr:" \
+   containerd.service || die
+}
+
+src_compile() {
+   local options=(
+   $(usev apparmor)
+   $(usex btrfs "" "no_btrfs")
+   $(usex cri "" "no_cri")
+   $(usex device-mapper "" "no_devmapper")
+   $(usev seccomp)
+   $(usev selinux)
+   )
+
+   myemakeargs=(
+   BUILDTAGS="${options[*]}"
+   GO_BUILD_FLAGS="-mod vendor"
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
+   REVISION=69107e47a62e1d690afa2b9b1d43f8ece3ff4483
+   VERSION=v${PV}
+   )
+   
+   # race condition in man target https://bugs.gentoo.org/765100
+   # we need to explicitly specify GOFLAGS for "go run" to use vendor 
source
+   GOFLAGS="-v -x -mod=vendor" emake "${myemakeargs[@]}" man -j1 #nowarn
+   emake "${myemakeargs[@]}" all
+
+}
+
+src_install() {
+   dobin bin/*
+   doman man/*
+   newinitd "${FILESDIR}"/${PN}.initd "${PN}"
+   systemd_dounit containerd.service
+   keepdir /var/lib/containerd
+
+   # we already installed manpages, remove markdown source
+   # before installing docs directory
+   rm -r docs/man || die
+
+   local DOCS=( ADOPTERS.md README.md RELEASES.md ROADMAP.md SCOPE.md 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/

2021-07-19 Thread Georgy Yakovlev
commit: d7ca7f4aa67809d4817c384e744bc9653278b815
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 02:06:38 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 02:43:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ca7f4a

app-emulation/containerd: add 1.4.8

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

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-1.4.8.ebuild | 84 
 2 files changed, 85 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 8185d4679f3..5e37778447d 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,3 +1,4 @@
 DIST containerd-1.4.6.tar.gz 6266709 BLAKE2B 
3187ff003da7c1d6023ff9516c7aa510de49ad1188750b9cb782feae638ef1c4c74834f62344324eec8983feb6e881013b56ceb112e91ca0995878b08f20d69f
 SHA512 
4693e67d17a21fe9413add39173981f484c461c7e228b05a8a886052bc445617116808db6321a134bcfdf853f382a6f228e979669588a375b434d1425853b143
+DIST containerd-1.4.8.tar.gz 6400374 BLAKE2B 
def2d6e47d550d641888289943fee5c860a5523b1b4e347efafbf43a8dbf9d86bbcef0f4286efdf2591a42faf75aa2dc0acad11f2cfcdd99c7e3e89fcd13fa22
 SHA512 
3c4c52a7a1b3fb76f7837ef7260024e25df14e86ccaea351a0811dd9b7335eddc94019e3fb7e6acb4a41a3dee9c18387d0b44ea406c3534c64e8a4b3dee6a45b
 DIST containerd-1.5.2.tar.gz 7667262 BLAKE2B 
52f61a7d5a423e1e0fbada6084dacf1df49e3e16af034bd35914b35bed4d27f334f0b07e87681d1353eb7da05a301625326adc841be7a2900aea0640a0441f26
 SHA512 
e4f03e77f2d8f823680629efc8cf41db70a656edf46807dca69652e6500dc51b0ceb0fd174768a8a5069c8af3e78853c20d214d135e36d4f3559399894e2cdf1
 DIST containerd-man-1.5.2.tar.xz 7424 BLAKE2B 
647e61a88c81ebb3087026adb0201b4a71c4e0fe763a37b8d146b3964d9d59aa47ea96d5c5069b7637251fe1fbe5ecc63d72a802673b526b5496d02b2ff5842c
 SHA512 
32ac9e9a91bbea24bbdb63220efc6082bb5dd1db956b558942f5b3b9aa758b9c1c5e8a5eb5e3d950be6de25bc03b20d420a566ecdaa859a8e72e3e2564a9ab84

diff --git a/app-emulation/containerd/containerd-1.4.8.ebuild 
b/app-emulation/containerd/containerd-1.4.8.ebuild
new file mode 100644
index 000..114568e5a33
--- /dev/null
+++ b/app-emulation/containerd/containerd-1.4.8.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CONTAINERD_COMMIT=7eba5930496d9bbe375fdf71603e610ad737d2b2
+EGO_PN="github.com/containerd/${PN}"
+inherit golang-vcs-snapshot toolchain-funcs
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.io/;
+SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
+
+DEPEND="
+   btrfs? ( sys-fs/btrfs-progs )
+   seccomp? ( sys-libs/libseccomp )
+"
+
+# recommended version of runc is found in script/setup/runc-version
+RDEPEND="
+   ${DEPEND}
+   ~app-emulation/runc-1.0.0
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   virtual/pkgconfig
+   test? ( ${RDEPEND} )
+"
+
+# tests require root or docker
+# upstream does not recommend stripping binary
+RESTRICT+=" strip test"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_prepare() {
+   default
+   sed -i -e "s/git describe --match.*$/echo ${PV})/"\
+   -e "s/git rev-parse HEAD.*$/echo ${CONTAINERD_COMMIT})/"\
+   -e "s/-s -w//" \
+   Makefile || die
+}
+
+src_compile() {
+   local options=(
+   $(usev apparmor)
+   $(usex btrfs "" "no_btrfs")
+   $(usex cri "" "no_cri")
+   $(usex device-mapper "" "no_devmapper")
+   $(usev seccomp)
+   $(usev selinux)
+   )
+
+   myemakeargs=(
+   BUILDTAGS="${options[*]}"
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
+   )
+
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   export GOFLAGS="-v -x -mod=vendor"
+   # race condition in man target https://bugs.gentoo.org/765100
+   emake "${myemakeargs[@]}" man -j1 #nowarn
+   emake "${myemakeargs[@]}" all
+}
+
+src_install() {
+   dobin bin/*
+   doman man/*
+   newinitd "${FILESDIR}"/${PN}.initd "${PN}"
+   keepdir /var/lib/containerd
+
+   # we already installed manpages, remove markdown source
+   # before installing docs directory
+   rm -r docs/man || die
+
+   local DOCS=( README.md PLUGINS.md docs/. )
+   einstalldocs
+}



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

2021-07-19 Thread Georgy Yakovlev
commit: 4962cfb47fe4a1fa126b892b693433077e3b1460
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Mon Jul 19 20:07:09 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 02:43:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4962cfb4

net-im/telegram-desktop: Bump to 2.8.11

Also attempted to fix a build-time hang.
Tested and confirmed by at least one user, that's good enough right?

Bug: https://bugs.gentoo.org/802624
Thanks-to: Red  runbox.com>
Thanks-to: Vlad <@Windows2k@telegram>
Closes: https://github.com/gentoo/gentoo/pull/21718
Signed-off-by: Esteve Varela Colominas  gmail.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-im/telegram-desktop/Manifest   |  2 +-
 .../tdesktop-2.8.10-jemalloc-only-telegram.patch   | 31 ++
 8.10.ebuild => telegram-desktop-2.8.11.ebuild} |  2 ++
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/net-im/telegram-desktop/Manifest b/net-im/telegram-desktop/Manifest
index e246987bf0e..8aaae69ec84 100644
--- a/net-im/telegram-desktop/Manifest
+++ b/net-im/telegram-desktop/Manifest
@@ -1,3 +1,3 @@
 DIST tdesktop-2.7.4-full.tar.gz 36894673 BLAKE2B 
e04749fb0168f8bae69a9ad85c5bff315faf0b355ff5f3a85a34ee36e3305c6b550553284d5179aff9283bbd1a94f9ec3c41e293d0ad8c86e4d08283189e42b3
 SHA512 
0a796d7a8c5e5982bc60f19c41da53996a609bf794fad224e7beea5fc3816b5cf35f16b0ec2cc7279085c69996063a44085f48e1596dfe746d260a2e8f1b2d14
 DIST tdesktop-2.8.1-full.tar.gz 37129127 BLAKE2B 
06f2a3050f0e0f321c766c54e19faf3ea172c41088e2ffdbb5928a41ba01de1fc845a84addded17d113316857c68f265642a8ab32feb79a87beef548c739b56c
 SHA512 
df35cc00dc47a8c65b32b62c139cc3a49333f573aa88fb70cc65197524f9b9b4756c58752866c843704ea4df5d6224eb4cba5b32953dd9a4d721b0ee0e1efc69
-DIST tdesktop-2.8.10-full.tar.gz 37105631 BLAKE2B 
71a08e0d2fda90898e711dd285478e565ddf7f6bd71db8910688c7f0bb550f04136cb3ccec101d5e89860471ffdd7a868dd90a6317924e96c8ad558d4e3079f2
 SHA512 
910e34718a061d643937393fa105f2236549059eaecc56aab1203a0efa3a7538f7a2d9b432c8b0a9269118ef3bff56dc1edf856476629efe666d16851e68932f
+DIST tdesktop-2.8.11-full.tar.gz 37105468 BLAKE2B 
1ec5a0003bd1b948b45213509fa0649dfde5ec8e3dff097bf45aa0951c7963930788b0bee853f286d04b008b78704c464b6614b8391350767affebc2623b25af
 SHA512 
a553313b04fbb562745be2381a84117657172952e46e280980a73c9fcfe2a7cf29c0e012e4b1259816d1e6652418e7a1ddfc4e394544fcc3aeb33704cbe80860

diff --git 
a/net-im/telegram-desktop/files/tdesktop-2.8.10-jemalloc-only-telegram.patch 
b/net-im/telegram-desktop/files/tdesktop-2.8.10-jemalloc-only-telegram.patch
new file mode 100644
index 000..8604acc6a74
--- /dev/null
+++ b/net-im/telegram-desktop/files/tdesktop-2.8.10-jemalloc-only-telegram.patch
@@ -0,0 +1,31 @@
+Only link jemalloc for the Telegram binary
+
+Some combination of factors is making the different codegen tools hang when
+jemalloc is linked for those, and they're ran under portage's sandbox. Since
+this is only used during build-time, and jemalloc is merely necessary to
+improve runtime memory use, it's unnecessary to use it for anything else.
+
+--- tdesktop-2.8.10-full.orig/Telegram/CMakeLists.txt
 tdesktop-2.8.10-full/Telegram/CMakeLists.txt
+@@ -87,6 +87,7 @@
+ PRIVATE
+ desktop-app::external_glibmm
+ desktop-app::external_glib
++desktop-app::external_jemalloc
+ )
+ 
+ if (NOT DESKTOP_APP_DISABLE_DBUS_INTEGRATION)
+--- tdesktop-2.8.10-full.orig/cmake/options_linux.cmake
 tdesktop-2.8.10-full/cmake/options_linux.cmake
+@@ -58,11 +58,6 @@
+ endif()
+ endif()
+ 
+-target_link_libraries(common_options
+-INTERFACE
+-desktop-app::external_jemalloc
+-)
+-
+ if (DESKTOP_APP_USE_PACKAGED)
+ find_library(ATOMIC_LIBRARY atomic)
+ else()

diff --git a/net-im/telegram-desktop/telegram-desktop-2.8.10.ebuild 
b/net-im/telegram-desktop/telegram-desktop-2.8.11.ebuild
similarity index 98%
rename from net-im/telegram-desktop/telegram-desktop-2.8.10.ebuild
rename to net-im/telegram-desktop/telegram-desktop-2.8.11.ebuild
index e738b91f41d..aaa30fc0f33 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.8.10.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.8.11.ebuild
@@ -76,6 +76,8 @@ PATCHES=(
"${FILESDIR}/tdesktop-2.8.9-disable-webkit-separately.patch"
# Not a proper fix, not upstreamed
"${FILESDIR}/tdesktop-2.8.9-webview-fix-glib.patch"
+   # Not upstreamed (yet)
+   "${FILESDIR}/tdesktop-2.8.10-jemalloc-only-telegram.patch"
 )
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/

2021-07-19 Thread Georgy Yakovlev
commit: 71495d17b60621fe86d64ab649085e6f51fc597b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 02:04:57 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 02:43:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71495d17

app-emulation/runc: add 1.0.0

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

 app-emulation/runc/Manifest  |  1 +
 app-emulation/runc/runc-1.0.0.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/app-emulation/runc/Manifest b/app-emulation/runc/Manifest
index cf7cc93b5e3..dec811716bc 100644
--- a/app-emulation/runc/Manifest
+++ b/app-emulation/runc/Manifest
@@ -1 +1,2 @@
+DIST runc-1.0.0.tar.gz 2366170 BLAKE2B 
1b6455cd45bc51b92c12b3293037446da62957d441124e9b76fd44ce92329e0eb2fde2ef71c6519fc4d58bcbd4ef580f64d71753a6fc06f3f6e347de170bd9c3
 SHA512 
8ddad1e031237c07b6cab5cfe5bdb7b11bf98d5d1064ec06845f36da073fe65a0facc6a28ba5daff71cdcb50cfd5d1cd25e97385b4eddb35b287113c2771365c
 DIST runc-1.0.0_rc95.tar.gz 2309875 BLAKE2B 
8038a2d5311463f1e83665d513ac8b6336ccaa88fab64a3218b261aa03b2750d342f95bdae965c593d4fa89fc89b1e1a6371498c205160d9d09a5c4920ffa841
 SHA512 
c802a6e5f16cc0321642fc7adffe33819867c1779420f76b2cabd532edb5ac8c852beadcbcf6a3e895fe274f111c5623be5dcc822fef96e7e5259bf532174ba1

diff --git a/app-emulation/runc/runc-1.0.0.ebuild 
b/app-emulation/runc/runc-1.0.0.ebuild
new file mode 100644
index 000..73b4f693568
--- /dev/null
+++ b/app-emulation/runc/runc-1.0.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module linux-info
+
+# update on bump, look for https://github.com/docker\
+# docker-ce/blob//components/engine/hack/dockerfile/install/runc.installer
+RUNC_COMMIT=84113eef6fc27af1b01b3181f31bbaf708715301
+CONFIG_CHECK="~USER_NS"
+
+DESCRIPTION="runc container cli tools"
+HOMEPAGE="http://runc.io;
+MY_PV="${PV/_/-}"
+SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="apparmor hardened +kmem +seccomp test"
+
+DEPEND="seccomp? ( sys-libs/libseccomp )"
+
+RDEPEND="
+   ${DEPEND}
+   !app-emulation/docker-runc
+   apparmor? ( sys-libs/libapparmor )
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   test? ( "${RDEPEND}" )
+"
+
+# tests need busybox binary, and portage namespace
+# sandboxing disabled: mount-sandbox pid-sandbox ipc-sandbox
+# majority of tests pass
+RESTRICT+=" test"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_compile() {
+   # Taken from app-emulation/docker-1.7.0-r1
+   export CGO_CFLAGS="-I${ESYSROOT}/usr/include"
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
+   -L${ESYSROOT}/usr/$(get_libdir)"
+
+   # build up optional flags
+   local options=(
+   $(usev apparmor)
+   $(usev seccomp)
+   $(usex kmem '' 'nokmem')
+   )
+
+   myemakeargs=(
+   BUILDTAGS="${options[*]}"
+   COMMIT="${RUNC_COMMIT}"
+   )
+
+   emake "${myemakeargs[@]}" runc man
+}
+
+src_install() {
+   myemakeargs+=(
+   PREFIX="${ED}/usr"
+   BINDIR="${ED}/usr/bin"
+   MANDIR="${ED}/usr/share/man"
+   )
+   emake "${myemakeargs[@]}" install install-man install-bash
+
+   local DOCS=( README.md PRINCIPLES.md docs/. )
+   einstalldocs
+}
+
+src_test() {
+   emake "${myemakeargs[@]}" localunittest
+}



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

2021-07-19 Thread Sam James
commit: 4c5a8d8756466002fd291971924d56df8e0679dc
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 02:42:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 02:42:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5a8d87

sys-cluster/ceph: Stabilize 16.2.4-r2 amd64, #793359

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

 sys-cluster/ceph/ceph-16.2.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild 
b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
index 834efe8eb5e..ab8e538d648 100644
--- a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
+   KEYWORDS="amd64 ~arm64 ~ppc64"
 fi
 
 DESCRIPTION="Ceph distributed filesystem"



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

2021-07-19 Thread Sam James
commit: 07a26e9d48f350a034c111d42e4024c0127b0a58
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 02:42:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 02:42:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a26e9d

sys-block/libzbd: Stabilize 1.2.0-r1 amd64, #793359

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

 sys-block/libzbd/libzbd-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbd/libzbd-1.2.0-r1.ebuild 
b/sys-block/libzbd/libzbd-1.2.0-r1.ebuild
index ca893c6e8be..a4d306774d1 100644
--- a/sys-block/libzbd/libzbd-1.2.0-r1.ebuild
+++ b/sys-block/libzbd/libzbd-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/westerndigitalcorporation/${PN}/archive/v${PV}.tar.g
 # Examples/tools are GPL-3+, library is LGPL-3+
 LICENSE="GPL-3+ LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 # PKG_CHECK_MODULES is only for GTK right now



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

2021-07-19 Thread Sam James
commit: ee1b3659c402fd881529a49da2f5e089e2df9545
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 02:42:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 02:42:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1b3659

sys-block/ndctl: Stabilize 71.1-r1 amd64, #793359

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

 sys-block/ndctl/ndctl-71.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/ndctl/ndctl-71.1-r1.ebuild 
b/sys-block/ndctl/ndctl-71.1-r1.ebuild
index 1ba6ed6f2b1..4f2aa941c70 100644
--- a/sys-block/ndctl/ndctl-71.1-r1.ebuild
+++ b/sys-block/ndctl/ndctl-71.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1 MIT CC0-1.0"
 SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="bash-completion systemd test"
 
 DEPEND="



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

2021-07-19 Thread Shaoyu Tseng
commit: d947bfd9253baa72494b42634f22d7ec2eb232be
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Mon Jul 19 22:30:41 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Mon Jul 19 22:31:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d947bfd9

app-misc/ssmtool: Fix bug #802915

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng  tuta.io>

 app-misc/ssmtool/ssmtool-0.1.11.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-misc/ssmtool/ssmtool-0.1.11.ebuild 
b/app-misc/ssmtool/ssmtool-0.1.11.ebuild
index 00ea5715c..aa92310e5 100644
--- a/app-misc/ssmtool/ssmtool-0.1.11.ebuild
+++ b/app-misc/ssmtool/ssmtool-0.1.11.ebuild
@@ -21,8 +21,15 @@ DEPEND="
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
+python_prepare_all () {
+   # sed to remove the data_files option, which are necessary to include
+   # data files in the packaged version, but will install files into
+   # /usr/data if not removed before converting it to setup.py
+   sed -i -e '/options\.data_files/,+4d' setup.cfg
+   distutils-r1_python_prepare_all
+}
 python_install() {
+   distutils-r1_python_install
newicon icon.png ssmtool.png
domenu ssmtool.desktop
-   distutils-r1_python_install
 }



[gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/

2021-07-19 Thread Sam James
commit: c1640eb55838e64e993cb02aa7c1202e67f3226d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 02:17:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 02:18:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1640eb5

sys-fs/eudev: drop obsolete intltool dependency

Nobody can find justification for keeping this;
the eudev tree doesn't have any record of gettext, libintl,
or intltool.

Revbumping to allow folks to depclean a possibly large
number of Perl modules.

Closes: https://bugs.gentoo.org/795795
Signed-off-by: Sam James  gentoo.org>

 sys-fs/eudev/{eudev-.ebuild => eudev-3.2.9-r1.ebuild} | 3 +--
 sys-fs/eudev/eudev-4..ebuild  | 1 -
 sys-fs/eudev/eudev-.ebuild| 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-fs/eudev/eudev-.ebuild b/sys-fs/eudev/eudev-3.2.9-r1.ebuild
similarity index 98%
copy from sys-fs/eudev/eudev-.ebuild
copy to sys-fs/eudev/eudev-3.2.9-r1.ebuild
index 1038cbac1ee..4c0eb02700d 100644
--- a/sys-fs/eudev/eudev-.ebuild
+++ b/sys-fs/eudev/eudev-3.2.9-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
@@ -37,7 +37,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
>=sys-devel/make-3.82-r4
>=sys-kernel/linux-headers-${KV_min}
-   >=dev-util/intltool-0.50
test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}

diff --git a/sys-fs/eudev/eudev-4..ebuild b/sys-fs/eudev/eudev-4..ebuild
index cdeef0b48ae..3299349b621 100644
--- a/sys-fs/eudev/eudev-4..ebuild
+++ b/sys-fs/eudev/eudev-4..ebuild
@@ -38,7 +38,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
>=sys-devel/make-3.82-r4
>=sys-kernel/linux-headers-${KV_min}
-   >=dev-util/intltool-0.50
test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}

diff --git a/sys-fs/eudev/eudev-.ebuild b/sys-fs/eudev/eudev-.ebuild
index 1038cbac1ee..1ed46df8751 100644
--- a/sys-fs/eudev/eudev-.ebuild
+++ b/sys-fs/eudev/eudev-.ebuild
@@ -37,7 +37,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
>=sys-devel/make-3.82-r4
>=sys-kernel/linux-headers-${KV_min}
-   >=dev-util/intltool-0.50
test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}



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

2021-07-19 Thread Thomas Deutschmann
commit: 3a15a40539818cf2d16ce5796dd060a3582aaec9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jul 20 01:58:09 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jul 20 01:58:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a15a405

www-client/firefox: bump to v90.0.1

Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest  |   97 +++
 www-client/firefox/firefox-90.0.1.ebuild | 1182 ++
 2 files changed, 1279 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 34752d0b431..7664d9a5286 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -582,4 +582,101 @@ DIST firefox-90.0-vi.xpi 586288 BLAKE2B 
3e357d30dd5feddebba17a4fcb19cd4ea24ef8fb
 DIST firefox-90.0-xh.xpi 430173 BLAKE2B 
f33cf177ca73a5e507f273d22842ee507252615260561dd7b34319491f8936b2b38ea4882800f4beeb4a5d99e7f702628f471e8539e3ac943f794fc9f23e777f
 SHA512 
8af951cf3e3c57f0b881983862e4f75c7c696a24ad25ae01bf649c0aa2d36b3e658723b3ec964741adcfb49f1f7380214cef88500bb8bde74fb030aa9043f150
 DIST firefox-90.0-zh-CN.xpi 587658 BLAKE2B 
316f42f5d3e28960afc1a9586771d8fc1f7c2a1ab429a1daf391817d089a02a92e3a757d0c73cfb43320d13f497d11b508848daf4bc1150353c37411f56823fa
 SHA512 
bc7c6cb7300b0a3b002975a7e7b1c93bf89c4ffec272ceb980aa74bdaf4ed1d7786c545f1212dbe4aa7106eddf5b377cd0c9d0cc7e971b768246ad7ad9983733
 DIST firefox-90.0-zh-TW.xpi 588100 BLAKE2B 
671eb44db05a61d0077e6320147df6aad5723721eaf39f256b636abba15c03fb37439fb931cd7159badfa4c3f6b7a71b4503b72d0d27573e33e540a351c71e99
 SHA512 
be1a2f630027ed5fe1e1961fdf13da78af800178153b8bd389c512e5e5bb5093ab3b3169232810e4e863f96514b6fa0c69c92107465525c863934726f68da21d
+DIST firefox-90.0.1-ach.xpi 467563 BLAKE2B 
a30f7816f4d606c1465058d871fb492edfba413f515b076ca030b77fb79c8b183081791405ec5435845bb2569a227dba00c88350f39a5a177a1bf1b35131c09b
 SHA512 
f49f245bda17b165cdae9e0d809051c669103db87bc48c93bec7086fb4d178d428619738a32dcd74c153ef3b09c34dda39ee061e379ea5e1e664fd161e1ad2f1
+DIST firefox-90.0.1-af.xpi 430695 BLAKE2B 
2b354ec1bbebb37b35783113524594fe2b884bb9b269ee8b8d69d65f21844fb6c2099a5aa05ef6646c8d596bc71b30a2e85c807e23e039f5f07fc2dd52c5e07c
 SHA512 
7e25f43572fc58462c94a83a5fe3be2bcb44f3745419b34bb224835bb7fe063a841b0598f85ee4284ad20365b0099bf2e01d04d068739adf68c152ab5612cf79
+DIST firefox-90.0.1-an.xpi 515449 BLAKE2B 
5bbc0d9e7db02e96bb6587bd26608986cd3602aba35daaa468accb1f06e82995c2ce3509091f2c9c9b280c8eb40267b086acf2a343b0fb51d384ffd7d85cdbac
 SHA512 
448222104996df23cb93cfb6fb89739bae2449f22c773cca9ef0e5442d0f825a58ec3ef7661d196495bb2c6ce7686a987ac55d6a80d6b838b838fdc8236f7305
+DIST firefox-90.0.1-ar.xpi 580200 BLAKE2B 
6efc4c47593c8c259e637e2ab089dd2042bc1620e5d31af225ee6edaf7748cee28262a4680bfac6bbe85d77d8783428082f07ca1b113ab8d358e357412b3b434
 SHA512 
a80677952af00ec887e0726bf349c36371f5fce96ae395727942e0f0beed3e45bdfa2d53cf5964eb6251ce233b36229affe4ebee31a0c41eb6aa73215aca6dc2
+DIST firefox-90.0.1-ast.xpi 507903 BLAKE2B 
f0f1962483fa41eda3ba740c53bcde712d3db152379e15b502367f5b3b189c95be1ff17183ac24ac5d788f09aeb9897e0a0ef6170415ac42ec018d345aaab963
 SHA512 
98332f1a5f74e4358822c5d4e0e4139af2ec0cd7010ff8e4a7f6f8ee08e993c7e7c351fcc836a12fd0b7c1665268706c6941f26119292b5923d9dc66936fb9b8
+DIST firefox-90.0.1-az.xpi 503441 BLAKE2B 
d1c0fed64089657ffefe97a0c69f6bab42df2764db766551454ba5567522e2e5ef657f70587aae09d3b1d6a30be080f84ff5359d236768678c0e95b712505499
 SHA512 
91fa9eadfa0846a30beeff72acc5520903970b1fe756de0b19db93f3c540ccd88e9afa1d16e7ef5cd82f94524cf4a14408c568cdcdbb0a31f41be36c9d703204
+DIST firefox-90.0.1-be.xpi 636667 BLAKE2B 
7a4f2dca65233c667b3b1ee21f55c62706ba929cdb598a492f3cba6bc0ded7b578201e81b0881807a933140b6e5f2173cec1e447aef7d5103eff958a821de53c
 SHA512 
04dd0afd76166da9025fa9113cc20f309087860d9e86d2c2a3f7aeb027e20bdc1a1b87f65dba52039170a24b25315a2f3bce566e231e18f4299c1075bcd600c4
+DIST firefox-90.0.1-bg.xpi 590435 BLAKE2B 
d97d552caadf822476cf35f7c488bcdc2ed588450581eded137b57dc207fc1f4720352ccd4c6efe08f7bb36ba72cc3f3bcea5a8724fd74de584ff26e7e2b90d2
 SHA512 
0d1f5b229b32713b27d37102c361f5b1c7b9eb1b9e38b30391a9d32bc142c7c848a881dbd0c217fe69004a179566d247e77b31b22744c4ab4347d581a13fd3e5
+DIST firefox-90.0.1-bn.xpi 579582 BLAKE2B 
c577016265972d1d764dee0f5f23fa789ef9950e70998e803c896922ec59ff95b281e4c36b9304c50fc981808e598e94a0557397b0f7bcde0a1fd7e400d6c7b1
 SHA512 
17d897aa3269142fae4127da0134508970809e34a74de9878e2b9f1a3e5c62c3bdf2f067ea42068b18138a40458743aa830356357405dc8b678cbf1798537bb9
+DIST firefox-90.0.1-br.xpi 537487 BLAKE2B 
fc699ec4b602f6f51c7cbcd66ee9e97e34bd4fa0ab453eb45ee03d8c88e1f75a5dc0579a341bd28c95e50dcf4c49a5058cf74adc93a439d4b8548e7cfd64d60b
 SHA512 
c588a26b6727f48c5812ad640101236dbbb95153c9ab38bc82fd7b6b2fc35e6a652f536082590c4f4b4a3122c2bd3a8d7203fa54722e7f233cda69e46b5d945a
+DIST firefox-90.0.1-bs.xpi 472335 BLAKE2B 

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

2021-07-19 Thread Thomas Deutschmann
commit: 1993f0b6ead36df1d8a3b602645b55a1384c3648
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jul 20 02:00:09 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jul 20 02:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1993f0b6

www-client/firefox-bin: bump to v90.0.1

Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/Manifest  |  97 ++
 www-client/firefox-bin/firefox-bin-90.0.1.ebuild | 417 +++
 2 files changed, 514 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 661e86e872a..39ba6a4b7c7 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -568,15 +568,112 @@ DIST firefox-90.0-vi.xpi 586288 BLAKE2B 
3e357d30dd5feddebba17a4fcb19cd4ea24ef8fb
 DIST firefox-90.0-xh.xpi 430173 BLAKE2B 
f33cf177ca73a5e507f273d22842ee507252615260561dd7b34319491f8936b2b38ea4882800f4beeb4a5d99e7f702628f471e8539e3ac943f794fc9f23e777f
 SHA512 
8af951cf3e3c57f0b881983862e4f75c7c696a24ad25ae01bf649c0aa2d36b3e658723b3ec964741adcfb49f1f7380214cef88500bb8bde74fb030aa9043f150
 DIST firefox-90.0-zh-CN.xpi 587658 BLAKE2B 
316f42f5d3e28960afc1a9586771d8fc1f7c2a1ab429a1daf391817d089a02a92e3a757d0c73cfb43320d13f497d11b508848daf4bc1150353c37411f56823fa
 SHA512 
bc7c6cb7300b0a3b002975a7e7b1c93bf89c4ffec272ceb980aa74bdaf4ed1d7786c545f1212dbe4aa7106eddf5b377cd0c9d0cc7e971b768246ad7ad9983733
 DIST firefox-90.0-zh-TW.xpi 588100 BLAKE2B 
671eb44db05a61d0077e6320147df6aad5723721eaf39f256b636abba15c03fb37439fb931cd7159badfa4c3f6b7a71b4503b72d0d27573e33e540a351c71e99
 SHA512 
be1a2f630027ed5fe1e1961fdf13da78af800178153b8bd389c512e5e5bb5093ab3b3169232810e4e863f96514b6fa0c69c92107465525c863934726f68da21d
+DIST firefox-90.0.1-ach.xpi 467563 BLAKE2B 
a30f7816f4d606c1465058d871fb492edfba413f515b076ca030b77fb79c8b183081791405ec5435845bb2569a227dba00c88350f39a5a177a1bf1b35131c09b
 SHA512 
f49f245bda17b165cdae9e0d809051c669103db87bc48c93bec7086fb4d178d428619738a32dcd74c153ef3b09c34dda39ee061e379ea5e1e664fd161e1ad2f1
+DIST firefox-90.0.1-af.xpi 430695 BLAKE2B 
2b354ec1bbebb37b35783113524594fe2b884bb9b269ee8b8d69d65f21844fb6c2099a5aa05ef6646c8d596bc71b30a2e85c807e23e039f5f07fc2dd52c5e07c
 SHA512 
7e25f43572fc58462c94a83a5fe3be2bcb44f3745419b34bb224835bb7fe063a841b0598f85ee4284ad20365b0099bf2e01d04d068739adf68c152ab5612cf79
+DIST firefox-90.0.1-an.xpi 515449 BLAKE2B 
5bbc0d9e7db02e96bb6587bd26608986cd3602aba35daaa468accb1f06e82995c2ce3509091f2c9c9b280c8eb40267b086acf2a343b0fb51d384ffd7d85cdbac
 SHA512 
448222104996df23cb93cfb6fb89739bae2449f22c773cca9ef0e5442d0f825a58ec3ef7661d196495bb2c6ce7686a987ac55d6a80d6b838b838fdc8236f7305
+DIST firefox-90.0.1-ar.xpi 580200 BLAKE2B 
6efc4c47593c8c259e637e2ab089dd2042bc1620e5d31af225ee6edaf7748cee28262a4680bfac6bbe85d77d8783428082f07ca1b113ab8d358e357412b3b434
 SHA512 
a80677952af00ec887e0726bf349c36371f5fce96ae395727942e0f0beed3e45bdfa2d53cf5964eb6251ce233b36229affe4ebee31a0c41eb6aa73215aca6dc2
+DIST firefox-90.0.1-ast.xpi 507903 BLAKE2B 
f0f1962483fa41eda3ba740c53bcde712d3db152379e15b502367f5b3b189c95be1ff17183ac24ac5d788f09aeb9897e0a0ef6170415ac42ec018d345aaab963
 SHA512 
98332f1a5f74e4358822c5d4e0e4139af2ec0cd7010ff8e4a7f6f8ee08e993c7e7c351fcc836a12fd0b7c1665268706c6941f26119292b5923d9dc66936fb9b8
+DIST firefox-90.0.1-az.xpi 503441 BLAKE2B 
d1c0fed64089657ffefe97a0c69f6bab42df2764db766551454ba5567522e2e5ef657f70587aae09d3b1d6a30be080f84ff5359d236768678c0e95b712505499
 SHA512 
91fa9eadfa0846a30beeff72acc5520903970b1fe756de0b19db93f3c540ccd88e9afa1d16e7ef5cd82f94524cf4a14408c568cdcdbb0a31f41be36c9d703204
+DIST firefox-90.0.1-be.xpi 636667 BLAKE2B 
7a4f2dca65233c667b3b1ee21f55c62706ba929cdb598a492f3cba6bc0ded7b578201e81b0881807a933140b6e5f2173cec1e447aef7d5103eff958a821de53c
 SHA512 
04dd0afd76166da9025fa9113cc20f309087860d9e86d2c2a3f7aeb027e20bdc1a1b87f65dba52039170a24b25315a2f3bce566e231e18f4299c1075bcd600c4
+DIST firefox-90.0.1-bg.xpi 590435 BLAKE2B 
d97d552caadf822476cf35f7c488bcdc2ed588450581eded137b57dc207fc1f4720352ccd4c6efe08f7bb36ba72cc3f3bcea5a8724fd74de584ff26e7e2b90d2
 SHA512 
0d1f5b229b32713b27d37102c361f5b1c7b9eb1b9e38b30391a9d32bc142c7c848a881dbd0c217fe69004a179566d247e77b31b22744c4ab4347d581a13fd3e5
+DIST firefox-90.0.1-bn.xpi 579582 BLAKE2B 
c577016265972d1d764dee0f5f23fa789ef9950e70998e803c896922ec59ff95b281e4c36b9304c50fc981808e598e94a0557397b0f7bcde0a1fd7e400d6c7b1
 SHA512 
17d897aa3269142fae4127da0134508970809e34a74de9878e2b9f1a3e5c62c3bdf2f067ea42068b18138a40458743aa830356357405dc8b678cbf1798537bb9
+DIST firefox-90.0.1-br.xpi 537487 BLAKE2B 
fc699ec4b602f6f51c7cbcd66ee9e97e34bd4fa0ab453eb45ee03d8c88e1f75a5dc0579a341bd28c95e50dcf4c49a5058cf74adc93a439d4b8548e7cfd64d60b
 SHA512 
c588a26b6727f48c5812ad640101236dbbb95153c9ab38bc82fd7b6b2fc35e6a652f536082590c4f4b4a3122c2bd3a8d7203fa54722e7f233cda69e46b5d945a
+DIST firefox-90.0.1-bs.xpi 472335 

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads-shared/

2021-07-19 Thread Sam James
commit: e1cf6b94fff56ed833c5d8eed8fb87d89ce25328
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cf6b94

virtual/perl-threads-shared: Stabilize 1.620.0 amd64, #802639

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

 virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild 
b/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild
+++ b/virtual/perl-threads-shared/perl-threads-shared-1.620.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2021-07-19 Thread Sam James
commit: 2fff8b1940ecd0618173b668957c710bd7e992e3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fff8b19

virtual/perl-Time-HiRes: Stabilize 1.976.700 amd64, #802639

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

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.700.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Normalize/

2021-07-19 Thread Sam James
commit: 365de7cfe6c1fc239a278ef7be57ef9e841fb3af
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365de7cf

virtual/perl-Unicode-Normalize: Stabilize 1.280.0 amd64, #802639

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

 virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.280.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: perl-core/File-Temp/

2021-07-19 Thread Sam James
commit: 30dc06c91246a99ea4930ac2cd49bb478f1b40f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30dc06c9

perl-core/File-Temp: Stabilize 0.231.100 amd64, #802639

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

 perl-core/File-Temp/File-Temp-0.231.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/File-Temp/File-Temp-0.231.100.ebuild 
b/perl-core/File-Temp/File-Temp-0.231.100.ebuild
index ed9db4e6b28..e9d5fc7d607 100644
--- a/perl-core/File-Temp/File-Temp-0.231.100.ebuild
+++ b/perl-core/File-Temp/File-Temp-0.231.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="File::Temp can be used to create and open temporary files in a 
safe way"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # bug 390719



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

2021-07-19 Thread Sam James
commit: dc7f396a9102a03bceb60be4bc65e7217268f1b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7f396a

virtual/perl-version: Stabilize 0.992.800 amd64, #802639

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

 virtual/perl-version/perl-version-0.992.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-version/perl-version-0.992.800.ebuild 
b/virtual/perl-version/perl-version-0.992.800.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-version/perl-version-0.992.800.ebuild
+++ b/virtual/perl-version/perl-version-0.992.800.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2021-07-19 Thread Sam James
commit: dffaa046b5a2bf10f6145f1b4888620d1ff4a843
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffaa046

virtual/perl-Test-Simple: Stabilize 1.302.183 amd64, #802639

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

 virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild
index 0a916035720..253c399f5a7 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.183.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-Balanced/

2021-07-19 Thread Sam James
commit: cfb612f33c333bd536d590adb62ff202334ab581
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb612f3

virtual/perl-Text-Balanced: Stabilize 2.40.0 amd64, #802639

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

 virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild 
b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild
+++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.40.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Local/

2021-07-19 Thread Sam James
commit: 656f09da1cb8f90c9882ce187b889844e618c879
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656f09da

virtual/perl-Time-Local: Stabilize 1.300.0 amd64, #802639

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

 virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild 
b/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
+++ b/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: c56f5c1964a2b6f2d03c2c6cddce8ad4bde608ec
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56f5c19

virtual/perl-threads: Stabilize 2.260.0 amd64, #802639

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

 virtual/perl-threads/perl-threads-2.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads/perl-threads-2.260.0.ebuild 
b/virtual/perl-threads/perl-threads-2.260.0.ebuild
index fe629db0ef6..7b2586bd3d2 100644
--- a/virtual/perl-threads/perl-threads-2.260.0.ebuild
+++ b/virtual/perl-threads/perl-threads-2.260.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34*[ithreads] ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Tie-RefHash/

2021-07-19 Thread Sam James
commit: fa3ac0e9b8b490c2882dcb2a669c605dcdc0857d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3ac0e9

virtual/perl-Tie-RefHash: Stabilize 1.400.0 amd64, #802639

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

 virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild 
b/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild
+++ b/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.400.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: f7eac3a94f41ead164eecc4c884e1f8e226f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7eac3a9

virtual/perl-Safe: Stabilize 2.430.0 amd64, #802639

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

 virtual/perl-Safe/perl-Safe-2.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Safe/perl-Safe-2.430.0.ebuild 
b/virtual/perl-Safe/perl-Safe-2.430.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Safe/perl-Safe-2.430.0.ebuild
+++ b/virtual/perl-Safe/perl-Safe-2.430.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Net-Ping/

2021-07-19 Thread Sam James
commit: c7a75bacc42280f1379f6b2684e5bb73ba8391a5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a75bac

virtual/perl-Net-Ping: Stabilize 2.740.0 amd64, #802639

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

 virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild 
b/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild
index dbe0d64e769..3cc307b6b5f 100644
--- a/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild
+++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Harness/

2021-07-19 Thread Sam James
commit: 029f1adfb0252932bca38dcfce570991baa8e1c0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029f1adf

virtual/perl-Test-Harness: Stabilize 3.430.0 amd64, #802639

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

 virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild 
b/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild
+++ b/virtual/perl-Test-Harness/perl-Test-Harness-3.430.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-JSON-PP/

2021-07-19 Thread Sam James
commit: ae83b982517f8a6d5e29fdc4fefbbe4b3d44002d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae83b982

virtual/perl-JSON-PP: Stabilize 4.60.0 amd64, #802639

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

 virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild 
b/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild
+++ b/virtual/perl-JSON-PP/perl-JSON-PP-4.60.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-Load-Conditional/

2021-07-19 Thread Sam James
commit: 919615151434c232bd70f06a1e8667b2d85f4606
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91961515

virtual/perl-Module-Load-Conditional: Stabilize 0.740.0 amd64, #802639

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

 .../perl-Module-Load-Conditional-0.740.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
 
b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
+++ 
b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.740.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Pod-Simple/

2021-07-19 Thread Sam James
commit: 2873eb90957b1d7be4eca1c94489a8028e8b1101
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2873eb90

virtual/perl-Pod-Simple: Stabilize 3.420.0 amd64, #802639

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

 virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild 
b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild
+++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.420.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2021-07-19 Thread Sam James
commit: e59722702882e210dfd74841293ab8e62b4a82da
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5972270

virtual/perl-Module-CoreList: Stabilize 5.202.105.200 amd64, #802639

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

 virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
index 3a01d55dacb..99cdb30ba36 100644
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
 # When bumping this package.



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

2021-07-19 Thread Sam James
commit: cbefbfba87c38d8bcbf8e93a7cc7fe038870d295
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbefbfba

virtual/perl-Storable: Stabilize 3.230.0 amd64, #802639

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

 virtual/perl-Storable/perl-Storable-3.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Storable/perl-Storable-3.230.0.ebuild 
b/virtual/perl-Storable/perl-Storable-3.230.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Storable/perl-Storable-3.230.0.ebuild
+++ b/virtual/perl-Storable/perl-Storable-3.230.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: 04c67678931ac88e11359fd99de62b180c2ca85e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c67678

virtual/perl-Socket: Stabilize 2.31.0 amd64, #802639

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

 virtual/perl-Socket/perl-Socket-2.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Socket/perl-Socket-2.31.0.ebuild 
b/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: 0135d75b485694e01453dc4d49fa0cc268d454bd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0135d75b

virtual/perl-Math-Complex: Stabilize 1.590.200 amd64, #802639

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

 virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild 
b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild
index 8117bef046c..c3078d5034b 100644
--- a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild
+++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.200.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~x64-cygwin ~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 ~s390 
~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-MIME-Base64/

2021-07-19 Thread Sam James
commit: 80d09ade3ab0a3b457b70a69d90fd766d99615f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d09ade

virtual/perl-MIME-Base64: Stabilize 3.160.0 amd64, #802639

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

 virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild 
b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild
+++ b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-Load/

2021-07-19 Thread Sam James
commit: 78d604f6ccf0d436f66566c30e308cdbc07fe9f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d604f6

virtual/perl-Module-Load: Stabilize 0.360.0-r1 amd64, #802639

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

 virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild 
b/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild
+++ b/virtual/perl-Module-Load/perl-Module-Load-0.360.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Sam James
commit: f006f99175cff7cdd12fc866897a1ceed4178170
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f006f991

virtual/perl-libnet: Stabilize 3.130.0 amd64, #802639

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

 virtual/perl-libnet/perl-libnet-3.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-libnet/perl-libnet-3.130.0.ebuild 
b/virtual/perl-libnet/perl-libnet-3.130.0.ebuild
index 16100a91ec2..3d601e47784 100644
--- a/virtual/perl-libnet/perl-libnet-3.130.0.ebuild
+++ b/virtual/perl-libnet/perl-libnet-3.130.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Zlib/

2021-07-19 Thread Sam James
commit: 4681ee4b8d5a46697b07f6825b5628fe13aeec9e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4681ee4b

virtual/perl-IO-Zlib: Stabilize 1.110.0 amd64, #802639

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

 virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild 
b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild
+++ b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.110.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Socket-IP/

2021-07-19 Thread Sam James
commit: fc929bbacf7156fa349a5df3d19fdcc3dcf69b04
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 20 01:26:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 20 01:26:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc929bba

virtual/perl-IO-Socket-IP: Stabilize 0.410.0 amd64, #802639

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

 virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild 
b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild
index 66ab4ef429d..f30ed097fb2 100644
--- a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild
+++ b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.410.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-07-19 Thread Ionen Wolkens
commit: 5bacb36e4a3d08961a9446fd82d3429062bb7443
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 20:40:07 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:20:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bacb36e

x11-drivers/nvidia-drivers: add IUSE=wayland, revamp nvidia.conf

In order use wayland features with nvidia-drivers, there's
currently a need to both emerge egl-wayland (optfeature), and
set nvidia-drm.modeset=1 manually.

To provide a more reliable out-of-the-box experience with global
USE=wayland, perform these actions if the flag is set. Should
notably be useful for gnome profiles.

To better handle such module settings, creating a new nvidia-470.conf
that combines nvidia-{460,rmmod,blacklist-nouveau}.conf and the
nvidia-drm.conf formerly suggested by the egl-wayland package.

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

 x11-drivers/nvidia-drivers/files/nvidia-470.conf   | 31 
 .../nvidia-drivers/nvidia-drivers-470.57.02.ebuild | 56 +++---
 2 files changed, 69 insertions(+), 18 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/files/nvidia-470.conf 
b/x11-drivers/nvidia-drivers/files/nvidia-470.conf
new file mode 100644
index 000..4e363d2b278
--- /dev/null
+++ b/x11-drivers/nvidia-drivers/files/nvidia-470.conf
@@ -0,0 +1,31 @@
+# NVIDIA modules options
+# See /usr/share/doc/nvidia-drivers-*/README.txt* for more information.
+
+# nvidia-drivers and nouveau cannot be used at same time.
+# Comment out the following line if you wish to allow nouveau.
+blacklist nouveau
+
+# Kernel Mode Setting (needed for PRIME offloading, and EGLStream/Wayland)
+# This may need to be disabled if using SLI (Scalable Link Interface).
+#options nvidia-drm modeset=1
+
+# Suspend options. Allocations=0 recommended over =1 unless enable nvidia's
+# systemd sleep services (nvidia-hibernate, nvidia-resume, nvidia-suspend).
+options nvidia \
+   NVreg_PreserveVideoMemoryAllocations=0 \
+   NVreg_TemporaryFilePath=/var/tmp
+
+# !!! Security Warning !!!
+# Do not change the DeviceFile options unless you know what you are doing.
+# Only add trusted users to the 'video' group, these users may be able to
+# crash, compromise, or irreparably damage the machine.
+options nvidia \
+   NVreg_DeviceFileGID=@VIDEOGID@ \
+   NVreg_DeviceFileMode=432 \
+   NVreg_DeviceFileUID=0 \
+   NVreg_ModifyDeviceFiles=1
+
+# Should be no need to touch anything below.
+alias char-major-195 nvidia
+alias /dev/nvidiactl char-major-195
+remove nvidia modprobe -r --ignore-remove nvidia-drm nvidia-modeset nvidia-uvm 
nvidia

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild
index e93f07b1e50..ea8905ecfe0 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 MODULES_OPTIONAL_USE="driver"
-inherit desktop linux-info linux-mod multilib-build optfeature \
+inherit desktop linux-info linux-mod multilib-build \
readme.gentoo-r1 systemd toolchain-funcs unpacker
 
 NV_KERNEL_MAX="5.13"
@@ -26,7 +26,7 @@ S="${WORKDIR}"
 LICENSE="GPL-2 MIT NVIDIA-r2 ZLIB"
 SLOT="0/${PV%%.*}"
 KEYWORDS="-* ~amd64"
-IUSE="+X +driver static-libs +tools"
+IUSE="+X +driver static-libs +tools wayland"
 
 COMMON_DEPEND="
acct-group/video
@@ -50,7 +50,8 @@ RDEPEND="
media-libs/libglvnd[X,${MULTILIB_USEDEP}]
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
-   )"
+   )
+   wayland? ( >=gui-libs/egl-wayland-1.1.7-r1 )"
 DEPEND="
${COMMON_DEPEND}
static-libs? (
@@ -74,19 +75,13 @@ QA_PREBUILT="lib/firmware/* opt/bin/* usr/lib*"
 PATCHES=(
"${FILESDIR}"/nvidia-modprobe-390.141-uvm-perms.patch
 )
+
 DOCS=(
README.txt NVIDIA_Changelog supported-gpus/supported-gpus.json
nvidia-settings/doc/{FRAMELOCK,NV-CONTROL-API}.txt
 )
 HTML_DOCS=( html/. )
 
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="Users should be in the 'video' group to use NVIDIA devices.
-You can add yourself by using: gpasswd -a my-user video
-
-For general information on using nvidia-drivers, please see:
-https://wiki.gentoo.org/wiki/NVIDIA/nvidia-drivers;
-
 pkg_setup() {
use driver || return
 
@@ -166,6 +161,12 @@ src_prepare() {

nvidia-persistenced/init/systemd/nvidia-persistenced.service.template \
> nvidia-persistenced.service || die
 
+   # enable nvidia-drm.modeset=1 by default with USE=wayland
+   cp "${FILESDIR}"/nvidia-470.conf "${T}"/nvidia.conf || die
+   if use wayland; then
+   sed -i '/^#.*modeset=1$/s/^#//' "${T}"/nvidia.conf || die
+   fi
+
gzip -d nvidia-{cuda-mps-control,smi}.1.gz || die
 }
 
@@ -274,9 +275,7 @@ src_install() {
linux-mod_src_install
 

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

2021-07-19 Thread Ionen Wolkens
commit: 467fe797a50aba4412535e616bc29b022b9049b5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 18:23:35 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467fe797

x11-drivers/nvidia-drivers: stabilize 460.84 for amd64

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

 x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild
index afd78ca6538..ffd73239e93 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2 MIT NVIDIA-r2 ZLIB"
 SLOT="0/${PV%%.*}"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="+X +driver static-libs +tools"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/

2021-07-19 Thread Ionen Wolkens
commit: c872557dbab76c655c8a29befada50c9ebfa793b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 21:13:20 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:20:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c872557d

gui-libs/egl-wayland: adjust description, remove modeset=1 mention

Albeit scarcely used for that, egl-wayland is gaining new uses for
non-nvidia in mesa/xwayland and keeping the package nvidia-focused
may not be best. In the future, may (possibly) add VIDEO_CARDS=nvidia.

nvidia-drivers-470.57.02 now enables modeset=1 by default with
USE=wayland rendering the postinst elog less important.
Not considered to matter enough with <470 (that lack wayland
improvements) to keep.

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

 gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild 
b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
index bd14cfead95..088724525cf 100644
--- a/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
+++ b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit flag-o-matic meson
 
-DESCRIPTION="EGLStream-based Wayland external platform (for NVIDIA)"
+DESCRIPTION="EGLStream-based Wayland external platform"
 HOMEPAGE="https://github.com/NVIDIA/egl-wayland;
 SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
@@ -41,18 +41,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   if [[ ! ${REPLACING_VERSIONS} ]]; then
-   elog "To use EGLStream with x11-drivers/nvidia-drivers, it is 
necessary to"
-   elog "load the nvidia-drm module with experimental 
nvidia-drm.modeset=1."
-   elog
-   elog "Can be accomplished by:"
-   elog "  echo 'options nvidia-drm modeset=1' > 
${EROOT}/etc/modprobe.d/nvidia-drm.conf"
-   elog "...then reloading the module."
-   elog
-   elog "Note that EGLStream requires support from the wayland 
compositor and"
-   elog "is not currently supported by many popular options such 
as gui-wm/sway."
-   fi
-
if has_version "

[gentoo-commits] repo/gentoo:master commit in: games-simulation/crashtest/files/

2021-07-19 Thread Ionen Wolkens
commit: 12d167465dbd09d487c93d4d72c2f517d05932b0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jul 20 00:57:06 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:20:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d16746

games-simulation/crashtest: remove unused -lasound from patch

There was a dep on alsa-lib but couldn't see it in NEEDED, and
couldn't see a link line in the sources either. But turns out the
gentoo.patch is what added a -lasound.

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

 games-simulation/crashtest/files/crashtest-1.1-gentoo.patch | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch 
b/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch
index b384c87278c..8e8a7d9aff6 100644
--- a/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch
+++ b/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch
@@ -1,6 +1,5 @@
-diff -ru a/Makefile b/Makefile
 a/Makefile 2009-02-15 17:11:31.0 -0500
-+++ b/Makefile 2009-10-14 01:00:13.900627555 -0400
+--- a/Makefile
 b/Makefile
 @@ -1,34 +1,12 @@
 -# EDIT THESE SETTINGS
 -
@@ -29,7 +28,7 @@ diff -ru a/Makefile b/Makefile
  
 -LIBS= $(ODEPREFIX)/lib/libode.a -lplibssgaux -lplibssg -lplibsg -lplibpu 
-lplibfnt -lplibul -lGLU -lGL `fltk-config --use-gl --use-images --ldflags`
 -
-+LIBS= `ode-config --libs` -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt 
-lplibul -lGLU -lGL -lasound `fltk-config --use-gl --use-images --ldflags` 
-lglut
++LIBS= `ode-config --libs` -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt 
-lplibul -lGLU -lGL `fltk-config --use-gl --use-images --ldflags` -lglut
  
  all: crashtest
  
@@ -69,9 +68,8 @@ diff -ru a/Makefile b/Makefile
# Models
install -m 644 models/testground.3ds $(GAMEDIR)/models/testground.3ds
install -m 644 models/biped_torso.3ds $(GAMEDIR)/models/biped_torso.3ds
-diff -ru a/crashtest.cxx b/crashtest.cxx
 a/crashtest.cxx2009-02-15 17:08:24.0 -0500
-+++ b/crashtest.cxx2009-10-14 01:01:25.822753522 -0400
+--- a/crashtest.cxx
 b/crashtest.cxx
 @@ -615,13 +615,7 @@
  
  int main(int argc, char *argv[]) 



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

2021-07-19 Thread Ionen Wolkens
commit: 968da24887d90ddd4778517f4d4f7099f7327870
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 16:17:45 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:12:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968da248

x11-drivers/nvidia-drivers: add 470.57.02

This version is now considered a Production Branch by NVIDIA
and is a candidate to replace 460 as the next stable along
with its wayland improvements.

Still some known regressions with it, but 460 is getting
old and has other issues.

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

 x11-drivers/nvidia-drivers/Manifest|   7 +
 .../nvidia-drivers/nvidia-drivers-470.57.02.ebuild | 427 +
 2 files changed, 434 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index c34ef24066e..eea61a84d7e 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -4,6 +4,7 @@ DIST NVIDIA-Linux-aarch64-460.67.run 112551235 BLAKE2B 
cc1166454f6e8771c7fe97010
 DIST NVIDIA-Linux-aarch64-460.84.run 112602151 BLAKE2B 
7c8fee69c61f94d461286b2e96577b20da7e3ecfbb32fa9791e14006797bcc02d3123cb2101e718998fbc04d081f35c5802ddc52c71bc5eb51aefc27f45b8233
 SHA512 
76516a880fa5f28020ff7cb7a92d216f79ef9d510e0a1e696b614c1eb01702381f04bb1456588d43ff0a6c2824710f8b11f2e9788219207bd8b61821401306de
 DIST NVIDIA-Linux-aarch64-465.31.run 149782108 BLAKE2B 
3f0efbfe48d901538ed627df127bfe98267ed9fa055c82da3de9e64ea32de53fc2f0b2e0bc2748c3ef0732e5f25db2b51bf8e3315010c70b21dc726575c862eb
 SHA512 
093f74f8b0b068ba1ddd6dd80024d39def935c01bc7e98a3ed9965142ace773565f6768bff118098eb574c9ba0f34e4dbfa65754930e27e153a514310470ae67
 DIST NVIDIA-Linux-aarch64-470.42.01.run 184108907 BLAKE2B 
ce2e35d90d7dbcecb6a3fd2e00e3d44de729cb61b5c8cbd707d6e304f9c41a5e0d8d97c80ff3428fcb121e6b993d96bf78cd28ac2edb7d6a555136a0d31b3c00
 SHA512 
d56fe68f0e060027191310a7144f50dead6913dc7a8759300a40c00e3c4f1a5a876358e2e32d6811d42fcfef7624280fc41efaf9ca40036a449b66700cd575bf
+DIST NVIDIA-Linux-aarch64-470.57.02.run 184167283 BLAKE2B 
8c321b60874ddc5497226515dd778e402227ff391e63ad7fd735cd23eb7e1f61550c96d5578534b06104da64f221c1db9cf2ed595be6fc11ce826efee0fbab89
 SHA512 
2af613184a9d2e6ebd65807beb8007dbfd69d1c08cc75bc5da404ab7eda9217c68be44a6bf61f666be2adb9b74f791007aa5b2bdd5066cb8b50977ff8882c2f7
 DIST NVIDIA-Linux-x86-390.141.run 49589744 BLAKE2B 
304672806b89885adbf8459ea99ca872769e44a42ff041a5b79ef05d113d7717f505f543441e7a2fc6c569f6d66391f0380a4f23f3e68108c8de817bf251f850
 SHA512 
6dfde3b54520070954b45f6bc071251084e1741f55e582b1abd806eb367e4b9ce0015615bf6a887fa784d075b3db08b6940da4163b960969773d1bdc52b4961e
 DIST NVIDIA-Linux-x86-390.143.run 49327068 BLAKE2B 
c6e0600885bfd834be6dca18346259a58e05640afe4b1ea394d5795e4c8a4b0fa9fdf5c4a331a128843708ece9e95df2ff7e0b3cf2ac5875b5d731c73423c112
 SHA512 
17bbcc2f5e9dde3f131b7924ea1e99a591b5e18b835dd324c528d17f74eded94e087c6a9a2b364189851e9972ad27bcd47e901c9ec14eedc568b99890f1e0a4f
 DIST NVIDIA-Linux-x86_64-390.141.run 85330901 BLAKE2B 
7759d8cf6c9a75607b9a3ecd53cdd6f6a93f2f372d740a5a87d4d3f41a22f3bd953cc7dd6a0dc0e23a829ec86df8d65b9de499a76cfd4266a13b0aa3288aceb5
 SHA512 
5448d70e6e64a6403e61a004d83c69a442dd8ed0d61da3a31d3e3b7943c06c559a66b0f8d135982868ecbf209a965f60dae1a633367630b4d9287f725bbaa53c
@@ -14,6 +15,7 @@ DIST NVIDIA-Linux-x86_64-460.67.run 177691692 BLAKE2B 
25a7d87cc128933a98100d7c5e
 DIST NVIDIA-Linux-x86_64-460.84.run 177840337 BLAKE2B 
fbaa295c59f1af79c59c28845b79924812ac1386cf2e42aa762120a618253686f1249d777cc6c8df88b52afa34b96131663962bf0b6621dea6dcbc1bad7f9e22
 SHA512 
2483a4d251da63334363f4ba9f7b5d2cbf310afdf16fbcfecf1269f65beaed0325f825472feea26ddca2455ed44f284f57a73662600a3b4a270167baeb33e4fb
 DIST NVIDIA-Linux-x86_64-465.31.run 236060463 BLAKE2B 
dfa877ddeb31961c7cdb621c30b1c61282152c27787e45542ee4a411ad8a08f732b149996a0b522638ad98f47a7c7f575a0f8b65e82413aee7823a6f0ac58426
 SHA512 
3ea65eda463320d0e2301e45daa5a725bd07f664ab117053f106b981801ae314faef320304f4b87dd8eb8868f9f86478b23fbca51d27ddc3968a5f5300e8cbf9
 DIST NVIDIA-Linux-x86_64-470.42.01.run 271781957 BLAKE2B 
c85b7fc77c1d104f0b3279f261954e200a98799929c4e763483d6bc36632dce5b9fc93545d91e4a5e58c67b96cf867082eec101e95459f8c6534dd80468370d7
 SHA512 
f933e249b9e0b043283ba164d56bd235240a34098e4ab9d1070809e17f8c2cd24d7319217c02c2417414f4c811216181d7ab8842755cd0d25b00ee51de70b2cc
+DIST NVIDIA-Linux-x86_64-470.57.02.run 273219658 BLAKE2B 
4e9b6d0f08226f38e76157a64923a4b4bb07b46e1b37879da353a4ff39bcf6a3aa0689a04e16ebcb2ff19f453d9b265c53546f101f34cca998a5da4dba5c2826
 SHA512 
7123ee05aa0cc94c4cf1f0717daf85b116f0200b8f78f9322ea847db70e56386a065e0085959f27cbf0a8f9befe6fc7a0145d1bf2a28616df9bc8b5effd812f8
 DIST nvidia-installer-390.141.tar.gz 205299 BLAKE2B 
b95ddcf9a8d61247572d73faa04558564962782b0eb222601315d741d1ee71fa0636fa87d31105ecc5ec61328d3174a3ed646046e02b6b5f29f071215a0e8bdd
 SHA512 

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

2021-07-19 Thread Ionen Wolkens
commit: deb705e782a493c48b052227560e5ad6b4807cb2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 18:13:30 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:20:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb705e7

x11-drivers/nvidia-drivers: stabilize 390.143-r1 for amd64, x86

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

 x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild
index 233548975b0..86fc5834f0e 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2 MIT NVIDIA-r2"
 SLOT="0/${PV%%.*}"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="+X +driver static-libs +tools"
 
 COMMON_DEPEND="



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

2021-07-19 Thread Ionen Wolkens
commit: 7ffe759b4dce326196b4a561f4c2c4127779284d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 17:55:02 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:12:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffe759b

x11-drivers/nvidia-drivers: inform about Coolbits changes

As part of a security fix by NVIDIA (unknown if intentional or a bug,
NVIDIA has not responded), it became impossible to use Coolbits if
Xorg doesn't have root privileges.

Fortunately, most users do not need this and complains in ~arch have
been minimal. But for the few users for which fan control / reclocking
or similar is essential, provide a postinst message only if use of
Coolbits is detected (do not wish to spread this unnecessarily so
users do not set USE=suid on xorg-server when they don't need it and,
even though it been 3 months, it may still be a temporary requirement).

Message is primarily aimed at stable users given ~arch had to deal
with this for a while already.

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

 .../nvidia-drivers/nvidia-drivers-390.143-r1.ebuild  | 16 
 .../nvidia-drivers/nvidia-drivers-450.119.03.ebuild  | 16 
 x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild  | 16 
 .../nvidia-drivers/nvidia-drivers-470.42.01.ebuild   | 16 
 .../nvidia-drivers/nvidia-drivers-470.57.02.ebuild   | 16 
 5 files changed, 80 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild
index 8cb722145a5..233548975b0 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.143-r1.ebuild
@@ -385,4 +385,20 @@ pkg_postinst() {
elog "Support for EGLStream (egl-wayland) is no longer offered 
with legacy"
elog "nvidia-drivers. It is recommended to use nouveau drivers 
for wayland."
fi
+
+   # Try to show this message only to users that may really need it
+   # given the workaround is discouraged and usage isn't widespread.
+   if use X && [[ ${REPLACING_VERSIONS} ]] &&
+   ver_test ${REPLACING_VERSIONS} -lt 390.143 &&
+   grep -qr Coolbits 
"${EROOT}"/etc/X11/{xorg.conf,xorg.conf.d/*.conf} 2>/dev/null; then
+   elog
+   elog "Coolbits support with ${PN} has been restricted to 
require Xorg"
+   elog "with root privilege by NVIDIA (being in video group is 
not sufficient)."
+   elog "e.g. attempting to change fan speed with nvidia-settings 
would fail."
+   elog
+   elog "Depending on your display manager (e.g. sddm starts X as 
root, gdm doesn't)"
+   elog "or if using startx, it may be necessary to emerge 
x11-base/xorg-server with"
+   elog 'USE="suid -elogind -systemd" if wish to keep using this 
feature.'
+   elog "Bug: https://bugs.gentoo.org/784248;
+   fi
 }

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild
index 0f37a333d29..71680c78965 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild
@@ -406,4 +406,20 @@ pkg_postinst() {
ewarn "...then downgrade to a legacy branch if possible. For 
details, see:"
ewarn "https://www.nvidia.com/object/IO_32667.html;
fi
+
+   # Try to show this message only to users that may really need it
+   # given the workaround is discouraged and usage isn't widespread.
+   if use X && [[ ${REPLACING_VERSIONS} ]] &&
+   ver_test ${REPLACING_VERSIONS} -lt 450.119.03 &&
+   grep -qr Coolbits 
"${EROOT}"/etc/X11/{xorg.conf,xorg.conf.d/*.conf} 2>/dev/null; then
+   elog
+   elog "Coolbits support with ${PN} has been restricted to 
require Xorg"
+   elog "with root privilege by NVIDIA (being in video group is 
not sufficient)."
+   elog "e.g. attempting to change fan speed with nvidia-settings 
would fail."
+   elog
+   elog "Depending on your display manager (e.g. sddm starts X as 
root, gdm doesn't)"
+   elog "or if using startx, it may be necessary to emerge 
x11-base/xorg-server with"
+   elog 'USE="suid -elogind -systemd" if wish to keep using this 
feature.'
+   elog "Bug: https://bugs.gentoo.org/784248;
+   fi
 }

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild
index f87b9c48062..afd78ca6538 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-460.84.ebuild
+++ 

[gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/

2021-07-19 Thread Ionen Wolkens
commit: 612f00784d05680f88a6fab07812c98323af6cfb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 21:08:44 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:20:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612f0078

gui-libs/egl-wayland: adjust nvidia-drivers blocker

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

 .../{egl-wayland-1.1.7.ebuild => egl-wayland-1.1.7-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.7.ebuild 
b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
similarity index 96%
rename from gui-libs/egl-wayland/egl-wayland-1.1.7.ebuild
rename to gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
index dc19e9bcb8c..bd14cfead95 100644
--- a/gui-libs/egl-wayland/egl-wayland-1.1.7.ebuild
+++ b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64"
 
 RDEPEND="
dev-libs/wayland
-   !x11-drivers/nvidia-drivers[wayland(-)]"
+   

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

2021-07-19 Thread Ionen Wolkens
commit: d6173e8f40b9bb6066a8d297ece977cecb7d489b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 16:17:57 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:12:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6173e8f

x11-drivers/nvidia-drivers: drop 465.31, end of 0/465 branch

This was an intermediary branch and, now that 470.xx has been
labelled a production branch, there should be little reason to keep.

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

 x11-drivers/nvidia-drivers/Manifest|   7 -
 .../nvidia-drivers/nvidia-drivers-465.31.ebuild| 419 -
 2 files changed, 426 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index eea61a84d7e..1003ff1663a 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -2,7 +2,6 @@ DIST NVIDIA-Linux-aarch64-450.102.04.run 80469462 BLAKE2B 
dcabed08bdd2c4c3287942
 DIST NVIDIA-Linux-aarch64-450.119.03.run 80498137 BLAKE2B 
1834fb1d1f6254665339b7c0476466223240e8e8fc61223825d7aa51b23becef0c88106dc0b01a59922f815309836f5c03bd6c0dc44096ca150432a83a6201f3
 SHA512 
60d757be68714aa8d0da754ccdd760858ad787216822766f34ec3c1b85feef37b247feb4d369eef1f2c73be08c99f5d9d6acd344a15058f6d7f71a6eccc2ce25
 DIST NVIDIA-Linux-aarch64-460.67.run 112551235 BLAKE2B 
cc1166454f6e8771c7fe97010906919e9f2afd74ac86321006628f90f4d8dee033c3e09b2d9cac9063fe3fd313c0b529b347bcf38c051588ca7a972617c45026
 SHA512 
6ba17844dd215967f2f55a6620535464f244075a13f4b2b6d0ffaeeb6d97397fae0ba0de032d971847556d7b78ac8a1010ecec5127f45eb7ec73db87b1507ca1
 DIST NVIDIA-Linux-aarch64-460.84.run 112602151 BLAKE2B 
7c8fee69c61f94d461286b2e96577b20da7e3ecfbb32fa9791e14006797bcc02d3123cb2101e718998fbc04d081f35c5802ddc52c71bc5eb51aefc27f45b8233
 SHA512 
76516a880fa5f28020ff7cb7a92d216f79ef9d510e0a1e696b614c1eb01702381f04bb1456588d43ff0a6c2824710f8b11f2e9788219207bd8b61821401306de
-DIST NVIDIA-Linux-aarch64-465.31.run 149782108 BLAKE2B 
3f0efbfe48d901538ed627df127bfe98267ed9fa055c82da3de9e64ea32de53fc2f0b2e0bc2748c3ef0732e5f25db2b51bf8e3315010c70b21dc726575c862eb
 SHA512 
093f74f8b0b068ba1ddd6dd80024d39def935c01bc7e98a3ed9965142ace773565f6768bff118098eb574c9ba0f34e4dbfa65754930e27e153a514310470ae67
 DIST NVIDIA-Linux-aarch64-470.42.01.run 184108907 BLAKE2B 
ce2e35d90d7dbcecb6a3fd2e00e3d44de729cb61b5c8cbd707d6e304f9c41a5e0d8d97c80ff3428fcb121e6b993d96bf78cd28ac2edb7d6a555136a0d31b3c00
 SHA512 
d56fe68f0e060027191310a7144f50dead6913dc7a8759300a40c00e3c4f1a5a876358e2e32d6811d42fcfef7624280fc41efaf9ca40036a449b66700cd575bf
 DIST NVIDIA-Linux-aarch64-470.57.02.run 184167283 BLAKE2B 
8c321b60874ddc5497226515dd778e402227ff391e63ad7fd735cd23eb7e1f61550c96d5578534b06104da64f221c1db9cf2ed595be6fc11ce826efee0fbab89
 SHA512 
2af613184a9d2e6ebd65807beb8007dbfd69d1c08cc75bc5da404ab7eda9217c68be44a6bf61f666be2adb9b74f791007aa5b2bdd5066cb8b50977ff8882c2f7
 DIST NVIDIA-Linux-x86-390.141.run 49589744 BLAKE2B 
304672806b89885adbf8459ea99ca872769e44a42ff041a5b79ef05d113d7717f505f543441e7a2fc6c569f6d66391f0380a4f23f3e68108c8de817bf251f850
 SHA512 
6dfde3b54520070954b45f6bc071251084e1741f55e582b1abd806eb367e4b9ce0015615bf6a887fa784d075b3db08b6940da4163b960969773d1bdc52b4961e
@@ -13,7 +12,6 @@ DIST NVIDIA-Linux-x86_64-450.102.04.run 141391114 BLAKE2B 
019f928464b23d2a86bfdd
 DIST NVIDIA-Linux-x86_64-450.119.03.run 141295706 BLAKE2B 
854dd0063ea1f11e052f6ba5454792ebeb41dc50cd5cde17260d8c715b4401fa19514cfd3d2fad905564607244748e8083880bc2e360a86f8dbca970ebe5e744
 SHA512 
5557328f445381e23358c8bce220da062cdd3b5d396764228f7eb285e8dd6419bfc3943fc9e98516ad8cd2db13d0d7c125fc9c94c1e565668f76c872140d9082
 DIST NVIDIA-Linux-x86_64-460.67.run 177691692 BLAKE2B 
25a7d87cc128933a98100d7c5ef37f93c3a870c096eea3228a28ef79d712ce104608f941cc1eadc21dccbbc8bc41ab1832795cfee75e217600ed0d76489e
 SHA512 
80fdc023a8ce80e3a103896f28a5564bb43903af6bfc719f755c48eb225e79ec6abf219ab20eb80ada5808ef932ef5fa0fe710c6e0a07dd8a248daff2ba3b898
 DIST NVIDIA-Linux-x86_64-460.84.run 177840337 BLAKE2B 
fbaa295c59f1af79c59c28845b79924812ac1386cf2e42aa762120a618253686f1249d777cc6c8df88b52afa34b96131663962bf0b6621dea6dcbc1bad7f9e22
 SHA512 
2483a4d251da63334363f4ba9f7b5d2cbf310afdf16fbcfecf1269f65beaed0325f825472feea26ddca2455ed44f284f57a73662600a3b4a270167baeb33e4fb
-DIST NVIDIA-Linux-x86_64-465.31.run 236060463 BLAKE2B 
dfa877ddeb31961c7cdb621c30b1c61282152c27787e45542ee4a411ad8a08f732b149996a0b522638ad98f47a7c7f575a0f8b65e82413aee7823a6f0ac58426
 SHA512 
3ea65eda463320d0e2301e45daa5a725bd07f664ab117053f106b981801ae314faef320304f4b87dd8eb8868f9f86478b23fbca51d27ddc3968a5f5300e8cbf9
 DIST NVIDIA-Linux-x86_64-470.42.01.run 271781957 BLAKE2B 
c85b7fc77c1d104f0b3279f261954e200a98799929c4e763483d6bc36632dce5b9fc93545d91e4a5e58c67b96cf867082eec101e95459f8c6534dd80468370d7
 SHA512 

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

2021-07-19 Thread Ionen Wolkens
commit: 85a97c2b84a21c8747ce3edc1a2e942ce2296f10
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 19 18:22:34 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jul 20 01:20:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a97c2b

x11-drivers/nvidia-drivers: stabilize 450.119.03 for amd64

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

 x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild
index 71680c78965..5ca8a76ea97 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-450.119.03.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2 MIT NVIDIA-r2 ZLIB"
 SLOT="0/${PV%%.*}"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="+X +driver static-libs +tools"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-opencl-runtime/

2021-07-19 Thread Craig Andrews
commit: ff8a60339c12e8e6b13fffe789b7a5973671d929
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jul 19 18:16:24 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jul 20 01:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8a6033

dev-libs/rocm-opencl-runtime: remove unnecessary ocaml dependency

Closes: https://bugs.gentoo.org/802924
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild | 3 +--
 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild  | 3 +--
 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild  | 3 +--
 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild  | 1 -
 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild  | 1 -
 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild  | 1 -
 6 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild
index 12532109499..380f4a17847 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV}
>=virtual/opencl-3
media-libs/mesa"
 DEPEND="${RDEPEND}
-   dev-lang/ocaml
dev-ml/findlib"
 BDEPEND=">=dev-util/rocm-cmake-${PV}"
 

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild
index a340ec574c8..f8c3f470dda 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV}
>=virtual/opencl-3
media-libs/mesa"
 DEPEND="${RDEPEND}
-   dev-lang/ocaml
dev-ml/findlib"
 BDEPEND=">=dev-util/rocm-cmake-${PV}"
 

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild
index cd1f935e955..9f7e8674725 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV}
>=virtual/opencl-3
media-libs/mesa"
 DEPEND="${RDEPEND}
-   dev-lang/ocaml
dev-ml/findlib"
 BDEPEND=">=dev-util/rocm-cmake-${PV}"
 

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild
index d3a5d3f5ef8..dfce52688c2 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild
@@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV}
>=virtual/opencl-3
media-libs/mesa"
 DEPEND="${RDEPEND}
-   dev-lang/ocaml
dev-ml/findlib"
 BDEPEND=">=dev-util/rocm-cmake-${PV}"
 

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild
index d3a5d3f5ef8..dfce52688c2 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.1.0.ebuild
@@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV}
>=virtual/opencl-3
media-libs/mesa"
 DEPEND="${RDEPEND}
-   dev-lang/ocaml
dev-ml/findlib"
 BDEPEND=">=dev-util/rocm-cmake-${PV}"
 

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild
index 45d99cb4309..43fc5daf8b5 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.2.0.ebuild
@@ -27,7 +27,6 @@ RDEPEND=">=dev-libs/rocr-runtime-${PV}
>=virtual/opencl-3
media-libs/mesa"
 DEPEND="${RDEPEND}
-   dev-lang/ocaml
dev-ml/findlib"
 BDEPEND=">=dev-util/rocm-cmake-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2021-07-19 Thread Georgy Yakovlev
commit: 90592930d5eb18878efcd3a9a0df0e5a6c36056c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 00:49:56 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 00:49:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90592930

profiles/arch/powerpc/ppc64/64le: remove crun[criu] mask

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/powerpc/ppc64/64le/package.use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
index 993905bad6b..8c1c7745126 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
@@ -1,10 +1,6 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Georgy Yakovlev  (2021-07-19)
-# sys-process/criu and it's deps are not ppc64 stable yet
-app-emulation/crun criu
-
 # Georgy Yakovlev  (2021-05-07)
 # openjfx:8 will never be stabilized
 # openjfx:11 probably will neither



[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/

2021-07-19 Thread Georgy Yakovlev
commit: 0e10a0b6f7e778e763c37d745220f23a70ef3756
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 00:49:17 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 00:49:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e10a0b6

sys-process/criu: stabilize 3.15 for ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-process/criu/criu-3.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/criu/criu-3.15.ebuild 
b/sys-process/criu/criu-3.15.ebuild
index 065124a7e5d..204e5a4facc 100644
--- a/sys-process/criu/criu-3.15.ebuild
+++ b/sys-process/criu/criu-3.15.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.openvz.org/criu/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ppc64"
 IUSE="doc selinux setproctitle static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/crun/

2021-07-19 Thread Georgy Yakovlev
commit: b12cf3dcea408376f95cc12a99e3967ea79b49bf
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 00:46:27 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 00:46:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12cf3dc

app-emulation/crun: stabilize 0.19.1 for ppc64

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

 app-emulation/crun/crun-0.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/crun/crun-0.19.1.ebuild 
b/app-emulation/crun/crun-0.19.1.ebuild
index bc5fbefe184..36091c99700 100644
--- a/app-emulation/crun/crun-0.19.1.ebuild
+++ b/app-emulation/crun/crun-0.19.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ppc64"
 IUSE="+bpf +caps criu +seccomp systemd static-libs"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2021-07-19 Thread Georgy Yakovlev
commit: 3c7b820fff2731eeb3d3365bb9266a94b6fa2146
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 00:45:48 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 00:45:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7b820f

profiles/arch/powerpc/ppc64/64le: stable-mask crun[criu]

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/powerpc/ppc64/64le/package.use.stable.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
index aae03ed6a79..993905bad6b 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
@@ -1,6 +1,10 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2021-07-19)
+# sys-process/criu and it's deps are not ppc64 stable yet
+app-emulation/crun criu
+
 # Georgy Yakovlev  (2021-05-07)
 # openjfx:8 will never be stabilized
 # openjfx:11 probably will neither



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dd-rescue/

2021-07-19 Thread Georgy Yakovlev
commit: ff2263ddee8abc2133fe29f2c78c037a1922f6e0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 20 00:41:31 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 20 00:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2263dd

sys-fs/dd-rescue: keyword 1.99.11 for ~ppc64

Closes: https://bugs.gentoo.org/802801
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/dd-rescue/dd-rescue-1.99.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dd-rescue/dd-rescue-1.99.11.ebuild 
b/sys-fs/dd-rescue/dd-rescue-1.99.11.ebuild
index 8a52492e4e0..5b84b240edb 100644
--- a/sys-fs/dd-rescue/dd-rescue-1.99.11.ebuild
+++ b/sys-fs/dd-rescue/dd-rescue-1.99.11.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="cpu_flags_x86_avx2 lzo cpu_flags_x86_sse4_2 static xattr"
 
 RDEPEND="lzo? ( dev-libs/lzo )



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2021-07-19 Thread Sam James
commit: 2d1b525f5f3045c4fe5eaccaadccbbfff63c62a0
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 19 23:41:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 19 23:41:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1b525f

sys-devel/gcc: Stabilize 10.3.0-r2 arm, #802069

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

 sys-devel/gcc/gcc-10.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-10.3.0-r2.ebuild 
b/sys-devel/gcc/gcc-10.3.0-r2.ebuild
index 49ec0737743..a4f8d180752 100644
--- a/sys-devel/gcc/gcc-10.3.0-r2.ebuild
+++ b/sys-devel/gcc/gcc-10.3.0-r2.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="3"
 
 inherit toolchain
 
-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"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2021-07-19 Thread Sam James
commit: 6137a2bb0a077ddee8b472de1b0bf3df4ceaafe1
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 19 23:41:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 19 23:41:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6137a2bb

sys-devel/gcc: Stabilize 10.3.0-r2 arm64, #802069

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

 sys-devel/gcc/gcc-10.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-10.3.0-r2.ebuild 
b/sys-devel/gcc/gcc-10.3.0-r2.ebuild
index a4f8d180752..551bc3f25bc 100644
--- a/sys-devel/gcc/gcc-10.3.0-r2.ebuild
+++ b/sys-devel/gcc/gcc-10.3.0-r2.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="3"
 
 inherit toolchain
 
-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"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



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

2021-07-19 Thread Marek Szuba
commit: dfe80d1c2e3d7fcf1135509371faba497a2517d1
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 20:26:15 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe80d1c

media-libs/allegro: keyword 4.4.3.1 (SLOT=0) for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-libs/allegro/allegro-4.4.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/allegro/allegro-4.4.3.1.ebuild 
b/media-libs/allegro/allegro-4.4.3.1.ebuild
index d5f82c7961d..4c4d839a1c3 100644
--- a/media-libs/allegro/allegro-4.4.3.1.ebuild
+++ b/media-libs/allegro/allegro-4.4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g
 
 LICENSE="Allegro MIT GPL-2+ ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~mips ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~mips ppc ppc64 ~riscv x86"
 IUSE="alsa doc fbcon jack jpeg opengl oss png svga vga vorbis X"
 
 RDEPEND="



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

2021-07-19 Thread Marek Szuba
commit: 39b6d5cf5dea2436a0d2b78f642740631ef36d05
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 22:58:40 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b6d5cf

profiles/arch/riscv: update package USE masks

Signed-off-by: Marek Szuba  gentoo.org>

 profiles/arch/riscv/package.use.mask | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 74f60874ee3..d597e14ac72 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -39,6 +39,10 @@ app-editors/emacs gconf m17n-lib xwidgets
 app-crypt/heimdal afs
 #  - sci-libs/gdal
 dev-python/networkx extras
+#  - media-libs/dumb, media-libs/openal
+media-libs/allegro dumb openal
+#  - media-gfx/nvidia-texture-tools
+media-libs/devil nvtt
 #  - sys-cluster/ceph
 net-analyzer/rrdtool rados
 #  - sys-cluster/rdma-core | sys-fabric/ofed, sys-cluster/knem, 
sys-fabric/infinipath-psm, sys-fabric/librdmacm
@@ -123,10 +127,7 @@ dev-libs/libpcre jit
 
 app-admin/syslog-ng amqp geoip2 kafka mongodb redis spoof-source smtp test
 app-arch/p7zip wxwidgets
-app-doc/doxygen doc
 app-text/asciidoc test
-app-text/po4a test
-dev-libs/check subunit
 dev-libs/libgcrypt doc
 dev-python/argcomplete test
 dev-python/aiohttp doc test
@@ -142,9 +143,7 @@ dev-util/catalyst iso
 dev-util/pkgconf test
 dev-vcs/git cvs highlight subversion
 media-libs/harfbuzz doc
-sys-libs/libcxx libcxxabi libunwind static-libs
-sys-libs/libcxxabi libunwind
-media-gfx/graphviz devil svg pdf
+sys-libs/libcxx static-libs
 media-libs/tiff jbig webp
 net-fs/nfs-utils nfsv41
 media-libs/fontconfig doc



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

2021-07-19 Thread Marek Szuba
commit: 5468b6bed25cc5189c690ca97d47c7b66b5af7d1
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 22:08:08 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5468b6be

media-libs/allegro: keyword 5.2.7.0 (SLOT=5) for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-libs/allegro/allegro-5.2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/allegro/allegro-5.2.7.0.ebuild 
b/media-libs/allegro/allegro-5.2.7.0.ebuild
index c6241370e13..f577c06555d 100644
--- a/media-libs/allegro/allegro-5.2.7.0.ebuild
+++ b/media-libs/allegro/allegro-5.2.7.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
 IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio 
test truetype vorbis webp X xinerama"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2021-07-19 Thread Marek Szuba
commit: 1443a5d550fbf320963b08e89c99d375d540ba5a
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 22:31:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1443a5d5

app-text/docbook-sgml-dtd: keyword 4.1-r4 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild
index cbe5e272c54..7a62740ffb3 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~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=""
 
 DEPEND=">=app-arch/unzip-5.41"



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

2021-07-19 Thread Marek Szuba
commit: da1dfdb83555309e0a9623da96fbca7659b2512a
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 22:46:13 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1dfdb8

dev-util/source-highlight: keyword 3.1.9-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-util/source-highlight/source-highlight-3.1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/source-highlight/source-highlight-3.1.9-r1.ebuild 
b/dev-util/source-highlight/source-highlight-3.1.9-r1.ebuild
index 5216da45256..f2fb6102e07 100644
--- a/dev-util/source-highlight/source-highlight-3.1.9-r1.ebuild
+++ b/dev-util/source-highlight/source-highlight-3.1.9-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Generate highlighted source code as an (x)html 
document"
 HOMEPAGE="https://www.gnu.org/software/src-highlite/source-highlight.html;
 SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
 LICENSE="GPL-3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 SLOT="0"
 IUSE="doc static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/zam-plugins/

2021-07-19 Thread Marek Szuba
commit: c3ec7989e69f039bf44771a5a5c54ff2756216e6
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 20:22:34 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ec7989

media-plugins/zam-plugins: use the virtual as JACK dependency

Signed-off-by: Marek Szuba  gentoo.org>

 .../{zam-plugins-3.14.ebuild => zam-plugins-3.14-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/zam-plugins/zam-plugins-3.14.ebuild 
b/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
similarity index 95%
rename from media-plugins/zam-plugins/zam-plugins-3.14.ebuild
rename to media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
index f3d77dcc5a7..1c760fe7669 100644
--- a/media-plugins/zam-plugins/zam-plugins-3.14.ebuild
+++ b/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/zamaudio/${PN}/archive/refs/tags/3.14.tar.gz -> ${P}
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="jack opengl" # FIXME: +opengl
+IUSE="jack opengl"
 
 DEPEND="media-libs/ladspa-sdk
media-libs/liblo
@@ -24,7 +24,7 @@ DEPEND="media-libs/ladspa-sdk
media-libs/zita-convolver
sci-libs/fftw:3.0
x11-libs/libX11
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
opengl? (
media-libs/libglvnd[X]
x11-libs/cairo[X]



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

2021-07-19 Thread Marek Szuba
commit: f8bcb19fdc416b312d2f485c889dc93fc5d19a64
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 22:01:10 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bcb19f

dev-games/physfs: keyword 3.0.2-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-games/physfs/physfs-3.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/physfs/physfs-3.0.2-r1.ebuild 
b/dev-games/physfs/physfs-3.0.2-r1.ebuild
index 0d225b66a06..1ce61f71da9 100644
--- a/dev-games/physfs/physfs-3.0.2-r1.ebuild
+++ b/dev-games/physfs/physfs-3.0.2-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EHG_REPO_URI="https://hg.icculus.org/icculus/physfs;
inherit mercurial
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2;
 fi
 



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

2021-07-19 Thread Marek Szuba
commit: e24493eb48375cf61d1f12c30c958f015d0e788b
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 20:21:03 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24493eb

dev-python/pyicu: drop 2.7.3

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/pyicu/Manifest   |  1 -
 dev-python/pyicu/pyicu-2.7.3.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest
index 440fa0ff265..5baa5574415 100644
--- a/dev-python/pyicu/Manifest
+++ b/dev-python/pyicu/Manifest
@@ -1,2 +1 @@
-DIST pyicu-v2.7.3.tar.bz2 239703 BLAKE2B 
ce575c313d0e24838f87d270afce70e8b702753ec41d188bcdd60492f97ea276bca194c1bfd6224de17eaf84455509079e007b81e58c09ad0f48340b231e8671
 SHA512 
ff3bfdc5f24f259dc470f44c65707f7c29bff5c56dc85be7d4551269e5b6cc6e8f3a6953c5faae63aa9eb62e55f6ac75b32a1524f80ce2a7661de56ee1a5bf99
 DIST pyicu-v2.7.4.tar.bz2 241794 BLAKE2B 
b76455809704b417a42a60f002b1bfcc0fdf03dd4934b514464b06c4c53d1afa2f99645d9b69a131c3c9218f36a18a4412a6742a912450ce47f856dfc088e568
 SHA512 
bc68d94d2bd070cd1b7a2f214f998831d2f75a3f4528ad5b1d3394b343d357c24daa6b29443d35a7c984ab0bbafd3b45949d1ccbf89b061423329efa08181fc0

diff --git a/dev-python/pyicu/pyicu-2.7.3.ebuild 
b/dev-python/pyicu/pyicu-2.7.3.ebuild
deleted file mode 100644
index c8c40052fa1..000
--- a/dev-python/pyicu/pyicu-2.7.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-MY_P=${P/-/-v}
-DESCRIPTION="Python bindings for dev-libs/icu"
-HOMEPAGE="
-   https://gitlab.pyicu.org/main/pyicu/
-   https://pypi.org/project/PyICU/;
-SRC_URI="
-   https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2;
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/icu:="
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGES CREDITS README.md )
-
-distutils_enable_tests pytest



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

2021-07-19 Thread Marek Szuba
commit: 2c44284d28652db11534d69f47130313ef7bc219
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 19:18:35 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c44284d

gnome-base/librsvg: keyword 2.50.7 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 gnome-base/librsvg/librsvg-2.50.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.50.7.ebuild 
b/gnome-base/librsvg/librsvg-2.50.7.ebuild
index 546a5d59d91..2e17a1ddd2b 100644
--- a/gnome-base/librsvg/librsvg-2.50.7.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.7.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="amd64 arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2021-07-19 Thread Marek Szuba
commit: 4951a4c74516a0e8e1c4d664b552c29fd617944c
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 19 22:32:44 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 19 23:14:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4951a4c7

dev-util/ctags: keyword 20210321.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-util/ctags/ctags-20210321.0.ebuild 
b/dev-util/ctags/ctags-20210321.0.ebuild
index 398cfa10dcb..797f050afc9 100644
--- a/dev-util/ctags/ctags-20210321.0.ebuild
+++ b/dev-util/ctags/ctags-20210321.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
 else

SRC_URI="https://github.com/universal-ctags/ctags/archive/refs/tags/p5.9.${PV}.tar.gz;
S="${WORKDIR}/${PN}-p5.9.${PV}"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2+"



  1   2   3   4   >