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

2021-08-23 Thread Hans de Graaff
commit: 7cb43fde0d824c168f85588a5c7873b80245e580
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 24 05:50:10 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 24 05:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb43fde

dev-ruby/mini_mime: add 1.1.1

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

 dev-ruby/mini_mime/Manifest   |  1 +
 dev-ruby/mini_mime/mini_mime-1.1.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/mini_mime/Manifest b/dev-ruby/mini_mime/Manifest
index f3d232850b5..8b507dce8e6 100644
--- a/dev-ruby/mini_mime/Manifest
+++ b/dev-ruby/mini_mime/Manifest
@@ -1,3 +1,4 @@
 DIST mini_mime-1.0.2.tar.gz 31971 BLAKE2B 
b2783f9376d5299ba77d1cab0326f706cc671a96aac58e8c65879f9180cf3f1f359eba1b8ed4028c775728d4d633d6e8cce06acee90cfe9b60cde2e53f9a2360
 SHA512 
644eefdc9277642b8b94ce8071826ec993f7da1a5bc8903bd17ece05a374f286014d05b5765ec5a5f7f0fa9252b56d3bdd03109a3702075f6e8ccb68a4cef98d
 DIST mini_mime-1.0.3.tar.gz 33554 BLAKE2B 
7be4a7b8ee066a1106a42ff28ab57684460d061dc9205a992af471f5e9024be080388451f6f0d171c09b96f53c4748c9490afcfa23a82f478c5e96b559c8c97d
 SHA512 
d8259b81821d35ddb8f9038ad2f672816f20e098ff74d8245fdc2a8a6e4be6918b865a25372348ef8dd777483883238919293a683df064d15ac7045f9b40bb0e
 DIST mini_mime-1.1.0.tar.gz 33748 BLAKE2B 
b804cb6c9c321dcb43a56fecaa04202a88a6233399ca0343c2e101bc3e583071ba5c0ae68bf5f89b220ce338ce6995c41c11ff7e05dd2dd657686ecdba107a88
 SHA512 
14f369a8a0d35c474691abf71b58597b31ed82d29083173b2c03e6e36d7b20cccf3e3f653c6d53b8abf21aec7d7f3198115238dd27b0e49e1bc9c65426d0dfb4
+DIST mini_mime-1.1.1.tar.gz 33747 BLAKE2B 
2b18012d611157c1ace9211e99f2c6b41931a932ed9161b24367def3bf70d5780287a0b855ac32aae202e32a1158d08c7004515841e3baa1a2789d296bdf928e
 SHA512 
b59e5d5a94b80eae62c9be2722e2fa8306620e8b4f54e3c7d020961a89b3d796e26b18a92b6da29677c3822ab68783874486cd1080ca552c9c2fcd3acb13811f

diff --git a/dev-ruby/mini_mime/mini_mime-1.1.1.ebuild 
b/dev-ruby/mini_mime/mini_mime-1.1.1.ebuild
new file mode 100644
index 000..a83b462374f
--- /dev/null
+++ b/dev-ruby/mini_mime/mini_mime-1.1.1.ebuild
@@ -0,0 +1,31 @@
+# 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_EXTRADOC="CHANGELOG README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="mini_mime.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A lightweight mime type lookup toy"
+HOMEPAGE="https://github.com/discourse/mini_mime;
+SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="test"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   # Avoid comparison with MIME::Types because types may vary over time
+   # as they get reclassified leading to random harmless failures.
+   sed -i -e '/test_full_parity_with_mime_types/askip "gentoo"' 
test/mini_mime_test.rb || die
+}



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

2021-08-23 Thread Hans de Graaff
commit: afe331f4ebd5b4b1d5865b8d8c0f1f41d061bf88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 24 05:44:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 24 05:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe331f4

dev-ruby/rails-html-sanitizer: add 1.4.2

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

 dev-ruby/rails-html-sanitizer/Manifest |  1 +
 .../rails-html-sanitizer-1.4.2.ebuild  | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/rails-html-sanitizer/Manifest 
b/dev-ruby/rails-html-sanitizer/Manifest
index cb0b4792da6..6bf16840321 100644
--- a/dev-ruby/rails-html-sanitizer/Manifest
+++ b/dev-ruby/rails-html-sanitizer/Manifest
@@ -1,2 +1,3 @@
 DIST rails-html-sanitizer-1.3.0.gem 16384 BLAKE2B 
ae0b9acfd4ffc53b84b92cb42c149022312112f90d64866de916be2b91b680ecfbbdc94d278626c992cc90b0061705c11c9a604f6d9e91092e1117e40e003e6d
 SHA512 
01d67f750ffc6ac857e4dc47b77d66e02acc4488f353af97e2fc367590fe85107b631aaf8b32f61f9e1f375c93e1b24fbf966f738e35483f5174880a0ffe5ddb
 DIST rails-html-sanitizer-1.4.1.gem 17408 BLAKE2B 
4d503bad7a84aefe3bfbb1121eebe768ecf388f502e9ee58f2daf9d1a497ecfea2ad29e7bdd7c2b06e6914355b8eeaf2eeb730aadbceadebdd5a342b9fdc0969
 SHA512 
c778189fd3fdbdca4a586938d0f22b600f499a174d4d0e34567f0a2a92b8095a2c6c544e47cca3bd7d1f8ae09916898c200d4462de2d31f6bb8eb2c920ab69b4
+DIST rails-html-sanitizer-1.4.2.gem 16896 BLAKE2B 
97f09d43ad99c13c07c34c0f5c47e3b34983b94773923cf7d131d1115d818ede619fc0ef268c5523524c53178afde2c9ee2652617add6b4efc282d190591be80
 SHA512 
9f0872f1000c758918f66a889322d3393ec678604eb3b01fc21bbb861189ec04fcf05f5c9487bd5eeb63ce6d99a80064718c82bfce2daf25c07754979a2ed747

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild
new file mode 100644
index 000..144833b644b
--- /dev/null
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sanitize HTML fragments in Rails applications"
+HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/loofah-2.3:0"
+
+ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )"
+
+all_ruby_prepare() {
+   # Avoid tests that depend on nokogiri patches to libxml2.
+   sed -i -e '/\(name_action\|attr\)_in_a_tag_in_safe_list_sanitizer/askip 
"libxml2"' test/sanitizer_test.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}



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

2021-08-23 Thread Hans de Graaff
commit: f23b0b448c19d5d2bf9954053aebd62437e9d75b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 24 05:49:20 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 24 05:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23b0b44

dev-ruby/mini_mime: amd64 stable

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

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

diff --git a/dev-ruby/mini_mime/mini_mime-1.0.3.ebuild 
b/dev-ruby/mini_mime/mini_mime-1.0.3.ebuild
index 806ae30061f..7580ae2fc41 100644
--- a/dev-ruby/mini_mime/mini_mime-1.0.3.ebuild
+++ b/dev-ruby/mini_mime/mini_mime-1.0.3.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 
 all_ruby_prepare() {



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

2021-08-23 Thread Hans de Graaff
commit: f3a5ea5abef7b54f08c73895569e55a72141c997
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 24 05:41:15 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 24 05:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a5ea5a

dev-ruby/capybara: amd64 stable

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

 dev-ruby/capybara/capybara-3.34.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/capybara/capybara-3.34.0.ebuild 
b/dev-ruby/capybara/capybara-3.34.0.ebuild
index 00ff91a83b9..46b9bcfc057 100644
--- a/dev-ruby/capybara/capybara-3.34.0.ebuild
+++ b/dev-ruby/capybara/capybara-3.34.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
@@ -15,7 +15,7 @@ DESCRIPTION="Capybara aims to simplify the process of 
integration testing Rack a
 HOMEPAGE="https://github.com/jnicklas/capybara;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 SLOT="3"
 IUSE="test"
 



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

2021-08-23 Thread Sam James
commit: 90fc1f37824aa8d16dd785cf4255264c910724c9
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 24 00:56:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 24 00:56:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fc1f37

net-misc/chrony: swap pkg_postinst elog order

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

 net-misc/chrony/chrony-4.1-r1.ebuild | 2 +-
 net-misc/chrony/chrony-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/chrony/chrony-4.1-r1.ebuild 
b/net-misc/chrony/chrony-4.1-r1.ebuild
index bd15590467d..8bbf54dc2ba 100644
--- a/net-misc/chrony/chrony-4.1-r1.ebuild
+++ b/net-misc/chrony/chrony-4.1-r1.ebuild
@@ -246,7 +246,7 @@ pkg_postinst() {
elog "To enable seccomp in a stricter mode, please modify:"
elog "- /etc/conf.d/chronyd for OpenRC"
elog "- systemctl edit chronyd for systemd"
-   elog "By default, we now use -F 2 which is a baseline/minimal 
filter."
elog "to use -F 1 or -F -1 instead of -F 2 (see man chronyd)"
+   elog "By default, we now use -F 2 which is a baseline/minimal 
filter."
fi
 }

diff --git a/net-misc/chrony/chrony-.ebuild 
b/net-misc/chrony/chrony-.ebuild
index 3f3cc988005..6051d64c988 100644
--- a/net-misc/chrony/chrony-.ebuild
+++ b/net-misc/chrony/chrony-.ebuild
@@ -246,7 +246,7 @@ pkg_postinst() {
elog "To enable seccomp in a stricter mode, please modify:"
elog "- /etc/conf.d/chronyd for OpenRC"
elog "- systemctl edit chronyd for systemd"
-   elog "By default, we now use -F 2 which is a baseline/minimal 
filter."
elog "to use -F 1 or -F -1 instead of -F 2 (see man chronyd)"
+   elog "By default, we now use -F 2 which is a baseline/minimal 
filter."
fi
 }



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

2021-08-23 Thread Leonardo H. Neumann
commit: f560344079fd2b093c84c3fedff37a7ef97aea84
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Tue Aug 24 00:50:18 2021 +
Commit: Leonardo H. Neumann  null  net>
CommitDate: Tue Aug 24 00:50:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5603440

dev-util/rust-analyzer: add 20210823, drop 20210809

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 dev-util/rust-analyzer/Manifest| 20 +++---
 ...210809.ebuild => rust-analyzer-20210823.ebuild} | 31 +++---
 2 files changed, 19 insertions(+), 32 deletions(-)

diff --git a/dev-util/rust-analyzer/Manifest b/dev-util/rust-analyzer/Manifest
index b3dd76451..ab1ee8679 100644
--- a/dev-util/rust-analyzer/Manifest
+++ b/dev-util/rust-analyzer/Manifest
@@ -8,10 +8,8 @@ DIST arrayvec-0.7.1.crate 28812 BLAKE2B 
d56dd76553748442c302307a5106e3c0b2eed8be
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST backtrace-0.3.61.crate 74284 BLAKE2B 
3e66726d5ed8130963a988dbb751828447073467bb6ab4bfa1c385d74f991b52a0f3ccf00823b74a48de3d043e6dfcb474644f7a81ea9cca7242b272cf715aca
 SHA512 
209105f135720b54d584c7ccecdb16b49381cc7531c94b81ff7279a44752ee11075cd85960f86f809a22ecb3dac6728afa05903c1d355df3ad8abf4503eec861
-DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.1.crate 22434 BLAKE2B 
c28ca81865f90d548623e6259170b07b6e8934bfb7391b919565622e88a3e0d204b4eeab60dd43e08195380a0ba5688c68cad112c8b9b6849acfd091d871182b
 SHA512 
f61f201499efddf76f0a3f172a92941ca3f2ae8f81a6dafb1f654027a65b8570cb2ef3ffbc5091d7b3a52f0307efde1f521909a5a2c6348442579c9c4aa1829f
 DIST camino-1.0.5.crate 29642 BLAKE2B 
c345be490622b50f3a744f9c42392d12e02e286d75e09f4eaa8a1c6f86cc849c5a752aa7cb5fb1f697ed8beb741c7d9cea951f4f5ce7049dcaf6de5ec69a60d7
 SHA512 
1131997ca090426a25daf3be2fcd6e559d980078dd71fbf3f16b4d593531a24c0f030aa6c9652080fdc02b5420da98991b9c93115ce1c0cad8c0fad4437b1d59
-DIST cargo-platform-0.1.1.crate 7409 BLAKE2B 
503bc17f9cf08cecdc02371cfb69c70b0f61203153fee4ad4e5b8adb995e1f84e6a6cbb12565607fdb1606372b744fd3d4519f2605f05eb83078c1fc14d789a3
 SHA512 
b8758e002ac6c4c4440707a27cd747c90e2b128f51bc80464be93bf8677aaa26bec28cc1f730cfba639fb022bb030fae5c06c41773c5692bf3a12167d04f0d57
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 
c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f
 DIST cargo_metadata-0.14.0.crate 17008 BLAKE2B 
00fd6841170d5dae463a60daf442eb3033d616ab171dfb7efc201596196571b06df83f6ab23e88397c77baf3135745bc3ac6051557ebad2c3ea96440f00e1d2b
 SHA512 
d33f691d56df56bdea260363cd29864b17f0326b90b4b9688781c37d3eba4437b93b48e6448dc1d012a8542d7d2495f0acb73322340269db9cc4a4aa955f9605
 DIST cc-1.0.69.crate 56044 BLAKE2B 
adcd10bf4faf6835ae8feb79ce5e7a4895700d9714fc4322dd52e37bdd8db66b849d5e59aceba6ef0edcf9a5c7c0e2bc616de4acd98b71999bd63592c1c69dda
 SHA512 
ba2b84fb61b4097a96f9013f9925b1985263ccd75274186f5d37589444e390ae8d5d1f88c210822a9e9dac2db551c24aee2b12bb61801aef8b31a72b2ac77437
@@ -35,7 +33,6 @@ DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70
 DIST ena-0.14.0.crate 23052 BLAKE2B 
ac9a4141d831bd16cfd260a162572b43e9389b5cee4319cc22a23b550b25370cf49856c320fd4489633171a4fca91cf7091e974418ddbb1649fec8730c9cd2c9
 SHA512 
bcf842f8f5da8a7e9b8e51df50bdf3f00234534f1d59d96bb1e45b0ee4fa74847eb8b9b5ca615a66d84d23c629d7386f28294a5c64d22efdf2903bc89faab2d4
 DIST env_logger-0.9.0.crate 33573 BLAKE2B 
b9c22205ee60ba97da0d338e1d40dda989f0d766d9ebc60e610b53db882a803769fb3c093348c031183856e16a5a948342e09551953f0b98cd73437bec658bee
 SHA512 
d7db85d2f7d16f7f97b6714e01e342ab6b784c799ef26ee322ec85fcee28a549b6e49a49200ff78eceacd0c682e941f8538a497e2a2a196040769c2365feb566
 DIST expect-test-1.1.0.crate 10498 BLAKE2B 
2f639b5363b3bb8e457651673c83017a6382bfd4aa5c1c6883f717a33e2956a65914e557faeb9a59233ee4db6d5f791845d5bb04a975b7a4ae474321f8ac

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

2021-08-23 Thread Marek Szuba
commit: 79a9791f733eedb53908335d39f69813c75b3b5a
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 24 00:05:30 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 24 00:05:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a9791f

dev-python/jupyter_client: keyword 7.0.1 for ~riscv

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
index 1ea8114ff2d..e190dd1ddc2 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-08-23 Thread Marek Szuba
commit: 1777dd65cb1739799521269a72513106f58b55ee
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 24 00:00:29 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 24 00:00:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1777dd65

dev-libs/libbsd: keyword 0.11.3 for ~riscv

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

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

diff --git a/dev-libs/libbsd/libbsd-0.11.3.ebuild 
b/dev-libs/libbsd/libbsd-0.11.3.ebuild
index 03bcd0cd22c..85c772ff612 100644
--- a/dev-libs/libbsd/libbsd-0.11.3.ebuild
+++ b/dev-libs/libbsd/libbsd-0.11.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"



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

2021-08-23 Thread Marek Szuba
commit: 608dd9a35ff9bc71fd98812d910d673be02ad447
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 24 00:03:02 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 24 00:03:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608dd9a3

dev-python/nest_asyncio: keyword 1.5.1 for ~riscv

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

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

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
index ca2018f94cd..d34b4dcc4ac 100644
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/libmd/

2021-08-23 Thread Marek Szuba
commit: 4c49784cea13792a8ae38654e9518486dcb443de
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 23:54:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 23:54:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c49784c

app-crypt/libmd: keyword 1.0.3-r2 for ~riscv

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

 app-crypt/libmd/libmd-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libmd/libmd-1.0.3-r2.ebuild 
b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
index 939ee06cb41..88ad43e9af5 100644
--- a/app-crypt/libmd/libmd-1.0.3-r2.ebuild
+++ b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
 
 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${P}-out-of-source.patch )
 



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

2021-08-23 Thread Marek Szuba
commit: c721a6e16dc5691fbd9cc029593441360982111e
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 23:44:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 23:44:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c721a6e1

media-gfx/gmic: drop 2.9.7

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

 media-gfx/gmic/Manifest  |   1 -
 media-gfx/gmic/gmic-2.9.7.ebuild | 174 ---
 2 files changed, 175 deletions(-)

diff --git a/media-gfx/gmic/Manifest b/media-gfx/gmic/Manifest
index 50dff22c6f7..430b2b2df6d 100644
--- a/media-gfx/gmic/Manifest
+++ b/media-gfx/gmic/Manifest
@@ -1,2 +1 @@
-DIST gmic_2.9.7.tar.gz 7401418 BLAKE2B 
528edcd45c27fce22b16a9ec279ac91465a720fafcc87ac5fcb6ab2bb8a914581592ad3e4e2cd5a64934bd35b13b65d0832e1ca5e07525205c45f9d3c10a719f
 SHA512 
d54a2a8f61f40dcc90f497f223484b63f9658c499e39720ea7b90b06d00cfdc057497ada4790dc757191e2905ed9bd36ca4076019c519cf79393cdc123b24730
 DIST gmic_2.9.8.tar.gz 7311372 BLAKE2B 
6438198cbaefe1de712ccd85179887b858ec1f7e039a080f0070e5ed454fd52b9414ecbd7c93dce740261df501f086634ab0bd291b70bb18778979faf2331486
 SHA512 
588362de60d51b1814cbe08f7402b143b656712bf2b4dc33830196068d7464394fe314d1c0dcee608a7408c7b7507596e88dee588a54f0eff1cad9e826b19bb3

diff --git a/media-gfx/gmic/gmic-2.9.7.ebuild b/media-gfx/gmic/gmic-2.9.7.ebuild
deleted file mode 100644
index 5e85c6f688a..000
--- a/media-gfx/gmic/gmic-2.9.7.ebuild
+++ /dev/null
@@ -1,174 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE=Release
-
-inherit cmake bash-completion-r1 toolchain-funcs
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/dtschump/gmic.git;
-   inherit git-r3
-else
-   SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 arm64 x86"
-fi
-
-DESCRIPTION="GREYC's Magic Image Converter"
-HOMEPAGE="https://gmic.eu/ https://github.com/dtschump/gmic;
-
-LICENSE="CeCILL-2 GPL-3"
-SLOT="0"
-IUSE="cli curl ffmpeg fftw gimp graphicsmagick jpeg krita opencv openexr 
openmp png qt5 static-libs tiff X zlib"
-REQUIRED_USE="
-   gimp? ( png zlib fftw X )
-   krita? ( png zlib fftw X )
-   qt5? ( png zlib fftw X )
-"
-
-MIN_QT_VER="5.2.0"
-QT_DEPEND="
-   >=dev-qt/qtcore-${MIN_QT_VER}:5=
-   >=dev-qt/qtgui-${MIN_QT_VER}:5=
-   >=dev-qt/qtnetwork-${MIN_QT_VER}:5=
-   >=dev-qt/qtwidgets-${MIN_QT_VER}:5=
-"
-COMMON_DEPEND="
-   curl? ( net-misc/curl )
-   fftw? ( sci-libs/fftw:3.0=[threads] )
-   gimp? (
-   media-gfx/gimp:0/2
-   ${QT_DEPEND}
-   )
-   graphicsmagick? ( media-gfx/graphicsmagick:0= )
-   jpeg? ( virtual/jpeg:0 )
-   krita? ( ${QT_DEPEND} )
-   opencv? ( >=media-libs/opencv-2.3.1a-r1:0= )
-   openexr? (
-   media-libs/ilmbase:0=
-   media-libs/openexr:0=
-   )
-   png? ( media-libs/libpng:0= )
-   qt5? ( ${QT_DEPEND} )
-   tiff? ( media-libs/tiff:0 )
-   X? (
-   x11-libs/libX11
-   x11-libs/libXext
-   )
-   zlib? ( sys-libs/zlib:0= )"
-RDEPEND="${COMMON_DEPEND}
-   ffmpeg? ( media-video/ffmpeg:0= )
-"
-DEPEND="${COMMON_DEPEND}
-   gimp? ( dev-qt/linguist-tools )
-   krita? ( dev-qt/linguist-tools )
-   qt5? ( dev-qt/linguist-tools )
-"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.9.2_ipa-sra.patch
-)
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if use openmp; then
-   tc-has-openmp || die "Please switch to an openmp 
compatible compiler"
-   fi
-   fi
-}
-
-src_prepare() {
-   cmake_src_prepare
-   sed -i '/CMAKE_CXX_FLAGS/s/-g //' CMakeLists.txt || die
-
-   if use gimp || use krita || use qt5; then
-   # respect user flags
-   sed -e '/CMAKE_CXX_FLAGS_RELEASE/d' \
-   -e '/${CMAKE_EXE_LINKER_FLAGS} -s/d' \
-   -i gmic-qt/CMakeLists.txt || die
-   local S="${S}/gmic-qt"
-   # Bug #753377
-   local PATCHES=()
-   cmake_src_prepare
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_LIB=ON
-   -DBUILD_LIB_STATIC=$(usex static-libs)
-   -DBUILD_CLI=$(usex cli)
-   -DBUILD_MAN=$(usex cli)
-   -DBUILD_BASH_COMPLETION=$(usex cli)
-   -DCUSTOM_CFLAGS=ON
-   -DENABLE_CURL=$(usex curl)
-   -DENABLE_X=$(usex X)
-   -DENABLE_FFMPEG=$(usex ffmpeg)
-   -DENABLE_FFTW=$(usex fftw)
-   -DENABLE_GRAPHICSMAGICK=$(usex graphicsmagick)
-   -DENABLE_JPEG=$(usex jpeg)
-   -DENABLE_OPENCV=$(usex opencv)
-   -DENABLE_OPENEXR=$(usex openexr)
-   

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

2021-08-23 Thread Marek Szuba
commit: 8794c15b07066741b7dd7d7106b3eb8bda3a52fa
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:18:34 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8794c15b

media-libs/libopenraw: keyword 0.1.3 for ~riscv

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

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

diff --git a/media-libs/libopenraw/libopenraw-0.1.3.ebuild 
b/media-libs/libopenraw/libopenraw-0.1.3.ebuild
index e004a6a8e89..5b957e3c1f6 100644
--- a/media-libs/libopenraw/libopenraw-0.1.3.ebuild
+++ b/media-libs/libopenraw/libopenraw-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="gtk test"
 RESTRICT="!test? ( test )"
 



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

2021-08-23 Thread Marek Szuba
commit: a449d488c817666a4f4bbf3fcb058d0230dc09dc
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:48:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a449d488

media-plugins/gst-plugins-jpeg: keyword 1.18.4 for ~riscv

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

 media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.18.4.ebuild 
b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.18.4.ebuild
index 65384f6dd3e..42aeaa57ecd 100644
--- a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.18.4.ebuild
+++ b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.18.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="JPEG image encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]"



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

2021-08-23 Thread Marek Szuba
commit: addf4ffa961a227c86f8917034fc91ffeb171cd3
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:53:05 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addf4ffa

app-misc/jq: keyword 1.7_pre20201109 for ~riscv

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

 app-misc/jq/jq-1.7_pre20201109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild 
b/app-misc/jq/jq-1.7_pre20201109.ebuild
index 7d92e06d34a..62a69454eb2 100644
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ b/app-misc/jq/jq-1.7_pre20201109.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
 
 LICENSE="MIT CC-BY-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv x86 ~amd64-linux 
~x64-macos"
 IUSE="+oniguruma static-libs test"
 
 ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled 
modules/oniguruma/



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

2021-08-23 Thread Marek Szuba
commit: 9c1dc3b2854e9de96329feb5bec4d19f207425da
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:48:10 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1dc3b2

media-plugins/gst-plugins-chromaprint: keyword 1.18.4 for ~riscv

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

 .../gst-plugins-chromaprint/gst-plugins-chromaprint-1.18.4.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.18.4.ebuild 
b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.18.4.ebuild
index 9bcfbfc4e54..afcdccf51c4 100644
--- 
a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.18.4.ebuild
+++ 
b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.18.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="Calculate Chromaprint fingerprint from audio files for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="media-libs/chromaprint[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice/

2021-08-23 Thread Marek Szuba
commit: 82112ab1da6c90c5cf737b4e11f28f75927e4820
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:45:29 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82112ab1

app-pda/libimobiledevice: keyword 1.3.0-r1 for ~riscv

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

 app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild 
b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
index 2ab8f78335d..f808077d4e7 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/libimobiledevice/libimobiledevice/releases/download/
 # While COPYING* doesn't mention 'or any later version', all the headers do, 
hence use +
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/1.0-6" # based on SONAME of libimobiledevice-1.0.so
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc gnutls python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/

2021-08-23 Thread Marek Szuba
commit: 394319fc355fd7cbd05a088c8a4125792070af8d
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:39:05 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394319fc

app-pda/libusbmuxd: keyword 2.0.2-r1 for ~riscv

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

 app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild 
b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild
index 66992dce2f8..cc364a448d8 100644
--- a/app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.ebuild
+++ b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r1.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
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.libimobiledevice.org/;
 SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2;
 LICENSE="GPL-2+ LGPL-2.1+" # tools/*.c is GPL-2+, rest is LGPL-2.1+
 SLOT="0/2.0-6" # based on SONAME of libusbmuxd-2.0.so
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="static-libs"
 
 RDEPEND="



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

2021-08-23 Thread Marek Szuba
commit: f4841ee1e4c930c17a53ffa5628fc21f0b83851c
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:57:23 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4841ee1

gnome-extra/libgsf: keyword 1.14.47 for ~riscv

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

 gnome-extra/libgsf/libgsf-1.14.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.47.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
index 0999181b32d..6e26ff2caed 100644
--- a/gnome-extra/libgsf/libgsf-1.14.47.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.47.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



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

2021-08-23 Thread Marek Szuba
commit: 1c7afe8d8617fd8eb03878bdd4e33ac96de6a60f
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:14:24 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7afe8d

dev-libs/libcdio-paranoia: keyword 2.0.1 for ~riscv

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

 dev-libs/libcdio-paranoia/libcdio-paranoia-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-2.0.1.ebuild 
b/dev-libs/libcdio-paranoia/libcdio-paranoia-2.0.1.ebuild
index 2ceab952939..2492b482520 100644
--- a/dev-libs/libcdio-paranoia/libcdio-paranoia-2.0.1.ebuild
+++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-2.0.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN%-*}/${MY_P}.tar.bz2"
 # clause "or later" so we use LGPL-2.1 without +
 LICENSE="GPL-3+ GPL-2+ LGPL-2.1"
 SLOT="0/2" # soname version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="+cxx static-libs test"
 
 RDEPEND="app-eselect/eselect-cdparanoia



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

2021-08-23 Thread Marek Szuba
commit: 2e4a2c46c55f83d13d689b046cd25c7088246e70
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:58:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4a2c46

profiles/arch/riscv: drop more obsolete USE masks

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index f0da3b2e9e0..2cdb09f1095 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -128,8 +128,8 @@ dev-python/ipython nbconvert notebook
 # Dependencies not keyworded here yet:
 #  - dev-ruby/asciidoctor
 dev-libs/nanomsg doc
-#  - kde-frameworks/bluez-qt
-kde-frameworks/purpose bluetooth
+#  - dev-libs/weston
+gui-libs/gtk wayland
 #  - kde-plasma/bluedevil
 kde-plasma/plasma-meta bluetooth
 #  - media-gfx/nvidia-texture-tools
@@ -138,12 +138,12 @@ media-libs/devil nvtt
 media-libs/libvpx doc
 #  - net-misc/ofono
 media-sound/pulseaudio ofono-headset
-#  - media-libs/vo-amrwbenc, media-libs/libbs2b, dev-libs/libcdio-paranoia,
+#  - media-libs/vo-amrwbenc, media-libs/libbs2b,
 #media-libs/codec2, media-plugins/frei0r-plugins,
 #media-libs/kvazaar, media-libs/libilbc,
 #app-text/tesseract, media-libs/lv2 & media-libs/lilv, 
media-libs/rubberband,
 #media-libs/vidstab, media-libs/xvid, media-libs/zimg
-media-video/ffmpeg amrenc bs2b cdio codec2 frei0r kvazaar libilbc libtesseract 
lv2 rubberband vidstab xvid zimg
+media-video/ffmpeg amrenc bs2b codec2 frei0r kvazaar libilbc libtesseract lv2 
rubberband vidstab xvid zimg
 #  - media-libs/libquicktime, media-libs/sdl-gfx
 media-video/mjpegtools quicktime sdlgfx
 #  - net-wireless/iwd, net-misc/ofono
@@ -157,16 +157,9 @@ sys-cluster/slurm ofed
 
 # Yixun Lan  (2021-05-24)
 # Dependencies not keyworded, not tested
-dev-libs/libdbusmenu test
-virtual/notification-daemon gnome kde
-media-libs/libcaca doc imlib
-dev-libs/libbytesize test
-sys-libs/libblockdev dmraid escrow
-gnome-base/gvfs bluray cdda mtp ios
-sys-power/upower ios
+virtual/notification-daemon gnome
 net-libs/gnome-online-accounts gnome
-net-libs/libproxy kde
-xfce-extra/tumbler epub ffmpeg odf pdf raw
+xfce-extra/tumbler epub
 xfce-base/xfce4-meta pulseaudio
 
 # Alex Fan  (2021-08-17)
@@ -187,17 +180,6 @@ net-mail/dovecot unwind
 x11-base/xorg-server unwind
 x11-base/xwayland unwind
 
-# Alex Fan  (2021-07-22)
-# Yixun Lan  (2021-05-24)
-# net-misc/networkmanager fails tests on this arch (Bug #807553)
-dev-qt/qtnetwork networkmanager
-net-libs/libproxy networkmanager
-xfce-extra/xfce4-power-manager networkmanager
-
-# Joonas Niilola  (2021-01-15)
-# Dependency not keyworded on this arch.
-app-text/enchant voikko
-
 # This doesn't work for (any) riscv yet.
 dev-libs/libpcre2 jit
 dev-libs/libpcre jit



[gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/

2021-08-23 Thread Marek Szuba
commit: d7852377a967ff54c643dc2bb678a1135ccd7aae
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:34:03 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7852377

app-pda/libplist: keyword 2.2.0-r3 for ~riscv

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

 app-pda/libplist/libplist-2.2.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-pda/libplist/libplist-2.2.0-r3.ebuild 
b/app-pda/libplist/libplist-2.2.0-r3.ebuild
index 0973821ae4e..d8b21943796 100644
--- a/app-pda/libplist/libplist-2.2.0-r3.ebuild
+++ b/app-pda/libplist/libplist-2.2.0-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 inherit autotools python-r1 toolchain-funcs
 
 DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
@@ -12,7 +12,7 @@ 
SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/2.0-3"
-KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-08-23 Thread Marek Szuba
commit: 31a9a44e7cf8771f258560e12fbe16f962530800
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:38:39 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a9a44e

sys-fs/dmraid: keyword 1.0.0_rc16-r5 for ~riscv

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

 sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild 
b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 246c90731c0..7751241ce57 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="intel_led led mini static"
 
 RDEPEND=">=sys-fs/lvm2-2.02.45"



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

2021-08-23 Thread Marek Szuba
commit: 778bd8bab1d9743adbc7f17b0ffd6f0eb2af0e7a
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:37:28 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778bd8ba

dev-libs/tinyxml2: keyword 9.0.0 for ~riscv

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

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

diff --git a/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild
index 7c0082ac47a..c13a63270a7 100644
--- a/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="ZLIB"
 SLOT="0/9"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/

2021-08-23 Thread Marek Szuba
commit: 37178413f586a25911f9925963cbe39a7b009b18
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:44:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37178413

media-video/ffmpegthumbnailer: keyword 2.2.2 for ~riscv

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

 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index 2ac9daa50b6..1db8f1d925c 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



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

2021-08-23 Thread Marek Szuba
commit: ad3bded56c055be27cb30328dc8758e5eab48f01
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:59:45 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3bded5

dev-util/hfstospell: keyword 0.5.2-r1 for ~riscv

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

 dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild 
b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
index 4a2e9cb7a11..5d44b4da283 100644
--- a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
+++ b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hfst/hfst-ospell/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="clang"
 
 DEPEND="app-arch/libarchive



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

2021-08-23 Thread Marek Szuba
commit: a3fdde9919ead5227d05365428986098ee2121ee
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 22:13:03 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 22:59:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fdde99

dev-libs/libvoikko: keyword 4.3.1 for ~riscv

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

 dev-libs/libvoikko/libvoikko-4.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libvoikko/libvoikko-4.3.1.ebuild 
b/dev-libs/libvoikko/libvoikko-4.3.1.ebuild
index 856038cdcd8..97c542ea96f 100644
--- a/dev-libs/libvoikko/libvoikko-4.3.1.ebuild
+++ b/dev-libs/libvoikko/libvoikko-4.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit python-r1 verify-sig
 
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.puimula.org/voikko-sources/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 IUSE="+expvfst +hfst verify-sig"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dicttoxml/, dev-python/dicttoxml/files/

2021-08-23 Thread Louis Sautier
commit: 27c3aaec24b9f604673bf84e6cafb7d50d0de8fa
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 23 22:29:51 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 23 22:44:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c3aaec

dev-python/dicttoxml: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/dicttoxml/dicttoxml-1.7.4-r2.ebuild | 22 
 .../dicttoxml/files/dicttoxml-1.7.4-py3.10.patch   | 58 ++
 2 files changed, 80 insertions(+)

diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4-r2.ebuild 
b/dev-python/dicttoxml/dicttoxml-1.7.4-r2.ebuild
new file mode 100644
index 000..a6882bd1903
--- /dev/null
+++ b/dev-python/dicttoxml/dicttoxml-1.7.4-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="Converts a Python dictionary or other data type to a valid XML 
string"
+HOMEPAGE="https://github.com/quandyfactory/dicttoxml 
https://pypi.org/project/dicttoxml/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+PATCHES=(
+   # https://github.com/quandyfactory/dicttoxml/pull/73/files
+   "${FILESDIR}/${P}-py3.10.patch"
+)

diff --git a/dev-python/dicttoxml/files/dicttoxml-1.7.4-py3.10.patch 
b/dev-python/dicttoxml/files/dicttoxml-1.7.4-py3.10.patch
new file mode 100644
index 000..5b3fe172949
--- /dev/null
+++ b/dev-python/dicttoxml/files/dicttoxml-1.7.4-py3.10.patch
@@ -0,0 +1,58 @@
+From 2b7b4522b7255fbc8f1e04304d2e440d333909d5 Mon Sep 17 00:00:00 2001
+From: Kier von Konigslow 
+Date: Sat, 28 Dec 2019 14:08:46 -0500
+Subject: [PATCH] Fix deprecation with collections abc
+
+---
+ dicttoxml.py | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/dicttoxml.py b/dicttoxml.py
+index ae1384a..5d2dd54 100755
+--- a/dicttoxml.py
 b/dicttoxml.py
+@@ -15,7 +15,7 @@
+ version = __version__
+ 
+ from random import randint
+-import collections
++import collections.abc
+ import numbers
+ import logging
+ from xml.dom.minidom import parseString
+@@ -96,7 +96,7 @@ def get_xml_type(val):
+ return 'null'
+ if isinstance(val, dict):
+ return 'dict'
+-if isinstance(val, collections.Iterable):
++if isinstance(val, collections.abc.Iterable):
+ return 'list'
+ return type(val).__name__
+ 
+@@ -188,7 +188,7 @@ def convert(obj, ids, attr_type, item_func, cdata, 
parent='root'):
+ if isinstance(obj, dict):
+ return convert_dict(obj, ids, parent, attr_type, item_func, cdata)
+ 
+-if isinstance(obj, collections.Iterable):
++if isinstance(obj, collections.abc.Iterable):
+ return convert_list(obj, ids, parent, attr_type, item_func, cdata)
+ 
+ raise TypeError('Unsupported data type: %s (%s)' % (obj, 
type(obj).__name__))
+@@ -232,7 +232,7 @@ def convert_dict(obj, ids, parent, attr_type, item_func, 
cdata):
+ )
+ )
+ 
+-elif isinstance(val, collections.Iterable):
++elif isinstance(val, collections.abc.Iterable):
+ if attr_type:
+ attr['type'] = get_xml_type(val)
+ addline('<%s%s>%s' % (
+@@ -295,7 +295,7 @@ def convert_list(items, ids, parent, attr_type, item_func, 
cdata):
+ )
+ )
+ 
+-elif isinstance(item, collections.Iterable):
++elif isinstance(item, collections.abc.Iterable):
+ if not attr_type:
+ addline('<%s %s>%s' % (
+ item_name, make_attrstring(attr), 



[gentoo-commits] repo/gentoo:master commit in: dev-python/huawei-lte-api/

2021-08-23 Thread Louis Sautier
commit: 3473806bfb0f3d51caa64c20f27225e732d529bb
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 23 22:45:40 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 23 22:45:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3473806b

dev-python/huawei-lte-api: enable py3.10 and disable py3.7

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild 
b/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild
index cea09d4633e..811235dd7a5 100644
--- a/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild
+++ b/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-08-23 Thread Louis Sautier
commit: dd10949620bbd3da0a042eecc8e108028eb718a5
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 23 22:17:28 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 23 22:23:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd109496

dev-python/moto: remove unused dicttoxml dependency

This dependency was removed in 2017 in v1.1.21:
https://github.com/spulec/moto/commit/2d7cf12f2bf1c65326435dcef8835309e9d2d18e

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/moto/{moto-2.0.10.ebuild => moto-2.0.10-r1.ebuild} | 1 -
 dev-python/moto/{moto-2.0.5.ebuild => moto-2.0.5-r1.ebuild}   | 1 -
 dev-python/moto/{moto-2.2.0.ebuild => moto-2.2.0-r1.ebuild}   | 1 -
 dev-python/moto/{moto-2.2.4.ebuild => moto-2.2.2-r1.ebuild}   | 1 -
 dev-python/moto/{moto-2.2.3.ebuild => moto-2.2.3-r1.ebuild}   | 1 -
 dev-python/moto/{moto-2.2.2.ebuild => moto-2.2.4-r1.ebuild}   | 1 -
 6 files changed, 6 deletions(-)

diff --git a/dev-python/moto/moto-2.0.10.ebuild 
b/dev-python/moto/moto-2.0.10-r1.ebuild
similarity index 98%
rename from dev-python/moto/moto-2.0.10.ebuild
rename to dev-python/moto/moto-2.0.10-r1.ebuild
index 9dda3ad8ff0..58db774d616 100644
--- a/dev-python/moto/moto-2.0.10.ebuild
+++ b/dev-python/moto/moto-2.0.10-r1.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
dev-python/cfn-lint[${PYTHON_USEDEP}]
>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
dev-python/cookies[${PYTHON_USEDEP}]
-   dev-python/dicttoxml[${PYTHON_USEDEP}]
>=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
>=dev-python/idna-2.5[${PYTHON_USEDEP}]
>=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.0.5.ebuild 
b/dev-python/moto/moto-2.0.5-r1.ebuild
similarity index 98%
rename from dev-python/moto/moto-2.0.5.ebuild
rename to dev-python/moto/moto-2.0.5-r1.ebuild
index fba6965bc56..5ab0773bc0f 100644
--- a/dev-python/moto/moto-2.0.5.ebuild
+++ b/dev-python/moto/moto-2.0.5-r1.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
dev-python/cfn-lint[${PYTHON_USEDEP}]
>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
dev-python/cookies[${PYTHON_USEDEP}]
-   dev-python/dicttoxml[${PYTHON_USEDEP}]
>=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
>=dev-python/idna-2.5[${PYTHON_USEDEP}]
>=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.2.0.ebuild 
b/dev-python/moto/moto-2.2.0-r1.ebuild
similarity index 98%
rename from dev-python/moto/moto-2.2.0.ebuild
rename to dev-python/moto/moto-2.2.0-r1.ebuild
index 000f0ec8d51..99a95fab7d4 100644
--- a/dev-python/moto/moto-2.2.0.ebuild
+++ b/dev-python/moto/moto-2.2.0-r1.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
dev-python/cfn-lint[${PYTHON_USEDEP}]
>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
dev-python/cookies[${PYTHON_USEDEP}]
-   dev-python/dicttoxml[${PYTHON_USEDEP}]
>=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
>=dev-python/idna-2.5[${PYTHON_USEDEP}]
>=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.2.4.ebuild 
b/dev-python/moto/moto-2.2.2-r1.ebuild
similarity index 98%
rename from dev-python/moto/moto-2.2.4.ebuild
rename to dev-python/moto/moto-2.2.2-r1.ebuild
index afcc32f2336..76d660dee8c 100644
--- a/dev-python/moto/moto-2.2.4.ebuild
+++ b/dev-python/moto/moto-2.2.2-r1.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
dev-python/cfn-lint[${PYTHON_USEDEP}]
>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
dev-python/cookies[${PYTHON_USEDEP}]
-   dev-python/dicttoxml[${PYTHON_USEDEP}]
>=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
>=dev-python/idna-2.5[${PYTHON_USEDEP}]
>=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.2.3.ebuild 
b/dev-python/moto/moto-2.2.3-r1.ebuild
similarity index 98%
rename from dev-python/moto/moto-2.2.3.ebuild
rename to dev-python/moto/moto-2.2.3-r1.ebuild
index afcc32f2336..76d660dee8c 100644
--- a/dev-python/moto/moto-2.2.3.ebuild
+++ b/dev-python/moto/moto-2.2.3-r1.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
dev-python/cfn-lint[${PYTHON_USEDEP}]
>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
dev-python/cookies[${PYTHON_USEDEP}]
-   dev-python/dicttoxml[${PYTHON_USEDEP}]
>=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
>=dev-python/idna-2.5[${PYTHON_USEDEP}]
>=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.2.2.ebuild 
b/dev-python/moto/moto-2.2.4-r1.ebuild
similarity index 98%
rename from dev-python/moto/moto-2.2.2.ebuild
rename to dev-python/moto/moto-2.2.4-r1.ebuild
index afcc32f2336..76d660dee8c 100644
--- a/dev-python/moto/moto-2.2.2.ebuild
+++ b/dev-python/moto/moto-2.2.4-r1.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
dev-python/cfn-lint[${PYTHON_USEDEP}]
>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
dev-python/cookies[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/

2021-08-23 Thread Agostino Sarubbo
commit: 026c12f0f953cb9aa6aa81a7e5a6d28634030ebf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:51 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026c12f0

net-proxy/haproxy: x86 stable wrt bug #809104

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-proxy/haproxy/haproxy-2.0.24.ebuild | 2 +-
 net-proxy/haproxy/haproxy-2.2.16.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/haproxy/haproxy-2.0.24.ebuild 
b/net-proxy/haproxy/haproxy-2.0.24.ebuild
index df4d92dbc2d..c00e1d597aa 100644
--- a/net-proxy/haproxy/haproxy-2.0.24.ebuild
+++ b/net-proxy/haproxy/haproxy-2.0.24.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability 
environments"
 HOMEPAGE="http://www.haproxy.org;
 if [[ ${PV} != * ]]; then
SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
-   KEYWORDS="amd64 ~arm ppc ~x86"
+   KEYWORDS="amd64 ~arm ppc x86"
 else
EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
EGIT_BRANCH=master

diff --git a/net-proxy/haproxy/haproxy-2.2.16.ebuild 
b/net-proxy/haproxy/haproxy-2.2.16.ebuild
index df4d92dbc2d..c00e1d597aa 100644
--- a/net-proxy/haproxy/haproxy-2.2.16.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.16.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability 
environments"
 HOMEPAGE="http://www.haproxy.org;
 if [[ ${PV} != * ]]; then
SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
-   KEYWORDS="amd64 ~arm ppc ~x86"
+   KEYWORDS="amd64 ~arm ppc x86"
 else
EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
EGIT_BRANCH=master



[gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/

2021-08-23 Thread Agostino Sarubbo
commit: a334b71c72765269de07dbd2775b8e420c6b8f44
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:16:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:16:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a334b71c

media-video/mkvtoolnix: x86 stable wrt bug #809137

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-video/mkvtoolnix/mkvtoolnix-57.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mkvtoolnix/mkvtoolnix-57.0.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-57.0.0.ebuild
index dbc45d73af8..9400c4947f3 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-57.0.0.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-57.0.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz;
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 fi
 
 DESCRIPTION="Tools to create, alter, and inspect Matroska files"



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

2021-08-23 Thread Agostino Sarubbo
commit: 534be82038ccf276ecc7fbb9c8cb618ff511ead0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:58 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534be820

media-libs/libmatroska: x86 stable wrt bug #809137

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/libmatroska/libmatroska-1.6.3.ebuild 
b/media-libs/libmatroska/libmatroska-1.6.3.ebuild
index afc1f912026..4375e628007 100644
--- a/media-libs/libmatroska/libmatroska-1.6.3.ebuild
+++ b/media-libs/libmatroska/libmatroska-1.6.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/7" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~x86-linux"
 
 RDEPEND=">=dev-libs/libebml-1.4.2:="
 DEPEND="${RDEPEND}"



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

2021-08-23 Thread Agostino Sarubbo
commit: fbf772047dbff916032d0720098ce2418661182d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:16:10 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:16:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf77204

net-print/gutenprint: x86 stable wrt bug #809140

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/gutenprint/gutenprint-5.3.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/gutenprint/gutenprint-5.3.4-r2.ebuild 
b/net-print/gutenprint/gutenprint-5.3.4-r2.ebuild
index e4c3b13d1d8..64355a5a47f 100644
--- a/net-print/gutenprint/gutenprint-5.3.4-r2.ebuild
+++ b/net-print/gutenprint/gutenprint-5.3.4-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
 
 IUSE="cups gimp gtk nls readline ppds static-libs"
 RESTRICT="test"



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

2021-08-23 Thread Agostino Sarubbo
commit: 37d9e118db748fabba44b04eab5ffdac4c3c8fb8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:21 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d9e118

dev-libs/dbus-glib: x86 stable wrt bug #808492

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/dbus-glib/dbus-glib-0.112.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild 
b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild
index 91540650ce9..0f5b4eb8119 100644
--- a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild
+++ b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="|| ( GPL-2 AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="debug static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-08-23 Thread Agostino Sarubbo
commit: ced5201216e28508475b77dadabff6d54066f181
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced52012

dev-python/eventlet: x86 stable wrt bug #808288

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/eventlet/eventlet-0.31.1.ebuild 
b/dev-python/eventlet/eventlet-0.31.1.ebuild
index 15b13332070..7709039b68c 100644
--- a/dev-python/eventlet/eventlet-0.31.1.ebuild
+++ b/dev-python/eventlet/eventlet-0.31.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~s390 ~sparc x86"
 IUSE="examples"
 
 RDEPEND="



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

2021-08-23 Thread Agostino Sarubbo
commit: 8ae6ceb1dd9848eaafc3687055508e3d74bf968c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:29 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae6ceb1

dev-libs/libwacom: x86 stable wrt bug #808498

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libwacom/libwacom-1.11.ebuild 
b/dev-libs/libwacom/libwacom-1.11.ebuild
index 23940b02ebf..acfda32d840 100644
--- a/dev-libs/libwacom/libwacom-1.11.ebuild
+++ b/dev-libs/libwacom/libwacom-1.11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2021-08-23 Thread Agostino Sarubbo
commit: de2d2b7a4b2a29f4955ac7eb6d7a771a10506519
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:43 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2d2b7a

sys-fs/udev: x86 stable wrt bug #808889

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-fs/udev/udev-249-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-249-r2.ebuild b/sys-fs/udev/udev-249-r2.ebuild
index a2a87d45029..d4a8800599f 100644
--- a/sys-fs/udev/udev-249-r2.ebuild
+++ b/sys-fs/udev/udev-249-r2.ebuild
@@ -29,7 +29,7 @@ else

https://dev.gentoo.org/~soap/distfiles/systemd-musl-patches-${PV}.1-r1.tar.xz
)"
 
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2021-08-23 Thread Agostino Sarubbo
commit: 92934f278c51e14c314e50bafe390ef154f86d63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:10 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92934f27

media-sound/wildmidi: x86 stable wrt bug #809479

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/wildmidi/wildmidi-0.4.4.ebuild 
b/media-sound/wildmidi/wildmidi-0.4.4.ebuild
index 5e9f0f9cf20..0756e6b1190 100644
--- a/media-sound/wildmidi/wildmidi-0.4.4.ebuild
+++ b/media-sound/wildmidi/wildmidi-0.4.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Mindwerks/${PN}/archive/${P}.tar.gz;
 
 LICENSE="GPL-3+ LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 ~x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
 IUSE="+alsa openal oss +player"
 
 DEPEND="



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

2021-08-23 Thread Agostino Sarubbo
commit: 82c4dd76e437a7cfc92252e20d1e991cd46c38ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c4dd76

media-plugins/vdr-fritzbox: x86 stable wrt bug #808665

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild 
b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
index aa779299b58..99bd94dcf3c 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2021-08-23 Thread Agostino Sarubbo
commit: 88071adc3a32c7ddf771661a357721e009d3dae7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88071adc

sys-process/parallel: x86 stable wrt bug #809740

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-process/parallel/parallel-20210722.ebuild 
b/sys-process/parallel/parallel-20210722.ebuild
index 184819eb8c4..21988b75d9a 100644
--- a/sys-process/parallel/parallel-20210722.ebuild
+++ b/sys-process/parallel/parallel-20210722.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig 
)"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



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

2021-08-23 Thread Agostino Sarubbo
commit: 2742a855b8dd7fd0f64664b0c1440ae283d8541a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2742a855

dev-libs/libxml2: x86 stable wrt bug #809494

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libxml2/libxml2-2.9.12-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild 
b/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild
index 14af301b7f0..1c305627447 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild
@@ -36,7 +36,7 @@ LICENSE="MIT"
 SLOT="2"
 # Dropped keywords for now because it's a minor LDFLAGS fix, and it will ease 
upgrades
 # bug #802210
-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="debug examples icu ipv6 lzma +python readline static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-08-23 Thread Agostino Sarubbo
commit: 10e0855c492d0734dab74d0864baeba72a162aeb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e0855c

media-libs/libsidplayfp: x86 stable wrt bug #809557

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/libsidplayfp/libsidplayfp-2.2.1.ebuild 
b/media-libs/libsidplayfp/libsidplayfp-2.2.1.ebuild
index c5344fdb0ab..ecc3f998879 100644
--- a/media-libs/libsidplayfp/libsidplayfp-2.2.1.ebuild
+++ b/media-libs/libsidplayfp/libsidplayfp-2.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(ver_cut 
1-2)/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0/6"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/

2021-08-23 Thread Agostino Sarubbo
commit: 9005034b980f9a00860b0a882d9c7ac41feae8f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9005034b

mail-mta/sendmail: x86 stable wrt bug #809302

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-mta/sendmail/sendmail-8.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild 
b/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild
index c09b4bc1793..262852c6f0c 100644
--- a/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild
+++ b/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz;
 
 LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="ipv6 ldap mbox nis sasl sockets ssl tcpd"
 
 BDEPEND="



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

2021-08-23 Thread Agostino Sarubbo
commit: 4126f2487a1a6422803ef82a97c7accab283107b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:43 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4126f248

dev-java/fontbox: x86 stable wrt bug #809563

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/fontbox/fontbox-2.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/fontbox/fontbox-2.0.24.ebuild 
b/dev-java/fontbox/fontbox-2.0.24.ebuild
index ab80e824379..ee8d0a7099d 100644
--- a/dev-java/fontbox/fontbox-2.0.24.ebuild
+++ b/dev-java/fontbox/fontbox-2.0.24.ebuild
@@ -23,7 +23,7 @@ SRC_URI="mirror://apache/pdfbox/${PV}/pdfbox-${PV}-src.zip
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 # Common dependencies
 # POM: pdfbox-${PV}/${PN}/pom.xml



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

2021-08-23 Thread Agostino Sarubbo
commit: c9d1d080fd064cfc1830d75140e8064227d810d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:15:07 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:15:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d1d080

app-editors/emacs: x86 stable wrt bug #809677

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-editors/emacs/emacs-25.3-r11.ebuild | 2 +-
 app-editors/emacs/emacs-26.3-r6.ebuild  | 2 +-
 app-editors/emacs/emacs-27.2-r4.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/emacs/emacs-25.3-r11.ebuild 
b/app-editors/emacs/emacs-25.3-r11.ebuild
index ad367e92f28..e9579f43ee1 100644
--- a/app-editors/emacs/emacs-25.3-r11.ebuild
+++ b/app-editors/emacs/emacs-25.3-r11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="25"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk gui gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd 
m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars 
wide-int Xaw3d xft +xpm zlib"
 
 RDEPEND="acct-group/mail

diff --git a/app-editors/emacs/emacs-26.3-r6.ebuild 
b/app-editors/emacs/emacs-26.3-r6.ebuild
index fd5564f9708..93b464b0dfb 100644
--- a/app-editors/emacs/emacs-26.3-r6.ebuild
+++ b/app-editors/emacs/emacs-26.3-r6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="26"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk gui gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 
livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd 
+threads tiff toolkit-scroll-bars wide-int Xaw3d xft +xpm xwidgets zlib"
 
 RDEPEND="app-emacs/emacs-common[games?,gui(-)?]

diff --git a/app-editors/emacs/emacs-27.2-r4.ebuild 
b/app-editors/emacs/emacs-27.2-r4.ebuild
index 4491dddacad..8d3b643e00f 100644
--- a/app-editors/emacs/emacs-27.2-r4.ebuild
+++ b/app-editors/emacs/emacs-27.2-r4.ebuild
@@ -36,7 +36,7 @@ else
PATCHES=("${WORKDIR}/patch")
SLOT="${PV%%.*}"
[[ ${PV} == *.*.* ]] && SLOT+="-vcs"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"



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

2021-08-23 Thread Agostino Sarubbo
commit: 6f939bfce9ee09e632ff269765e2562d5f7755f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:36 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f939bfc

dev-java/commons-vfs: x86 stable wrt bug #809560

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild 
b/dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild
index 07d79bef4ab..b9a712da120 100644
--- a/dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild
+++ b/dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/vfs/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 CDEPEND="
dev-java/ant-core:0



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

2021-08-23 Thread Agostino Sarubbo
commit: 77304638ad366f66e713c49591dedc46f6020b06
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:13:36 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:13:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77304638

kde-apps/konsole: x86 stable wrt bug #807933

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/konsole/konsole-21.04.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/konsole/konsole-21.04.3-r1.ebuild 
b/kde-apps/konsole/konsole-21.04.3-r1.ebuild
index 90d146d30c9..42e9362243d 100644
--- a/kde-apps/konsole/konsole-21.04.3-r1.ebuild
+++ b/kde-apps/konsole/konsole-21.04.3-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/konsole/ 
https://konsole.kde.org;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/

2021-08-23 Thread Agostino Sarubbo
commit: 8d2dca4b16eb4230236ab947727043a99a197389
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2dca4b

www-apps/phpsysinfo: x86 stable wrt bug #809587

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild 
b/www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild
index 414e78b66d9..107fe9bb00a 100644
--- a/www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild
+++ b/www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://rk4an.github.com/phpsysinfo/;
 SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 RDEPEND="
dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
virtual/httpd-php



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

2021-08-23 Thread Agostino Sarubbo
commit: 85a91eabe6a0ef902cfac547d89400bdd00ad33e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:13:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:13:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a91eab

media-sound/rosegarden: x86 stable wrt bug #809161

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/rosegarden/rosegarden-21.06.1.ebuild 
b/media-sound/rosegarden/rosegarden-21.06.1.ebuild
index 2b7ce2c2264..8df3e4a0dfb 100644
--- a/media-sound/rosegarden/rosegarden-21.06.1.ebuild
+++ b/media-sound/rosegarden/rosegarden-21.06.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="lirc"
 
 BDEPEND="



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

2021-08-23 Thread Agostino Sarubbo
commit: 9354cda8479a9f93146d7a2b2c6a5d0f84327fc2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:13:55 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:13:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9354cda8

sys-apps/openrc: x86 stable wrt bug #809254

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/openrc/openrc-0.43.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-0.43.5.ebuild 
b/sys-apps/openrc/openrc-0.43.5.ebuild
index 895813dfa94..709f40933ec 100644
--- a/sys-apps/openrc/openrc-0.43.5.ebuild
+++ b/sys-apps/openrc/openrc-0.43.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
 fi
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/libmilter/

2021-08-23 Thread Agostino Sarubbo
commit: 8498c51cab3418c7a2e6f282d7f15a311905c96a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:14:01 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:14:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8498c51c

mail-filter/libmilter: x86 stable wrt bug #809302

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild 
b/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild
index 7f9eb429a9f..23c19f2479d 100644
--- a/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild
+++ b/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/sendmail-${SENDMAIL_VER}"
 
 LICENSE="Sendmail"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="ipv6 poll"
 
 RDEPEND="!

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

2021-08-23 Thread Agostino Sarubbo
commit: 9fe5b31f9e007098a56d2635dc44b9c859456450
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 23 22:13:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 23 22:13:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe5b31f

media-gfx/gmic: x86 stable wrt bug #809233

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-gfx/gmic/gmic-2.9.8.ebuild b/media-gfx/gmic/gmic-2.9.8.ebuild
index d29f30e5e8b..5e85c6f688a 100644
--- a/media-gfx/gmic/gmic-2.9.8.ebuild
+++ b/media-gfx/gmic/gmic-2.9.8.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 arm64 ~x86"
+   KEYWORDS="amd64 arm64 x86"
 fi
 
 DESCRIPTION="GREYC's Magic Image Converter"



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

2021-08-23 Thread Alessandro Barbieri
commit: a3cd19b25ae3f9348e45c4a1f75744d7deae1afc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Aug 23 21:46:25 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Aug 23 21:46:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3cd19b2

TODO.md: I need help with blasfeo

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

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

diff --git a/TODO.md b/TODO.md
index 975ec2ada..b91b1b28e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -45,7 +45,7 @@ Name | Buildsystem | Category | User | RFH
 [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | autotools | audio | |
 [babeltrace2](https://babeltrace.org/) | autotools | devel | 
Alessandro-Barbieri | no
 
[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
 | autotools | cluster | Alessandro-Barbieri | no
-[blasfeo](https://github.com/giaf/blasfeo) | cmake | science | 
Alessandro-Barbieri | no
+[blasfeo](https://github.com/giaf/blasfeo) | cmake | science | 
Alessandro-Barbieri | yes
 [libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel | 
Alessandro-Barbieri | no
 [hpmpc](https://github.com/giaf/hpmpc) | cmake | science | Alessandro-Barbieri 
| no
 [parsec](https://bitbucket.org/icldistcomp/parsec) | cmake | science | 
Alessandro-Barbieri | no



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

2021-08-23 Thread Alessandro Barbieri
commit: 043758129523d211ebee4afb90d0746d2c60dd86
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Aug 23 21:40:31 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Aug 23 21:40:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04375812

TODO.md: add requesting user and if they need help

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

 TODO.md | 172 
 1 file changed, 86 insertions(+), 86 deletions(-)

diff --git a/TODO.md b/TODO.md
index 2454046a6..975ec2ada 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,89 +2,89 @@
 
 If you find an interesting piece of software here, consider to package it, 
also you are free to add any package you want to see in GURU
 
-Name | Buildsystem | Category
- | - | -
-[spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science
-[cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | 
devel
-[free fuzzy logic library](http://ffll.sourceforge.net) | none | devel
-[solarized](https://github.com/altercation/solarized) | none | shell
-[zsh-history-substring-search](zsh-history-substring-search) | none | shell
-[fizsh](https://github.com/zsh-users/fizsh) | none | shell
-[zsh-directory-history](https://github.com/tymm/zsh-directory-history) | none 
| shell
-[zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) | 
none | shell
-[forgit](https://github.com/wfxr/forgit) | none | shell
-[openocl](https://openocl.org/) | none | octave
-[octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave
-[matlab2tikz](https://github.com/matlab2tikz/matlab2tikz) | none | octave
-[silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util
-[qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html) | make | 
math
-[ummunotify](https://github.com/Portals4/ummunotify) | make | kernel
-[retroarch](https://www.retroarch.com/) | make | game
-[lucida](https://github.com/claritylab/lucida) | make |
-[embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel
-[Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel
-[codipack](https://www.scicomp.uni-kl.de/software/codi/) | make | science
-[medipack](http://www.scicomp.uni-kl.de/software/medi/) | make | science
-[intel-cmt-cat](https://github.com/intel/intel-cmt-cat) | make | util
-[compcert](https://compcert.org) | make | compiler
-[predictive](https://www.dr-qubit.org/predictive.html) | make | emacs
-[dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | 
cluster
-[argobots](https://www.argobots.org/) | autotools | devel
-[mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster
-[mochi-margo](https://github.com/mochi-hpc/mochi-margo) | autotools | cluster
-[mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io) | autotools | cluster
-[machinekit](https://github.com/machinekit/machinekit) | autotools | science
-[mbdyn](https://www.mbdyn.org/) | autotools | science
-[libreoffice-online](https://github.com/LibreOffice/online) | autotools | 
office
-[latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math
-[bonmin](https://projects.coin-or.org/Bonmin) | autotools | math
-[graph-tool](https://graph-tool.skewed.de/) | autotools | visualization
-[wxparaver](https://github.com/bsc-performance-tools/wxparaver) | autotools | 
cluster
-[tides](https://sourceforge.net/projects/tidesodes/) | autotools | math
-[Cakeml](https://cakeml.org/) | autotools | ML
-[deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | autotools | audio
-[babeltrace2](https://babeltrace.org/) | autotools | devel
-[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
 | autotools | cluster
-[blasfeo](https://github.com/giaf/blasfeo) | cmake | science
-[libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel
-[hpmpc](https://github.com/giaf/hpmpc) | cmake | science
-[parsec](https://bitbucket.org/icldistcomp/parsec) | cmake | science
-[mercury](https://github.com/mercury-hpc/mercury) | cmake | cluster
-[chrono](https://projectchrono.org/) | cmake | science
-[cocos2d-x](https://github.com/cocos2d/cocos2d-x) | cmake | game
-[opensiv3d](https://github.com/Siv3D/OpenSiv3D) | cmake | game
-[grive2](https://github.com/vitalif/grive2) | cmake | filesystem
-[chapel](https://github.com/chapel-lang/chapel) | make | science
-[osmium](https://wiki.openstreetmap.org/wiki/Osmium) | cmake | geography
-[fuzzylite](https://github.com/fuzzylite/fuzzylite) | cmake | devel
-[lean](https://github.com/leanprover/lean/) | cmake | math
-[valhalla](https://github.com/valhalla/valhalla) | cmake | geography
-[openenclave](https://openenclave.io/sdk/) | cmake | util
-[alpaka](https://github.com/alpaka-group/alpaka) | cmake | science
-[emptyepsilon](https://daid.github.io/EmptyEpsilon/) | cmake | game

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

2021-08-23 Thread Marek Szuba
commit: bb3214f3894e9058118b8105f1186644c421a965
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:15:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 21:29:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3214f3

app-text/pinfo: keyword 0.6.13 for ~riscv

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

 app-text/pinfo/pinfo-0.6.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 00dad93c8fc..fd125b72037 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.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
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="nls readline"
 
 RDEPEND="



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

2021-08-23 Thread Marek Szuba
commit: d5a31c1068a3f77833b2e65e0e9c83086b632170
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:06:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 21:29:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a31c10

net-libs/libhtp: keyword 0.5.38 for ~riscv

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

 net-libs/libhtp/libhtp-0.5.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libhtp/libhtp-0.5.38.ebuild 
b/net-libs/libhtp/libhtp-0.5.38.ebuild
index 52f8e32728c..fb42824c984 100644
--- a/net-libs/libhtp/libhtp-0.5.38.ebuild
+++ b/net-libs/libhtp/libhtp-0.5.38.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/OISF/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
 IUSE="debug static-libs"
 
 RDEPEND="sys-libs/zlib[static-libs?]"



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

2021-08-23 Thread Marek Szuba
commit: 3534f1f4d94222a87764e9da0dfeecd7af1ebc02
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:28:43 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 21:29:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3534f1f4

net-analyzer/suricata: keyword 6.0.3 for ~riscv

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

 net-analyzer/suricata/suricata-6.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/suricata/suricata-6.0.3.ebuild 
b/net-analyzer/suricata/suricata-6.0.3.ebuild
index 6b5b71ffe43..7e48fc1c6d5 100644
--- a/net-analyzer/suricata/suricata-6.0.3.ebuild
+++ b/net-analyzer/suricata/suricata-6.0.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.openinfosecfoundation.org/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened lua 
lz4 nflog +nfqueue redis systemd test"
 
 RESTRICT="!test? ( test )"



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

2021-08-23 Thread Marek Szuba
commit: 7bd942c66b60ae7639b9b9d8a4256fb798c1e7b4
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:07:05 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 21:29:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd942c6

net-libs/libnetfilter_queue: keyword 1.0.5 for ~riscv

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

 net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild 
b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild
index e809f5a1e1e..149830904d0 100644
--- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild
+++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2021-08-23 Thread Marek Szuba
commit: 7b6e18b0ebdd44ff87854f8cfa92f24b9a03ed28
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:06:49 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 21:29:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6e18b0

net-libs/libnetfilter_log: keyword 1.0.1 for ~riscv

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

 net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild 
b/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild
index 97c5799a684..6c560507f94 100644
--- a/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild
+++ b/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ~riscv ~sparc x86"
 
 BDEPEND="virtual/pkgconfig"
 RDEPEND=">=net-libs/libnfnetlink-1.0.0"



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/OpenHPC-meta/

2021-08-23 Thread Alessandro Barbieri
commit: a919461990884043363eb5e7a46e7cef903ee935
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Aug 23 21:08:20 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Aug 23 21:08:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9194619

sys-cluster/OpenHPC-meta: add ipmitool

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

 sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild 
b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
index cf70ae4d2..1b0d926e2 100644
--- a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
+++ b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
|| ( sys-libs/libunwind sys-libs/llvm-libunwind )
 
app-shells/pdsh
+   sys-apps/ipmitool
sys-process/numactl
virtual/mpi
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/OpenHPC-meta/

2021-08-23 Thread Alessandro Barbieri
commit: 4e98a109896c5688be5a5da854ae01fcf8a94cb0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Aug 23 21:05:12 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Aug 23 21:05:12 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e98a109

sys-cluster/OpenHPC-meta: add pdsh

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

 sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild 
b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
index 60f3f98a1..cf70ae4d2 100644
--- a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
+++ b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
${PYTHON_DEPS}
|| ( sys-libs/libunwind sys-libs/llvm-libunwind )
 
+   app-shells/pdsh
sys-process/numactl
virtual/mpi
 



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

2021-08-23 Thread Alessandro Barbieri
commit: 90f74709513ecc0fb1e0e147254a850b2dfdf164
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Aug 23 20:54:51 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Aug 23 20:54:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90f74709

TODO.md: refactor todo, remove tecio

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

 TODO.md | 199 
 1 file changed, 86 insertions(+), 113 deletions(-)

diff --git a/TODO.md b/TODO.md
index 65f8dbd54..2454046a6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,116 +2,89 @@
 
 If you find an interesting piece of software here, consider to package it, 
also you are free to add any package you want to see in GURU
 
-C
-* [spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) 
-* [silk-guardian](https://github.com/NateBrune/silk-guardian)
-* [qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html)
-* [blasfeo](https://github.com/giaf/blasfeo)
-* [dimemas](https://github.com/bsc-performance-tools/dimemas)
-* [libfixmath](https://github.com/PetteriAimonen/libfixmath)
-* [hpmpc](https://github.com/giaf/hpmpc)
-* [parsec](https://bitbucket.org/icldistcomp/parsec)
-* [ummunotify](https://github.com/Portals4/ummunotify)
-* [retroarch](https://www.retroarch.com/)
-* [argobots](https://www.argobots.org/)
-* [mercury](https://github.com/mercury-hpc/mercury)
-* [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg)
-* [mochi-margo](https://github.com/mochi-hpc/mochi-margo)
-* [mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io)
-
-C++
-* [machinekit](https://github.com/machinekit/machinekit) 
-* [mbdyn](https://www.mbdyn.org/)
-* [lucida](https://github.com/claritylab/lucida) 
-* [libreoffice-online](https://github.com/LibreOffice/online)
-* [latte-integrale](https://www.math.ucdavis.edu/~latte/)
-* [chrono](projectchrono.org)
-* [cocos2d-x](https://github.com/cocos2d/cocos2d-x)
-* [opensiv3d](https://github.com/Siv3D/OpenSiv3D)
-* [grive2](https://github.com/vitalif/grive2)
-* [graph-tool](https://graph-tool.skewed.de/)
-* [chapel](https://github.com/chapel-lang/chapel)
-* [osmium](https://wiki.openstreetmap.org/wiki/Osmium)
-* [bonmin](https://projects.coin-or.org/Bonmin)
-* [casadi](https://web.casadi.org/)
-* [cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic)
-* [free fuzzy logic library](http://ffll.sourceforge.net)
-* [fuzzylite](https://github.com/fuzzylite/fuzzylite)
-* [embedded fuzzy logic library](https://github.com/zerokol/eFLL)
-* [lean](https://github.com/leanprover/lean/)
-* [valhalla](https://github.com/valhalla/valhalla)
-* [Intel-sgx](https://01.org/intel-softwareguard-extensions)
-* [openenclave](https://openenclave.io/sdk/)
-* [codipack](https://www.scicomp.uni-kl.de/software/codi/)
-* [medipack](http://www.scicomp.uni-kl.de/software/medi/)
-* [tecio](https://www.tecplot.com/products/tecio-library/)
-* [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
-* [alpaka](https://github.com/alpaka-group/alpaka)
-* [emptyepsilon](https://daid.github.io/EmptyEpsilon/)
-* [mochi-thallium](https://github.com/mochi-hpc/mochi-thallium)
-
-GO
-* [open-match](https://github.com/googleforgames/open-match)
-
-HASKELL
-* [greenclip](https://github.com/erebe/greenclip) (non-bin, source ebuild)
-
-JAVA
-* [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis)
-* [Opensearch](https://github.com/opensearch-project/OpenSearch)
-
-JAVASCRIPT
-* [ijavascript](https://github.com/n-riesco/ijavascript)
-* [cocalc](https://github.com/sagemathinc/cocalc) (commonsclause?)
-* [pelias](https://github.com/pelias/pelias)
-* [hsd](https://github.com/handshake-org/hsd)
-
-mixed
-* [flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) 
-* [solarized](https://github.com/altercation/solarized)
-* [tides](https://sourceforge.net/projects/tidesodes/)
-* [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)
-* [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef)
-* [gridstudio](https://github.com/ricklamers/gridstudio)
-* [intel-cmt-cat](https://github.com/intel/intel-cmt-cat)
-* [babeltrace2](https://babeltrace.org/)
-
-ML
-* [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse)
-* [compcert](https://compcert.org) (free-noncomm)
-* [Cakeml](https://cakeml.org/)
-* [HOL4](http://hol-theorem-prover.org/)
-* [PolyML](http://www.polyml.org/)
-
-LISP
-* [predictive](https://www.dr-qubit.org/predictive.html)
-
-OCTAVE
-* [matlab2tikz](https://github.com/matlab2tikz/matlab2tikz)
-* [octave-scicosim](https://wiki.octave.org/Sci_cosim)
-* [openocl](https://openocl.org/)
-
-PYTHON
-* [Gitfs](https://github.com/presslabs/gitfs)
-* [usbkill](https://github.com/hephaest0s/usbkill)
-* [mapillary_tools](https://github.com/mapillary/mapillary_tools)
-* [blockify](https://github.com/serialoverflow/blockify)
-* [foobnix](https://github.com/foobnix/foobnix)
-* 

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

2021-08-23 Thread Piotr Karbowski
commit: f3df93a1f27a2fbbf5ac363edb1b439c04769135
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Aug 23 20:52:54 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Aug 23 20:52:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3df93a1

sys-apps/bubblewrap: 0.5.0 version bump

Signed-off-by: Piotr Karbowski  gentoo.org>

 sys-apps/bubblewrap/Manifest|  1 +
 sys-apps/bubblewrap/bubblewrap-0.5.0.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/bubblewrap/Manifest b/sys-apps/bubblewrap/Manifest
index 7be60f2b870..7c9c4f4eed7 100644
--- a/sys-apps/bubblewrap/Manifest
+++ b/sys-apps/bubblewrap/Manifest
@@ -1 +1,2 @@
 DIST bubblewrap-0.4.1.tar.xz 214496 BLAKE2B 
bdbff50cc4e28c91d83c814df7f2ee15702962d26a9316bd841b1e63bf5976c4549c88e20869e8cc236a8a0c9a065518f945c356fa7a058f8831f5b1e9d4eb0d
 SHA512 
0ff46dc0fda2d0cffbb36cc52ff43951b30cbd835a42cc56806acbbbd827796bfadbb1cfafc84d6b47a72c031ca44abe1c377acc0cc25fe3b33e854f5f687d35
+DIST bubblewrap-0.5.0.tar.xz 137796 BLAKE2B 
36aef94335d61ae55076a0a94cd6f2c335a87f8df9900c0c603c7ee870cf84c617a0c2ad99a5979cc1dd22740d652155fa6049e717eb210c9a83afe516daa107
 SHA512 
b1f5bde9562bf3176c51fdc22304b901e00e1de5189d9b5479aed7b651b84bed5539fc5bb3b1db58a05da4a57d69c9f41c40e15aa5a575746630e015674a02b7

diff --git a/sys-apps/bubblewrap/bubblewrap-0.5.0.ebuild 
b/sys-apps/bubblewrap/bubblewrap-0.5.0.ebuild
new file mode 100644
index 000..3066ed7e130
--- /dev/null
+++ b/sys-apps/bubblewrap/bubblewrap-0.5.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 linux-info
+
+DESCRIPTION="Unprivileged sandboxing tool, namespaces-powered chroot-like 
solution"
+HOMEPAGE="https://github.com/containers/bubblewrap/;
+SRC_URI="https://github.com/containers/${PN}/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="selinux +suid"
+
+RDEPEND="
+   sys-libs/libseccomp
+   sys-libs/libcap
+   selinux? ( >=sys-libs/libselinux-2.1.9 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.3
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+
+# tests require root priviledge
+RESTRICT="test"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
+   linux-info_pkg_setup
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable selinux) \
+   "--enable-man" \
+   "--with-bash-completion-dir=$(get_bashcompdir)" \
+   "--with-priv-mode=$(usex suid setuid none)"
+}



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

2021-08-23 Thread Piotr Karbowski
commit: bd0405f4a21669cb9f063e19594723c7e63be5c2
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Aug 23 20:45:35 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Aug 23 20:45:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0405f4

net-misc/yt-dlp: new package.

Signed-off-by: Piotr Karbowski  gentoo.org>

 net-misc/yt-dlp/Manifest|  1 +
 net-misc/yt-dlp/metadata.xml| 11 
 net-misc/yt-dlp/yt-dlp-2021.8.10.ebuild | 47 +
 3 files changed, 59 insertions(+)

diff --git a/net-misc/yt-dlp/Manifest b/net-misc/yt-dlp/Manifest
new file mode 100644
index 000..7787307fae0
--- /dev/null
+++ b/net-misc/yt-dlp/Manifest
@@ -0,0 +1 @@
+DIST yt-dlp-2021.8.10.tar.gz 1807968 BLAKE2B 
664f9f5680c18531bb1c194e6e26a31b6be62894a88c6748bf146fbba79164fec6f5e6db017785daf6c8f5a2c1b7cfc0c2ee6c0d437b9d7bb4e1835eff73650f
 SHA512 
fb321d308e634f6358f046762cc3e827b036083b4764d495bbcef253d06ce445152f4a330c51b5aac1eb3b21a8a345fc791f0fdbdc01089ea2a414b1cd457f20

diff --git a/net-misc/yt-dlp/metadata.xml b/net-misc/yt-dlp/metadata.xml
new file mode 100644
index 000..2b132d02ee4
--- /dev/null
+++ b/net-misc/yt-dlp/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
+   
+   yt-dlp/yt-dlp
+   
+

diff --git a/net-misc/yt-dlp/yt-dlp-2021.8.10.ebuild 
b/net-misc/yt-dlp/yt-dlp-2021.8.10.ebuild
new file mode 100644
index 000..33b03f94720
--- /dev/null
+++ b/net-misc/yt-dlp/yt-dlp-2021.8.10.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A youtube-dl fork with additional features and fixes"
+HOMEPAGE="https://github.com/yt-dlp/yt-dlp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+LICENSE="public-domain"
+SLOT="0"
+
+RDEPEND="
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   media-libs/mutagen[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   media-video/ffmpeg
+
+"
+
+distutils_enable_tests nose
+
+python_test() {
+   # make_lazy_extractors.py tries to rename it out, so fails if it does 
not exists.
+   mkdir ytdlp_plugins
+   epytest -k 'not download'
+}
+
+python_install_all() {
+   doman yt-dlp.1
+
+   newbashcomp completions/bash/yt-dlp yt-dlp
+
+   insinto /usr/share/zsh/site-functions
+   newins completions/zsh/_yt-dlp _yt-dlp
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins completions/fish/yt-dlp.fish
+
+   distutils-r1_python_install_all
+
+   rm -rf "${ED}"/usr/share/doc/yt_dlp || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/OpenHPC-meta/

2021-08-23 Thread Alessandro Barbieri
commit: 1b56b40925d7f7ace889c086c0095397439e7122
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Aug 23 19:42:36 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Aug 23 19:42:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b56b409

sys-cluster/OpenHPC-meta: initial import

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

 sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild | 136 +++
 sys-cluster/OpenHPC-meta/metadata.xml|  24 
 2 files changed, 160 insertions(+)

diff --git a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild 
b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
new file mode 100644
index 0..60f3f98a1
--- /dev/null
+++ b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit python-single-r1
+
+DESCRIPTION="OpenHPC metapackage"
+
+SLOT="0"
+LICENSE="GPL-2"
+HOMEPAGE="
+   https://openhpc.community
+   https://github.com/openhpc/ohpc
+"
+KEYWORDS="~amd64"
+IUSE="+io-libs +parallel +perf-tools +python +runtimes +serial +slurm-client 
+slurm-server" #geopm warewulf
+
+#TODO: add metis/partition useflags in a way that doesn't pull in non-free 
parmetis
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( sys-libs/libunwind sys-libs/llvm-libunwind )
+
+   sys-process/numactl
+   virtual/mpi
+
+   io-libs? (
+   sci-libs/hdf5[cxx,fortran,mpi]
+   sci-libs/netcdf[hdf5,mpi]
+   sci-libs/netcdf-cxx
+   sci-libs/netcdf-fortran
+   )
+
+   parallel? (
+   dev-libs/boost[mpi]
+   sci-libs/fftw[mpi]
+   sci-libs/hypre[mpi]
+   sci-libs/mumps[mpi,scotch]
+   sci-libs/scalapack
+   sci-libs/scotch[mpi,threads]
+   sci-libs/trilinos[boost,hypre,mumps,scotch,scalapack,petsc]
+   sci-mathematics/petsc[fftw,hypre,mpi,mumps,scotch]
+   sci-mathematics/slepc[mpi]
+
+   io-libs? (
+   sci-libs/trilinos[hdf5,netcdf]
+   sci-mathematics/petsc[hdf5]
+   )
+   python? (
+   $(python_gen_cond_dep 
'dev-libs/boost[numpy,python,${PYTHON_USEDEP}]')
+   )
+   )
+
+   perf-tools? (
+   dev-libs/papi
+   sys-apps/likwid
+   sys-cluster/extrae[${PYTHON_SINGLE_USEDEP}]
+   )
+
+   python? (
+   $(python_gen_cond_dep '
+   dev-python/mpi4py[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   ')
+   )
+
+   runtimes? (
+   sys-cluster/charliecloud[${PYTHON_SINGLE_USEDEP}]
+   sys-cluster/singularity
+   )
+
+   serial? (
+   dev-lang/R[lapack]
+   sci-libs/gsl[cblas-external]
+   sci-libs/metis
+   sci-libs/openblas[eselect-ldso]
+   sci-libs/superlu
+   )
+
+   slurm-client? (
+   sys-apps/hwloc
+   sys-cluster/slurm[numa,pam]
+   io-libs? ( sys-cluster/slurm[hdf5] )
+   )
+
+   slurm-server? (
+   sys-cluster/slurm[numa,perl,slurmdbd]
+   io-libs? ( sys-cluster/slurm[hdf5] )
+   )
+
+"
+#  io-libs
+   #adios[mpi]
+   #pnetcdf[mpi]
+   #phdf5[mpi]
+
+#  parallel
+   #sci-libs/superlu_dist
+   #opencoarrays
+   #mfem
+
+#  perf-tools
+#  sys-cluster/dimemas[libunwind]
+   #imb
+   #omb
+   #scalasca
+   #tau
+   #scorep
+
+#  serial
+   #plasma
+
+#  slurm-server
+   #pdsh-slurm
+
+   #geopm? (
+   #geopm[mpi]
+   #)
+
+   #warewulf? (
+   #warewulf-cluster
+   #warewulf-common-localdb
+   #warewulf-common
+   #warewulf-ipmi
+   #warewulf-ipmi-initramfs
+   #warewulf-provision
+   #warewulf-provision-initramfs
+   #warewulf-provision-server-ipxe
+   #warewulf-provision-server
+   #warewulf-vnfs
+   #)
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/sys-cluster/OpenHPC-meta/metadata.xml 
b/sys-cluster/OpenHPC-meta/metadata.xml
new file mode 100644
index 0..9a1e87141
--- /dev/null
+++ b/sys-cluster/OpenHPC-meta/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   https://github.com/openhpc/ohpc/issues
+   openhpc/ohpc
+   
+   
+   
+   Collection of IO libraries
+   

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

2021-08-23 Thread Matthew Thode
commit: 66a31256d72bb742a17b6cd291dfc6b5c9dafd4c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 23 19:22:17 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 23 19:25:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a31256

app-admin/ansible: 4.3.0 stable amd64/x86/arm64

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-4.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-4.3.0.ebuild 
b/app-admin/ansible/ansible-4.3.0.ebuild
index 45a02aba0ec..44f65f4dbc2 100644
--- a/app-admin/ansible/ansible-4.3.0.ebuild
+++ b/app-admin/ansible/ansible-4.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-base-2.11.1



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

2021-08-23 Thread Matthew Thode
commit: 85745d77fa8074f542945809c72bb590858b769c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 23 19:23:20 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 23 19:25:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85745d77

app-admin/ansible-base: 2.11.3 stable amd64/x86/arm64

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-base/ansible-base-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-base/ansible-base-2.11.3.ebuild 
b/app-admin/ansible-base/ansible-base-2.11.3.ebuild
index 459607c5a03..a1ac0e17abf 100644
--- a/app-admin/ansible-base/ansible-base-2.11.3.ebuild
+++ b/app-admin/ansible-base/ansible-base-2.11.3.ebuild
@@ -19,7 +19,7 @@ else
MY_PN="${PN/-base/-core}"
MY_P="${MY_PN}-${PV}"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
S="${WORKDIR}"/${MY_P}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2021-08-23 Thread Patrick McLean
commit: cfc8486f1fb6251df5ea739f097a03b2ff8f1b34
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Aug 23 18:38:29 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Aug 23 18:43:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc8486f

net-firewall/nftables-: Update libnftnl dep

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

 net-firewall/nftables/nftables-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/nftables/nftables-.ebuild 
b/net-firewall/nftables/nftables-.ebuild
index 5322eb53985..376318f5382 100644
--- a/net-firewall/nftables/nftables-.ebuild
+++ b/net-firewall/nftables/nftables-.ebuild
@@ -29,7 +29,7 @@ IUSE="debug doc +gmp json libedit +modern-kernel python 
+readline static-libs xt
 
 RDEPEND="
>=net-libs/libmnl-1.0.4:0=
-   >=net-libs/libnftnl-1.1.9:0=
+   >=net-libs/libnftnl-1.2.0:0=
gmp? ( dev-libs/gmp:0= )
json? ( dev-libs/jansson:= )
python? ( ${PYTHON_DEPS} )



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2021-08-23 Thread Patrick McLean
commit: 60c5e586f621154da0c4fddbe741d4746ee65411
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Aug 23 18:43:06 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Aug 23 18:43:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c5e586

net-firewall/nftables-1.0.0: Version bump

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

 net-firewall/nftables/Manifest  |   1 +
 net-firewall/nftables/nftables-1.0.0.ebuild | 179 
 2 files changed, 180 insertions(+)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index f3814d15688..8f09bc4eb7b 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -1,2 +1,3 @@
 DIST nftables-0.9.8.tar.bz2 879516 BLAKE2B 
5063090d648668f4d5ae6d4be48ebecc65dfd4b525768e94a0d90ceebbee73874c916727be8de633550db71c612d698d88cf93575931362b48d954e6ac275143
 SHA512 
1c5709825c8b2c13cbed0310658959ecee164c930bc9e2447618a0894598138b9a549d20509c32a5c23ce99e40438df38f9e170cf656ce993d819f365490a180
 DIST nftables-0.9.9.tar.bz2 922624 BLAKE2B 
8de2709576a26ca84a8d694f7cb06cad2bb2fb4671ba21ffc32c0d5997e8124ae7cd794dafddf4db48d8a49c280b48b07d2a31b6c18f6647fdb67cfe7f065b61
 SHA512 
dfdd3ffc0ffc1742ca0494a3f8fac1c7b2fe942849e60d33fc3cb8a51e27bd39e1ccfeda2195191377a32bb5363ea244f4c3e71b4a6d930f33bf87e17a534fab
+DIST nftables-1.0.0.tar.bz2 921053 BLAKE2B 
ee86a323170433c3ba62f80118947864aac0fe0aaeb48afeb5a116a48782185c83313ef1b5735c7749eb5eccb88f252b444d1ee908be25bdaa4d9c0b833c1dc2
 SHA512 
33460bef4ee76b7caa44fa5515357127ae84be468448cc838dd31919b6e045ba6195b761118d4c8a4219a9f008c4416542ce784f4daad94f3b44c0626bcdd014

diff --git a/net-firewall/nftables/nftables-1.0.0.ebuild 
b/net-firewall/nftables/nftables-1.0.0.ebuild
new file mode 100644
index 000..376318f5382
--- /dev/null
+++ b/net-firewall/nftables/nftables-1.0.0.ebuild
@@ -0,0 +1,179 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit autotools linux-info python-r1 systemd
+
+DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
+HOMEPAGE="https://netfilter.org/projects/nftables/;
+
+if [[ ${PV} =~ ^[9]{4,}$ ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.netfilter.org/${PN};
+
+   BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   "
+else
+   SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/1"
+IUSE="debug doc +gmp json libedit +modern-kernel python +readline static-libs 
xtables"
+
+RDEPEND="
+   >=net-libs/libmnl-1.0.4:0=
+   >=net-libs/libnftnl-1.2.0:0=
+   gmp? ( dev-libs/gmp:0= )
+   json? ( dev-libs/jansson:= )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   xtables? ( >=net-firewall/iptables-1.6.1 )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND+="
+   doc? (
+   app-text/asciidoc
+   >=app-text/docbook2X-0.8.8-r4
+   )
+   virtual/pkgconfig
+"
+
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   libedit? ( !readline )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.8-slibtool.patch"
+)
+
+python_make() {
+   emake \
+   -C py \
+   abs_builddir="${S}" \
+   DESTDIR="${D}" \
+   PYTHON_BIN="${PYTHON}" \
+   "${@}"
+}
+
+pkg_setup() {
+   if kernel_is ge 3 13; then
+   if use modern-kernel && kernel_is lt 3 18; then
+   eerror "The modern-kernel USE flag requires kernel 
version 3.18 or newer to work properly."
+   fi
+   CONFIG_CHECK="~NF_TABLES"
+   linux-info_pkg_setup
+   else
+   eerror "This package requires kernel version 3.13 or newer to 
work properly."
+   fi
+}
+
+src_prepare() {
+   default
+
+   # fix installation path for doc stuff
+   sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels@' \
+   -i files/nftables/Makefile.am || die
+   sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels/osf@' \
+   -i files/osf/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   # We handle python separately
+   --disable-python
+   --sbindir="${EPREFIX}"/sbin
+   $(use_enable debug)
+   $(use_enable doc man-doc)
+   $(use_with !gmp mini_gmp)
+   $(use_with json)
+   $(use_with libedit cli editline)
+   $(use_with readline cli readline)
+   $(use_enable static-libs static)
+   $(use_with xtables)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+ 

[gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/

2021-08-23 Thread Gergely Nagy
commit: 3a3eb13618b03a4e7880fc2576509517effa22c0
Author: Gergely Nagy  ngg  hu>
AuthorDate: Mon Aug 23 17:47:27 2021 +
Commit: Gergely Nagy  ngg  hu>
CommitDate: Mon Aug 23 17:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=3a3eb136

dev-dotnet/dotnetcore-sdk-bin{-common}: unkeyword 2.1.818 due to EOL

Signed-off-by: Gergely Nagy  ngg.hu>

 .../dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.818.ebuild  | 2 +-
 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.818.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.818.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.818.ebuild
index fb5fbb0..a8590c7 100644
--- 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.818.ebuild
+++ 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.818.ebuild
@@ -18,7 +18,7 @@ arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}
 "
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 
 QA_PREBUILT="*"
 RESTRICT="splitdebug"

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.818.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.818.ebuild
index a990c83..f8c467b 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.818.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.818.ebuild
@@ -18,7 +18,7 @@ arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}
 "
 
 SLOT="2.1"
-KEYWORDS="~amd64"
+KEYWORDS=""
 
 QA_PREBUILT="*"
 RESTRICT="splitdebug"



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

2021-08-23 Thread Hans de Graaff
commit: dcf69a6507850c2e61cd03f8d70213550c078f87
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 21 08:44:18 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf69a65

dev-ruby/ffaker: add 2.19.0

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

 dev-ruby/ffaker/Manifest |  1 +
 dev-ruby/ffaker/ffaker-2.19.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest
index 823b5373044..028dce4ab04 100644
--- a/dev-ruby/ffaker/Manifest
+++ b/dev-ruby/ffaker/Manifest
@@ -1,2 +1,3 @@
 DIST ffaker-2.17.0.gem 438272 BLAKE2B 
620abe73efeb7f076804b17129d18eef491969e13833308468faffc86fbbf5dff358ea159219b8bf78c1ad69f57e4c2d3248759be4dec7ad96de6da41f52e734
 SHA512 
af6a04d6e960af23962c5596d58c097b078eb43ab72fc61997b4e4c30a459ef959508e13b1bc0a7cbfa2d83dddf7b684d6bf97b69cbed1fbb0994890a3e6dd6c
 DIST ffaker-2.18.0.gem 445952 BLAKE2B 
3a0d9bc201810f6055417283e821655e70d45916282e6b01530c3221826ce555ad3670ab81cc21e14739c53b3fbb2940d9eb0d45b7613e9374f10d15df138515
 SHA512 
d57f1baa5fa40ab8d7ac7aec21d18a2ae2611f960b2e59f2deb41c2d1319f546ed18eda0f3ba02f58c34dc80f00da2487c7ec7940cb213f55dc6c900e44ff934
+DIST ffaker-2.19.0.gem 461312 BLAKE2B 
d80ae70604fcd579ad42b268e6139e3395dcc10aa90e828d4ac8b402624b6391e88d25ed233db699c953feb279348de95e9f731455e10b58970069feebd72bdf
 SHA512 
2de34cdfae50bcb460dc8fb6eb7cd5ee69034de4b66e97a408e5c6265efd9370eb3c38e5a61eefdc42b67e5e569e6ba3a1f7621ffe1a8cf6beb76fad40bf5d6e

diff --git a/dev-ruby/ffaker/ffaker-2.19.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.19.0.ebuild
new file mode 100644
index 000..d2dfeeaaf3a
--- /dev/null
+++ b/dev-ruby/ffaker/ffaker-2.19.0.ebuild
@@ -0,0 +1,23 @@
+# 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_EXTRADOC="Changelog.md README.md REFERENCE.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Faster Faker, generates dummy data"
+HOMEPAGE="https://github.com/emmanueloga/ffaker;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   sed -i -e '/test_image_file/aomit "network"' test/test_image.rb || die
+}



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

2021-08-23 Thread Hans de Graaff
commit: e47caa761595080533cb5c69e1c69968ffdecdbd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 21 09:19:40 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47caa76

dev-ruby/listen: add 3.7.0

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

 dev-ruby/listen/Manifest|  1 +
 dev-ruby/listen/listen-3.7.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/listen/Manifest b/dev-ruby/listen/Manifest
index 41d817a7835..f7f60dfa90f 100644
--- a/dev-ruby/listen/Manifest
+++ b/dev-ruby/listen/Manifest
@@ -2,3 +2,4 @@ DIST listen-1.3.1-git.tgz 35521 BLAKE2B 
6b93daff2b3ba221d0c0f196c67353963e983610
 DIST listen-3.3.3.tar.gz 52994 BLAKE2B 
95831a65a75cae28b767696bbe5969cd7115657fa56e01701f3b17d5bd727a053cbac16928d8c7c2a19ad24ea3c99afdadd1e9ebbae0a66d03a511ded7d32734
 SHA512 
73ad762086e7961e45f1245e5aa32c738824736b7d373c31565832c3acf25f91cbc9c25d7bdffb27cf953cb2b2bb37adfddcc6888f3a1b317f70cba75c2ce67c
 DIST listen-3.5.1.tar.gz 56236 BLAKE2B 
e74186532d5aa9fa7488d0734867d7ec7218036b10769667b8818d057af4d8a973204ce68f687fa508d5d2ed879b0ba6287c3b93fb05eaedfc63a8dc251523b9
 SHA512 
d7475e295b5123c5a8f166891e866de60379f28d61ab0610774bdf499bcf0859807ea2abb31fd6e708c106f926282376aec94ce268e6709884a63852e820ae74
 DIST listen-3.6.0.tar.gz 56134 BLAKE2B 
6826426c5e46fa10145148d545ebdda278af080c4ddda8b055189a9aec91c26302c991ba69199d2616ae171ac85cb0ec6cef657980e6b984bc09513adabf3d16
 SHA512 
32b93ee98333657f8dfcaa8e5c9aa291d5413ddfadac3c3ff34edd2a2273e119922dee71825d6b06a6e86951deb96a676a8b9cdd98431fd21c7a154702ee
+DIST listen-3.7.0.tar.gz 56192 BLAKE2B 
eb7d154dc0e608d43b6751db630f0b99e89fbfefd61e718aa99cc6a03c47e1a455d42f1ae75351f4397c60902dcc78d8c9e8250899f075c351a7fd781069
 SHA512 
86942d60cc57a0a960ba813c3b90ca33c47513bb609c1861c792ce2b9b37371998859c0d6e1cd979d4a3427319d3a75454dfffa068ca1dec22d38497add1335c

diff --git a/dev-ruby/listen/listen-3.7.0.ebuild 
b/dev-ruby/listen/listen-3.7.0.ebuild
new file mode 100644
index 000..5d10bd2e135
--- /dev/null
+++ b/dev-ruby/listen/listen-3.7.0.ebuild
@@ -0,0 +1,47 @@
+# 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_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Listens to file modifications and notifies you about the changes"
+HOMEPAGE="https://github.com/guard/listen;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+# Block on other packages trying to install a /usr/bin/listen
+RDEPEND+="!!media-radio/ax25-apps !!=dev-ruby/rb-inotify-0.9.10"
+
+ruby_add_bdepend "test? ( dev-ruby/thor )"
+
+all_ruby_prepare() {
+   rm -f Gemfile || die
+   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
+   sed -i -e "/rb-fsevent/d"  lib/listen/adapter/darwin.rb || die
+   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
+}
+
+each_ruby_prepare() {
+   mkdir spec/.fixtures || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec
+   rm -rf spec/.fixtures || die
+}



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

2021-08-23 Thread Hans de Graaff
commit: 1b7900f916ca8ac513c0393a5811d87e724646c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 23 17:31:27 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7900f9

dev-ruby/tty-screen: fix ioctl endian test failure

Closes: https://bugs.gentoo.org/808174
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 .../files/tty-screen-0.8.1-ioctl-test.patch| 55 ++
 dev-ruby/tty-screen/tty-screen-0.8.1.ebuild|  2 +
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/tty-screen/files/tty-screen-0.8.1-ioctl-test.patch 
b/dev-ruby/tty-screen/files/tty-screen-0.8.1-ioctl-test.patch
new file mode 100644
index 000..0933f1f611b
--- /dev/null
+++ b/dev-ruby/tty-screen/files/tty-screen-0.8.1-ioctl-test.patch
@@ -0,0 +1,55 @@
+From dba351b178ae06b56985cc77a291918a0fc4aff4 Mon Sep 17 00:00:00 2001
+From: Piotr Murach 
+Date: Mon, 16 Aug 2021 22:13:27 +0200
+Subject: [PATCH] Fix ioctl call test to stub terminal size encoding for
+ big-endian systems
+
+Fixes #13
+---
+ CHANGELOG.md | 6 ++
+ spec/unit/screen_spec.rb | 8 +++-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+diff --git a/CHANGELOG.md b/CHANGELOG.md
+index 91dd6ab..0f369bd 100644
+--- a/CHANGELOG.md
 b/CHANGELOG.md
+@@ -1,5 +1,10 @@
+ # Change log
+ 
++## [v0.8.2] - unreleased
++
++### Fixed
++* Fix ioctl call test to stub terminal size encoding for big-endian systems
++
+ ## [v0.8.1] - 2020-07-17
+ 
+ ### Fixed
+@@ -136,6 +141,7 @@
+ ### Fixed
+ * Fix bug with screen detection from_io_console by @luxflux
+ 
++[v0.8.2]: https://github.com/piotrmurach/tty-screen/compare/v0.8.1...v0.8.2
+ [v0.8.1]: https://github.com/piotrmurach/tty-screen/compare/v0.8.0...v0.8.1
+ [v0.8.0]: https://github.com/piotrmurach/tty-screen/compare/v0.7.1...v0.8.0
+ [v0.7.1]: https://github.com/piotrmurach/tty-screen/compare/v0.7.0...v0.7.1
+diff --git a/spec/unit/screen_spec.rb b/spec/unit/screen_spec.rb
+index 3666a3c..de78ff3 100644
+--- a/spec/unit/screen_spec.rb
 b/spec/unit/screen_spec.rb
+@@ -6,8 +6,14 @@ def winsize
+   [100, 200]
+ end
+ 
++def big_endian?
++  [1].pack("S") == [1].pack("n")
++end
++
+ def ioctl(control, buf)
+-  buf.replace("3\x00\xD3\x00\xF2\x04\xCA\x02\x00")
++  little_endian = "3\x00\xD3\x00\xF2\x04\xCA\x02\x00"
++  big_endian = "\x003\x00\xD3\x04\xF2\x02\xCA"
++  buf.replace(big_endian? ? big_endian : little_endian)
+   0
+ end
+   end

diff --git a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild 
b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
index 7f105f6ddd5..24ccfbc41f7 100644
--- a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
+++ b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
@@ -23,6 +23,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
 IUSE=""
 
+PATCHES=( "${FILESDIR}/${P}-ioctl-test.patch" )
+
 all_ruby_prepare() {
echo '-rspec_helper' > .rspec || die
sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die



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

2021-08-23 Thread Hans de Graaff
commit: 04f2a55573f1a4e71778a70dfb8e0b3679586f56
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 21 09:20:23 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f2a555

dev-ruby/listen: cleanup

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

 dev-ruby/listen/Manifest|  1 -
 dev-ruby/listen/listen-3.3.3.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/listen/Manifest b/dev-ruby/listen/Manifest
index f7f60dfa90f..f39cbfb3388 100644
--- a/dev-ruby/listen/Manifest
+++ b/dev-ruby/listen/Manifest
@@ -1,5 +1,4 @@
 DIST listen-1.3.1-git.tgz 35521 BLAKE2B 
6b93daff2b3ba221d0c0f196c67353963e983610dd9deb3409c8ad270f7221d50e9eefee826c16c51ac0361cf7f5da727db216b1bd92a02077b0bee580fa368c
 SHA512 
4676d030a3e676249a221cf4a136ce69651009ce5855821924be184460e404e4f33026627c9d524156a89344c826b48a690a249f1059493d7d214b922381bdd0
-DIST listen-3.3.3.tar.gz 52994 BLAKE2B 
95831a65a75cae28b767696bbe5969cd7115657fa56e01701f3b17d5bd727a053cbac16928d8c7c2a19ad24ea3c99afdadd1e9ebbae0a66d03a511ded7d32734
 SHA512 
73ad762086e7961e45f1245e5aa32c738824736b7d373c31565832c3acf25f91cbc9c25d7bdffb27cf953cb2b2bb37adfddcc6888f3a1b317f70cba75c2ce67c
 DIST listen-3.5.1.tar.gz 56236 BLAKE2B 
e74186532d5aa9fa7488d0734867d7ec7218036b10769667b8818d057af4d8a973204ce68f687fa508d5d2ed879b0ba6287c3b93fb05eaedfc63a8dc251523b9
 SHA512 
d7475e295b5123c5a8f166891e866de60379f28d61ab0610774bdf499bcf0859807ea2abb31fd6e708c106f926282376aec94ce268e6709884a63852e820ae74
 DIST listen-3.6.0.tar.gz 56134 BLAKE2B 
6826426c5e46fa10145148d545ebdda278af080c4ddda8b055189a9aec91c26302c991ba69199d2616ae171ac85cb0ec6cef657980e6b984bc09513adabf3d16
 SHA512 
32b93ee98333657f8dfcaa8e5c9aa291d5413ddfadac3c3ff34edd2a2273e119922dee71825d6b06a6e86951deb96a676a8b9cdd98431fd21c7a154702ee
 DIST listen-3.7.0.tar.gz 56192 BLAKE2B 
eb7d154dc0e608d43b6751db630f0b99e89fbfefd61e718aa99cc6a03c47e1a455d42f1ae75351f4397c60902dcc78d8c9e8250899f075c351a7fd781069
 SHA512 
86942d60cc57a0a960ba813c3b90ca33c47513bb609c1861c792ce2b9b37371998859c0d6e1cd979d4a3427319d3a75454dfffa068ca1dec22d38497add1335c

diff --git a/dev-ruby/listen/listen-3.3.3.ebuild 
b/dev-ruby/listen/listen-3.3.3.ebuild
deleted file mode 100644
index 5b598d3c025..000
--- a/dev-ruby/listen/listen-3.3.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="Listens to file modifications and notifies you about the changes"
-HOMEPAGE="https://github.com/guard/listen;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-# Block on other packages trying to install a /usr/bin/listen
-RDEPEND+="!!media-radio/ax25-apps !!=dev-ruby/rb-inotify-0.9.10"
-
-ruby_add_bdepend "test? ( dev-ruby/thor )"
-
-all_ruby_prepare() {
-   rm -f Gemfile || die
-   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
-   sed -i -e "/rb-fsevent/d"  lib/listen/adapter/darwin.rb || die
-   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
-}
-
-each_ruby_prepare() {
-   mkdir spec/.fixtures || die
-}
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec
-   rm -rf spec/.fixtures || die
-}



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

2021-08-23 Thread Hans de Graaff
commit: a939866458a7aa0043763d41cceeb31a8d7acd62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 21 08:46:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9398664

dev-ruby/haml: add 5.2.2

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

 dev-ruby/haml/Manifest  |  1 +
 dev-ruby/haml/haml-5.2.2.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/haml/Manifest b/dev-ruby/haml/Manifest
index bce24e994f6..c848d057dd1 100644
--- a/dev-ruby/haml/Manifest
+++ b/dev-ruby/haml/Manifest
@@ -1,2 +1,3 @@
 DIST haml-5.1.2.tar.gz 126059 BLAKE2B 
5d805f29c28d0f6355f7b79e5724ec1639a808cfae75c26633edddcc82d964a48dbc1654b780fb706529ca22abcaba953a1af6f483386c336035c079a719e585
 SHA512 
405976de297bfdbd6f010442d940205c404f057a54cd7162feb400b1831af3e4e60fd05a637a2f480204428512ca7dd66c02aca22b0006d6d515c06968eb08a3
 DIST haml-5.2.1.tar.gz 129795 BLAKE2B 
f561d8969fd4b49f1bbbf943c612a5cd3205a1b3a1ef544b4939dec5746d6e04b438f8bf69a320b95455fb15ab5a8d6c4c7ffef0aeec3d0698d46e6ef0d37e34
 SHA512 
b7a034604346b6e62f7cf13cce5582d53d81644bd4fc3b178b4c1e175fbea2160a562a6a2b539d810288ccfbca2d12099694a314d9df4286aac33ed1e0e22fa5
+DIST haml-5.2.2.tar.gz 129833 BLAKE2B 
d68c24c7a3c817d6d364b2ec92b84b4f56f4fffa48b99d17b2df27da35f50b1fb1f69b184a7b21d899c476e0d4c8ad2b940a7cb2995ec24ecdafab8ef61fe393
 SHA512 
1aec59fab20d8139a5dfedde2007fa8137a377a345e4d30229f9d1140d56cdf970c8ae70e2647e6a408d7fa543a16050f66a8a636efa6a6b1f91ee1ffcc136c1

diff --git a/dev-ruby/haml/haml-5.2.2.ebuild b/dev-ruby/haml/haml-5.2.2.ebuild
new file mode 100644
index 000..30d93b2b370
--- /dev/null
+++ b/dev-ruby/haml/haml-5.2.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true RUBYLIB=lib test"
+RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby web page templating engine"
+HOMEPAGE="https://haml.info/;
+SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+RDEPEND="${RDEPEND} !!=dev-ruby/temple-0.8.0 dev-ruby/tilt:*"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/minitest:5
+   dev-ruby/nokogiri
+   dev-ruby/railties:6.0
+   dev-ruby/activemodel:6.0
+   dev-ruby/actionpack:6.0
+   )
+   doc? (
+   dev-ruby/yard
+   >=dev-ruby/maruku-0.7.2-r1
+   )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die
+   sed -i -e '/bundler/I s:^:#:' \
+   -e '/simplecov/I s:^:#:' \
+   -e '1igem "actionpack", "~>6.0.0"'\
+   -e '1igem "activesupport", "~>6.0.0"; gem "activemodel", 
"~>6.0.0"'\
+   -e '1igem "railties", "~>6.0.0"'\
+   test/test_helper.rb || die
+   # Remove test that fails when RedCloth is available
+   sed -i -e "/should raise error when a Tilt filters dependencies are 
unavailable for extension/,/^  end/ s/^/#/"\
+   test/filters_test.rb || die
+}



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

2021-08-23 Thread Hans de Graaff
commit: 23e1827400faaff86987139e962bbb69c2378f70
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 21 08:43:16 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e18274

dev-ruby/ffaker: cleanup

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

 dev-ruby/ffaker/Manifest |  2 --
 dev-ruby/ffaker/ffaker-2.15.0.ebuild | 23 ---
 dev-ruby/ffaker/ffaker-2.16.0.ebuild | 23 ---
 3 files changed, 48 deletions(-)

diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest
index 6cd68b6baa1..823b5373044 100644
--- a/dev-ruby/ffaker/Manifest
+++ b/dev-ruby/ffaker/Manifest
@@ -1,4 +1,2 @@
-DIST ffaker-2.15.0.gem 437760 BLAKE2B 
6da52a04d0b5ef6b048155ea84985c3a8ca707d58cdc90514dbc0840180a7f35772120ec195ba92aae387141d314985a25222cf71e1ccf8dd1f370e34755c49a
 SHA512 
2eb01af79e0520f0272c59f69cfd7e24c6391bd29f8f183ed05282d154105118242a816e8599808b2532a9e4c6175a767b9ef1bade8382259741feb7ddb8d9c1
-DIST ffaker-2.16.0.gem 437760 BLAKE2B 
fefa8b93509d16f144e25ef334cbcd6f4abd22be56cc1dea570a47aa78fbc4d4951fd976ae555d8732b69c8387e56a311943e32f79d7ce5866db08f70a5cc7ac
 SHA512 
3f51c9a6c0dedf79695d6915f2c44d8bfcb2808bac130ae988e0b66792aa85da12cb2ea36af09c9cacef55abf0c12bef869166df8c69f19b9b508b49767da90d
 DIST ffaker-2.17.0.gem 438272 BLAKE2B 
620abe73efeb7f076804b17129d18eef491969e13833308468faffc86fbbf5dff358ea159219b8bf78c1ad69f57e4c2d3248759be4dec7ad96de6da41f52e734
 SHA512 
af6a04d6e960af23962c5596d58c097b078eb43ab72fc61997b4e4c30a459ef959508e13b1bc0a7cbfa2d83dddf7b684d6bf97b69cbed1fbb0994890a3e6dd6c
 DIST ffaker-2.18.0.gem 445952 BLAKE2B 
3a0d9bc201810f6055417283e821655e70d45916282e6b01530c3221826ce555ad3670ab81cc21e14739c53b3fbb2940d9eb0d45b7613e9374f10d15df138515
 SHA512 
d57f1baa5fa40ab8d7ac7aec21d18a2ae2611f960b2e59f2deb41c2d1319f546ed18eda0f3ba02f58c34dc80f00da2487c7ec7940cb213f55dc6c900e44ff934

diff --git a/dev-ruby/ffaker/ffaker-2.15.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.15.0.ebuild
deleted file mode 100644
index 488b7c9e7f9..000
--- a/dev-ruby/ffaker/ffaker-2.15.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md REFERENCE.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faster Faker, generates dummy data"
-HOMEPAGE="https://github.com/emmanueloga/ffaker;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   sed -i -e '/test_image_file/aomit "network"' test/test_image.rb || die
-}

diff --git a/dev-ruby/ffaker/ffaker-2.16.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.16.0.ebuild
deleted file mode 100644
index 267c5520faf..000
--- a/dev-ruby/ffaker/ffaker-2.16.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md REFERENCE.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faster Faker, generates dummy data"
-HOMEPAGE="https://github.com/emmanueloga/ffaker;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   sed -i -e '/test_image_file/aomit "network"' test/test_image.rb || die
-}



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

2021-08-23 Thread Hans de Graaff
commit: b89b42d256b67e83a35f73888b7de0ef6bba6299
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 21 08:52:10 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89b42d2

dev-ruby/jwt: add 2.2.3

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

 dev-ruby/jwt/Manifest  |  1 +
 dev-ruby/jwt/files/jwt-2.2.3-ec-test.patch | 22 +++
 dev-ruby/jwt/jwt-2.2.3.ebuild  | 35 ++
 3 files changed, 58 insertions(+)

diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
index ac2d23eae43..79eb02cf7c7 100644
--- a/dev-ruby/jwt/Manifest
+++ b/dev-ruby/jwt/Manifest
@@ -1 +1,2 @@
 DIST jwt-2.2.2.tar.gz 43084 BLAKE2B 
998c2770e50cc65b5cb687f99f76b64a6a8d58a5c4312c32b642c7280abcf268f43588f7a8421d05c892072f7e39a6b48c1eb57dde950e92372f2bfe5eda9083
 SHA512 
04ac42afb09ad8648e2c428cb7493f738b1944e5fd273723cd2fc2550d6ab3486c2f3be5ae5bac7e36664e58d2fa913e5b38ba34361a98ebe1259d18008341b9
+DIST jwt-2.2.3.tar.gz 50675 BLAKE2B 
904a2b9be80ece10cc046d35df784ecc4991c3b09a79c2e2e461003596e9212409ed5840282ce632d3ff499754c505cd899ca95945f562883869ff3c50c4399a
 SHA512 
ebefbf8f825afc1a78329088012118ed681a61bdf9e1c6a3fa125d46105092f1f26a4bc88791788c0290009dbc0427128d655a301c034ac07caf14216744962c

diff --git a/dev-ruby/jwt/files/jwt-2.2.3-ec-test.patch 
b/dev-ruby/jwt/files/jwt-2.2.3-ec-test.patch
new file mode 100644
index 000..18f69cf8d44
--- /dev/null
+++ b/dev-ruby/jwt/files/jwt-2.2.3-ec-test.patch
@@ -0,0 +1,22 @@
+From c444ac978013a9e199c968fefc3c413f37c93351 Mon Sep 17 00:00:00 2001
+From: Joakim Antman 
+Date: Wed, 23 Jun 2021 10:55:29 +0300
+Subject: [PATCH] Fix OpenSSL::PKey::EC public_key handing in tests
+
+---
+ spec/jwk/ec_spec.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spec/jwk/ec_spec.rb b/spec/jwk/ec_spec.rb
+index 3a94976..d8258bb 100644
+--- a/spec/jwk/ec_spec.rb
 b/spec/jwk/ec_spec.rb
+@@ -15,7 +15,7 @@
+ end
+ 
+ context 'when a keypair with only public key is given' do
+-  let(:keypair) { ec_key.tap { |x| x.private_key = nil } }
++  let(:keypair) { OpenSSL::PKey::EC.new(ec_key.public_key.group).tap { 
|ec| ec.public_key = ec_key.public_key } }
+   it 'creates an instance of the class' do
+ expect(subject).to be_a described_class
+ expect(subject.private?).to eq false

diff --git a/dev-ruby/jwt/jwt-2.2.3.ebuild b/dev-ruby/jwt/jwt-2.2.3.ebuild
new file mode 100644
index 000..bed4ee7f5a6
--- /dev/null
+++ b/dev-ruby/jwt/jwt-2.2.3.ebuild
@@ -0,0 +1,35 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="ruby-jwt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
+HOMEPAGE="https://github.com/jwt/ruby-jwt;
+SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RUBY_S="ruby-jwt-${PV}"
+
+PATCHES=( "${FILESDIR}/${P}-ec-test.patch" )
+
+ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
+
+all_ruby_prepare() {
+   sed -i -e "/simplecov/ s:^:#:" \
+   -e '/^SimpleCov.start/,/^end/ s:^:#:' \
+   spec/spec_helper.rb || die
+
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2021-08-23 Thread Hans de Graaff
commit: 608818c5f1879bac23e8ca05b838f23673c69aeb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 21 08:41:18 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 23 17:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608818c5

dev-ruby/faker: cleanup

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

 dev-ruby/faker/Manifest|  2 --
 dev-ruby/faker/faker-2.14.0.ebuild | 30 --
 dev-ruby/faker/faker-2.15.1.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index 16db91657e2..727192aab87 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,4 +1,2 @@
-DIST faker-2.14.0.tar.gz 1150487 BLAKE2B 
51343e8d45d2615d180fac4845d2cc8a6509b3710528c2770e52f2e4203e458ba07e3fa4f8f7559704598379b54fe38d8d557fc6cc0b614f3695cee8265adc49
 SHA512 
3a65a65c587f9e2a12c0d7a1e5ecbb12d059146cfda944d5bca950dd2b8cbdb509722b7b181fc619f395ebb526c3f99461ed74803a79cda1b74df83c203db518
-DIST faker-2.15.1.tar.gz 1213822 BLAKE2B 
dd627078ce1edab63a3f16a5e893c29911b9bf8d88b6d490a368ec16a633e7138124ee66d439738c4f2a8e14b6d0815611ed744d5323817873a0e13f2bddfb06
 SHA512 
de3721290683a86f985c2783c749be530c3306be73d929517fb54dcde2f64b124cedfa6b10c51e390a38a0b5ac81e2feb0b491c165d0bae9f017463596794fbf
 DIST faker-2.16.0.tar.gz 1234511 BLAKE2B 
99c53c85094022b33f2213af20b642fafb885ae9cb99169aa2684697e3af9d393b73476ebcd4e7e0541777d0648a53570cd93c352316a7f86c7a2026bf02b47c
 SHA512 
b33054414ad57dd34ce0448d3b8a411d71a14bdbd66fd969007267d1969b40dc37b8d1b6622f81dfe1ed9d38b95cdd9dec699e3233195cfcdb9289d309c0a6f8
 DIST faker-2.17.0.tar.gz 1268170 BLAKE2B 
560fe5ebe8384121e720b540d0375aa50cfb40717e2ea4d438cce1918a7996fa3414a01344c26c65e2e0ac6115b3694985355543290b89500359ddc523e47304
 SHA512 
fd5e3726d881d6378c21932d97c5d92c23e8cf0e36289f6707d76474dc5ee843a731ea6c6a29bfe33564bd7521c91e1a90adff0c205c19a77b0a944766b1d159

diff --git a/dev-ruby/faker/faker-2.14.0.ebuild 
b/dev-ruby/faker/faker-2.14.0.ebuild
deleted file mode 100644
index e02e94be804..000
--- a/dev-ruby/faker/faker-2.14.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
-HOMEPAGE="https://github.com/stympy/faker;
-SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/i18n-1.6:1 !!https://github.com/stympy/faker;
-SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/i18n-1.6:1 !!

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

2021-08-23 Thread Fabian Groffen
commit: 004d9ebd9fca5cbdd09d4f5b35943ef5270a2227
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Aug 23 17:21:19 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Aug 23 17:21:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004d9ebd

profiles/prefix/make.default: set TMPFILES_OPTIONAL to unbreak Prefix

systemd-tmpfiles isn't very friendly for non-Linux, that put aside,
tmpfiles aren't really used in Prefix; the host reboots, not the Prefix

Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/prefix/make.defaults | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index cf9a80a8525..d510dcaff27 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Some USE-flags that only die-hards don't want:
@@ -7,3 +7,8 @@
 # ncurses:   a nice working console drawing library
 # ssl:   encrypted connections are a nice feature
 USE="readline zlib ncurses ssl"
+
+# disable tmpfiles eclass depending on virtual/tmpfiles, which currently
+# only resolves to systemd-tmpfiles and that one isn't even close to
+# compilation on non-Linux (musl already is a challenge).
+TMPFILES_OPTIONAL=yes_please



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

2021-08-23 Thread Marek Szuba
commit: 04cacdef13fe45d1c2681bee203e1bf15f051df2
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 14:07:17 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 17:01:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cacdef

dev-libs/rocksdb: keyword 6.17.3 for -riscv

Architecture not supported, compilation fails with

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

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

diff --git a/dev-libs/rocksdb/rocksdb-6.17.3.ebuild 
b/dev-libs/rocksdb/rocksdb-6.17.3.ebuild
index eca7931e375..e441ef854c8 100644
--- a/dev-libs/rocksdb/rocksdb-6.17.3.ebuild
+++ b/dev-libs/rocksdb/rocksdb-6.17.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 -riscv ~x86"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_sse4_2 jemalloc 
static-libs"
 
 DEPEND="



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

2021-08-23 Thread Marek Szuba
commit: 1ea06f80d3ae70bd41f5fcf877a58c37dcc46eac
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 12:50:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 17:01:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea06f80

app-arch/snappy: keyword 1.1.8 for ~riscv

sys-cluster/ceph currently doesn't like 1.1.9+.

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

 app-arch/snappy/snappy-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/snappy/snappy-1.1.8.ebuild 
b/app-arch/snappy/snappy-1.1.8.ebuild
index 4a455d9b01b..aeb14445974 100644
--- a/app-arch/snappy/snappy-1.1.8.ebuild
+++ b/app-arch/snappy/snappy-1.1.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/bluez-qt/

2021-08-23 Thread Marek Szuba
commit: 635f82da0b19b165d7733f30ac6b3e153574af84
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 16:59:13 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 17:01:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635f82da

kde-frameworks/bluez-qt: keyword 5.85.0 for ~riscv

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

 kde-frameworks/bluez-qt/bluez-qt-5.85.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/bluez-qt/bluez-qt-5.85.0.ebuild 
b/kde-frameworks/bluez-qt/bluez-qt-5.85.0.ebuild
index a55ee208fcb..6ff9eb8b8e9 100644
--- a/kde-frameworks/bluez-qt/bluez-qt-5.85.0.ebuild
+++ b/kde-frameworks/bluez-qt/bluez-qt-5.85.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org udev
 
 DESCRIPTION="Qt wrapper for Bluez 5 DBus API"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



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

2021-08-23 Thread Marek Szuba
commit: 4b5b98553a1213a69a614094ac298a56d7c332a7
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 17:01:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 17:01:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5b9855

profiles/arch/riscv: more mask updates

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 35882aa25a3..f0da3b2e9e0 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba  (2021-08-23)
+# sys-cluster/ceph keywording blocked by libatomic issues in 
dev-libs/rocksdb-6.14,
+# see Bug #809830.
+net-analyzer/rrdtool rados
+
 # Marek Szuba  (2021-08-22)
 # net-fs/openafs does not support riscv
 app-crypt/heimdal afs
@@ -18,7 +23,6 @@ media-sound/jack2 ieee1394
 
 # Alex Fan  (2021-08-17)
 # dependencies not keyworded/tested
-sys-apps/xdg-desktop-portal screencast
 kde-plasma/powerdevil wireless
 kde-plasma/plasma-vault networkmanager
 kde-plasma/plasma-desktop emoji
@@ -124,8 +128,6 @@ dev-python/ipython nbconvert notebook
 # Dependencies not keyworded here yet:
 #  - dev-ruby/asciidoctor
 dev-libs/nanomsg doc
-#  - Qt5 & KDE
-dev-vcs/subversion kwallet
 #  - kde-frameworks/bluez-qt
 kde-frameworks/purpose bluetooth
 #  - kde-plasma/bluedevil
@@ -144,8 +146,6 @@ media-sound/pulseaudio ofono-headset
 media-video/ffmpeg amrenc bs2b cdio codec2 frei0r kvazaar libilbc libtesseract 
lv2 rubberband vidstab xvid zimg
 #  - media-libs/libquicktime, media-libs/sdl-gfx
 media-video/mjpegtools quicktime sdlgfx
-#  - sys-cluster/ceph
-net-analyzer/rrdtool rados
 #  - net-wireless/iwd, net-misc/ofono
 net-misc/connman iwd ofono
 #  - dev-util/aruba



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

2021-08-23 Thread Marek Szuba
commit: f0e269b51a4f4ab6edfee4c8b0a6a3109654de95
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 14:23:23 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 17:01:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e269b5

media-sound/pulseeffects: drop 4.8.5

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

 media-sound/pulseeffects/pulseeffects-4.8.5.ebuild | 71 --
 1 file changed, 71 deletions(-)

diff --git a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
deleted file mode 100644
index 532f5ba39c1..000
--- a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson
-
-DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
-HOMEPAGE="https://github.com/wwmm/easyeffects/tree/pulseaudio-legacy;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/wwmm/easyeffects;
-   EGIT_BRANCH="pulseaudio-legacy"
-else
-   SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bs2b calf rubberband"
-
-RDEPEND="!media-sound/easyeffects
-   >=dev-libs/boost-1.72:=
-   >=dev-cpp/glibmm-2.56.0:2
-   >=dev-cpp/gtkmm-3.24:3.0
-   >=dev-libs/glib-2.56:2
-   >=dev-libs/libsigc++-2.10:2
-   >=x11-libs/gtk+-3.20:3
-   >=media-libs/lilv-0.24.2-r1
-   >=media-libs/lsp-plugins-1.1.24[lv2]
-   >=media-libs/gstreamer-1.12.5:1.0
-   >=media-libs/gst-plugins-good-1.12.5:1.0
-   >=media-libs/gst-plugins-bad-1.12.5:1.0
-   >=media-plugins/gst-plugins-ladspa-1.12.5:1.0
-   >=media-plugins/gst-plugins-lv2-1.12.5:1.0
-   >=media-plugins/gst-plugins-pulse-1.12.5:1.0
-   >=media-libs/zita-convolver-3.0.0
-   media-libs/libebur128
-   media-sound/pulseaudio
-   sys-apps/dbus
-   bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.5:1.0 )
-   calf? ( >=media-plugins/calf-0.90.0[lv2] )
-   rubberband? ( media-libs/rubberband )"
-# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
-# and sys-devel/gettext depends reasoning
-DEPEND="
-   ${RDEPEND}
-   dev-libs/appstream-glib
-   sys-devel/gettext
-"
-BDEPEND="
-   >=sys-devel/gcc-7.3.0
-   dev-util/itstool
-   media-libs/libsamplerate
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2021-08-23 Thread Fabian Groffen
commit: 05f877feef115ca704804dc635b6621866650ba7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Aug 23 16:46:42 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Aug 23 16:46:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=05f877fe

scripts/bootstrap-prefix: set GENTOO_MIRRORS in make.conf

Add the Prefix distfile mirror by default, so "outdated" ebuilds from
the overlay will remain fetchable for new installs.

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 4 
 1 file changed, 4 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 187673e29b..aaff67bfe4 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -324,6 +324,10 @@ bootstrap_setup() {
# bug 759424
[[ -n ${STABLE_PREFIX} ]] && \
echo 'ACCEPT_KEYWORDS="${ARCH} 
-~${ARCH}"'
+   else
+   echo "# last mirror is for Prefix specific 
distfiles, you"
+   echo "# might experience fetch failures if you 
remove it"
+   echo "GENTOO_MIRRORS=\"${GENTOO_MIRRORS} 
${DISTFILES_PFX}\""
fi
if [[ ${FS_INSENSITIVE} == 1 ]] ; then
echo



[gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/

2021-08-23 Thread Ionen Wolkens
commit: 2ae5bc3f71bef743193479d34203a7f72d010f6c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug 23 16:28:53 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug 23 16:28:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae5bc3f

app-portage/iwdevtools: add 0.3.0

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

 app-portage/iwdevtools/Manifest|  1 +
 app-portage/iwdevtools/iwdevtools-0.3.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/app-portage/iwdevtools/Manifest b/app-portage/iwdevtools/Manifest
index 7c269a9af5a..c4931cc02ac 100644
--- a/app-portage/iwdevtools/Manifest
+++ b/app-portage/iwdevtools/Manifest
@@ -1,2 +1,3 @@
 DIST iwdevtools-0.1.1.tar.gz 16139 BLAKE2B 
effceb407319d2f8acf44db5642a55c426c73628bef9c2004dd76118dc042cbc1178975e06b14d6950cef417790693af9a98dc77e4873f0175a408ca14f71384
 SHA512 
b0d3a1145c3ecfc71e7f8b0d8d8e321840869037841e1faa547ad4a385751b4fb13de31b3ed497eeacbdf227a81c4f28ff6fd229b008105489ada7c1a15b88e4
 DIST iwdevtools-0.2.0.tar.gz 23498 BLAKE2B 
50c946bb69ae720b27836aebb825d6b1e9545e80dda6d0c939c4be7be30f0f4017c309b2794805fc030e074cc2629bbc328545024d5f89860d05693731ab0b55
 SHA512 
c31d8646477f1cb8ab784441e2f16155248fc337d2138ce6780810dc7e81cdd6792d610db26e8f7759f89f50732c784bf4938c4a861420412f0056fd9b391a08
+DIST iwdevtools-0.3.0.tar.gz 25463 BLAKE2B 
0a5a3e151209e206b077d4c70e19b545641251e43715d9ada7d8b379525afd8b12223d7c76db4e909e63b86f916ea525dbc2f470ac83978ef3f1310c7c6ddb12
 SHA512 
1d956e0e9e8e6ad9db3d19ec2bc5e312303f3ba300ef4e593ab0743adaaa094e78df125d779a8a6f663f7fe531d1f1d58fae2ef72736a99edd412be167746301

diff --git a/app-portage/iwdevtools/iwdevtools-0.3.0.ebuild 
b/app-portage/iwdevtools/iwdevtools-0.3.0.ebuild
new file mode 100644
index 000..7637b843925
--- /dev/null
+++ b/app-portage/iwdevtools/iwdevtools-0.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature
+
+DESCRIPTION="Small tools to aid with Gentoo development, primarily intended 
for QA"
+HOMEPAGE="https://github.com/ionenwks/iwdevtools;
+SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-misc/pax-utils
+   app-portage/portage-utils
+   sys-apps/diffutils
+   sys-apps/file
+   sys-apps/portage
+   sys-apps/util-linux"
+
+src_configure() {
+   meson_src_configure -Ddocdir=${PF}
+}
+
+pkg_postinst() {
+   optfeature "detecting potential ABI issues using abidiff" 
dev-util/libabigail
+
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog "To (optionally) integrate with portage, inspect the 
.bashrc files installed"
+   elog "at ${EROOT}/usr/share/${PN}. If not already using a 
bashrc, you can use"
+   elog "the example bashrc directly by creating a symlink:"
+   elog
+   elog "ln -s ../../../usr/share/${PN}/bashrc 
${EROOT}/etc/portage/bashrc"
+   elog
+   elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for info on 
tools."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/files/, dev-libs/boost/

2021-08-23 Thread Sam James
commit: 5688163ca8cafad73827308c2efdda56e4985714
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 23 16:16:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 23 16:17:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5688163c

dev-libs/boost: backport math header fix

Bug: https://bugs.gentoo.org/808087
Closes: https://bugs.gentoo.org/808663
Closes: https://bugs.gentoo.org/808677
Signed-off-by: Sam James  gentoo.org>

 ...{boost-1.77.0.ebuild => boost-1.77.0-r1.ebuild} |  1 +
 .../files/boost-1.77-math-deprecated-include.patch | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/boost/boost-1.77.0.ebuild 
b/dev-libs/boost/boost-1.77.0-r1.ebuild
similarity index 99%
rename from dev-libs/boost/boost-1.77.0.ebuild
rename to dev-libs/boost/boost-1.77.0-r1.ebuild
index 40748904301..9a715e08895 100644
--- a/dev-libs/boost/boost-1.77.0.ebuild
+++ b/dev-libs/boost/boost-1.77.0-r1.ebuild
@@ -53,6 +53,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.73-boost-mpi-python-PEP-328.patch
"${FILESDIR}"/${PN}-1.74-CVE-2012-2677.patch
"${FILESDIR}"/${PN}-1.76-sparc-define.patch
+   "${FILESDIR}"/${PN}-1.77-math-deprecated-include.patch
 )
 
 python_bindings_needed() {

diff --git a/dev-libs/boost/files/boost-1.77-math-deprecated-include.patch 
b/dev-libs/boost/files/boost-1.77-math-deprecated-include.patch
new file mode 100644
index 000..44943243eaa
--- /dev/null
+++ b/dev-libs/boost/files/boost-1.77-math-deprecated-include.patch
@@ -0,0 +1,40 @@
+https://github.com/boostorg/math/commit/720536a08e4e33639869e1b7a99d9ec923409c0b
+https://github.com/boostorg/math/issues/675
+https://github.com/boostorg/math/pull/676
+
+From 720536a08e4e33639869e1b7a99d9ec923409c0b Mon Sep 17 00:00:00 2001
+From: Matt Borland 
+Date: Mon, 23 Aug 2021 17:48:28 +0300
+Subject: [PATCH] Fix for issue 675 (#676)
+
+--- a/boost/math/tools/header_deprecated.hpp
 a/boost/math/tools/header_deprecated.hpp
+@@ -6,12 +6,22 @@
+ #ifndef BOOST_MATH_TOOLS_HEADER_DEPRECATED
+ #define BOOST_MATH_TOOLS_HEADER_DEPRECATED
+ 
+-#ifdef _MSC_VER
+-// Expands to "This header is deprecated; use expr instead."
+-#define BOOST_MATH_HEADER_DEPRECATED(expr) __pragma("This header is 
deprecated; use " expr " instead.")
+-#else // GNU, Clang, Intel, IBM, etc.
++#ifndef BOOST_MATH_STANDALONE
++
++#   include 
++#   define BOOST_MATH_HEADER_DEPRECATED(expr) BOOST_HEADER_DEPRECATED(expr)
++
++#else
++
++#   ifdef _MSC_VER
+ // Expands to "This header is deprecated; use expr instead."
+-#define BOOST_MATH_HEADER_DEPRECATED(expr) _Pragma("This header is 
deprecated; use " expr " instead.")
+-#endif
++#   define BOOST_MATH_HEADER_DEPRECATED(expr) __pragma("This header is 
deprecated; use " expr " instead.")
++#   else // GNU, Clang, Intel, IBM, etc.
++// Expands to "This header is deprecated use expr instead"
++#   define BOOST_MATH_HEADER_DEPRECATED_MESSAGE(expr) _Pragma(#expr)
++#   define BOOST_MATH_HEADER_DEPRECATED(expr) 
BOOST_MATH_HEADER_DEPRECATED_MESSAGE(message "This header is deprecated use " 
expr " instead")
++#   endif
++
++#endif // BOOST_MATH_STANDALONE
+ 
+ #endif // BOOST_MATH_TOOLS_HEADER_DEPRECATED



[gentoo-commits] proj/eudev:master commit in: src/udev/

2021-08-23 Thread Anthony G. Basile
commit: 226a9f4dedae29d22e333c215d32d25292da0a78
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Aug 23 16:06:49 2021 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Aug 23 16:06:49 2021 +
URL:https://gitweb.gentoo.org/proj/eudev.git/commit/?id=226a9f4d

src/udev/udev-event.c: clean up whitespaces

Signed-off-by: Anthony G. Basile  gentoo.org>

 src/udev/udev-event.c | 72 +--
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/src/udev/udev-event.c b/src/udev/udev-event.c
index 64cc69cbc..1c1b0d273 100644
--- a/src/udev/udev-event.c
+++ b/src/udev/udev-event.c
@@ -813,7 +813,7 @@ static int rename_netif_dev_fromname_toname(struct 
udev_device *dev,const char *
 int sk;
 struct ifreq ifr;
 
-   log_debug("changing net interface name from '%s' to 
'%s'\n",oldname,name);
+log_debug("changing net interface name from '%s' to 
'%s'\n",oldname,name);
 
 sk = socket(PF_INET, SOCK_DGRAM, 0);
 if (sk < 0)
@@ -825,61 +825,61 @@ static int rename_netif_dev_fromname_toname(struct 
udev_device *dev,const char *
 r = ioctl(sk, SIOCSIFNAME, );
 
 #ifdef ENABLE_RULE_GENERATOR
-   int loop;
+int loop;
 struct ifreq ifr_tmp;
 
-   if (r == 0) {
-   log_info("renamed network interface %s to %s\n", ifr.ifr_name, 
ifr.ifr_newname);
-   goto out;
-   }
-   /* keep trying if the destination interface name already exists */
-   log_debug("collision on rename of network interface %s to %s , retrying 
until timeout\n",
-   ifr.ifr_name, ifr.ifr_newname);
+if (r == 0) {
+log_info("renamed network interface %s to %s\n", ifr.ifr_name, 
ifr.ifr_newname);
+goto out;
+}
+/* keep trying if the destination interface name already exists */
+log_debug("collision on rename of network interface %s to %s , 
retrying until timeout\n",
+ifr.ifr_name, ifr.ifr_newname);
 
-   /* there has been a collision so rename my name to a temporal name, 
letting other one to rename to my name, freeying its name... */
+/* there has been a collision so rename my name to a temporal name, 
letting other one to rename to my name, freeying its name... */
 memzero(_tmp, sizeof(struct ifreq));
 strscpy(ifr_tmp.ifr_name, IFNAMSIZ, oldname);
-   snprintf(ifr_tmp.ifr_newname, IFNAMSIZ, "rename_%s", oldname);
+snprintf(ifr_tmp.ifr_newname, IFNAMSIZ, "rename_%s", oldname);
 r = ioctl(sk, SIOCSIFNAME, _tmp);
-   log_info("Temporarily renamed network interface %s to %s\n", 
ifr_tmp.ifr_name, ifr_tmp.ifr_newname);
-   
-   /* we have changed our name so in subsequents tries i should rename my 
temporal name to the wanted one */
+log_info("Temporarily renamed network interface %s to %s\n", 
ifr_tmp.ifr_name, ifr_tmp.ifr_newname);
+
+/* we have changed our name so in subsequents tries i should rename my 
temporal name to the wanted one */
 strscpy(ifr.ifr_name, IFNAMSIZ, ifr_tmp.ifr_newname);
 
-   r = -errno;
-   if (r != -EEXIST)
-   goto out;
+r = -errno;
+if (r != -EEXIST)
+goto out;
 
-   /* wait a maximum of 90 seconds for our target to become available */
-   loop = 90 * 20;
-   while (loop--) {
-   const struct timespec duration = { 0, 1000 * 1000 * 1000 / 20 };
+/* wait a maximum of 90 seconds for our target to become available */
+loop = 90 * 20;
+while (loop--) {
+const struct timespec duration = { 0, 1000 * 1000 * 1000 / 20 
};
 
-   nanosleep(, NULL);
+nanosleep(, NULL);
 
-   r = ioctl(sk, SIOCSIFNAME, );
-   if (r == 0) {
-   log_info("renamed network interface %s to %s\n", 
ifr.ifr_name, ifr.ifr_newname);
-   break;
-   }
-   r = -errno;
-   if (r != -EEXIST)
-   break;
-   }
+r = ioctl(sk, SIOCSIFNAME, );
+if (r == 0) {
+log_info("renamed network interface %s to %s\n", 
ifr.ifr_name, ifr.ifr_newname);
+break;
+}
+r = -errno;
+if (r != -EEXIST)
+break;
+}
 
 out:
 #endif
-   if (r < 0)
+if (r < 0)
 log_error_errno(-errno, "Error changing net interface name %s 
to %s: %m\n", ifr.ifr_name, ifr.ifr_newname);
-   else
-   log_debug("renamed network interface '%s' to '%s'", oldname, 
name);
+else
+log_debug("renamed network interface '%s' to '%s'", oldname, 
name);
 
 close(sk);
 return r;
 }
 
 static int rename_netif(struct udev_event *event) {
-   return 

[gentoo-commits] proj/eudev:master commit in: src/udev/

2021-08-23 Thread Anthony G. Basile
commit: 841cd0ce3f6b97fbf77e12a6018a2c4a633eba89
Author: Andoni Zarate  arteche  es>
AuthorDate: Fri Apr 23 10:32:47 2021 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Aug 23 16:03:05 2021 +
URL:https://gitweb.gentoo.org/proj/eudev.git/commit/?id=841cd0ce

On collision rename my name to a temporal one letting others got my name...

Signed-off-by: Anthony G. Basile  gentoo.org>

 src/udev/udev-event.c | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/src/udev/udev-event.c b/src/udev/udev-event.c
index 4120c04f2..64cc69cbc 100644
--- a/src/udev/udev-event.c
+++ b/src/udev/udev-event.c
@@ -826,6 +826,7 @@ static int rename_netif_dev_fromname_toname(struct 
udev_device *dev,const char *
 
 #ifdef ENABLE_RULE_GENERATOR
int loop;
+struct ifreq ifr_tmp;
 
if (r == 0) {
log_info("renamed network interface %s to %s\n", ifr.ifr_name, 
ifr.ifr_newname);
@@ -835,6 +836,16 @@ static int rename_netif_dev_fromname_toname(struct 
udev_device *dev,const char *
log_debug("collision on rename of network interface %s to %s , retrying 
until timeout\n",
ifr.ifr_name, ifr.ifr_newname);
 
+   /* there has been a collision so rename my name to a temporal name, 
letting other one to rename to my name, freeying its name... */
+memzero(_tmp, sizeof(struct ifreq));
+strscpy(ifr_tmp.ifr_name, IFNAMSIZ, oldname);
+   snprintf(ifr_tmp.ifr_newname, IFNAMSIZ, "rename_%s", oldname);
+r = ioctl(sk, SIOCSIFNAME, _tmp);
+   log_info("Temporarily renamed network interface %s to %s\n", 
ifr_tmp.ifr_name, ifr_tmp.ifr_newname);
+   
+   /* we have changed our name so in subsequents tries i should rename my 
temporal name to the wanted one */
+strscpy(ifr.ifr_name, IFNAMSIZ, ifr_tmp.ifr_newname);
+
r = -errno;
if (r != -EEXIST)
goto out;



[gentoo-commits] proj/eudev:master commit in: src/udev/

2021-08-23 Thread Anthony G. Basile
commit: 61d3f3997561d49b27b0779302de2f2b5209aabd
Author: Issam E. Maghni  mailbox  org>
AuthorDate: Wed Mar 10 23:26:35 2021 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Aug 23 15:55:44 2021 +
URL:https://gitweb.gentoo.org/proj/eudev.git/commit/?id=61d3f399

Makefile: flag -n of ln is not POSIX

Signed-off-by: Anthony G. Basile  gentoo.org>

 src/udev/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am
index 9b4917ad9..36c887e8d 100644
--- a/src/udev/Makefile.am
+++ b/src/udev/Makefile.am
@@ -137,7 +137,7 @@ CLEANFILES += \
 # install udevadm symlink in sbindir
 install-exec-hook:
test "$(bindir)" = "$(sbindir)" || \
-   $(LN_S) -n -f $(bindir)/udevadm $(DESTDIR)$(sbindir)/udevadm
+   $(LN_S) -f $(bindir)/udevadm $(DESTDIR)$(sbindir)/udevadm
 
 uninstall-hook:
rm -Rf $(DESTDIR)$(sbindir)/udevadm



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

2021-08-23 Thread Sebastian Pipping
commit: 36dc7acff514d9d4e1a16b01b87e7edf4973ef1f
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Aug 23 15:45:14 2021 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Aug 23 15:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dc7acf

sys-apps/usbguard: Fix troublesome keepdir file perms

Closes: https://bugs.gentoo.org/808801
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.22, Repoman-3.0.3

 sys-apps/usbguard/{usbguard-1.0.0-r3.ebuild => usbguard-1.0.0-r4.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/usbguard/usbguard-1.0.0-r3.ebuild 
b/sys-apps/usbguard/usbguard-1.0.0-r4.ebuild
similarity index 96%
rename from sys-apps/usbguard/usbguard-1.0.0-r3.ebuild
rename to sys-apps/usbguard/usbguard-1.0.0-r4.ebuild
index 2f0a8eeb9d4..6ce52a2cf93 100644
--- a/sys-apps/usbguard/usbguard-1.0.0-r3.ebuild
+++ b/sys-apps/usbguard/usbguard-1.0.0-r4.ebuild
@@ -82,6 +82,7 @@ src_install() {
 
keepdir /etc/usbguard/IPCAccessControl.d  # bug 808801
keepdir /var/lib/log/usbguard
+   chmod 0600 "${ED}"/etc/usbguard/IPCAccessControl.d/.keep* || die  # bug 
808801
 
newinitd "${FILESDIR}"/${PN}-0.7.6-usbguard.openrc usbguard
use dbus && newinitd "${FILESDIR}"/${PN}-0.7.6-usbguard-dbus.openrc 
usbguard-dbus



[gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/

2021-08-23 Thread Alexys Jacob
commit: bf8e03756852ba2705bf5259b590edaca8d271ad
Author: Tomáš Mózes  gmail  com>
AuthorDate: Mon Aug 23 14:42:44 2021 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon Aug 23 15:40:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8e0375

dev-db/mongodb: require AVX for mongodb-5.0

Closes: https://bugs.gentoo.org/809692

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22079
Signed-off-by: Alexys Jacob  gentoo.org>

 dev-db/mongodb/mongodb-5.0.2.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-db/mongodb/mongodb-5.0.2.ebuild 
b/dev-db/mongodb/mongodb-5.0.2.ebuild
index 03eb379258b..a2ee4340b7f 100644
--- a/dev-db/mongodb/mongodb-5.0.2.ebuild
+++ b/dev-db/mongodb/mongodb-5.0.2.ebuild
@@ -21,7 +21,8 @@ SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz;
 LICENSE="Apache-2.0 SSPL-1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 -riscv"
-IUSE="debug kerberos lto mongosh ssl +tools"
+CPU_FLAGS="cpu_flags_x86_avx"
+IUSE="debug kerberos lto mongosh ssl +tools ${CPU_FLAGS}"
 
 # https://github.com/mongodb/mongo/wiki/Test-The-Mongodb-Server
 # resmoke needs python packages not yet present in Gentoo
@@ -77,6 +78,13 @@ python_check_deps() {
 }
 
 pkg_pretend() {
+   # Bug 809692
+   if ! use cpu_flags_x86_avx; then
+   eerror "MongoDB 5.0 requires use of the AVX instruction set"
+   eerror 
"https://docs.mongodb.com/v5.0/administration/production-notes/;
+   die "MongoDB requires AVX"
+   fi
+
if [[ -n ${REPLACING_VERSIONS} ]]; then
if ver_test "$REPLACING_VERSIONS" -lt 4.4; then
ewarn "To upgrade from a version earlier than the 
4.4-series, you must"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/files/, dev-libs/libgudev/

2021-08-23 Thread Mike Gilbert
commit: dc85e1dfd2f04b32401ac1f63fc3e8133c749f78
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Aug 23 15:35:43 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Aug 23 15:35:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc85e1df

dev-libs/libgudev: skip test-double when fr_FR.UTF-8 is missing

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

 dev-libs/libgudev/files/libgudev-test-double.patch | 30 ++
 dev-libs/libgudev/libgudev-237.ebuild  |  5 
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/libgudev/files/libgudev-test-double.patch 
b/dev-libs/libgudev/files/libgudev-test-double.patch
new file mode 100644
index 000..5d0eb3dab18
--- /dev/null
+++ b/dev-libs/libgudev/files/libgudev-test-double.patch
@@ -0,0 +1,30 @@
+From 6f0503b1930a0776ef45fa7bc87a87e9dc69dacf Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Sat, 21 Aug 2021 15:09:58 -0400
+Subject: [PATCH] Skip test-double if the fr_FR.UTF-8 locale is not available
+
+Bug: https://bugs.gentoo.org/809359
+---
+ tests/test-double.c | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/tests/test-double.c b/tests/test-double.c
+index 0092d8b..7ba3abe 100644
+--- a/tests/test-double.c
 b/tests/test-double.c
+@@ -54,7 +54,11 @@ test_double (void)
+ int main(int argc, char **argv)
+ {
+   setlocale (LC_ALL, NULL);
+-  setlocale (LC_NUMERIC, "fr_FR.UTF-8");
++  if (!setlocale (LC_NUMERIC, "fr_FR.UTF-8"))
++  /* Skip the test if fr_FR.UTF-8 is not available */
++  /* 
https://mesonbuild.com/Unit-tests.html#skipped-tests-and-hard-errors */
++  return 77;
++
+   g_test_init (, , NULL);
+ 
+   g_test_add_func ("/gudev/double", test_double);
+-- 
+2.33.0
+

diff --git a/dev-libs/libgudev/libgudev-237.ebuild 
b/dev-libs/libgudev/libgudev-237.ebuild
index 6f131f3140b..ceaf1ef5e86 100644
--- a/dev-libs/libgudev/libgudev-237.ebuild
+++ b/dev-libs/libgudev/libgudev-237.ebuild
@@ -28,6 +28,11 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   # https://gitlab.gnome.org/GNOME/libgudev/-/merge_requests/19
+   "${FILESDIR}/libgudev-test-double.patch"
+)
+
 multilib_src_configure() {
local emesonargs=(
$(meson_native_use_feature introspection)



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

2021-08-23 Thread Matthew Thode
commit: 9e8a6c022cf72fbb3bc016d834b17c743abc19a8
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Aug 22 15:58:01 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 23 15:25:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8a6c02

app-admin/puppetdb: install missing file

Closes: https://bugs.gentoo.org/786705
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/puppetdb/{puppetdb-7.5.0.ebuild => puppetdb-7.5.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/puppetdb/puppetdb-7.5.0.ebuild 
b/app-admin/puppetdb/puppetdb-7.5.0-r1.ebuild
similarity index 98%
rename from app-admin/puppetdb/puppetdb-7.5.0.ebuild
rename to app-admin/puppetdb/puppetdb-7.5.0-r1.ebuild
index d3f27c98cbb..5ccee6e5aca 100644
--- a/app-admin/puppetdb/puppetdb-7.5.0.ebuild
+++ b/app-admin/puppetdb/puppetdb-7.5.0-r1.ebuild
@@ -48,6 +48,7 @@ src_install() {
doins ext/config/conf.d/repl.ini
doins ext/config/conf.d/database.ini
doins ext/config/conf.d/config.ini
+   doins ext/config/conf.d/auth.conf
insopts -m0755
insinto /opt/puppetlabs/server/apps/puppetdb/scripts
doins install.sh



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-library/

2021-08-23 Thread Matthew Thode
commit: 7d4b54c098973ccbc4ed9952584a9b944dc57038
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 23 15:24:51 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 23 15:25:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4b54c0

dev-libs/icinga-php-library: install lib to correct dir

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 ...nga-php-library-0.6.1.ebuild => icinga-php-library-0.6.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild 
b/dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild
similarity index 95%
rename from dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild
rename to dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild
index dd28d6824a3..f2df581a5c4 100644
--- a/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild
+++ b/dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild
@@ -18,5 +18,6 @@ BDEPEND=""
 
 src_install() {
insinto "/usr/share/icinga-php/ipl"
-   doins -r "${S}"/vendor
+   cd "${S}"
+   doins -r *
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2021-08-23 Thread Matthew Thode
commit: 10959773be9ab657e06b589fcd1ea0665820f7f8
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 23 15:24:30 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 23 15:25:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10959773

dev-libs/icinga-php-thirdparty: install lib to correct dir

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 ...thirdparty-0.10.0.ebuild => icinga-php-thirdparty-0.10.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild 
b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
similarity index 94%
rename from dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
rename to dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
index 845e00a29bb..3b297eb0073 100644
--- a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
@@ -17,5 +17,6 @@ BDEPEND=""
 
 src_install() {
insinto "/usr/share/icinga-php/vendor"
-   doins -r "${S}"/vendor/
+   cd "${S}"
+   doins -r *
 }



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

2021-08-23 Thread Alice Ferrazzi
commit: 8201fbc8cfc7eda251a27c694640f1cc5125850a
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Aug 23 15:15:39 2021 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Aug 23 15:16:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8201fbc8

sys-kernel/rt-sources: clean old ebuild

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest | 24 --
 .../rt-sources/rt-sources-4.14.226_p109.ebuild | 54 --
 .../rt-sources/rt-sources-4.14.239_p119.ebuild | 54 --
 .../rt-sources/rt-sources-4.19.188_p77.ebuild  | 54 --
 .../rt-sources/rt-sources-4.19.196_p83.ebuild  | 54 --
 .../rt-sources/rt-sources-4.4.267_p221.ebuild  | 54 --
 .../rt-sources/rt-sources-4.4.270_p222.ebuild  | 54 --
 .../rt-sources/rt-sources-4.9.263_p177.ebuild  | 54 --
 .../rt-sources/rt-sources-4.9.275_p184.ebuild  | 54 --
 .../rt-sources/rt-sources-5.10.30_p37.ebuild   | 54 --
 .../rt-sources/rt-sources-5.10.47_p46.ebuild   | 54 --
 .../rt-sources/rt-sources-5.4.109_p56.ebuild   | 54 --
 .../rt-sources/rt-sources-5.4.129_p61.ebuild   | 54 --
 13 files changed, 672 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 2ee62b01b65..655f150fe5f 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -9,41 +9,17 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST patch-4.14.226-rt109.patch.xz 239564 BLAKE2B 
d481d3b128c2e1d1ae346829ad760ae86b7caec723723edb5dea1cb81a4c9392286a20cbcea26882e8df1a2e72717ba5a78564832245e16ff520e0eb4ff020d0
 SHA512 
155149e7e56b28cbe6a75728095e34404e2e19db4fa0d963b062489b4100909093b7ce1bf5b6e6a4ed2a031df393bceafd645039bc38a10d8c4d988245607825
-DIST patch-4.14.226.xz 4185676 BLAKE2B 
e22d2eed7809b60bb7a2737b833e677b921df3daab800dd862e74c9afdc4490b3a65eaa024ec71b02c68575d8f8c8fb9cd05fcc49323df94e97a47a3607d3586
 SHA512 
ed54187a35668b82ab6eda764fcaec3abfa666dd9ee34c1c674fd531b75b82d8dc1b59ef548264380391916804e65207f5fd68885ff8d4b6fbdef367ec9ddd3f
-DIST patch-4.14.239-rt119.patch.xz 240792 BLAKE2B 
961f72eb1cf48574754cc2edc3b893a2d37fe397ea6a518086662b8db55912676eaeaf4416c8cea48a36e88699932134a12a7a928450224b44338ae608dbf63e
 SHA512 
6dbf75beaa8ac8ed8c9dc22ab3a01d7e654eb0216eb32e14066f6aeef01ae75b83a7ad579196caee4e390e33b962c75ace78c90258c2b22c06149efa84b806df
-DIST patch-4.14.239.xz 4328180 BLAKE2B 
75c1b4410196289ce504da4422d92c27210031ae7026bba08f5c6042cdd437e97044589f89105fb27aade20271bd22e0a22189d2c5a7a3fedfb861926fd20f8b
 SHA512 
69e01fe11b21c98c4022c22ff692d266f100e720fbf30fccf492a04903139e5f2f5aef12aa234be29b7fb094f91339d37202476f6547f76809a8d2a19989cca4
 DIST patch-4.14.244-rt121.patch.xz 240852 BLAKE2B 
cc9fb8f9c1da3b79d1650265d6221e02520ba99b63cfbc818a72424368a9ed0c8fa9a96fe5d0fd35390c813f925d9dfcadebc3721a09564eb850995e15b4a6c3
 SHA512 
9e6e94312dabeecbcf1e920e88d6ed81b5c1ffb357a4fe236c907e7045ee9c13160d58bc72c39dafad7fc605bd687c917d83d4ba298718b1ad533d224a664559
 DIST patch-4.14.244.xz 4402020 BLAKE2B 
abef5c83a2fb0a3fbb7586aff107cec6b23fbc2ca8f842288165bbf8357877ea8874b28fa7b5306debf0daee406abe75e54e21abc57b0d81013219d7e79fbe10
 SHA512 
78bf4bb084febdb0ea0a25878ca286e39d1f27dae8d07ee8784bb118b2d0536c06b452ea1a0e04b7da4c7490b1baf6992f5de94fbc62c7f10c4367caec683787
-DIST patch-4.19.188-rt77.patch.xz 167348 BLAKE2B 
695cdc8b346d0e70f9ed3f47b8d2829c8ee5fda586a885f51140e0dda29d0970f71be815db43d18e866f7b809424e80c05b10365a074824cab3f5e637640c4cc
 SHA512 
7e5671c08c06f4ca1d52e8f7f67cf7e908e3d7ab58ef297a54caccd749dd6863afe8f7211027cc536635a2a59303e0ba6388ae35dc870b2cf463f039257deb45
-DIST patch-4.19.188.xz 3922492 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/obmenu-generator/

2021-08-23 Thread Ben Kohler
commit: 387d8afb91c31b9e6aafe30f6ea8c1b3b09f9589
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Aug 23 15:14:58 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Aug 23 15:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387d8afb

x11-misc/obmenu-generator: bump to 0.90

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 x11-misc/obmenu-generator/Manifest |  1 +
 .../obmenu-generator/obmenu-generator-0.90.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/x11-misc/obmenu-generator/Manifest 
b/x11-misc/obmenu-generator/Manifest
index 6c7e8b6cb4a..9b7b7733fa2 100644
--- a/x11-misc/obmenu-generator/Manifest
+++ b/x11-misc/obmenu-generator/Manifest
@@ -1 +1,2 @@
 DIST obmenu-generator-0.89.tar.gz 20583 BLAKE2B 
0513713ed08fb47b212b07a8c8d1a2e496f6962f9940f6dc8e087043276b3d80a5c305fbebbc0c0a39c9c75058bf363adb4c8739f51ff08258e63b1305a320fd
 SHA512 
a796b1a2c6a3080627129360cc67695b73ee7ce82a4e4e879b306fe45f73d9223c8a08d053e7c9c9e8fbb779c3ebad15737b81ec4dfb9a406d77ac74cecddde0
+DIST obmenu-generator-0.90.tar.gz 20649 BLAKE2B 
073b93ac427ac20ba236746bf8072988afaa293065b056ec02701cdf1bca68bbadfcdf22cccb093e73788b38ede4a386ea481705a6c7f4926060115405267cc0
 SHA512 
871be843273e51ce66c87bba5c17f50c1c67920c116663f7314b011fe55d4466acdc929b7b3a0a1fa2673b351685c9e801626b33b903cb55d48af89cf4a40bfc

diff --git a/x11-misc/obmenu-generator/obmenu-generator-0.90.ebuild 
b/x11-misc/obmenu-generator/obmenu-generator-0.90.ebuild
new file mode 100644
index 000..e3b74f93bac
--- /dev/null
+++ b/x11-misc/obmenu-generator/obmenu-generator-0.90.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit optfeature
+
+DESCRIPTION="A fast pipe/static menu generator for the Openbox Window Manager"
+HOMEPAGE="https://github.com/trizen/obmenu-generator;
+SRC_URI="https://github.com/trizen/obmenu-generator/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/perl[gdbm]
+   dev-perl/Data-Dump
+   >=dev-perl/Linux-DesktopFiles-0.90.0
+   x11-wm/openbox
+"
+
+src_install() {
+   dobin ${PN}
+
+   insinto /etc/xdg/obmenu-generator
+   doins schema.pl
+
+   dodoc README.md
+}
+
+pkg_postinst() {
+   optfeature_header "For icon (-i) functionality, install:"
+   optfeature "support via gtk+:2 (enabled via config)" dev-perl/Gtk2
+   optfeature "support via gtk+:3 (default)" dev-perl/Gtk3
+}



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

2021-08-23 Thread Alice Ferrazzi
commit: 6c150a4860685df5db2eeb3579305aebc240c21e
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Aug 23 15:11:34 2021 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Aug 23 15:11:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c150a48

sys-kernel/rt-sources: Add rt-sources 4.9.280_p186

Update to EAPI8
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-4.9.280_p186.ebuild  | 51 ++
 2 files changed, 53 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 27a45743e67..2ee62b01b65 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -31,6 +31,8 @@ DIST patch-4.9.263-rt177.patch.xz 170188 BLAKE2B 
6d8373a2064030872063942f64b4213
 DIST patch-4.9.263.xz 3915708 BLAKE2B 
6a8bdbeac9e41263b8002fa773f5c5c0877d91a6903b2f5d1895eeac6601bdca634a568ff3d258722ccba044b2d8e675cd8d3c26a2e84ee7091a063ada94eb0d
 SHA512 
e01713011651af09672fcba8683c815f339293cef986568c8da1eab3740d2ec1f8fa1526ab98f3fd4866342d62a6ce803a5c231caebb14c1a9b3f1a4cf6480e8
 DIST patch-4.9.275-rt184.patch.xz 168052 BLAKE2B 
f896a2f6ac35790e51cdd56edce2ca1d115bf3d0c78defeb2f178cf39412c4a280ce41068d340298e776226cdb436be549fdafbbb11fc5fcc1d7b0ff27340b7f
 SHA512 
82c0615e4d6ecbd12d09c014b64913115bd5b27a92788d5c7cc9f27d5de42bde304303ff9679d3486fcc25a9901dcf177dd8b7a5bc668730bde5e8ff4d3ff885
 DIST patch-4.9.275.xz 4008012 BLAKE2B 
f79df47900dda5fbf517142f9aa0d6b77e73435d3534070df323635666d74feaf362689a78982c6c04155da684abdbde1347ae3236245155d59576d81340bdcd
 SHA512 
deb78bd9699449a952486bfd155bf23f14ed68632a55923abe3e210c4ea2787c875c7975bc9b0084adfe5e34d33f334f687fa67ceec26f99c6bec70f8739deaf
+DIST patch-4.9.280-rt186.patch.xz 168092 BLAKE2B 
9d0557d213a9a60de35daa0607d5397f2c0ea086f31705d3cbf04adbb8344c0df45568948869ec7a2b544ca8c274513ab87cc87aff7f75c874ccf0fe3f3bb9ce
 SHA512 
dceee844ae73113806e7999ef285500d8e7f23511ff0074b78497d419064c05bf7f0d433d51d8ed84360c6dc91c94fe5e757f93520e184c9a27a7a1c33f7e197
+DIST patch-4.9.280.xz 4064268 BLAKE2B 
3a27eadf819451d08559df0599f63ea05329d0651ed19b4272ba40aff7f779457cbd357864714870ec7950bd460d4afaed5de802d2dcf5110500f0ad86a61f7a
 SHA512 
aeae87d6c75605da806be7cd8b39b00a56bd5f62c170d4cf394787c31de6605ac6fc085b7a7968548279fba397eedb90d817b8f5fba98bb833c6eef2639fdc8e
 DIST patch-5.10.30-rt37.patch.xz 172880 BLAKE2B 
b5cafb2cb4708ea5c093a25ce5900825435305c68dffdae10cfc1de958c9c09472bab6971c49a6236524d5bc8ba0ec1e15692b4da3210b6116eb534fc9ffd212
 SHA512 
9782f0020806f28438c4816dce8bca7fa0a90a432f583a9750b963dfb586d819d7169e9339925d665509412fcc331280b52c69b42c157d590028d6edddff069f
 DIST patch-5.10.30.xz 1037532 BLAKE2B 
0ec1aa0ea4ab96933f413236f45974084dc43ef80598afdf43675ce679ba4611e45b22bd4db93e02f5a7167865aeceb620df373dbf8de2ed4de67378993ddecc
 SHA512 
7a806161b905090759694a33432ae5a1be96ddf7f6b27c0619ff542c67c9e2c6859694751fc1e5d920dcbd96a0f6b05d0aaec71767ea4c0880afda6b71806d76
 DIST patch-5.10.47-rt46.patch.xz 173188 BLAKE2B 
b08678f6652680ba2acbcf10a4bf071e614d7e669c44314b749433c7f34450b151d8d1817286da9d1aae89d767bc0627a5ae2abcf456fcda0afa88765b4584d2
 SHA512 
98307090414b3229258cd66aeeff1004da9c4e1e61b4492108e4051792ff0cd9e92bb89a0486554437a346a783f83bf615b3c2a3b0aadf6a823dff56b41d39d7

diff --git a/sys-kernel/rt-sources/rt-sources-4.9.280_p186.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.9.280_p186.ebuild
new file mode 100644
index 000..6b7a4acca86
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.9.280_p186.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+ETYPE="sources"
+KEYWORDS="~amd64 ~arm64"
+
+HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start;
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE}
 \
+   
https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE};
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt" || die "sed failed"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT 

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

2021-08-23 Thread Alice Ferrazzi
commit: d49d2d66a2af604bc229fd4848ee82d556c78aaa
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Aug 23 14:42:20 2021 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Aug 23 14:43:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49d2d66

sys-kernel/rt-sources: Add rt-sources 5.10.59_p51

Update to EAPI8

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-5.10.59_p51.ebuild   | 52 ++
 2 files changed, 54 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 2d1e65178c7..27a45743e67 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -35,6 +35,8 @@ DIST patch-5.10.30-rt37.patch.xz 172880 BLAKE2B 
b5cafb2cb4708ea5c093a25ce5900825
 DIST patch-5.10.30.xz 1037532 BLAKE2B 
0ec1aa0ea4ab96933f413236f45974084dc43ef80598afdf43675ce679ba4611e45b22bd4db93e02f5a7167865aeceb620df373dbf8de2ed4de67378993ddecc
 SHA512 
7a806161b905090759694a33432ae5a1be96ddf7f6b27c0619ff542c67c9e2c6859694751fc1e5d920dcbd96a0f6b05d0aaec71767ea4c0880afda6b71806d76
 DIST patch-5.10.47-rt46.patch.xz 173188 BLAKE2B 
b08678f6652680ba2acbcf10a4bf071e614d7e669c44314b749433c7f34450b151d8d1817286da9d1aae89d767bc0627a5ae2abcf456fcda0afa88765b4584d2
 SHA512 
98307090414b3229258cd66aeeff1004da9c4e1e61b4492108e4051792ff0cd9e92bb89a0486554437a346a783f83bf615b3c2a3b0aadf6a823dff56b41d39d7
 DIST patch-5.10.47.xz 1555924 BLAKE2B 
2252a04c02d5dd135b6ae7be91c42564ec7ac3b4d13422e362f352b7b19f44175f1ab82b05b6a0c308584de4a5999c1df671e3b38085028c86bc84787be5aaec
 SHA512 
633f527b053cc9d10eacc96466909c16be7c7b2815f190b63f523d666c0226f1504adf5eb5fe63335624d5adab2c233e63ac80e6fa8e48a10be92303a95e0d3e
+DIST patch-5.10.59-rt51.patch.xz 173008 BLAKE2B 
7f19158343ae61357acaaf818671a478f9ef52fbe182e0d1c1578ba63eb39fdbb4e5fd96b52c77723ff44452569de60409e924fae404e98ea0c0909ea914bdec
 SHA512 
e49996b9cb38bf7b49de88d52773e47b17cfccbd20c0b7f1163b6ac2dc0ae8c68a8c4fa0e0b1753deb30474ed65d966a0016885965b8130cec31588d9ec654f4
+DIST patch-5.10.59.xz 1908080 BLAKE2B 
7eace61991b62dadb88c41f08d0392fd5dfc5ca405dbce803982b6b6a01131bac6f3b922f058a9f8bf602edc7a3dc56e271120315d1b5d0805449f51ebfe
 SHA512 
1a2aff2fbafb74ee2f6b623a1e34655bdc56acbeafa83040e77bc67b6374932ffd6ea1b6219b765ae57fbc5ff41e04f76f651489c267eacae7e971153f14a3d2
 DIST patch-5.11.4-rt11.patch.xz 129792 BLAKE2B 
bbc87d478a9635ebd5f1aae0cb010fdafbb697702e0493288dbad9f78f8f76a44eb7360066a73656e20a8acc9ff143f3600097644b0678ad92ad6aef72816c1c
 SHA512 
e37ebf7e6c0f669f35bbc96096ae37541aeb65c540caa1201fcc11ebd7b7cca1a6a5f42b92e1da4040c92f882fb7830d054051d5b37a7b178a2de5ca3e24
 DIST patch-5.11.4.xz 277800 BLAKE2B 
0f1d9783baeebbd28252eecafc88892b3f76df3f19a1193f5291e84e2bb7e1f11e9a3b093135044a7e39ff1276eedffb9b35f2666995e19369b53bf95387ac92
 SHA512 
dc4013908431289fed4153af402f33d12c2c20b1606ed08f2c1f0988953261a21385e8d9612c7def952b04727a3b8629fb7fe8c4fa2bef4862ec6f9105359790
 DIST patch-5.4.109-rt56.patch.xz 182720 BLAKE2B 
cf87f20f32b692e832e1a0a93a2c1b09ad40cae0d3c971f70f2fd82a68a43dc5b6475758a4d725b74c0116d39522a712353e6cb7efb3970bfa794b85e863731c
 SHA512 
c6a8bde71e90342d2cb7cc4a085d11c93818dac2a4c29d66b1c4f5591ee1b793a98a9eb614622882492e5ec79c0fd5f93669e9bf2c3518b4a456fc7b116dc905

diff --git a/sys-kernel/rt-sources/rt-sources-5.10.59_p51.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.10.59_p51.ebuild
new file mode 100644
index 000..bd07ae46eb1
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-5.10.59_p51.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+ETYPE="sources"
+KEYWORDS="~amd64 ~arm64"
+
+HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start;
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE}
 \
+   
https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE};
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT/g" \
+   -i "${S}/kernel/Kconfig.preempt" || die "sed failed"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact 

  1   2   >