[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-Perl-MD5/

2020-07-30 Thread Kent Fredric
commit: f3be9d704a3249dc45f9f39f6786ba608717c32b
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 05:54:56 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 05:54:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3be9d70

dev-perl/Digest-Perl-MD5: -r bump for EAPI7

- EAPI7
- Fix license
- Parallel tests
- Remove unused/empty variable assignments

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Digest-Perl-MD5-1.900.0-r1.ebuild| 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-perl/Digest-Perl-MD5/Digest-Perl-MD5-1.900.0-r1.ebuild 
b/dev-perl/Digest-Perl-MD5/Digest-Perl-MD5-1.900.0-r1.ebuild
new file mode 100644
index 000..cdd699bce72
--- /dev/null
+++ b/dev-perl/Digest-Perl-MD5/Digest-Perl-MD5-1.900.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DELTA
+DIST_VERSION=1.9
+inherit perl-module
+
+DESCRIPTION="Pure perl implementation of MD5"
+LICENSE="|| ( Artistic GPL-1+ ) RSA"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-Nilsimsa/

2020-07-30 Thread Kent Fredric
commit: 7476fb950131e1f9c8beba79cc0f56f6acf36f03
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 05:23:54 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 05:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7476fb95

dev-perl/Digest-Nilsimsa: -r bump for EAPI7 & CFLAGS love

- EAPI7
- Fix license slightly
- Ensure CFLAGS passed to make/compile
- Remove empty/unused variable assignments

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Digest-Nilsimsa-0.60.0-r3.ebuild| 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r3.ebuild 
b/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r3.ebuild
new file mode 100644
index 000..581f6868f7f
--- /dev/null
+++ b/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=VIPUL
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Perl version of Nilsimsa code"
+# Bug: https://rt.cpan.org/Ticket/Display.html?id=133085
+LICENSE="GPL-2+ LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-MD5-File/

2020-07-30 Thread Kent Fredric
commit: e01555d9b74035f2ab6f3c047d74465e4df32e4e
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 04:58:51 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 05:02:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01555d9

dev-perl/Digest-MD5-File: -r bump for EAPI7

- EAPI7
- Improve deps
- Parallel Tests
- Remove unused/empty variable assignments

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Digest-MD5-File-0.80.0-r2.ebuild| 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-perl/Digest-MD5-File/Digest-MD5-File-0.80.0-r2.ebuild 
b/dev-perl/Digest-MD5-File/Digest-MD5-File-0.80.0-r2.ebuild
new file mode 100644
index 000..848d42f2849
--- /dev/null
+++ b/dev-perl/Digest-MD5-File/Digest-MD5-File-0.80.0-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DMUEY
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Perl extension for getting MD5 sums for files and urls"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-Digest-MD5
+   dev-perl/libwww-perl
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2020-07-30 Thread Hans de Graaff
commit: 61c60783ee5e4e9ffcd81de9172a453685ef7a91
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 31 04:51:18 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 31 05:01:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c60783

dev-ruby/autoprefixer-rails: add 9.8.6

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

 dev-ruby/autoprefixer-rails/Manifest   |  1 +
 .../autoprefixer-rails-9.8.6.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/autoprefixer-rails/Manifest 
b/dev-ruby/autoprefixer-rails/Manifest
index ed15dbb8d73..c0f0ed6675d 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -6,3 +6,4 @@ DIST autoprefixer-rails-9.8.1.gem 225280 BLAKE2B 
8c6fac92414ba153fdeb974b5e82a95
 DIST autoprefixer-rails-9.8.2.gem 225280 BLAKE2B 
50ba378c775c9781cc2fe5ac4e10cdb29848613a17f1f78811518dc1f58abee9176843a412703505d2ccf15c9dae6025c07f9a60b323db2878cc44e51f6be281
 SHA512 
6ab2d6106654a41095610dbf3eb383772eaf4c4e56e8790d8207ce2b9e218f276be00a011c6976c1b7b555f691366082d9a1fbeb53dae66e3599e67b2c3cb245
 DIST autoprefixer-rails-9.8.4.gem 224768 BLAKE2B 
9d0d4691355c9d92e9e7f960549b40e19b10cf5024e7b23b6c36d99d6c48911237b289f191d0ecddf3e0cc2c12313f27ef5c4db047f5c6f6877c196b6bf75171
 SHA512 
3680da201cf4eb18eaeeeb8a9bc46af372f8aef035689525cf8354c362df23d329befa05c293d534d88eabedd984c510cf5b6753faba3184a6533a1a88cdbc5c
 DIST autoprefixer-rails-9.8.5.gem 231424 BLAKE2B 
94e695613784c954d6402b144edd08dfbec0018a02ffafe2c2e6deecc010c2193137e8ea97f00bbac35881eaf4129403cef9db78736f9618f76bcfd8df5e0598
 SHA512 
5ef382ba88b1adeb51b41e818bcc3364740809f3576db5228a73eca83829248a618c2e886f68c057d46a68861b6f1ef408f12ec6597f272533c8797273d2e324
+DIST autoprefixer-rails-9.8.6.gem 232448 BLAKE2B 
5aeae21d50710e6ca4bd0bdff8c52a9663d4d4df520a144d92dfb85b75d5b7812ff651bd35621ac8d1cd79d8d6720fa08c30fc3460cb0ab993cd783cef13112e
 SHA512 
907ce5d0782633526857229ee6164c88d9c94d52efe3c7a13a882c1c17785f5e668ce3f4a27cecea0f8f758ff8caa2011144bab4c2270de04b9cd789f858e4d8

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.6.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.6.ebuild
new file mode 100644
index 000..bc06b129057
--- /dev/null
+++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use 
website"
+HOMEPAGE="https://github.com/ai/autoprefixer-rails;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/execjs:*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rails-5.0.0
+   dev-ruby/rake
+   dev-ruby/rspec-rails
+)"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
+   sed -i -e "/Bundler/,+3d" \
+   -e '/config.sass/ s:^:#:' spec/app/config/application.rb || die
+   sed -i -e '/standard/ s:^:#:' autoprefixer-rails.gemspec || die
+   sed -i -e '1igem "tzinfo", "~>1.0"' spec/spec_helper.rb || die
+   rm -f spec/rails_spec.rb || die
+}



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

2020-07-30 Thread Hans de Graaff
commit: 86b32b0805f01744fcb4741e1119a0d38fc594fb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 31 04:56:33 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 31 05:01:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b32b08

dev-ruby/ffaker: add 2.16.0

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

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

diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest
index 673ff0008c3..4dd6c20ea1a 100644
--- a/dev-ruby/ffaker/Manifest
+++ b/dev-ruby/ffaker/Manifest
@@ -3,3 +3,4 @@ DIST ffaker-2.12.0.gem 431616 BLAKE2B 
dc060472749b1081500609e4b6a58310ca00c3bfe2
 DIST ffaker-2.13.0.gem 434688 BLAKE2B 
7b0b0af41482c85a6502a081a6d78f69a4968aa6bb844cc1eb11e7761e75331b4043319a1221b402d703405275a032a433e28249d2bbd9980ac82ca0e6e74649
 SHA512 
d5102c8fd754a102257a0223fdcda39d3791e08149ee396098c3e0c8fba50f5cf63249d14cc26305adcfb90319db785819e74fdb4366adfb0fa5701afd4edfc8
 DIST ffaker-2.14.0.gem 435200 BLAKE2B 
2268fabf518890b8fc1c9bb6fc23869840647e28a44378c9678faec509c7d5aed8671251728713b6fac4ffe76e9248609f68da5c1f050a6a5ef7d7232c012179
 SHA512 
f1fec515a766795cbb1c552e205ead016dfef409c38e84887c8b31ea1c5b9a16e0f9133788cb49d8e6a47eb15a0e8b78e9e621bdf4f414a6556fbdec9af3b949
 DIST ffaker-2.15.0.gem 437760 BLAKE2B 
6da52a04d0b5ef6b048155ea84985c3a8ca707d58cdc90514dbc0840180a7f35772120ec195ba92aae387141d314985a25222cf71e1ccf8dd1f370e34755c49a
 SHA512 
2eb01af79e0520f0272c59f69cfd7e24c6391bd29f8f183ed05282d154105118242a816e8599808b2532a9e4c6175a767b9ef1bade8382259741feb7ddb8d9c1
+DIST ffaker-2.16.0.gem 437760 BLAKE2B 
fefa8b93509d16f144e25ef334cbcd6f4abd22be56cc1dea570a47aa78fbc4d4951fd976ae555d8732b69c8387e56a311943e32f79d7ce5866db08f70a5cc7ac
 SHA512 
3f51c9a6c0dedf79695d6915f2c44d8bfcb2808bac130ae988e0b66792aa85da12cb2ea36af09c9cacef55abf0c12bef869166df8c69f19b9b508b49767da90d

diff --git a/dev-ruby/ffaker/ffaker-2.16.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.16.0.ebuild
new file mode 100644
index 000..267c5520faf
--- /dev/null
+++ b/dev-ruby/ffaker/ffaker-2.16.0.ebuild
@@ -0,0 +1,23 @@
+# 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/histogram/

2020-07-30 Thread Hans de Graaff
commit: 0eabad7ef92f243b0f2649e5a0de7155cda6c811
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 31 04:57:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 31 05:01:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eabad7e

dev-ruby/histogram: initial import of 0.2.4.1

New dependency for dev-ruby/gruff

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

 dev-ruby/histogram/Manifest |  1 +
 dev-ruby/histogram/histogram-0.2.4.1.ebuild | 19 +++
 dev-ruby/histogram/metadata.xml | 11 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-ruby/histogram/Manifest b/dev-ruby/histogram/Manifest
new file mode 100644
index 000..0538f526dc0
--- /dev/null
+++ b/dev-ruby/histogram/Manifest
@@ -0,0 +1 @@
+DIST histogram-0.2.4.1.gem 15872 BLAKE2B 
4c416b32e348564e9a938138ac22697acc480dd88e4a879cde6485acab481690cca5d8f61c1c026635a000ee45386e78169143ebca282ae3577e83da66c3e88c
 SHA512 
b2358c648f528e42419b52155273613e6da560ee839458a888d47588a442effec3ee78ad18c33de2b2eed8c6a9f84fbc5b97f7d23ff3675871e9e58770dae36b

diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild 
b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
new file mode 100644
index 000..e32c7db3908
--- /dev/null
+++ b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
@@ -0,0 +1,19 @@
+# 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="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Gives objects the ability to 'histogram' in several useful ways"
+HOMEPAGE="https://github.com/jtprince/histogram;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-ruby/histogram/metadata.xml b/dev-ruby/histogram/metadata.xml
new file mode 100644
index 000..e2bf5f673d3
--- /dev/null
+++ b/dev-ruby/histogram/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+jtprince/histogram
+  
+



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

2020-07-30 Thread Davide Pesavento
commit: c2b38d009ccd5186e6608bd0dee4078a2c9258e5
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jul 31 04:57:42 2020 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul 31 04:58:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b38d00

dev-python/PyQtWebEngine: bump to 5.15.1 snapshot

Closes: https://bugs.gentoo.org/727948
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQtWebEngine/Manifest   | 2 +-
 ...ebEngine-5.15.0.ebuild => PyQtWebEngine-5.15.1_pre2006110847.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQtWebEngine/Manifest 
b/dev-python/PyQtWebEngine/Manifest
index b4d308225b6..f267b62d52b 100644
--- a/dev-python/PyQtWebEngine/Manifest
+++ b/dev-python/PyQtWebEngine/Manifest
@@ -1,2 +1,2 @@
 DIST PyQtWebEngine-5.14.0.tar.gz 47794 BLAKE2B 
28f4a577ab5d8c1bea439b11e836008d27b4a49f31f230885013b515147a95c97e398328d1fc3a99619c3fd6eca3da7e94bf5873de9ac6511e0f59e467d4490c
 SHA512 
c5274ce5ba1c80c6851971c3e18acf33121cd5863f613bd1789fdb40323b52429b55b54f3dcbb3127c85343e11f14c004ad54711b2b59cab95fd440f90fe5f2e
-DIST PyQtWebEngine-5.15.0.tar.gz 48308 BLAKE2B 
18a0b83c245a738f144cb21ddc483646099dc6469b0ecfe634d0341c555db17724cb97901082d2d93668a9e64b9163496afba8d7928f8e49013bcdcdb3747105
 SHA512 
9bc74e4c7c49a42a5a1a75c75cf14d30e7e9202b6f98591d79dd7f47d44909a1c95a1b38cd47adc8182429c43d1d45d90b2c3d0f105b90ed7ebfbb33a2622322
+DIST PyQtWebEngine-5.15.1.dev2006110847.tar.gz 48514 BLAKE2B 
a4c4490720dcc1bf95c62e3bb9e72f2e25000a2641b64f2a0466649899f56eac0594461471ba787c332a32cda8b48cff0bddd2d4beceadfca02b1c06668e4117
 SHA512 
1f39052f22598f4fdb30ce9b9180fc145414e2e6708f2bda5a6f9166824926f91ca61070e64c4d9f880f0711a0c4c3a6a345d9904092bb13d51bd28e71fd52ab

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.0.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild
similarity index 100%
rename from dev-python/PyQtWebEngine/PyQtWebEngine-5.15.0.ebuild
rename to dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/

2020-07-30 Thread Sam James
commit: dee90ac7978ba643f0b99cdc8eadf6913ac570ee
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 04:52:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 04:52:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee90ac7

media-fonts/noto: ppc64 stable (bug #733548)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-fonts/noto/noto-20200521.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/noto/noto-20200521.ebuild 
b/media-fonts/noto/noto-20200521.ebuild
index fa93935a38d..402bfaf5f30 100644
--- a/media-fonts/noto/noto-20200521.ebuild
+++ b/media-fonts/noto/noto-20200521.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/googlei18n/noto-fonts/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~sparc ~x86"
 # Extra allows to optionally reduce disk usage even returning to tofu
 # issue as described in https://www.google.com/get/noto/
 IUSE="cjk +extra"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-MD4/

2020-07-30 Thread Kent Fredric
commit: 5bef6be5042508c8102575f03af10f6f441b3b28
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 04:41:35 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 04:41:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bef6be5

dev-perl/Digest-MD4: -r bump for EAPI7 + CFLAGS love

- EAPI7
- Fix LICENSE
- Ensure CFLAGS passed to make/compiler
- Parallel tests

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild | 27 
 1 file changed, 27 insertions(+)

diff --git a/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild 
b/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild
new file mode 100644
index 000..605c838b5f8
--- /dev/null
+++ b/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIKEM
+DIST_VERSION=1.9
+DIST_SECTION=DigestMD4
+inherit perl-module
+
+DESCRIPTION="MD4 message digest algorithm"
+LICENSE="|| ( Artistic GPL-1+ ) RSA"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-MD2/

2020-07-30 Thread Kent Fredric
commit: 7901d55641fe65e48e829ff45d29fb3d3388c6b8
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 04:18:19 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 04:18:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7901d556

dev-perl/Digest-MD2: -r bump for EAPI7 + CFLAGS love

- EAPI7
- Fix LICENSE
- Ensure CFLAGS passed to make/compile

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Digest-MD2/Digest-MD2-2.40.0-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-perl/Digest-MD2/Digest-MD2-2.40.0-r1.ebuild 
b/dev-perl/Digest-MD2/Digest-MD2-2.40.0-r1.ebuild
new file mode 100644
index 000..7700416484c
--- /dev/null
+++ b/dev-perl/Digest-MD2/Digest-MD2-2.40.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=2.04
+inherit perl-module
+
+DESCRIPTION="Perl interface to the MD2 Algorithm"
+LICENSE="|| ( Artistic GPL-1+ ) RSA"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/lilo/files/, sys-boot/lilo/

2020-07-30 Thread Joshua Kinard
commit: d5f9c57fe506f3c38fa8b4e939fc1c1a28c621a2
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri Jul 31 04:08:05 2020 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri Jul 31 04:08:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f9c57f

sys-boot/lilo: EAPI 7 and add NVME support

Signed-off-by: Joshua Kinard  gentoo.org>
Closes: https://bugs.gentoo.org/689940
Package-Manager: Portage-3.0.1, Repoman-2.3.23

 .../lilo/files/lilo-24.2-add-nvme-support.patch| 70 ++
 sys-boot/lilo/lilo-24.2.ebuild | 10 +++-
 2 files changed, 77 insertions(+), 3 deletions(-)

diff --git a/sys-boot/lilo/files/lilo-24.2-add-nvme-support.patch 
b/sys-boot/lilo/files/lilo-24.2-add-nvme-support.patch
new file mode 100644
index 000..b4d54ec9bc9
--- /dev/null
+++ b/sys-boot/lilo/files/lilo-24.2-add-nvme-support.patch
@@ -0,0 +1,70 @@
+diff -Naurp lilo-24.2.orig/src/common.h lilo-24.2/src/common.h
+--- lilo-24.2.orig/src/common.h2015-11-21 18:50:23.0 -0500
 lilo-24.2/src/common.h 2020-07-30 23:20:05.611122665 -0400
+@@ -386,7 +386,7 @@ extern char *config_file;
+ extern FILE *errstd;
+ extern FILE *pp_fd;
+ extern char *identify;/* in identify.c */
+-extern int dm_major_list[16];
++extern int dm_major_list[32];
+ extern int dm_major_nr;
+ 
+ #define crc(a,b) (~crc32((a),(b),CRC_POLY1))
+diff -Naurp lilo-24.2.orig/src/geometry.c lilo-24.2/src/geometry.c
+--- lilo-24.2.orig/src/geometry.c  2015-11-21 18:50:18.0 -0500
 lilo-24.2/src/geometry.c   2020-07-30 23:20:05.611122665 -0400
+@@ -84,8 +84,9 @@ DM_TABLE *dmtab = NULL;
+ int dm_version_nr = 0;
+ #endif
+ 
+-int dm_major_list[16];
++int dm_major_list[32]; /* increased from 16 to allow for nvme disks  */
+ int dm_major_nr;
++int nvme_pr = 0; /* set to none zero after geo_init if nvme disk present */
+ 
+ #ifdef LCF_LVM
+ struct lv_bmap {
+@@ -200,6 +201,9 @@ void geo_init(char *name)
+ 
+ while(fgets(line, (sizeof line)-1, file)) {
+   if (sscanf(line, "%d %31s\n", , major_name) != 2) continue;
++  if (strcmp(major_name, "nvme") !=0) {  /* set if nvme drive is present 
*/
++  nvme_pr=-1;
++  }
+   if (strcmp(major_name, "device-mapper") != 0) continue;
+   dm_major_list[dm_major_nr] = major;
+   if (verbose >= 3) {
+@@ -708,6 +712,22 @@ void geo_query_dev(GEOMETRY *geo,int dev
+   geo->start = hdprm.start;
+   break;
+   case MAJOR_SATA1:
++  /* check for nvme device and assume boot/this device is nvme if 
present */
++  if (nvme_pr != 0) {
++  geo->device = 0x80 + last_dev(MAJOR_IDE,64) + (MINOR(device) >> 4);
++  if (!get_all) break;
++  if (ioctl(fd,HDIO_GETGEO,) < 0)
++  die("geo_query_dev HDIO_GETGEO (dev 0x%04x): %s",device,
++strerror(errno));
++  if (all && !hdprm.sectors)
++  die("HDIO_REQ not supported for your NVME controller. Please "
++"use a DISK section");
++  geo->heads = hdprm.heads;
++  geo->cylinders = hdprm.cylinders;
++  geo->sectors = hdprm.sectors;
++  geo->start = hdprm.start;
++  break;
++  }
+   case MAJOR_SATA2:
+   printf("WARNING: SATA partition in the high region (>15):\n");
+   printf("LILO needs the kernel in one of the first 15 SATA 
partitions. If \n");
+diff -Naurp lilo-24.2.orig/src/lilo.h lilo-24.2/src/lilo.h
+--- lilo-24.2.orig/src/lilo.h  2015-11-21 18:50:20.0 -0500
 lilo-24.2/src/lilo.h   2020-07-30 23:20:05.611122665 -0400
+@@ -245,6 +245,7 @@
+ 
+ /* high partitions (>15) on SATA hard disks */
+ #define MAJOR_SATA1259/* high SATA disk partitions (Block Extended 
Major) */
++  /* also used by kernel for nvme disks */
+ #define MAJOR_SATA2260/* high SATA disk partitions (Block Extended 
Major) (obsolete) */
+ 
+ 

diff --git a/sys-boot/lilo/lilo-24.2.ebuild b/sys-boot/lilo/lilo-24.2.ebuild
index c84d6257d95..73f9ea6efbb 100644
--- a/sys-boot/lilo/lilo-24.2.ebuild
+++ b/sys-boot/lilo/lilo-24.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -25,10 +25,14 @@ DEPEND=">=sys-devel/bin86-0.15.5"
 RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
 
 src_prepare() {
+   default
+
# this patch is needed when booting PXE and the device you're using
# emulates vga console via serial console.
# IE..  B.B.o.o.o.o.t.t.i.i.n.n.g.gl.l.i.i.n.n.u.u.x.x and stair 
stepping.
-   use pxeserial && epatch "${FILESDIR}/${PN}-24.1-novga.patch"
+   use pxeserial && eapply "${FILESDIR}/${PN}-24.1-novga.patch"
+
+   eapply "${FILESDIR}/${PN}-24.2-add-nvme-support.patch"
 
# Do not strip 

[gentoo-commits] repo/gentoo:master commit in: www-misc/shellinabox/

2020-07-30 Thread Sam James
commit: b56d72b1a33034be14e23854374fd236f31f8136
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 03:59:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 03:59:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56d72b1

www-misc/shellinabox: ppc64 stable (bug #733488)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 www-misc/shellinabox/shellinabox-2.20-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/shellinabox/shellinabox-2.20-r4.ebuild 
b/www-misc/shellinabox/shellinabox-2.20-r4.ebuild
index 31b346de315..e16d94baee7 100644
--- a/www-misc/shellinabox/shellinabox-2.20-r4.ebuild
+++ b/www-misc/shellinabox/shellinabox-2.20-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 IUSE="+pam"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: ba8abcf32dbee0de3fb62e5693ceb5e0050e6dff
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 03:46:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 03:47:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8abcf3

app-misc/tmuxp: arm64 keyworded (bug #709962)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-misc/tmuxp/tmuxp-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmuxp/tmuxp-1.5.5.ebuild 
b/app-misc/tmuxp/tmuxp-1.5.5.ebuild
index badd587baf4..3808752d03c 100644
--- a/app-misc/tmuxp/tmuxp-1.5.5.ebuild
+++ b/app-misc/tmuxp/tmuxp-1.5.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: b85536534b51dd61b3469b3acf99ffeffee49287
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 03:47:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 03:47:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8553653

dev-python/kaptan: arm64 keyworded (bug #709962)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/kaptan/kaptan-0.5.12-r1.ebuild 
b/dev-python/kaptan/kaptan-0.5.12-r1.ebuild
index b915772827e..f17b75f1bba 100644
--- a/dev-python/kaptan/kaptan-0.5.12-r1.ebuild
+++ b/dev-python/kaptan/kaptan-0.5.12-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="kaptan"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${BDEPEND}



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

2020-07-30 Thread Sam James
commit: 06b20535b665364b30f91033bddae7f93e19f204
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 03:46:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 03:47:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b20535

dev-python/libtmux: arm64 keyworded (bug #709962)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/libtmux/libtmux-0.8.2-r2.ebuild 
b/dev-python/libtmux/libtmux-0.8.2-r2.ebuild
index df053c57b89..63bc25a2154 100644
--- a/dev-python/libtmux/libtmux-0.8.2-r2.ebuild
+++ b/dev-python/libtmux/libtmux-0.8.2-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> ${PN}-v${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND=">=app-misc/tmux-3.0a"
 



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

2020-07-30 Thread Sam James
commit: 683c3ce14d5c904f22139c8f4fb0e20c4fa168b2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 03:47:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 03:47:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683c3ce1

dev-python/alagitpull: arm64 keyworded (bug #709962)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild 
b/dev-python/alagitpull/alagitpull-0.0.23.ebuild
index 39ce123218c..c6a405bc837 100644
--- a/dev-python/alagitpull/alagitpull-0.0.23.ebuild
+++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull;
 SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 SLOT="0"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-HMAC/

2020-07-30 Thread Kent Fredric
commit: 11c47e1b0bade10ced921f011bf30126f6c99230
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 03:07:52 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 03:08:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c47e1b

dev-perl/Digest-HMAC: -r bump for EAPI7

- EAPI7
- Parallel tests
- Remove unused/empty variable assignments

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.ebuild 
b/dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.ebuild
new file mode 100644
index 000..f0b66cf3d5a
--- /dev/null
+++ b/dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Keyed Hashing for Message Authentication"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+RDEPEND="
+   >=virtual/perl-Digest-MD5-2.0.0
+   >=virtual/perl-Digest-SHA-1.0.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2020-07-30 Thread Sam James
commit: 07389e3f4451b528b86fb6e5bc8580d6716873bf
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:20:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:20:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07389e3f

dev-python/matplotlib: x86 stable (bug #733840)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/matplotlib/matplotlib-3.2.2.ebuild 
b/dev-python/matplotlib/matplotlib-3.2.2.ebuild
index b8e6ba6968d..681ee59e4f9 100644
--- a/dev-python/matplotlib/matplotlib-3.2.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.2.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="cairo doc excel examples gtk3 latex qt5 tk wxwidgets"
 
 # internal copy of pycxx highly patched



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

2020-07-30 Thread Sam James
commit: c09d0463755f9b2831f7231f246409c368cf92fb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:38:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:38:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09d0463

dev-python/psycopg: arm64 stable (bug #73)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/psycopg/psycopg-2.8.5.ebuild 
b/dev-python/psycopg/psycopg-2.8.5.ebuild
index 1b39da523c0..6aa831d415f 100644
--- a/dev-python/psycopg/psycopg-2.8.5.ebuild
+++ b/dev-python/psycopg/psycopg-2.8.5.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-db/postgresql-8.1:*"



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

2020-07-30 Thread Sam James
commit: 767d6b35dd738c8e2a41a961e57f875bd7da79bc
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:21:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:21:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767d6b35

dev-python/cppy: x86 stable (bug #733840)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/cppy/cppy-1.1.0.ebuild 
b/dev-python/cppy/cppy-1.1.0.ebuild
index b585f124350..44939e6de5f 100644
--- a/dev-python/cppy/cppy-1.1.0.ebuild
+++ b/dev-python/cppy/cppy-1.1.0.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 
 distutils_enable_tests pytest



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

2020-07-30 Thread Sam James
commit: ff72314ebf7c2dc3ad7235937bb7509792ede3a1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:37:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:37:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff72314e

dev-python/zstandard: arm stable (bug #734514)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/zstandard/zstandard-0.14.0.ebuild 
b/dev-python/zstandard/zstandard-0.14.0.ebuild
index 53aa31e3e8c..e134eea2351 100644
--- a/dev-python/zstandard/zstandard-0.14.0.ebuild
+++ b/dev-python/zstandard/zstandard-0.14.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND=">=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/

2020-07-30 Thread Sam James
commit: 376def45fb8a8e54c500accdaeb905303e711665
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:36:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:36:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376def45

net-dns/ddclient: arm stable (bug #734656)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-dns/ddclient/ddclient-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/ddclient/ddclient-3.9.1.ebuild 
b/net-dns/ddclient/ddclient-3.9.1.ebuild
index 1b3b4fe1091..8999892218e 100644
--- a/net-dns/ddclient/ddclient-3.9.1.ebuild
+++ b/net-dns/ddclient/ddclient-3.9.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Perl client used to update dynamic DNS entries"
 HOMEPAGE="https://ddclient.net/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="examples iproute2"



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

2020-07-30 Thread Sam James
commit: 51a35f47def6ea5016853437c44e3e8a9c6a2c9b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:20:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:20:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a35f47

dev-python/kiwisolver: x86 stable (bug #733840)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
index 576f9fd0d10..ac173716332 100644
--- a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
+++ b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/kiwi-${PV}
 
 LICENSE="Clear-BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]



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

2020-07-30 Thread Sam James
commit: 16e2b19b14572a3fffa167b733ad5706f24e70c3
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:02:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:02:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e2b19b

dev-python/numpy: arm64 stable (bug #734440)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/numpy/numpy-1.19.0.ebuild 
b/dev-python/numpy/numpy-1.19.0.ebuild
index 9136a5f663f..b57cb412393 100644
--- a/dev-python/numpy/numpy-1.19.0.ebuild
+++ b/dev-python/numpy/numpy-1.19.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 0eb82350d48bd4c168ce3d85a102893a8df738df
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:08:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:08:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb82350

dev-python/pytest-services: arm stable (bug #734472)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-services/pytest-services-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-services/pytest-services-2.1.0.ebuild 
b/dev-python/pytest-services/pytest-services-2.1.0.ebuild
index 60d08abcefa..34d042faf1b 100644
--- a/dev-python/pytest-services/pytest-services-2.1.0.ebuild
+++ b/dev-python/pytest-services/pytest-services-2.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: af84b309a225fb973354db1ac4d493a795f24987
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:10:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:10:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af84b309

dev-python/pytest-services: ALLARCHES stable (via arm, bug #734472)

Closes: https://bugs.gentoo.org/734472
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-services/pytest-services-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-services/pytest-services-2.1.0.ebuild 
b/dev-python/pytest-services/pytest-services-2.1.0.ebuild
index 34d042faf1b..08f34377147 100644
--- a/dev-python/pytest-services/pytest-services-2.1.0.ebuild
+++ b/dev-python/pytest-services/pytest-services-2.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 7c2f4f20af60b7710ab697799c7db54a01bd35f8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:12:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:12:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2f4f20

dev-python/pyzmq: arm stable (bug #734486)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild 
b/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild
index 56869da7859..b2c5bde7128 100644
--- a/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild
+++ b/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="+draft"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/

2020-07-30 Thread Sam James
commit: 6009b254f8ad34cd3fcb77c21fb96cab221a12aa
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:08:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:08:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6009b254

app-vim/vim-latex: ppc64 stable (bug #733340)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild 
b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
index 49f1bb070d5..bec0a4c35e9 100644
--- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://vim-latex.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-07-30 Thread Sam James
commit: a5209c4a65a0779852ff7b08d96f9acab2f1c756
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:02:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:02:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5209c4a

app-editors/nano: arm stable (bug #734556)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-editors/nano/nano-4.9.3.ebuild 
b/app-editors/nano/nano-4.9.3.ebuild
index e27dda0e78d..076c22b9c60 100644
--- a/app-editors/nano/nano-4.9.3.ebuild
+++ b/app-editors/nano/nano-4.9.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



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

2020-07-30 Thread Sam James
commit: ee788e77789e3152c6a80072e0abe121ae80f714
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 02:11:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 02:11:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee788e77

dev-python/dulwich: arm64 stable (bug #729614)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/dulwich/dulwich-0.19.15.ebuild 
b/dev-python/dulwich/dulwich-0.19.15.ebuild
index 4621e167028..b1b35cdbfa5 100644
--- a/dev-python/dulwich/dulwich-0.19.15.ebuild
+++ b/dev-python/dulwich/dulwich-0.19.15.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: 8c8a348fc36fbd4b485ab771dd834d1a86d96675
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:36:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:36:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8a348f

dev-python/pytest-asyncio: arm stable (bug #734468)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild 
b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
index 64dfa2878e8..3b9032bc9b9 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
>=dev-python/pytest-5.4.0"



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

2020-07-30 Thread Sam James
commit: 3051829a44db9b843db1d80b2dcac94a701758d2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:37:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:37:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3051829a

dev-python/pytest-asyncio: ALLARCHES stable (via arm, bug #734468)

Closes: https://bugs.gentoo.org/734468
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild 
b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
index 3b9032bc9b9..3b6370c3ca0 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-python/pytest-5.4.0"



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

2020-07-30 Thread Sam James
commit: a6b995625d87398e90f5f2126b610547ad86365b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:33:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:33:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b99562

dev-python/pylint: arm stable (bug #734458)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pylint/pylint-2.5.3.ebuild 
b/dev-python/pylint/pylint-2.5.3.ebuild
index d2d671ed062..ec45e1de791 100644
--- a/dev-python/pylint/pylint-2.5.3.ebuild
+++ b/dev-python/pylint/pylint-2.5.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: 3e4d551d3aa310abfc147531ad2017e3161a82fb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:34:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:34:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4d551d

dev-python/pylint: ALLARCHES stable (via arm, bug #734458)

Closes: https://bugs.gentoo.org/734458
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pylint/pylint-2.5.3.ebuild 
b/dev-python/pylint/pylint-2.5.3.ebuild
index ec45e1de791..4dec5c52ccd 100644
--- a/dev-python/pylint/pylint-2.5.3.ebuild
+++ b/dev-python/pylint/pylint-2.5.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Thomas Deutschmann
commit: 8db63b2a1df5f2e49e72366c792c4cb7487877f9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 31 01:30:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 31 01:30:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db63b2a

mail-client/thunderbird-bin: security cleanup

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

 mail-client/thunderbird-bin/Manifest   |  55 --
 .../thunderbird-bin-68.10.0-r1.ebuild  | 186 -
 2 files changed, 241 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 071bdc586a2..4043a609ace 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -1,57 +1,4 @@
 DIST lightning-68.0b6.tar.xz 1786960 BLAKE2B 
96d09f3743796aca6b01bb84d3b93f9e25e4ce92f10fbab026ab64c1e5c0a67f97f71c73df52ba1f2ea7f9acb4fdf62436843a88c501a7ce6dd1fb9d7c02bdc6
 SHA512 
876efa20219b83fc5c6badd8e7fac5e8395cbeb25cb0ed0d8971d57df4962949d9c5a1de386540fb175a1ce6ff5e9de2e36cd6c7829e97375c9c190ed56aaded
-DIST thunderbird-68.10.0-ar.xpi 617169 BLAKE2B 
b1332b1a70a7cf85b608d1cd177c3c3b65bf5246684aebf1f348649043a44c7c5e7794fab8a01cb6ed3e6a7f4eb281c31b6c3c626a358e93a7584936c630e525
 SHA512 
b8abcf0aaa8488942d195c7507b1f7763381e312b001349fe5dd3ce083a58c7f75b3e03b3beefc5dff5e07fab2b975b2084516a3d3d011c60ddbaa274716b962
-DIST thunderbird-68.10.0-ast.xpi 551300 BLAKE2B 
55815b205b5b667f09f534ac058ca3737ef4545c38d95b95c9277d5d3e1ff182bdd4659b0c04b5352316298fcb37ccdb19fb57cb1ed194095db15928afd360aa
 SHA512 
925b82a654161a4d5c216079f9fd6a7d5b93a4652e878a1e19882f99cad94dbddf44855f8a0e10d27a289733cadc6d61f42e549d3a63508fd4a3b065f08b5a1d
-DIST thunderbird-68.10.0-be.xpi 646281 BLAKE2B 
1fb7f596fb2b2f2c11910d3f6aadecb3b28c9e4fe5ca8a811a89725c8454cfd1a02dbb04b977700468d5c513416610b194ee19328545bc14fc641bd0ddb473dd
 SHA512 
19b8ebb2dfcf984435d24dd0687b16342bb3a723be3a69f94e0e31429a908dceafd89f197093d53370a7e36b83759c8ca89350c3c87f300f11017f384760
-DIST thunderbird-68.10.0-bg.xpi 646228 BLAKE2B 
b0cab8335eec58f21a13b6ae6970b07ac1070205eb5ee75e9491f59b8d42a5c486f56ef3b3105faae90835095660cf8963b43341de46e3fe8e269c1065ca0472
 SHA512 
c4a84579bb92ecd8f78bc8d831e7bfebd337ee847ffcb2d81ea9de33bc46cb9a7dd5695c0eb82b39bcb98e709ddf6eb0ed06322478cd3a2e0d18861f96a7
-DIST thunderbird-68.10.0-br.xpi 574852 BLAKE2B 
aedcbc138090f132a375f92fc9fb18b4cc943b84bf4fd7b28ff95bd1c1c4ccb90200a0b5bac96a25ed725755aeda444f5f56e6a49e9fed67ccfd074f330b48da
 SHA512 
f6f46e881d141c667d6cb357a16750f572e31cfcc99a5b150e2f7362166c45d20557c2b43e25dd49fc1ba6de4ede3988bb332fada86e81b22bbbcedd14a20698
-DIST thunderbird-68.10.0-ca.xpi 578440 BLAKE2B 
ba04528b022615f16bd54ba80d6af056747336f7a56b2ffb9562732bb8ff0a64bd4e880608f0e13d65b617ce6e3c9353bc0f3e09011d3851bd2b19e6d29e
 SHA512 
7c8be4a150cff5e4c14f0c1ab4a4ef0efc5a19a1e7bd12b273109a22188d7c76ce104775bea227fbb54f71383d59228e9f2a9ad873611b2e8f19b4616ebc9091
-DIST thunderbird-68.10.0-cs.xpi 603043 BLAKE2B 
3711a76dbd12cf670633f16997ac4bbcb17e3c821c2ecd0ec7b0718932996f81dabac01783cc25be66272a55b7ef4c245ce98516554c5f2a959eadec74cb5261
 SHA512 
689ffc46ab11a57c8316ae8bfaf467324a148d9c6eee835a934d3e237da7bbc91a48ea191815ed925c8740ac6ed2ad481eb6bacc29f6a1bfb2e60a289afaa146
-DIST thunderbird-68.10.0-cy.xpi 589903 BLAKE2B 
afb83cb52d6d4c512a06a47d44669942dca1a58b516732324e7792169848de16c3e272ad466af7c05b9d6e3a967637ff444d919064c9a1caaf2a0bf3aeae
 SHA512 
ded712c24f988499914b138c2066e9e7e58cda0a19f9d6cbbf6b8ff859024fe63a1ec14fe44a8ca7de9eb6d220f48c724250c90d3fbc50cd83cd834083646a4a
-DIST thunderbird-68.10.0-da.xpi 588349 BLAKE2B 
c7b9e91cb8af39384dfc8b85d13b1edf38a8701bbe201cb441fe08ad12fdb51ec2a02e2216c901d42dd0ad3eef898dda6530e019042788d619346b127877cbc2
 SHA512 
f93c1852d1a6aa18328cd44da78fe899ec7ac268c588d2e90e16594751b11b92bd00b08cc2eee0d91fa7824b21df9215f1d478dedd6db14d81aeb688467dfbd7
-DIST thunderbird-68.10.0-de.xpi 597804 BLAKE2B 
3d62acf68ae22ca623138c8c142f03c7b07fb23f84c47d03ff78f6d7ade2bfb210e1a503eb58b2f590257cbab6d37a4fba26762d0864e93325d724ae0619c683
 SHA512 
60deeac7e30001f4813a2c96bc0ee6218446434348c8ae5b2c9127b84b69264cadf05fe175be48a9ecb834c9fec8d5912af2d9b0e79a3191680ec94bf22d39ea
-DIST thunderbird-68.10.0-el.xpi 699224 BLAKE2B 
7d59de168a25fcb0682a8360cdb0d7a6c7a1eea5266487fac49b65f081fc0201c635654a3cdbd53f8cadafa326a33b341d012cabe235a2c592a5d56eb6a067e3
 SHA512 
4b896054b7ef13d9641090cb9cfddd6bdb34977f5d99b6d6fcfc17e70923f1117b9c2b839892589e5333ddbbe08e5c24651d813741e520a87e8225223d86
-DIST thunderbird-68.10.0-en-GB.xpi 556404 BLAKE2B 
246e8d643a7e26965718c17159edcc6b1408d68bb7c8962fe729a31d9e4dd7be62dbdeb99d3b5059b749b3a0d23fc7e4696fdf3238a34888f2efe8ebb316d3b4
 SHA512 
6d599bf5f98b9b0a0ac7de3288ce606f09b63b1c3b31204d666bc049a236dbf18a4dda052435910436be8ec49f3ecdfc4e10416a73c4af49aa70f5aa07fd647a
-DIST 

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

2020-07-30 Thread Thomas Deutschmann
commit: 67f0c7f80bf7a3f52572c19ca989d1bd0e1dbf33
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 31 01:29:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 31 01:30:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f0c7f8

mail-client/thunderbird: security cleanup

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

 mail-client/thunderbird/Manifest   |  62 --
 mail-client/thunderbird/thunderbird-68.10.0.ebuild | 830 -
 2 files changed, 892 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 3957e84e527..e8da60fb8bb 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,68 +1,6 @@
-DIST firefox-68.0-patches-14.tar.xz 17488 BLAKE2B 
697aecf97b04b45ea17ed1c1eaded95ca5064760cd0468968326f1683c10d91b76458c0f3e1ae7772b0d43c33632c03a69e5b09579284de19ecaaf7603dc2412
 SHA512 
9a601b80f747eb52ce772ec931d4f5ff0180ca1531c92d46ca116fb8218c829b9be496392e785d79106c76abef149e666cdc65204bdf1ebb7904b65264cfa6b6
 DIST firefox-68.0-patches-15.tar.xz 16060 BLAKE2B 
f9e6cd58ea51bed1af90a9d30fd551dc7e939afcd1b4d00de1271bd4bda94021c6f1799fd9945962c14ffa1fd0b6a6429369c4e45efc2000f179b9b2e46971e7
 SHA512 
9cb2479637dd8b84e0ab68dc0fe144acd2dc74feca282fd3c4b485ca6f0de8190244587622713a5421b243ccda153f738e9a8f463e87e15e93e9b725d943e128
 DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B 
bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9
 SHA512 
6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9
 DIST lightning-6.2.5.tar.xz 1745976 BLAKE2B 
31e237f8d34ab2a2ac522767460467257d1f49d15fbe24f5b80dde9fb709ffafd0c0442d99c6643ce434cf7bdf0d670447f86da9fcdadc7ada6814431ef41e8a
 SHA512 
1e997bb91d484908f225cc6e971874d308e8a8e2451a3e678f8a74bcb9e360babbd1f8aebcafb3e628ef5b10eb697ee47af2bfedbc956fee71d99084c8816235
-DIST thunderbird-68.10.0-ar.xpi 617169 BLAKE2B 
b1332b1a70a7cf85b608d1cd177c3c3b65bf5246684aebf1f348649043a44c7c5e7794fab8a01cb6ed3e6a7f4eb281c31b6c3c626a358e93a7584936c630e525
 SHA512 
b8abcf0aaa8488942d195c7507b1f7763381e312b001349fe5dd3ce083a58c7f75b3e03b3beefc5dff5e07fab2b975b2084516a3d3d011c60ddbaa274716b962
-DIST thunderbird-68.10.0-ast.xpi 551300 BLAKE2B 
55815b205b5b667f09f534ac058ca3737ef4545c38d95b95c9277d5d3e1ff182bdd4659b0c04b5352316298fcb37ccdb19fb57cb1ed194095db15928afd360aa
 SHA512 
925b82a654161a4d5c216079f9fd6a7d5b93a4652e878a1e19882f99cad94dbddf44855f8a0e10d27a289733cadc6d61f42e549d3a63508fd4a3b065f08b5a1d
-DIST thunderbird-68.10.0-be.xpi 646281 BLAKE2B 
1fb7f596fb2b2f2c11910d3f6aadecb3b28c9e4fe5ca8a811a89725c8454cfd1a02dbb04b977700468d5c513416610b194ee19328545bc14fc641bd0ddb473dd
 SHA512 
19b8ebb2dfcf984435d24dd0687b16342bb3a723be3a69f94e0e31429a908dceafd89f197093d53370a7e36b83759c8ca89350c3c87f300f11017f384760
-DIST thunderbird-68.10.0-bg.xpi 646228 BLAKE2B 
b0cab8335eec58f21a13b6ae6970b07ac1070205eb5ee75e9491f59b8d42a5c486f56ef3b3105faae90835095660cf8963b43341de46e3fe8e269c1065ca0472
 SHA512 
c4a84579bb92ecd8f78bc8d831e7bfebd337ee847ffcb2d81ea9de33bc46cb9a7dd5695c0eb82b39bcb98e709ddf6eb0ed06322478cd3a2e0d18861f96a7
-DIST thunderbird-68.10.0-br.xpi 574852 BLAKE2B 
aedcbc138090f132a375f92fc9fb18b4cc943b84bf4fd7b28ff95bd1c1c4ccb90200a0b5bac96a25ed725755aeda444f5f56e6a49e9fed67ccfd074f330b48da
 SHA512 
f6f46e881d141c667d6cb357a16750f572e31cfcc99a5b150e2f7362166c45d20557c2b43e25dd49fc1ba6de4ede3988bb332fada86e81b22bbbcedd14a20698
-DIST thunderbird-68.10.0-ca.xpi 578440 BLAKE2B 
ba04528b022615f16bd54ba80d6af056747336f7a56b2ffb9562732bb8ff0a64bd4e880608f0e13d65b617ce6e3c9353bc0f3e09011d3851bd2b19e6d29e
 SHA512 
7c8be4a150cff5e4c14f0c1ab4a4ef0efc5a19a1e7bd12b273109a22188d7c76ce104775bea227fbb54f71383d59228e9f2a9ad873611b2e8f19b4616ebc9091
-DIST thunderbird-68.10.0-cak.xpi 602711 BLAKE2B 
14688fb76b173b068fd8a96106d396c49fc94577d138e4781c5d5bce076f796a509ba0aa63d9b07ced63afd8c898b514bb95af9c0f647f81b157febf7fcf199f
 SHA512 
bb5a35677b9d2945c803d7ea3681b720eb7d371c8d33d8988ebbd403d69cf27b43f5f051ac827441c6ce7a980f90740bd75780f915af8eecad7b7e5274693fba
-DIST thunderbird-68.10.0-cs.xpi 603043 BLAKE2B 
3711a76dbd12cf670633f16997ac4bbcb17e3c821c2ecd0ec7b0718932996f81dabac01783cc25be66272a55b7ef4c245ce98516554c5f2a959eadec74cb5261
 SHA512 
689ffc46ab11a57c8316ae8bfaf467324a148d9c6eee835a934d3e237da7bbc91a48ea191815ed925c8740ac6ed2ad481eb6bacc29f6a1bfb2e60a289afaa146
-DIST thunderbird-68.10.0-cy.xpi 589903 BLAKE2B 
afb83cb52d6d4c512a06a47d44669942dca1a58b516732324e7792169848de16c3e272ad466af7c05b9d6e3a967637ff444d919064c9a1caaf2a0bf3aeae
 SHA512 
ded712c24f988499914b138c2066e9e7e58cda0a19f9d6cbbf6b8ff859024fe63a1ec14fe44a8ca7de9eb6d220f48c724250c90d3fbc50cd83cd834083646a4a
-DIST thunderbird-68.10.0-da.xpi 588349 BLAKE2B 

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

2020-07-30 Thread Thomas Deutschmann
commit: 653e7bd66cacfff407443847505f16024eb3be42
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 31 01:27:28 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 31 01:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653e7bd6

www-client/firefox: security cleanup

Bug: https://bugs.gentoo.org/734324
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest   | 186 --
 www-client/firefox/firefox-68.10.0.ebuild | 955 --
 www-client/firefox/firefox-78.0.2.ebuild  | 933 -
 3 files changed, 2074 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 0de3e8d4b51..5389f3a6e06 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,97 +1,4 @@
-DIST firefox-68.0-patches-14.tar.xz 17488 BLAKE2B 
697aecf97b04b45ea17ed1c1eaded95ca5064760cd0468968326f1683c10d91b76458c0f3e1ae7772b0d43c33632c03a69e5b09579284de19ecaaf7603dc2412
 SHA512 
9a601b80f747eb52ce772ec931d4f5ff0180ca1531c92d46ca116fb8218c829b9be496392e785d79106c76abef149e666cdc65204bdf1ebb7904b65264cfa6b6
 DIST firefox-68.0-patches-15.tar.xz 16060 BLAKE2B 
f9e6cd58ea51bed1af90a9d30fd551dc7e939afcd1b4d00de1271bd4bda94021c6f1799fd9945962c14ffa1fd0b6a6429369c4e45efc2000f179b9b2e46971e7
 SHA512 
9cb2479637dd8b84e0ab68dc0fe144acd2dc74feca282fd3c4b485ca6f0de8190244587622713a5421b243ccda153f738e9a8f463e87e15e93e9b725d943e128
-DIST firefox-68.10.0esr-ach.xpi 471592 BLAKE2B 
d8273850979ae76a04f8bf25bd3ce50d188adfd342b44bf63dfde8c06ce326f3b57ed6ca63c71d0fc287312ade2d7e7d453e08e306d798686079c4b82ca9af68
 SHA512 
d9891f5c6bf7f81284521ca253171c4fb6434f8fce61f616a1429009d067795d7c9ddda5d04e9fc2f33cf804069210ac0750459718c8db437316234a2bbdc4dd
-DIST firefox-68.10.0esr-af.xpi 450299 BLAKE2B 
16afd7b0e3ddc859d9c4a3c20864192dfcd03a175cc2c49575a2443c882e943d44ccac1a089d0d7e82f798352ea6a866da9ee45d5eb4cdf96b0aa6b6b2f11007
 SHA512 
c8bbb67f71d6748ffe80e76244278c4fb66d59618e47426d8ae1f6724288588d1297a190df0bd84a87d73bfc31f00f1210c097f413996c7674317e0038c863a8
-DIST firefox-68.10.0esr-an.xpi 482745 BLAKE2B 
bf366e9cacc3f364d3a8ef377eac8c2a588e17185adcd69465d5d464140676f664dd401d60e1b06439ea3cc8e034f3af7d93691ec2dc89bb7fd65d106570bc4e
 SHA512 
37f81d8ff56bb364192cd00a599bce6d42386dd0db71e948a27a8b7229b9b892a813599cfe0b3244176d442519a4c531d6b96ca8f5dfb517c784e34a50d3e227
-DIST firefox-68.10.0esr-ar.xpi 538837 BLAKE2B 
503e84fa58ebe5f03a4256615d8b7032fac6a02e42999e0fe93900e621d441cb01f906ce7d8429c0f51bc79cbf434373b5e1c2b4c8173131e35c08137a50727f
 SHA512 
fca3b04943169e38815df520612ea4a690443433f628f2cf5f715ce8f7611ad00a60eb25c9ad383184b284f24633081b23bbb0c1e586eb5296c6a2befdedb3e2
-DIST firefox-68.10.0esr-ast.xpi 480479 BLAKE2B 
01a0cfc0a43552d0e211eb7898f7388529a1cbefaaa60f1bd3caaf59f92271c41076a909f032320eba2d2a65b8701fec6cc63de950eb2c5b73c4f1d658fd
 SHA512 
122d5117bd247e1396a9e5a8aa06a238002acb5292d7ed9a95d963860d4ecd89419b46ccb22ad71069d6ca18be48dfe505fc53793fb56d70395106c26290e73e
-DIST firefox-68.10.0esr-az.xpi 510016 BLAKE2B 
a2990bbf43be31c4f188b1760f8fb5d79740fab3f17e5641e3636c54553abc58e95c5b0a4788b3a2bffdb0a1b8c9485699af7ef11b1998864df04e1177e6915f
 SHA512 
09bb4948cf12c3086f27bf83efdafd25a71c98049d314d0a3ddbe1707786d5f3c61e67dc5b03ea783d29fd0479cd6cbcccb2ec59d1b6d2a1aa8463f3abab4fdd
-DIST firefox-68.10.0esr-be.xpi 581913 BLAKE2B 
b036cad8a56bc442ce97526ff602db1cc41c2cbf7ceacfce754e6b881f71ebc30f4b98761ca1f45e601f73306ee25122ba94e96a1d4661264d1e594119b37afe
 SHA512 
1f0c738357516376abc489da25c66aad276e77a4b373bb54c32daae7fce97d973d2764183f2424430e7e35bcd175106204e00cbdcafa02cb35320bcc606f4fcb
-DIST firefox-68.10.0esr-bg.xpi 545025 BLAKE2B 
3b6656bae575d08778b94a8ab8b202e7f0cda783996b0032d276581496365a5d255fe35d94349258ba3884153be02ab898d390b203e61f5c6c2df1a96de6b03f
 SHA512 
b62377c7a52f197a0448a9273b5921e67602afe4658fb921fe60628476833ab81794f9510c9a658ed73c1aebcfc812f3da632e80256c2fca5ad093b977853a1e
-DIST firefox-68.10.0esr-bn.xpi 566414 BLAKE2B 
74248b2b21e44ef433e625e9afe47bfa28d7d8bb87955abbeaee4bdd0fec8a892a8e0d9dcea029ffa17d857ac4835be3cadf547304adce96e2f8753b2a11e7bb
 SHA512 
fcb200b16b834d10be56295b1cccdf0252c4e3c02b95a5dc4df7dffc065b2a73ba4e0ac6b7c7f576181f073763f959bcddcff0ebae5d472fe3e6423e317ac0e2
-DIST firefox-68.10.0esr-br.xpi 501477 BLAKE2B 
979fa7634d6a7503afbcf4b19cf12422350312cdeb844b4f72cb1075cf914297b56f3a795e6d645884d6d5b662ae5bcbabae5b9aa6c2b4e7beb406d96a4156e3
 SHA512 
8f6058d2872b76b3088d4d8a5917f91362cefff99f32033ec7d5b340fea264b0c01db47aa76ec6c8f3cd5986e931e774025b34e458d5e0c4706a07478e67a2fe
-DIST firefox-68.10.0esr-bs.xpi 482780 BLAKE2B 
a90444cf284b2738b564da372c60f3ecee59eb0455b4a17a2b333b12def6e2721b51395ceeae7d17d843152a1ca758f78a620f1c200ae13b7fa003ea9ea503a3
 SHA512 

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

2020-07-30 Thread Thomas Deutschmann
commit: 57a5245e2d1561096b5b6345d6d80029e27e6a1a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 31 01:29:13 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 31 01:30:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a5245e

mail-client/thunderbird: amd64 & x86 stable

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

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

diff --git a/mail-client/thunderbird/thunderbird-68.11.0.ebuild 
b/mail-client/thunderbird/thunderbird-68.11.0.ebuild
index 3ac3113ae4c..69386afec0e 100644
--- a/mail-client/thunderbird/thunderbird-68.11.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.11.0.ebuild
@@ -48,7 +48,7 @@ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs 
eutils \
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="https://www.mozilla.org/thunderbird;
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2020-07-30 Thread Thomas Deutschmann
commit: 62d3d650435869210b4cb709d213657c3a28ee35
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 31 01:27:58 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 31 01:30:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d3d650

www-client/firefox-bin: security cleanup

Bug: https://bugs.gentoo.org/734324
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/Manifest   | 186 --
 www-client/firefox-bin/firefox-bin-68.10.0.ebuild | 280 
 www-client/firefox-bin/firefox-bin-78.0.2.ebuild  | 296 --
 3 files changed, 762 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 4b33ff0e9ad..3fe46dc17d3 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -1,94 +1,3 @@
-DIST firefox-68.10.0esr-ach.xpi 471592 BLAKE2B 
d8273850979ae76a04f8bf25bd3ce50d188adfd342b44bf63dfde8c06ce326f3b57ed6ca63c71d0fc287312ade2d7e7d453e08e306d798686079c4b82ca9af68
 SHA512 
d9891f5c6bf7f81284521ca253171c4fb6434f8fce61f616a1429009d067795d7c9ddda5d04e9fc2f33cf804069210ac0750459718c8db437316234a2bbdc4dd
-DIST firefox-68.10.0esr-af.xpi 450299 BLAKE2B 
16afd7b0e3ddc859d9c4a3c20864192dfcd03a175cc2c49575a2443c882e943d44ccac1a089d0d7e82f798352ea6a866da9ee45d5eb4cdf96b0aa6b6b2f11007
 SHA512 
c8bbb67f71d6748ffe80e76244278c4fb66d59618e47426d8ae1f6724288588d1297a190df0bd84a87d73bfc31f00f1210c097f413996c7674317e0038c863a8
-DIST firefox-68.10.0esr-an.xpi 482745 BLAKE2B 
bf366e9cacc3f364d3a8ef377eac8c2a588e17185adcd69465d5d464140676f664dd401d60e1b06439ea3cc8e034f3af7d93691ec2dc89bb7fd65d106570bc4e
 SHA512 
37f81d8ff56bb364192cd00a599bce6d42386dd0db71e948a27a8b7229b9b892a813599cfe0b3244176d442519a4c531d6b96ca8f5dfb517c784e34a50d3e227
-DIST firefox-68.10.0esr-ar.xpi 538837 BLAKE2B 
503e84fa58ebe5f03a4256615d8b7032fac6a02e42999e0fe93900e621d441cb01f906ce7d8429c0f51bc79cbf434373b5e1c2b4c8173131e35c08137a50727f
 SHA512 
fca3b04943169e38815df520612ea4a690443433f628f2cf5f715ce8f7611ad00a60eb25c9ad383184b284f24633081b23bbb0c1e586eb5296c6a2befdedb3e2
-DIST firefox-68.10.0esr-ast.xpi 480479 BLAKE2B 
01a0cfc0a43552d0e211eb7898f7388529a1cbefaaa60f1bd3caaf59f92271c41076a909f032320eba2d2a65b8701fec6cc63de950eb2c5b73c4f1d658fd
 SHA512 
122d5117bd247e1396a9e5a8aa06a238002acb5292d7ed9a95d963860d4ecd89419b46ccb22ad71069d6ca18be48dfe505fc53793fb56d70395106c26290e73e
-DIST firefox-68.10.0esr-az.xpi 510016 BLAKE2B 
a2990bbf43be31c4f188b1760f8fb5d79740fab3f17e5641e3636c54553abc58e95c5b0a4788b3a2bffdb0a1b8c9485699af7ef11b1998864df04e1177e6915f
 SHA512 
09bb4948cf12c3086f27bf83efdafd25a71c98049d314d0a3ddbe1707786d5f3c61e67dc5b03ea783d29fd0479cd6cbcccb2ec59d1b6d2a1aa8463f3abab4fdd
-DIST firefox-68.10.0esr-be.xpi 581913 BLAKE2B 
b036cad8a56bc442ce97526ff602db1cc41c2cbf7ceacfce754e6b881f71ebc30f4b98761ca1f45e601f73306ee25122ba94e96a1d4661264d1e594119b37afe
 SHA512 
1f0c738357516376abc489da25c66aad276e77a4b373bb54c32daae7fce97d973d2764183f2424430e7e35bcd175106204e00cbdcafa02cb35320bcc606f4fcb
-DIST firefox-68.10.0esr-bg.xpi 545025 BLAKE2B 
3b6656bae575d08778b94a8ab8b202e7f0cda783996b0032d276581496365a5d255fe35d94349258ba3884153be02ab898d390b203e61f5c6c2df1a96de6b03f
 SHA512 
b62377c7a52f197a0448a9273b5921e67602afe4658fb921fe60628476833ab81794f9510c9a658ed73c1aebcfc812f3da632e80256c2fca5ad093b977853a1e
-DIST firefox-68.10.0esr-bn.xpi 566414 BLAKE2B 
74248b2b21e44ef433e625e9afe47bfa28d7d8bb87955abbeaee4bdd0fec8a892a8e0d9dcea029ffa17d857ac4835be3cadf547304adce96e2f8753b2a11e7bb
 SHA512 
fcb200b16b834d10be56295b1cccdf0252c4e3c02b95a5dc4df7dffc065b2a73ba4e0ac6b7c7f576181f073763f959bcddcff0ebae5d472fe3e6423e317ac0e2
-DIST firefox-68.10.0esr-br.xpi 501477 BLAKE2B 
979fa7634d6a7503afbcf4b19cf12422350312cdeb844b4f72cb1075cf914297b56f3a795e6d645884d6d5b662ae5bcbabae5b9aa6c2b4e7beb406d96a4156e3
 SHA512 
8f6058d2872b76b3088d4d8a5917f91362cefff99f32033ec7d5b340fea264b0c01db47aa76ec6c8f3cd5986e931e774025b34e458d5e0c4706a07478e67a2fe
-DIST firefox-68.10.0esr-bs.xpi 482780 BLAKE2B 
a90444cf284b2738b564da372c60f3ecee59eb0455b4a17a2b333b12def6e2721b51395ceeae7d17d843152a1ca758f78a620f1c200ae13b7fa003ea9ea503a3
 SHA512 
38aad1ebf0171e6a0de81b346f23356906c21f8591227386d7558e6d01fa614fad0f39f6bbabfe01898a483a7844a8adbce33b94ace7f3566113b0e3a9b56ef8
-DIST firefox-68.10.0esr-ca.xpi 499730 BLAKE2B 
0ea66796b8f0480462f02e38813779540d175d0983ecbcc5fc9534c5c29a87e91aefa09164b7e1648d299c0952608cc77f972b12624b667a83e88f62835881d1
 SHA512 
374f9c05ecd56fba9417dc1bc9e301580b1670350a67361760747fc0dbc0c0c98dfc342d7dec8ad48675329fe96261083c4a70bd0744eb40a91ffe4176b72087
-DIST firefox-68.10.0esr-cak.xpi 527170 BLAKE2B 
1772f0b1c7158e36c419938a19ba49ceb970440d4858ecbf70db885295ff415add39f29d8343c9a531dc445677088af463327fb8470c18dbb51c428c63cc715b
 SHA512 

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

2020-07-30 Thread Sam James
commit: 268d855a3d8fd06af75791bfbda5471d474aa1fd
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:28:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:28:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268d855a

app-misc/tmux: ppc64 stable (bug #731428)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-misc/tmux/tmux-3.1b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild
index abc1295a3f2..27e6a1e9579 100644
--- a/app-misc/tmux/tmux-3.1b.ebuild
+++ b/app-misc/tmux/tmux-3.1b.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
 else

SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz;
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
S="${WORKDIR}/${P/_/-}"
 fi
 



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

2020-07-30 Thread Sam James
commit: a7ff4628b44f1ce37b8b0c10aeb0a2c580d51979
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:27:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:27:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ff4628

dev-python/numpy: arm stable (bug #734440)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/numpy/numpy-1.19.0.ebuild 
b/dev-python/numpy/numpy-1.19.0.ebuild
index b539603f806..9136a5f663f 100644
--- a/dev-python/numpy/numpy-1.19.0.ebuild
+++ b/dev-python/numpy/numpy-1.19.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 7a6694d969668220932c26604d642d18a9530790
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:18:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:18:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6694d9

dev-python/pycryptodome: arm stable (bug #734454)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.9.8.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.9.8.ebuild
index a2911a04bce..008df7b3b53 100644
--- a/dev-python/pycryptodome/pycryptodome-3.9.8.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.9.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2 Unlicense"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-libs/gmp:0



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

2020-07-30 Thread Matt Turner
commit: c79ae8d8679ff772bd1e173e3c6d16964d5bcee6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 31 01:10:23 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 31 01:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79ae8d8

dev-libs/libgusb: Version bump to 0.3.5

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

 dev-libs/libgusb/Manifest |  1 +
 dev-libs/libgusb/libgusb-0.3.5.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/dev-libs/libgusb/Manifest b/dev-libs/libgusb/Manifest
index e0d6c5c0ec8..f3ca7971cbc 100644
--- a/dev-libs/libgusb/Manifest
+++ b/dev-libs/libgusb/Manifest
@@ -1,2 +1,3 @@
 DIST libgusb-0.3.3.tar.xz 38928 BLAKE2B 
711bf59db0d86879961fbba1cd87d5a8557cd4c735f3eaf80bb75f1ac55ededecb4038125428c1297942d014dfd3ea995f7cee8355150f1e90e0fec4aa92cfa9
 SHA512 
8be37283f2c1719976bbd9bc33eacf5afd4cef107a6629e8f9523b49e66ab2782d9937e4d9fa18760b9083c991c91d6126cfcfa22921b3436a9ebc3a858d855a
 DIST libgusb-0.3.4.tar.xz 40636 BLAKE2B 
8e43849395a0bce646d9b9493c883fc6db28572a75017e0309b6b2d1924bb6a978190d4b171416053cae424d272a7b43e1536abd92821198e4e7f553bb16d19f
 SHA512 
abbec6b5a5f27b5061ff165db97915d7356b23757de12b640f54741927ac860264af3daed15d4b4b5f3df494acb20695070dcb5ad104df2defdcc7229634c42f
+DIST libgusb-0.3.5.tar.xz 41340 BLAKE2B 
76a99e6877bddbc7000f13f9099456101b8fd125866b841823dd543b58196e10be80fe4472153c9ff42ad2a4faf53d13d22bdecd9f5c2bd4fd21578abbc38cad
 SHA512 
4c709a3c5215342b12b42f393aea6945e2048d4a7b137ec5b6e11b54c1ea9b8a59ba31b9110bfaf10e8924a7b41eaf5b82c417252340d012db400e8eb4c9dc1c

diff --git a/dev-libs/libgusb/libgusb-0.3.5.ebuild 
b/dev-libs/libgusb/libgusb-0.3.5.ebuild
new file mode 100644
index 000..5ec7e1e7ab8
--- /dev/null
+++ b/dev-libs/libgusb/libgusb-0.3.5.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit meson multilib-minimal python-any-r1 vala
+
+DESCRIPTION="GObject wrapper for libusb"
+HOMEPAGE="https://github.com/hughsie/libgusb;
+SRC_URI="https://people.freedesktop.org/~hughsient/releases/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="gtk-doc +introspection static-libs test +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2[${MULTILIB_USEDEP}]
+   virtual/libusb:1[udev,${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   sys-apps/hwids
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
+   gtk-doc? (
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xml-dtd:4.4
+   dev-util/gtk-doc
+   )
+   vala? ( $(vala_depend) )
+   virtual/pkgconfig
+"
+
+RESTRICT="!test? ( test )"
+
+python_check_deps() {
+   has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   use vala && vala_src_prepare
+   default
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Ddefault_library=$(usex static-libs both shared)
+   $(meson_use test tests)
+   -Dvapi=$(multilib_native_usex vala true false)
+   -Dusb_ids="${EPREFIX}"/usr/share/misc/usb.ids
+   -Ddocs=$(multilib_native_usex gtk-doc true false)
+   -Dintrospection=$(multilib_native_usex introspection true false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



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

2020-07-30 Thread Sam James
commit: a0ece749507ad93ba7a8f74fd62c6c8336d8dbff
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:10:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:10:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ece749

dev-python/twine: x86 stable (bug #733850)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/twine/twine-3.2.0.ebuild 
b/dev-python/twine/twine-3.2.0.ebuild
index 3072193f8f1..8a25eb209d9 100644
--- a/dev-python/twine/twine-3.2.0.ebuild
+++ b/dev-python/twine/twine-3.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/pypa/twine/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: 72ffb2afd1bc1636f4740a7a702ded3d2721460a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 01:09:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 01:10:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ffb2af

dev-python/rfc3986: x86 stable (bug #733850)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/rfc3986/rfc3986-1.4.0.ebuild 
b/dev-python/rfc3986/rfc3986-1.4.0.ebuild
index 1a631eeb36b..8357a6cf00f 100644
--- a/dev-python/rfc3986/rfc3986-1.4.0.ebuild
+++ b/dev-python/rfc3986/rfc3986-1.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86"
 IUSE="idna"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 3f9ac044d4237f08565be6c3a06b7f476f1df895
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:45:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:45:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9ac044

dev-python/widgetsnbextension: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild
index 52f3158a72e..2d8c5bfa734 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/notebook[${PYTHON_USEDEP}]"



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

2020-07-30 Thread Sam James
commit: b86d01d3e21de899c1c7c8662fb0508e2de10df6
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:48:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:48:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86d01d3

dev-python/ipython_genutils: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
index 7a9dc4c3442..782651a251c 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 
 distutils_enable_tests nose



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

2020-07-30 Thread Sam James
commit: dff5f842810c762fb4be114a71f8eb0be0e51a4d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:49:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:49:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff5f842

dev-python/ipyparallel: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild 
b/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild
index dbac3af1a3f..04d9ee5c365 100644
--- a/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: 8c47bdd3b64a496cb1e01f26f044d0a67dc10e46
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:50:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:50:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c47bdd3

dev-python/pandocfilters: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild
index d53f71af26e..44c87fb3b60 100644
--- a/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""



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

2020-07-30 Thread Sam James
commit: 70d4218d08081ede817c3dff05c3a4f8b6e41df3
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:46:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:46:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d4218d

dev-python/nbformat: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/nbformat/nbformat-5.0.7.ebuild 
b/dev-python/nbformat/nbformat-5.0.7.ebuild
index 12cbc903259..acd0b2fa97e 100644
--- a/dev-python/nbformat/nbformat-5.0.7.ebuild
+++ b/dev-python/nbformat/nbformat-5.0.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]



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

2020-07-30 Thread Sam James
commit: 13db3800404bc7e43e5ab5e4b82d1f5bcb3a5659
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:45:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:45:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db3800

dev-python/ipywidgets: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild 
b/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild
index 322e5589332..5f89f0e8c24 100644
--- a/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]



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

2020-07-30 Thread Sam James
commit: 0c5d382e87ce8944123c629f61def66e1f6adb7e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:46:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:46:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5d382e

dev-python/traitlets: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/traitlets/traitlets-4.3.3.ebuild 
b/dev-python/traitlets/traitlets-4.3.3.ebuild
index 87eac371cd4..2f6b12c2d50 100644
--- a/dev-python/traitlets/traitlets-4.3.3.ebuild
+++ b/dev-python/traitlets/traitlets-4.3.3.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 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 
 RDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]



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

2020-07-30 Thread Sam James
commit: 5c5c65165a9381c57e4b55ac695c8795b5de60cb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:45:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:45:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5c6516

dev-python/notebook: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/notebook/notebook-6.0.3.ebuild 
b/dev-python/notebook/notebook-6.0.3.ebuild
index 027c65c0c06..cbdc69fba95 100644
--- a/dev-python/notebook/notebook-6.0.3.ebuild
+++ b/dev-python/notebook/notebook-6.0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2020-07-30 Thread Sam James
commit: 163cc1d0ea499d0822f3aa748df996abded8f18c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:48:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:48:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163cc1d0

dev-python/jupyter_client: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
index e4d74cc06de..e964f7594bf 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 4c9503e9ed51760a72db9953e8867ea2f7ec0d2a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:47:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:47:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9503e9

dev-python/jupyter_core: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild
index 89e88b63773..3e507dadfc8 100644
--- a/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-07-30 Thread Sam James
commit: 33ea7dbb8c955d12bd0cb03c498e11b0779e8fa2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:49:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:49:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ea7dbb

dev-python/prometheus_client: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild
index 885318c1892..cbe011826f5 100644
--- a/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/client_python-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
 



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

2020-07-30 Thread Sam James
commit: 79e3e8dc7e0677ba1842086c24f2840971d3f782
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:47:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:47:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e3e8dc

dev-python/ipython: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipython/ipython-7.16.1.ebuild 
b/dev-python/ipython/ipython-7.16.1.ebuild
index 71bf966aa62..d7601926689 100644
--- a/dev-python/ipython/ipython-7.16.1.ebuild
+++ b/dev-python/ipython/ipython-7.16.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: c00f034cc22aa541cb674beb2e28f38898d0b4be
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:48:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:48:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00f034c

dev-python/nbconvert: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/nbconvert/nbconvert-5.6.1.ebuild 
b/dev-python/nbconvert/nbconvert-5.6.1.ebuild
index b39a643dcac..3efa859bc6b 100644
--- a/dev-python/nbconvert/nbconvert-5.6.1.ebuild
+++ b/dev-python/nbconvert/nbconvert-5.6.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: bcda8316c49482170d79386e6d2eefdb50bfeb29
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:50:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:50:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcda8316

dev-python/pebble: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pebble/pebble-4.5.3.ebuild 
b/dev-python/pebble/pebble-4.5.3.ebuild
index d6591b01d29..b6c7ddd95a7 100644
--- a/dev-python/pebble/pebble-4.5.3.ebuild
+++ b/dev-python/pebble/pebble-4.5.3.ebuild
@@ -17,6 +17,6 @@ S=${WORKDIR}/${P^}
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 distutils_enable_tests pytest



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

2020-07-30 Thread Sam James
commit: fb15f6e4901942e47fb53d2167b9106f8a444918
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:46:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:46:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb15f6e4

dev-python/ipykernel: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipykernel/ipykernel-5.3.0.ebuild 
b/dev-python/ipykernel/ipykernel-5.3.0.ebuild
index 0fc0e4a0f03..7648a6a775f 100644
--- a/dev-python/ipykernel/ipykernel-5.3.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-5.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 06978fd050a905038d27adade0544fc8c72351e8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:49:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:49:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06978fd0

dev-python/qtconsole: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/qtconsole/qtconsole-4.7.4.ebuild 
b/dev-python/qtconsole/qtconsole-4.7.4.ebuild
index 963b15e210a..a9b413df261 100644
--- a/dev-python/qtconsole/qtconsole-4.7.4.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.7.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/ipykernel[${PYTHON_USEDEP}]



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

2020-07-30 Thread Sam James
commit: 4601353eb2ea597a94796d7ea0f94d5934f4d53b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:28:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:28:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4601353e

dev-python/matplotlib: x86 stable (bug #714376)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/matplotlib/matplotlib-3.1.2.ebuild 
b/dev-python/matplotlib/matplotlib-3.1.2.ebuild
index eb1517ece9d..a70af567221 100644
--- a/dev-python/matplotlib/matplotlib-3.1.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.1.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="cairo doc excel examples gtk3 latex qt5 test tk wxwidgets"
 REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk )"
 # tests are fixed in 3.2.1, this version is beyond repair



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

2020-07-30 Thread Sam James
commit: 40e46a5cbb78d20aa8ef3ffa18bf79eab05f0b04
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:29:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:29:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e46a5c

dev-python/matplotlib-python2: x86 stable (bug #714376)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild 
b/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild
index 203da895b9a..a4f19edf8a8 100644
--- a/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild
+++ b/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="cairo excel gtk3 latex qt5 test tk wxwidgets"
 REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk wxwidgets )"
 



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sh/

2020-07-30 Thread Sam James
commit: 33e6e18da3d341d4410aa2a9339434190a9091ef
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:01:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:01:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e6e18d

app-eselect/eselect-sh: ALLARCHES stable (via arm, bug #734522)

Closes: https://bugs.gentoo.org/734522
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild 
b/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
index d8e637bbaa8..1220192d9de 100644
--- a/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
+++ b/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="app-eselect/eselect-lib-bin-symlink"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sh/

2020-07-30 Thread Sam James
commit: e2e93b7a3141816093d59cceaed44fc09c4871d9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:59:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:59:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e93b7a

app-eselect/eselect-sh: arm stable (bug #734522)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild 
b/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
index 2d22ada5e0b..d8e637bbaa8 100644
--- a/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
+++ b/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="app-eselect/eselect-lib-bin-symlink"



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

2020-07-30 Thread Sam James
commit: 5b08b2d405c17f1d01e816f8145c1cf66ec444ec
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:55:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:55:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b08b2d4

dev-python/psycopg: arm stable (bug #73)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/psycopg/psycopg-2.8.5.ebuild 
b/dev-python/psycopg/psycopg-2.8.5.ebuild
index 451f724542c..1b39da523c0 100644
--- a/dev-python/psycopg/psycopg-2.8.5.ebuild
+++ b/dev-python/psycopg/psycopg-2.8.5.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-db/postgresql-8.1:*"



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

2020-07-30 Thread Sam James
commit: eadf5a139ba772483e53eb71c412de5de242865a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:53:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:53:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadf5a13

dev-python/numpy: x86 stable (bug #734440)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/numpy/numpy-1.19.0.ebuild 
b/dev-python/numpy/numpy-1.19.0.ebuild
index eb27fd1bee0..b539603f806 100644
--- a/dev-python/numpy/numpy-1.19.0.ebuild
+++ b/dev-python/numpy/numpy-1.19.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 6b0169dda56747032ef5e6b33af3f4c578f54c96
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:50:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:50:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0169dd

dev-python/hypothesis: x86 stable (bug #733780)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/hypothesis/hypothesis-5.16.3.ebuild 
b/dev-python/hypothesis/hypothesis-5.16.3.ebuild
index a9539cfadd5..b906b7dbd37 100644
--- a/dev-python/hypothesis/hypothesis-5.16.3.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.16.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: b9f4f045100465575b82ab4f0d61c00e7d8762f1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:47:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:48:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f4f045

dev-python/pretty-yaml: arm stable (bug #734446)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild 
b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
index 9135bdefe03..108175ef576 100644
--- a/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
+++ b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 arm ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: a2ee3ac7d6f1617177c380196e0308a8e2dbdefa
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:48:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:48:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ee3ac7

dev-python/pretty-yaml: ALLARCHES stable (via arm, bug #734446)

Closes: https://bugs.gentoo.org/734446
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild 
b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
index 108175ef576..858b0458991 100644
--- a/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
+++ b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Craig Andrews
commit: a6098cbe582c136aad36a79d2fb01f9bbd4b4cf1
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Jul 30 23:39:17 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Jul 30 23:40:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6098cbe

net-misc/sslh: 1.21c version bump

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 net-misc/sslh/Manifest  |  1 +
 net-misc/sslh/sslh-1.21c.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/net-misc/sslh/Manifest b/net-misc/sslh/Manifest
index 16114562ed9..8c27aca6f4b 100644
--- a/net-misc/sslh/Manifest
+++ b/net-misc/sslh/Manifest
@@ -1,3 +1,4 @@
 DIST sslh-1.21.tar.gz 111298 BLAKE2B 
46003021292436023c7f2e0d9cbfb283f4ca7497f5da1562cb893a6f20df4ccaa1e6618fa2cdcc28f311518001396d861a5b50e36707327087192b0454f04287
 SHA512 
e758efc548b68ea4c50a56b6a6169f5c5bcfeb40163ff9968489ef6a3cdf2a69fa46869d1f53e24c6e31de4d44233005608dcf240968de6245653ccb068f692c
 DIST sslh-1.21b.tar.gz 111740 BLAKE2B 
5d42eab551e05ac1367da9ae85eac945657e086672712c148ee07c78af5c2a546e696d77081c7282e77c8bef535c186f89d541489f07153bd7ca2d338b341a48
 SHA512 
59bd33b47b70f82ae1ba3d6ffac3d54897dc6b7343d0d9e3bb8384adc30ac8a44a64e71590a7eecc5a83c2f70712bd79c0eb4ea8eef15ae770633dead9888c5f
+DIST sslh-1.21c.tar.gz 111895 BLAKE2B 
3ec7a4a4f8eb7ec3d22e9630070037ebef7df2cbe3657a38234573ecf4eb9f331914858f703690b094ddc1977cd80b3a5760b94004f35a2ec2c59761f6cd142e
 SHA512 
9446c6afe965684c5d6406ac8917338f57d95f8fbfacd7a51193dd5dbac77e1ed5e39eb8e2575e7025a8612b25e9fba7e64832a48c999f366875217b9328da22
 DIST sslh-v1.20.tar.gz 60459 BLAKE2B 
fafb1876df54edce99473db9305eaad77e2b726904724c9c74b3eb2fe8666c219c48b49888b05cc52f993104b69a263ba3c8a271efd1217ba6f73258caa83249
 SHA512 
eccaddd5a4299206f195c2f7a78840b2f76f8a0cf10a715b5c72f959ed5d3259fc5ea3db8d398b33f0d556d71268b15c870999d742f83383a9d49120e476770a

diff --git a/net-misc/sslh/sslh-1.21c.ebuild b/net-misc/sslh/sslh-1.21c.ebuild
new file mode 100644
index 000..f112f155149
--- /dev/null
+++ b/net-misc/sslh/sslh-1.21c.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic systemd toolchain-funcs
+
+DESCRIPTION="Port multiplexer - accept both HTTPS and SSH connections on the 
same port"
+HOMEPAGE="https://www.rutschle.net/tech/sslh/README.html;
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/yrutschle/sslh.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~x86"
+   SRC_URI="https://github.com/yrutschle/sslh/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   S=${WORKDIR}/${P}
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="caps pcre systemd tcpd"
+
+RDEPEND="caps? ( sys-libs/libcap )
+   systemd? ( sys-apps/systemd:= )
+   tcpd? ( sys-apps/tcp-wrappers )
+   >=dev-libs/libconfig-1.5"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   pcre? ( dev-libs/libpcre:= )"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i \
+   -e '/MAN/s:| gzip -9 - >:>:' \
+   -e '/MAN=sslh.8.gz/s:.gz::' \
+   Makefile || die
+}
+
+src_compile() {
+   # On older versions of GCC, the default gnu89 variant
+   # will reject within-for-loop initializers, bug #595426
+   # Furthermore, we need to use the gnu variant (gnu99) instead
+   # of the ISO (c99) variant, as we want the __USE_XOPEN2K macro
+   # to be defined.
+   append-cflags -std=gnu99
+
+   emake \
+   CC="$(tc-getCC)" \
+   USELIBPCRE=$(usev pcre) \
+   USELIBCAP=$(usev caps) \
+   USELIBWRAP=$(usev tcpd) \
+   USESYSTEMD=$(usev systemd)
+}
+
+src_install() {
+   dosbin sslh-{fork,select}
+   dosym sslh-fork /usr/sbin/sslh
+
+   doman ${PN}.8
+
+   dodoc ChangeLog README.md
+
+   newinitd "${FILESDIR}"/sslh.init.d-3 sslh
+   newconfd "${FILESDIR}"/sslh.conf.d-2 sslh
+
+   if use systemd; then
+   # Gentoo puts the binaries in /usr/sbin, but upstream puts them 
in /usr/bin
+   sed -i -e 's~/usr/bin/~/usr/sbin/~g' 
scripts/systemd.sslh.service || die
+   systemd_newunit scripts/systemd.sslh.service sslh.service
+   exeinto /usr/lib/systemd/system-generators/
+   doexe systemd-sslh-generator
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-imagedecoder-raw/

2020-07-30 Thread Sam James
commit: 19ecf3608467e416b76ebd3bbcb21589e550d03e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:36:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:36:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ecf360

media-plugins/kodi-imagedecoder-raw: arm keyworded (bug #734108)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild 
b/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild
index f66a5003e16..da5659b403d 100644
--- a/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild
+++ b/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild
@@ -17,7 +17,7 @@ case ${PV} in
DEPEND="~media-tv/kodi-"
;;
 *)
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
CODENAME="Leia"

SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"



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

2020-07-30 Thread Patrick McLean
commit: 1a3f6b58f1b9b5b1e49251d9ad989e93c3ec02d3
Author: Patrick McLean  sony  com>
AuthorDate: Thu Jul 30 23:29:08 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 30 23:29:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3f6b58

dev-python/ijson-3.1_p0: version bump, add py3{8,9}

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/ijson/Manifest|  1 +
 dev-python/ijson/ijson-3.1_p0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
index 9d45e2fcaec..2aa404d8584 100644
--- a/dev-python/ijson/Manifest
+++ b/dev-python/ijson/Manifest
@@ -1 +1,2 @@
 DIST ijson-2.5.1.tar.gz 23258 BLAKE2B 
e41cb4d903399384a1a1d18941a2ecf36e80c762e5d4e3e854e9337f3a72cab3a61576d9d5170b11e1513bd82ca0e2158b8a88d4c30855674366fbc9172c5042
 SHA512 
f8d2cf0496357d3385e2744a4604cef1fd6fcd92cbd52c8803d7e831c091c18b718ad0c1dc8735c3f10df04e25fe69ef73d6935b2df6f67845493935e2ca529e
+DIST ijson-3.1_p0.tar.gz 123536 BLAKE2B 
d8ed0da77e219aee8ca287a2ede4eccd8e965a5778ff95485376bcfdcca07b48ae5c0e22b271fad0a489342403b11716971663158f340c97b80031bb2cc8c060
 SHA512 
af2db5b3c9f2cc93aa2d15462b6476a970e5c394a8f5bd9740ebbe134e8a2fa973c95057447bd02d3c4262ddf22fc7d231840d3a91b919a1411bae07d38cfd93

diff --git a/dev-python/ijson/ijson-3.1_p0.ebuild 
b/dev-python/ijson/ijson-3.1_p0.ebuild
new file mode 100644
index 000..a8112d92707
--- /dev/null
+++ b/dev-python/ijson/ijson-3.1_p0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PV="${PV//_p/.post}"
+DESCRIPTION="Iterative JSON parser with a Pythonic interface"
+HOMEPAGE="
+   https://github.com/ICRAR/ijson
+   https://pypi.org/project/ijson/
+"
+SRC_URI="https://github.com/ICRAR/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/yajl
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2020-07-30 Thread Sam James
commit: cabed9c83b2b9a05be4ee07ff1411e5f90f38eb0
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:23:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:23:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabed9c8

dev-python/more-itertools: ALLARCHES stable (via arm, bug #734436)

Closes: https://bugs.gentoo.org/734436
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/more-itertools/more-itertools-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/more-itertools/more-itertools-8.4.0.ebuild 
b/dev-python/more-itertools/more-itertools-8.4.0.ebuild
index cc84a4496c2..ef2bb6f5b25 100644
--- a/dev-python/more-itertools/more-itertools-8.4.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-8.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2020-07-30 Thread Sam James
commit: 3deabbcb4c01fa5a12b8b2217c7ea4718c96df29
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:22:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:22:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deabbcb

dev-python/more-itertools: arm stable (bug #734436)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/more-itertools/more-itertools-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/more-itertools/more-itertools-8.4.0.ebuild 
b/dev-python/more-itertools/more-itertools-8.4.0.ebuild
index b1c4f1688de..cc84a4496c2 100644
--- a/dev-python/more-itertools/more-itertools-8.4.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-8.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2020-07-30 Thread Sam James
commit: 7acad5195b918abdd09110b4f398387915596a08
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:19:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:19:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acad519

dev-python/networkx: x86 stable (bug #727066)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/networkx/networkx-2.4-r1.ebuild 
b/dev-python/networkx/networkx-2.4-r1.ebuild
index 162e31bbac9..d5b4d47e3f4 100644
--- a/dev-python/networkx/networkx-2.4-r1.ebuild
+++ b/dev-python/networkx/networkx-2.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="examples extras pandas scipy test xml yaml"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: 6c63957d619ea03f3c08d7476330f215b71fd162
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:09:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:11:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c63957d

dev-python/pytest: arm keyworded (bug #734780)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytest/pytest-6.0.1.ebuild 
b/dev-python/pytest/pytest-6.0.1.ebuild
index e76448a70b4..af72824c17a 100644
--- a/dev-python/pytest/pytest-6.0.1.ebuild
+++ b/dev-python/pytest/pytest-6.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: d8e94b77e13116118a31d4f382d226a083998488
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 23:10:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 23:11:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e94b77

dev-python/iniconfig: arm keyworded (bug #734780)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/iniconfig/iniconfig-1.0.0.ebuild 
b/dev-python/iniconfig/iniconfig-1.0.0.ebuild
index 52b493fe771..203452b8049 100644
--- a/dev-python/iniconfig/iniconfig-1.0.0.ebuild
+++ b/dev-python/iniconfig/iniconfig-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 



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

2020-07-30 Thread Robin H. Johnson
commit: b6a980e776954dbc69640c3afc2d1204c3a8d8f5
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jul 30 23:05:33 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Jul 30 23:07:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a980e7

app-misc/ddcutil: version bump

Fixes: https://bugs.gentoo.org/713176
Fixes: https://bugs.gentoo.org/666094
Fixes: https://bugs.gentoo.org/662804
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-misc/ddcutil/Manifest |   1 +
 app-misc/ddcutil/ddcutil-0.9.9.ebuild | 114 ++
 app-misc/ddcutil/metadata.xml |   5 +-
 3 files changed, 119 insertions(+), 1 deletion(-)

diff --git a/app-misc/ddcutil/Manifest b/app-misc/ddcutil/Manifest
index e60f5f8da78..65115188f11 100644
--- a/app-misc/ddcutil/Manifest
+++ b/app-misc/ddcutil/Manifest
@@ -1,2 +1,3 @@
 DIST ddcutil-0.9.1.tar.gz 656853 BLAKE2B 
e4f11253176587cb5ee3c9647a01ab04d5a92ce4ca7a4098378318fc069e635e43c3716ace316498f64ceaaa00aa90db3b5f409b74b8d7089a7c25254c0e360d
 SHA512 
b2d5866606a4bc081d89180e910822f2a2a653a2782e3df582536ddc86c7d3dc02309dbb41f8d566f6ebdc5d82d3aa11792a04c28b3d83552b024dfd59891fda
 DIST ddcutil-0.9.5.tar.gz 681534 BLAKE2B 
6746c239738d4f8eb7fe56323816fadee9b8fa9ad2b66a8242782e0b2688182c0140b40b9eddb3b54ad32c7ff7d1f0cf9a28c5477a48d90cc39431ed82f5d443
 SHA512 
6249ebdbb398ad5a6c32f3891be8bf5328114b1ed08afd75adf4b67f10a40f19451e188ce5cd88b3153a18f317e394146a34258a7d2298f126be227d7e1c25e8
+DIST ddcutil-0.9.9.tar.gz 725207 BLAKE2B 
ad7b0b35ad4c2dae21da066e4194209579d774ded10f2dc0d8d7d3d94e70d5893c3d1f772b86ea01be510cfb8d51a657178228d028ca34ab20d344e86e0581d2
 SHA512 
f7b2b961c6b76ef59f336290b494cdd331556848de881d57e5240075d50733030df4c47131070f1276907d712a45f60dad6bebaa052a66621b8b5517ff293c21

diff --git a/app-misc/ddcutil/ddcutil-0.9.9.ebuild 
b/app-misc/ddcutil/ddcutil-0.9.9.ebuild
new file mode 100644
index 000..08aaa306dd0
--- /dev/null
+++ b/app-misc/ddcutil/ddcutil-0.9.9.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic linux-info udev user
+
+DESCRIPTION="Program for querying and changing monitor settings"
+HOMEPAGE="http://www.ddcutil.com/;
+SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="drm introspection usb-monitor user-permissions video_cards_nvidia X"
+REQUIRED_USE="drm? ( X )"
+
+RDEPEND="dev-libs/glib:2
+   sys-apps/i2c-tools
+   virtual/udev
+   drm? ( x11-libs/libdrm )
+   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+   usb-monitor? (
+   dev-libs/hidapi
+   virtual/libusb:1
+   sys-apps/usbutils
+   )
+   X? (
+   x11-libs/libXrandr
+   x11-libs/libX11
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   # This program needs /dev/ic2-* devices to communicate with the monitor.
+   CONFIG_CHECK="~I2C_CHARDEV"
+   ERROR_I2C_CHARDEV="You must enable I2C_CHARDEV in your kernel to 
continue"
+   if use usb-monitor; then
+   CONFIG_CHECK+=" ~HIDRAW ~USB_HIDDEV"
+   ERROR_HIDRAW="HIDRAW is needed to support USB monitors"
+   ERROR_I2C_CHARDEV="USB_HIDDEV is needed to support USB monitors"
+   fi
+
+   # Now do the actual checks setup above
+   check_extra_config
+}
+
+src_prepare() {
+   default
+   eautoreconf
+   sed -i -e "s#usr/local/bin#usr/bin#" 
data/etc/udev/rules.d/45-ddcutil-usb.rules || die
+}
+
+src_configure() {
+   # Bug 607818.
+   replace-flags -O3 -O2
+
+   local myeconfargs=(
+   $(use_enable drm)
+   $(use_enable usb-monitor usb)
+   $(use_enable X x11)
+   --enable-lib
+   # Please read upstream's note about the original purpose of 
these flags before re-enabling them:
+   # https://github.com/rockowitz/ddcutil/issues/128
+   # As of 0.9.9 the following no longer compile:
+   # Python3 & CFFI is already broken as of Python 3.7, with 
future removal;
+   # SWIG : Python3.7 breakage as well PyFileObject vs PyCodeObject
+   --disable-cffi
+   --disable-cython
+   --disable-swig
+   $(use_enable introspection)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   if use user-permissions; then
+   udev_dorules data/etc/udev/rules.d/45-ddcutil-i2c.rules
+   if use usb-monitor; then
+   udev_dorules data/etc/udev/rules.d/45-ddcutil-usb.rules
+   fi
+   fi
+}
+
+pkg_postinst() {
+   if use user-permissions; then
+   enewgroup i2c
+   

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

2020-07-30 Thread Sam James
commit: b127536faa1e2075f11b82634b01ef59786ccb7a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 22:52:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 22:52:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b127536f

dev-python/requests: arm stable (bug #734488)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/requests/requests-2.24.0.ebuild 
b/dev-python/requests/requests-2.24.0.ebuild
index 5264a9b6097..2c792204e07 100644
--- a/dev-python/requests/requests-2.24.0.ebuild
+++ b/dev-python/requests/requests-2.24.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="socks5 +ssl"
 
 RDEPEND="



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

2020-07-30 Thread Sam James
commit: 63109ccee9c7675bf877879c6242dd8b644e6fdc
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 22:53:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 22:53:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63109cce

dev-python/requests: ALLARCHES stable (via arm, bug #734488)

Closes: https://bugs.gentoo.org/734488
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/requests/requests-2.24.0.ebuild 
b/dev-python/requests/requests-2.24.0.ebuild
index 2c792204e07..b7c4ed017a2 100644
--- a/dev-python/requests/requests-2.24.0.ebuild
+++ b/dev-python/requests/requests-2.24.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="socks5 +ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-imagedecoder-heif/

2020-07-30 Thread Sam James
commit: edc64d6ef6305ae2e0170d601f5aafafbd3a9c10
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 22:29:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 22:43:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc64d6e

media-plugins/kodi-imagedecoder-heif: arm64 keyworded (bug #734106)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 .../kodi-imagedecoder-heif/kodi-imagedecoder-heif-1.1.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-imagedecoder-heif/kodi-imagedecoder-heif-1.1.0.ebuild 
b/media-plugins/kodi-imagedecoder-heif/kodi-imagedecoder-heif-1.1.0.ebuild
index 6c11a6d6e48..cf567b30089 100644
--- a/media-plugins/kodi-imagedecoder-heif/kodi-imagedecoder-heif-1.1.0.ebuild
+++ b/media-plugins/kodi-imagedecoder-heif/kodi-imagedecoder-heif-1.1.0.ebuild
@@ -18,7 +18,7 @@ case ${PV} in
 
;;
 *)
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
CODENAME="Leia"

SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"



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

2020-07-30 Thread Sam James
commit: b1f4fd2e47737b1f630b2c25adb4ffa0e1f6ae99
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 22:43:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 22:43:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f4fd2e

sys-apps/hwloc: arm64 stable (bug #711888)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild 
b/sys-apps/hwloc/hwloc-1.11.13.ebuild
index 6d4a1f6d102..c516245e9a9 100644
--- a/sys-apps/hwloc/hwloc-1.11.13.ebuild
+++ b/sys-apps/hwloc/hwloc-1.11.13.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
 
 # opencl support dropped with x11-drivers/ati-drivers being removed (#582406).



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

2020-07-30 Thread Sam James
commit: a9dfb7916ad1d7bf10cac51ecb19a4935927a83b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 22:48:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 22:48:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9dfb791

dev-python/hypothesis: x86 stable (bug #730372)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/hypothesis/hypothesis-5.16.0.ebuild 
b/dev-python/hypothesis/hypothesis-5.16.0.ebuild
index 51a4574e6d2..337791fc8e5 100644
--- a/dev-python/hypothesis/hypothesis-5.16.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.16.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Conrad Kostecki
commit: cdaac2680c7be4c64881bf97f61a60f9f1e99fea
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul 30 22:30:36 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul 30 22:36:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdaac268

app-misc/graphlcd-base: fix udev rule path

Also dropped g15 use flag, since it's a noop and provided by optfeature.

Closes: https://bugs.gentoo.org/734248
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../graphlcd-base/graphlcd-base-1.0.2-r1.ebuild| 89 ++
 1 file changed, 89 insertions(+)

diff --git a/app-misc/graphlcd-base/graphlcd-base-1.0.2-r1.ebuild 
b/app-misc/graphlcd-base/graphlcd-base-1.0.2-r1.ebuild
new file mode 100644
index 000..d865aa64e51
--- /dev/null
+++ b/app-misc/graphlcd-base/graphlcd-base-1.0.2-r1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic toolchain-funcs udev
+
+DESCRIPTION="Contains the lowlevel lcd drivers for GraphLCD"
+HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base;
+SRC_URI="https://projects.vdr-developer.org/git/${PN}.git/snapshot/${P}.tar.bz2;
+
+KEYWORDS="amd64 x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="fontconfig freetype graphicsmagick imagemagick lcd_devices_ax206dpf 
lcd_devices_picolcd_256x64 lcd_devices_vnc"
+REQUIRED_USE="?? ( graphicsmagick imagemagick )"
+
+RDEPEND="
+   dev-libs/libhid
+   net-libs/libvncserver
+   freetype? ( media-libs/freetype:2= )
+   fontconfig? ( media-libs/fontconfig:1.0= )
+   graphicsmagick? ( media-gfx/graphicsmagick:0/1.3 )
+   imagemagick? ( 

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

2020-07-30 Thread Conrad Kostecki
commit: a74167a10b59c6745199fe5546f93f203de93ffe
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul 30 22:35:46 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul 30 22:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74167a1

app-misc/graphlcd-base: drop old version

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild | 89 ---
 app-misc/graphlcd-base/metadata.xml   |  1 -
 2 files changed, 90 deletions(-)

diff --git a/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild 
b/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild
deleted file mode 100644
index 9aa1ba4ab64..000
--- a/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils flag-o-matic toolchain-funcs udev
-
-DESCRIPTION="Contains the lowlevel lcd drivers for GraphLCD"
-HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base;
-SRC_URI="https://projects.vdr-developer.org/git/${PN}.git/snapshot/${P}.tar.bz2;
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="fontconfig freetype g15 graphicsmagick imagemagick lcd_devices_ax206dpf 
lcd_devices_picolcd_256x64 lcd_devices_vnc"
-REQUIRED_USE="?? ( graphicsmagick imagemagick )"
-
-RDEPEND="
-   dev-libs/libhid
-   net-libs/libvncserver
-   freetype? ( media-libs/freetype:2= )
-   fontconfig? ( media-libs/fontconfig:1.0= )
-   graphicsmagick? ( media-gfx/graphicsmagick:0/1.3 )
-   imagemagick? ( 
Add support for 
media-libs/fontconfig font names.
Add support for 
media-libs/freetype.
-   Add support for app-misc/g15daemon, 
used by the Logitech G15 keyboard.
Add support for 
media-gfx/graphicsmagick.
Add support for 
media-gfx/imagemagick.




[gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/

2020-07-30 Thread James Le Cuirot
commit: ee01b2f2b3a19d7d24ce59d66a00cd8591f84cd2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jul 30 22:21:32 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jul 30 22:21:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee01b2f2

games-strategy/s25rttr: Depend on >=boost-1.73 to get nowide support

Closes: https://bugs.gentoo.org/734620
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: James Le Cuirot  gentoo.org>

 games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild 
b/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild
index 1e4ca937f0d..32b5d9271a8 100644
--- a/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild
+++ b/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
app-arch/bzip2
>=dev-lang/lua-5.1:=
-   >=dev-libs/boost-1.64:0=[nls]
+   >=dev-libs/boost-1.73:0=[nls]
>=media-libs/libsamplerate-0.1.9
>=media-libs/libsdl2-2.0.10-r2[opengl,sound,video]
media-libs/libsndfile



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-imagedecoder-raw/

2020-07-30 Thread Sam James
commit: 0d6b43b2b17d3a3d9033d3a4d3865bc795a95626
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 22:18:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 22:18:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6b43b2

media-plugins/kodi-imagedecoder-raw: arm64 keyworded (bug #734108)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild 
b/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild
index 12447a7a7c9..f66a5003e16 100644
--- a/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild
+++ b/media-plugins/kodi-imagedecoder-raw/kodi-imagedecoder-raw-2.1.2.ebuild
@@ -17,7 +17,7 @@ case ${PV} in
DEPEND="~media-tv/kodi-"
;;
 *)
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
CODENAME="Leia"

SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"



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

2020-07-30 Thread Sam James
commit: a37b5ba0c1929e5bbdc46d28d1493a3539f48d3a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 22:15:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 22:15:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37b5ba0

net-mail/mu: x86 stable (bug #733958)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-mail/mu/mu-1.4.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mu/mu-1.4.10.ebuild b/net-mail/mu/mu-1.4.10.ebuild
index 0b3ffd68928..fe038e53b67 100644
--- a/net-mail/mu/mu-1.4.10.ebuild
+++ b/net-mail/mu/mu-1.4.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="emacs guile mug"
 
 DEPEND="



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

2020-07-30 Thread Michał Górny
commit: e5f58928385bceab7deabad2d728069413dbc27b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:10:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f58928

sys-devel/llvm-common: Remove 8*

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

 sys-devel/llvm-common/Manifest |  1 -
 sys-devel/llvm-common/llvm-common-8.0.1.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 43499312fd5..082dafda8ad 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -1,4 +1,3 @@
-DIST llvm-8.0.1.src.tar.xz 30477608 BLAKE2B 
4319c837b36111401e3b0f9659b8d875c89463bcc7816df1aefe1e3ff989860bbaa92504718f8e15416cfd9f3491c13777cd5cb661877b237b342b0e515b93f5
 SHA512 
82e120be5cabdfd5111aebbea68a663fe229c8861d73802d6ab09a3bf48f60de333e07e61f8fb61beaa14ac2bea24fcd74fa6f761acaf62469f536b79fcb1e16
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151
 DIST llvmorg-11.0.0-rc1.tar.gz 122688246 BLAKE2B 
10ff3f08ff3780abb1d86ac67942e6aac52ff5daf820a2e3d23d8b79dbade1c5b1d398d0a577028d2d7c8759ab9a8b552a0305b5750310a015585c06cdadf844
 SHA512 
09564ed903902a5795fffaa4679badc30bf49739889a48074b5ae2c93bd29000cfb36a650208d5cae5d74899bade066f84b4aa023fc852eec246ff67bf64a267

diff --git a/sys-devel/llvm-common/llvm-common-8.0.1.ebuild 
b/sys-devel/llvm-common/llvm-common-8.0.1.ebuild
deleted file mode 100644
index f15962d7be2..000
--- a/sys-devel/llvm-common/llvm-common-8.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=llvm-${PV/_/}.src
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz;
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE=""
-
-RDEPEND="!sys-devel/llvm:0"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/vim" || die
-}
-
-src_configure() { :; }
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r utils/vim/*/
-   # some users may find it useful
-   newdoc utils/vim/README README.vim
-   dodoc utils/vim/vimrc
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/osl/, media-libs/osl/files/

2020-07-30 Thread Michał Górny
commit: 119c07b35e1c47c67cff033ffcf2ce30dfca0662
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:44:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:09:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119c07b3

media-libs/osl: Remove old (LLVM 8)

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

 media-libs/osl/Manifest|  1 -
 5-upstream-patch-to-find-openexr-version.patch | 76 ---
 media-libs/osl/osl-1.10.5.ebuild   | 88 --
 3 files changed, 165 deletions(-)

diff --git a/media-libs/osl/Manifest b/media-libs/osl/Manifest
index 1ccafafa6ad..2001775196d 100644
--- a/media-libs/osl/Manifest
+++ b/media-libs/osl/Manifest
@@ -1,2 +1 @@
 DIST osl-1.10.10.tar.gz 13549066 BLAKE2B 
d91360d4cde0e8f70e01aa5cbf14bd6dc30be47ba96d4f2206adb75ef8f14af6af43b00f025cbf9b9c03cfcf117380ee9bb0a93129c314b249151cd97135757b
 SHA512 
10371d9aefa786fefbae15cb9c71d7360bd903a36734840f7d0a960a615d48096b7170596bd934d10579b33d8f8398fc0e00471a10cd517c1a4a601169b2ca13
-DIST osl-1.10.5.tar.gz 13543151 BLAKE2B 
3c67834d9ab6d4d725ecde622c402707593b9aaf25f1e94f9ed6b004c28fa9b7b90cfd0d320cb2898f77f8883ac14a71310abaf63a5b06704565c5a3bdea09b4
 SHA512 
d704b623836edca4c3fe9c18f33b8d76f4625036228fc977732c600e23e16da4cb4bf311607019b251d734b63a184bde0f7726f144ecd5bcd7866938d95bfdff

diff --git 
a/media-libs/osl/files/osl-1.10.5-upstream-patch-to-find-openexr-version.patch 
b/media-libs/osl/files/osl-1.10.5-upstream-patch-to-find-openexr-version.patch
deleted file mode 100644
index cc270ff5281..000
--- 
a/media-libs/osl/files/osl-1.10.5-upstream-patch-to-find-openexr-version.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From 9efdcfafcdfbb7666171b6016b725183a71fceb0 Mon Sep 17 00:00:00 2001
-From: Bernd Waibel 
-Date: Tue, 25 Jun 2019 19:44:14 +0200
-Subject: [PATCH] src/cmake/modules/FindOpenEXR.cmake: patch to find openexr
-
-This upstream patch (see
-https://github.com/imageworks/OpenShadingLanguage/pull/1022/files)
-uses pkg-config variables to get the correct versions for openexr
-on multilib installations.
-
-Signed-off-by: Bernd Waibel 

- src/cmake/modules/FindOpenEXR.cmake | 20 +++-
- 1 file changed, 15 insertions(+), 5 deletions(-)
-
-diff --git a/src/cmake/modules/FindOpenEXR.cmake 
b/src/cmake/modules/FindOpenEXR.cmake
-index 6c6b39c..4a9de4b 100644
 a/src/cmake/modules/FindOpenEXR.cmake
-+++ b/src/cmake/modules/FindOpenEXR.cmake
-@@ -25,8 +25,12 @@ endif ()
- # Attempt to find OpenEXR with pkgconfig
- find_package(PkgConfig)
- if (PKG_CONFIG_FOUND)
--pkg_check_modules(_ILMBASE QUIET IlmBase>=2.0.0)
--pkg_check_modules(_OPENEXR QUIET OpenEXR>=2.0.0)
-+if (NOT ILMBASE_ROOT_DIR)
-+pkg_check_modules(_ILMBASE QUIET QUIET IlmBase>=2.0.0)
-+endif()
-+if (NOT OPENEXR_ROOT_DIR)
-+pkg_check_modules(_OPENEXR QUIET OpenEXR>=2.0.0)
-+endif()
- endif (PKG_CONFIG_FOUND)
- 
- # List of likely places to find the headers -- note priority override of
-@@ -60,7 +64,11 @@ find_path (OPENEXR_INCLUDE_PATH OpenEXR/OpenEXRConfig.h
- find_path (OPENEXR_INCLUDE_PATH OpenEXR/OpenEXRConfig.h)
- 
- # Try to figure out version number
--if (EXISTS "${OPENEXR_INCLUDE_PATH}/OpenEXR/ImfMultiPartInputFile.h")
-+if (DEFINED _OPENEXR_VERSION AND NOT "${_OPENEXR_VERSION}" STREQUAL "")
-+set (OPENEXR_VERSION "${_OPENEXR_VERSION}")
-+string (REGEX REPLACE "([0-9]+)\\.[0-9\\.]+" "\\1" OPENEXR_VERSION_MAJOR 
"${_OPENEXR_VERSION}")
-+string (REGEX REPLACE "[0-9]+\\.([0-9]+)(\\.[0-9]+)?" "\\1" 
OPENEXR_VERSION_MINOR "${_OPENEXR_VERSION}")
-+elseif (EXISTS "${OPENEXR_INCLUDE_PATH}/OpenEXR/ImfMultiPartInputFile.h")
- # Must be at least 2.0
- file(STRINGS "${OPENEXR_INCLUDE_PATH}/OpenEXR/OpenEXRConfig.h" TMP REGEX 
"^#define OPENEXR_VERSION_STRING .*$")
- string (REGEX MATCHALL "[0-9]+[.0-9]+" OPENEXR_VERSION ${TMP})
-@@ -93,6 +101,8 @@ set (GENERIC_LIBRARY_PATHS
- /opt/local/lib
- $ENV{PROGRAM_FILES}/OpenEXR/lib/static )
- 
-+# message (STATUS "Generic lib paths: ${GENERIC_LIBRARY_PATHS}")
-+
- # Handle request for static libs by altering CMAKE_FIND_LIBRARY_SUFFIXES.
- # We will restore it at the end of this file.
- set (_openexr_orig_suffixes ${CMAKE_FIND_LIBRARY_SUFFIXES})
-@@ -114,14 +124,14 @@ foreach (COMPONENT ${_openexr_components})
- # First try with the version embedded
- set (FULL_COMPONENT_NAME 
${COMPONENT}-${OPENEXR_VERSION_MAJOR}_${OPENEXR_VERSION_MINOR})
- find_library (OPENEXR_${UPPERCOMPONENT}_LIBRARY ${FULL_COMPONENT_NAME}
--  PATHS ${OPENEXR_LIBRARY_DIR}
-+  PATHS ${OPENEXR_LIBRARY_DIR} $ENV{OPENEXR_LIBRARY_DIR}
- ${GENERIC_LIBRARY_PATHS} NO_DEFAULT_PATH)
- # Again, with no directory restrictions
- find_library (OPENEXR_${UPPERCOMPONENT}_LIBRARY ${FULL_COMPONENT_NAME})
- # Try again without the version
- set (FULL_COMPONENT_NAME 

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

2020-07-30 Thread Michał Górny
commit: 826eb3a45e9e8462cd02099e7d770e496fd8965f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:09:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826eb3a4

sys-libs/llvm-libunwind: Remove 8*

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

 sys-libs/llvm-libunwind/Manifest   |   3 -
 .../llvm-libunwind/llvm-libunwind-8.0.1.ebuild | 143 -
 2 files changed, 146 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index c654012d5e5..082dafda8ad 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -1,6 +1,3 @@
-DIST libcxx-8.0.1.src.tar.xz 1739524 BLAKE2B 
6e641cb6bda0de12c8408d3ab33f627389ac014aa65b3391c870aa96ffd347784e6b70b953bd1ee8eba56554e0f78a723ab77b9dba5f85e6219e2b95ca50c160
 SHA512 
75749d08b2b343c6f5f9aefb04be63e42f6d12efc51101d3647ed6f70c7a6d050afb3ab2f3636eae78cb523f5844de67b960a7a3145ed89ab0c7015deb14921e
-DIST libcxxabi-8.0.1.src.tar.xz 538356 BLAKE2B 
52328c5890c9b9271877b953be30cc39be4758101e6b91ee45f06c81e960089523e80b83eb5c354336e4e0a140f7554640acf7b2d4fa619113f705108a314418
 SHA512 
577cfcb04ebb29ee84d35ed31aa8fecb28fc74b07ef7ff298f0fe2d440f823def73e092359c41d8d8600e6df18f55224ed89674d403c5ae56a7d7973487b8734
-DIST libunwind-8.0.1.src.tar.xz 87188 BLAKE2B 
26f4d8ffbc8eb316e4e623280d6fe493e4c5c29489b90633c8215fe91349de7f7f0cfbfe8991ace11656d3782e13c7208b4a4adc04691746b4140187fba40043
 SHA512 
c115582ca879e215b97d24e4aa80696796383e79856cf26e40b4ddd6b255d598f9fa9867b30f0fd1691be770779835ac1d4b9a5e4a71424b18499b79ea37d060
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151
 DIST llvmorg-11.0.0-rc1.tar.gz 122688246 BLAKE2B 
10ff3f08ff3780abb1d86ac67942e6aac52ff5daf820a2e3d23d8b79dbade1c5b1d398d0a577028d2d7c8759ab9a8b552a0305b5750310a015585c06cdadf844
 SHA512 
09564ed903902a5795fffaa4679badc30bf49739889a48074b5ae2c93bd29000cfb36a650208d5cae5d74899bade066f84b4aa023fc852eec246ff67bf64a267

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild
deleted file mode 100644
index f31969be8e5..000
--- a/sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python3_6 )
-inherit cmake-multilib llvm multiprocessing python-any-r1
-
-MY_P=libunwind-${PV/_/}.src
-LIBCXX_P=libcxx-${PV/_/}.src
-LIBCXXABI_P=libcxxabi-${PV/_/}.src
-
-DESCRIPTION="C++ runtime stack unwinder from LLVM"
-HOMEPAGE="https://github.com/llvm-mirror/libunwind;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz
-   test? (
-   
https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${LIBCXX_P}.tar.xz
-   
https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${LIBCXXABI_P}.tar.xz
 )"
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="debug +static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="!sys-libs/libunwind"
-# llvm-6 for new lit options
-DEPEND="
-   >=sys-devel/llvm-6
-   test? ( >=sys-devel/clang-3.9.0
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
-
-S=${WORKDIR}/${MY_P}
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_unpack() {
-   default
-
-   if use test; then
-   mv "${LIBCXX_P}" libcxx || die
-   mv "${LIBCXXABI_P}" libcxxabi || die
-   fi
-}
-
-multilib_src_configure() {
-   local libdir=$(get_libdir)
-
-   local mycmakeargs=(
-   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
-   -DLIBUNWIND_ENABLE_ASSERTIONS=$(usex debug)
-   -DLIBUNWIND_ENABLE_STATIC=$(usex static-libs)
-   -DLLVM_INCLUDE_TESTS=$(usex test)
-
-   # support non-native unwinding; given it's small enough,
-   # enable it unconditionally
-   

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

2020-07-30 Thread Michał Górny
commit: 1bbe2eb68da42c8fbe2b6f07213eb1ebf849e900
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:09:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbe2eb6

sys-libs/libcxxabi: Remove 8*

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

 sys-libs/libcxxabi/Manifest   |   2 -
 sys-libs/libcxxabi/libcxxabi-8.0.1.ebuild | 119 --
 2 files changed, 121 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 07b52c69a71..082dafda8ad 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -1,5 +1,3 @@
-DIST libcxx-8.0.1.src.tar.xz 1739524 BLAKE2B 
6e641cb6bda0de12c8408d3ab33f627389ac014aa65b3391c870aa96ffd347784e6b70b953bd1ee8eba56554e0f78a723ab77b9dba5f85e6219e2b95ca50c160
 SHA512 
75749d08b2b343c6f5f9aefb04be63e42f6d12efc51101d3647ed6f70c7a6d050afb3ab2f3636eae78cb523f5844de67b960a7a3145ed89ab0c7015deb14921e
-DIST libcxxabi-8.0.1.src.tar.xz 538356 BLAKE2B 
52328c5890c9b9271877b953be30cc39be4758101e6b91ee45f06c81e960089523e80b83eb5c354336e4e0a140f7554640acf7b2d4fa619113f705108a314418
 SHA512 
577cfcb04ebb29ee84d35ed31aa8fecb28fc74b07ef7ff298f0fe2d440f823def73e092359c41d8d8600e6df18f55224ed89674d403c5ae56a7d7973487b8734
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151
 DIST llvmorg-11.0.0-rc1.tar.gz 122688246 BLAKE2B 
10ff3f08ff3780abb1d86ac67942e6aac52ff5daf820a2e3d23d8b79dbade1c5b1d398d0a577028d2d7c8759ab9a8b552a0305b5750310a015585c06cdadf844
 SHA512 
09564ed903902a5795fffaa4679badc30bf49739889a48074b5ae2c93bd29000cfb36a650208d5cae5d74899bade066f84b4aa023fc852eec246ff67bf64a267

diff --git a/sys-libs/libcxxabi/libcxxabi-8.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-8.0.1.ebuild
deleted file mode 100644
index 74465117dda..000
--- a/sys-libs/libcxxabi/libcxxabi-8.0.1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib llvm multiprocessing python-any-r1
-
-MY_P=${P/_/}.src
-LIBCXX_P=libcxx-${PV/_/}.src
-
-DESCRIPTION="Low level support for a standard C++ library"
-HOMEPAGE="https://libcxxabi.llvm.org/;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz
-   
https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${LIBCXX_P}.tar.xz;
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="+libunwind +static-libs test elibc_musl"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   libunwind? (
-   || (
-   
>=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
-   
>=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
-   )
-   )"
-# llvm-6 for new lit options
-DEPEND="${RDEPEND}
-   >=sys-devel/llvm-6
-   test? ( >=sys-devel/clang-3.9.0
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
-
-S=${WORKDIR}/${MY_P}
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   llvm_pkg_setup
-   use test && python-any-r1_pkg_setup
-}
-
-src_unpack() {
-   default
-   mv "${LIBCXX_P}" libcxx || die
-}
-
-multilib_src_configure() {
-   local libdir=$(get_libdir)
-   local mycmakeargs=(
-   -DLIBCXXABI_LIBDIR_SUFFIX=${libdir#lib}
-   -DLIBCXXABI_ENABLE_SHARED=ON
-   -DLIBCXXABI_ENABLE_STATIC=$(usex static-libs)
-   -DLIBCXXABI_USE_LLVM_UNWINDER=$(usex libunwind)
-   -DLIBCXXABI_INCLUDE_TESTS=$(usex test)
-
-   -DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx/include
-   # upstream is omitting standard search path for this
-   # probably because gcc & clang are bundling their own unwind.h
-   -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
-   )
-   if use test; then
-   local clang_path=$(type -P "${CHOST:+${CHOST}-}clang" 
2>/dev/null)
-   local jobs=${LIT_JOBS:-$(makeopts_jobs 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2020-07-30 Thread Michał Górny
commit: 842efe4025a43783b75b6750c715d4cc8f4b8293
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:42:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:09:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842efe40

dev-qt/qt-creator: Remove redundant ver (LLVM 8)

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

 dev-qt/qt-creator/Manifest |   1 -
 dev-qt/qt-creator/qt-creator-4.10.1.ebuild | 201 -
 2 files changed, 202 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index 98c7d26ee6f..b681d2bfa98 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,3 +1,2 @@
-DIST qt-creator-opensource-src-4.10.1.tar.xz 26299716 BLAKE2B 
a72e05fc80cb4065851e5849f49c6ec8e35b08916e928a9fea856ba30710220d8632f4a1ffaf1d1d5e2cae8e9121ab188b8f9ed672f9c8695c9e572ae609397c
 SHA512 
ec0ac4d37e4195e906b100405869cb8e6dff618b8862d8ab620e30e034553eb944de6e4a92478ab2e67b86bd4c3e9cff6fd6051411893be36387d7821d712ce3
 DIST qt-creator-opensource-src-4.12.3.tar.xz 34351356 BLAKE2B 
7f1302df09bae10ebe1882552abd25333788d7185280e9a0c73e7da6fb8b4d929da326e42c500385fba3e044350cd46c2cf2e33e49b0cca2d9c3b4d68693115d
 SHA512 
48cd5839cff724300516f78deba3b1a7199d46d6f9a6a4c662bf2f581db167e4376a9bdd544544071591c4ee43c319c92ffcaf5ebb85412297f4144c3c7db7bf
 DIST qt-creator-opensource-src-4.8.2.tar.xz 24600872 BLAKE2B 
c686ea4f0ab981cba98319d8d7dd8eee9fd967d17e80f2602e8416145bddcbd7cae928d06a950914d677c9b2e82ed855812e66d64ce7cc998742357284f41865
 SHA512 
9900a82b1298a1cc74b33eab6a1063ed77e11f3150b8f82a72b7703b88f979e5a332efee9a622554df5238b44470e99a061b6c70f0d8cdfc352a07ce51a4c450

diff --git a/dev-qt/qt-creator/qt-creator-4.10.1.ebuild 
b/dev-qt/qt-creator/qt-creator-4.10.1.ebuild
deleted file mode 100644
index dbf46966769..000
--- a/dev-qt/qt-creator/qt-creator-4.10.1.ebuild
+++ /dev/null
@@ -1,201 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-LLVM_MAX_SLOT=8
-PLOCALES="cs da de fr ja pl ru sl uk zh-CN zh-TW"
-
-inherit llvm qmake-utils virtualx xdg
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="https://doc.qt.io/qtcreator/;
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://code.qt.io/${PN}/${PN}.git;
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-opensource-src-${MY_PV}
-   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
-   SRC_URI="https://download.qt.io/${MY_REL}_releases/${PN/-}/$(ver_cut 
1-2)/${MY_PV}/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-# TODO: unbundle sqlite and KSyntaxHighlighting
-
-QTC_PLUGINS=(android +autotest baremetal beautifier
-   
'+clang:clangcodemodel|clangformat|clangpchmanager|clangrefactoring|clangtools' 
clearcase
-   cmake:cmakeprojectmanager cppcheck cvs +designer git glsl:glsleditor 
+help ios lsp:languageclient
-   mercurial modeling:modeleditor nim perforce perfprofiler 
python:pythoneditor qbs:qbsprojectmanager
-   +qmldesigner qmlprofiler qnx remotelinux scxml:scxmleditor 
serialterminal silversearcher subversion
-   valgrind winrt)
-IUSE="doc systemd test +webengine ${QTC_PLUGINS[@]%:*}"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   clang? ( test? ( qbs ) )
-   qnx? ( remotelinux )
-"
-
-# minimum Qt version required
-QT_PV="5.12.3:5"
-
-CDEPEND="
-   >=dev-qt/qtconcurrent-${QT_PV}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
-   >=dev-qt/qtgui-${QT_PV}
-   >=dev-qt/qtnetwork-${QT_PV}[ssl]
-   >=dev-qt/qtprintsupport-${QT_PV}
-   >=dev-qt/qtquickcontrols-${QT_PV}
-   >=dev-qt/qtscript-${QT_PV}
-   >=dev-qt/qtsql-${QT_PV}[sqlite]
-   >=dev-qt/qtsvg-${QT_PV}
-   >=dev-qt/qtwidgets-${QT_PV}
-   >=dev-qt/qtx11extras-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   clang? ( sys-devel/clang:8= )
-   designer? ( >=dev-qt/designer-${QT_PV} )
-   help? (
-   >=dev-qt/qthelp-${QT_PV}
-   webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] )
-   )
-   perfprofiler? ( dev-libs/elfutils )
-   qbs? ( >=dev-util/qbs-1.13.1 )
-   serialterminal? ( >=dev-qt/qtserialport-${QT_PV} )
-   systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${CDEPEND}
-   >=dev-qt/linguist-tools-${QT_PV}
-   virtual/pkgconfig
-   doc? ( >=dev-qt/qdoc-${QT_PV} )
-   test? (
-   >=dev-qt/qtdeclarative-${QT_PV}[localstorage]
-   >=dev-qt/qtquickcontrols2-${QT_PV}
-   >=dev-qt/qttest-${QT_PV}
-   >=dev-qt/qtxmlpatterns-${QT_PV}[qml]
-   )
-"
-RDEPEND="${CDEPEND}
-   sys-devel/gdb[client,python]
-   cmake? ( dev-util/cmake )
-   cppcheck? ( dev-util/cppcheck )
-   

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

2020-07-30 Thread Michał Górny
commit: 35890e0cd4e503346b70ec267839c0bbcb0b43fb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:10:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35890e0c

sys-devel/lld: Remove 8*

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

 sys-devel/lld/Manifest |  2 --
 sys-devel/lld/lld-8.0.1.ebuild | 75 --
 2 files changed, 77 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index 9c5e86f8003..082dafda8ad 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -1,5 +1,3 @@
-DIST lld-8.0.1.src.tar.xz 996440 BLAKE2B 
9e205427f5534a69b665620b5ecf6713194421a35e3e815d257545d5a1e8a11d42e32abd685df1d439463b6e9e2dd6134755b458196edcd7c7807b89c779027d
 SHA512 
646418d4a4ce922d1a69e9bf2e472f5d758f25ec21b80a2c66dfe5effc59c9c312fb167cf64ee2d8a2ced986e7474ed3d2996a38be66fbf63c574229d28e0900
-DIST llvm-8.0.1.src.tar.xz 30477608 BLAKE2B 
4319c837b36111401e3b0f9659b8d875c89463bcc7816df1aefe1e3ff989860bbaa92504718f8e15416cfd9f3491c13777cd5cb661877b237b342b0e515b93f5
 SHA512 
82e120be5cabdfd5111aebbea68a663fe229c8861d73802d6ab09a3bf48f60de333e07e61f8fb61beaa14ac2bea24fcd74fa6f761acaf62469f536b79fcb1e16
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151
 DIST llvmorg-11.0.0-rc1.tar.gz 122688246 BLAKE2B 
10ff3f08ff3780abb1d86ac67942e6aac52ff5daf820a2e3d23d8b79dbade1c5b1d398d0a577028d2d7c8759ab9a8b552a0305b5750310a015585c06cdadf844
 SHA512 
09564ed903902a5795fffaa4679badc30bf49739889a48074b5ae2c93bd29000cfb36a650208d5cae5d74899bade066f84b4aa023fc852eec246ff67bf64a267

diff --git a/sys-devel/lld/lld-8.0.1.ebuild b/sys-devel/lld/lld-8.0.1.ebuild
deleted file mode 100644
index 5c66287966a..000
--- a/sys-devel/lld/lld-8.0.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm multiprocessing python-any-r1
-
-MY_P=${P/_/}.src
-LLVM_P=llvm-${PV/_/}.src
-
-DESCRIPTION="The LLVM linker (link editor)"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz
-   test? ( 
https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${LLVM_P}.tar.xz
 )"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="~sys-devel/llvm-${PV}"
-DEPEND="${RDEPEND}
-   test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
-
-S=${WORKDIR}/${MY_P}
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
-   use test && python-any-r1_pkg_setup
-}
-
-src_unpack() {
-   einfo "Unpacking ${MY_P}.tar.xz ..."
-   tar -xf "${DISTDIR}/${MY_P}.tar.xz" || die
-
-   if use test; then
-   einfo "Unpacking parts of ${LLVM_P}.tar.xz ..."
-   tar -xf "${DISTDIR}/${LLVM_P}.tar.xz" \
-   "${LLVM_P}"/utils/{lit,unittest} || die
-   mv "${LLVM_P}" llvm || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=ON
-
-   -DLLVM_INCLUDE_TESTS=$(usex test)
-   )
-   use test && mycmakeargs+=(
-   -DLLVM_BUILD_TESTS=ON
-   -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
-   -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
-   -DLLVM_LIT_ARGS="-vv;-j;${LIT_JOBS:-$(makeopts_jobs 
"${MAKEOPTS}" "$(get_nproc)")}"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   cmake-utils_src_make check-lld
-}



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

2020-07-30 Thread Michał Górny
commit: 61a25050e79518431dce32a0aff4570784b6a943
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:10:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a25050

dev-util/lldb: Remove 8*

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

 dev-util/lldb/Manifest |   2 -
 dev-util/lldb/lldb-8.0.1-r1.ebuild | 126 -
 2 files changed, 128 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 0779c25a9ec..082dafda8ad 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -1,5 +1,3 @@
-DIST lldb-8.0.1.src.tar.xz 19586288 BLAKE2B 
afb20a8303dcbdaf76ef1d78aa3165f87713f1c16121905d7a5f71e770ceafdff40d9d19e0a983d9290da2d4eb3acd0987d50607bea17efdb7dc0127d7f5cf8a
 SHA512 
eb031985ad4d08226ec47a90fe32c1e6d070948971ca5235fd431cf7d5b7ea20f5d5131237bf83a6419773d18c339590bf9672e7b4f884304497e63c1030988f
-DIST llvm-8.0.1.src.tar.xz 30477608 BLAKE2B 
4319c837b36111401e3b0f9659b8d875c89463bcc7816df1aefe1e3ff989860bbaa92504718f8e15416cfd9f3491c13777cd5cb661877b237b342b0e515b93f5
 SHA512 
82e120be5cabdfd5111aebbea68a663fe229c8861d73802d6ab09a3bf48f60de333e07e61f8fb61beaa14ac2bea24fcd74fa6f761acaf62469f536b79fcb1e16
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151
 DIST llvmorg-11.0.0-rc1.tar.gz 122688246 BLAKE2B 
10ff3f08ff3780abb1d86ac67942e6aac52ff5daf820a2e3d23d8b79dbade1c5b1d398d0a577028d2d7c8759ab9a8b552a0305b5750310a015585c06cdadf844
 SHA512 
09564ed903902a5795fffaa4679badc30bf49739889a48074b5ae2c93bd29000cfb36a650208d5cae5d74899bade066f84b4aa023fc852eec246ff67bf64a267

diff --git a/dev-util/lldb/lldb-8.0.1-r1.ebuild 
b/dev-util/lldb/lldb-8.0.1-r1.ebuild
deleted file mode 100644
index fa7d98390e6..000
--- a/dev-util/lldb/lldb-8.0.1-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm multiprocessing python-single-r1 \
-   toolchain-funcs
-
-MY_P=${P/_/}.src
-LLVM_P=llvm-${PV/_/}.src
-
-DESCRIPTION="The LLVM debugger"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz
-   test? ( 
https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${LLVM_P}.tar.xz
 )"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="libedit ncurses +python test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   libedit? ( dev-libs/libedit:0= )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0= )
-   python? (
-   $(python_gen_cond_dep '
-   dev-python/six[${PYTHON_MULTI_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   )
-   ~sys-devel/clang-${PV}[xml]
-   ~sys-devel/llvm-${PV}
-   !

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

2020-07-30 Thread Michał Górny
commit: e3f5c83564fa078cbe3c776c804ec43e49404647
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:10:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f5c835

sys-devel/llvmgold: Remove 8*

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

 sys-devel/llvmgold/llvmgold-8.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/sys-devel/llvmgold/llvmgold-8.ebuild 
b/sys-devel/llvmgold/llvmgold-8.ebuild
deleted file mode 100644
index 16c3fd32865..000
--- a/sys-devel/llvmgold/llvmgold-8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="LLVMgold plugin symlink for autoloading"
-HOMEPAGE="https://llvm.org/;
-SRC_URI=""
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="sys-devel/llvm:${PV}[gold]
-   !sys-devel/llvm:0"
-
-S=${WORKDIR}
-
-src_install() {
-   dodir "/usr/${CHOST}/binutils-bin/lib/bfd-plugins"
-   dosym "../../../../lib/llvm/${PV}/$(get_libdir)/LLVMgold.so" \
-   "/usr/${CHOST}/binutils-bin/lib/bfd-plugins/LLVMgold.so"
-}



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

2020-07-30 Thread Michał Górny
commit: b2d50f6b5e2dc14435d0198f1b7fc2cda5284ad7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:10:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d50f6b

dev-python/clang-python: Remove 8*

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

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

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index b3527744fa4..082dafda8ad 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -1,4 +1,3 @@
-DIST cfe-8.0.1.src.tar.xz 12810056 BLAKE2B 
88cee0b6daa477ca0473c76efc45beb634f6194ecd3f45aaec3791e26b203c5dbd33c649435e0d97924096a72c727d76915bffc0b7ea305f24d5e5f06389c4a0
 SHA512 
1227b2d32052c70b4b494659849000188fce46fc31a71f3352ba8457ac0b0b17e4bc7c8589874c8586d55aa808ee6c1fceb7df501aafa33599f8df7bfd2b791d
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151
 DIST llvmorg-11.0.0-rc1.tar.gz 122688246 BLAKE2B 
10ff3f08ff3780abb1d86ac67942e6aac52ff5daf820a2e3d23d8b79dbade1c5b1d398d0a577028d2d7c8759ab9a8b552a0305b5750310a015585c06cdadf844
 SHA512 
09564ed903902a5795fffaa4679badc30bf49739889a48074b5ae2c93bd29000cfb36a650208d5cae5d74899bade066f84b4aa023fc852eec246ff67bf64a267

diff --git a/dev-python/clang-python/clang-python-8.0.1.ebuild 
b/dev-python/clang-python/clang-python-8.0.1.ebuild
deleted file mode 100644
index 853ba7aa772..000
--- a/dev-python/clang-python/clang-python-8.0.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit python-r1
-
-MY_P=cfe-${PV/_/}.src
-DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz;
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# The module is opening libclang.so directly, and doing some blasphemy
-# on top of it.
-RDEPEND="
-   >=sys-devel/clang-${PV}:*
-   !sys-devel/llvm:0[clang(-),python(-)]
-   !sys-devel/clang:0[python(-)]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}/bindings/python
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/bindings/python" || die
-}
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
-}
-
-src_test() {
-   python_foreach_impl python_test
-}
-
-src_install() {
-   python_foreach_impl python_domodule clang
-}



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

2020-07-30 Thread Michał Górny
commit: cf4a7b3857f05892d526741bf66bfbb488f05c6f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:09:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4a7b38

sys-libs/libomp: Remove 8*

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

 sys-libs/libomp/Manifest|   1 -
 sys-libs/libomp/libomp-8.0.1.ebuild | 116 
 2 files changed, 117 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index cb1467da64f..082dafda8ad 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -2,4 +2,3 @@ DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff21988870
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151
 DIST llvmorg-11.0.0-rc1.tar.gz 122688246 BLAKE2B 
10ff3f08ff3780abb1d86ac67942e6aac52ff5daf820a2e3d23d8b79dbade1c5b1d398d0a577028d2d7c8759ab9a8b552a0305b5750310a015585c06cdadf844
 SHA512 
09564ed903902a5795fffaa4679badc30bf49739889a48074b5ae2c93bd29000cfb36a650208d5cae5d74899bade066f84b4aa023fc852eec246ff67bf64a267
 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B 
b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f
 SHA512 
fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59
-DIST openmp-8.0.1.src.tar.xz 933320 BLAKE2B 
02a7bf70cd3a217845ef1c5a35e0d7dbfbb39069a9029d462c797b5ddf2240fd627dee55856146ca4bb81622a41f31ecd11e0ed66baf3b7d99447087271991b0
 SHA512 
9ded785c8129e7b3a70b54f07c4dde529456edcc94904ad77fc578cf7f096cfa3ff2279959d7f7f1db51571e11c53375f33b597c7f36ce6dc6b512c44ced8026

diff --git a/sys-libs/libomp/libomp-8.0.1.ebuild 
b/sys-libs/libomp/libomp-8.0.1.ebuild
deleted file mode 100644
index 0cb1ed1a721..000
--- a/sys-libs/libomp/libomp-8.0.1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib linux-info multiprocessing python-any-r1
-
-MY_P=openmp-${PV}.src
-DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
-HOMEPAGE="https://openmp.llvm.org;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz;
-
-# Additional licenses:
-# - MIT-licensed Intel code,
-# - LLVM Software Grant from Intel.
-
-LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos"
-IUSE="cuda hwloc kernel_linux offload ompt test"
-# CUDA works only with the x86_64 ABI
-REQUIRED_USE="offload? ( cuda? ( abi_x86_64 ) )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )
-   offload? (
-   virtual/libelf:=[${MULTILIB_USEDEP}]
-   dev-libs/libffi:=[${MULTILIB_USEDEP}]
-   cuda? ( dev-util/nvidia-cuda-toolkit:= )
-   )"
-# tests:
-# - dev-python/lit provides the test runner
-# - sys-devel/llvm provide test utils (e.g. FileCheck)
-# - sys-devel/clang provides the compiler to run tests
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   offload? ( virtual/pkgconfig )
-   test? (
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
-   >=sys-devel/clang-6
-   )"
-
-S=${WORKDIR}/${MY_P}
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-kernel_pds_check() {
-   if use kernel_linux && kernel_is -lt 4 15 && kernel_is -ge 4 13; then
-   local CONFIG_CHECK="~!SCHED_PDS"
-   local ERROR_SCHED_PDS="\
-PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels >= 4.13-pf11
-< 4.14-pf9) do not implement sched_yield() call which may result in horrible
-performance problems with libomp. If you are using one of the specified
-kernel versions, you may want to disable the PDS scheduler."
-
-   check_extra_config
-   fi
-}
-
-pkg_pretend() {
-   kernel_pds_check
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
-   local libdir="$(get_libdir)"
-   local mycmakeargs=(
-   -DOPENMP_LIBDIR_SUFFIX="${libdir#lib}"
-
-   -DLIBOMP_USE_HWLOC=$(usex hwloc)
-   -DLIBOMP_OMPT_SUPPORT=$(usex ompt)
-
-   -DOPENMP_ENABLE_LIBOMPTARGET=$(usex offload)
-
-   # do not install 

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

2020-07-30 Thread Michał Górny
commit: ca1d61cced676fd4f87d44e0b19ef784a1bbeca4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 11:48:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 22:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1d61cc

sys-devel/clang: Remove 8*

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

 sys-devel/clang/Manifest   |   4 -
 sys-devel/clang/clang-8.0.1.ebuild | 317 -
 sys-devel/clang/metadata.xml   |   1 -
 3 files changed, 322 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index ffb3158664b..d100aed5034 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -1,8 +1,4 @@
-DIST cfe-8.0.1.src.tar.xz 12810056 BLAKE2B 
88cee0b6daa477ca0473c76efc45beb634f6194ecd3f45aaec3791e26b203c5dbd33c649435e0d97924096a72c727d76915bffc0b7ea305f24d5e5f06389c4a0
 SHA512 
1227b2d32052c70b4b494659849000188fce46fc31a71f3352ba8457ac0b0b17e4bc7c8589874c8586d55aa808ee6c1fceb7df501aafa33599f8df7bfd2b791d
-DIST clang-tools-extra-8.0.1.src.tar.xz 1994068 BLAKE2B 
7d312c1a958d9c5b24515067cbb1db3a92b34cdf77c2345c08ef2f327d2ae4ca7f05252d72ede6569e25cda34225963a8d415cc64279e39d542449ba56eae9c9
 SHA512 
d39962c30ee9d8a1679d8007009b48dea2c8aaeb283bed781a9e22a1a57b8186c2cfe058da046658882ace1c84a30ddf9b4cb75bce988891189e8423b6c6a72c
 DIST llvm-10.0.0-manpages.tar.bz2 177084 BLAKE2B 
16b38e60fce4d67ac602b317ea7089c095d46b9426ba9940041e65d7ab493f85dba2e94a4aeba7b7c52042f23825efcfcd32a57d306aaf05b4307061a5a8a368
 SHA512 
eac57ad218ff4c2b5a74e453a29192ee6e911152b668d8a9420b59529d5cae8aa241f2485b4a7ea304acbecc7ecb27391a77552080726432c2b7b59b95fc0bd7
-DIST llvm-8.0.1-manpages.tar.bz2 140915 BLAKE2B 
13ac9e172728d643dac1d12ac06909b6db3dd9a1a380a92a07867e3cb835f94b265da5d75c4712b5409405a65795d2cb6b32da4098e38cbb95d7023b56bcbbc1
 SHA512 
23994a2374659fbbf8d9b5160f4d77e9be7c4c9fc14963e8186bbede78b0ee9257f6b6a9c484bc75d72443d65bb24e598841e64af500336283de0f454d6a2073
-DIST llvm-8.0.1.src.tar.xz 30477608 BLAKE2B 
4319c837b36111401e3b0f9659b8d875c89463bcc7816df1aefe1e3ff989860bbaa92504718f8e15416cfd9f3491c13777cd5cb661877b237b342b0e515b93f5
 SHA512 
82e120be5cabdfd5111aebbea68a663fe229c8861d73802d6ab09a3bf48f60de333e07e61f8fb61beaa14ac2bea24fcd74fa6f761acaf62469f536b79fcb1e16
 DIST llvm-9.0.0-manpages.tar.bz2 158546 BLAKE2B 
eed6235698a0b5993affe305f7fd22cd4cf444adf931275a1685f2049a5f17cf2933907577d9ce142348a3c579769b0436aa2b5a9a953958504125a8c3e83b7d
 SHA512 
64c8d18061eb2870b379a1df485be0b61eac07cb10b3f97347b54b2ee326faa63437ca04466776be282e120dd3f6147e14fffdd38ca370db85748fe5eb54d764
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1.tar.gz 120880730 BLAKE2B 
30f19f56c4d1f6abcda5fec76256219d1e3c8a6ff1a1f152f94bfe362c07884339fe571ff7fe903ed3b3deb150b2fa868c387887a0dea2930dc08b81db71a5b1
 SHA512 
48078fff9293a87f1a973f3348f79506f04c3da774295f5eb67d74dd2d1aa94f0973f8ced3f4ab9e8339902071f82c603b43d5608ad7227046c4da769c5d2151

diff --git a/sys-devel/clang/clang-8.0.1.ebuild 
b/sys-devel/clang/clang-8.0.1.ebuild
deleted file mode 100644
index b2bedcb8816..000
--- a/sys-devel/clang/clang-8.0.1.ebuild
+++ /dev/null
@@ -1,317 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils eapi7-ver flag-o-matic llvm \
-   multilib-minimal multiprocessing pax-utils prefix python-single-r1 \
-   toolchain-funcs
-
-MY_P=cfe-${PV/_/}.src
-EXTRA_P=clang-tools-extra-${PV/_/}.src
-LLVM_P=llvm-${PV/_/}.src
-
-DESCRIPTION="C language family frontend for LLVM"
-HOMEPAGE="https://llvm.org/;
-SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${MY_P}.tar.xz
-   
https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${EXTRA_P}.tar.xz
-   test? ( 
https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${LLVM_P}.tar.xz
 )
-   !doc? ( 
https://dev.gentoo.org/~mgorny/dist/llvm/llvm-${PV}-manpages.tar.bz2 )"
-
-# Keep in sync with sys-devel/llvm
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
-
-LICENSE="UoI-NCSA"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
-   test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"

  1   2   3   4   5   >