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

2020-05-06 Thread Patrick McLean
commit: b04fe1156d3f4ebb164a64eb7e2e2051b9c68c26
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May  7 05:45:09 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 05:45:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04fe115

app-vim/vim-clang-format: new package

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

 app-vim/vim-clang-format/Manifest  |  1 +
 app-vim/vim-clang-format/metadata.xml  |  8 +++
 .../vim-clang-format-0_pre20200506.ebuild  | 25 ++
 3 files changed, 34 insertions(+)

diff --git a/app-vim/vim-clang-format/Manifest 
b/app-vim/vim-clang-format/Manifest
new file mode 100644
index 000..80478ac92c1
--- /dev/null
+++ b/app-vim/vim-clang-format/Manifest
@@ -0,0 +1 @@
+DIST vim-clang-format-0_pre20200506.tar.gz 12836 BLAKE2B 
be6882788c4ea582f2fbabfe3fdbd4184ab407b09b8c6817753620413919f074bef72a52ae0cfddd58d85d9f716c36bc8593b1b745d47887dbfbd599aa63
 SHA512 
5bf2f9082ef64953122e87659fbafae5af4cd7e2fda1ed5bcee52ed49a3727dae0dc3bc3ab172ac4200f93421898d6cbf26def019ac33d77ca4cc67c2da37846

diff --git a/app-vim/vim-clang-format/metadata.xml 
b/app-vim/vim-clang-format/metadata.xml
new file mode 100644
index 000..cee379b1540
--- /dev/null
+++ b/app-vim/vim-clang-format/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+

diff --git a/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild 
b/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild
new file mode 100644
index 000..3a12f0b1706
--- /dev/null
+++ b/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+#VIM_PLUGIN_VIM_VERSION="7.0"
+inherit vim-plugin
+
+COMMIT_HASH="95593b67723f23979cd7344ecfd049f2f917830f"
+DESCRIPTION="Vim plugin for clang-format"
+HOMEPAGE="https://github.com/rhysd/vim-clang-format;
+SRC_URI="https://github.com/rhysd/${PN}/archive/${COMMIT_HASH}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-devel/clang"
+
+src_prepare() {
+   default
+
+   # tests are written in ruby, prefer to avoid that
+   rm -r .travis.yml test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Fast/

2020-05-06 Thread Kent Fredric
commit: 23f3eef2ad16ba1d55ff560a7cfa7bf75e3325b9
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 05:19:25 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 05:35:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f3eef2

dev-perl/CGI-Fast: Bump to version 2.150.0

- EAPI7

Upstream:
- ensure upload hooks are passed to CGI.pm constructor

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

 dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild | 30 ++
 dev-perl/CGI-Fast/Manifest|  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild 
b/dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild
new file mode 100644
index 000..41237bb0ab5
--- /dev/null
+++ b/dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=2.15
+inherit perl-module
+
+DESCRIPTION="CGI Interface for Fast CGI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/CGI-4
+   virtual/perl-Carp
+   >=dev-perl/FCGI-0.670.0
+   virtual/perl-if
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Temp
+   virtual/perl-Test-Simple
+   )
+"
+PERL_RM_FILES=( "t/006_changes.t" )

diff --git a/dev-perl/CGI-Fast/Manifest b/dev-perl/CGI-Fast/Manifest
index 8cea9178907..c2611c9e704 100644
--- a/dev-perl/CGI-Fast/Manifest
+++ b/dev-perl/CGI-Fast/Manifest
@@ -1 +1,2 @@
 DIST CGI-Fast-2.13.tar.gz 8844 BLAKE2B 
ece86a8ead5a83c0407f6c2713bf0848bfc895d9062811b5ce03ad68caa78aeb8b9d9f0f6f68abaafd1a652be2c53ece008f403e05ff49ac6538282f2a36fc65
 SHA512 
58e7010f5cdfa13e8ba4e528dfe2d7bcc4ac33f48482de186ef27ec0a38ac091c9d534761231c7dd947516532c78520259e841533690ffba7b90fb3d0069f53c
+DIST CGI-Fast-2.15.tar.gz 9277 BLAKE2B 
95de6374611d8719195a65ef9a9575b34b82922f4a87c8844fc9ac4e62f219b3b19dafe10baaef8431e297cafe495a43c1761b9d3b275d471fed3855e95b4386
 SHA512 
b984cbcf5d1d96dd9fcb58b704ae643e127fcdbe37b4d7e7560e5e1219abb849d72c4ff5a2eb45d7f076a126543b06fda282aabf2c3788b8a87f075c081d30c1



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

2020-05-06 Thread Hans de Graaff
commit: c001b3dce2ef1f7705c4e08923921f890d553a80
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May  7 04:27:46 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May  7 04:31:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c001b3dc

dev-ruby/oauth2: cleanup

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

 dev-ruby/oauth2/Manifest   |  3 ---
 dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild | 49 --
 dev-ruby/oauth2/oauth2-1.4.1.ebuild| 49 --
 dev-ruby/oauth2/oauth2-1.4.2.ebuild| 49 --
 4 files changed, 150 deletions(-)

diff --git a/dev-ruby/oauth2/Manifest b/dev-ruby/oauth2/Manifest
index fe889b26544..4d2978b3295 100644
--- a/dev-ruby/oauth2/Manifest
+++ b/dev-ruby/oauth2/Manifest
@@ -1,5 +1,2 @@
-DIST oauth2-1.4.0.tar.gz 21299 BLAKE2B 
1fe4640b374450279e556477c23972030d3aecac4c96e9174e57458deaccfbfa012e3bb66fe3db5e845a4004b91b763dab6f68b885ed7c1ddb2710cda29a8486
 SHA512 
2db67cba2403be8ea5d6f88f9818f295c29c08201f8ea5876c55cffe2fa926be465a11061654adffd77d13da9c7e56353ece7e4595cd9501acdcfeb58573b300
-DIST oauth2-1.4.1.tar.gz 27946 BLAKE2B 
e6edd113db26bdad09697c45efa5490bfb49b5c3fafdb7337c5f5c2b135025cc43fe7de450b3e106c6abfb8acb3afd676181ebd6aa1c18f6c5255597b04006df
 SHA512 
14c039d19bcd177506e2f6189797b1791b54bd3fbe53973ad471c44744e3179c02e2f7a855a0cafe332e66819f1708d86c1dd89cbe57668ad642efa49e924b25
-DIST oauth2-1.4.2.tar.gz 27168 BLAKE2B 
687149a111247a9636985447e82f5776ed42333e85bea6e0c61ff8f05759ba66dd1d418ca6efd7f1b5de5b56a731f889fc53f3413f5fd426b73ee6d4ef9ca929
 SHA512 
14075637431c6636a51d49930eae14c0328b0325add4829703d539c70b8cc35285acb02948a90717ab44f9153a0a9425b2d1b6559641b790ec133935904391f6
 DIST oauth2-1.4.3.tar.gz 28278 BLAKE2B 
6d0055875073dca48e94a0449a5fff22b7be280c5b2f8e0b5b3234b3c8b079fde0671e211b0eb8d562bfc0cb437917adccb3f13c38450a8cd6a43f0f1a2373a5
 SHA512 
6ffdc7675ed301cd52e3320c01723fe2530a9dedc2b1fe534b42d01dacb7d4b017d79dbe0f9768f06ed8ace7ba596f9824a38d5509e82d09a3456f3a6b1fe453
 DIST oauth2-1.4.4.tar.gz 28477 BLAKE2B 
925008fcf4dd48da3b17c539713bf0f05f649d431ab1676293de625bef4165f31153271d48bbb0c6265c67d7bb6a3cbc7217ce155ba331b22a00d572a855a8ef
 SHA512 
5398a25664e53d1942b0ecbe5d74ca9cc8f04a928c96073f40cfff207c4bf220634185320954a0d1f36944547fb48264855c9523318fbb79dd4a3779a7a46e79

diff --git a/dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild 
b/dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild
deleted file mode 100644
index 283663a9010..000
--- a/dev-ruby/oauth2/oauth2-1.4.0-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="oauth2.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the 
OAuth gem"
-HOMEPAGE="https://github.com/intridea/oauth2;
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/faraday-0.8 =dev-ruby/jwt-1.0 =dev-ruby/jwt-1*
-   >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
-   >=dev-ruby/multi_xml-0.5:0
-   >=dev-ruby/rack-1.2:* https://github.com/intridea/oauth2;
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/faraday-0.8 =dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
-   >=dev-ruby/multi_xml-0.5:0
-   >=dev-ruby/rack-1.2:* https://github.com/intridea/oauth2;
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/faraday-0.8 =dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
-   >=dev-ruby/multi_xml-0.5:0
-   >=dev-ruby/rack-1.2:* 

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

2020-05-06 Thread Hans de Graaff
commit: fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May  7 04:26:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May  7 04:31:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe756bf1

dev-ruby/oauth2: add missing test dep

Closes: https://bugs.gentoo.org/721168
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/oauth2/oauth2-1.4.4.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/oauth2/oauth2-1.4.4.ebuild 
b/dev-ruby/oauth2/oauth2-1.4.4.ebuild
index 97bbd0773f1..50da772debc 100644
--- a/dev-ruby/oauth2/oauth2-1.4.4.ebuild
+++ b/dev-ruby/oauth2/oauth2-1.4.4.ebuild
@@ -28,7 +28,11 @@ ruby_add_rdepend ">=dev-ruby/faraday-0.8 
=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
>=dev-ruby/multi_xml-0.5:0
>=dev-ruby/rack-1.2:* =dev-ruby/addressable-2.3
+   dev-ruby/rspec:3
+   dev-ruby/rspec-stubbed_env
+)"
 
 all_ruby_prepare() {
sed -i -e '/simplecov/,/^  end/ s:^:#:' \



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

2020-05-06 Thread Hans de Graaff
commit: baf883dc31e7a2b43e8334f15bc71107cf7b045e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May  7 04:21:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May  7 04:31:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf883dc

net-analyzer/munin: move ~ppc64 forward

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

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

diff --git a/net-analyzer/munin/munin-2.0.61.ebuild 
b/net-analyzer/munin/munin-2.0.61.ebuild
index b111ae5e6fd..acaf9f6d9f0 100644
--- a/net-analyzer/munin/munin-2.0.61.ebuild
+++ b/net-analyzer/munin/munin-2.0.61.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="asterisk irc java ldap memcached minimal mysql postgres selinux ssl test 
cgi ipv6 syslog ipmi http dhcpd doc apache2"
 REQUIRED_USE="cgi? ( !minimal ) apache2? ( cgi )"
 RESTRICT="!test? ( test )"



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

2020-05-06 Thread Hans de Graaff
commit: a2c23d9f9660333870448f93666ebff63cbc45f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May  7 04:29:11 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May  7 04:31:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c23d9f

dev-ruby/zentest: cleanup

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

 dev-ruby/zentest/Manifest  |  1 -
 dev-ruby/zentest/zentest-4.11.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/zentest/Manifest b/dev-ruby/zentest/Manifest
index d479770cd19..45c4fe763a3 100644
--- a/dev-ruby/zentest/Manifest
+++ b/dev-ruby/zentest/Manifest
@@ -1,2 +1 @@
-DIST ZenTest-4.11.1.gem 71680 BLAKE2B 
27bd94ca98a6739829526c06689ee5a890aa254bef3cb7b7b02d79d82a4fa96faa1853d36069aa801983b4927d44b2af2c852c111ece3b64459c99d63a7a072d
 SHA512 
6f3b5dfb8cc8154856e94f20134e9a6bd2d54e052d05d3e7a250f831ee0a3d3196b497cf118322c51201fb8dd30a05b8a0a0462c58a8852354c4dee2a10d867b
 DIST ZenTest-4.12.0.gem 48128 BLAKE2B 
32d2d5cdd95b8355b31ce81957cad823c1d5209f0c24cbdf920fe1276d952df4995484af7e576e498273c01fbfb70eb5ed99271405977820f68cd8feac08d388
 SHA512 
cbce7059ed48fba1a265c9a4360d032492cbc3a67131480e11bc06c1cc7fadcd82139231f16c5ff4fd2a9b771a574f834a71eae21392ee5fdbf335366748150c

diff --git a/dev-ruby/zentest/zentest-4.11.1.ebuild 
b/dev-ruby/zentest/zentest-4.11.1.ebuild
deleted file mode 100644
index 04b35e32404..000
--- a/dev-ruby/zentest/zentest-4.11.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_NAME=ZenTest
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb 
example2.rb example_dot_autotest.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and 
Test::Rails"
-HOMEPAGE="https://github.com/seattlerb/zentest;
-LICENSE="Ruby"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/hoe-2.10
-   dev-ruby/hoe-seattlerb
-   dev-ruby/minitest:5
-   )"



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

2020-05-06 Thread Georgy Yakovlev
commit: f11fab16f7061f4537677e90f2148a596bfb8006
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May  7 04:18:27 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May  7 04:19:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11fab16

net-im/slack: fix installation on new systems

this is just a hack, should be done properly

Bug: https://bugs.gentoo.org/720134
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-im/slack/slack-4.4.2.ebuild | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/net-im/slack/slack-4.4.2.ebuild b/net-im/slack/slack-4.4.2.ebuild
index c36c8da0ee2..48b3a778dd0 100644
--- a/net-im/slack/slack-4.4.2.ebuild
+++ b/net-im/slack/slack-4.4.2.ebuild
@@ -84,7 +84,17 @@ src_install() {
 
insinto /opt/slack
doins -r usr/lib/slack/.
-   for i in $(echo -n "${QA_PREBUILT}") ; do fperms +x "$i" ; done
+
+   # this really should be done a better way than trying to parse
+   # the QA_PREBUILT variable
+   local path
+   for path in ${QA_PREBUILT}; do
+   local -a paths=(${D}/${path})
+   for path in "${paths[@]}"; do
+   fperms +x "${path#${D}/}"
+   done
+   done
+
use suid && fperms u+s /opt/slack/chrome-sandbox # wrt 713094
dosym ../../opt/slack/slack usr/bin/slack
 



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

2020-05-06 Thread Tim Harder
commit: dad263f8bbe6d9abb6ba7612dfd4eef7bc7f986f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:47:30 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad263f8

media-libs/libzen: stabilize 0.4.38

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-libs/libzen/libzen-0.4.38.ebuild 
b/media-libs/libzen/libzen-0.4.38.ebuild
index 8ae68b86406..44bed1b7bf2 100644
--- a/media-libs/libzen/libzen-0.4.38.ebuild
+++ b/media-libs/libzen/libzen-0.4.38.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.bz2;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc static-libs"
 
 DEPEND="virtual/pkgconfig



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

2020-05-06 Thread Tim Harder
commit: 7ef29d7186ce8fa73f6771c8c568fd4d3139b972
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:45:51 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef29d71

media-libs/exiftool: version bump to 11.98

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-11.98.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 20abefdfbb7..4f3f1191eec 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,3 +1,4 @@
 DIST Image-ExifTool-11.91.tar.gz 4723460 BLAKE2B 
186d7f4df45fd67b42a7cc509873e234f8a29c7889daf10608405c2795db2cd7e8be16401d2894b5e0831ace7f96f2e676fdf2ed257e5a2534290cdc2a1ba706
 SHA512 
5d00ac834f44908346a8b8125064bbfeb1887d5024d04a346a9a679248a45ebaf76c067511a245b96553a3881d1d3b06845cc6a39fef7293b9ad13bc70ebd650
 DIST Image-ExifTool-11.93.tar.gz 4799548 BLAKE2B 
29867c0407bed7568d92a4b8a0df1ea1377ad9ea54ea9496d09b5b76d946999db312247d6044c179cb064471f888c50c31bc85ddd44475a78a122eb413d73bba
 SHA512 
e8d9dd34710e3346788e10a3b50e4d2a4ba1aeef1969efeec1ddcb7507378b313554e00587cda9c71a325f7d4d7238c91f743c67051d9cef8a012798551dcc59
 DIST Image-ExifTool-11.95.tar.gz 4802010 BLAKE2B 
c1486ed0c84d6837b9bcdbdee31af5c4c3038442cac8a516b6b7f079bdfb28858ddee18284fa3a88925cdea70a87c1cd444e35fa99ce1b201af03bf1c084d796
 SHA512 
9def56bde479312584c60ec847338aa55fb3697b6c0e8f894291f6cd67cd16440b563a3982bcec3d787860ba35046f73089f90065891f6f6d93d46243a08c485
+DIST Image-ExifTool-11.98.tar.gz 4804406 BLAKE2B 
86bf7fdcc9781fa22e379e3f04ec01b43451978ae33f1c811796ba820198ca417a9ca94b634a8c39acb01604bc8004f47c20e747e6b19f5b4833d29c5cee8fb1
 SHA512 
d992173a16679b0c3b9fcc466713d5c208e7b161c542535e88088f9695ec14f0ff76ae5fa46d0d6065a8ee366464d0602783170438e2f8fe02d21e458365bbb0

diff --git a/media-libs/exiftool/exiftool-11.98.ebuild 
b/media-libs/exiftool/exiftool-11.98.ebuild
new file mode 100644
index 000..58ee12770a1
--- /dev/null
+++ b/media-libs/exiftool/exiftool-11.98.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://exiftool.org/;
+SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+
+   insinto /usr/share/${PN}
+   doins -r fmt_files config_files arg_files
+}



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

2020-05-06 Thread Tim Harder
commit: f4e6946fbda968ae29c66507b3e15b144d406bd8
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:44:36 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e6946f

sys-fs/fuse: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse/Manifest  |  3 --
 sys-fs/fuse/fuse-2.9.8.ebuild | 73 
 sys-fs/fuse/fuse-3.8.0.ebuild | 78 ---
 sys-fs/fuse/fuse-3.9.0.ebuild | 78 ---
 4 files changed, 232 deletions(-)

diff --git a/sys-fs/fuse/Manifest b/sys-fs/fuse/Manifest
index f09ffac5c8e..8d1f686484c 100644
--- a/sys-fs/fuse/Manifest
+++ b/sys-fs/fuse/Manifest
@@ -1,5 +1,2 @@
-DIST fuse-2.9.8.tar.gz 4610904 BLAKE2B 
803eebea510834676379df8c9514050efcf47d83c06ba1f5b5756d27f5c32d3a0cc199d826b0c041118c5d2260ff023f58432a0d7b623807c0a4af4da7c34eff
 SHA512 
0a9b14d96c6f98f5c903baf00114bfff72f9aeb97224702bbed370516b2b582401d5b436fcef979918ffd85d69ba4a82c8f722c0b35ebd50f7aa5f4ddfdcf8ad
 DIST fuse-2.9.9.tar.gz 1813177 BLAKE2B 
9e9141380bda46eb0bcce325c6fd293fe3844fe884a4952bb38d4b89dc48b728ffcc891038b3a7a861f05acfacce9dd7bb0e11d600609f3ad0ab278ccbe98847
 SHA512 
3d82fafd04f2924299bb09d2bb144935fa004a43fb9a6568e2e1cc5a60fded2efa1711029a0d7f12b3e6e4501f7217f2ee3545646d89da8dece083cb390f23e2
-DIST fuse-3.8.0.tar.xz 1416716 BLAKE2B 
f921b739489e8eb8b2a78b719c9761f330de839f151f787a6db37d8d004ef9b90022bfe3c5d24ceab333cde8741340ede0315a5b92cabdaf87fb1b291f72e292
 SHA512 
46d2b1494c73f8b6b2be4e8969bb9906ea35620fb4081edc3176f7ba34e6ed815d5f9c5c6f06604fb37836460e25d0ce51619853288bb881362f04cba6b31812
-DIST fuse-3.9.0.tar.xz 1523028 BLAKE2B 
2fff93431e59e370189fb1527de7bff3863d20e1a62628bb56a6671077a1c919b394ddac66537a1ef7c2991556b1817b2c7f6a92c161ebfffbc804466e19e5e7
 SHA512 
0c96df5db4d0ceb7885ddb6f6c05b523ee7e179f8f411ad0614caecb9fa0f5fd682ab9bf4dfdaa3aff9d90c18b8947a122ee376328535e49fa6091d784aa0cb7
 DIST fuse-3.9.1.tar.xz 1595308 BLAKE2B 
3b1d5c8ac99e96183581d034889d8d6cab8f26cafd765dc4ab2cbeb655b3b162836c960ceacf08cd458bec2daaf0474877c9611ef6a6543795e4971ddc12
 SHA512 
295bb62274264789c977a1fee78c6c122a2f227ae85d750b8519cafbdcf6551499b77cf021d83cc8261831e29761c166d84a4e50bdebb4191c76bcad1d15d329

diff --git a/sys-fs/fuse/fuse-2.9.8.ebuild b/sys-fs/fuse/fuse-2.9.8.ebuild
deleted file mode 100644
index 7646055583c..000
--- a/sys-fs/fuse/fuse-2.9.8.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit ltprune libtool linux-info udev toolchain-funcs
-
-DESCRIPTION="An interface for filesystems implemented in userspace"
-HOMEPAGE="https://github.com/libfuse/libfuse;
-SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="examples kernel_linux kernel_FreeBSD static-libs"
-
-PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"
-DEPEND="virtual/pkgconfig"
-RDEPEND="sys-fs/fuse-common"
-
-pkg_setup() {
-   if use kernel_linux ; then
-   if kernel_is lt 2 6 9 ; then
-   die "Your kernel is too old."
-   fi
-   CONFIG_CHECK="~FUSE_FS"
-   FUSE_FS_WARNING="You need to have FUSE module built to use 
user-mode utils"
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   local PATCHES=( "${FILESDIR}"/${PN}-2.9.3-kernel-types.patch )
-   # sandbox violation with mtab writability wrt #438250
-   # don't sed configure.in without eautoreconf because of maintainer mode
-   sed -i 's:umount --fake:true --fake:' configure || die
-   elibtoolize
-
-   default
-}
-
-src_configure() {
-   econf \
-   INIT_D_PATH="${EPREFIX}/etc/init.d" \
-   MOUNT_FUSE_PATH="${EPREFIX}/sbin" \
-   UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \
-   $(use_enable static-libs static) \
-   --disable-example
-}
-
-src_install() {
-   local DOCS=( AUTHORS ChangeLog README.md README.NFS NEWS 
doc/how-fuse-works doc/kernel.txt )
-   default
-
-   if use examples ; then
-   docinto examples
-   dodoc example/*
-   fi
-
-   if use kernel_FreeBSD ; then
-   insinto /usr/include/fuse
-   doins include/fuse_kernel.h
-   fi
-
-   prune_libtool_files
-
-   # installed via fuse-common
-   rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
-   rm "${ED%/}"/usr/share/man/man8/mount.fuse.* || die
-   rm "${ED%/}"/sbin/mount.fuse || die
-
-   # handled by the device manager
-   rm -r "${D%/}"/dev || die
-}

diff --git a/sys-fs/fuse/fuse-3.8.0.ebuild b/sys-fs/fuse/fuse-3.8.0.ebuild

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

2020-05-06 Thread Tim Harder
commit: eabb63e032047c8d043eafa34bbb645e19b661eb
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:48:21 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabb63e0

media-video/mediainfo: stabilize 20.03

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-video/mediainfo/mediainfo-20.03.ebuild 
b/media-video/mediainfo/mediainfo-20.03.ebuild
index dec60a2ece9..a79f1f18270 100644
--- a/media-video/mediainfo/mediainfo-20.03.ebuild
+++ b/media-video/mediainfo/mediainfo-20.03.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="curl mms wxwidgets"
 
 RDEPEND="sys-libs/zlib



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

2020-05-06 Thread Tim Harder
commit: b2ef8a05714c9a5dc06c758ec41106ed31737014
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:47:41 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ef8a05

media-libs/libzen: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/libzen/Manifest |  1 -
 media-libs/libzen/libzen-0.4.37.ebuild | 66 --
 2 files changed, 67 deletions(-)

diff --git a/media-libs/libzen/Manifest b/media-libs/libzen/Manifest
index 571589cba78..44474f91c74 100644
--- a/media-libs/libzen/Manifest
+++ b/media-libs/libzen/Manifest
@@ -1,2 +1 @@
-DIST libzen_0.4.37.tar.bz2 121707 BLAKE2B 
a9ffb4c06b5cb6dbb4c41f7d0b5293878b58ee842a5983a684f251bddb4c31184b1edc9604edd6e1961920c2341581001da2fd6ed204e6bed7620066ad73f1cc
 SHA512 
3b5bec79470bec054cfa759e753e3925fbd9f27e508c692c0b100fcf1599696bff462d92c08799646e6ffc74c176e7cc7509ae0754c4710d527494f59d95d12b
 DIST libzen_0.4.38.tar.bz2 129706 BLAKE2B 
3e40e31663f655885f47b7674936a765cce032da25fcc3f57604b116414bf4348db363a4745bf98126879de9d2de5d4443af1fe3a1f64a7bafd3525eb1ca38da
 SHA512 
d946cd2349848925e13a3fb6aab5ad4f5aca28bc89b3263faca3096d7bbcae3a4ff9ed2552bf005b4ca1f4c8c8f59856f4c4aafa7c734ecebd078e6fc40a9a0b

diff --git a/media-libs/libzen/libzen-0.4.37.ebuild 
b/media-libs/libzen/libzen-0.4.37.ebuild
deleted file mode 100644
index 61fd579e454..000
--- a/media-libs/libzen/libzen-0.4.37.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib ltprune
-
-MY_PN="ZenLib"
-DESCRIPTION="Shared library for libmediainfo and mediainfo"
-HOMEPAGE="https://github.com/MediaArea/ZenLib;
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.bz2;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc static-libs"
-
-DEPEND="virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_PN}/Project/GNU/Library
-
-src_prepare() {
-   default
-   sed -i 's:-O2::' configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-unicode \
-   --enable-shared \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-
-   if use doc ; then
-   cd "${WORKDIR}"/${MY_PN}/Source/Doc
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   default
-
-   # remove since the pkgconfig file should be used instead
-   rm "${D}"/usr/bin/libzen-config
-
-   insinto /usr/$(get_libdir)/pkgconfig
-   doins ${PN}.pc
-
-   for x in ./ Format/Html Format/Http HTTP_Client ; do
-   insinto /usr/include/${MY_PN}/${x}
-   doins "${WORKDIR}"/${MY_PN}/Source/${MY_PN}/${x}/*.h
-   done
-
-   dodoc "${WORKDIR}"/${MY_PN}/History.txt
-   if use doc ; then
-   docinto html
-   dodoc "${WORKDIR}"/${MY_PN}/Doc/*
-   fi
-
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: net-fs/sshfs/

2020-05-06 Thread Tim Harder
commit: eef83fe8c8c8fd51e43f8bbe9bb0e40853eb1485
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:44:04 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef83fe8

net-fs/sshfs: remove old

Signed-off-by: Tim Harder  gentoo.org>

 net-fs/sshfs/Manifest |  2 --
 net-fs/sshfs/sshfs-2.10-r1.ebuild | 19 ---
 net-fs/sshfs/sshfs-3.6.0.ebuild   | 26 --
 3 files changed, 47 deletions(-)

diff --git a/net-fs/sshfs/Manifest b/net-fs/sshfs/Manifest
index 2a9c4159f63..bdb6947f93e 100644
--- a/net-fs/sshfs/Manifest
+++ b/net-fs/sshfs/Manifest
@@ -1,3 +1 @@
-DIST sshfs-2.10.tar.gz 163076 BLAKE2B 
e443b3bb65c432d8d8e3d6d198e3e41363ff506dbc19a215b8606317fb02ef3ea370d0f3fbbe01e6f5c49581c74faefbceb9f50ab44bb3791c82e0a633d86655
 SHA512 
8887eb634edc4c64cf7a0c1a1be4d9ef72d5080eec687d187898dc31bb841ed730850bae8467247a05e56c2b4ef7e9d02fdc0812d48876e145c9826a7406d9ff
-DIST sshfs-3.6.0.tar.xz 49860 BLAKE2B 
5486c41a710a635e6e35fc5235d8ea713aa58ed69a648d7872e2235a56ba0eec7337cdc1d65ac72c58aaea9ad079652599a619778d7fb14a20537ac8817a3ff1
 SHA512 
fe34d7bbb76bea6aedf96b4ce7500ad6d81230cca9a43b831302159e5926797a243b7d1675d23ba101057ef247f64ad7df18a73d20578e84b9524218d9ff97bd
 DIST sshfs-3.7.0.tar.xz 52724 BLAKE2B 
be974475692e8f9a4d0653776b7b7dc62c6beb1a300caf62c55cbc6bb72fedcf08cdd2c65f051415df57e6e2b21e5a3cb00e8525585c40ab92b0bd0b3474ac77
 SHA512 
bd8bcd45dd9a5e9686c6fb442e877ffdb592ba0d3424d5dab84a955bfafb17e8666abefba6857467833f5b285842bdadd5a9b6c9e8128ac2e564c36df79aa570

diff --git a/net-fs/sshfs/sshfs-2.10-r1.ebuild 
b/net-fs/sshfs/sshfs-2.10-r1.ebuild
deleted file mode 100644
index 0fbab59c88f..000
--- a/net-fs/sshfs/sshfs-2.10-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-HOMEPAGE="https://github.com/libfuse/sshfs;
-SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 arm ~arm64 hppa ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-
-CDEPEND=">=sys-fs/fuse-2.6.0_pre3:0
-   >=dev-libs/glib-2.4.2"
-RDEPEND="${CDEPEND}
-   >=net-misc/openssh-4.4"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"

diff --git a/net-fs/sshfs/sshfs-3.6.0.ebuild b/net-fs/sshfs/sshfs-3.6.0.ebuild
deleted file mode 100644
index 2bf50acbf8d..000
--- a/net-fs/sshfs/sshfs-3.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-HOMEPAGE="https://github.com/libfuse/sshfs;
-SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-
-DEPEND=">=sys-fs/fuse-3.1.0:3
-   >=dev-libs/glib-2.4.2"
-RDEPEND="${DEPEND}
-   >=net-misc/openssh-4.4"
-BDEPEND="dev-python/docutils
-   virtual/pkgconfig"
-
-# requires root privs and specific localhost sshd setup
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog.rst README.rst )



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

2020-05-06 Thread Tim Harder
commit: 4de5db898fc40a1c70448d57ae97b9267acda764
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:46:54 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de5db89

media-libs/exiftool: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/exiftool/Manifest  |  1 -
 media-libs/exiftool/exiftool-11.91.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 4f3f1191eec..8ae625df076 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,4 +1,3 @@
-DIST Image-ExifTool-11.91.tar.gz 4723460 BLAKE2B 
186d7f4df45fd67b42a7cc509873e234f8a29c7889daf10608405c2795db2cd7e8be16401d2894b5e0831ace7f96f2e676fdf2ed257e5a2534290cdc2a1ba706
 SHA512 
5d00ac834f44908346a8b8125064bbfeb1887d5024d04a346a9a679248a45ebaf76c067511a245b96553a3881d1d3b06845cc6a39fef7293b9ad13bc70ebd650
 DIST Image-ExifTool-11.93.tar.gz 4799548 BLAKE2B 
29867c0407bed7568d92a4b8a0df1ea1377ad9ea54ea9496d09b5b76d946999db312247d6044c179cb064471f888c50c31bc85ddd44475a78a122eb413d73bba
 SHA512 
e8d9dd34710e3346788e10a3b50e4d2a4ba1aeef1969efeec1ddcb7507378b313554e00587cda9c71a325f7d4d7238c91f743c67051d9cef8a012798551dcc59
 DIST Image-ExifTool-11.95.tar.gz 4802010 BLAKE2B 
c1486ed0c84d6837b9bcdbdee31af5c4c3038442cac8a516b6b7f079bdfb28858ddee18284fa3a88925cdea70a87c1cd444e35fa99ce1b201af03bf1c084d796
 SHA512 
9def56bde479312584c60ec847338aa55fb3697b6c0e8f894291f6cd67cd16440b563a3982bcec3d787860ba35046f73089f90065891f6f6d93d46243a08c485
 DIST Image-ExifTool-11.98.tar.gz 4804406 BLAKE2B 
86bf7fdcc9781fa22e379e3f04ec01b43451978ae33f1c811796ba820198ca417a9ca94b634a8c39acb01604bc8004f47c20e747e6b19f5b4833d29c5cee8fb1
 SHA512 
d992173a16679b0c3b9fcc466713d5c208e7b161c542535e88088f9695ec14f0ff76ae5fa46d0d6065a8ee366464d0602783170438e2f8fe02d21e458365bbb0

diff --git a/media-libs/exiftool/exiftool-11.91.ebuild 
b/media-libs/exiftool/exiftool-11.91.ebuild
deleted file mode 100644
index 556e4d04a9d..000
--- a/media-libs/exiftool/exiftool-11.91.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://exiftool.org/;
-SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-
-   insinto /usr/share/${PN}
-   doins -r fmt_files config_files arg_files
-}



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

2020-05-06 Thread Tim Harder
commit: 151140681274790d9ea1e49ca9bf6cf7894f4962
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:46:37 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15114068

media-libs/exiftool: stabilize 11.93

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-libs/exiftool/exiftool-11.93.ebuild 
b/media-libs/exiftool/exiftool-11.93.ebuild
index 58ee12770a1..556e4d04a9d 100644
--- a/media-libs/exiftool/exiftool-11.93.ebuild
+++ b/media-libs/exiftool/exiftool-11.93.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://exiftool.org/;
 SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



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

2020-05-06 Thread Tim Harder
commit: 0760526638293fb3ec057d967be905144dc94dd5
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:48:00 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07605266

media-libs/libmediainfo: stabilize 20.03

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-libs/libmediainfo/libmediainfo-20.03.ebuild 
b/media-libs/libmediainfo/libmediainfo-20.03.ebuild
index 617f561cf17..5ec625856e5 100644
--- a/media-libs/libmediainfo/libmediainfo-20.03.ebuild
+++ b/media-libs/libmediainfo/libmediainfo-20.03.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="curl doc mms static-libs"
 
 RDEPEND="sys-libs/zlib



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

2020-05-06 Thread Tim Harder
commit: 1728ed855fe9ffd3c0ca13c871946b0c8fb163c4
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:48:33 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1728ed85

media-video/mediainfo: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-video/mediainfo/Manifest   |  1 -
 media-video/mediainfo/mediainfo-19.09.ebuild | 80 
 2 files changed, 81 deletions(-)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index 0d15e498781..634217288bf 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1,2 +1 @@
-DIST mediainfo_19.09.tar.xz 1906920 BLAKE2B 
926a13dd4b059eb613acf89b3b3e12918a86ad45c8551948be2d55478bbe94a93a3fdf7a49fbc087e44fd81232a9fa85cb6dfbd25efb11b9997b1f90b49090e4
 SHA512 
ddcfa92d822a28fa804d5bddc0d29bdb8cff3779b924c2caef0e59b0f79f857a4140dc94bd2ed9158954f6400778572975ac63f45ee2b87664e3e3b5ed9327a0
 DIST mediainfo_20.03.tar.xz 1983420 BLAKE2B 
d0f7557c231bc1cca261e8f002d060b0df4c2063cc32185c315ccc08a94e00fe9f5c0116f8ea65ce1a9df9f159d119264046a9bb607bd25a3b6231092c541799
 SHA512 
608b86f50139b0cbb21331922447b85dc2012b133915696ca9fceb7f524895f779c8cbfaccfa351c5b79c330587bc48d0f419f4908977fdc3eb4cd0490580399

diff --git a/media-video/mediainfo/mediainfo-19.09.ebuild 
b/media-video/mediainfo/mediainfo-19.09.ebuild
deleted file mode 100644
index 37cd73d53ba..000
--- a/media-video/mediainfo/mediainfo-19.09.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-
-inherit gnome2-utils xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo;
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="curl mms wxwidgets"
-
-RDEPEND="sys-libs/zlib
-   >=media-libs/libzen-0.4.37
-   ~media-libs/lib${P}[curl=,mms=]
-   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/MediaInfo
-
-pkg_setup() {
-   TARGETS="CLI"
-   if use wxwidgets; then
-   TARGETS+=" GUI"
-   setup-wxwidgets
-   fi
-}
-
-src_prepare() {
-   default
-
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   sed -i -e "s:-O2::" configure.ac || die
-   eautoreconf
-   done
-}
-
-src_configure() {
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   local args=""
-   [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
-   econf ${args}
-   done
-}
-
-src_compile() {
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   default
-   done
-}
-src_install() {
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target} || die
-   default
-   dodoc "${S}"/History_${target}.txt
-   done
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



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

2020-05-06 Thread Tim Harder
commit: d8a0c2580a7de8a0833c7b8cb4775dc3c355beac
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May  7 03:48:11 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May  7 03:49:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a0c258

media-libs/libmediainfo: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/libmediainfo/Manifest  |  1 -
 media-libs/libmediainfo/libmediainfo-19.09.ebuild | 83 ---
 2 files changed, 84 deletions(-)

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index 2627a066bff..30724f56711 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -1,2 +1 @@
-DIST libmediainfo_19.09.tar.xz 1764640 BLAKE2B 
aa1a93cbbdf17e2b1eb20efed4909c5d86e897796e1e184f1bb5eed50e1eb154f426b420551e25cb220f66059618b6f719c47333b816258eea6e3c30304892b2
 SHA512 
7f3afbb1c2df6e2dec44485a4eda8609d6b95c1b8e41354cef6b94549f77a506e237c7d43f5472aadf1c0ef2bd88dc24ba0eb493a763ba51871bb287233ae779
 DIST libmediainfo_20.03.tar.xz 1799940 BLAKE2B 
a0c50ab27e29b010e4c207872aefc110396401065d3bebdc6cf34aba325453b87e9f1f1ecfe9882bf5f63aaa26f3bbfe3d791cb0c16fa75ca4bb7ff081f0
 SHA512 
97dd847edf0e290f7ea0153c71a442cc54944bf295f195486f37fa81230cf4463ae2ecc154e73cf75b876b33c038020a9ff082013d57381ab5516a4a2db5ef87

diff --git a/media-libs/libmediainfo/libmediainfo-19.09.ebuild 
b/media-libs/libmediainfo/libmediainfo-19.09.ebuild
deleted file mode 100644
index 5ec625856e5..000
--- a/media-libs/libmediainfo/libmediainfo-19.09.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools eutils flag-o-matic
-
-MY_PN="MediaInfo"
-DESCRIPTION="MediaInfo libraries"
-HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfoLib;
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="curl doc mms static-libs"
-
-RDEPEND="sys-libs/zlib
-   dev-libs/tinyxml2:=
-   >=media-libs/libzen-0.4.37[static-libs=]
-   curl? ( net-misc/curl )
-   mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-# tests try to fetch data from online sources
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
-
-src_prepare() {
-   eapply -p4 "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
-   eapply_user
-
-   sed -i 's:-O2::' configure.ac || die
-   append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-shared \
-   --with-libtinyxml2 \
-   $(use_with curl libcurl) \
-   $(use_with mms libmms) \
-   $(use_enable static-libs static) \
-   $(use_enable static-libs staticlibs)
-}
-
-src_compile() {
-   default
-
-   if use doc; then
-   cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   if use doc; then
-   local HTML_DOCS=( "${WORKDIR}"/${MY_PN}Lib/Doc/*.html )
-   fi
-
-   default
-
-   edos2unix ${PN}.pc #414545
-   insinto /usr/$(get_libdir)/pkgconfig
-   doins ${PN}.pc
-
-   for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag 
Text Video; do
-   insinto /usr/include/${MY_PN}/${x}
-   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
-   done
-
-   insinto /usr/include/${MY_PN}DLL
-   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
-
-   dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
-
-   find "${ED}" -name '*.la' -delete || die
-}



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

2020-05-06 Thread Patrick McLean
commit: f701cdfa98aeb441638e594e246a4767ccdab479
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 02:59:18 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 02:59:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f701cdfa

dev-python/google-apitools-0.5.30_p20200507: Version bump. add py37, py38

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

 dev-python/google-apitools/Manifest|   1 +
 .../files/google-apitools-0.5.30-abc.patch |  81 
 .../files/google-apitools-0.5.30-py37.patch| 144 +
 .../google-apitools-0.5.30_p20200507.ebuild|  37 ++
 4 files changed, 263 insertions(+)

diff --git a/dev-python/google-apitools/Manifest 
b/dev-python/google-apitools/Manifest
index b04e1e87f7d..7db71160bda 100644
--- a/dev-python/google-apitools/Manifest
+++ b/dev-python/google-apitools/Manifest
@@ -1 +1,2 @@
 DIST google-apitools-0.5.30.tar.gz 363524 BLAKE2B 
ed8477c85911f5855a449abe81b465635d3cc4e08d2915de5e882608e634f3dd9ffdda929bd8b25eb3daa5922851aa9304ffe07778cdf3a3aa629e215633515a
 SHA512 
2dada829b9b962c64aab22b19cd227981819128c34f3e32515ee599297b3d5e8c97152d954110c2ef27c02737d3c30c785840b9f9767068688f62dc0b5c7
+DIST google-apitools-0.5.30_p20200507.tar.gz 365250 BLAKE2B 
58d52016775b387b494d8b5897886f059fe74a360098f6527089039469d4d4e3c0d9ec63a12be1215741fd15a1a03e2204f54ace7c9eaf8bbdc8236c9c1fe576
 SHA512 
94879360c5de3d7405b7377b2baf0fa303c1b0bace56cf75d203b0a509ac028e1d3208a82ba08de7d17e4e26571c9b8601cb07e6897b658eeede9d06fd384fe3

diff --git a/dev-python/google-apitools/files/google-apitools-0.5.30-abc.patch 
b/dev-python/google-apitools/files/google-apitools-0.5.30-abc.patch
new file mode 100644
index 000..32f61a3d889
--- /dev/null
+++ b/dev-python/google-apitools/files/google-apitools-0.5.30-abc.patch
@@ -0,0 +1,81 @@
+commit cfefe5a8322b40c6e7bd3cc794fd644edcc3a6d6
+Author: Karthikeyan Singaravelan 
+Date:   Mon Jan 27 20:21:15 2020 +0530
+
+Import ABC from collections.abc instead of collections for Python 3.9 
compatibility. (#286)
+
+diff --git a/apitools/base/py/extra_types.py b/apitools/base/py/extra_types.py
+index 847dc91..e40a785 100644
+--- a/apitools/base/py/extra_types.py
 b/apitools/base/py/extra_types.py
+@@ -16,7 +16,6 @@
+ 
+ """Extra types understood by apitools."""
+ 
+-import collections
+ import datetime
+ import json
+ import numbers
+@@ -30,6 +29,11 @@ from apitools.base.py import encoding_helper as encoding
+ from apitools.base.py import exceptions
+ from apitools.base.py import util
+ 
++if six.PY3:
++from collections.abc import Iterable
++else:
++from collections import Iterable
++
+ __all__ = [
+ 'DateField',
+ 'DateTimeMessage',
+@@ -129,7 +133,7 @@ def _PythonValueToJsonValue(py_value):
+ return JsonValue(double_value=float(py_value))
+ if isinstance(py_value, dict):
+ return JsonValue(object_value=_PythonValueToJsonObject(py_value))
+-if isinstance(py_value, collections.Iterable):
++if isinstance(py_value, Iterable):
+ return JsonValue(array_value=_PythonValueToJsonArray(py_value))
+ raise exceptions.InvalidDataError(
+ 'Cannot convert "%s" to JsonValue' % py_value)
+@@ -212,7 +216,7 @@ def _JsonProtoToPythonValue(json_proto):
+ def _PythonValueToJsonProto(py_value):
+ if isinstance(py_value, dict):
+ return _PythonValueToJsonObject(py_value)
+-if (isinstance(py_value, collections.Iterable) and
++if (isinstance(py_value, Iterable) and
+ not isinstance(py_value, six.string_types)):
+ return _PythonValueToJsonArray(py_value)
+ return _PythonValueToJsonValue(py_value)
+diff --git a/apitools/base/py/util.py b/apitools/base/py/util.py
+index ac1a44c..ad086e4 100644
+--- a/apitools/base/py/util.py
 b/apitools/base/py/util.py
+@@ -16,7 +16,6 @@
+ 
+ """Assorted utilities shared between parts of apitools."""
+ 
+-import collections
+ import os
+ import random
+ 
+@@ -30,6 +29,11 @@ from apitools.base.protorpclite import messages
+ from apitools.base.py import encoding_helper as encoding
+ from apitools.base.py import exceptions
+ 
++if six.PY3:
++from collections.abc import Iterable
++else:
++from collections import Iterable
++
+ __all__ = [
+ 'DetectGae',
+ 'DetectGce',
+@@ -78,7 +82,7 @@ def NormalizeScopes(scope_spec):
+ if isinstance(scope_spec, six.string_types):
+ scope_spec = six.ensure_str(scope_spec)
+ return set(scope_spec.split(' '))
+-elif isinstance(scope_spec, collections.Iterable):
++elif isinstance(scope_spec, Iterable):
+ scope_spec = [six.ensure_str(x) for x in scope_spec]
+ return set(scope_spec)
+ raise exceptions.TypecheckError(

diff --git a/dev-python/google-apitools/files/google-apitools-0.5.30-py37.patch 

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

2020-05-06 Thread Patrick McLean
commit: 89e10850a6de6491dd35b7589a605373036fff20
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 01:35:30 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 01:35:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e10850

dev-python/python-gflags-3.1.2-r1: add py38

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

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

diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild 
b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
index bfac54e0243..9a25317e463 100644
--- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
+++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1
 



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

2020-05-06 Thread Patrick McLean
commit: c5b2eb834ba0438d8333ef158be3bc19bffcd757
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 01:33:32 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 01:33:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b2eb83

dev-python/oauth2client-4.1.3-r1: revbump, EAPI=7, add py38

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

 .../files/oauth2client-4.1.3-py38.patch| 35 +
 .../oauth2client/oauth2client-4.1.3-r1.ebuild  | 61 ++
 2 files changed, 96 insertions(+)

diff --git a/dev-python/oauth2client/files/oauth2client-4.1.3-py38.patch 
b/dev-python/oauth2client/files/oauth2client-4.1.3-py38.patch
new file mode 100644
index 000..d0898c02036
--- /dev/null
+++ b/dev-python/oauth2client/files/oauth2client-4.1.3-py38.patch
@@ -0,0 +1,35 @@
+diff --git a/oauth2client/contrib/xsrfutil.py 
b/oauth2client/contrib/xsrfutil.py
+index 7c3ec03..20f35c9 100644
+--- a/oauth2client/contrib/xsrfutil.py
 b/oauth2client/contrib/xsrfutil.py
+@@ -44,7 +44,7 @@ def generate_token(key, user_id, action_id='', when=None):
+ Returns:
+ A string XSRF protection token.
+ """
+-digester = hmac.new(_helpers._to_bytes(key, encoding='utf-8'))
++digester = hmac.new(_helpers._to_bytes(key, encoding='utf-8'), 
digestmod='MD5')
+ digester.update(_helpers._to_bytes(str(user_id), encoding='utf-8'))
+ digester.update(DELIMITER)
+ digester.update(_helpers._to_bytes(action_id, encoding='utf-8'))
+diff --git a/tests/contrib/test_xsrfutil.py b/tests/contrib/test_xsrfutil.py
+index 3115827..deae568 100644
+--- a/tests/contrib/test_xsrfutil.py
 b/tests/contrib/test_xsrfutil.py
+@@ -54,7 +54,7 @@ class Test_generate_token(unittest.TestCase):
+ TEST_USER_ID_1,
+ action_id=TEST_ACTION_ID_1,
+ when=TEST_TIME)
+-hmac.new.assert_called_once_with(TEST_KEY)
++hmac.new.assert_called_once_with(TEST_KEY, digestmod='MD5')
+ digester.digest.assert_called_once_with()
+ 
+ expected_digest_calls = [
+@@ -87,7 +87,7 @@ class Test_generate_token(unittest.TestCase):
+ TEST_USER_ID_1,
+ action_id=TEST_ACTION_ID_1)
+ 
+-hmac.new.assert_called_once_with(TEST_KEY)
++hmac.new.assert_called_once_with(TEST_KEY, digestmod='MD5')
+ time.time.assert_called_once_with()
+ digester.digest.assert_called_once_with()
+ 

diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild 
b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild
new file mode 100644
index 000..36afd8a2e56
--- /dev/null
+++ b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for accessing resources protected by OAuth 2.0"
+HOMEPAGE="https://github.com/google/oauth2client;
+SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}"/${P/_p/-post}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( $(python_gen_useflags 'python*') )"
+
+RDEPEND="
+   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.0.5[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   !<=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/oauth2client-4.1.3-py38.patch"
+)
+
+python_prepare() {
+   # keyring is not fuly supported by pypy yet, because dbus-python can't 
support pypy
+   # oauth2client -> keyring -> secretstorage -> dbus-python
+   # https://github.com/mitya57/secretstorage/issues/10
+   case $PYTHON in
+   pypy|*pypy|*pypy3|pypy3) \
+   find "${BUILD_DIR}/.." -name '*keyring*py' -delete ;;
+   esac
+}
+
+python_test() {
+   nosetests -v \
+   -e appengine \
+   -e django_util \
+   -e test_multiprocess_file_storage \
+   -e test_bad_positional || die "tests fail with ${EPYTHON}"
+   # appengine - requires appengine
+   # django_util - 

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

2020-05-06 Thread Patrick McLean
commit: 54e97ff7f7b07365621b7e55145379ee84af7189
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 01:15:03 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 01:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e97ff7

dev-python/boto3-1.12.48: Fix build with USE=doc (bug #720812)

Closes: https://bugs.gentoo.org/720812
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/boto3/boto3-1.12.48.ebuild 
b/dev-python/boto3/boto3-1.12.48.ebuild
index d996a7288df..1d5780433f8 100644
--- a/dev-python/boto3/boto3-1.12.48.ebuild
+++ b/dev-python/boto3/boto3-1.12.48.ebuild
@@ -34,7 +34,7 @@ BDEPEND="
 
 RESTRICT="!test? ( test )"
 
-distutils_enable_sphinx docs \
+distutils_enable_sphinx docs/source \
'dev-python/guzzle_sphinx_theme'
 
 python_prepare_all() {



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

2020-05-06 Thread Patrick McLean
commit: 8ec3dc3f5906a06e86788caeaef852f9de7c9641
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May  7 00:49:28 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 00:49:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec3dc3f

dev-python/astunparse-1.6.2: add ~x86

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

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

diff --git a/dev-python/astunparse/astunparse-1.6.2.ebuild 
b/dev-python/astunparse/astunparse-1.6.2.ebuild
index 824af0fdce1..f57695d4f84 100644
--- a/dev-python/astunparse/astunparse-1.6.2.ebuild
+++ b/dev-python/astunparse/astunparse-1.6.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]



[gentoo-commits] proj/qt:master commit in: dev-qt/qtvirtualkeyboard/, dev-qt/linguist-tools/, dev-qt/qtopengl/, ...

2020-05-06 Thread Andreas Sturmlechner
commit: dcf6b04c1380e4a00cce9eb4593efee6df35d729
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 21:27:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May  6 21:27:12 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=dcf6b04c

dev-qt: Drop 5.15.0 beta4

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

 dev-qt/assistant/Manifest  |   1 -
 dev-qt/assistant/assistant-5.15.0_beta4.ebuild |  55 --
 dev-qt/designer/Manifest   |   1 -
 dev-qt/designer/designer-5.15.0_beta4.ebuild   |  53 --
 dev-qt/linguist-tools/Manifest |   1 -
 .../linguist-tools-5.15.0_beta4.ebuild |  45 -
 dev-qt/linguist/Manifest   |   1 -
 dev-qt/linguist/linguist-5.15.0_beta4.ebuild   |  48 --
 dev-qt/pixeltool/Manifest  |   1 -
 dev-qt/pixeltool/pixeltool-5.15.0_beta4.ebuild |  21 ---
 dev-qt/qdbus/Manifest  |   1 -
 dev-qt/qdbus/qdbus-5.15.0_beta4.ebuild |  25 ---
 dev-qt/qdbusviewer/Manifest|   1 -
 dev-qt/qdbusviewer/qdbusviewer-5.15.0_beta4.ebuild |  45 -
 dev-qt/qdoc/Manifest   |   1 -
 dev-qt/qdoc/qdoc-5.15.0_beta4.ebuild   |  28 
 dev-qt/qt3d/Manifest   |   1 -
 dev-qt/qt3d/qt3d-5.15.0_beta4.ebuild   |  34 
 dev-qt/qtbluetooth/Manifest|   1 -
 dev-qt/qtbluetooth/qtbluetooth-5.15.0_beta4.ebuild |  33 
 dev-qt/qtcharts/Manifest   |   1 -
 dev-qt/qtcharts/qtcharts-5.15.0_beta4.ebuild   |  29 
 dev-qt/qtconcurrent/Manifest   |   1 -
 .../qtconcurrent/qtconcurrent-5.15.0_beta4.ebuild  |  23 ---
 dev-qt/qtcore/Manifest |   1 -
 dev-qt/qtcore/qtcore-5.15.0_beta4.ebuild   | 100 ---
 dev-qt/qtdatavis3d/Manifest|   1 -
 dev-qt/qtdatavis3d/qtdatavis3d-5.15.0_beta4.ebuild |  31 
 dev-qt/qtdbus/Manifest |   1 -
 dev-qt/qtdbus/qtdbus-5.15.0_beta4.ebuild   |  43 -
 dev-qt/qtdeclarative/Manifest  |   1 -
 .../qtdeclarative-5.15.0_beta4.ebuild  |  53 --
 dev-qt/qtdiag/Manifest |   1 -
 dev-qt/qtdiag/qtdiag-5.15.0_beta4.ebuild   |  32 
 dev-qt/qtgamepad/Manifest  |   1 -
 dev-qt/qtgamepad/qtgamepad-5.15.0_beta4.ebuild |  35 
 dev-qt/qtgraphicaleffects/Manifest |   1 -
 .../qtgraphicaleffects-5.15.0_beta4.ebuild |  21 ---
 dev-qt/qtgui/Manifest  |   1 -
 dev-qt/qtgui/qtgui-5.15.0_beta4.ebuild | 184 -
 dev-qt/qthelp/Manifest |   1 -
 dev-qt/qthelp/qthelp-5.15.0_beta4.ebuild   |  29 
 dev-qt/qtimageformats/Manifest |   1 -
 .../qtimageformats-5.15.0_beta4.ebuild |  30 
 dev-qt/qtlocation/Manifest |   1 -
 dev-qt/qtlocation/qtlocation-5.15.0_beta4.ebuild   |  47 --
 dev-qt/qtmultimedia/Manifest   |   1 -
 .../qtmultimedia/qtmultimedia-5.15.0_beta4.ebuild  |  68 
 dev-qt/qtnetwork/Manifest  |   1 -
 dev-qt/qtnetwork/qtnetwork-5.15.0_beta4.ebuild |  62 ---
 dev-qt/qtnetworkauth/Manifest  |   1 -
 .../qtnetworkauth-5.15.0_beta4.ebuild  |  20 ---
 dev-qt/qtopengl/Manifest   |   1 -
 dev-qt/qtopengl/qtopengl-5.15.0_beta4.ebuild   |  34 
 dev-qt/qtpaths/Manifest|   1 -
 dev-qt/qtpaths/qtpaths-5.15.0_beta4.ebuild |  19 ---
 dev-qt/qtplugininfo/Manifest   |   1 -
 .../qtplugininfo/qtplugininfo-5.15.0_beta4.ebuild  |  19 ---
 dev-qt/qtpositioning/Manifest  |   1 -
 .../qtpositioning-5.15.0_beta4.ebuild  |  40 -
 dev-qt/qtprintsupport/Manifest |   1 -
 .../qtprintsupport-5.15.0_beta4.ebuild |  42 -
 dev-qt/qtquickcontrols/Manifest|   1 -
 .../qtquickcontrols-5.15.0_beta4.ebuild|  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 -
 .../qtquickcontrols2-5.15.0_beta4.ebuild   |  30 
 dev-qt/qtscript/Manifest   |   1 -
 dev-qt/qtscript/qtscript-5.15.0_beta4.ebuild   |  36 
 dev-qt/qtscxml/Manifest|   1 -
 dev-qt/qtscxml/qtscxml-5.15.0_beta4.ebuild |  19 ---
 dev-qt/qtsensors/Manifest  |   1 -
 dev-qt/qtsensors/qtsensors-5.15.0_beta4.ebuild |  28 
 dev-qt/qtserialbus/Manifest|   1 -
 

[gentoo-commits] proj/qt:master commit in: dev-qt/qtscript/, dev-qt/qtwebview/, dev-qt/qthelp/, dev-qt/qtopengl/, ...

2020-05-06 Thread Andreas Sturmlechner
commit: daf703d53e050149cfe62425b51d864d04ef4fc1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 19:34:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May  6 19:34:26 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=daf703d5

dev-qt: Add Qt 5.15.0 RC

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

 dev-qt/assistant/Manifest  |   1 +
 dev-qt/assistant/assistant-5.15.0_rc.ebuild|  55 ++
 dev-qt/designer/Manifest   |   1 +
 dev-qt/designer/designer-5.15.0_rc.ebuild  |  53 ++
 dev-qt/linguist-tools/Manifest |   1 +
 .../linguist-tools/linguist-tools-5.15.0_rc.ebuild |  45 +
 dev-qt/linguist/Manifest   |   1 +
 dev-qt/linguist/linguist-5.15.0_rc.ebuild  |  48 ++
 dev-qt/pixeltool/Manifest  |   1 +
 dev-qt/pixeltool/pixeltool-5.15.0_rc.ebuild|  21 +++
 dev-qt/qdbus/Manifest  |   1 +
 dev-qt/qdbus/qdbus-5.15.0_rc.ebuild|  25 +++
 dev-qt/qdbusviewer/Manifest|   1 +
 dev-qt/qdbusviewer/qdbusviewer-5.15.0_rc.ebuild|  45 +
 dev-qt/qdoc/Manifest   |   1 +
 dev-qt/qdoc/qdoc-5.15.0_rc.ebuild  |  28 
 dev-qt/qt3d/Manifest   |   1 +
 dev-qt/qt3d/qt3d-5.15.0_rc.ebuild  |  34 
 dev-qt/qtbluetooth/Manifest|   1 +
 dev-qt/qtbluetooth/qtbluetooth-5.15.0_rc.ebuild|  33 
 dev-qt/qtcharts/Manifest   |   1 +
 dev-qt/qtcharts/qtcharts-5.15.0_rc.ebuild  |  29 
 dev-qt/qtconcurrent/Manifest   |   1 +
 dev-qt/qtconcurrent/qtconcurrent-5.15.0_rc.ebuild  |  23 +++
 dev-qt/qtcore/Manifest |   1 +
 dev-qt/qtcore/qtcore-5.15.0_rc.ebuild  | 100 +++
 dev-qt/qtdatavis3d/Manifest|   1 +
 dev-qt/qtdatavis3d/qtdatavis3d-5.15.0_rc.ebuild|  31 
 dev-qt/qtdbus/Manifest |   1 +
 dev-qt/qtdbus/qtdbus-5.15.0_rc.ebuild  |  43 +
 dev-qt/qtdeclarative/Manifest  |   1 +
 .../qtdeclarative/qtdeclarative-5.15.0_rc.ebuild   |  53 ++
 dev-qt/qtdiag/Manifest |   1 +
 dev-qt/qtdiag/qtdiag-5.15.0_rc.ebuild  |  32 
 dev-qt/qtgamepad/Manifest  |   1 +
 dev-qt/qtgamepad/qtgamepad-5.15.0_rc.ebuild|  35 
 dev-qt/qtgraphicaleffects/Manifest |   1 +
 .../qtgraphicaleffects-5.15.0_rc.ebuild|  21 +++
 dev-qt/qtgui/Manifest  |   1 +
 dev-qt/qtgui/qtgui-5.15.0_rc.ebuild| 184 +
 dev-qt/qthelp/Manifest |   1 +
 dev-qt/qthelp/qthelp-5.15.0_rc.ebuild  |  29 
 dev-qt/qtimageformats/Manifest |   1 +
 .../qtimageformats/qtimageformats-5.15.0_rc.ebuild |  30 
 dev-qt/qtlocation/Manifest |   1 +
 dev-qt/qtlocation/qtlocation-5.15.0_rc.ebuild  |  47 ++
 dev-qt/qtmultimedia/Manifest   |   1 +
 dev-qt/qtmultimedia/qtmultimedia-5.15.0_rc.ebuild  |  68 
 dev-qt/qtnetwork/Manifest  |   1 +
 dev-qt/qtnetwork/qtnetwork-5.15.0_rc.ebuild|  62 +++
 dev-qt/qtnetworkauth/Manifest  |   1 +
 .../qtnetworkauth/qtnetworkauth-5.15.0_rc.ebuild   |  20 +++
 dev-qt/qtopengl/Manifest   |   1 +
 dev-qt/qtopengl/qtopengl-5.15.0_rc.ebuild  |  34 
 dev-qt/qtpaths/Manifest|   1 +
 dev-qt/qtpaths/qtpaths-5.15.0_rc.ebuild|  19 +++
 dev-qt/qtplugininfo/Manifest   |   1 +
 dev-qt/qtplugininfo/qtplugininfo-5.15.0_rc.ebuild  |  19 +++
 dev-qt/qtpositioning/Manifest  |   1 +
 .../qtpositioning/qtpositioning-5.15.0_rc.ebuild   |  40 +
 dev-qt/qtprintsupport/Manifest |   1 +
 .../qtprintsupport/qtprintsupport-5.15.0_rc.ebuild |  42 +
 dev-qt/qtquickcontrols/Manifest|   1 +
 .../qtquickcontrols-5.15.0_rc.ebuild   |  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 +
 .../qtquickcontrols2-5.15.0_rc.ebuild  |  30 
 dev-qt/qtscript/Manifest   |   1 +
 dev-qt/qtscript/qtscript-5.15.0_rc.ebuild  |  36 
 dev-qt/qtscxml/Manifest|   1 +
 dev-qt/qtscxml/qtscxml-5.15.0_rc.ebuild|  19 +++
 dev-qt/qtsensors/Manifest  |   1 +
 dev-qt/qtsensors/qtsensors-5.15.0_rc.ebuild|  28 
 dev-qt/qtserialbus/Manifest|   1 +
 

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

2020-05-06 Thread Patrick McLean
commit: 4751e4e1f2b0405fd33770ad247363f3656d0d15
Author: Patrick McLean  sony  com>
AuthorDate: Wed May  6 22:39:26 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 00:16:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4751e4e1

dev-python/sphinxcontrib-httpdomain-1.7.0: bump, enable tests, add py38

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

 dev-python/sphinxcontrib-httpdomain/Manifest   |  1 +
 .../sphinxcontrib-httpdomain-1.7.0.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/sphinxcontrib-httpdomain/Manifest 
b/dev-python/sphinxcontrib-httpdomain/Manifest
index 7762919cee6..e58f3dc8305 100644
--- a/dev-python/sphinxcontrib-httpdomain/Manifest
+++ b/dev-python/sphinxcontrib-httpdomain/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-httpdomain-1.5.0.tar.gz 13981 BLAKE2B 
ca08a5cdc22d9898c6972ce8b7585fc4f185e3a0c8e49302bfafbfc88b4bb69d9d3deaf15cca2dfcd2f218199f509023aeb542129fea2003cecb2e8ef8215fd4
 SHA512 
e393690314cb7a7b81207ee42826eb5360ca6cfa8ad1b57c9a8dd5897ed1ed97bad4a46d8348aad9d5f6b6145e5456af629b14973ad2561d5b90b2f8dbf2163a
+DIST sphinxcontrib-httpdomain-1.7.0.tar.gz 37493 BLAKE2B 
e34682029ed2f59cb8c70b2a5270a2f89c4cb08179fdf3a53c65f1ad23eebba71bff5385b5d3fd971a6e3341457b253e4187632a8bf856ca208843938bbde056
 SHA512 
8c6e40dfaa29a552164078fbc96de578b2aac269cb0ce5e228293a85f87c4db4ef8c902868caccaca709df938d4e3917cc77b3da9bd889b9c6f8c6fa242dcc0d

diff --git 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild
new file mode 100644
index 000..129a707fd96
--- /dev/null
+++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP 
APIs"
+HOMEPAGE="https://github.com/sphinx-contrib/httpdomain
+   https://sphinxcontrib-httpdomain.readthedocs.io/;
+SRC_URI="https://github.com/sphinx-contrib/httpdomain/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN#sphinxcontrib-}-${PV}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2020-05-06 Thread Patrick McLean
commit: eff6347a4144e8b5a21dfb38702594651835e7ed
Author: Patrick McLean  sony  com>
AuthorDate: Wed May  6 23:46:28 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 00:16:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff6347a

dev-python/snapshottest: New package

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

 dev-python/snapshottest/Manifest   |  1 +
 .../files/snapshottest-0.5.1-remove-fastdiff.patch | 57 ++
 dev-python/snapshottest/metadata.xml   | 12 +
 dev-python/snapshottest/snapshottest-0.5.1.ebuild  | 49 +++
 4 files changed, 119 insertions(+)

diff --git a/dev-python/snapshottest/Manifest b/dev-python/snapshottest/Manifest
new file mode 100644
index 000..8b4c6149861
--- /dev/null
+++ b/dev-python/snapshottest/Manifest
@@ -0,0 +1 @@
+DIST snapshottest-0.5.1.tar.gz 19312 BLAKE2B 
a8acfb09de9e58c7a929f71d10f3cc68d7eec31a9fa1ea0fe74ae8a574ceec315f7eab2f9e7cd326c34d981b5ede4c398b5f1352bd59c23be219eeb9a2c0e861
 SHA512 
1541c327c4238c816b55cf797f6104ad54ff62a2332517b3bf9a455bbee0abd49f6983a54dc7510d1e1c659d88e5f7d6c6aa396c0ece19e19957ea8cff42c673

diff --git 
a/dev-python/snapshottest/files/snapshottest-0.5.1-remove-fastdiff.patch 
b/dev-python/snapshottest/files/snapshottest-0.5.1-remove-fastdiff.patch
new file mode 100644
index 000..ec12f15fe7a
--- /dev/null
+++ b/dev-python/snapshottest/files/snapshottest-0.5.1-remove-fastdiff.patch
@@ -0,0 +1,57 @@
+From 3e31b54d349eb136f0d96eb81309fdaf4ad35fcf Mon Sep 17 00:00:00 2001
+From: David Shepherd 
+Date: Sat, 15 Feb 2020 11:48:52 +
+Subject: [PATCH] Revert "Use fastdiff for faster diffing"
+
+This reverts commit 56d9efdaa37c39c7f644726e0d34c89b09ff9568.
+---
+ setup.py | 2 +-
+ snapshottest/diff.py | 9 +
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 1baefd8..690713e 100644
+--- a/setup.py
 b/setup.py
+@@ -23,7 +23,7 @@
+ 'nose.plugins.0.10':
+ ['snapshottest = snapshottest.nose:SnapshotTestPlugin']
+ },
+-install_requires=['six>=1.10.0', 'termcolor', 'fastdiff>=0.1.4<1'],
++install_requires=['six>=1.10.0', 'termcolor'],
+ tests_require=tests_require,
+ extras_require={
+ 'test': tests_require,
+diff --git a/snapshottest/diff.py b/snapshottest/diff.py
+index 5fddf66..83c599a 100644
+--- a/snapshottest/diff.py
 b/snapshottest/diff.py
+@@ -1,5 +1,5 @@
++from difflib import Differ
+ from termcolor import colored
+-from fastdiff import compare
+ 
+ from .sorted_dict import SortedDict
+ from .formatter import Formatter
+@@ -23,6 +23,7 @@ def format_line(line):
+ class PrettyDiff(object):
+ def __init__(self, obj, snapshottest):
+ self.pretty = Formatter()
++self.differ = Differ()
+ self.snapshottest = snapshottest
+ if isinstance(obj, dict):
+ obj = SortedDict(**obj)
+@@ -35,10 +36,10 @@ def __repr__(self):
+ return repr(self.obj)
+ 
+ def get_diff(self, other):
+-text1 = 'Received \n\n' + self.pretty(self.obj)
+-text2 = 'Snapshot \n\n' + self.pretty(other)
++text1 = ['Received ', ''] + self.pretty(self.obj).splitlines(1)
++text2 = ['Snapshot ', ''] + self.pretty(other).splitlines(1)
+ 
+-lines = list(compare(text2, text1))
++lines = list(self.differ.compare(text2, text1))
+ return [
+ format_line(line) for line in lines
+ ]

diff --git a/dev-python/snapshottest/metadata.xml 
b/dev-python/snapshottest/metadata.xml
new file mode 100644
index 000..592df77578d
--- /dev/null
+++ b/dev-python/snapshottest/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+sphinxcontrib-httpdomain
+birkenfeld/sphinx-contrib
+  
+

diff --git a/dev-python/snapshottest/snapshottest-0.5.1.ebuild 
b/dev-python/snapshottest/snapshottest-0.5.1.ebuild
new file mode 100644
index 000..f460c89932a
--- /dev/null
+++ b/dev-python/snapshottest/snapshottest-0.5.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+# no tests on pypi, no tags on github
+COMMIT_HASH="4ac2b4fb09e9e7728bebb11967c164a914775d1d"
+
+DESCRIPTION="Snapshot Testing utils for Python"
+HOMEPAGE="https://pypi.org/project/snapshottest/
+   https://github.com/syrusakbary/snapshottest;
+SRC_URI="https://github.com/syrusakbary/${PN}/archive/${COMMIT_HASH}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   

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

2020-05-06 Thread Patrick McLean
commit: b8ac5bbac1921cd193bd65b4af23c5b1953ce9b8
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 00:16:10 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 00:16:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ac5bba

dev-python/sphinxcontrib-httpexample: New package

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

 dev-python/sphinxcontrib-httpexample/Manifest  |  1 +
 dev-python/sphinxcontrib-httpexample/metadata.xml  | 16 
 .../sphinxcontrib-httpexample-0.10.3.ebuild| 44 ++
 3 files changed, 61 insertions(+)

diff --git a/dev-python/sphinxcontrib-httpexample/Manifest 
b/dev-python/sphinxcontrib-httpexample/Manifest
new file mode 100644
index 000..fe36e369295
--- /dev/null
+++ b/dev-python/sphinxcontrib-httpexample/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-httpexample-0.10.3.tar.gz 30489 BLAKE2B 
1100f28398d0d23559fb7ebea8263be5da6f2db09e9d5f48513d80d2cd580d2ff436df84b532eba8fb0c30eb3787a86f57f75750aeb0857b52af09885ba9a124
 SHA512 
de776f20e566a5b2ec4fcbad82d2ac39988ccf651a14d38d353dfd9cda7c15289acbb41db56df9189e42c2637bfd70fd4915d19d4ee718ddd4de476ddc34151f

diff --git a/dev-python/sphinxcontrib-httpexample/metadata.xml 
b/dev-python/sphinxcontrib-httpexample/metadata.xml
new file mode 100644
index 000..39ac3a9a959
--- /dev/null
+++ b/dev-python/sphinxcontrib-httpexample/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+chutz...@gentoo.org
+Patrick McLean
+  
+  
+willi...@gentoo.org
+William Hubbs
+  
+  
+vpayno+gen...@gmail.com
+Victor Payno
+  
+

diff --git 
a/dev-python/sphinxcontrib-httpexample/sphinxcontrib-httpexample-0.10.3.ebuild 
b/dev-python/sphinxcontrib-httpexample/sphinxcontrib-httpexample-0.10.3.ebuild
new file mode 100644
index 000..62cfbf4fe44
--- /dev/null
+++ 
b/dev-python/sphinxcontrib-httpexample/sphinxcontrib-httpexample-0.10.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Adds example directive for sphinx-contrib httpdomain"
+HOMEPAGE="https://github.com/collective/sphinxcontrib-httpexample;
+SRC_URI="https://github.com/collective/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/astunparse[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-httpdomain[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+   test? (
+   dev-python/snapshottest[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   dev-python/sphinx-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -e "s:pytest-runner::" -i setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv || die "tests fail with ${EPYTHON}"
+}



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

2020-05-06 Thread Patrick McLean
commit: 7d989fd8c1cba17b9c913baacca013695eca9c37
Author: Patrick McLean  sony  com>
AuthorDate: Wed May  6 22:23:42 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 00:16:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d989fd8

dev-python/astunparse-1.6.2: enable tests, add py38

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

 dev-python/astunparse/astunparse-1.6.2.ebuild  |  10 +-
 .../astunparse/files/astunparse-1.6.2-py38.patch   | 259 +
 .../astunparse/files/astunparse-1.6.2-tests.patch  |  23 ++
 3 files changed, 291 insertions(+), 1 deletion(-)

diff --git a/dev-python/astunparse/astunparse-1.6.2.ebuild 
b/dev-python/astunparse/astunparse-1.6.2.ebuild
index 304fa3dd21c..824af0fdce1 100644
--- a/dev-python/astunparse/astunparse-1.6.2.ebuild
+++ b/dev-python/astunparse/astunparse-1.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Astun parser for python"
@@ -18,6 +18,14 @@ RDEPEND="
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
>=dev-python/wheel-0.23.0[${PYTHON_USEDEP}]
 "
+PATCHES=(
+   "${FILESDIR}/astunparse-1.6.2-tests.patch"
+
+   # 
https://github.com/simonpercivall/astunparse/commit/2bd946919076f993cee1173611914372a0a25f00
+   "${FILESDIR}/astunparse-1.6.2-py38.patch"
+)
+
+distutils_enable_tests setup.py
 
 python_install_all() {
distutils-r1_python_install_all

diff --git a/dev-python/astunparse/files/astunparse-1.6.2-py38.patch 
b/dev-python/astunparse/files/astunparse-1.6.2-py38.patch
new file mode 100644
index 000..aa27112393c
--- /dev/null
+++ b/dev-python/astunparse/files/astunparse-1.6.2-py38.patch
@@ -0,0 +1,259 @@
+diff --git a/lib/astunparse/unparser.py b/lib/astunparse/unparser.py
+index edf8c68..0ef6fd8 100644
+--- a/lib/astunparse/unparser.py
 b/lib/astunparse/unparser.py
+@@ -29,7 +29,7 @@ class Unparser:
+ output source code for the abstract syntax; original formatting
+ is disregarded. """
+
+-def __init__(self, tree, file=sys.stdout):
++def __init__(self, tree, file = sys.stdout):
+ """Unparser(tree, file=sys.stdout) -> None.
+  Print the source for tree to file."""
+ self.f = file
+@@ -89,6 +89,13 @@ class Unparser:
+ self.fill()
+ self.dispatch(tree.value)
+
++def _NamedExpr(self, tree):
++self.write("(")
++self.dispatch(tree.target)
++self.write(" := ")
++self.dispatch(tree.value)
++self.write(")")
++
+ def _Import(self, t):
+ self.fill("import ")
+ interleave(lambda: self.write(", "), self.dispatch, t.names)
+@@ -120,11 +127,11 @@ class Unparser:
+
+ def _AnnAssign(self, t):
+ self.fill()
+-if not t.simple:
+-self.write("(")
++if not t.simple and isinstance(t.target, ast.Name):
++self.write('(')
+ self.dispatch(t.target)
+-if not t.simple:
+-self.write(")")
++if not t.simple and isinstance(t.target, ast.Name):
++self.write(')')
+ self.write(": ")
+ self.dispatch(t.annotation)
+ if t.value:
+@@ -189,6 +196,14 @@ class Unparser:
+ self.fill("nonlocal ")
+ interleave(lambda: self.write(", "), self.write, t.names)
+
++def _Await(self, t):
++self.write("(")
++self.write("await")
++if t.value:
++self.write(" ")
++self.dispatch(t.value)
++self.write(")")
++
+ def _Yield(self, t):
+ self.write("(")
+ self.write("yield")
+@@ -328,12 +343,19 @@ class Unparser:
+ self.dispatch(t.body)
+ self.leave()
+
+-def _generic_FunctionDef(self, t, async_=False):
++def _FunctionDef(self, t):
++self.__FunctionDef_helper(t, "def")
++
++def _AsyncFunctionDef(self, t):
++self.__FunctionDef_helper(t, "async def")
++
++def __FunctionDef_helper(self, t, fill_suffix):
+ self.write("\n")
+ for deco in t.decorator_list:
+ self.fill("@")
+ self.dispatch(deco)
+-self.fill(("async " if async_ else "") + "def " + t.name + "(")
++def_str = fill_suffix+" "+t.name + "("
++self.fill(def_str)
+ self.dispatch(t.args)
+ self.write(")")
+ if getattr(t, "returns", False):
+@@ -343,14 +365,14 @@ class Unparser:
+ self.dispatch(t.body)
+ self.leave()
+
+-def _FunctionDef(self, t):
+-self._generic_FunctionDef(t)
++def _For(self, t):
++self.__For_helper("for ", t)
+
+-def _AsyncFunctionDef(self, t):
+-self._generic_FunctionDef(t, async_=True)
++def _AsyncFor(self, t):
++self.__For_helper("async for ", t)
+
+-def _generic_For(self, t, async_=False):
+-

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/

2020-05-06 Thread Mike Gilbert
commit: 5c65a2dac4c2fbe6027aa7350b40f2dd54d4ae04
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May  7 00:08:03 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May  7 00:08:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c65a2da

dev-vcs/subversion: fix build with >=dev-libs/libutf8proc-2.5.0

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

 dev-vcs/subversion/subversion-1.13.0-r1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-vcs/subversion/subversion-1.13.0-r1.ebuild 
b/dev-vcs/subversion/subversion-1.13.0-r1.ebuild
index 9534bafbacb..3cf9f17eab2 100644
--- a/dev-vcs/subversion/subversion-1.13.0-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.13.0-r1.ebuild
@@ -154,6 +154,9 @@ pkg_setup() {
 }
 
 src_prepare() {
+   # https://bugs.gentoo.org/721300
+   rm "${WORKDIR}"/patches/subversion-1.10.0_rc1-utf8proc_include.patch || 
die
+
eapply "${WORKDIR}/patches"
eapply_user
 
@@ -260,6 +263,10 @@ src_configure() {
export ac_cv_python_compile="$(tc-getCC)"
fi
 
+   # Remove when >=dev-libs/libutf8proc-2.5.0 is stable
+   # https://bugs.gentoo.org/721300
+   append-cppflags -I"${EPREFIX}"/usr/include/libutf8proc
+
# allow overriding Python include directory
ac_cv_path_RUBY=$(usex ruby "${EPREFIX}/usr/bin/ruby${RB_VER}" "none") \
ac_cv_path_RDOC=$(usex ruby "${EPREFIX}/usr/bin/rdoc${RB_VER}" "none") \



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

2020-05-06 Thread Alessandro Barbieri
commit: 460d2153b532158cb9760b6d26c0b1d52e4ffd1d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:55:57 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:55:57 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=460d2153

dev-R/CRAN-magrittr: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild | 13 +
 dev-R/CRAN-magrittr/Manifest |  1 +
 dev-R/CRAN-magrittr/metadata.xml | 18 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild 
b/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
new file mode 100644
index 000..d418d0a
--- /dev/null
+++ b/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='A Forward-Pipe Operator for R'
+HOMEPAGE="https://cran.r-project.org/package=magrittr;
+SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"

diff --git a/dev-R/CRAN-magrittr/Manifest b/dev-R/CRAN-magrittr/Manifest
new file mode 100644
index 000..cbbd05e
--- /dev/null
+++ b/dev-R/CRAN-magrittr/Manifest
@@ -0,0 +1 @@
+DIST magrittr_1.5.tar.gz 200504 BLAKE2B 
6f68ca7449dd157688fea924800a0b9af9b6eb4c696b50e848fd3d97ec457ee488b9f524f756c5619c3293b343aab9547a6e784319e96e769446cf4d236f1cf4
 SHA512 
d1e66bab279a08f85405fedee0efea0dc4af058e76d8c0151c620825e01a8cf766bf89eaf24a64c67cadbad05c18f780006837ae0e9ded32c2637ed4df984279

diff --git a/dev-R/CRAN-magrittr/metadata.xml b/dev-R/CRAN-magrittr/metadata.xml
new file mode 100644
index 000..adfd45e
--- /dev/null
+++ b/dev-R/CRAN-magrittr/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Provides a mechanism for chaining commands with a new forward-pipe operator, 
%>%. This operator will forward a value, or the result of an expression, into 
the next function call/expression. There is flexible support for the type of 
right-hand side expressions. For more information, see package vignette. To 
quote Rene Magritte, "Ceci n'est pas un pipe."
+  
+  
+https://cran.r-project.org/web/packages/magrittr/magrittr.pdf
+
+  Stefan Milton Bache
+  ste...@stefanbache.dk
+
+  
+



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

2020-05-06 Thread Alessandro Barbieri
commit: 82b226505fb8fc23f429e97f2629b5732c2f1452
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:50:28 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82b22650

dev-R/CRAN-fansi: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild | 17 +
 dev-R/CRAN-fansi/Manifest|  1 +
 dev-R/CRAN-fansi/metadata.xml| 21 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild 
b/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
new file mode 100644
index 000..6293e8e
--- /dev/null
+++ b/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='ANSI Control Sequence Aware String Functions'
+HOMEPAGE="
+   https://github.com/brodieG/fansi
+   https://cran.r-project.org/package=fansi
+"
+SRC_URI="http://cran.r-project.org/src/contrib/fansi_0.4.1.tar.gz;
+LICENSE='GPL-2+'
+
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-3.1.0"

diff --git a/dev-R/CRAN-fansi/Manifest b/dev-R/CRAN-fansi/Manifest
new file mode 100644
index 000..f9013b6
--- /dev/null
+++ b/dev-R/CRAN-fansi/Manifest
@@ -0,0 +1 @@
+DIST fansi_0.4.1.tar.gz 270906 BLAKE2B 
fe8f8fdd9f99292c787deb3cef08b89afcbfc7c7b0a56ffe8f29877afd2fac46d7144c7acabe5d1a49c0ae40c0842a21464cec32c3b194b823798489cf6fa3b3
 SHA512 
01289228240f245f13d4f65f368bec183d779018038f0e4f5b4aa6379676f5eda10d32b9c8a5c373d1cfcadec449b6d3efe05f0e09161430263e08be7da58ffc

diff --git a/dev-R/CRAN-fansi/metadata.xml b/dev-R/CRAN-fansi/metadata.xml
new file mode 100644
index 000..2c74ee0
--- /dev/null
+++ b/dev-R/CRAN-fansi/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Counterparts to R string manipulation functions that account for the effects 
of ANSI text formatting control sequences.
+  
+  
+https://github.com/brodieG/fansi/issues
+
https://cran.r-project.org/web/packages/fansi/news/news.html
+https://cran.r-project.org/web/packages/fansi/fansi.pdf
+
+  Brodie Gaslam
+  brodie.gas...@yahoo.com
+
+brodieG/fansi
+  
+



[gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/

2020-05-06 Thread Max Magorsch
commit: 695894f1f677c29fc65a2e660beeefa669820e89
Author: Max Magorsch  gentoo  org>
AuthorDate: Wed May  6 23:46:16 2020 +
Commit: Max Magorsch  gentoo  org>
CommitDate: Wed May  6 23:46:16 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=695894f1

Use https everywhere

Signed-off-by: Max Magorsch  gentoo.org>

 html/stats.jinja2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/html/stats.jinja2 b/html/stats.jinja2
index 35f012a..9596930 100644
--- a/html/stats.jinja2
+++ b/html/stats.jinja2
@@ -77,7 +77,7 @@
 Gentoo {% if type != "all" %}{{ 
type[0]|upper}}{{type[1:]}}{%endif%} Mirrors
   {% if type != "all" %}
   
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; aria-hidden="true" focusable="false" 
width="1em" height="1em" style="-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg); transform: rotate(360deg);" 
preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24">
+https://www.w3.org/2000/svg; 
xmlns:xlink="https://www.w3.org/1999/xlink; aria-hidden="true" 
focusable="false" width="1em" height="1em" style="-ms-transform: 
rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" 
preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24">
 
   
   {% endif %}
@@ -150,7 +150,7 @@
   Mirror Data as current 
of{{ lastUpdate }}
 
 
-  Data powered by:http://www.staff.science.uu.nl/~penni101/mirmon/;>Mirmon v2.11
+  Data powered by:https://www.staff.science.uu.nl/~penni101/mirmon/;>Mirmon v2.11
 
 
 
@@ -203,7 +203,7 @@
   var map = L.map('mirrorLocations', { zoomAnimationThreshold: 9 } 
).setView([30, 0], 2);
   var markers = {};
 
-  map.addLayer(new 
L.TileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { minZoom: 2, 
maxZoom: 8, attribution: 'Map data © http://openstreetmap.org;>OpenStreetMap contributors' }));
+  map.addLayer(new 
L.TileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { minZoom: 2, 
maxZoom: 8, attribution: 'Map data © https://openstreetmap.org;>OpenStreetMap contributors' }));
 
 
   var greenIcon = new L.Icon({



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/slicot/files/, sci-libs/slicot/

2020-05-06 Thread Alessandro Barbieri
commit: 634f8d92dc88baf041f835d16d51aadeba3912f0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May  3 18:59:09 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=634f8d92

sci-libs/slicot: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/slicot/Manifest|  1 +
 sci-libs/slicot/files/Makefile  | 26 +
 sci-libs/slicot/metadata.xml| 30 +++
 sci-libs/slicot/slicot-5.0_p20101122.ebuild | 57 +
 4 files changed, 114 insertions(+)

diff --git a/sci-libs/slicot/Manifest b/sci-libs/slicot/Manifest
new file mode 100644
index 000..ac5de03
--- /dev/null
+++ b/sci-libs/slicot/Manifest
@@ -0,0 +1 @@
+DIST slicot_5.0+20101122.orig.tar.gz 2489463 BLAKE2B 
dc34617f84b51f6be9bb471b30dd8d7cf3dd67b1a0d6ec14af33ccd49aee33ee39b657af6d619059da42734d86eb23e0faf7827db36152001263c4c131234aad
 SHA512 
bef2707bf484636a5c58325561e3f342f08887458020c4922a2b346b88047b48e3f2d372c5c984226856be5c327f2535c32cf299baa553b8bf0fbeea896d6c9b

diff --git a/sci-libs/slicot/files/Makefile b/sci-libs/slicot/files/Makefile
new file mode 100755
index 000..f15cc08
--- /dev/null
+++ b/sci-libs/slicot/files/Makefile
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+.PHONY: default
+default: libslicot.so
+
+SLICOT_SRC=$(sort $(shell echo src/*.f))
+SLICOT_OBJ=$(SLICOT_SRC:.f=.o)
+
+shared_dir:
+   mkdir -p $(subst _dir,,$(@))
+   touch $@
+
+$(subst src/,shared/,$(SLICOT_OBJ)): \
+  shared/%.o : src/%.f shared_dir
+
+   $(F77) $(FFLAGS) -fPIC -c $< -o $@
+
+libslicot.so: libslicot.so.$(SO)
+   ln -snf $< $@
+
+libslicot.so.$(SO): libslicot.so.$(VERS)
+   ln -snf $< $@
+
+libslicot.so.$(VERS): $(subst src/,shared/,$(SLICOT_OBJ))
+   $(F77) -fPIC ${FFLAGS} $(LDFLAGS) -shared 
-Wl,-soname=libslicot.so.$(SO) -o $@ $^

diff --git a/sci-libs/slicot/metadata.xml b/sci-libs/slicot/metadata.xml
new file mode 100644
index 000..4aaef1d
--- /dev/null
+++ b/sci-libs/slicot/metadata.xml
@@ -0,0 +1,30 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mailto:vs...@ici.ro
+
+  vs...@ici.ro
+  Vasile Sima
+
+  
+  
+The subroutine library SLICOT provides Fortran 77 implementations of numerical 
algorithms for computations in systems and control theory. Based on numerical 
linear algebra routines from BLAS and LAPACK libraries, SLICOT provides methods 
for the design and analysis of control systems. The basic ideas behind the 
library are:
+
+usefulness of algorithms;
+robustness, algorithms must either return reliable results or an error or 
warning indicator;
+numerical stability and accuracy: the results are as good as can be 
expected when working at a given precision. If possible an estimate of the 
achieved accuracy should be given;
+performance with respect to speed and memory requirements. Although 
important because of ever increasing complexity of control problems, this 
objective may never be met at cost of the two previous ones;
+portability and reusability: the library should be independent of 
platforms;
+standardisation: the library is based on rigorous programming and 
documentation standards;
+benchmarking, i.e., a standardised set of examples that allows an 
evaluation of the performance of a method as well as the implementation with 
respect to correctness, accuracy, and speed. Benchmarking gives also insight in 
the behaviour of the method and its implementation in extreme situations, i.e., 
for problems where the limit of the possible accuracy is reached.
+
+The current version of SLICOT consists of over 570 user-callable and 
computational routines in various domains of systems and control. Almost all of 
these routines have associated on-line documentation. Over 240 routines have 
associated example programs, data and results. New routines are still in 
preparation. Due to the use of Fortran 77, reusability of the software is 
obtained, so SLICOT can serve as the core for various existing and future CACSD 
platforms and production quality software. SLICOT routines can be linked to 
MATLAB through a gateway compiler, e.g., the NAG Gateway Generator. Recently, 
MATLAB or Scilab interfaces have been developed for many routines.
+
+The use of Fortran 77 allows to exploit the structural features of the 
underlying computational problem and the use of appropriate data structures. 
This is advantageous for speed of computation and required memory. As the 
complexity of systems and related control solutions is ever increasing, the 
issue of speed and memory remains a valid one. The performance of the library 
has been assessed with respect to numerical quality, computational speed, and 
memory 

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

2020-05-06 Thread Alessandro Barbieri
commit: fec5f391149ee6a33d09753127246374fafa7486
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:35:03 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fec5f391

R-eclass-guru, update copyright

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

 eclass/R-packages-guru.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/R-packages-guru.eclass b/eclass/R-packages-guru.eclass
index e365b03..0f28749 100644
--- a/eclass/R-packages-guru.eclass
+++ b/eclass/R-packages-guru.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils



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

2020-05-06 Thread Alessandro Barbieri
commit: 751caceccb0a8bff96cd0a087a8bfbb88b4f7bdf
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:33:44 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=751cacec

byte-compile useflag description

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

 profiles/use.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/use.desc b/profiles/use.desc
new file mode 100644
index 000..5fd5753
--- /dev/null
+++ b/profiles/use.desc
@@ -0,0 +1 @@
+byte-compile - enable byte compiling



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

2020-05-06 Thread Alessandro Barbieri
commit: 6b21bdbbeb91d9f171ff5a358d8e5c33dc6b380c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:33:32 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b21bdbb

dev-R/CRAN-rematch: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild | 17 +
 dev-R/CRAN-rematch/Manifest  |  1 +
 dev-R/CRAN-rematch/metadata.xml  | 21 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild 
b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
new file mode 100644
index 000..0ac3c33
--- /dev/null
+++ b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Match Regular Expressions with a Nicer API'
+HOMEPAGE="
+   https://github.com/MangoTheCat/rematch
+   https://cran.r-project.org/package=rematch
+"
+SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"
+RDEPEND=""

diff --git a/dev-R/CRAN-rematch/Manifest b/dev-R/CRAN-rematch/Manifest
new file mode 100644
index 000..31a
--- /dev/null
+++ b/dev-R/CRAN-rematch/Manifest
@@ -0,0 +1 @@
+DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 
5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d
 SHA512 
b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1

diff --git a/dev-R/CRAN-rematch/metadata.xml b/dev-R/CRAN-rematch/metadata.xml
new file mode 100644
index 000..469ee64
--- /dev/null
+++ b/dev-R/CRAN-rematch/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+A small wrapper on 'regexpr' to extract the matches and captured groups from 
the match of a regular expression to a character vector.
+  
+  
+https://github.com/MangoTheCat/rematch/issues
+
https://cran.r-project.org/web/packages/rematch/news.html
+https://cran.r-project.org/web/packages/rematch/rematch.pdf
+
+  Gabor Csardi
+  gcsa...@mango-solutions.com
+
+MangoTheCat/rematch
+  
+



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

2020-05-06 Thread Alessandro Barbieri
commit: 0c81ac428bf9da975095af4a21b83fca194a3e0e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:27:20 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c81ac42

new categories

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

 profiles/categories | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/categories b/profiles/categories
new file mode 100644
index 000..bffe297
--- /dev/null
+++ b/profiles/categories
@@ -0,0 +1,2 @@
+dev-octave
+dev-R



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

2020-05-06 Thread Alessandro Barbieri
commit: bdffb505eca41fccdac6625b586f7a7ed05159b4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:28:47 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdffb505

new eclass for R packages, taken from the R_Overlay

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

 eclass/R-packages-guru.eclass | 54 +++
 1 file changed, 54 insertions(+)

diff --git a/eclass/R-packages-guru.eclass b/eclass/R-packages-guru.eclass
new file mode 100644
index 000..e365b03
--- /dev/null
+++ b/eclass/R-packages-guru.eclass
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit eutils
+
+EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="byte-compile"
+
+DEPEND="dev-lang/R"
+RDEPEND="${DEPEND}"
+
+R-packages-guru_src_unpack() {
+   unpack ${A}
+   if [[ -d "${PN//_/.}" ]] && [[ ! -d "${P}" ]]; then
+   mv ${PN//_/.} "${P}"
+   fi
+}
+
+if has "${EAPI:-0}" 0 1 2 3 4 5; then
+   R-packages-guru_src_prepare() {
+   epatch_user
+   }
+else
+   R-packages-guru_src_prepare() {
+   default
+   }
+fi
+
+R-packages-guru_src_compile() {
+   MAKEFLAGS="CFLAGS=${CFLAGS// /\\ } CXXFLAGS=${CXXFLAGS// /\\ } 
FFLAGS=${FFLAGS// /\\ } FCFLAGS=${FCFLAGS// /\\ } LDFLAGS=${LDFLAGS// /\\ }" \
+   R CMD INSTALL . -l "${WORKDIR}" $(use byte-compile && echo 
"--byte-compile")
+}
+
+R-packages-guru_src_install() {
+   insinto /usr/$(get_libdir)/R/site-library
+   doins -r "${WORKDIR}"/${PN//_/.}
+}
+
+R-packages-guru_pkg_postinst() {
+   if [[ "${_UNRESOLVABLE_PACKAGES:-}" ]]; then
+   # _UNRESOLVABLE_PACKAGES is only set if it has more than zero 
items
+   local _max=${#_UNRESOLVABLE_PACKAGES[*]} i=
+
+   einfo "Dependency(-ies):"
+   for (( i=0; i<"${_max}"; i++ )); do
+   einfo "- ${_UNRESOLVABLE_PACKAGES[$i]}"
+   done
+   einfo 'are (is) suggested by upstream but could not be found.'
+   einfo 'Please install it manually from the R interpreter if you 
need it.'
+   fi
+}



[gentoo-commits] proj/gentoo-mirrorstats:master commit in: htdocs/, html/

2020-05-06 Thread Max Magorsch
commit: cd3b03e04c7f3f5693f4224caa44392ee8c066ae
Author: Max Magorsch  gentoo  org>
AuthorDate: Wed May  6 23:26:26 2020 +
Commit: Max Magorsch  gentoo  org>
CommitDate: Wed May  6 23:26:26 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=cd3b03e0

Move the tyrian based pages into production

Signed-off-by: Max Magorsch  gentoo.org>

 htdocs/.keep  |   0
 htdocs/index.html | 173 --
 html/generate.py  |   2 +-
 3 files changed, 1 insertion(+), 174 deletions(-)

diff --git a/htdocs/.keep b/htdocs/.keep
new file mode 100644
index 000..e69de29

diff --git a/htdocs/index.html b/htdocs/index.html
deleted file mode 100644
index 3d907cb..000
--- a/htdocs/index.html
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-  
-Gentoo mirrorstats
-
-
-
-https://assets.gentoo.org/tyrian/v1/bootstrap.min.css; 
rel="stylesheet" media="screen">
-https://assets.gentoo.org/tyrian/v1/tyrian.min.css; 
rel="stylesheet" media="screen">
-https://www.gentoo.org/favicon.ico; 
type="image/x-icon">
-  
-  
-
-  
-
-  
-
-  
-https://get.gentoo.org/; role="button" class="btn 
get-gentoo"> Get 
Gentoo!
-
-  
- gentoo.org sites 
-  
-  
-https://www.gentoo.org/; title="Main Gentoo 
website"> gentoo.org
-https://wiki.gentoo.org/; title="Find and 
contribute documentation"> 
Wiki
-https://bugs.gentoo.org/; title="Report 
issues and find common issues"> 
Bugs
-https://forums.gentoo.org/; title="Discuss 
with the community"> Forums
-https://packages.gentoo.org/; title="Find 
software for your Gentoo"> 
Packages
-
-https://planet.gentoo.org/; title="Find out 
what's going on in the developer community"> Planet
-https://archives.gentoo.org/; title="Read up 
on past discussions"> Archives
-https://sources.gentoo.org/; title="Browse 
our source code"> Sources
-
-https://infra-status.gentoo.org/; title="Get 
updates on the services provided by Gentoo"> Infra Status
-  
-
-  
-
-
-  
-https://assets.gentoo.org/tyrian/v1/site-logo.svg; type="image/svg+xml">
-  https://assets.gentoo.org/tyrian/v1/site-logo.png; 
alt="Gentoo Linux Logo">
-
-  
-  mirrorstats
-
-  
-
-  
-  
-
-  
-
-  
-Toggle navigation
-
-
-
-  
-
-
-  
-Home
-  
-  
-rsync
-  
-  
-distfiles
-  
-  
-snapshots
-  
-  
-releases
-  
-  
-experimental
-  
-
-  
-
-  
-
-
-
-  
-
-  Gentoo mirrorstats
-
-  
- Welcome to the Gentoo Linux mirrorstats system.
-This page links to the mirror status for rsync  source 
mirrors.
-  
-
-   Gentoo rsync mirrors
-   Gentoo rsync mirrors tracked include both official mirrors run by 
the Gentoo Infrastructure team, as well as community-run mirrors.
-   
-   https://www.gentoo.org/support/rsync-mirrors/;>Listing of Gentoo rsync 
mirrors
-   https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Rsync;>How to 
contribute a new rsync mirror
-   Status of Gentoo rsync mirrors
-   
-
-   Gentoo source mirrors
-   
-   https://www.gentoo.org/downloads/mirrors/;>Listing 
of Gentoo source mirrors
-   https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Source;>How 
to contribute a new source mirror
-   Status of Gentoo source mirrors: 
/distfiles/
-   Status of Gentoo source mirrors: 
/experimental/
-   Status of Gentoo source mirrors: 
/releases/
-   Status of Gentoo source mirrors: 
/snapshots/
-   
-
-  
-   If you experience problems with a specific mirror, 
please file clearly marked bugs in https://bugs.gentoo.org/enter_bug.cgi?product=Mirrors;>Gentoo Bugzilla 
(product Mirrors).
-   Please include lots of details about the problem, as 
the Gentoo
-   mirror team will have to contact the administrator of 
individual
-   mirrors to work on problems.
-   

[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-modules/

2020-05-06 Thread Jason A. Donenfeld
commit: e82c2c6131dc3e9641c74bf584f930fde1a4edc9
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed May  6 22:16:16 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Wed May  6 22:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82c2c61

net-vpn/wireguard-modules: bump to 1.0.20200506

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-vpn/wireguard-modules/Manifest  | 2 +-
 ...odules-1.0.20200429.ebuild => wireguard-modules-1.0.20200506.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard-modules/Manifest 
b/net-vpn/wireguard-modules/Manifest
index 9e53f4badf2..285c9024dda 100644
--- a/net-vpn/wireguard-modules/Manifest
+++ b/net-vpn/wireguard-modules/Manifest
@@ -1 +1 @@
-DIST wireguard-linux-compat-1.0.20200429.tar.xz 261668 BLAKE2B 
e40f8a43c8b2a9654adbf2c2c12056573b60fd72419200e9e18d895348bd61df30aada47d78320d75135e2180adacb391557775467040920587b432dccbc4b6d
 SHA512 
b1523a7fd9199847f18bcb4b91aa9a15b58e088955cbbd128de64845cb1ff8e7d692e580b80abb38e79f93ffa8be7841a2b6ffc4bedbb88ef6647dd07f48dc5a
+DIST wireguard-linux-compat-1.0.20200506.tar.xz 263228 BLAKE2B 
cc721009659a64efeab933d25bd901595fee313a0716e8e344d05e51f8458a1cde21b87418a62ad06e94614a28ce0ff26988f1375b74c567e3a827e970b79f15
 SHA512 
39a27a515919933dbed71624be3f8f3f512073b522e1e16248c9eda749dd72a3db5a02d85d29855160eb182415f489a4c02c1659ef9589507c99dbfe74ea3074

diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200429.ebuild 
b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200506.ebuild
similarity index 100%
rename from net-vpn/wireguard-modules/wireguard-modules-1.0.20200429.ebuild
rename to net-vpn/wireguard-modules/wireguard-modules-1.0.20200506.ebuild



[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2020-05-06 Thread Andrew John Hughes
commit: 292fbd2337407610ead715f1abf4f7f191e4f42a
Author: Andrew John Hughes  member  fsf  org>
AuthorDate: Wed May  6 22:03:46 2020 +
Commit: Andrew John Hughes  member  fsf  org>
CommitDate: Wed May  6 22:04:17 2020 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=292fbd23

dev-java/icedtea: Update to 3.16.0 (http://bitly.com/it31600)

Package-Manager: Portage-2.3.87, Repoman-2.3.12
Signed-off-by: Andrew John Hughes  member.fsf.org>

 dev-java/icedtea/ChangeLog |  8 +
 dev-java/icedtea/Manifest  | 42 +++---
 ...icedtea-3.15.0.ebuild => icedtea-3.16.0.ebuild} | 20 +--
 0_pre00.ebuild => icedtea-3.17.0_pre00.ebuild} | 20 +--
 4 files changed, 49 insertions(+), 41 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index 6749f8fe..3b41c0ca 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2020 Gentoo Authors; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-3.16.0 (06 May 2020)
+*icedtea-3.17.0_pre00 (06 May 2020)
+
+  06 May 2020; Andrew John Hughes 
+  +icedtea-3.16.0.ebuild, +icedtea-3.17.0_pre00.ebuild, -icedtea-3.15.0.ebuild,
+  -icedtea-3.16.0_pre00.ebuild:
+  dev-java/icedtea: Update to 3.16.0 (http://bitly.com/it31600)
+
 *icedtea-7.2.6.22 (20 Apr 2020)
 
   20 Apr 2020; Andrew John Hughes 

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 1c2071f1..7514468e 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -13,27 +13,27 @@ DIST icedtea-2.7-jaxws-c62baa2e633c.tar.bz2 2023264 BLAKE2B 
f0b3203c2a1a02c81a3c
 DIST icedtea-2.7-jdk-686a9079ddba.tar.bz2 32832131 BLAKE2B 
941876bb9fe1cbe74d9149c5441d8b16f3f56e09da641920b9a845ad56615bf437093f74fd65d6f8327b2cd1456cf97970633a4fcb780dd52f9d08eedf3bc4d5
 SHA512 
1352e5c10fb16432d877e1c8a517313c9fed9ff32392e9e46c44af1b27e530d890e57ecf185114926947678cb7c0e44365e27d78f8e3b1809a2d20ba194d89e5
 DIST icedtea-2.7-langtools-4dfd158c281f.tar.bz2 1712064 BLAKE2B 
ba482e33729d3734bfb424513377d06cae098b5ded2ad26fdfc486ad4f057b28a5ecfd3f8de3be12ea3e168428921e20f66a016bfa9081f2c0b9806474ca65fe
 SHA512 
05ebf47918f35408df309970aedfcd6fb0d45c86fe0a107a1468c2a0dadf723359911cdac0954ed33a67342f723419ceddf72bdb4763a0bf5298287323cc2baf
 DIST icedtea-2.7-openjdk-3237bf9d7b30.tar.bz2 130448 BLAKE2B 
0ef751512b7415349906d5ea0541d3b6482d722158428182f3ee2799fb080adbed618477747bf77833c444af7e5d6235b5b1b06d9e067057f505d5e9de6409aa
 SHA512 
aa02d9321947b0509b8ee96a2766b48fd2adb51eb1c6ebe6d5c8e69b50c2cdeb803625e99c436c6f59bc958822d3738ffd1baf599011cc6d5b2ec5c3e1bb4155
-DIST icedtea-3.15-aarch32-4107aea57664.tar.xz 6851120 BLAKE2B 
054310c5ad3b20a7e29d1c8875d266d3c163b51349b4d852ab71ff4c4a7c40f6ee75ed0da20ea83c543d9ebc884273511a012e5199feb99ea10b38870a02ffd4
 SHA512 
c6400c6c9d5de671c372650839611c4e2e4a96cd6f86526e722b2023cd6f286b4bedaaa5b3c6c9f9f77e695034182d1d26bbb0ece9ecc62f1f67da08dd921a6f
-DIST icedtea-3.15-corba-f59374a41938.tar.xz 946964 BLAKE2B 
0c71034c9a601bc775c9e4012bbfab07d23ba306c2d7c9d9a056e8c0adb9a323bc4b828034efd3ac16401dff73e9baf4c5971fe8dc8d699b209221393dff86b4
 SHA512 
b27aaef4839be9a6993d8511e492cf33884738e2fe19cd7d00f244a0f94cd0f3a3ff84c63811cd66ea18cdf7327bb270b7ab21c5b66c220a3bb0a31226bb21b5
-DIST icedtea-3.15-hotspot-f76744714698.tar.xz 6905652 BLAKE2B 
619ecf93893554ce7cab5c96f4dbfdad359ca3d5d828ad51691377f97dbdb266fa762a3d3d6cbc451dedb197442fb6816a243624610397e592201be8b69c00e4
 SHA512 
181e9f8d0c083b26a24e6bafe0187e39313a6685f3288d62794c5ec07cb8901b53eba25badc74b367de08b53cd2176df45e184f7a6ccbfab57370e7d3cf388f9
-DIST icedtea-3.15-jaxp-f42bdc74d2f5.tar.xz 2293320 BLAKE2B 
7b32c1ea1019d92d2f7f0da7f2ab9b0e4b3ee5318c4d4fbf9899c2d92cae5a45c131847442425ec6456f5a2ec59349de8776db6b48d8aa78b710c99a01b81201
 SHA512 
25e166d208d99360c9ec5deba5075a5268f2fbc3f31ad9dee0dbd33ee37bc78829d12c9ea11faa5d59ec53385f7dc5f0be29512199db2856068cf81b9ec1ca79
-DIST icedtea-3.15-jaxws-4dee0def390a.tar.xz 2275928 BLAKE2B 
ff7af188ea2bd602621963d27d9389ad57d3e368df49ee12595af511dbcb3904f8322ae9e56dbe60e0374eed674d244cee7c522eb0257110bf9d1a436fee23d3
 SHA512 
cb7a9f80bd33a33f4eb03b091e6c6d3fb6a450695d0231c378d04878fc03e1574f82045c628993e6136188fd2e4144e31c82320b178b21a0aae867e989bfdeeb
-DIST icedtea-3.15-jdk-c2f574d16c2f.tar.xz 39564852 BLAKE2B 
247368e9b277bd991f9d1f1040ea52e37568b9a2b36fc71269fcfb3cb9a2efa0b9ee3ec9d865b20882ce750f051ab0f3d9d33d58c1878c9d77c8576f57285647
 SHA512 
306e2c188987de8d1aa233db1c42522249198b4f3eb71919da911289ab2308b4ab9406c6215c5c157868618341cafbc086bb0e5c423bb6650edfedcc05b17475
-DIST icedtea-3.15-langtools-9cb3b18d9139.tar.xz 2077016 BLAKE2B 
461f3941a81508d8b37ff096aa176bfa1f4bd86dfdb45b49bc431c09caa568f506fd7094b07a1de96138b5b8f2fea37d46137365a67ac1d82f22b85cc461345b
 SHA512 

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

2020-05-06 Thread Andrey Utkin
commit: 34dd372eed495a5b89ac458d3cf0382e45d684aa
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed May  6 21:30:44 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed May  6 21:33:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34dd372e

net-im/dino: fix net-libs/libsignal-protocol-c version

Dino 0.1.0 requires strictly version 2.3.2 of this dependency.

Bug: https://bugs.gentoo.org/718726
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 net-im/dino/dino-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/dino/dino-0.1.0.ebuild b/net-im/dino/dino-0.1.0.ebuild
index 937678aeb91..107f28ed4d2 100644
--- a/net-im/dino/dino-0.1.0.ebuild
+++ b/net-im/dino/dino-0.1.0.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
dev-libs/icu
dev-libs/libgee:0.8
net-libs/glib-networking
-   net-libs/libsignal-protocol-c
+   ~net-libs/libsignal-protocol-c-2.3.2
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3



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

2020-05-06 Thread Mikle Kolyada
commit: 323eecc21a6566ea55569c4f055a636f394f102f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 20:08:50 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 21:32:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323eecc2

profiles: switch python default to 3.7

Signed-off-by: Mikle Kolyada  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15669
Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/base/make.defaults | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 61745b0802d..2d401500584 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -121,14 +121,14 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert  (2018-05-23)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr 
python_targets_python3_6 python_targets_python2_7"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr 
python_targets_python3_7 python_targets_python2_7"
 
 # Mike Gilbert  (2012-05-15)
 # Default target(s) for python-r1.eclass
-# Mikle Kolyada  (2018-07-24)
-# Updated to python3_6
-PYTHON_TARGETS="python2_7 python3_6"
-PYTHON_SINGLE_TARGET="python3_6"
+# Mikle Kolyada  (2020-05-06)
+# Updated to python3_7
+PYTHON_TARGETS="python2_7 python3_7"
+PYTHON_SINGLE_TARGET="python3_7"
 
 # Michał Górny  (2013-08-10)
 # Moved from portage's make.globals.



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

2020-05-06 Thread Matt Turner
commit: 1fa57d7d111914a76ee997e87220c037b94d329b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May  6 21:11:33 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May  6 21:18:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa57d7d

media-libs/mesa: Version bump to 20.1.0_rc2

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-20.1.0_rc2.ebuild | 550 +
 2 files changed, 551 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 14c6256f537..383f6d054d4 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -2,3 +2,4 @@ DIST mesa-19.3.5.tar.xz 12064980 BLAKE2B 
a20ebfb149624f13951795e07154ab70dc1856a
 DIST mesa-20.0.4.tar.xz 12292888 BLAKE2B 
a14b747045ee4ff3bc07e527ad43d5b22047d6c9700cf290ba9c95e07bd88b9252bdd14380d4f0033dcb8fb652664987889d972db09462bcc69c8a7e843b606f
 SHA512 
17d8bc3b56779a8e5648d81da9ee97b66bcec015710801edce4e8055fbb314cd9ebc1d112e3035480ba844c7d9ae6b5b1f1eac0cc0817e69e9253a7748451a55
 DIST mesa-20.0.5.tar.xz 12257484 BLAKE2B 
12d2530fa77dffadea74908e0b8e52f19023f0e2d012c607d7d5fc8b1380efad13dee50eee99a453b751340a3633b6260a3f1c82e5b16c03051df2fca6947740
 SHA512 
6f5780f7574400fea54978b40eb97faca35826a8a7bed96362d7bebcda78e2cadd44585ef8dd7dc126e0cc62cff61bee9b2ea360fedcc09a1fbb4c1f20c6aa08
 DIST mesa-20.0.6.tar.xz 12275708 BLAKE2B 
9f6d9ae9c260e396670a3980ba83914ad0c1b7dc5f08471a78e4ab76e6ce3c18b96152fefc3846d89840be971180a2f4c176d40beb2c4b1f572011cb4b913f58
 SHA512 
a93dc3ed57ed7469b7c60cdbdcf4f29c5da4ec3986171c7b534e009e136ca21fec16207ffab38a6747437a9b1060e2e6c4b74c4e5cdc168b9aba0fc1940b5e90
+DIST mesa-20.1.0-rc2.tar.xz 12577196 BLAKE2B 
8dc88b2546fd85874fad03258b8b8c7d1dbe681f568e5947e1d758234a8f6559b60810142c125bb56142be6926c50a8c20aebf45271f0e8270ff057dbce472aa
 SHA512 
b912b1af69d9c33f1d0855887d4e5c1ea3dc10e7ed875d3285ca13b62314647b56470149484f270e8c8ff0ce4818fafd1537a71b59852957aab26f36e53edfbd

diff --git a/media-libs/mesa/mesa-20.1.0_rc2.ebuild 
b/media-libs/mesa/mesa-20.1.0_rc2.ebuild
new file mode 100644
index 000..03083871b14
--- /dev/null
+++ b/media-libs/mesa/mesa-20.1.0_rc2.ebuild
@@ -0,0 +1,550 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit llvm meson multilib-minimal python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris lima nouveau 
panfrost vc4 virgl vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
+   lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan
+   vulkan-overlay wayland +X xa xvmc +zstd"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ video_cards_radeonsi? ( llvm ) )
+   vulkan-overlay? ( vulkan )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_iris?   ( gallium )
+   video_cards_lima?   ( gallium )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_panfrost? ( gallium )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+   xa? ( X )
+   xvmc? ( X )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.100"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   

[gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/

2020-05-06 Thread Andreas K. Hüttel
commit: 27dc3d72b0f2957cc1646ecc626b08f873682f01
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 20:43:29 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dc3d72

sci-physics/qmeq: Add py37

Closes: https://bugs.gentoo.org/718506
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-physics/qmeq/qmeq-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
index 36c97a4c552..f2a11f357f9 100644
--- a/sci-physics/qmeq/qmeq-1.0.ebuild
+++ b/sci-physics/qmeq/qmeq-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/tsm/

2020-05-06 Thread Andreas K. Hüttel
commit: 169af79c545582f9bec87e77c831acf682483746
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 20:20:01 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169af79c

app-backup/tsm: migrate from user to GLEP 81

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-backup/tsm/tsm-7.1.8.0-r1.ebuild | 8 +---
 app-backup/tsm/tsm-8.1.6.0.ebuild| 8 +---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-backup/tsm/tsm-7.1.8.0-r1.ebuild 
b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild
index 02b699342e4..df5a6de943e 100644
--- a/app-backup/tsm/tsm-7.1.8.0-r1.ebuild
+++ b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit versionator multilib eutils readme.gentoo-r1 rpm systemd user pax-utils
+inherit versionator multilib eutils readme.gentoo-r1 rpm systemd pax-utils
 
 DESCRIPTION="IBM Spectrum Protect (former Tivoli Storage Manager) 
Backup/Archive Client, API"
 HOMEPAGE="https://www.ibm.com/us-en/marketplace/data-protection-and-recovery;
@@ -50,8 +50,11 @@ ${MY_LANG_PV}TIVsm-msg.${lang#*:}.x86_64.rpm )"
 done
 unset lang
 
-DEPEND=""
+DEPEND="
+   acct-group/tsm
+"
 RDEPEND="
+   acct-group/tsm
dev-libs/expat
dev-libs/libxml2
sys-fs/fuse:0
@@ -62,7 +65,6 @@ RDEPEND="
 S="${WORKDIR}/bacli"
 
 pkg_setup() {
-   enewgroup tsm
DOC_CONTENTS="
Note that you have to be root to be able to use the Tivoli 
Storage Manager
client. The dsmtca trusted agent binary does not exist anymore.

diff --git a/app-backup/tsm/tsm-8.1.6.0.ebuild 
b/app-backup/tsm/tsm-8.1.6.0.ebuild
index e8319f4cd21..e440a76deaa 100644
--- a/app-backup/tsm/tsm-8.1.6.0.ebuild
+++ b/app-backup/tsm/tsm-8.1.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit versionator multilib eutils readme.gentoo-r1 rpm systemd user pax-utils
+inherit versionator multilib eutils readme.gentoo-r1 rpm systemd pax-utils
 
 DESCRIPTION="IBM Spectrum Protect (former Tivoli Storage Manager) 
Backup/Archive Client, API"
 HOMEPAGE="https://www.ibm.com/us-en/marketplace/data-protection-and-recovery;
@@ -50,8 +50,11 @@ ${MY_LANG_PV}TIVsm-msg.${lang#*:}.x86_64.rpm )"
 done
 unset lang
 
-DEPEND=""
+DEPEND="
+   acct-group/tsm
+"
 RDEPEND="
+   acct-group/tsm
dev-libs/expat
dev-libs/libxml2
sys-fs/fuse:0
@@ -62,7 +65,6 @@ RDEPEND="
 S="${WORKDIR}/bacli"
 
 pkg_setup() {
-   enewgroup tsm
DOC_CONTENTS="
Note that you have to be root to be able to use the Tivoli 
Storage Manager
client. The dsmtca trusted agent binary does not exist anymore.



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/, sci-electronics/klayout/files/

2020-05-06 Thread Andreas K. Hüttel
commit: a2f26ccbc23b6705a68b8784dfe543ba3969b794
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 19:56:24 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f26ccb

sci-electronics/klayout: Remove old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-electronics/klayout/Manifest   |  1 -
 .../klayout/files/klayout-0.25.6-gcc8.patch| 18 -
 sci-electronics/klayout/klayout-0.25.6-r1.ebuild   | 88 --
 sci-electronics/klayout/klayout-0.25.6.ebuild  | 88 --
 4 files changed, 195 deletions(-)

diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index 6505c62db0f..03d3c2d61eb 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1,2 +1 @@
-DIST klayout-0.25.6.tar.gz 21008915 BLAKE2B 
f5e06790b8eac682b61bf83dce167c4c9eb8767d6bfb040e203ed2ec43b39781e64203c8319bf58ed2f4b7b2349d958f24a7ad1957bc27befa583b00650c
 SHA512 
38d13bd6f0cef5685ef32ebf00edf07f588d445174e2a56320940a7036e65a3fbb11d1efab92af9f8abfce7e77c782df5f05460a7de4d98ade924c761396db5a
 DIST klayout-0.26.4.tar.gz 52324714 BLAKE2B 
663ab737d91a83452234f128b13f73ed8e559e6f0fb11f283bce6bfe80e8f391c7bac5ad16933b2f5bcf46fac6e07233ffc690dea5ddb1702850c52501157c36
 SHA512 
df91434e87d8cc6f4df837eacd756566626405fb75b0cce40c25f157d547dc1e5929746b6b276a317512c038e014bbdd1655615c93d76d9ed5bcf65280d95355

diff --git a/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch 
b/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch
deleted file mode 100644
index 250290f3490..000
--- a/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: https://github.com/klayoutmatthias/klayout/issues/127
-
-diff -ruN klayout-0.25.6.orig/src/db/db/dbCellMapping.cc 
klayout-0.25.6/src/db/db/dbCellMapping.cc
 klayout-0.25.6.orig/src/db/db/dbCellMapping.cc 2018-11-26 
18:53:43.0 +0100
-+++ klayout-0.25.6/src/db/db/dbCellMapping.cc  2018-12-12 20:05:11.210171097 
+0100
-@@ -75,6 +75,12 @@
-   return *this;
-   }
- 
-+  SortedCellIndexIterator ()
-+  {
-+--m_n;
-+return *this;
-+  }
-+
-   SortedCellIndexIterator +=(size_t n) 
-   {
- m_n += n;

diff --git a/sci-electronics/klayout/klayout-0.25.6-r1.ebuild 
b/sci-electronics/klayout/klayout-0.25.6-r1.ebuild
deleted file mode 100644
index 8435a07aa8c..000
--- a/sci-electronics/klayout/klayout-0.25.6-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-RUBY_OPTIONAL=no
-USE_RUBY="ruby25"
-# note: define maximally ONE implementation here
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit toolchain-funcs python-single-r1 ruby-ng
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git;
-   inherit git-r3
-   EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
-else
-   SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
-HOMEPAGE="https://www.klayout.de/;
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   dev-qt/designer:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5[widgets]
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dev-qt/qtxmlpatterns:5
-   sys-libs/zlib
-   ${PYTHON_DEPS}
-   $(ruby_implementations_depend)
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-gcc8.patch"
-)
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   ruby-ng_pkg_setup
-}
-
-each_ruby_configure() {
-   tc-export CC CXX AR LD RANLIB
-   export CFLAGS CXXFLAGS
-   ./build.sh \
-   -expert \
-   -dry-run \
-   -qmake "/usr/$(get_libdir)/qt5/bin/qmake" \
-   -ruby "${RUBY}" \
-   -python "${PYTHON}" \
-   -build . \
-   -bin "${T}/bin" \
-   -rpath "/usr/$(get_libdir)/klayout" \
-   -option "${MAKEOPTS}" \
-   -with-qtbinding \
-   -without-64bit-coord \
-   -qt5 || die "Configuration failed"
-}
-
-each_ruby_compile() {
-   emake all
-}
-
-each_ruby_install() {
-   emake install
-
-   cd "${T}/bin" || die
-
-   dodir "/usr/$(get_libdir)/klayout"
-   mv lib* "${ED}/usr/$(get_libdir)/klayout/" || die
-
-   dobin *
-}

diff --git a/sci-electronics/klayout/klayout-0.25.6.ebuild 
b/sci-electronics/klayout/klayout-0.25.6.ebuild
deleted file mode 100644
index be589a0f90e..000
--- 

[gentoo-commits] repo/gentoo:master commit in: app-backup/tsm/

2020-05-06 Thread Andreas K. Hüttel
commit: 9ada041e9ece7eea13f52a12e55155ea8bdc9d70
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 20:06:56 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ada041e

app-backup/tsm: Drop ROOTPATH from env file

Closes: https://bugs.gentoo.org/682142
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-backup/tsm/{tsm-7.1.8.0.ebuild => tsm-7.1.8.0-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-backup/tsm/tsm-7.1.8.0.ebuild 
b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild
similarity index 99%
rename from app-backup/tsm/tsm-7.1.8.0.ebuild
rename to app-backup/tsm/tsm-7.1.8.0-r1.ebuild
index 7f08336f18a..02b699342e4 100644
--- a/app-backup/tsm/tsm-7.1.8.0.ebuild
+++ b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild
@@ -193,7 +193,6 @@ src_install() {
echo 'DSM_CONFIG="/etc/tivoli/dsm.opt"' >> ${ENV_FILE}
echo 'DSM_DIR="/opt/tivoli/tsm/client/ba/bin"' >> ${ENV_FILE}
echo 'DSM_LOG="/var/log/tsm"' >> ${ENV_FILE}
-   echo 'ROOTPATH="/opt/tivoli/tsm/client/ba/bin"' >> ${ENV_FILE}
 
echo 'SEARCH_DIRS_MASK="/opt/tivoli/tsm/client/ba/bin"' > 
"${T}/80${PN}" || die
insinto "/etc/revdep-rebuild"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/

2020-05-06 Thread Andreas K. Hüttel
commit: 9665e40ef06ffaadc91687ae0c17436977c25a51
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 20:38:20 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9665e40e

sci-libs/linux-gpib: Stable for amd64

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild 
b/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild
index 7e91689d224..67d1c705d12 100644
--- a/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild
+++ b/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="pcmcia static guile perl php python tcl doc firmware"
 
 S="${WORKDIR}/${PN}-user-${PV}"



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/

2020-05-06 Thread Andreas K. Hüttel
commit: 118417ef81e6b481ad87f0841d0babfd505007cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 19:55:31 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118417ef

sci-electronics/klayout: Stable for amd64

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-electronics/klayout/klayout-0.26.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/klayout/klayout-0.26.4-r1.ebuild 
b/sci-electronics/klayout/klayout-0.26.4-r1.ebuild
index 30250478884..d0ce619c189 100644
--- a/sci-electronics/klayout/klayout-0.26.4-r1.ebuild
+++ b/sci-electronics/klayout/klayout-0.26.4-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
 else
SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"



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

2020-05-06 Thread Andreas K. Hüttel
commit: ed554b3a00c8009e6a4a0f4e0c0e26de4d5a4631
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 20:16:45 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed554b3a

acct-group/tsm: Add for app-backup/tsm

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 acct-group/tsm/metadata.xml | 8 
 acct-group/tsm/tsm-0.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/tsm/metadata.xml b/acct-group/tsm/metadata.xml
new file mode 100644
index 000..80a71f59785
--- /dev/null
+++ b/acct-group/tsm/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+dilfri...@gentoo.org
+Andreas K. Huettel
+  
+

diff --git a/acct-group/tsm/tsm-0.ebuild b/acct-group/tsm/tsm-0.ebuild
new file mode 100644
index 000..117a3a3bde4
--- /dev/null
+++ b/acct-group/tsm/tsm-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=465



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/

2020-05-06 Thread Andreas K. Hüttel
commit: 641170fdad408cc6f31f9c5fb0d6115a02d39b17
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 21:11:44 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641170fd

sci-electronics/klayout: Versin bump

Closes: https://bugs.gentoo.org/715340
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-electronics/klayout/Manifest  |  1 +
 sci-electronics/klayout/klayout-0.26.5.ebuild | 90 +++
 2 files changed, 91 insertions(+)

diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index 03d3c2d61eb..976d8a3ca13 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1 +1,2 @@
 DIST klayout-0.26.4.tar.gz 52324714 BLAKE2B 
663ab737d91a83452234f128b13f73ed8e559e6f0fb11f283bce6bfe80e8f391c7bac5ad16933b2f5bcf46fac6e07233ffc690dea5ddb1702850c52501157c36
 SHA512 
df91434e87d8cc6f4df837eacd756566626405fb75b0cce40c25f157d547dc1e5929746b6b276a317512c038e014bbdd1655615c93d76d9ed5bcf65280d95355
+DIST klayout-0.26.5.tar.gz 52335763 BLAKE2B 
b1ab39c378ce23c28f5a58191dbf43c5b8c165e9df241b00573c8f8b72a5a7251cddd41bf62a7e37f59cad68024c52ab99f8d0f10bf1bf45dba975bf37ba80db
 SHA512 
b80dff34a9dd538921f6863fc94eb8a2160b989468ec0493a7ecfdfccea0e4f0441aa1ee860d000b150b0a0bc0b831dcb849ab77e9eb1304e9ed6fcced94689c

diff --git a/sci-electronics/klayout/klayout-0.26.5.ebuild 
b/sci-electronics/klayout/klayout-0.26.5.ebuild
new file mode 100644
index 000..30250478884
--- /dev/null
+++ b/sci-electronics/klayout/klayout-0.26.5.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+RUBY_OPTIONAL=no
+USE_RUBY="ruby25"
+# note: define maximally ONE implementation here
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit toolchain-funcs python-single-r1 ruby-ng
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git;
+   inherit git-r3
+   EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
+else
+   SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
+HOMEPAGE="https://www.klayout.de/;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   dev-qt/designer:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5[widgets]
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtxmlpatterns:5
+   sys-libs/zlib
+   ${PYTHON_DEPS}
+   $(ruby_implementations_depend)
+"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   ruby-ng_pkg_setup
+}
+
+each_ruby_configure() {
+   tc-export CC CXX AR LD RANLIB
+   export CFLAGS CXXFLAGS
+   ./build.sh \
+   -expert \
+   -dry-run \
+   -qmake "/usr/$(get_libdir)/qt5/bin/qmake" \
+   -ruby "${RUBY}" \
+   -python "${PYTHON}" \
+   -build . \
+   -bin "${T}/bin" \
+   -rpath "/usr/$(get_libdir)/klayout" \
+   -option "${MAKEOPTS}" \
+   -with-qtbinding \
+   -without-64bit-coord \
+   -qt5 || die "Configuration failed"
+}
+
+each_ruby_compile() {
+   emake all
+}
+
+each_ruby_install() {
+   emake install
+
+   cd "${T}/bin" || die
+
+   dodir "/usr/$(get_libdir)/klayout"
+   mv lib* lay_plugins db_plugins "${ED}/usr/$(get_libdir)/klayout/" || die
+
+   mkdir -p "${D}/$(python_get_sitedir)" || die
+   mv pymod/* "${D}/$(python_get_sitedir)/" || die
+   rmdir pymod || die
+
+   dobin *
+
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib-modules/

2020-05-06 Thread Andreas K. Hüttel
commit: eb54d95ad0ba8bd5b365e64de36868c4ca3e365e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 20:37:33 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 21:15:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb54d95a

sci-libs/linux-gpib-modules: Stable for amd64

Closes: https://bugs.gentoo.org/704294
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.0.ebuild 
b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.0.ebuild
index 0625c4d1481..388a9a97a8c 100644
--- a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.0.ebuild
+++ b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://sourceforge/linux-gpib/linux-gpib-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="debug"
 
 COMMONDEPEND=""



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

2020-05-06 Thread Rafael Martins
commit: 9c002c448d4ebb5cea56a2e03f5aae6a27055a73
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed May  6 20:36:40 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:42:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c002c44

acct-group/simplevirt: initial import

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 acct-group/simplevirt/metadata.xml| 8 
 acct-group/simplevirt/simplevirt-0.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/simplevirt/metadata.xml 
b/acct-group/simplevirt/metadata.xml
new file mode 100644
index 000..50a821d8b2d
--- /dev/null
+++ b/acct-group/simplevirt/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rafaelmart...@gentoo.org
+   Rafael G. Martins
+   
+

diff --git a/acct-group/simplevirt/simplevirt-0.ebuild 
b/acct-group/simplevirt/simplevirt-0.ebuild
new file mode 100644
index 000..6d4d4ffbc13
--- /dev/null
+++ b/acct-group/simplevirt/simplevirt-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=404



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

2020-05-06 Thread Rafael Martins
commit: afc5a8a1615c69a60ede2576eb28c9972bf34e8a
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed May  6 20:41:29 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:42:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc5a8a1

app-emulation/simplevirt: use acct-group, remove longdescription

Closes: https://bugs.gentoo.org/694812
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/metadata.xml |  3 ---
 0_p20181012.ebuild => simplevirt-0.0_p20181012-r1.ebuild} | 11 +++
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-emulation/simplevirt/metadata.xml 
b/app-emulation/simplevirt/metadata.xml
index 25e89f9e595..e45e3daf442 100644
--- a/app-emulation/simplevirt/metadata.xml
+++ b/app-emulation/simplevirt/metadata.xml
@@ -5,9 +5,6 @@
rafaelmart...@gentoo.org
Rafael G. Martins

-   
-   Simple virtual machine manager for Linux (QEMU/KVM)
-   


raf...@rafaelmartins.eng.br

diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild 
b/app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
similarity index 93%
rename from app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
rename to app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
index 8f7c69b4bdd..45f5a524d28 100644
--- a/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
+++ b/app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ EGO_VENDOR=(
"gopkg.in/yaml.v2 v2.2.1 github.com/go-yaml/yaml"
 )
 
-inherit linux-info golang-vcs-snapshot user
+inherit linux-info golang-vcs-snapshot
 
 EGO_PN="github.com/rafaelmartins/simplevirt"
 GIT_COMMIT="78d29d8fa11ce72af5f897430af7bb7d2947a32f"
@@ -30,6 +30,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+   acct-group/simplevirt
virtual/logger
app-emulation/qemu"
 
@@ -37,12 +38,6 @@ CONFIG_CHECK="~TUN ~BRIDGE"
 ERROR_TUN="CONFIG_TUN: Universal TUN/TAP driver required to setup bridge 
networking"
 ERROR_BRIDGE="CONFIG_BRIDGE: 802.1d Ethernet Bridging required to setup bridge 
networking"
 
-pkg_setup() {
-   enewgroup simplevirt
-
-   linux-info_pkg_setup
-}
-
 src_compile() {
pushd src/${EGO_PN} > /dev/null || die
GOPATH="${S}" go install -v -ldflags "-X 
${EGO_PN}.Version=${GIT_VERSION}" ./cmd/... || die



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

2020-05-06 Thread Rafael Martins
commit: 071ab746adf0b137febf109c92ce052c373b311e
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Wed May  6 20:33:00 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:34:32 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=071ab746

uid-gid.txt: add gid for app-emulation/simplevirt

Signed-off-by: Rafael Martins  gentoo.org>

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

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index a3d9b3c..ea082c7 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -240,6 +240,7 @@ octoprint   368 368 acct
 openvpn394 394 acct
 slurm  400 400 acct
 monitorix  401 401 acct
+simplevirt -   404 acct
 guest  405 -   historical  Removed from baselayout 
in 
[r889](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=286=889=2545)
 utmp   -   406 acct
 utmp   -   406 baselayout



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

2020-05-06 Thread Matthew Thode
commit: 189c2a1f33b86bbdab28812f0960ad0372208d4c
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May  6 20:25:17 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  6 20:27:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189c2a1f

app-crypt/certbot: 1.4.0 bump

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

 app-crypt/certbot/Manifest  | 1 +
 app-crypt/certbot/{certbot-.ebuild => certbot-1.4.0.ebuild} | 1 -
 app-crypt/certbot/certbot-.ebuild   | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index c6644fcb5db..24824d6ddbe 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.3.0.tar.gz 1362945 BLAKE2B 
bb36a7737275332f018d7f2283286e07e041892cc366f79e68df9eee7e57ca2186d36895d1923b032068a365878d09e49e17c1399a7418dbd8607c9a7efc1c26
 SHA512 
4205cdd1f3ddf500b9b952744db234636c086a856df80acd2d776305f4501eed07995e453e5c9b2c711fb0d1f1987d2bb8baaa13fccce8e000a38f486cfdc5d3
+DIST certbot-1.4.0.tar.gz 1381435 BLAKE2B 
57d70a12ee38e1ba96f4c8c594c1940403e33d4cdf5111472a9c0c7d41061b2201792c38d9bb4ec516358f5592d2f689eeab31e1e686a534418b20eba2df4b4b
 SHA512 
8926f724c47c0249e2e420cd8944f0b106682efaa2d9b211491ea4524fe4e64bb3ff4f21fd756996049d781a68294ab8307bd077b6d96fa00e09cbbdf4e59261

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-1.4.0.ebuild
similarity index 97%
copy from app-crypt/certbot/certbot-.ebuild
copy to app-crypt/certbot/certbot-1.4.0.ebuild
index 5bbead32041..182f2b91d51 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-1.4.0.ebuild
@@ -32,7 +32,6 @@ RDEPEND="
>=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
>=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
>=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-.ebuild
index 5bbead32041..182f2b91d51 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-.ebuild
@@ -32,7 +32,6 @@ RDEPEND="
>=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
>=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
>=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]



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

2020-05-06 Thread Matthew Thode
commit: 14fd26499c6e7c000ff52239e978a2f40e75ca67
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May  6 20:26:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  6 20:27:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fd2649

app-crypt/certbot-apache: 1.4.0 bump

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

 app-crypt/certbot-apache/Manifest| 1 +
 .../{certbot-apache-.ebuild => certbot-apache-1.4.0.ebuild}  | 1 -
 app-crypt/certbot-apache/certbot-apache-.ebuild  | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index c6644fcb5db..24824d6ddbe 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.3.0.tar.gz 1362945 BLAKE2B 
bb36a7737275332f018d7f2283286e07e041892cc366f79e68df9eee7e57ca2186d36895d1923b032068a365878d09e49e17c1399a7418dbd8607c9a7efc1c26
 SHA512 
4205cdd1f3ddf500b9b952744db234636c086a856df80acd2d776305f4501eed07995e453e5c9b2c711fb0d1f1987d2bb8baaa13fccce8e000a38f486cfdc5d3
+DIST certbot-1.4.0.tar.gz 1381435 BLAKE2B 
57d70a12ee38e1ba96f4c8c594c1940403e33d4cdf5111472a9c0c7d41061b2201792c38d9bb4ec516358f5592d2f689eeab31e1e686a534418b20eba2df4b4b
 SHA512 
8926f724c47c0249e2e420cd8944f0b106682efaa2d9b211491ea4524fe4e64bb3ff4f21fd756996049d781a68294ab8307bd077b6d96fa00e09cbbdf4e59261

diff --git a/app-crypt/certbot-apache/certbot-apache-.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.4.0.ebuild
similarity index 96%
copy from app-crypt/certbot-apache/certbot-apache-.ebuild
copy to app-crypt/certbot-apache/certbot-apache-1.4.0.ebuild
index 499084cf93b..6a66d185839 100644
--- a/app-crypt/certbot-apache/certbot-apache-.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.4.0.ebuild
@@ -26,7 +26,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
>=app-crypt/certbot-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-augeas[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"

diff --git a/app-crypt/certbot-apache/certbot-apache-.ebuild 
b/app-crypt/certbot-apache/certbot-apache-.ebuild
index 499084cf93b..6a66d185839 100644
--- a/app-crypt/certbot-apache/certbot-apache-.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-.ebuild
@@ -26,7 +26,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
>=app-crypt/certbot-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-augeas[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"



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

2020-05-06 Thread Matthew Thode
commit: 35e99e27cb033d8561513f296fda2efdbbfbe859
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May  6 20:23:42 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  6 20:27:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e99e27

app-crypt/acme: 1.4.0 bump

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

 app-crypt/acme/Manifest| 1 +
 app-crypt/acme/{acme-.ebuild => acme-1.4.0.ebuild} | 1 -
 app-crypt/acme/acme-.ebuild| 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index c6644fcb5db..24824d6ddbe 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.3.0.tar.gz 1362945 BLAKE2B 
bb36a7737275332f018d7f2283286e07e041892cc366f79e68df9eee7e57ca2186d36895d1923b032068a365878d09e49e17c1399a7418dbd8607c9a7efc1c26
 SHA512 
4205cdd1f3ddf500b9b952744db234636c086a856df80acd2d776305f4501eed07995e453e5c9b2c711fb0d1f1987d2bb8baaa13fccce8e000a38f486cfdc5d3
+DIST certbot-1.4.0.tar.gz 1381435 BLAKE2B 
57d70a12ee38e1ba96f4c8c594c1940403e33d4cdf5111472a9c0c7d41061b2201792c38d9bb4ec516358f5592d2f689eeab31e1e686a534418b20eba2df4b4b
 SHA512 
8926f724c47c0249e2e420cd8944f0b106682efaa2d9b211491ea4524fe4e64bb3ff4f21fd756996049d781a68294ab8307bd077b6d96fa00e09cbbdf4e59261

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-1.4.0.ebuild
similarity index 98%
copy from app-crypt/acme/acme-.ebuild
copy to app-crypt/acme/acme-1.4.0.ebuild
index baec59de4e1..1d83c8b8d40 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-1.4.0.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
>=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
>=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
>=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild
index baec59de4e1..1d83c8b8d40 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
>=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
>=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
>=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]



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

2020-05-06 Thread Matthew Thode
commit: 78eb16e0e728d9e9a4318621e0cdfa8a5f7844e2
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May  6 20:27:12 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  6 20:27:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78eb16e0

app-crypt/certbot-nginx: 1.4.0 bump

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

 app-crypt/certbot-nginx/Manifest | 1 +
 .../{certbot-nginx-.ebuild => certbot-nginx-1.4.0.ebuild}| 5 ++---
 app-crypt/certbot-nginx/certbot-nginx-.ebuild| 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index c6644fcb5db..24824d6ddbe 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.3.0.tar.gz 1362945 BLAKE2B 
bb36a7737275332f018d7f2283286e07e041892cc366f79e68df9eee7e57ca2186d36895d1923b032068a365878d09e49e17c1399a7418dbd8607c9a7efc1c26
 SHA512 
4205cdd1f3ddf500b9b952744db234636c086a856df80acd2d776305f4501eed07995e453e5c9b2c711fb0d1f1987d2bb8baaa13fccce8e000a38f486cfdc5d3
+DIST certbot-1.4.0.tar.gz 1381435 BLAKE2B 
57d70a12ee38e1ba96f4c8c594c1940403e33d4cdf5111472a9c0c7d41061b2201792c38d9bb4ec516358f5592d2f689eeab31e1e686a534418b20eba2df4b4b
 SHA512 
8926f724c47c0249e2e420cd8944f0b106682efaa2d9b211491ea4524fe4e64bb3ff4f21fd756996049d781a68294ab8307bd077b6d96fa00e09cbbdf4e59261

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.4.0.ebuild
similarity index 87%
copy from app-crypt/certbot-nginx/certbot-nginx-.ebuild
copy to app-crypt/certbot-nginx/certbot-nginx-1.4.0.ebuild
index b87bdbf7b7d..b6f70f8607b 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.4.0.ebuild
@@ -25,9 +25,8 @@ IUSE=""
 
 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   >=app-crypt/acme-1.0.0[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
+   >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-1.4.0[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
index b87bdbf7b7d..b6f70f8607b 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
@@ -25,9 +25,8 @@ IUSE=""
 
 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   >=app-crypt/acme-1.0.0[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
+   >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-1.4.0[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"



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

2020-05-06 Thread Michał Górny
commit: a0849757385341459b06b7728f4c8224cc3b2f63
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 19:54:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 20:23:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0849757

profiles/arch/sparc: Mask setuptools_scm[test]

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

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

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 684d2229abf..c137439af6f 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (2020-05-06)
+# dev-vcs/mercurial is broken on SPARC and setuptools_scm tests
+# lack proper skipping (to be fixed).
+<=dev-python/setuptools_scm-3.5.0 test
+
 # Mikle Kolyada  (2020-05-06)
 # No keywords
 dev-python/werkzeug test



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2020-05-06 Thread Michał Górny
commit: 4ae42357bf9836e55fdfdb63a370a52c9e1eb27b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 19:54:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 20:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae42357

dev-vcs/mercurial: Drop sparc

Drop sparc due to dev-python/zstandard being broken.

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

 dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-5.3.2.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild 
b/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild
index a4954449a98..0e787e47cd8 100644
--- a/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~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 ~mips ppc ppc64 x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+chg emacs gpg test tk zsh-completion"
 
 BROKEN_PYTHON="

diff --git a/dev-vcs/mercurial/mercurial-5.3.2.ebuild 
b/dev-vcs/mercurial/mercurial-5.3.2.ebuild
index e0eb454596b..25750d8586f 100644
--- a/dev-vcs/mercurial/mercurial-5.3.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~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 ~mips ~ppc ~ppc64 ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+chg emacs gpg test tk zsh-completion"
 
 BROKEN_PYTHON="



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

2020-05-06 Thread Michał Górny
commit: 81268874d1a717a319fba0ce9d56a8e6f1c3a6ca
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 19:55:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 20:23:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81268874

dev-python/zstandard: Remove sparc keyword (the package is broken)

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

 dev-python/zstandard/zstandard-0.13.0.ebuild | 2 +-
 dev-python/zstandard/zstandard-0.8.1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zstandard/zstandard-0.13.0.ebuild 
b/dev-python/zstandard/zstandard-0.13.0.ebuild
index 9cf280f1d04..d934c50a8cd 100644
--- a/dev-python/zstandard/zstandard-0.13.0.ebuild
+++ b/dev-python/zstandard/zstandard-0.13.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 ~sparc ~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"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-python/zstandard/zstandard-0.8.1.ebuild 
b/dev-python/zstandard/zstandard-0.8.1.ebuild
index 3742dd29833..6344cd9c9f4 100644
--- a/dev-python/zstandard/zstandard-0.8.1.ebuild
+++ b/dev-python/zstandard/zstandard-0.8.1.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 sparc 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:=[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2020-05-06 Thread Michał Górny
commit: 142d7133cd7c40a0c278d5f19e0fb407f772c3ea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 19:22:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 20:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142d7133

dev-python/hgdistver: Drop sparc

The keyword is going to be dropped from dev-vcs/mercurial too.

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

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

diff --git a/dev-python/hgdistver/hgdistver-0.25.ebuild 
b/dev-python/hgdistver/hgdistver-0.25.ebuild
index e689952379d..eebff538201 100644
--- a/dev-python/hgdistver/hgdistver-0.25.ebuild
+++ b/dev-python/hgdistver/hgdistver-0.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-06 Thread Michał Górny
commit: 95fd3763c379d2516c7f571fc1537003de2850a0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 19:25:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 20:23:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fd3763

profiles/arch/sparc: Mask USE=mercurial

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

 profiles/arch/sparc/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index dec2973c6e3..23c95102559 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -sparc
 
+# Michał Górny  (2020-05-06)
+# dev-python/mercurial does not work on sparc due to deps.
+mercurial
+
 # Rolf Eike Beer  (2020-04-21)
 # ruby2.4 will go away soon, avoid keywording older packages
 ruby_targets_ruby24



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

2020-05-06 Thread Sergei Trofimovich
commit: 14c4117ec245fa2b5d6b838bf61ac8b2472a01aa
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May  6 18:52:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 20:18:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c4117e

dev-python/recommonmark: stable 0.6.0 under ALLARCHES

Closes: https://bugs.gentoo.org/720606
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64 arm arm64 hppa ppc ppc64 sparc x86"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/recommonmark/recommonmark-0.6.0.ebuild 
b/dev-python/recommonmark/recommonmark-0.6.0.ebuild
index ad4d28f656b..8f0166d027f 100644
--- a/dev-python/recommonmark/recommonmark-0.6.0.ebuild
+++ b/dev-python/recommonmark/recommonmark-0.6.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rtfd/recommonmark/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-python/commonmark-0.8.1[${PYTHON_USEDEP}]



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

2020-05-06 Thread Rafael Martins
commit: a33eaca145234c68b9a46ef2887b051aefd6b177
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed May  6 20:15:44 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:16:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33eaca1

www-apps/blohg: Add python3_{7,8}

Closes: https://bugs.gentoo.org/718538
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 www-apps/blohg/blohg-0.13-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/blohg/blohg-0.13-r4.ebuild 
b/www-apps/blohg/blohg-0.13-r4.ebuild
index 6a4abc9a54f..fcd783f4f39 100644
--- a/www-apps/blohg/blohg-0.13-r4.ebuild
+++ b/www-apps/blohg/blohg-0.13-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 GIT_ECLASS=""
 if [[ ${PV} = ** ]]; then



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

2020-05-06 Thread Andreas K. Hüttel
commit: 19b8c508eacff6a8f004f9cf5ba0ea4b33eb9550
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  6 20:12:35 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed May  6 20:12:35 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=19b8c508

Reserve gid for app-backup/tsm

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 7c9268e..a3d9b3c 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -301,6 +301,7 @@ ttrssd  461 461 acct
 tvheadend  462 -   acct
 supervisor -   463 acct
 airdcppd   464 464 requested
+tsm-   465 acctUsed by app-backup/tsm
 ippl   465 -   acctUsed by 
net-analyzer/ippl
 rstudio-server 466 466 acctUsed by 
sci-mathematics/rstudio
 geneweb467 467 acct



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

2020-05-06 Thread Matthew Thode
commit: eb1c8c5848f08e9da1aba7473819f636ef79a687
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May  6 19:57:58 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  6 19:58:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1c8c58

net-misc/radvd: fix direct call to ar

Closes: https://bugs.gentoo.org/721272
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 net-misc/radvd/radvd-2.18-r1.ebuild | 73 +
 1 file changed, 73 insertions(+)

diff --git a/net-misc/radvd/radvd-2.18-r1.ebuild 
b/net-misc/radvd/radvd-2.18-r1.ebuild
new file mode 100644
index 000..44a31097acb
--- /dev/null
+++ b/net-misc/radvd/radvd-2.18-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd user eutils readme.gentoo-r1 toolchain-funcs
+
+DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
+HOMEPAGE="http://v6web.litech.org/radvd/;
+SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="kernel_FreeBSD selinux test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="dev-libs/libdaemon"
+DEPEND="${CDEPEND}
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+   test? ( dev-libs/check )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-radvd )
+"
+DOCS=( CHANGES README TODO radvd.conf.example )
+
+PATCHES=(
+)
+
+pkg_setup() {
+   enewgroup radvd
+   enewuser radvd -1 -1 /dev/null radvd
+}
+
+src_configure() {
+   econf --with-pidfile=/run/radvd/radvd.pid \
+   --with-systemdsystemunitdir=no \
+   $(use_with test check)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/doc/${PF}/html
+   doins INTRO.html
+
+   newinitd "${FILESDIR}"/${PN}-2.15.init ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf ${PN}
+
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   if use kernel_FreeBSD ; then
+   sed -i -e \
+   
's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \
+   "${D}"/etc/init.d/${PN} || die
+   fi
+
+   readme.gentoo_create_doc
+}
+
+DISABLE_AUTOFORMATTING=1
+DOC_CONTENTS="Please create a configuration file ${ROOT}etc/radvd.conf.
+See ${ROOT}usr/share/doc/${PF} for an example.
+
+grsecurity users should allow a specific group to read /proc
+and add the radvd user to that group, otherwise radvd may
+segfault on startup."



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

2020-05-06 Thread Mike Pagano
commit: bcd1ddc72926113e6458b2883c640c0da84363a2
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed May  6 19:55:09 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed May  6 19:55:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd1ddc7

dev-util/idea-community: Remove old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mike Pagano  gentoo.org>

 dev-util/idea-community/Manifest   |   1 -
 .../idea-community-2019.3.4.193.6911.18.ebuild | 146 -
 2 files changed, 147 deletions(-)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index e247872b18a..50572f0121d 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,6 +1,5 @@
 DIST ideaIC-1.0.201.6668.121.tar.gz 524536881 BLAKE2B 
645e7c0390d89d0e0f1710682a5608dc226154e83ea7368434cf5da61f73064467fe7884d90c13d0d33b8feb0a237ca83446a155a135e3884bdaeca5254191ae
 SHA512 
e2688788188726e418cddeef2bf46a54e8b1bcf4770d7daf5b2ee0d1de7d5ab9c84fef0078622b17e884d9b9cb5b826873b4c120aaec3c592e18ee2ddca2c7f6
 DIST ideaIC-1.1.201.7223.91.tar.gz 524536881 BLAKE2B 
645e7c0390d89d0e0f1710682a5608dc226154e83ea7368434cf5da61f73064467fe7884d90c13d0d33b8feb0a237ca83446a155a135e3884bdaeca5254191ae
 SHA512 
e2688788188726e418cddeef2bf46a54e8b1bcf4770d7daf5b2ee0d1de7d5ab9c84fef0078622b17e884d9b9cb5b826873b4c120aaec3c592e18ee2ddca2c7f6
-DIST ideaIC-3.4.193.6911.18.tar.gz 563415699 BLAKE2B 
d7f76da2251042c2141c39861b9a737cd7350e4140c6d9ff39182b489e5f14b8cdd033f402cecd08ff367e2a171b2137227813e6bf6d120b97cbf81e3eca3684
 SHA512 
39fb2aca3da78cf8282beae812662d237eba1ea2f55c30db5ebfcadd74af001d8fe07dc5cbb99794c3723487814eb096e5e70c4f654a6dafd0930432dfa86b83
 DIST jbr-11_0_2-linux-x64-b164.tar.gz 131483925 BLAKE2B 
fb9c55094aeb4a9e6b89ef41699252355895fa4bf55eaa0d3c0a637b6485b5a91a0445b5f4af1872b62cd67b639f7354e05770970d41dcfa58ffeda7ae43c5b6
 SHA512 
4f32940166cc8ad5a138866e18d4cbfcd07f4326a85c051b7a622c9dcb8ee4b6d493331ef24d0c01999134fa2a9bad901f026982c16780fdc5e6b9308821db34
 DIST jbrx-8u202-linux-i586-b1483.37.tar.gz 80726147 BLAKE2B 
e4e5a076a541fd7153e861193ff4247c02ecbc144396ed28737afa7440f7771569b8d968b7c67b3dac333a89ff0b54cc9e5e76d1651b174cc7c0c21b1deb033c
 SHA512 
53693f2ce994f4891807873ae3fe46ce60bee000b78be03c5d3df06b436328abe5b5d7e75d43e57f35f24187f49915187d034b39589e29806f55deeb14a029f2
 DIST jbrx-8u202-linux-x64-b1483.37.tar.gz 81812743 BLAKE2B 
86ddf0c8dc992a27e680caa821f54fa4d647a8bff78b9fdbef82996bfbba828a2f68f1a00ed64bd92ce24a62bfc6c0240837c396644c6e91244cb0d980b6c704
 SHA512 
cd31a3c4da7b8c65e9ae89326c2c8b260b51890258d30f64b1e8a7c6c1442bb2cb68ea2aa80387ce0c1a8f50e3533e8231f72c5935b639e3cf82bc1ffedee8e9

diff --git a/dev-util/idea-community/idea-community-2019.3.4.193.6911.18.ebuild 
b/dev-util/idea-community/idea-community-2019.3.4.193.6911.18.ebuild
deleted file mode 100644
index fac1ff80420..000
--- a/dev-util/idea-community/idea-community-2019.3.4.193.6911.18.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils desktop
-
-SLOT="0"
-PV_STRING="$(ver_cut 2-6)"
-MY_PV="$(ver_cut 1-3)"
-MY_PN="idea"
-# Using the most recent Jetbrains Runtime binaries available at the time of 
writing
-# As the exact bundled versions ( jre 11 build 159.30 and jre 8 build 1483.39 
) aren't
-# available separately
-JRE11_BASE="11_0_2"
-JRE11_VER="164"
-JRE_BASE="8u202"
-JRE_VER="1483.37"
-
-# distinguish settings for official stable releases and EAP-version releases
-if [[ "$(ver_cut 7)"x = "prex" ]]
-then
-   # upstream EAP
-   KEYWORDS=""
-   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${PV_STRING}.tar.gz;
-else
-   # upstream stable
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}-no-jbr.tar.gz 
-> ${MY_PN}IC-${PV_STRING}.tar.gz
-   jbr8? ( x86? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz )
-   amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz ) )
-   jbr11? ( amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz
 -> jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz ) )"
-fi
-
-DESCRIPTION="A complete toolset for web, mobile and enterprise development"
-HOMEPAGE="https://www.jetbrains.com/idea;
-
-LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1
-   codehaus-classworlds CPL-1.0 EPL-1.0 EPL-2.0 jbr8? ( GPL-2 )
-   jbr11? ( GPL-2 ) GPL-2 GPL-2-with-classpath-exception ISC
-   JDOM LGPL-2.1 LGPL-2.1+ LGPL-3-with-linking-exception MIT
-   MPL-1.0 

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

2020-05-06 Thread Mike Pagano
commit: 2515fe229f9fd0274422f81d9e01b78bc7f3c2eb
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed May  6 19:39:34 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed May  6 19:39:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2515fe22

dev-util/idea-community: Update manifest

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mike Pagano  gentoo.org>

 dev-util/idea-community/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index cb2fcd27a36..e247872b18a 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,5 +1,5 @@
 DIST ideaIC-1.0.201.6668.121.tar.gz 524536881 BLAKE2B 
645e7c0390d89d0e0f1710682a5608dc226154e83ea7368434cf5da61f73064467fe7884d90c13d0d33b8feb0a237ca83446a155a135e3884bdaeca5254191ae
 SHA512 
e2688788188726e418cddeef2bf46a54e8b1bcf4770d7daf5b2ee0d1de7d5ab9c84fef0078622b17e884d9b9cb5b826873b4c120aaec3c592e18ee2ddca2c7f6
-DIST ideaIC-1.1.201.7223.91.tar.gz 529101163 BLAKE2B 
a8f7847c6fb673a58678f02c1933ee1d6a3a89946583c9488d30bbcb320c743694c5bd8a6d53f327ffdce602f93c92e6c17396af3ab4e235b24f28eaa77342ee
 SHA512 
f272cc8ef90fb4c0ac5fba905caeb459e9657a0f4f643c8e19e5330812477acb57e558808d290ad6e9bfe9c5835d700b59546f57733310e629915c88b2533304
+DIST ideaIC-1.1.201.7223.91.tar.gz 524536881 BLAKE2B 
645e7c0390d89d0e0f1710682a5608dc226154e83ea7368434cf5da61f73064467fe7884d90c13d0d33b8feb0a237ca83446a155a135e3884bdaeca5254191ae
 SHA512 
e2688788188726e418cddeef2bf46a54e8b1bcf4770d7daf5b2ee0d1de7d5ab9c84fef0078622b17e884d9b9cb5b826873b4c120aaec3c592e18ee2ddca2c7f6
 DIST ideaIC-3.4.193.6911.18.tar.gz 563415699 BLAKE2B 
d7f76da2251042c2141c39861b9a737cd7350e4140c6d9ff39182b489e5f14b8cdd033f402cecd08ff367e2a171b2137227813e6bf6d120b97cbf81e3eca3684
 SHA512 
39fb2aca3da78cf8282beae812662d237eba1ea2f55c30db5ebfcadd74af001d8fe07dc5cbb99794c3723487814eb096e5e70c4f654a6dafd0930432dfa86b83
 DIST jbr-11_0_2-linux-x64-b164.tar.gz 131483925 BLAKE2B 
fb9c55094aeb4a9e6b89ef41699252355895fa4bf55eaa0d3c0a637b6485b5a91a0445b5f4af1872b62cd67b639f7354e05770970d41dcfa58ffeda7ae43c5b6
 SHA512 
4f32940166cc8ad5a138866e18d4cbfcd07f4326a85c051b7a622c9dcb8ee4b6d493331ef24d0c01999134fa2a9bad901f026982c16780fdc5e6b9308821db34
 DIST jbrx-8u202-linux-i586-b1483.37.tar.gz 80726147 BLAKE2B 
e4e5a076a541fd7153e861193ff4247c02ecbc144396ed28737afa7440f7771569b8d968b7c67b3dac333a89ff0b54cc9e5e76d1651b174cc7c0c21b1deb033c
 SHA512 
53693f2ce994f4891807873ae3fe46ce60bee000b78be03c5d3df06b436328abe5b5d7e75d43e57f35f24187f49915187d034b39589e29806f55deeb14a029f2



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

2020-05-06 Thread Mikle Kolyada
commit: 3e6e85a80eeebfa57dd457465d6885ba777b2fed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 19:24:43 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 19:25:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6e85a8

dev-python/scripttest: sparc stable

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild 
b/dev-python/scripttest/scripttest-1.3.0.ebuild
index 2e17b89edec..088fd5b4c2c 100644
--- a/dev-python/scripttest/scripttest-1.3.0.ebuild
+++ b/dev-python/scripttest/scripttest-1.3.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-05-06 Thread Mike Gilbert
commit: 82abc8f9f4f18859afbfec8d7e69846b33d02676
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Wed May  6 19:20:56 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May  6 19:24:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82abc8f9

www-client/chromium: stable channel bump to 81.0.4044.138

Bug: https://bugs.gentoo.org/721310
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15668

 www-client/chromium/Manifest  |   1 +
 www-client/chromium/chromium-81.0.4044.138.ebuild | 763 ++
 2 files changed, 764 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 3dd02cf00c3..a86cc812f4f 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,4 @@
 DIST chromium-81.0.4044.129.tar.xz 785978416 BLAKE2B 
5af9ab9e17bbc237f5a254b98cb27b998021d5c95b5da4d6de25c3fb234fea609f8a9173f3ac75eee208b8c88c5d39d9cf1ec39ebc8d436cf8aafee31e8f32c1
 SHA512 
93dfc5c1050bc226b836721d422a8d98a183fff81e91f55477dce0c650d35a95aeb89c810bea6e07ffb948ee62e8e150c8b8c5bad4658fcc215de05a681b064a
+DIST chromium-81.0.4044.138.tar.xz 785960928 BLAKE2B 
fb8ea6aae55450e820f91fc8be7948ac0155beb0fc6a05988506a78b3306ffc52e69b10d3c91e4a29fe2171f339d5331e9524d3e4cd08de57e090ce16412a673
 SHA512 
9f686b27b2f8ea5c15f50b0ddcd24745aec41e28af8c38618e18771401bd5cfb26939b9ac49973ea804cda458a939c1a6ad59cb24fb1937b7687c3d908183437
 DIST chromium-83.0.4103.34.tar.xz 802525184 BLAKE2B 
d5e47c96642fb9344fe43a582d035f507b714565c01b6bacbf1cd4fdb3537db28ae0e54a47bbd7f47ad4d00960ee9e40d9a10522262cba4063f95501225fce75
 SHA512 
467006d3b3093b078569c0ead9203e66cfd83ad14ed95a07b5f83e49451a0e9f4506b3ce35c97106b4540b55484d6cd33afbacf92385ace261e78d5c1cc0188e
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-81.0.4044.138.ebuild 
b/www-client/chromium/chromium-81.0.4044.138.ebuild
new file mode 100644
index 000..3a4b29a0a54
--- /dev/null
+++ b/www-client/chromium/chromium-81.0.4044.138.ebuild
@@ -0,0 +1,763 @@
+# Copyright 2009-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="https://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+closure-compile component-build cups cpu_flags_arm_neon +hangouts 
kerberos pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg 
+system-icu +system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+REQUIRED_USE="component-build? ( !suid )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.26:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/atk-2.26
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-65:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2019.08.01:=
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-2.4.0:0=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( >=media-libs/libvpx-1.8.2:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   >=media-libs/opus-1.3.1:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   x11-libs/libXfixes:=
+   >=x11-libs/libXi-1.6.0:=
+   

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

2020-05-06 Thread Jeroen Roovers
commit: b784380cd83e20e3fc7c8168051bb721bd6fb358
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May  6 19:04:49 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May  6 19:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b784380c

www-client/vivaldi-snapshot: Version 3.1.1906.3_p1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-3.1.1906.3_p1.ebuild  | 116 +
 2 files changed, 120 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index d5f7f92e4e2..e67f6123e15 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -6,3 +6,7 @@ DIST vivaldi-snapshot-3.0.1874.27_p1-amd64.deb 68844032 BLAKE2B 
249c6363047c93d6
 DIST vivaldi-snapshot-3.0.1874.27_p1-arm64.deb 61890716 BLAKE2B 
52de70ae1b8a1a1c342bdf9a14a25926ce95cc7df1bd974a35e951233ad981399f33b360a2ad34055d49022df0d061b7119967d650f0a8379c5159feef4fc3b9
 SHA512 
62630ea697e7a6623eb8e2c4052a8486a50b3bd1ff94ce5ec4138717e088196910d9f59523ea920836e412c477b4d5105ab83fef3b7ec633bf0abd2dc4586af6
 DIST vivaldi-snapshot-3.0.1874.27_p1-armhf.deb 61252540 BLAKE2B 
0c3326aaed43e2fdc37ee0f10b10cba059e124a42a56050ff3d7b65b35d040a295675ca26d17e3c098aaf48dc12f859901856ee8fe979c29dff3f6e10a0b13c5
 SHA512 
5e029081bfc046dcc62cfdfde364f2957e0168cd1839b5031861c29cd2625b118ff819f9d8b8163136af5042fbe601d90b935d8d5a0e455197d3b023fd4fd769
 DIST vivaldi-snapshot-3.0.1874.27_p1-i386.deb 67559000 BLAKE2B 
90beee730c4095bb7e589f39490feb96803254b659ad9676fe750ca945340fda71e2df99ee642477d4c5d029f7a9b35076c833fd45242c8a13df1f868117c6cc
 SHA512 
a89ab64d99556c5e1eb7c92a33f2998d0f4294719b187d77f8b58048c3d35f9654ddb85d4b646f25a39b82f8d2947898c2bb8ef8452b12da765e07778770f3a3
+DIST vivaldi-snapshot-3.1.1906.3_p1-amd64.deb 68860928 BLAKE2B 
099c40e7ce49e994a73c94374b4f6f3a06fd4ea3ace137fc21ad5a357d737c7c92ada16aacf92355bb1f893279a6c44c12d44b1a847ac974cb9b649799c74168
 SHA512 
f6139c82d64e1a1868b5ad2be8db35b3c523b1c4426c2dfbef8473c5c3fcc91c06d4608e077161f198930b1a7ee34872df7d6dd22e13d511a330823ec4ee0abc
+DIST vivaldi-snapshot-3.1.1906.3_p1-arm64.deb 61939484 BLAKE2B 
40a4880cebae0464c16740956d065333fbc1515435ab49b9742dbb81f82a8a128f8d7350660d99d538fc32db19686b4a367370f17f344938b31314faf14164c5
 SHA512 
b007657413160083d79e8284e543f5f550258fa1a837f7ba828c7b31acd63565b06e9bc55d7b1c7af333b2469dcfa7c6494998a41057ec715eafb7328b09d033
+DIST vivaldi-snapshot-3.1.1906.3_p1-armhf.deb 61267236 BLAKE2B 
17ae4d820b70a10250fbb24fa0614f391a07f3f893ab6643d882f0a988a54dab5582cb28803d1d4b44a6c0f06bbe72b3e2d3f04d8bb7ec2f859ed43bebbd3da4
 SHA512 
1fbe0caba0962d24d34f507650a9ecc9a35c9488c9f9f7d50dc17e1f87d81e28a424917af20117aee5065a16988fd22e057aa191cb7e1bb9f4677fe6c991a1dc
+DIST vivaldi-snapshot-3.1.1906.3_p1-i386.deb 67612300 BLAKE2B 
1b27a9226f48265962d35d37c9086b0c333a2f6fdd815b1033bda61c2928b5f05288fd882b7066f3177fd51a22eb6d309145a576f50a2e11da50ca5c3bae
 SHA512 
33379cec7ce85528ec6b4dee6af443ed06a0b6610acfde1656f86c35f57ef7a0398806e48c77f9ea8aefe97d6037fabe034a58e52dd88e5346e12e4f0cb75867

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.1.1906.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.1.1906.3_p1.ebuild
new file mode 100644
index 000..db3613b057e
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.1.1906.3_p1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu
+   fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku 
lt
+   lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te 
th
+   tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   

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

2020-05-06 Thread Jeroen Roovers
commit: 7d5ffeeefa7d6db7eb868d68cb18a32f07992e40
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May  6 19:06:11 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May  6 19:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5ffeee

www-client/vivaldi-snapshot: Old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   8 --
 .../vivaldi-snapshot-3.0.1874.22_p1.ebuild | 116 -
 .../vivaldi-snapshot-3.0.1874.27_p1.ebuild | 116 -
 3 files changed, 240 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index e67f6123e15..42625220aef 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,11 +1,3 @@
-DIST vivaldi-snapshot-3.0.1874.22_p1-amd64.deb 68848344 BLAKE2B 
efdd6e25da3c8e935afc3e5df77eca843e4ce287757b8765d2ee7e33a7d33c38a2526a5fa4ea97273f9f1f7a474f24412bd64034feaf81103b6a612c63b2bb8d
 SHA512 
9ee868de99ee0ac3ebb049ffac572ee7e31cce9e714597a4bb5eb6eec0395914699de5be3885b00541ec16ffc828c4b9a2de541cea3849a92c1caeb534b7115f
-DIST vivaldi-snapshot-3.0.1874.22_p1-arm64.deb 61884672 BLAKE2B 
5223575ece512270b9def8b11eac6a04e20025691e04cf1c62d3526cc08658afc1ff9bde8d7cd6a411fd53d7fa91207c6135004e5c2f3c450764167d446b7839
 SHA512 
8bc1cb87b947bd870e4a5fd776e1d9509819228312744992c4eca4fa10c4ee227e81db9c789aaf600df1940198d177b5712c426ff3adc37ed4e14f6efda9aef5
-DIST vivaldi-snapshot-3.0.1874.22_p1-armhf.deb 61240324 BLAKE2B 
c8c6d1ad9a261811877dba0edd4493218bf8f4e3753665299f782a3b9b2b67429ce0d53a3551eebc2a40149ffebffbb0bbaaa179ab01124a98b77311f600cefc
 SHA512 
877e7ba08b0c772925fa13a5a65845cb9b8cc24e2779713dfde2e3bb2a7b4d2d532a72db20757e1438169372005b01b3694d8e2a0763214e77f9c1f19bc8e37c
-DIST vivaldi-snapshot-3.0.1874.22_p1-i386.deb 67552812 BLAKE2B 
ae5efd07b953e6b1a0321aa3ad1db5cda81a3513421ee1b05e06c07073c6ee412ce8a846337f51e897290efe241dab1ac6a511516083c74c9270d164e6076310
 SHA512 
ca69f7807b7d3f47a038dee3b93f3853b4b3683834a53caa7700149232a8734ff6e2dfe5ac070c7bdd931b288cb2595e3efdc9ac3ba0e448a455cba2ac1aa644
-DIST vivaldi-snapshot-3.0.1874.27_p1-amd64.deb 68844032 BLAKE2B 
249c6363047c93d64d886cb814963f2cdc94ddfc24fe42f44d89ef2b152dd0088cd91de8aa3a6266c1dd769162ba4300f8612529ccb47fcc5158c6902aefa030
 SHA512 
f0a232ae147babc7755dc847bfac93b08bf47e4db04690a009a482ac052ed1f216154af6fed1c96590eb4a91aef3ecf313f47eed68baf00abd42b591ebcc8a47
-DIST vivaldi-snapshot-3.0.1874.27_p1-arm64.deb 61890716 BLAKE2B 
52de70ae1b8a1a1c342bdf9a14a25926ce95cc7df1bd974a35e951233ad981399f33b360a2ad34055d49022df0d061b7119967d650f0a8379c5159feef4fc3b9
 SHA512 
62630ea697e7a6623eb8e2c4052a8486a50b3bd1ff94ce5ec4138717e088196910d9f59523ea920836e412c477b4d5105ab83fef3b7ec633bf0abd2dc4586af6
-DIST vivaldi-snapshot-3.0.1874.27_p1-armhf.deb 61252540 BLAKE2B 
0c3326aaed43e2fdc37ee0f10b10cba059e124a42a56050ff3d7b65b35d040a295675ca26d17e3c098aaf48dc12f859901856ee8fe979c29dff3f6e10a0b13c5
 SHA512 
5e029081bfc046dcc62cfdfde364f2957e0168cd1839b5031861c29cd2625b118ff819f9d8b8163136af5042fbe601d90b935d8d5a0e455197d3b023fd4fd769
-DIST vivaldi-snapshot-3.0.1874.27_p1-i386.deb 67559000 BLAKE2B 
90beee730c4095bb7e589f39490feb96803254b659ad9676fe750ca945340fda71e2df99ee642477d4c5d029f7a9b35076c833fd45242c8a13df1f868117c6cc
 SHA512 
a89ab64d99556c5e1eb7c92a33f2998d0f4294719b187d77f8b58048c3d35f9654ddb85d4b646f25a39b82f8d2947898c2bb8ef8452b12da765e07778770f3a3
 DIST vivaldi-snapshot-3.1.1906.3_p1-amd64.deb 68860928 BLAKE2B 
099c40e7ce49e994a73c94374b4f6f3a06fd4ea3ace137fc21ad5a357d737c7c92ada16aacf92355bb1f893279a6c44c12d44b1a847ac974cb9b649799c74168
 SHA512 
f6139c82d64e1a1868b5ad2be8db35b3c523b1c4426c2dfbef8473c5c3fcc91c06d4608e077161f198930b1a7ee34872df7d6dd22e13d511a330823ec4ee0abc
 DIST vivaldi-snapshot-3.1.1906.3_p1-arm64.deb 61939484 BLAKE2B 
40a4880cebae0464c16740956d065333fbc1515435ab49b9742dbb81f82a8a128f8d7350660d99d538fc32db19686b4a367370f17f344938b31314faf14164c5
 SHA512 
b007657413160083d79e8284e543f5f550258fa1a837f7ba828c7b31acd63565b06e9bc55d7b1c7af333b2469dcfa7c6494998a41057ec715eafb7328b09d033
 DIST vivaldi-snapshot-3.1.1906.3_p1-armhf.deb 61267236 BLAKE2B 
17ae4d820b70a10250fbb24fa0614f391a07f3f893ab6643d882f0a988a54dab5582cb28803d1d4b44a6c0f06bbe72b3e2d3f04d8bb7ec2f859ed43bebbd3da4
 SHA512 
1fbe0caba0962d24d34f507650a9ecc9a35c9488c9f9f7d50dc17e1f87d81e28a424917af20117aee5065a16988fd22e057aa191cb7e1bb9f4677fe6c991a1dc

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.0.1874.22_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.0.1874.22_p1.ebuild
deleted file mode 100644
index db3613b057e..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.0.1874.22_p1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7

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

2020-05-06 Thread Mart Raudsepp
commit: 3bfd6fbb4e4a285422408da21146d1869bf0a759
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed May  6 16:33:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May  6 18:50:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfd6fbb

net-misc/openntpd: arm64 stable (bug #720674)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/openntpd/openntpd-6.2_p3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openntpd/openntpd-6.2_p3-r1.ebuild 
b/net-misc/openntpd/openntpd-6.2_p3-r1.ebuild
index 50bbe4055cf..195885bc108 100644
--- a/net-misc/openntpd/openntpd-6.2_p3-r1.ebuild
+++ b/net-misc/openntpd/openntpd-6.2_p3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
 IUSE="libressl selinux"
 
 DEPEND="



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

2020-05-06 Thread Mart Raudsepp
commit: b4ff3bc9fcd03c3c99ec20eac6cdfafaeaf2d0de
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed May  6 01:11:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May  6 18:50:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ff3bc9

www-client/firefox: arm64 stable (bug #721090)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 www-client/firefox/firefox-68.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-68.8.0.ebuild 
b/www-client/firefox/firefox-68.8.0.ebuild
index 216ed17b099..819e6ce8c7f 100644
--- a/www-client/firefox/firefox-68.8.0.ebuild
+++ b/www-client/firefox/firefox-68.8.0.ebuild
@@ -47,7 +47,7 @@ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs 
eutils \
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox;
 
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/

2020-05-06 Thread Pacho Ramos
commit: 06153786de5a65971eef2cb1815e0a0793c9e871
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed May  6 18:45:10 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed May  6 18:46:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06153786

x11-themes/fedora-backgrounds: Bump to 32.2.2

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/fedora-backgrounds/Manifest |  1 +
 .../fedora-backgrounds-32.2.2.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/fedora-backgrounds/Manifest 
b/x11-themes/fedora-backgrounds/Manifest
index fddb7d5bf7b..da56dc508d1 100644
--- a/x11-themes/fedora-backgrounds/Manifest
+++ b/x11-themes/fedora-backgrounds/Manifest
@@ -4,3 +4,4 @@ DIST f29-backgrounds-29.1.3.tar.xz 170130460 BLAKE2B 
dc7e8e25f8d65f9de8939e0468d
 DIST f30-backgrounds-30.1.2.tar.xz 215810052 BLAKE2B 
203a8d5213aab09de7e050fceb333092d77df99557d827930542cbe0443ff16f510b0fb66d294e63871ffb6e942e373eb9890e7eb139523b1573bc12e328e9b7
 SHA512 
a6b2c3d0d38a0bb76f987e85b584afe2ce8079f8667a3ef253deff12b96678f2fb92ab2f6d04770e9154dd3bb4bc0fc871d5c18da989e5fa7f9f61464d7b3322
 DIST f31-backgrounds-31.0.4.tar.xz 317019080 BLAKE2B 
a6d3d8f1e41e5f0186ce4b4ffa052190d8422bf24db3c6fa02f1eda0d016af7cf58f8da9d1a391a8c2a46d1f1b2a21f2c889c6704a9e997262ae9a43447e55dc
 SHA512 
77244938ef3bd3dff8d8327645373b368f10aef78cf15fa56045b3f6c76dee502a6682b4bb756e1c16f4021481f7ee2317a73273bb2e50abc729b5847db23718
 DIST f32-backgrounds-32.1.4.tar.xz 56592364 BLAKE2B 
2dea490c910844ea1a09fec7f0d86b713c76f04979b8ad32f0038122a38585f98bbef837e158f0d7ce2f13ee80a3309cf7ca6dde28a15e60747f6882ca1661f9
 SHA512 
6ecf33e4810bd504b4ab6bdfc42ef1beab7f77a23ccb33e52641064293586d3328829f07e4988b3358dbca369610bb2bd7553192f4bc0221cbe971c5f6835bca
+DIST f32-backgrounds-32.2.2.tar.xz 162995272 BLAKE2B 
6c965cdfaa672877b1be087edb6de088f90f69027a1645781d19761f49023fde383301cf658f536aab32b1886960e4f9f7e7bf7b3c82ad2cb1fecffd28664ceb
 SHA512 
b86596ce1f7db5ea63ad8f2271e8e90fb9fff24b72cacd0b30ed75a25ecf762548b0211ff9420d35ec110945ee5fb1a244a7848483e202f98faa0a5110fcf4b5

diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild 
b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild
new file mode 100644
index 000..a2fe4e7ee0b
--- /dev/null
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
+HOMEPAGE="https://github.com/fedoradesign/backgrounds;
+
+MY_PN="f$(ver_cut 1)-backgrounds"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz;
+
+# Review on each bump, files Attribution*
+LICENSE="CC-BY-SA-4.0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SLOT="$(ver_cut 1)"
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/${MY_PN}"
+
+src_install() {
+   default
+   # Don't change default MATE background
+   rm "${ED}"/usr/share/backgrounds/mate/default.xml || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/

2020-05-06 Thread Pacho Ramos
commit: fd7922250b334e0e71217967fd362b9d5ed45d25
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed May  6 18:45:24 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed May  6 18:46:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd792225

x11-themes/fedora-backgrounds: Drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/fedora-backgrounds/Manifest |  1 -
 .../fedora-backgrounds-32.1.4.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/x11-themes/fedora-backgrounds/Manifest 
b/x11-themes/fedora-backgrounds/Manifest
index da56dc508d1..403fa46db14 100644
--- a/x11-themes/fedora-backgrounds/Manifest
+++ b/x11-themes/fedora-backgrounds/Manifest
@@ -3,5 +3,4 @@ DIST f28-backgrounds-28.1.5.tar.xz 158614448 BLAKE2B 
8a2c98c3aa195512c000d2f0cb5
 DIST f29-backgrounds-29.1.3.tar.xz 170130460 BLAKE2B 
dc7e8e25f8d65f9de8939e0468d49986f0228993920b49d53c2cfdc99c108218b338921657b790f30b3997a9dedfa51cae8f0db161b42fb723f2a2e4ea56a6b6
 SHA512 
707ecc56c5b0070b07f316dd9d24b9bc51a7b77e82049f7f693f4c5a828cba2d7731f14b5f2ea574875c81c60b1a490f55d9b655df936b6052e0bfa23eb171ad
 DIST f30-backgrounds-30.1.2.tar.xz 215810052 BLAKE2B 
203a8d5213aab09de7e050fceb333092d77df99557d827930542cbe0443ff16f510b0fb66d294e63871ffb6e942e373eb9890e7eb139523b1573bc12e328e9b7
 SHA512 
a6b2c3d0d38a0bb76f987e85b584afe2ce8079f8667a3ef253deff12b96678f2fb92ab2f6d04770e9154dd3bb4bc0fc871d5c18da989e5fa7f9f61464d7b3322
 DIST f31-backgrounds-31.0.4.tar.xz 317019080 BLAKE2B 
a6d3d8f1e41e5f0186ce4b4ffa052190d8422bf24db3c6fa02f1eda0d016af7cf58f8da9d1a391a8c2a46d1f1b2a21f2c889c6704a9e997262ae9a43447e55dc
 SHA512 
77244938ef3bd3dff8d8327645373b368f10aef78cf15fa56045b3f6c76dee502a6682b4bb756e1c16f4021481f7ee2317a73273bb2e50abc729b5847db23718
-DIST f32-backgrounds-32.1.4.tar.xz 56592364 BLAKE2B 
2dea490c910844ea1a09fec7f0d86b713c76f04979b8ad32f0038122a38585f98bbef837e158f0d7ce2f13ee80a3309cf7ca6dde28a15e60747f6882ca1661f9
 SHA512 
6ecf33e4810bd504b4ab6bdfc42ef1beab7f77a23ccb33e52641064293586d3328829f07e4988b3358dbca369610bb2bd7553192f4bc0221cbe971c5f6835bca
 DIST f32-backgrounds-32.2.2.tar.xz 162995272 BLAKE2B 
6c965cdfaa672877b1be087edb6de088f90f69027a1645781d19761f49023fde383301cf658f536aab32b1886960e4f9f7e7bf7b3c82ad2cb1fecffd28664ceb
 SHA512 
b86596ce1f7db5ea63ad8f2271e8e90fb9fff24b72cacd0b30ed75a25ecf762548b0211ff9420d35ec110945ee5fb1a244a7848483e202f98faa0a5110fcf4b5

diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.1.4.ebuild 
b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.1.4.ebuild
deleted file mode 100644
index a2fe4e7ee0b..000
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
-HOMEPAGE="https://github.com/fedoradesign/backgrounds;
-
-MY_PN="f$(ver_cut 1)-backgrounds"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz;
-
-# Review on each bump, files Attribution*
-LICENSE="CC-BY-SA-4.0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SLOT="$(ver_cut 1)"
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}/${MY_PN}"
-
-src_install() {
-   default
-   # Don't change default MATE background
-   rm "${ED}"/usr/share/backgrounds/mate/default.xml || die
-}



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

2020-05-06 Thread Pacho Ramos
commit: d286e3393971f942d7d7c972b13409b8f3c60614
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed May  6 18:29:07 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed May  6 18:46:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d286e339

dev-python/pyclipper: Needs unittest2

Thanks-to: Thomas Deutschmann
Closes: https://bugs.gentoo.org/721158
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild 
b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild
index 92d5751de09..8aeb8a43154 100644
--- a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild
+++ b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild
@@ -20,7 +20,10 @@ BDEPEND="
dev-python/setuptools-git[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )
 "
 RDEPEND=""
 DEPEND=""



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

2020-05-06 Thread Pacho Ramos
commit: 714d3a1802c59e91297223ee20daeb519c12d476
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed May  6 18:43:01 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed May  6 18:46:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714d3a18

dev-python/defcon: Fix tests

Thanks-to: Thomas Deutschmann
Closes: https://bugs.gentoo.org/721156
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/defcon/defcon-0.6.0-r1.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/defcon/defcon-0.6.0-r1.ebuild 
b/dev-python/defcon/defcon-0.6.0-r1.ebuild
index 9d7deff618e..b982a24e82b 100644
--- a/dev-python/defcon/defcon-0.6.0-r1.ebuild
+++ b/dev-python/defcon/defcon-0.6.0-r1.ebuild
@@ -17,8 +17,12 @@ IUSE=""
 
 RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
-BDEPEND=""
+BDEPEND="
+   test? (
+   dev-python/fonttools[${PYTHON_USEDEP}]
+   dev-python/fs[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
 
-python_test() {
-   esetup.py test
-}
+distutils_enable_tests pytest



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

2020-05-06 Thread Mikle Kolyada
commit: 96770fb5c151c52b914363111955d3123e932bbf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:44:38 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:44:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96770fb5

dev-python/m2r: ppc stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/m2r/m2r-0.2.1.ebuild b/dev-python/m2r/m2r-0.2.1.ebuild
index 32b09f85e73..f0824021a45 100644
--- a/dev-python/m2r/m2r-0.2.1.ebuild
+++ b/dev-python/m2r/m2r-0.2.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/miyakogi/m2r/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2020-05-06 Thread Mikle Kolyada
commit: a099640ef64e6448b9c07c79837576ea5cb37170
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:44:35 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:44:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a099640e

dev-python/hyperlink: ppc stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/hyperlink/hyperlink-19.0.0.ebuild 
b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
index a6a12dd0042..63b5855ee12 100644
--- a/dev-python/hyperlink/hyperlink-19.0.0.ebuild
+++ b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/idna[${PYTHON_USEDEP}]"



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

2020-05-06 Thread Mikle Kolyada
commit: 1fb753ba1352ee0d5aab586cb2a86715e5fb0499
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:44:26 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb753ba

dev-python/pyhamcrest: ppc stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 3c8856348db..46bbf1b22e5 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-05-06 Thread Mikle Kolyada
commit: d548b8b39da3402b039b3034efdbaf608200789d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:45:16 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:45:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d548b8b3

dev-python/twisted: ppc stable wrt bug #705488

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/twisted/twisted-19.10.0.ebuild 
b/dev-python/twisted/twisted-19.10.0.ebuild
index f8e7dbbe8de..d092c569789 100644
--- a/dev-python/twisted/twisted-19.10.0.ebuild
+++ b/dev-python/twisted/twisted-19.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN};
 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz;
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 LICENSE="MIT"
 SLOT="0"



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

2020-05-06 Thread Mikle Kolyada
commit: 539572d1c92398c697988aa3000a37b24bf44fbf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:44:32 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:44:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539572d1

dev-python/automat: ppc stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/automat/automat-0.8.0-r1.ebuild 
b/dev-python/automat/automat-0.8.0-r1.ebuild
index 8f8b9d469ba..27f988b68f4 100644
--- a/dev-python/automat/automat-0.8.0-r1.ebuild
+++ b/dev-python/automat/automat-0.8.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 RDEPEND="



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

2020-05-06 Thread Mikle Kolyada
commit: 905af33b518629310329249570198efae8208c11
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:44:29 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905af33b

dev-python/mistune: ppc stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index aaf6271f46a..f667b37ae19 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.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 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]



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

2020-05-06 Thread Mikle Kolyada
commit: c8401135bddc4c9d88d7751595fd4887b60abd10
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:42:45 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:42:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8401135

dev-python/pyhamcrest: Add ~ppc keyword wrt bug #661320

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 921cb4c7f9b..3c8856348db 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-05-06 Thread Mikle Kolyada
commit: 6d9bb7541f5dfb6df1f6a3b54fe295147bb74570
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:42:42 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:42:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9bb754

dev-python/twisted: Add ~ppc keyword wrt bug #661320

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/twisted/twisted-19.10.0.ebuild 
b/dev-python/twisted/twisted-19.10.0.ebuild
index 3aee3da17bb..f8e7dbbe8de 100644
--- a/dev-python/twisted/twisted-19.10.0.ebuild
+++ b/dev-python/twisted/twisted-19.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN};
 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz;
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc64 s390 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 LICENSE="MIT"
 SLOT="0"



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

2020-05-06 Thread Mikle Kolyada
commit: fb9cdf2cb622b38fad715e7f8f413ced9cc123a2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:37:39 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:38:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9cdf2c

profiles/sparc: mask urlib3[test]

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/arch/sparc/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 081a38a9e56..684d2229abf 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -4,6 +4,7 @@
 # Mikle Kolyada  (2020-05-06)
 # No keywords
 dev-python/werkzeug test
+dev-python/urllib3 test
 
 # Rolf Eike Beer  (2020-04-28)
 # Requires www-client/firefox which isn't available on sparc



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

2020-05-06 Thread Mike Gilbert
commit: a3ef6a9e50dbbbf7b64566e19c585367d13c17f6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May  6 18:33:41 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May  6 18:33:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ef6a9e

www-client/google-chrome: automated update (81.0.4044.138)

Package-Manager: Portage-2.3.99_p6, Repoman-2.3.22_p35
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome/Manifest   | 2 +-
 ...e-chrome-81.0.4044.129.ebuild => google-chrome-81.0.4044.138.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 6a4e5a0fa02..140d78adb96 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_81.0.4044.129-1_amd64.deb 67137920 BLAKE2B 
059fa43c5b5f0eff3eb92dc7ea9692ba4f33eaa928399e2330c8c23ffee8b595ca61a85aff7b81cfbec0ccb49e7f168a5fcd26cf954072c25533ad053b330e3e
 SHA512 
9a6766f4e8f6f326cb41ba945bbccdc9beed25cee51f62fc8c82f2b5021c078bd6ef4e9e2491a34714ada17bf57c9884e010b6cef76a5b0186e8ee5b571925e9
+DIST google-chrome-stable_81.0.4044.138-1_amd64.deb 66985784 BLAKE2B 
b61a18d3823852a019733a1e240ebbcf7e1c93ac965e213ad032f3378a72d0d0194d05636ca7b8e2ff1a0ec8d60c43819d2931aac05b29cb5c89b5491eb6dc09
 SHA512 
64f0a8167e0b49b7614ddc44cb35b28dc4699cde7e14f3868fd27c1ec7848a727a356bd0a9914e8ba42a8c47e3d6fc0901abc495b000d30aa0e73034129b06af

diff --git a/www-client/google-chrome/google-chrome-81.0.4044.129.ebuild 
b/www-client/google-chrome/google-chrome-81.0.4044.138.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-81.0.4044.129.ebuild
rename to www-client/google-chrome/google-chrome-81.0.4044.138.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2020-05-06 Thread Mike Gilbert
commit: f517987ecf3900489f3dd553091c05ae3b9d8d01
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May  6 18:33:52 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May  6 18:33:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f517987e

www-plugins/chrome-binary-plugins: automated update (81.0.4044.138)

Package-Manager: Portage-2.3.99_p6, Repoman-2.3.22_p35
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...-81.0.4044.129.ebuild => chrome-binary-plugins-81.0.4044.138.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 8b890fbc3a5..df5d914a794 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_83.0.4103.34-1_amd64.deb 68651028 BLAKE2B 
bade9093ef0494a3441ebfac7d53ba49ff96df419361f28a88b4ee182acfcb8227ba8b76a82b5f977150273ca0038b9ffb3c7aea38bb4f12b118ebb2baf3d30b
 SHA512 
a8611ed9a483a5d4f69cb530c768683145fa99aceab44d234450e9c4165194b7e4919fbad3ae7fc1b3c47b173f4b4e18ca07b805a0d356ea4f8b32123838c1a1
-DIST google-chrome-stable_81.0.4044.129-1_amd64.deb 67137920 BLAKE2B 
059fa43c5b5f0eff3eb92dc7ea9692ba4f33eaa928399e2330c8c23ffee8b595ca61a85aff7b81cfbec0ccb49e7f168a5fcd26cf954072c25533ad053b330e3e
 SHA512 
9a6766f4e8f6f326cb41ba945bbccdc9beed25cee51f62fc8c82f2b5021c078bd6ef4e9e2491a34714ada17bf57c9884e010b6cef76a5b0186e8ee5b571925e9
+DIST google-chrome-stable_81.0.4044.138-1_amd64.deb 66985784 BLAKE2B 
b61a18d3823852a019733a1e240ebbcf7e1c93ac965e213ad032f3378a72d0d0194d05636ca7b8e2ff1a0ec8d60c43819d2931aac05b29cb5c89b5491eb6dc09
 SHA512 
64f0a8167e0b49b7614ddc44cb35b28dc4699cde7e14f3868fd27c1ec7848a727a356bd0a9914e8ba42a8c47e3d6fc0901abc495b000d30aa0e73034129b06af
 DIST google-chrome-unstable_84.0.4128.3-1_amd64.deb 69606370 BLAKE2B 
c3e6aca4b0b2c2349ab8ed7e57a2a6b2ae3f639d2e1f5f414fa4d15bef90ea03f953ac7e92e3f84afabc805002b296d694383e83e8005762677a502d4bc15bb0
 SHA512 
5764e16ec8782290447c8be2950250d4dcfb4b039a32bf2f082a2b21d080492ec518322d71894918f6e6f3e6cfcfb329564af3a9f4e2a977521b88ca8c479f38

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.129.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.138.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.129.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.138.ebuild



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, dev-python/werkzeug/, dev-python/pip/

2020-05-06 Thread Mikle Kolyada
commit: 1cb3146fad13f41c65bb3f4b8af9d95ea3ffb157
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:30:50 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:31:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb3146f

profiles/sparc: mask werkzeug[test]

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/pip/pip-20.0.2.ebuild   | 2 +-
 dev-python/werkzeug/werkzeug-0.16.0.ebuild | 2 +-
 profiles/arch/sparc/package.use.mask   | 4 
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/pip/pip-20.0.2.ebuild b/dev-python/pip/pip-20.0.2.ebuild
index 8135c622fc9..d57ad4ff595 100644
--- a/dev-python/pip/pip-20.0.2.ebuild
+++ b/dev-python/pip/pip-20.0.2.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
 # setuptools & wheel .whl files are required for testing, exact version is not 
very important.
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
 SLOT="0"
 IUSE="test -vanilla"
 

diff --git a/dev-python/werkzeug/werkzeug-0.16.0.ebuild 
b/dev-python/werkzeug/werkzeug-0.16.0.ebuild
index 1251d492d79..4a26883cb76 100644
--- a/dev-python/werkzeug/werkzeug-0.16.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.16.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> ${P}.gh.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
 DEPEND="

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 539c097f7f3..081a38a9e56 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mikle Kolyada  (2020-05-06)
+# No keywords
+dev-python/werkzeug test
+
 # Rolf Eike Beer  (2020-04-28)
 # Requires www-client/firefox which isn't available on sparc
 dev-ruby/capybara test



[gentoo-commits] proj/sci:master commit in: sci-biology/pybedtools/

2020-05-06 Thread Martin Mokrejs
commit: 3a0d3cb989aa14f980ad867cb8b7d7db5284789f
Author: Martin Mokrejs  gmail  com>
AuthorDate: Wed May  6 18:27:40 2020 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed May  6 18:28:05 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3a0d3cb9

sci-biology/pybedtools: hopefully install generated HTML files

Package-Manager: Portage-2.3.95, Repoman-2.3.22
Signed-off-by: Martin Mokrejs  gmail.com>

 sci-biology/pybedtools/pybedtools-0.8.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild 
b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
index 9d4dc23c0..440e644b7 100644
--- a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
+++ b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
@@ -29,3 +29,9 @@ src_compile(){
default
use doc && cd docs && emake html
 }
+
+src_install(){
+   default
+   insinto /usr/share/doc/"${PN}"
+   doins -r docs/build/html
+}



[gentoo-commits] proj/sci:master commit in: sci-biology/pybedtools/

2020-05-06 Thread Martin Mokrejs
commit: e29df37c8b9b02f3749a57c2075bed05f0a71260
Author: Martin Mokrejs  gmail  com>
AuthorDate: Wed May  6 18:22:00 2020 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed May  6 18:22:20 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e29df37c

sci-biology/pybedtools: respect minimal and doc USE flags

Installation of the to be generated doc pages is not tested
as I am blocked by bug #721306. Probably some dir needs to be
recursively installed.

Package-Manager: Portage-2.3.95, Repoman-2.3.22
Signed-off-by: Martin Mokrejs  gmail.com>

 sci-biology/pybedtools/pybedtools-0.8.0.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild 
b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
index cd444a09e..9d4dc23c0 100644
--- a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
+++ b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
@@ -14,15 +14,18 @@ 
SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
+IUSE="doc minimal"
 
 RDEPEND="
sci-biology/bedtools
-   sci-biology/pysam"
+   sci-biology/pysam
+   !minimal? ( sci-libs/htslib )
+   doc? ( dev-python/sphinx )"
 DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]"
 
 src_compile(){
python setup.py cythonize
default
+   use doc && cd docs && emake html
 }



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/

2020-05-06 Thread Kent Fredric
commit: 8c9b8368c81834bc9b7a8fd6fc19dd612b3c0be5
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed May  6 18:17:53 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed May  6 18:18:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9b8368

dev-perl/CGI-Compile: Bump to version 0.240.0

- EAPI7
- Cleanup useless tests

Upstream:
- Fix temp dir creation race
- Use better package/subnames for coderefs
- Add test for working Alarm sig in CGIs

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

 dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild | 38 +
 dev-perl/CGI-Compile/Manifest   |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild 
b/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
new file mode 100644
index 000..5cd4c06b5d9
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RKITOVER
+DIST_VERSION=0.24
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/File-pushd
+   dev-perl/Sub-Name
+"
+DEPEND="
+   dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.34.0
+   test? (
+   dev-perl/CGI
+   dev-perl/Capture-Tiny
+   dev-perl/Sub-Identify
+   dev-perl/Switch
+   dev-perl/Test-NoWarnings
+   dev-perl/Test-Requires
+   virtual/perl-Test-Simple
+   dev-perl/Try-Tiny
+   )
+"
+PERL_RM_FILES=(
+   "t/author-pod-syntax.t"
+)

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
index 964d41382f7..03e45efddcb 100644
--- a/dev-perl/CGI-Compile/Manifest
+++ b/dev-perl/CGI-Compile/Manifest
@@ -1 +1,2 @@
 DIST CGI-Compile-0.22.tar.gz 21160 BLAKE2B 
a2b8ba4c7f180ec5dc1d48dace853ac37a3c8cbaaa2e1a140b52eca2fe366f59c0229d47cd8738029781ee4cb137db7d646efb55e254dffdb4e0112a107dc2f3
 SHA512 
58be714bd25975fbb66e4c83c197fa3c17219327859d965011706fda96d5c2f208831e52368c0b4b8ef6b0f462b9c8ea216d94d7ef30e904e21b818b134cc5b7
+DIST CGI-Compile-0.24.tar.gz 22392 BLAKE2B 
874789fb78b9df5c1a207c3ebdc864bc3a648cd9c41943d64a94eef95c3c1d20d287e893f3ea2fa89ae4754f9ffaa931b7f5cfa239f984009ab06c266d1113c9
 SHA512 
bfb0e0d34f7088acc04811d8f778721b6b77afeeca1b3cdb7c21d633152f17af33c5de8772ef81adea48315d6eae5c7706a5cbbb7f373dbc0b08fe0ee8335abe



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

2020-05-06 Thread Mikle Kolyada
commit: c427c2533ecfc8507a13e28d57efe134e07d80f5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:16:11 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c427c253

dev-python/pbr: mark ppc/ppc64 stable

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pbr/pbr-5.1.1.ebuild b/dev-python/pbr/pbr-5.1.1.ebuild
index eb4d83b7cd9..da16ef79a30 100644
--- a/dev-python/pbr/pbr-5.1.1.ebuild
+++ b/dev-python/pbr/pbr-5.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~mips ~ppc64 ~s390 sparc ~x86 ~x64-cygwin 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc ~x86 ~x64-cygwin 
~amd64-linux ~x86-linux"
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 
~amd64-linux ~x86-linux"
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"



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

2020-05-06 Thread Mikle Kolyada
commit: 18d7be4f2f1d68fe76e0b996228ae3c238bbb1c9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:14:19 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d7be4f

profiles/ppc: mask pbr[test]

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 9219f7cf2a4..929132946d5 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mikle Kolyada  (2020-05-06)
+# No deps keyworded
+dev-python/pbr test
+
 # Benda Xu  (2020-04-27)
 # tests optionally depend on dev-python/hypothesis
 dev-python/numpy test



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Ajax/

2020-05-06 Thread Kent Fredric
commit: 41b02ba55ce5e8818f1e54c7b96243ebce949bc4
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed May  6 17:59:30 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed May  6 17:59:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b02ba5

dev-perl/CGI-Ajax: -r bump for EAPI7

- EAPI7
- Parallel tests

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

 dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild 
b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
new file mode 100644
index 000..3159244eb91
--- /dev/null
+++ b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_VERSION=0.707
+DIST_AUTHOR=BPEDERSE
+inherit perl-module
+
+DESCRIPTION="a perl-specific system for writing Asynchronous web applications"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/CGI
+   dev-perl/Class-Accessor
+"
+BDEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Simple )
+"



  1   2   3   4   5   >