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

2020-07-18 Thread Zac Medico
commit: bb3180edb5d310d5382bb3c0772c06be0b354806
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 19 05:18:41 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 19 05:37:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3180ed

sys-apps/portage: Bump to version 3.0.0

 #703698 Improve repos.conf handling of boolean settings
 #721516 ecompress complains about compressed files that have
 been excluded by docompress -x
 #729852 Set XTerm titles for konsole
 #731114 Drop support for python2.7
 #731246 man ebuild(5) has incorrect example of $P and $PN
 #732378 Use lru_cache for use_reduce, vercmp, and catpkgsplit
 #733154 List of ignored warnings in .desktop files should be
 updated for compatibility with >=desktop-file-utils-0.25

Bug: https://bugs.gentoo.org/733180
Bug: https://bugs.gentoo.org/703698
Bug: https://bugs.gentoo.org/721516
Bug: https://bugs.gentoo.org/729852
Bug: https://bugs.gentoo.org/731114
Bug: https://bugs.gentoo.org/731246
Bug: https://bugs.gentoo.org/732378
Bug: https://bugs.gentoo.org/733154
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest |   1 +
 sys-apps/portage/portage-3.0.0.ebuild | 263 ++
 2 files changed, 264 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index b9001c5f0f6..a9fa116649f 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1,4 @@
 DIST portage-2.3.103.tar.bz2 1051807 BLAKE2B 
6a05997ea8b87627523642664956f822b76bbc41511659abfa6ede12b5f9ecaf9d253ac816b0e1dc6b6a118d9efc80593b429ef179d9d01200333585498d44d9
 SHA512 
e5595ca3b12c35fb696dd86ed2f1a72e56c7bc6955a63e555e1f0a795415473e38363541495496464bdc4192e2708c8bff4192bd0c7dad7a527fac96deec2a4c
 DIST portage-2.3.89-bug-718578.patch 1325 BLAKE2B 
7a3bc520274617736eac2e3d078e90d151bdb5d8615f6217a499c0f5d4c80813f2c753e7902cf34482df0725ad0b43a38707764c8be14aae9f7ca34f0bd8721f
 SHA512 
6f1c5d7b42beb8078c45cccbad2bd65374b69af92521d9be3beb6784477ca5bcdd75d8e762b239e44e3121e6fe5e3a040c92c9b61521e4a9b1d6bafee10d4c88
 DIST portage-2.3.99.tar.bz2 1051210 BLAKE2B 
dd3f990dbc87e655a767ce01e1ee3f0b1d5226fa818949408e54b81a2f96e50a4215a79af42b00dc795792858c4f86453b238b14baef4f0793c937b5617534b8
 SHA512 
176842318a4134ce54c5aa6485fef296f5a14edd2a72421c2011973a0f1a6af39bc5398f1e9eb3b8666d5fc307589c5b91ab93c219bdedb2d307357d8ddefbf5
+DIST portage-3.0.0.tar.bz2 1050225 BLAKE2B 
c4b0ada263735e41f26a8d19dac041c6d93093b7ef5d0881868ba056199d9b29a8e456a45cc22a9a64fb05c10f4afcddb5ce910b7c85c085473917d5db1a4bca
 SHA512 
52304958d26e77a44c9b5179c13424dfaf9c9b74f3256c58fb11d3cfc9a394f99f2219548879cc0bb695fde877c91cb7d9617168fbb8f809778d7cff493be14c

diff --git a/sys-apps/portage/portage-3.0.0.ebuild 
b/sys-apps/portage/portage-3.0.0.ebuild
new file mode 100644
index 000..6e1a8152761
--- /dev/null
+++ b/sys-apps/portage/portage-3.0.0.ebuild
@@ -0,0 +1,263 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1 linux-info systemd prefix
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+SLOT="0"
+IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   apidoc? (
+   dev-python/sphinx
+   dev-python/sphinx-epytext
+   )"
+# Require sandbox-2.2 for bug #288863.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   app-arch/zstd
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   rsync-verify? (
+   >=app-portage/gemato-14[${PYTHON_USEDEP}]
+   >=app-crypt/openpgp-keys-gentoo-release-20180706
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   )
+   )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
+   kernel_linux? ( sys-apps/util-linux )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( 

[gentoo-commits] proj/portage:master commit in: lib/portage/, lib/portage/sync/, lib/portage/util/_async/

2020-07-18 Thread Zac Medico
commit: bde44b75407dfe0a390033636894a136af4e7533
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jul  2 23:51:41 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 19 04:35:23 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=bde44b75

ForkProcess: replace os.fork with multiprocessing.Process (bug 730192)

Replace os.fork with multiprocessing.Process, in order to leverage
any pre-fork and post-fork interpreter housekeeping that it provides,
promoting a healthy state for the forked interpreter.

Since multiprocessing.Process closes sys.__stdin__, fix relevant
code to use the portage._get_stdin() compatibility function.
In case there's a legitimate need to inherit stdin for things like
PROPERTIES=interactive support, create a temporary duplicate of
fd_pipes[0] when appropriate, and restore sys.stdin and sys.__stdin__
in the subprocess.

Bug: https://bugs.gentoo.org/730192
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/process.py |   4 +-
 lib/portage/sync/controller.py |   4 +-
 lib/portage/util/_async/ForkProcess.py | 146 ++---
 3 files changed, 119 insertions(+), 35 deletions(-)

diff --git a/lib/portage/process.py b/lib/portage/process.py
index 6af668db4..b7316c89d 100644
--- a/lib/portage/process.py
+++ b/lib/portage/process.py
@@ -1,5 +1,5 @@
 # portage.py -- core Portage functionality
-# Copyright 1998-2019 Gentoo Authors
+# Copyright 1998-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 
@@ -107,7 +107,7 @@ def sanitize_fds():
if _set_inheritable is not None:
 
whitelist = frozenset([
-   sys.__stdin__.fileno(),
+   portage._get_stdin().fileno(),
sys.__stdout__.fileno(),
sys.__stderr__.fileno(),
])

diff --git a/lib/portage/sync/controller.py b/lib/portage/sync/controller.py
index c4c72e73a..43bb5d520 100644
--- a/lib/portage/sync/controller.py
+++ b/lib/portage/sync/controller.py
@@ -1,4 +1,4 @@
-# Copyright 2014-2019 Gentoo Authors
+# Copyright 2014-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
@@ -231,7 +231,7 @@ class SyncManager(object):
# Redirect command stderr to stdout, in order to prevent
# spurious cron job emails (bug 566132).
spawn_kwargs["fd_pipes"] = {
-   0: sys.__stdin__.fileno(),
+   0: portage._get_stdin().fileno(),
1: sys.__stdout__.fileno(),
2: sys.__stdout__.fileno()
}

diff --git a/lib/portage/util/_async/ForkProcess.py 
b/lib/portage/util/_async/ForkProcess.py
index d84e93833..eb01a6232 100644
--- a/lib/portage/util/_async/ForkProcess.py
+++ b/lib/portage/util/_async/ForkProcess.py
@@ -1,37 +1,123 @@
-# Copyright 2012-2013 Gentoo Foundation
+# Copyright 2012-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+import fcntl
+import functools
+import multiprocessing
 import signal
 import sys
-import traceback
 
 import portage
 from portage import os
+from portage.util.futures import asyncio
+from portage.util.futures.compat_coroutine import coroutine
 from _emerge.SpawnProcess import SpawnProcess
 
 class ForkProcess(SpawnProcess):
 
-   __slots__ = ()
+   __slots__ = ('_proc', '_proc_join_task')
+
+   # Number of seconds between poll attempts for process exit status
+   # (after the sentinel has become ready).
+   _proc_join_interval = 0.1
 
def _spawn(self, args, fd_pipes=None, **kwargs):
"""
-   Fork a subprocess, apply local settings, and call fetch().
+   Override SpawnProcess._spawn to fork a subprocess that calls
+   self._run(). This uses multiprocessing.Process in order to 
leverage
+   any pre-fork and post-fork interpreter housekeeping that it 
provides,
+   promoting a healthy state for the forked interpreter.
"""
-
-   parent_pid = os.getpid()
-   pid = None
+   # Since multiprocessing.Process closes sys.__stdin__, create a
+   # temporary duplicate of fd_pipes[0] so that sys.__stdin__ can
+   # be restored in the subprocess, in case this is needed for
+   # things like PROPERTIES=interactive support.
+   stdin_dup = None
try:
-   pid = os.fork()
+   stdin_fd = fd_pipes.get(0)
+   if stdin_fd is not None and stdin_fd == 
portage._get_stdin().fileno():
+   stdin_dup = os.dup(stdin_fd)
+   fcntl.fcntl(stdin_dup, fcntl.F_SETFD,
+   fcntl.fcntl(stdin_fd, 

[gentoo-commits] proj/portage: New tag: portage-3.0.0

2020-07-18 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 19 05:41:10 2020 +

New tag: portage-3.0.0




[gentoo-commits] proj/portage:master commit in: /

2020-07-18 Thread Zac Medico
commit: 445212544fceed21b24dff96701e6c34b80de923
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 19 05:04:33 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 19 05:04:48 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=44521254

Updates for portage-3.0.0 release

Signed-off-by: Zac Medico  gentoo.org>

 NEWS  |  4 
 RELEASE-NOTES | 13 +
 setup.py  |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index fdaba51d6..1d609bd31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.0
+--
+* Dropped support for Python 2.x.
+
 portage-2.3.101
 --
 * The new PORTAGE_LOG_FILTER_FILE_CMD make.conf(5) variable specifies a

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 85a16a4e3..3229891cf 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,19 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.0
+==
+* Bug Fixes:
+- Bug 703698 Improve repos.conf handling of boolean settings
+- Bug 721516 ecompress complains about compressed files that have
+  been excluded by docompress -x
+- Bug 729852 Set XTerm titles for konsole
+- Bug 731114 Drop support for python2.7
+- Bug 731246 man ebuild(5) has incorrect example of $P and $PN
+- Bug 732378 Use lru_cache for use_reduce, vercmp, and catpkgsplit
+- Bug 733154 List of ignored warnings in .desktop files should be
+  updated for compatibility with >=desktop-file-utils-0.25
+
 portage-2.3.103
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index a3a026203..08a3a6834 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.103',
+   version = '3.0.0',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



[gentoo-commits] proj/portage:master commit in: lib/portage/tests/process/, lib/portage/util/_async/

2020-07-18 Thread Zac Medico
commit: 859fe1a14214fb1a188cc0b49f8683a94cd04011
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 19 03:57:12 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 19 04:20:51 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=859fe1a1

AsyncFunction: stdin support

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/tests/process/test_AsyncFunction.py | 38 +
 lib/portage/util/_async/AsyncFunction.py|  4 +--
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/lib/portage/tests/process/test_AsyncFunction.py 
b/lib/portage/tests/process/test_AsyncFunction.py
new file mode 100644
index 0..55857026d
--- /dev/null
+++ b/lib/portage/tests/process/test_AsyncFunction.py
@@ -0,0 +1,38 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+import sys
+
+from portage import os
+from portage.tests import TestCase
+from portage.util._async.AsyncFunction import AsyncFunction
+from portage.util.futures import asyncio
+from portage.util.futures._asyncio.streams import _writer
+from portage.util.futures.compat_coroutine import coroutine
+from portage.util.futures.unix_events import _set_nonblocking
+
+
+class AsyncFunctionTestCase(TestCase):
+
+   @staticmethod
+   def _read_from_stdin(pw):
+   os.close(pw)
+   return ''.join(sys.stdin)
+
+   @coroutine
+   def _testAsyncFunctionStdin(self, loop):
+   test_string = '1\n2\n3\n'
+   pr, pw = os.pipe()
+   fd_pipes = {0:pr}
+   reader = AsyncFunction(scheduler=loop, fd_pipes=fd_pipes, 
target=self._read_from_stdin, args=(pw,))
+   reader.start()
+   os.close(pr)
+   _set_nonblocking(pw)
+   with open(pw, mode='wb', buffering=0) as pipe_write:
+   yield _writer(pipe_write, test_string.encode('utf_8'), 
loop=loop)
+   self.assertEqual((yield reader.async_wait()), os.EX_OK)
+   self.assertEqual(reader.result, test_string)
+
+   def testAsyncFunctionStdin(self):
+   loop = asyncio._wrap_loop()
+   loop.run_until_complete(self._testAsyncFunctionStdin(loop))

diff --git a/lib/portage/util/_async/AsyncFunction.py 
b/lib/portage/util/_async/AsyncFunction.py
index 1dffa36cc..db77a6f43 100644
--- a/lib/portage/util/_async/AsyncFunction.py
+++ b/lib/portage/util/_async/AsyncFunction.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Gentoo Foundation
+# Copyright 2015-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import pickle
@@ -23,7 +23,7 @@ class AsyncFunction(ForkProcess):
 
def _start(self):
pr, pw = os.pipe()
-   self.fd_pipes = {}
+   self.fd_pipes = {} if self.fd_pipes is None else self.fd_pipes
self.fd_pipes[pw] = pw
self._async_func_reader_pw = pw
self._async_func_reader = PipeReader(



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

2020-07-18 Thread Michał Górny
commit: 49adaa965248b1b8ac349516c8b3b88b47dedbea
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 19 03:52:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 19 04:18:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49adaa96

dev-lang/python: Backport security fixes

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

 dev-lang/python/Manifest |   5 +
 dev-lang/python/python-2.7.18-r1.ebuild  | 366 +++
 dev-lang/python/python-3.6.11-r2.ebuild  | 357 ++
 dev-lang/python/python-3.7.8-r2.ebuild   | 343 +
 dev-lang/python/python-3.8.4-r1.ebuild   | 346 +
 dev-lang/python/python-3.9.0_beta4-r1.ebuild | 323 +++
 6 files changed, 1740 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 442ac211c4e..a3e60923a1d 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -8,13 +8,18 @@ DIST Python-3.8.3.tar.xz 17912964 BLAKE2B 
9c415823f70bad97936e0472fc53a1b7650cbf
 DIST Python-3.8.4.tar.xz 18020412 BLAKE2B 
cfcfb293c413b25fc3ca48116cf8ffaba7bee18e9af9accf26be9b4373a0c62dd8e9da70e5a8a38ba6da4d1afbdbd589ae5ea4b618b65130ae061698b445908c
 SHA512 
37a36d014a8372742be9d0bd9dd3a275e100dc21b1515c145bc62425d4d157327b6e63ad99bc888c0b36c1da4c05676c40eb086e75072d1906e3210ec3043dcb
 DIST Python-3.9.0b3.tar.xz 18518204 BLAKE2B 
fa1707f0d55a83e739e9ad51979f8aff9720588a8a77b7ce8beb9ecf599955677758dec1551a0549b010f86c1f8fbc5915cef34d63097534d1c512c92fad5bd1
 SHA512 
c06a6b874fbce93ec37402034158a7bab44cab775d6da467eaddc1eb402663415f9d788e657a204f17dffe5fa6f379379f9215b5198ec5071565486b6f0e4a2a
 DIST Python-3.9.0b4.tar.xz 18602256 BLAKE2B 
9f260f2b3c6380745c343d2883db430dda1b76b120050df16e53c1021e5a746c7e4a6aa8e83c746c3705c6872e83369a649c48ffdaef972a7049c44f7bc3030b
 SHA512 
1c9bac850159352effb163b41590b3e9c05100b449798b5615f7a51a59a3877fe9558d593bb47c24915226637e3394e7864a1b1555cd6c5b5e5e308972208ecf
+DIST python-gentoo-patches-2.7.18-r1.tar.xz 15500 BLAKE2B 
7008b29827dbbd80d4ab8f010ccf9efced99c6b4b9109e4430c0ba269ce53529cb6fedd832502c8d2d3aa21938749cc3591c2545b21c0a59a6e60f8598e84ccc
 SHA512 
e656ab07281fd932b92165674619bbf55ecf410d2937ae4ae771d490b4532540498cc731d30d19c1e8aafd1f64df8a406bbfbb46ea985b3dcd8edb89a0b7f20f
 DIST python-gentoo-patches-2.7.18.tar.xz 15012 BLAKE2B 
f691e231c793bb8f11fb64c89b90e022af8e0fe0e28839822c2ae6214fdab6c6fd9c07466c4b5797d3964b7db09fd979597774fb7872dc674e8df59321b6bf95
 SHA512 
a2952b27bfc0a52f322b2f3e177cbe09fa288c9ca5967c13fb9c2d45d3e81033407e30e86bd258f0b3cfa2cef6eda5502bddb6390f9512a493d145d34e03
 DIST python-gentoo-patches-3.6.10-r1.tar.xz 15556 BLAKE2B 
3d4755a083172fc878d3454797a4a7fa809c7767b7f2ba0919b95076b8ecba62ac604a7db349d8dd71f83aa44d4580d0c433ae6cd2027078e7779cec79185ba2
 SHA512 
b361ff3fe9545bb59a7e85f179a094d58219be35d20cef83db02672d0a9a58fccfda62fbe8c2bf64250c4043b8517cbc2091380611c5f1e63bfac9ca7c4e47b0
 DIST python-gentoo-patches-3.6.11-r2.tar.xz 12448 BLAKE2B 
44f89d4c70e241d37f7941f80393ca6395ff4050b06e1f40a34c82541cbb1f62121c3d0049c1f815829dde998b7f12eaf46bae686e0c5a3482bc07b4f925374e
 SHA512 
7e343a1cf4dc70f328d854b56f48a920fdb52c999cce6cffed4b6828bec00d67c8fca463be2e81c0bcc24fa23721586e547bae4e82b573962f8e4da6a84da6b1
+DIST python-gentoo-patches-3.6.11-r3.tar.xz 14064 BLAKE2B 
416780c15ee12cfc06bfd1397d510dd42fea61abcaafd9cf54f27d843342debf0caa93c9700686feb14f04239ad4ea8f20ce8736029638abe7d7b9c57b9d659d
 SHA512 
de6a4a5bec89e6149b85b383991c99bd9460a8f59f52a700d54edd0154557727ccc79daaa90336dff434b222657c3f28dda1228d2d474002d0a28f31c9ed0b10
 DIST python-gentoo-patches-3.7.7.tar.xz 14644 BLAKE2B 
1a377eac945310082ec9fa257bcb406c7eaf24b5e80469dd49e82a1bc0554b75394678609cae447cb0fc7a19059b29166bf110b6ed99a89a9919b3a56a323f87
 SHA512 
2c7fbcefd6f4d1674b78f3b67f2be3f1b168e08c318fefe8d4757f2d30c22477f5010ad6f2c0abb265d819ee667617f21f93e002242e216b4ee570200b0ddf74
 DIST python-gentoo-patches-3.7.8-r2.tar.xz 11608 BLAKE2B 
6b012f22afd9060dada34566745423cc6d6d000821074e7cddb11c8a11c16bb71704b7d213d43f34f4f17e28d72c15a2e7523e3bcd0065216a63521e467b58b9
 SHA512 
d72acd627794e5045a84da8e7651b1825900a322aab2d1c4fef3cf02e429ced1d83664a74072cc2133bd1044b2d30b5e0974cf22ca908ff6746e276a9fd6619c
+DIST python-gentoo-patches-3.7.8-r3.tar.xz 13232 BLAKE2B 
9df47b1f61d08f62a80221bc48d73ec27cd74a9ade8219912c5b02eaea919b70d91b1154837cd03c0129a5839186e9c970167ca3398129c044c25c7853f1f920
 SHA512 
e1477d425cb6125ca2286d816f4aa4e9e3c789d6a4f4907bd7b78549598356cae5766f642e2cad9e7c3abe2e82c12cf3cb7db3513be68aa213cb64cc0abc678a
 DIST python-gentoo-patches-3.8.2-r1.tar.xz 16112 BLAKE2B 
9ae197a56bbd96afa11c4312c68ac030138773df22dedc3a3e6fb9e81b366d6522fb2c147946eb604a87d749cbea7e5e5eed8ae0e737294c0949a8c2791dd327
 SHA512 

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

2020-07-18 Thread Sam James
commit: 45cc4922003e4f7fbfe96482a08282436b9b7044
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:51:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:51:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cc4922

net-mail/mailman: amd64 stable (bug #729468)

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

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

diff --git a/net-mail/mailman/mailman-2.1.33.ebuild 
b/net-mail/mailman/mailman-2.1.33.ebuild
index 101b38d4086..f4b289046d8 100644
--- a/net-mail/mailman/mailman-2.1.33.ebuild
+++ b/net-mail/mailman/mailman-2.1.33.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.list.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="selinux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-07-18 Thread Sam James
commit: 4adb4b8102f02023021b5129a76bba4aa40e8df8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:39:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:39:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adb4b81

net-analyzer/net-snmp: ppc stable (bug #729610)

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

 net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
index 4cbda0a2d69..bf7ff938629 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${P/_/.}
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/35"
-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="
X bzip2 doc elf kmem ipv6 libressl lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib



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

2020-07-18 Thread Sam James
commit: 20c5bfbbcef4cdf2d0c08ad2863887a079acf643
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:34:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:34:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c5bfbb

media-libs/libglvnd: ppc64 stable (bug #732948)

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

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

diff --git a/media-libs/libglvnd/libglvnd-1.3.2.ebuild 
b/media-libs/libglvnd/libglvnd-1.3.2.ebuild
index e819bb68046..8fdda1d937f 100644
--- a/media-libs/libglvnd/libglvnd-1.3.2.ebuild
+++ b/media-libs/libglvnd/libglvnd-1.3.2.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc ~x86"

SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
S=${WORKDIR}/${PN}-v${PV}
 fi



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/

2020-07-18 Thread Sam James
commit: 7ab1d3dec03efc3c0f3c0d2f4272b054f0509c3b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:37:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:37:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab1d3de

x11-misc/xkeyboard-config: ppc64 stable (bug #732948)

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.30.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.30.ebuild
index 43bec529082..a96f3c6af4f 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.30.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.30.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2020-07-18 Thread Sam James
commit: 52791997ccc87d592f279c2ae930d84b4d89f3b1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:37:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:37:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52791997

app-eselect/eselect-rust: arm stable (bug #732798)

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

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

diff --git a/app-eselect/eselect-rust/eselect-rust-20200419.ebuild 
b/app-eselect/eselect-rust/eselect-rust-20200419.ebuild
index 505dc678933..e8554ff59f4 100644
--- a/app-eselect/eselect-rust/eselect-rust-20200419.ebuild
+++ b/app-eselect/eselect-rust/eselect-rust-20200419.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git;
 else
SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.bz2;
-   KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc64 x86"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Rust versions"



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

2020-07-18 Thread Sam James
commit: fd1eb24a083679aa9446011ca944cb38efb423a7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:38:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:38:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1eb24a

dev-lang/rust-bin: arm stable (bug #732798)

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

 dev-lang/rust-bin/rust-bin-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.44.1.ebuild 
b/dev-lang/rust-bin/rust-bin-1.44.1.ebuild
index deda0f9338d..0ac82e0b3a1 100644
--- a/dev-lang/rust-bin/rust-bin-1.44.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.44.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="clippy cpu_flags_x86_sse2 doc rustfmt"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-wm/twm/

2020-07-18 Thread Sam James
commit: 3869906501abc20cf0d79c86c4625a65740ac6b7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:37:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:37:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38699065

x11-wm/twm: ppc64 stable (bug #732948)

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

 x11-wm/twm/twm-1.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/twm/twm-1.0.11.ebuild b/x11-wm/twm/twm-1.0.11.ebuild
index 20948eddd9e..992b4b546f1 100644
--- a/x11-wm/twm/twm-1.0.11.ebuild
+++ b/x11-wm/twm/twm-1.0.11.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Tab Window Manager"
 
-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=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2020-07-18 Thread Sam James
commit: 92d80c3108673cbf653fec7f9265ce6d2704cdf1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:35:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:35:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d80c31

x11-base/xorg-server: ppc64 stable (bug #732948)

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

 x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
index 27f23bdff6c..9ec9832b0ea 100644
--- a/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
@@ -10,7 +10,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   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"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/

2020-07-18 Thread Sam James
commit: 7cd9eec5b6923d9af9c006ee10aea29235682969
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:35:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd9eec5

x11-libs/cairo: ppc64 stable (bug #732948)

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

 x11-libs/cairo/cairo-1.16.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r4.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r4.ebuild
index 15678b2aa9c..098ecc6d78e 100644
--- a/x11-libs/cairo/cairo-1.16.0-r4.ebuild
+++ b/x11-libs/cairo/cairo-1.16.0-r4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
-   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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/

2020-07-18 Thread Sam James
commit: 94b8349d988bc80f0845026e9e94e70371a3ee7b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:36:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:36:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b8349d

x11-libs/libdrm: ppc64 stable (bug #732948)

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

 x11-libs/libdrm/libdrm-2.4.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.102.ebuild 
b/x11-libs/libdrm/libdrm-2.4.102.ebuild
index d09d53b4a54..d776fa5c645 100644
--- a/x11-libs/libdrm/libdrm-2.4.102.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.102.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
SRC_URI=""
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz;
-   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"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



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

2020-07-18 Thread Sam James
commit: bedd7b89c2c0f99649aaa78971b01c6496d0d781
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:33:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:33:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedd7b89

dev-libs/libinput: ppc64 stable (bug #732948)

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

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

diff --git a/dev-libs/libinput/libinput-1.15.6.ebuild 
b/dev-libs/libinput/libinput-1.15.6.ebuild
index 8cbb7fd5b1c..e2f0f48c0ec 100644
--- a/dev-libs/libinput/libinput-1.15.6.ebuild
+++ b/dev-libs/libinput/libinput-1.15.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 LICENSE="MIT"
 SLOT="0/10"
 [[ "$(ver_cut 3)" -gt 900 ]] || \
-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="doc input_devices_wacom test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/

2020-07-18 Thread Sam James
commit: cfc4851a5e402159ff9614680c245f06194dee14
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:36:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:36:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc4851a

x11-libs/libxkbcommon: ppc64 stable (bug #732948)

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

 x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild
index 4987f5b6772..da622d6fce9 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN};
 else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz;
-   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"
 fi
 
 inherit meson multilib-minimal ${GIT_ECLASS}



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

2020-07-18 Thread Sam James
commit: 68601da7d115b287fb80389f65c0c700b895a942
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:45:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:45:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68601da7

net-misc/dropbear: arm stable (bug #723848)

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

 net-misc/dropbear/dropbear-2020.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.80.ebuild 
b/net-misc/dropbear/dropbear-2020.80.ebuild
index 96a4161f108..8344078e25f 100644
--- a/net-misc/dropbear/dropbear-2020.80.ebuild
+++ b/net-misc/dropbear/dropbear-2020.80.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2020-07-18 Thread Sam James
commit: 91d4b1b4e0e798dbb0a567730cb5e7865d7ee436
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:38:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:38:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d4b1b4

virtual/rust: arm stable (bug #732798)

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

 virtual/rust/rust-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
index 5bc542cc043..6f32b771ca5 100644
--- a/virtual/rust/rust-1.44.1.ebuild
+++ b/virtual/rust/rust-1.44.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"



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

2020-07-18 Thread Sam James
commit: fd060aa7ba9566d5f9e72d5dd97a06b17efb9f98
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:38:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:38:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd060aa7

dev-lang/rust: arm stable (bug #732798)

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

 dev-lang/rust/rust-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.44.1.ebuild b/dev-lang/rust/rust-1.44.1.ebuild
index c2b66aaff53..3ddcdaa9ee1 100644
--- a/dev-lang/rust/rust-1.44.1.ebuild
+++ b/dev-lang/rust/rust-1.44.1.ebuild
@@ -18,7 +18,7 @@ else
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc64 x86"
 fi
 
 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).1"



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

2020-07-18 Thread Sam James
commit: f0bfb49ae41ff9c10eb48add2cfe505835d36527
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:46:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:46:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bfb49a

net-dns/pdns-recursor: amd64 stable (bug #730362)

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

 net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
index 8d6e3c0088a..bffba0080a4 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug dnstap libressl luajit protobuf snmp sodium systemd"
 REQUIRED_USE="dnstap? ( protobuf )"
 



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

2020-07-18 Thread Sam James
commit: 05893fca5b5227275ab265297e127f54224bedfe
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:45:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:45:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05893fca

media-video/ffmpeg: sparc stable (bug #727450)

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

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

diff --git a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
index 4a924419d94..a61a062ccd2 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
@@ -62,7 +62,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2020-07-18 Thread Sam James
commit: 99fe12bc86b9f45af16abcf2c915381f85182a08
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:31:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:31:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fe12bc

dev-python/pythondialog: x86 stable (bug #732072)

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

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

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index 3d4d82ba3d5..9e20150dce2 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wireless-tools/

2020-07-18 Thread Sam James
commit: ddd3d40841df13650c2f8514fb781358e5329e6b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:25:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:25:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd3d408

net-wireless/wireless-tools: x86 stable (bug #724146)

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

 net-wireless/wireless-tools/wireless-tools-30_pre9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/wireless-tools/wireless-tools-30_pre9-r1.ebuild 
b/net-wireless/wireless-tools/wireless-tools-30_pre9-r1.ebuild
index 352cca0bc19..269d4d5bb77 100644
--- a/net-wireless/wireless-tools/wireless-tools-30_pre9-r1.ebuild
+++ b/net-wireless/wireless-tools/wireless-tools-30_pre9-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="multicall"
 
 DEPEND="sys-apps/sed"



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

2020-07-18 Thread Sam James
commit: 9897a48f757b9bfce9dd4e5407342e5883357dcf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:07:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:07:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9897a48f

net-analyzer/net-snmp: sparc stable (bug #729610)

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

 net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
index 16ae495e9da..4cbda0a2d69 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${P/_/.}
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/35"
-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="
X bzip2 doc elf kmem ipv6 libressl lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib



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

2020-07-18 Thread Sam James
commit: e7c6cc0aa53c7f4eff606ed96512d544077cb447
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:03:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:03:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c6cc0a

sys-apps/portage: amd64 stable (bug #733174)

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

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

diff --git a/sys-apps/portage/portage-2.3.103.ebuild 
b/sys-apps/portage/portage-2.3.103.ebuild
index 9a2c282b2ca..e4f0bcdc9c4 100644
--- a/sys-apps/portage/portage-2.3.103.ebuild
+++ b/sys-apps/portage/portage-2.3.103.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



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

2020-07-18 Thread Sam James
commit: d459e69551941ab31f83029d0e14e8ec339c2bc1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:34:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:35:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d459e695

sys-apps/portage: x86 stable (bug #733174)

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

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

diff --git a/sys-apps/portage/portage-2.3.103.ebuild 
b/sys-apps/portage/portage-2.3.103.ebuild
index dd0ccd7e83c..9a2c282b2ca 100644
--- a/sys-apps/portage/portage-2.3.103.ebuild
+++ b/sys-apps/portage/portage-2.3.103.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



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

2020-07-18 Thread Sam James
commit: bd9dab2f28bdd1843b9df131d86251619d1d4be8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:32:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:35:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9dab2f

sys-apps/portage: arm64 stable (bug #733174)

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

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

diff --git a/sys-apps/portage/portage-2.3.103.ebuild 
b/sys-apps/portage/portage-2.3.103.ebuild
index 6e1a8152761..dd0ccd7e83c 100644
--- a/sys-apps/portage/portage-2.3.103.ebuild
+++ b/sys-apps/portage/portage-2.3.103.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



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

2020-07-18 Thread Sam James
commit: ddde72881ac2e304d026697e581bc4e621977ad4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:31:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:35:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddde7288

net-libs/libntlm: security bump to 1.6

Bug: https://bugs.gentoo.org/717944
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/libntlm/Manifest   |  1 +
 net-libs/libntlm/libntlm-1.6.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/net-libs/libntlm/Manifest b/net-libs/libntlm/Manifest
index 999846a7ee4..ebccf07177e 100644
--- a/net-libs/libntlm/Manifest
+++ b/net-libs/libntlm/Manifest
@@ -1 +1,2 @@
 DIST libntlm-1.4.tar.gz 568414 BLAKE2B 
2a622cd2d7b944128e29503845a3c9789efc9d14a93935ea24f9001d10b279969a8869f7ca68e6e36728638a32ce1ef693a5e8c28ab3bcaf702e114d4bf21dd3
 SHA512 
888ed2e9ee3e01a53bec951534966378a21c8a0baf555b65d97fed4408568c6b67f4199396cf3e61bb5a73b8e47dbe1333449369a92499e16478b0b60ac78274
+DIST libntlm-1.6.tar.gz 688608 BLAKE2B 
8e545619b1fb00d778bbebf6ab9748005928a2669dab8c3d9c6285127b551c1bf039e1748a710e5eb551e7cbcb1a8775b57c21b163ca2a0206a4b9948b11df8a
 SHA512 
d68bc6b5cd7f5f70385ba78275a810fa46e60f761f0949f2262eef35ae052661739ef17ce3fc4ab75f7e8cfc788b1ccd7766d4ff0ee78db08ea4de3e224653f2

diff --git a/net-libs/libntlm/libntlm-1.6.ebuild 
b/net-libs/libntlm/libntlm-1.6.ebuild
new file mode 100644
index 000..037ed71be6a
--- /dev/null
+++ b/net-libs/libntlm/libntlm-1.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Microsoft's NTLM authentication (libntlm) library"
+HOMEPAGE="http://www.nongnu.org/libntlm/;
+SRC_URI="http://www.nongnu.org/${PN}/releases/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux"
+IUSE="static-libs"
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2020-07-18 Thread Sam James
commit: 398c3622131c04fb8ce9627508dc9fd6d55f03ed
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:31:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:35:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398c3622

net-misc/dropbear: amd64 stable (bug #723848)

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

 net-misc/dropbear/dropbear-2020.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.80.ebuild 
b/net-misc/dropbear/dropbear-2020.80.ebuild
index 716551e5a36..96a4161f108 100644
--- a/net-misc/dropbear/dropbear-2020.80.ebuild
+++ b/net-misc/dropbear/dropbear-2020.80.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2020-07-18 Thread Zac Medico
commit: 4fe61107fdc40bd1a35726f42c5c3cb47608356e
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 19 00:24:21 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 19 00:27:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe61107

dev-util/android-tools: fix 8.1.0_p1 for colon in CFLAGS

Reported-by: Toralf Förster  gentoo.org>
Closes: https://bugs.gentoo.org/733160
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/android-tools/android-tools-8.1.0_p1.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild 
b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
index 95483f44470..86a31b64479 100644
--- a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
+++ b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
@@ -100,13 +100,13 @@ src_configure() {
cmake-utils_src_configure
 
sed -i \
-   -e "s:@CC@:$(tc-getCC):g" \
-   -e "s:@CXX@:$(tc-getCXX):g" \
-   -e "s:@CFLAGS@:${CFLAGS}:g" \
-   -e "s:@CPPFLAGS@:${CPPFLAGS}:g" \
-   -e "s:@CXXFLAGS@:${CXXFLAGS}:g" \
-   -e "s:@LDFLAGS@:${LDFLAGS}:g" \
-   -e "s:@PV@:${PV}:g" \
+   -e "s|@CC@|$(tc-getCC)|g" \
+   -e "s|@CXX@|$(tc-getCXX)|g" \
+   -e "s|@CFLAGS@|${CFLAGS}|g" \
+   -e "s|@CPPFLAGS@|${CPPFLAGS}|g" \
+   -e "s|@CXXFLAGS@|${CXXFLAGS}|g" \
+   -e "s|@LDFLAGS@|${LDFLAGS}|g" \
+   -e "s|@PV@|${PV}|g" \
build.ninja || die
 }
 



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

2020-07-18 Thread Sam James
commit: 3700f00f92ce2d99bc39038202133214f9e3e192
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:04:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:04:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3700f00f

net-analyzer/cacti: amd64 stable (bug #732522)

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

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

diff --git a/net-analyzer/cacti/cacti-1.2.13.ebuild 
b/net-analyzer/cacti/cacti-1.2.13.ebuild
index 5099189ca70..2ec9213257a 100644
--- a/net-analyzer/cacti/cacti-1.2.13.ebuild
+++ b/net-analyzer/cacti/cacti-1.2.13.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.cacti.net/;
 SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="snmp doc"
 
 need_httpd



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

2020-07-18 Thread Sam James
commit: 445fadda65c7a9573350d6590e1419ea98b84282
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:05:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:05:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445fadda

net-misc/dropbear: ppc stable (bug #723848)

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

 net-misc/dropbear/dropbear-2020.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.80.ebuild 
b/net-misc/dropbear/dropbear-2020.80.ebuild
index b5f87b998dc..716551e5a36 100644
--- a/net-misc/dropbear/dropbear-2020.80.ebuild
+++ b/net-misc/dropbear/dropbear-2020.80.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2020-07-18 Thread Sam James
commit: 6a65ce0306f879a3f3829572121098dbdbaa168d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 23:51:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 23:51:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a65ce03

net-analyzer/net-snmp: amd64 stable (bug #729610)

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

 net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
index c40fd89123d..06bf29157c2 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${P/_/.}
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/35"
-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="
X bzip2 doc elf kmem ipv6 libressl lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib



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

2020-07-18 Thread Sam James
commit: 54e744f74a48773961511b2c0526a681f31098d5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 23:44:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 23:44:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e744f7

net-mail/mailman: ppc stable (bug #729468)

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

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

diff --git a/net-mail/mailman/mailman-2.1.33.ebuild 
b/net-mail/mailman/mailman-2.1.33.ebuild
index 1589d4768ff..101b38d4086 100644
--- a/net-mail/mailman/mailman-2.1.33.ebuild
+++ b/net-mail/mailman/mailman-2.1.33.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.list.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="selinux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-07-18 Thread Sam James
commit: 03f4fc36be9664f81704bed7ed159ae69195b83f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:04:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:04:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f4fc36

net-analyzer/cacti-spine: amd64 stable (bug #732522)

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

 net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
index c8ca4a48050..c78a1998335 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 CDEPEND="



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

2020-07-18 Thread Sam James
commit: 601a0535c2d9639a71004c0d5bfc3cd4a6f4920e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:06:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:06:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601a0535

games-simulation/openrct2: arm64 keyworded (bug #730370)

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

 games-simulation/openrct2/openrct2-0.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/openrct2/openrct2-0.2.6.ebuild 
b/games-simulation/openrct2/openrct2-0.2.6.ebuild
index d18f745158a..d25a03c8c6b 100644
--- a/games-simulation/openrct2/openrct2-0.2.6.ebuild
+++ b/games-simulation/openrct2/openrct2-0.2.6.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="dedicated libressl +lightfx +opengl test +truetype twitch"
 
 COMMON_DEPEND="



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

2020-07-18 Thread Sam James
commit: e9a2d731f5b64e309eb61c2841b4fa271083b8de
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 00:06:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 00:06:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a2d731

net-analyzer/net-snmp: x86 stable (bug #729610)

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

 net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
index 06bf29157c2..16ae495e9da 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${P/_/.}
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/35"
-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="
X bzip2 doc elf kmem ipv6 libressl lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib



[gentoo-commits] proj/portage:master commit in: lib/_emerge/

2020-07-18 Thread Zac Medico
commit: f0a96005d3da49fa52624d7c3e4b9d1d12b831ad
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jul 18 23:51:12 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jul 18 23:52:45 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f0a96005

SubProcess._async_waitpid: document override usage

Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/SubProcess.py | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/lib/_emerge/SubProcess.py b/lib/_emerge/SubProcess.py
index e834cb7d3..f7353926c 100644
--- a/lib/_emerge/SubProcess.py
+++ b/lib/_emerge/SubProcess.py
@@ -48,9 +48,12 @@ class SubProcess(AbstractPollTask):
def _async_waitpid(self):
"""
Wait for exit status of self.pid asynchronously, and then
-   set the returncode and notify exit listeners. This is
-   prefered over _waitpid_loop, since the synchronous nature
-   of _waitpid_loop can cause event loop recursion.
+   set the returncode, and finally notify exit listeners via the
+   _async_wait method. Subclasses may override this method in order
+   to implement an alternative means to retrieve pid exit status,
+   or as a means to delay action until some pending task(s) have
+   completed (such as reading data that the subprocess is supposed
+   to have written to a pipe).
"""
if self.returncode is not None:
self._async_wait()



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

2020-07-18 Thread Sam James
commit: 1f6ab63d0e9f9978291b86ab26b9e121f32dec9e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 23:30:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 23:30:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6ab63d

net-misc/rdate: hppa stable (bug #709416)

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

 net-misc/rdate/rdate-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index 0703f215075..95c32b70879 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
 
 LICENSE="BSD-4"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libbsd"



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

2020-07-18 Thread Sam James
commit: e6b8252eb23ce9914e2bdd4d532d14c6a14c4160
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:55:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 23:30:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b8252e

dev-python/llvmlite: arm64 stable (bug #731432)

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

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

diff --git a/dev-python/llvmlite/llvmlite-0.33.0-r1.ebuild 
b/dev-python/llvmlite/llvmlite-0.33.0-r1.ebuild
index 985351846cd..6b797f9dfc2 100644
--- a/dev-python/llvmlite/llvmlite-0.33.0-r1.ebuild
+++ b/dev-python/llvmlite/llvmlite-0.33.0-r1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${P/_/}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 LLVM_MAX_SLOT=10



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

2020-07-18 Thread Patrick McLean
commit: cc65eb574c60372c111df84e25ff417096c0e7af
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jul 18 23:29:27 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jul 18 23:29:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc65eb57

net-misc/mosh-: Don't depend on openssl unconditionally

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

 net-misc/mosh/mosh-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-.ebuild b/net-misc/mosh/mosh-.ebuild
index e01550c4183..97e8d317203 100644
--- a/net-misc/mosh/mosh-.ebuild
+++ b/net-misc/mosh/mosh-.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
@@ -19,7 +19,6 @@ REQUIRED_USE="
examples? ( client )"
 
 RDEPEND="
-   dev-libs/openssl:0=
dev-libs/protobuf:0=
sys-libs/ncurses:0=
virtual/ssh



[gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/, gnome-base/gnome-core-apps/, net-libs/libzapojit/, ...

2020-07-18 Thread Sergei Trofimovich
commit: 927bcd18aa392ed56288517e8eb2499bd6b4d803
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 18 23:23:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 18 23:24:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927bcd18

*/*: dekeyword net-libs/webkit-gtk and revdeps on ppc

Bug: https://bugs.gentoo.org/704182
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/ruby-gnome2/ruby-gnome2-3.3.2.ebuild  |  2 +-
 dev-ruby/ruby-gnome2/ruby-gnome2-3.3.6.ebuild  |  2 +-
 dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild  |  2 +-
 .../ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.2.ebuild |  2 +-
 .../ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.6.ebuild |  2 +-
 .../ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.7.ebuild |  2 +-
 dev-util/devhelp/devhelp-3.34.0.ebuild |  2 +-
 .../gnome-core-apps/gnome-core-apps-3.34.4.ebuild  |  2 +-
 gnome-base/gnome/gnome-3.34.4.ebuild   |  2 +-
 .../gnome-contacts/gnome-contacts-3.30.2.ebuild|  2 +-
 .../gnome-contacts/gnome-contacts-3.34.1.ebuild|  2 +-
 .../gnome-contacts/gnome-contacts-3.36.2.ebuild|  2 +-
 gnome-extra/sushi/sushi-3.34.0.ebuild  |  2 +-
 gnome-extra/yelp/yelp-3.34.0.ebuild|  2 +-
 mail-client/evolution/evolution-3.36.3.ebuild  |  2 +-
 mail-client/evolution/evolution-3.36.4.ebuild  |  2 +-
 media-gfx/shotwell/shotwell-0.30.9.ebuild  |  2 +-
 net-im/empathy/empathy-3.12.14.ebuild  |  2 +-
 .../gnome-online-accounts-3.34.1.ebuild|  2 +-
 .../gnome-online-accounts-3.36.0.ebuild|  2 +-
 net-libs/libzapojit/libzapojit-0.0.3.ebuild|  2 +-
 net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild   |  2 +-
 net-news/liferea/liferea-1.12.7-r1.ebuild  |  2 +-
 net-news/liferea/liferea-1.12.8.ebuild |  2 +-
 profiles/arch/powerpc/ppc32/package.use.mask   | 22 ++
 profiles/arch/powerpc/ppc32/use.mask   |  6 ++
 www-client/epiphany/epiphany-3.30.5.ebuild |  2 +-
 www-client/epiphany/epiphany-3.32.6.ebuild |  2 +-
 28 files changed, 54 insertions(+), 26 deletions(-)

diff --git a/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.2.ebuild 
b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.2.ebuild
index 38c2ff03a97..0549cd26086 100644
--- a/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.2.ebuild
+++ b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.6.ebuild 
b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.6.ebuild
index e7a6d40efe5..9bc3dcdc67f 100644
--- a/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.6.ebuild
+++ b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild 
b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild
index e7a6d40efe5..9bc3dcdc67f 100644
--- a/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild
+++ b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.2.ebuild 
b/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.2.ebuild
index a3581d1d691..b493d0f7d01 100644
--- a/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.2.ebuild
+++ b/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.2.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 inherit virtualx ruby-ng-gnome2
 
 DESCRIPTION="Ruby WebKitGtk+ for Gtk 3.0 bindings"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND+=" net-libs/webkit-gtk:4"

diff --git a/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.6.ebuild 
b/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.6.ebuild
index f55006950a4..59f40a356e3 100644
--- a/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.6.ebuild
+++ b/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.6.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26"
 inherit virtualx ruby-ng-gnome2
 
 DESCRIPTION="Ruby WebKitGtk+ for Gtk 3.0 bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND+=" net-libs/webkit-gtk:4"

diff --git a/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.7.ebuild 
b/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.7.ebuild
index f55006950a4..59f40a356e3 100644
--- a/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.7.ebuild
+++ b/dev-ruby/ruby-webkit2-gtk/ruby-webkit2-gtk-3.3.7.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26"
 inherit virtualx ruby-ng-gnome2
 
 DESCRIPTION="Ruby WebKitGtk+ for Gtk 3.0 bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND+=" net-libs/webkit-gtk:4"

diff --git 

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

2020-07-18 Thread William Hubbs
commit: a1f4255699ea59722428022d01fa9c4f1efe9863
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 18 22:58:24 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 18 22:58:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f42556

dev-db/influxdb: 1.8.1 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-db/influxdb/Manifest  |   1 +
 dev-db/influxdb/influxdb-1.8.1.ebuild | 508 ++
 dev-db/influxdb/metadata.xml  |   3 +
 3 files changed, 512 insertions(+)

diff --git a/dev-db/influxdb/Manifest b/dev-db/influxdb/Manifest
index 11650e6e7a1..8476098a8b3 100644
--- a/dev-db/influxdb/Manifest
+++ b/dev-db/influxdb/Manifest
@@ -529,6 +529,7 @@ DIST influxdb-1.5.1.tar.gz 1225941 BLAKE2B 
6d3639f0c31b885f836e3e97ad943147ba206
 DIST influxdb-1.6.3.tar.gz 1506621 BLAKE2B 
e0594a6f9992cabbb7b44ca75b3054a97af22e02278c2b44262ec5c3a00fab35e17b48957625d0ba267e1ef924d7999feed34d2b215ea79067592f50e5dc5941
 SHA512 
a6bca52223ae084a7d3feef20574b0f6d96105547a17e4cb2713bee18beb0fb31d096779a908d14ceec1510db93841cba5bfd26bc5e6961538351069f1a7a728
 DIST influxdb-1.6.4.tar.gz 1510337 BLAKE2B 
6bd706101bb2776043d1ce0729276998e090cf57b24f4fbaa3156a673f3fd55b02b8deff3f3e0a1d8bbda446c8fe879633b51b6f52eb0f79bad5f9c19bed0e7e
 SHA512 
19604a1cd33e5d9f81ed46f58ec32b99772077401b6d0789ad00813baaf8a1d488a9d84767fc6021f9f980f8f4e62a3bbe238037fa3a231e81eab8629d9e8838
 DIST influxdb-1.8.0.tar.gz 12064140 BLAKE2B 
cd3731cbfe5d7b0162dbcd36862bc6efb806e1f345993f5f249992203e6e21ca388e1b86a829333d9da807ee13c577829f27d23071645ad8e98f8da92f388c40
 SHA512 
d62aa9dcd8a1c5d3a9b36937255f783002c762ee3c60bbcb190edb4d4b0f67d99d500f67d726ec4f407b7ca350cb409b58dc6a999648884a286f8160f426
+DIST influxdb-1.8.1.tar.gz 12068325 BLAKE2B 
dcc5a8291188aa8f0c040dbda89fa0bbd1868f54fb92c0d90f053138839ff045c00d9e948aa1087c3b1dfb1532ba8bfda17082c6c82c92412653fe470b7a78a2
 SHA512 
46a3629b4cff2bee15659f8cbee125900a03f00bbde8ae1e8c7b86692a28028ff6bfdd009fa92887f08df8ef5bb4e51cef88fadfd4c8b3c87c2955bf63a9a866
 DIST rsc.io%2Fbinaryregexp%2F@v%2Fv0.2.0.mod 36 BLAKE2B 
61110bed2b9e99e0250cf6e8b842257202c89b3462edf9368b73cab29f9dbd4dcc66c3e290a1d6329b7d62321eecc52082a8c4c0797eac743a29a8a00910a93f
 SHA512 
db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774
 DIST rsc.io%2Fbinaryregexp%2F@v%2Fv0.2.0.zip 450232 BLAKE2B 
2d10520e06557fa00e94a1ccd80b9b937bcaf404f81f853a020eed606c7a297db037baf784518e060604319ba5454423e4995ab005be18ae1398c5ef16f24719
 SHA512 
0a15b90c2a4577cbc298a34f714660e9fdc488b1fb72b33d0ae296cb6f15a691091d5e6d3c801998b9c2b7236b163118577b2816316078d613f74cd803947534
 DIST rsc.io%2Fpdf%2F@v%2Fv0.1.1.mod 18 BLAKE2B 
02f32b5a77e5009f179cf1fdc9acbb977fe219698f19ef41acee8129e0de7ad93b0b39ce82ac1538c82a7cdd33776e270f0acec114716c791727b021a4d3e147
 SHA512 
f911a889614d9177295952c82f8b4a0942fcbb7b4fca7378c0b98a63ed0e37e1319d51905f906ad08144eb0f3f829a2ccc2af04c2147e60cc2ac1ea8d7dab16f

diff --git a/dev-db/influxdb/influxdb-1.8.1.ebuild 
b/dev-db/influxdb/influxdb-1.8.1.ebuild
new file mode 100644
index 000..1d9aee6f3de
--- /dev/null
+++ b/dev-db/influxdb/influxdb-1.8.1.ebuild
@@ -0,0 +1,508 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+GIT_COMMIT=af0237819ab9c5997c1c0144862dc762b9d8fc25
+GIT_BRANCH=1.8
+
+DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics"
+HOMEPAGE="https://www.influxdata.com;
+
+EGO_SUM=(
+   "cloud.google.com/go v0.26.0/go.mod"
+   "cloud.google.com/go v0.34.0/go.mod"
+   "cloud.google.com/go v0.38.0/go.mod"
+   "cloud.google.com/go v0.43.0/go.mod"
+   "cloud.google.com/go v0.44.1/go.mod"
+   "cloud.google.com/go v0.44.2/go.mod"
+   "cloud.google.com/go v0.45.1/go.mod"
+   "cloud.google.com/go v0.46.3/go.mod"
+   "cloud.google.com/go v0.50.0/go.mod"
+   "cloud.google.com/go v0.51.0"
+   "cloud.google.com/go v0.51.0/go.mod"
+   "cloud.google.com/go/bigquery v1.0.1/go.mod"
+   "cloud.google.com/go/bigquery v1.3.0"
+   "cloud.google.com/go/bigquery v1.3.0/go.mod"
+   "cloud.google.com/go/bigtable v1.2.0"
+   "cloud.google.com/go/bigtable v1.2.0/go.mod"
+   "cloud.google.com/go/datastore v1.0.0"
+   "cloud.google.com/go/datastore v1.0.0/go.mod"
+   "cloud.google.com/go/pubsub v1.0.1/go.mod"
+   "cloud.google.com/go/pubsub v1.1.0"
+   "cloud.google.com/go/pubsub v1.1.0/go.mod"
+   "cloud.google.com/go/storage v1.0.0/go.mod"
+   "cloud.google.com/go/storage v1.5.0"
+   "cloud.google.com/go/storage v1.5.0/go.mod"
+   "collectd.org v0.3.0"
+   "collectd.org v0.3.0/go.mod"
+   "dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod"
+   "github.com/BurntSushi/toml v0.3.1"
+   "github.com/BurntSushi/toml 

[gentoo-commits] proj/portage:master commit in: lib/portage/util/

2020-07-18 Thread Zac Medico
commit: db7d19213e46a3a0185ab0cd94aed378c3aaf404
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jul 18 22:14:34 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jul 18 22:54:53 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=db7d1921

validate_desktop_entry: update _trivial_warnings regex (bug 733154)

The message has changed in desktop-file-utils-0.25.

See: 
https://gitlab.freedesktop.org/xdg/desktop-file-utils/-/commit/e935a1b0c300d8fc97661e01a8200af14876e627
Bug: https://bugs.gentoo.org/733154
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/_desktop_entry.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lib/portage/util/_desktop_entry.py 
b/lib/portage/util/_desktop_entry.py
index ee6572588..9fa06b97b 100644
--- a/lib/portage/util/_desktop_entry.py
+++ b/lib/portage/util/_desktop_entry.py
@@ -25,7 +25,12 @@ def parse_desktop_entry(path):
 
return parser
 
-_trivial_warnings = re.compile(r' looks redundant with value ')
+_trivial_warnings = re.compile(r' looks '
+   # >=desktop-file-utils-0.25
+   r'(?:the same as that of key|'
+
+   # 

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

2020-07-18 Thread Sam James
commit: 8c4edb64cd677f3ba9fe052d15a0481b6d2423ca
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:48:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:48:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4edb64

net-misc/dropbear: sparc stable (bug #723848)

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

 net-misc/dropbear/dropbear-2020.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.80.ebuild 
b/net-misc/dropbear/dropbear-2020.80.ebuild
index cbc59fdd23f..b5f87b998dc 100644
--- a/net-misc/dropbear/dropbear-2020.80.ebuild
+++ b/net-misc/dropbear/dropbear-2020.80.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



[gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/

2020-07-18 Thread Sam James
commit: 185b2293828087ceae26b389e7cccf81c359d600
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:47:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:48:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185b2293

games-engines/scummvm: arm64 keyworded (bug #730648)

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

 games-engines/scummvm/scummvm-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-engines/scummvm/scummvm-2.1.0.ebuild 
b/games-engines/scummvm/scummvm-2.1.0.ebuild
index 06cc2f964fe..7aacd055d80 100644
--- a/games-engines/scummvm/scummvm-2.1.0.ebuild
+++ b/games-engines/scummvm/scummvm-2.1.0.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=7
@@ -10,7 +10,7 @@ SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="a52 aac alsa debug flac fluidsynth jpeg lua mpeg2 mp3 net opengl png 
speech theora truetype unsupported vorbis zlib"
 RESTRICT="test"  # it only looks like there's a test there #77507
 



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

2020-07-18 Thread Sam James
commit: e297b5c0d087962973d1c456d695d5b5dd2c2b00
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:46:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:48:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e297b5c0

net-misc/dropbear: arm64 stable (bug #723848)

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

 net-misc/dropbear/dropbear-2020.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.80.ebuild 
b/net-misc/dropbear/dropbear-2020.80.ebuild
index 17b5f41d51f..cbc59fdd23f 100644
--- a/net-misc/dropbear/dropbear-2020.80.ebuild
+++ b/net-misc/dropbear/dropbear-2020.80.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2020-07-18 Thread Sam James
commit: 6e79f6874a9a0ccfc01d1c168dfb27f04eedc36a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:46:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:48:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e79f687

media-libs/sdl2-net: arm64 keyworded (bug #730648)

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

 media-libs/sdl2-net/sdl2-net-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild 
b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
index c7e2ceacda4..5777ab54ca2 100644
--- a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
+++ b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]"



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

2020-07-18 Thread Zac Medico
commit: fe38319b5a7158997c09339f0c8b21b772785651
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jul 18 22:45:50 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jul 18 22:47:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe38319b

sys-apps/portage: Remove old versions

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

 sys-apps/portage/Manifest  |   5 -
 sys-apps/portage/portage-2.3.100-r1.ebuild | 266 -
 sys-apps/portage/portage-2.3.101-r2.ebuild | 266 -
 sys-apps/portage/portage-2.3.102.ebuild| 263 
 4 files changed, 800 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 79c9fb42567..b9001c5f0f6 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,8 +1,3 @@
-DIST portage-2.3.100-bug-719810-escape-percent-signs.patch 1486 BLAKE2B 
809e3897ffbcba32bdb209bad56e32f10c550bf00e74aa48e518c35d697447d88cb110652cb621a67b3fc9d3b97afeb0c593afd1212854623445899254a851de
 SHA512 
37d5d67194ff2dbeb637da59e20d6fe2f75a69334189e751db3329b76b3e0ac42c6d87a0f1fdeeecf9e17288948e5d5b8415c53035f0f60d81f00c4e76e26b7d
-DIST portage-2.3.100.tar.bz2 1051559 BLAKE2B 
32ee47c2d3e28dd7530c4d6518c264f01621677b5d8872c98088117de3bde21bb05f144935b1c035157953814573473a9ac0216595138d804dd30cf8a7c5b4a9
 SHA512 
b784ced00676020700a27a622a7a10162b8775185e28d639473243949ca32210458523e94960cafa908ca4a97cd8731d3515f768e2512c519c54598316ecf3c9
-DIST portage-2.3.101-revert2-bug-709746.patch 25365 BLAKE2B 
84a451b3af5c6a79a99f7548fa920a888b76d31d4248d11592bf5e8ec8f26bd8e62f813cb69a684ff2816942c49a8661744c7ec9d0944aa256527cfa3b20323d
 SHA512 
49a1f7e38cec1e06373154024a980eedf5bfacc9cc66e1f8c70e8cbb77c68b94a934b4cffe039acdc86179a8f44bd463771c3acecaab6ced3387fd47a312f69a
-DIST portage-2.3.101.tar.bz2 1052483 BLAKE2B 
8abf5a0f5c3aace92fd5e74692240558b9fd6cc27f5030409289519edb5287e6b49a0e8c33d11d7b1427a8463fe98f6041de37638451fe639b295d7b595328f3
 SHA512 
e5d373fc435a9f7535c9bdc202bd0aa9a534ac9991987e21fbfd43492940210312b817284a2484cb4e98854050bb559aa49daef7f5d555e637a37eb312ccbe61
-DIST portage-2.3.102.tar.bz2 1051616 BLAKE2B 
e9158cd941d65575dab51e2f8cd768c5706ce2f7e6f37fb4c77bc615501b3b3893fdee0917780fe172307bf647a1e4e56e3d88a7c479e103b095fc295fe274e7
 SHA512 
08024707c552b5b5174a66825cc53bc459a3db2fbb36740713a4ac5834429550200bc458e1f4a2ea921aaf04f0632dc885ef9ab5ba2c3a22d48c031667ed23ca
 DIST portage-2.3.103.tar.bz2 1051807 BLAKE2B 
6a05997ea8b87627523642664956f822b76bbc41511659abfa6ede12b5f9ecaf9d253ac816b0e1dc6b6a118d9efc80593b429ef179d9d01200333585498d44d9
 SHA512 
e5595ca3b12c35fb696dd86ed2f1a72e56c7bc6955a63e555e1f0a795415473e38363541495496464bdc4192e2708c8bff4192bd0c7dad7a527fac96deec2a4c
 DIST portage-2.3.89-bug-718578.patch 1325 BLAKE2B 
7a3bc520274617736eac2e3d078e90d151bdb5d8615f6217a499c0f5d4c80813f2c753e7902cf34482df0725ad0b43a38707764c8be14aae9f7ca34f0bd8721f
 SHA512 
6f1c5d7b42beb8078c45cccbad2bd65374b69af92521d9be3beb6784477ca5bcdd75d8e762b239e44e3121e6fe5e3a040c92c9b61521e4a9b1d6bafee10d4c88
 DIST portage-2.3.99.tar.bz2 1051210 BLAKE2B 
dd3f990dbc87e655a767ce01e1ee3f0b1d5226fa818949408e54b81a2f96e50a4215a79af42b00dc795792858c4f86453b238b14baef4f0793c937b5617534b8
 SHA512 
176842318a4134ce54c5aa6485fef296f5a14edd2a72421c2011973a0f1a6af39bc5398f1e9eb3b8666d5fc307589c5b91ab93c219bdedb2d307357d8ddefbf5

diff --git a/sys-apps/portage/portage-2.3.100-r1.ebuild 
b/sys-apps/portage/portage-2.3.100-r1.ebuild
deleted file mode 100644
index 60c322495cc..000
--- a/sys-apps/portage/portage-2.3.100-r1.ebuild
+++ /dev/null
@@ -1,266 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python3_{6..9} )
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-
-inherit distutils-r1 epatch linux-info systemd prefix
-
-DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-SLOT="0"
-IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
-
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   apidoc? (
-   dev-python/sphinx
-   dev-python/sphinx-epytext
-   )"
-# Require sandbox-2.2 for bug #288863.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# app-portage/gemato goes without PYTHON_USEDEP since we're calling
-# the executable.
-RDEPEND="
-   app-arch/zstd
-   >=app-arch/tar-1.27
- 

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

2020-07-18 Thread Sam James
commit: 9fff5db728924419852c75c357ec97adcfdfa70d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:36:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fff5db7

dev-php/pecl-mongodb: amd64 stable (bug #721120)

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

 dev-php/pecl-mongodb/pecl-mongodb-1.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.7.4.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.7.4.ebuild
index cce49d84bcc..ed424ee6f5b 100644
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.7.4.ebuild
+++ b/dev-php/pecl-mongodb/pecl-mongodb-1.7.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="MongoDB database driver for PHP"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="libressl sasl test"
 
 PHP_DEPEND="



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

2020-07-18 Thread Sam James
commit: fd79789d7cd007e865c42cd5667e0b790e8bdfcf
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:36:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:38:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd79789d

dev-libs/libbson: amd64 stable (bug #721120)

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

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

diff --git a/dev-libs/libbson/libbson-1.16.2.ebuild 
b/dev-libs/libbson/libbson-1.16.2.ebuild
index f72e78e0468..353708b7c7c 100644
--- a/dev-libs/libbson/libbson-1.16.2.ebuild
+++ b/dev-libs/libbson/libbson-1.16.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/mongo
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 IUSE="examples static-libs"
 
 DEPEND="dev-python/sphinx"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/

2020-07-18 Thread Sam James
commit: b14e18dab438e9aea62fbcb7075c3c7eede146b2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:36:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:38:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14e18da

dev-libs/mongo-c-driver: amd64 stable (bug #721120)

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

 dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild 
b/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild
index e82f7086042..8e3e7618734 100644
--- a/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~s390 x86"
+KEYWORDS="amd64 ~hppa ~s390 x86"
 IUSE="debug examples icu libressl sasl ssl static-libs test"
 REQUIRED_USE="test? ( static-libs )"
 



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma5-wallpapers-dynamic/

2020-07-18 Thread Reagan Bohan
commit: 956919c1aeda77199a5d3930ef1ae0baed34
Author: Reagan Bohan  gmail  com>
AuthorDate: Sat Jul 18 22:31:36 2020 +
Commit: Reagan Bohan  gmail  com>
CommitDate: Sat Jul 18 22:31:59 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=956919c1

kde-misc/plasma5-wallpapers-dynamic: version bump to 3.3.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Reagan Bohan  gmail.com>

 kde-misc/plasma5-wallpapers-dynamic/Manifest| 2 +-
 ...ers-dynamic-3.2.3.ebuild => plasma5-wallpapers-dynamic-3.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/plasma5-wallpapers-dynamic/Manifest 
b/kde-misc/plasma5-wallpapers-dynamic/Manifest
index 53eecd2..171a184 100644
--- a/kde-misc/plasma5-wallpapers-dynamic/Manifest
+++ b/kde-misc/plasma5-wallpapers-dynamic/Manifest
@@ -1 +1 @@
-DIST 3.2.3.tar.gz 343756 BLAKE2B 
bf8900df1c807f040395d4f0666e766709e7b188b8ea129a7fbfbd4a8319b980b402e04fd88cf94b9fb93d9b98fca657694d80f81a280b7d11fc06568f61cffe
 SHA512 
63474bc8236a7e44ee8403349730f88328b4f1a5df5532941bd606c36b9b3a86bb4232ed3e83f544fb3fb4dc02897b144a6ac1381615089be6aac42ee84e9c91
+DIST 3.3.0.tar.gz 343938 BLAKE2B 
1d8e041dbef42ba65942d8d38781694e2a531c46bf2bba698c22135472cef8facea0c7e19c9a62a6bbe07533f6a3ed00b7dcf940d077b3051981900e37d5be9b
 SHA512 
1f470bb42b0cdeed297a0a445582607e3957fa76653aeac45469031e04c2ede9cb9cf3fc3aab762542c6679a797458ebb4d6e5b7b9ef92c92164e3964ff20edf

diff --git 
a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.2.3.ebuild 
b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.3.0.ebuild
similarity index 100%
rename from 
kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.2.3.ebuild
rename to 
kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.3.0.ebuild



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

2020-07-18 Thread Matthew Thode
commit: a663e774fce866e5b1c0901c20d3ca7aee1ad7c0
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:18:16 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a663e774

dev-python/keystoneauth: 4.0.1 stable amd64/x86

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

 dev-python/keystoneauth/Manifest  |  1 -
 dev-python/keystoneauth/keystoneauth-4.0.0.ebuild | 28 ---
 dev-python/keystoneauth/keystoneauth-4.0.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 58fc65ffe40..7f4316ebf71 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-4.0.0.tar.gz 256925 BLAKE2B 
3ba149f9333a42c8fc2f876cf3ee4533633ed881a90f2fd944ee1c245d94dab548ea1c363f2085bc995dd588d8d355d779d9357885ecd0ee9c73115216010388
 SHA512 
c24d10b2ae6318c22bd62596dda952a36ec8ede8a6436aa111657a984b2b3be72e55895c009317b2ad652979701d4dca6f2c3e1764ada20d1c7b676f072f5614
 DIST keystoneauth1-4.0.1.tar.gz 257456 BLAKE2B 
0903e782fcd291ba4c15ddbbec684c8f5c898062fdad0b34e8da892fb501a412108affd1d3ed7b9dc4e259b67bbe90dd361ab623da07f7ab97c32c1da6f5a1ad
 SHA512 
b20e02dd521bb45406586f7ebdcbfe48ff22f4820950bbfa280a5fc969bc9cdacaff69678958412cd5880b732642cdd2079c228c9679e372ad76bef625e85c35

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
deleted file mode 100644
index 60b0dac745a..000
--- a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
index 9af2bde54fb..8e061d534fe 100644
--- a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2020-07-18 Thread Matthew Thode
commit: 59636cfd9f912978b13dc4e45e1118a53445ca21
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:26:28 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59636cfd

dev-python/oslo-messaging: 10.2.0 cleanup

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

 dev-python/oslo-messaging/Manifest |  1 -
 .../oslo-messaging/oslo-messaging-10.2.0.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-python/oslo-messaging/Manifest 
b/dev-python/oslo-messaging/Manifest
index c5c514d5846..67aa75b3792 100644
--- a/dev-python/oslo-messaging/Manifest
+++ b/dev-python/oslo-messaging/Manifest
@@ -1,2 +1 @@
-DIST oslo.messaging-10.2.0.tar.gz 255431 BLAKE2B 
971f24845b4d0440fb600b459b4a41c94220e387cbe2ef16a5c93d72e0582116702254c4d8106f5f3f3a3435b1c5bfaceffbb1c6ed3e671f7c269fb6d5ca3cb3
 SHA512 
404aed31f2808de744d7fd141257aca3d2db2b65645eebfffa7edb364e50803621af98886dc60b46042e525a7a98a12f3208ba472dcf805524cd0defdd441060
 DIST oslo.messaging-12.1.1.tar.gz 255540 BLAKE2B 
54ab60244090d3602de9395ea4f6ffa4bfa78783642aecaf7bb37db62c1a5cb63d69c612d2d1085ef96611429a8c7b337ac1849d93ed857a2cb51bbae6265ed2
 SHA512 
0f55f2c21dfd5f83efbf53f8c0cfa65d857212a183998c896c61475a38c47ae6e2376c5a153049d2f91e3321d6a75accf4de4ef11b4ec8626b448c0637a9

diff --git a/dev-python/oslo-messaging/oslo-messaging-10.2.0.ebuild 
b/dev-python/oslo-messaging/oslo-messaging-10.2.0.ebuild
deleted file mode 100644
index cef77396764..000
--- a/dev-python/oslo-messaging/oslo-messaging-10.2.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
-HOMEPAGE="https://pypi.org/project/oslo.messaging/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz"
-S="${WORKDIR}/oslo.messaging-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
-   >=dev-python/py-amqp-2.4.1[${PYTHON_USEDEP}]
-   >=dev-python/kombu-4.6.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}



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

2020-07-18 Thread Matthew Thode
commit: 02a323b887d8d05492a319f6f351786aff008f7c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:27:30 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a323b8

dev-python/oslo-utils: add py36 to oslo-utils (to clean up old)

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

 dev-python/oslo-utils/oslo-utils-4.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild 
b/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild
index eed1c4c3fe2..c93a004e2bb 100644
--- a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 



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

2020-07-18 Thread Matthew Thode
commit: 7f670b141488b46304dd3d50a13408c5404d1262
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:29:27 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f670b14

dev-python/oslo-utils: cleanup

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

 dev-python/oslo-utils/Manifest |   2 -
 dev-python/oslo-utils/oslo-utils-3.41.5.ebuild | 102 -
 dev-python/oslo-utils/oslo-utils-4.1.1.ebuild  |  82 
 dev-python/oslo-utils/oslo-utils-4.1.2.ebuild  |   2 +-
 4 files changed, 1 insertion(+), 187 deletions(-)

diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 1643375e00e..e6cec35eea3 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,3 +1 @@
-DIST oslo-utils-3.41.5.tar.gz 91662 BLAKE2B 
28ab74823b68cdf427396e5e357f567be5540eaf28e56416015d41ba76ddbe0970064b672c46b53bf23c2dfaae442462fa89d1e140e5f5a271db6e72e4b3e615
 SHA512 
0d9f9a99a48c0d6623947df6557eca24ebb2ae21d110e1c2a37e09c89fc2749d3ae480bfb534b3a2e3a6f9e7b0db126497f3403825b1272a30f532aa57795b04
-DIST oslo-utils-4.1.1.tar.gz 92838 BLAKE2B 
f468f77bc72124c404d4aac2b8ca9fd7f05140e45bfcc9b19e04e5d3181532fd82f941b7a00d22f1cb656ae46dc205e7da449772666a8892b8d7ea6469bb6505
 SHA512 
d6388af59caa7531901eb5585e1dd9eca544dd722bb4cdafb19221c33c543508306415f504b27559366eec2a9c7102acb181d8b833ee038e46e90567208daefd
 DIST oslo-utils-4.1.2.tar.gz 92889 BLAKE2B 
16397708abe47946c1495adf6b91ad9db6bdef8c2f475f398b3b4d390193b800ff0b1710183732b81dde89fc24aad204854d02a0e0567046e712663eaa685711
 SHA512 
d6784c7e1a30690ec2523514b464c95e1d6704a8c8fef5da85b76583dfb5d4b5cbfd18eb9451a90243210e50405f7541b85b39ac09d4f487119677efeef63418

diff --git a/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild 
b/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
deleted file mode 100644
index 41b6669851c..000
--- a/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.18.3[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   =dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
-   =dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-# Note: Tests fail due to requiring installation
-#
-# Installation appears to fail due to the use of namespace packages but root
-# cause was never truly 

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

2020-07-18 Thread Matthew Thode
commit: 40a0e0e773ffe9951622d8d06b9f9fb0495630f5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:16:17 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a0e0e7

dev-python/osc-lib: 2.0.0 stable amd64/x86

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

 dev-python/osc-lib/Manifest  |  1 -
 dev-python/osc-lib/osc-lib-1.12.1.ebuild | 36 
 dev-python/osc-lib/osc-lib-2.0.0.ebuild  |  2 +-
 3 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/dev-python/osc-lib/Manifest b/dev-python/osc-lib/Manifest
index 0e990fa1bd9..6ee4d1bf075 100644
--- a/dev-python/osc-lib/Manifest
+++ b/dev-python/osc-lib/Manifest
@@ -1,2 +1 @@
-DIST osc-lib-1.12.1.tar.gz 89641 BLAKE2B 
06069dc38e72c2c008c730cb7a30279762c213b2715e70786e6d293a3087d9fe7d0b3b3a04fa343337bff6721d32bf25a35920e12dfeb03368d1308fc0331f12
 SHA512 
0b5c2e1376ea078f0641d3e2b69508539531b2d369f2171773ad5d44ded6f25112c3b0843dec11c481afd51b2b804d4e56736ae65a24ad4c59ab142b86da678f
 DIST osc-lib-2.0.0.tar.gz 93445 BLAKE2B 
eff1ba7e87fca3e6ba080066d46b7378f902ca6fea464ea6f5189175f7eb82d65b3a2d5cc5d4efc482412001505dd3edde48404f6dd448996f25233ceab6ac46
 SHA512 
6947ea6ac56b644dd9be4b3052905313c42c9ec46b4031d4c77e7df43292f3b04fa288e8ad748eb7dd1a88edaa8d7d9263c8c7b899ce1607a7b2174e696d

diff --git a/dev-python/osc-lib/osc-lib-1.12.1.ebuild 
b/dev-python/osc-lib/osc-lib-1.12.1.ebuild
deleted file mode 100644
index 3aa2ab043ad..000
--- a/dev-python/osc-lib/osc-lib-1.12.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A package of common support modules for writing OSC plugins."
-HOMEPAGE="https://github.com/openstack/osc-lib;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
-   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.15.0[${PYTHON_USEDEP}]
-   >=dev-python/os-client-config-1.29.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/osc-lib/osc-lib-2.0.0.ebuild 
b/dev-python/osc-lib/osc-lib-2.0.0.ebuild
index ec6dd58f6bf..3aa2ab043ad 100644
--- a/dev-python/osc-lib/osc-lib-2.0.0.ebuild
+++ b/dev-python/osc-lib/osc-lib-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2020-07-18 Thread Matthew Thode
commit: ae06308b20419b49c9a02c50f96e9d0ad188c145
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:21:57 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae06308b

dev-python/python-novaclient: 17.0.0 stable amd64/x86

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

 dev-python/python-novaclient/Manifest  |  1 -
 .../python-novaclient-13.0.2.ebuild| 68 --
 .../python-novaclient-17.0.0.ebuild|  2 +-
 3 files changed, 1 insertion(+), 70 deletions(-)

diff --git a/dev-python/python-novaclient/Manifest 
b/dev-python/python-novaclient/Manifest
index 40c7e2ce961..047eb33a472 100644
--- a/dev-python/python-novaclient/Manifest
+++ b/dev-python/python-novaclient/Manifest
@@ -1,2 +1 @@
-DIST python-novaclient-13.0.2.tar.gz 312390 BLAKE2B 
2a436a2f843afe466bbf3d376d16a994f25e2232dfcb67271837159c5f21d7970027ad6d946c331dd6bff5c248d6b526303205a96a18ef4872cc8b1b526ff366
 SHA512 
988264cb6b6034dd0c4cb3a79840f591bda9c1c0134ddf0124beea6d9992192dbaeb9ec20bbe73f5a831bf561d175fd3d312880093f58de51d326922502cd1e5
 DIST python-novaclient-17.0.0.tar.gz 325548 BLAKE2B 
f34bb6cb2cbb7f65f81ef410828b9c3a14b67bc4558f0175b4c9b66899c192367637d281d86f5e1a7267c2288930845f22fb389244839c2dfa76fc9a58bf3480
 SHA512 
4f8a789364f4a6603c67236fb61ef1ca2aabbc8e18d96d5890af137cc6d2d06c250a5202aa91c95432686ce7b5ffba8e31cc38b43032ae2420c08381751d3332

diff --git a/dev-python/python-novaclient/python-novaclient-13.0.2.ebuild 
b/dev-python/python-novaclient/python-novaclient-13.0.2.ebuild
deleted file mode 100644
index c7431df06cd..000
--- a/dev-python/python-novaclient/python-novaclient-13.0.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Nova API"
-HOMEPAGE="https://github.com/openstack/python-novaclient;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/keyring-5.5.1[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
-   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   >=dev-python/keystoneauth-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
-   =dev-python/requests-2.10.0[${PYTHON_USEDEP}]
-   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
-   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.4.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   # built in...
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   testr init
-   testr run --parallel || die "testsuite failed under python2.7"
-}

diff --git a/dev-python/python-novaclient/python-novaclient-17.0.0.ebuild 
b/dev-python/python-novaclient/python-novaclient-17.0.0.ebuild
index b880671a1a2..dfe527ca0d4 100644
--- a/dev-python/python-novaclient/python-novaclient-17.0.0.ebuild
+++ b/dev-python/python-novaclient/python-novaclient-17.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 

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

2020-07-18 Thread Matthew Thode
commit: 982b38960530da5115b7acbcff84a57f1f443893
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:23:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982b3896

dev-python/python-openstackclient: 5.2.1 stable amd64/x86

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

 dev-python/python-openstackclient/Manifest |  1 -
 .../python-openstackclient-3.18.1.ebuild   | 38 --
 .../python-openstackclient-5.2.1.ebuild|  2 +-
 3 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/dev-python/python-openstackclient/Manifest 
b/dev-python/python-openstackclient/Manifest
index cbe4a683af5..a29d18b6b74 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1,2 +1 @@
-DIST python-openstackclient-3.18.1.tar.gz 721120 BLAKE2B 
58394b6172f6bdbe2ebe5a1d8ea2209049887eb7cca635b9b87b558e6ffeb7130c2545aa8b3bd11d8f8b1cb6c315acecc5fdfa7dba21c2442ef049ed688af546
 SHA512 
2fb15e2c9d3daa9e70871ba2005d2e94be975b564e1f70690e8a5b2fc4cbfebef4870bb39d8099829968e05eae356f4f38edad154ff041d8ab20fe2ab68f2bf1
 DIST python-openstackclient-5.2.1.tar.gz 722343 BLAKE2B 
894424f8ce8a7d0489df4ca6c4d811f489f7ae4a0933b9e0a7ff30c0bfaba8bbf783d56376de655c6cc2fece28b032063f6cddb330353f3dd78c44584061c236
 SHA512 
74abb72435e95070e2d9a849def79ef56a4afbf9473cf29053af3cc65ab5d936fe0c542ae9240ffd5b801964f17c9a65af8f4770c49606c180e4eef25e73c26c

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-3.18.1.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-3.18.1.ebuild
deleted file mode 100644
index faef905306d..000
--- a/dev-python/python-openstackclient/python-openstackclient-3.18.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack APIs"
-HOMEPAGE="https://github.com/openstack/python-openstackclient;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
-   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.17.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.17.0[${PYTHON_USEDEP}]
-   >=dev-python/python-novaclient-10.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
-"

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-5.2.1.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-5.2.1.ebuild
index 9cc9b5bac88..31b4e5831f2 100644
--- a/dev-python/python-openstackclient/python-openstackclient-5.2.1.ebuild
+++ b/dev-python/python-openstackclient/python-openstackclient-5.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2020-07-18 Thread Matthew Thode
commit: 46520ceaec43ace8e1f28571743708713576559b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:20:48 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46520cea

dev-python/openstacksdk: 0.46.0 stable amd64/x86

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

 dev-python/openstacksdk/Manifest   |  1 -
 dev-python/openstacksdk/openstacksdk-0.36.0.ebuild | 38 --
 dev-python/openstacksdk/openstacksdk-0.46.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/dev-python/openstacksdk/Manifest b/dev-python/openstacksdk/Manifest
index a452e80a8c0..b491f1e3f06 100644
--- a/dev-python/openstacksdk/Manifest
+++ b/dev-python/openstacksdk/Manifest
@@ -1,2 +1 @@
-DIST openstacksdk-0.36.0.tar.gz 887545 BLAKE2B 
8a207e5d3a2c6989a1e7c881beaa35dca4617569eeb2efec5f917f4310a6e49549b3ddc9f8106566b7b1e620b2aab38507f92063f68e326f234166a5ea7b267b
 SHA512 
e95cb7c626f8bdd0064ed69d767dc1d53742d9d7a0d6196058453113ddcab3bdd903a1ef7455a2f9fe4335733793c927a00fe333099ba142ef69945a287d3983
 DIST openstacksdk-0.46.0.tar.gz 928650 BLAKE2B 
f1cf41cc63efb0824ada0c9ac5fea2c1e9b7bc32482df612ba655c6bc94c707e4472c0a5995609914c4e73531aa730a28ee9612a2058a3867d7980581244e20c
 SHA512 
188bb2b2ae9fd3100aa64356d282bc6402c6f175371d8b514ed753f1dd2b1774e3bab22ca45df455fbb7d813236012c0c5174578a84d3f87a3390821f888d709

diff --git a/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild 
b/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild
deleted file mode 100644
index addace85d89..000
--- a/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of libraries for building applications to work with 
OpenStack."
-HOMEPAGE="https://github.com/openstack/python-openstacksdk;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/requestsexceptions-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonpatch-1.16[${PYTHON_USEDEP}]
-   !~dev-python/jsonpatch-1.20[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/os-service-types-1.7.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.16.0[${PYTHON_USEDEP}]
-   >=dev-python/munch-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
-   >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.1.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild 
b/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild
index a89263bc354..2bd3cb7f6e7 100644
--- a/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild
+++ b/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2020-07-18 Thread Matthew Thode
commit: 21f4c1db248d720ed508e2cd933d39666b0eb1b4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:25:46 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f4c1db

dev-python/oslo-messaging: 12.1.1 stable amd64/x86

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

 dev-python/oslo-messaging/Manifest |  1 -
 dev-python/oslo-messaging/metadata.xml |  3 --
 .../oslo-messaging/oslo-messaging-12.1.0.ebuild| 47 --
 .../oslo-messaging/oslo-messaging-12.1.1.ebuild|  4 +-
 4 files changed, 2 insertions(+), 53 deletions(-)

diff --git a/dev-python/oslo-messaging/Manifest 
b/dev-python/oslo-messaging/Manifest
index c534f59935c..c5c514d5846 100644
--- a/dev-python/oslo-messaging/Manifest
+++ b/dev-python/oslo-messaging/Manifest
@@ -1,3 +1,2 @@
 DIST oslo.messaging-10.2.0.tar.gz 255431 BLAKE2B 
971f24845b4d0440fb600b459b4a41c94220e387cbe2ef16a5c93d72e0582116702254c4d8106f5f3f3a3435b1c5bfaceffbb1c6ed3e671f7c269fb6d5ca3cb3
 SHA512 
404aed31f2808de744d7fd141257aca3d2db2b65645eebfffa7edb364e50803621af98886dc60b46042e525a7a98a12f3208ba472dcf805524cd0defdd441060
-DIST oslo.messaging-12.1.0.tar.gz 253854 BLAKE2B 
6db26884f69be59cecd904b8ca0edc44a7f4e6a50ada154f28bf3a2a431896345ea7981ad7b195c12abe3f4d78d259c036e18e5544d2564e04d373c7cf2575b0
 SHA512 
1649f3520b6785eb5bf0f68cf174c1f60f32675ab6fa1400997704e97df7b24dcd63de751ab2313b839619b4eb250612ea32996c6c3c9956f7145010ca38cba2
 DIST oslo.messaging-12.1.1.tar.gz 255540 BLAKE2B 
54ab60244090d3602de9395ea4f6ffa4bfa78783642aecaf7bb37db62c1a5cb63d69c612d2d1085ef96611429a8c7b337ac1849d93ed857a2cb51bbae6265ed2
 SHA512 
0f55f2c21dfd5f83efbf53f8c0cfa65d857212a183998c896c61475a38c47ae6e2376c5a153049d2f91e3321d6a75accf4de4ef11b4ec8626b448c0637a9

diff --git a/dev-python/oslo-messaging/metadata.xml 
b/dev-python/oslo-messaging/metadata.xml
index 5256a24f8b4..5ff552fab61 100644
--- a/dev-python/oslo-messaging/metadata.xml
+++ b/dev-python/oslo-messaging/metadata.xml
@@ -9,9 +9,6 @@
 pyt...@gentoo.org
 Python
   
-  
-The Oslo messaging API supports RPC and notifications over a number of 
different messaging transports.
-  
   
 oslo.messaging
   

diff --git a/dev-python/oslo-messaging/oslo-messaging-12.1.0.ebuild 
b/dev-python/oslo-messaging/oslo-messaging-12.1.0.ebuild
deleted file mode 100644
index ef31654a32a..000
--- a/dev-python/oslo-messaging/oslo-messaging-12.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
-HOMEPAGE="https://pypi.org/project/oslo.messaging/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz"
-S="${WORKDIR}/oslo.messaging-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
-   >=dev-python/py-amqp-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/kombu-4.6.6[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/oslo-messaging/oslo-messaging-12.1.1.ebuild 
b/dev-python/oslo-messaging/oslo-messaging-12.1.1.ebuild
index 9e9105ff46e..f3a9989e9c8 100644
--- a/dev-python/oslo-messaging/oslo-messaging-12.1.1.ebuild
+++ b/dev-python/oslo-messaging/oslo-messaging-12.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.messaging-${PV}"
 
 

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

2020-07-18 Thread Matthew Thode
commit: c2e81412c94cd396ec500aa2494178674b29d954
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:15:00 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e81412

dev-python/python-keystoneclient: 4.0.0 stable amd64/x86

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

 dev-python/python-keystoneclient/Manifest  |  1 -
 dev-python/python-keystoneclient/metadata.xml  |  3 --
 .../python-keystoneclient-3.21.0.ebuild| 43 --
 .../python-keystoneclient-4.0.0.ebuild |  2 +-
 4 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/dev-python/python-keystoneclient/Manifest 
b/dev-python/python-keystoneclient/Manifest
index 8f79c605e4d..0dd8e7f5f02 100644
--- a/dev-python/python-keystoneclient/Manifest
+++ b/dev-python/python-keystoneclient/Manifest
@@ -1,2 +1 @@
-DIST python-keystoneclient-3.21.0.tar.gz 318108 BLAKE2B 
3708b8f464fea1d09edbf7d887bb0a73cb096319c38604381fb60ec33cdb41896a145a5896ff3cc094f055bd30a47e04e30c1238d278edea57e89da8757047f9
 SHA512 
d705a6183be9cbfb0743da7ef535620e92ea0b4161d87b6c21ef1298ae5cd9e95e280163f286c60565154d22a2374bf5cd3d51f6274e212499e58569dc3a0f55
 DIST python-keystoneclient-4.0.0.tar.gz 313891 BLAKE2B 
886f354ea29b4bb8886bde1c337e619403f81ee608079777f1e96bf55e936fb7bef48194d721b14857043e1c878f2f2c925483dc0641bb5c25afd6af1536fce9
 SHA512 
6c094327b4c8bcb32c42463a3abe412230c514c59a5b45387da99689385780f530669979b6aa06ee03450a1386ff089bfc69c24c625e56ed46ab093e6f58153f

diff --git a/dev-python/python-keystoneclient/metadata.xml 
b/dev-python/python-keystoneclient/metadata.xml
index a1e7baa5fad..78397ff1236 100644
--- a/dev-python/python-keystoneclient/metadata.xml
+++ b/dev-python/python-keystoneclient/metadata.xml
@@ -9,9 +9,6 @@
 openst...@gentoo.org
 Openstack
   
-  
-A client for the OpenStack Keystone API.
-  
   
 python-keystoneclient
   

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild
deleted file mode 100644
index c9534e0be00..000
--- a/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Client Library for OpenStack Identity"
-HOMEPAGE="https://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RESTRICT="test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-"
-#PATCHES=(
-#)
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild
index 623d0b7f54c..c9534e0be00 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 RESTRICT="test"
 



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

2020-07-18 Thread Sam James
commit: 7557679d46dc5286a8e1cee8cea77e1b700934e5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:29:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:30:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7557679d

net-dns/pdns-recursor: x86 stable (bug #730362)

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

 net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
index cb9a0daba0e..8d6e3c0088a 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="debug dnstap libressl luajit protobuf snmp sodium systemd"
 REQUIRED_USE="dnstap? ( protobuf )"
 



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

2020-07-18 Thread Sergei Trofimovich
commit: 296c684908eee4d17b752028d6917bde9772ee16
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 18 22:29:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 18 22:30:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296c6849

profiles/arch/alpha: use full name in mask comments

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/alpha/package.use.mask | 2 +-
 profiles/arch/alpha/use.mask | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 1a63c26b21c..633b03f3a3b 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Trofimovich  (2020-07-18)
+# Sergei Trofimovich  (2020-07-18)
 # net-libs/webkit-gtk has no alpha keywords
 app-editors/emacs xwidgets
 gnome-extra/evolution-data-server oauth

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index f263a7e532e..da981f77b67 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -4,7 +4,7 @@
 # Unmask the flag which corresponds to ARCH.
 -alpha
 
-# Trofimovich  (2020-07-18)
+# Sergei Trofimovich  (2020-07-18)
 # net-libs/webkit-gtk has no alpha keywords
 webkit
 # net-libs/gnome-online-accounts depends on net-libs/webkit-gtk



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

2020-07-18 Thread Sam James
commit: 20074362abe030a6bb1997ead466d99259341310
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:27:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:28:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20074362

net-dns/bind: sparc stable (bug #728590)

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

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

diff --git a/net-dns/bind/bind-9.16.4.ebuild b/net-dns/bind/bind-9.16.4.ebuild
index a07ddda3af0..b95a4c2c2ff 100644
--- a/net-dns/bind/bind-9.16.4.ebuild
+++ b/net-dns/bind/bind-9.16.4.ebuild
@@ -33,7 +33,7 @@ SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.xz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi
 json ldap libressl lmdb mysql odbc postgres python selinux static-libs



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

2020-07-18 Thread Sam James
commit: 345a5105a25dfc615eb000b07198230264358f3e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 22:27:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 22:28:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345a5105

net-dns/bind-tools: sparc stable (bug #728590)

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

 net-dns/bind-tools/bind-tools-9.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.4.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.4.ebuild
index 38ed3d4d73b..1484ef9ffe5 100644
--- a/net-dns/bind-tools/bind-tools-9.16.4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz;
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+caps doc gssapi idn ipv6 libedit libressl readline xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/files/, kde-misc/tellico/

2020-07-18 Thread Andreas Sturmlechner
commit: ebf74da77d3d4642fdbce64e806b2585c965da39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 18 21:58:29 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 18 22:24:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf74da7

kde-misc/tellico: Prioritise local copy of FindTaglib.cmake

Fixes build with ECM 5.72 which ships a newer incompatible version.

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

 .../files/tellico-3.3.1-kf-5.72-findtaglib.patch   | 28 ++
 kde-misc/tellico/tellico-3.3.1.ebuild  |  2 ++
 2 files changed, 30 insertions(+)

diff --git a/kde-misc/tellico/files/tellico-3.3.1-kf-5.72-findtaglib.patch 
b/kde-misc/tellico/files/tellico-3.3.1-kf-5.72-findtaglib.patch
new file mode 100644
index 000..5d77a9816ba
--- /dev/null
+++ b/kde-misc/tellico/files/tellico-3.3.1-kf-5.72-findtaglib.patch
@@ -0,0 +1,28 @@
+From 1051b34db65a45a4fd5f12cad0eebc27325a2be3 Mon Sep 17 00:00:00 2001
+From: Jonathan Riddell 
+Date: Fri, 19 Jun 2020 15:35:08 +0100
+Subject: [PATCH] switch order of cmake modules so it gives priority to the
+ local copy which will be the one it expects.  fixes build failure on KDE neon
+
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 00ee0035..5b96f25b 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -20,8 +20,8 @@ endif(POLICY CMP0063)
+ set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
+ 
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
+-  ${ECM_MODULE_PATH}
+-  ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
++  ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules
++  ${ECM_MODULE_PATH})
+ 
+ #include(ECMAddTests)
+ #include(ECMMarkNonGuiExecutable)
+-- 
+GitLab
+

diff --git a/kde-misc/tellico/tellico-3.3.1.ebuild 
b/kde-misc/tellico/tellico-3.3.1.ebuild
index f39a4200a14..28dc136aec5 100644
--- a/kde-misc/tellico/tellico-3.3.1.ebuild
+++ b/kde-misc/tellico/tellico-3.3.1.ebuild
@@ -71,6 +71,8 @@ DEPEND="${RDEPEND}"
 # tests need network access
 RESTRICT+=" test"
 
+PATCHES=( "${FILESDIR}/${P}-kf-5.72-findtaglib.patch" )
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON



[gentoo-commits] repo/gentoo:master commit in: kde-misc/krename/, kde-misc/krename/files/

2020-07-18 Thread Andreas Sturmlechner
commit: b61e1102c86c9ef0058ef316023b9e4681966a96
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 18 22:02:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 18 22:24:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61e1102

kde-misc/krename: Prioritise local copy of FindTaglib.cmake

Fixes build with ECM 5.72 which ships a newer incompatible version.

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

 .../files/krename-5.0.0-kf-5.72-findtaglib.patch   | 36 ++
 kde-misc/krename/krename-5.0.0-r1.ebuild   |  5 ++-
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/kde-misc/krename/files/krename-5.0.0-kf-5.72-findtaglib.patch 
b/kde-misc/krename/files/krename-5.0.0-kf-5.72-findtaglib.patch
new file mode 100644
index 000..672d0c10681
--- /dev/null
+++ b/kde-misc/krename/files/krename-5.0.0-kf-5.72-findtaglib.patch
@@ -0,0 +1,36 @@
+From c1e0259445f32516785a6cb6e82e7cb401b6df37 Mon Sep 17 00:00:00 2001
+From: Jonathan Riddell 
+Date: Fri, 19 Jun 2020 16:44:47 +0100
+Subject: [PATCH] use local cmake modules first, fixes build failure
+
+---
+ CMakeLists.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 602129b..4550621 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -3,7 +3,7 @@ project(krename)
+ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+ # search packages used by KDE
+ find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
+ 
+ include(KDEInstallDirs)
+ include(ECMInstallIcons)
+@@ -28,8 +28,8 @@ find_package(KF5 REQUIRED COMPONENTS
+ XmlGui
+ )
+ # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
+-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
+-  ${CMAKE_SOURCE_DIR}/cmake/modules)
++set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules
++  ${CMAKE_MODULE_PATH})
+ 
+ add_definitions(
+ -DQT_DEPRECATED_WARNINGS
+-- 
+GitLab
+

diff --git a/kde-misc/krename/krename-5.0.0-r1.ebuild 
b/kde-misc/krename/krename-5.0.0-r1.ebuild
index 3884d54fa10..b650df235fa 100644
--- a/kde-misc/krename/krename-5.0.0-r1.ebuild
+++ b/kde-misc/krename/krename-5.0.0-r1.ebuild
@@ -45,7 +45,10 @@ RDEPEND="${DEPEND}
!kde-misc/krename:4
 "
 
-PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.patch" )
+PATCHES=(
+   "${FILESDIR}/${P}-exiv2-0.27.patch"
+   "${FILESDIR}/${P}-kf-5.72-findtaglib.patch"
+)
 
 src_configure() {
local mycmakeargs=(



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

2020-07-18 Thread Andreas Sturmlechner
commit: f717e5055b6dc1b02686af8b1d71be2e64da525b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 18 22:24:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 18 22:24:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f717e505

profiles: Mask media-video/plasma-mediacenter for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0686cfbd2fe..9f8a0352dd6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-07-19)
+# Unmaintained upstream and broken by ECM 5.72.0, masked for removal in 30 
days.
+media-video/plasma-mediacenter
+
 # Andreas Sturmlechner  (2020-07-18)
 # Stuck on Python 2, depends on deprecated dev-python/pygtk, bug #708162.
 # Needs a maintainer and >=2.0.1 version bump. Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/, net-libs/webkit-gtk/, dev-util/devhelp/, ...

2020-07-18 Thread Sergei Trofimovich
commit: aedfd315d64fc1a6418ca8135151fefb6032c092
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 18 22:22:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 18 22:23:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedfd315

*/*: dekeyword net-libs/webkit-gtk and revdeps on alpha

Bug: https://bugs.gentoo.org/704182
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/devhelp/devhelp-3.34.0.ebuild|  2 +-
 gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild   |  2 +-
 gnome-extra/sushi/sushi-3.34.0.ebuild |  2 +-
 gnome-extra/yelp/yelp-3.34.0.ebuild   |  2 +-
 mail-client/evolution/evolution-3.36.3.ebuild |  2 +-
 mail-client/evolution/evolution-3.36.4.ebuild |  2 +-
 media-gfx/shotwell/shotwell-0.30.9.ebuild |  2 +-
 net-im/empathy/empathy-3.12.14.ebuild |  2 +-
 .../gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild |  2 +-
 .../gnome-online-accounts/gnome-online-accounts-3.36.0.ebuild |  2 +-
 net-libs/libzapojit/libzapojit-0.0.3.ebuild   |  2 +-
 net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild  |  2 +-
 profiles/arch/alpha/package.use.mask  | 11 +++
 profiles/arch/alpha/use.mask  |  6 ++
 14 files changed, 29 insertions(+), 12 deletions(-)

diff --git a/dev-util/devhelp/devhelp-3.34.0.ebuild 
b/dev-util/devhelp/devhelp-3.34.0.ebuild
index 2a8f559e7ff..7c65269a82a 100644
--- a/dev-util/devhelp/devhelp-3.34.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.34.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp;
 
 LICENSE="GPL-3+"
 SLOT="0/3-6" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 IUSE="gedit gtk-doc +introspection"
 REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
 

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild
index dd9c437ba34..40942e73515 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.30.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="telepathy v4l"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 VALA_DEPEND="
$(vala_depend)

diff --git a/gnome-extra/sushi/sushi-3.34.0.ebuild 
b/gnome-extra/sushi/sushi-3.34.0.ebuild
index 0a4774a4221..c019daad956 100644
--- a/gnome-extra/sushi/sushi-3.34.0.ebuild
+++ b/gnome-extra/sushi/sushi-3.34.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 

diff --git a/gnome-extra/yelp/yelp-3.34.0.ebuild 
b/gnome-extra/yelp/yelp-3.34.0.ebuild
index bf631a4f8e0..175b8b5bf3d 100644
--- a/gnome-extra/yelp/yelp-3.34.0.ebuild
+++ b/gnome-extra/yelp/yelp-3.34.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 
 RDEPEND="
app-arch/bzip2:=

diff --git a/mail-client/evolution/evolution-3.36.3.ebuild 
b/mail-client/evolution/evolution-3.36.3.ebuild
index 346822bfe96..842892589b4 100644
--- a/mail-client/evolution/evolution-3.36.3.ebuild
+++ b/mail-client/evolution/evolution-3.36.3.ebuild
@@ -14,7 +14,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently

diff --git a/mail-client/evolution/evolution-3.36.4.ebuild 
b/mail-client/evolution/evolution-3.36.4.ebuild
index 346822bfe96..842892589b4 100644
--- a/mail-client/evolution/evolution-3.36.4.ebuild
+++ b/mail-client/evolution/evolution-3.36.4.ebuild
@@ -14,7 +14,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently

diff --git a/media-gfx/shotwell/shotwell-0.30.9.ebuild 
b/media-gfx/shotwell/shotwell-0.30.9.ebuild
index 

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

2020-07-18 Thread Sergei Trofimovich
commit: 5f1570e07bf9ea21f7d572ba8f96fdac33c412a4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 18 22:09:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 18 22:23:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1570e0

dev-util/radare2: bump up to 4.5.0

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

 dev-util/radare2/Manifest |  1 +
 dev-util/radare2/radare2-4.5.0.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 79ef6af96a9..ab7bde52c1b 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1 +1,2 @@
 DIST radare2-4.4.0.tar.gz 8135544 BLAKE2B 
1a1a4ce97dde4b8985cbe95bb889bfdef8f9d64e2c2257030fda523b1a1aced4e6681bc0f7b14d1a3f25fbce355f2062f0edc33ab396bef98792d29d1f708a11
 SHA512 
6208d97f8333e72dfd04cccdb0234b60fb8979ca559b92532bf7e47d402f91e0c54678a83e6bafee65666fb7d6008b44b961600f24f9b3275cb2eec32490eaa5
+DIST radare2-4.5.0.tar.gz 8265716 BLAKE2B 
5288b393eb40f0f9355ad44a102a768924775ce11d126477d89a77d4dbb885556371125ea9f54ce81216bcef25387b816ab679b99a2e6c31c7f48db13ccc4774
 SHA512 
84d4ffc28f499f4360f57f31ad1b1f4b2a14e7fcbde7198bfb9ec4a85ac6606ceb5b28602624d6419b14b1586afd50330ace6232a183d7bfb876fefe07ea7bf4

diff --git a/dev-util/radare2/radare2-4.5.0.ebuild 
b/dev-util/radare2/radare2-4.5.0.ebuild
new file mode 100644
index 000..302e356bc8b
--- /dev/null
+++ b/dev-util/radare2/radare2-4.5.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 eutils toolchain-funcs
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radareorg/radare2;
+else
+   SRC_URI="https://github.com/radareorg/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl libressl"
+
+RDEPEND="
+   dev-libs/capstone:0=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   # Ideally these should be set by ./configure
+   tc-export CC AR LD OBJCOPY RANLIB
+   export HOST_CC=${CC}
+
+   econf \
+   --without-libuv \
+   --with-syscapstone \
+   $(use_with ssl openssl)
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d $d ]]; then
+   rm -rfv "$d" || die "failed to delete '$d'"
+   fi
+   done
+}



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

2020-07-18 Thread Matthew Thode
commit: 99b93cd34316c6f353c9508df69bd050b0e57c0e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:01:36 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:12:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b93cd3

app-admin/ansible: 2.9.10 stable amd64/x86

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

 app-admin/ansible/Manifest  |  1 -
 app-admin/ansible/ansible-2.9.10.ebuild |  2 +-
 app-admin/ansible/ansible-2.9.7.ebuild  | 68 -
 3 files changed, 1 insertion(+), 70 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index bc6978d4eb8..0a1d8ec2a46 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,2 @@
 DIST ansible-2.9.10.tar.gz 14237929 BLAKE2B 
52230b18efa94dbcbd6e4fba3d0915e2375fc8de7412944eaeefc054f50ea888a1aeb86b688a7ae97184b1a8a10180e67a7004d48906235ce4e1b83976d10e9a
 SHA512 
c0d5e26491f52d1eb8d1c3755903bb6a8d50634df5fb50a970076d49d99cfda424fa60c258a6a5821e01c435a8ef077d46ced4b2f8c4f4a8d381737e6f14afb4
-DIST ansible-2.9.7.tar.gz 14215538 BLAKE2B 
b3882c359d0e71446c81b4f4592a08447656c22ed70358d7eddf36f4a84811d97f047afcdfd57f67664a130cee5c1231a106fc5b77b52cfab8b1be868ee03f81
 SHA512 
ce029441bcafdc5b44c9fda69f183d4defea84ead5628164caf87306cb97efec68c11b2cce728e90f28290640c320549486a6b4e823710f638d1d2e7c35675a4
 DIST ansible-2.9.9.tar.gz 14222889 BLAKE2B 
bcacd9271aa0275cff8090819ee5c2832c7b59a287d976ced7e4dad52b5af85350baa1de30f56fdbb92e237c1dd3a9f6ff86cd1af5cb20167331b3f846649d4a
 SHA512 
327c5ece277096f71f10fec2b33a8d2c94ee59b0e22b15bb5ca449da2331b8158239bdbc8e3afd093af358a787f410c7c2e0942010de65a8d9c8719cf83e4abd

diff --git a/app-admin/ansible/ansible-2.9.10.ebuild 
b/app-admin/ansible/ansible-2.9.10.ebuild
index 8c8b3a94804..2a5dea9c031 100644
--- a/app-admin/ansible/ansible-2.9.10.ebuild
+++ b/app-admin/ansible/ansible-2.9.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
 IUSE="doc test"
 RESTRICT="test"
 

diff --git a/app-admin/ansible/ansible-2.9.7.ebuild 
b/app-admin/ansible/ansible-2.9.7.ebuild
deleted file mode 100644
index 2a5dea9c031..000
--- a/app-admin/ansible/ansible-2.9.7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/;
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
-IUSE="doc test"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   dev-python/passlib[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-python_compile_all() {
-   if use doc; then
-   cd docs/docsite || die
-   export CPUS=4
-   emake -f Makefile.sphinx html
-   fi
-}
-
-python_test() {
-   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
-   distutils-r1_python_install_all
-
-   dodoc -r examples
-}



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

2020-07-18 Thread Matthew Thode
commit: f225bb9e95f3e81452b0aea7ee3bd7fa5bd241fc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:03:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:12:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f225bb9e

net-analyzer/icinga2: 2.11.4 bump

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

 net-analyzer/icinga2/Manifest  |   1 -
 net-analyzer/icinga2/icinga2-2.11.3.ebuild | 169 -
 net-analyzer/icinga2/icinga2-2.11.4.ebuild |   2 +-
 3 files changed, 1 insertion(+), 171 deletions(-)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index 7032eeb3797..ee233074942 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1,2 +1 @@
-DIST icinga2-2.11.3.tar.gz 7475785 BLAKE2B 
baabe8c90170a7b2ddb3ae7e95ef3cd042e64f68dbfdb50f5a981bc63ae5aa1e8ec4082729456d1b3fc02c0c74a98e15383cc56e56c53a2ab6181db94125365c
 SHA512 
616e938fabaa6565fb9ac4824649c09801dd53b3517c0a9b5b62307293bc838377c18818cc13dd40e240902f02455c421d433b6ee54671403598c5b7aeb78ea1
 DIST icinga2-2.11.4.tar.gz 7476667 BLAKE2B 
99b004f12504dae57ae2eda37983ae17da359c6e6998d41bb408c11328d0e69b7dd87ee5bf888c64862d52fe198145e56b1ac24f53d06dfebd1241d16e61a016
 SHA512 
51b0170d334d4ebe2c9614e47f65a1ab59483b4d5de862ae3d90152bf547bfc0051d9fca2f6b86d301ec897980fdc0b503232eb6dd82ae603d8e809bd56b23c1

diff --git a/net-analyzer/icinga2/icinga2-2.11.3.ebuild 
b/net-analyzer/icinga2/icinga2-2.11.3.ebuild
deleted file mode 100644
index a98d579ea65..000
--- a/net-analyzer/icinga2/icinga2-2.11.3.ebuild
+++ /dev/null
@@ -1,169 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-if [[ ${PV} !=  ]]; then
-   inherit cmake-utils depend.apache eutils systemd toolchain-funcs 
wxwidgets
-   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86"
-else
-   inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
wxwidgets
-   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
-   EGIT_BRANCH="master"
-fi
-
-DESCRIPTION="Distributed, general purpose, network monitoring engine"
-HOMEPAGE="http://icinga.org/icinga2;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="console libressl lto mail mariadb minimal +mysql nano-syntax +plugins 
postgres systemd +vim-syntax"
-WX_GTK_VER="3.0"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   >=dev-libs/boost-1.66.0:=[context]
-   console? ( dev-libs/libedit )
-   mariadb? ( dev-db/mariadb-connector-c:= )
-   mysql? ( dev-db/mysql-connector-c:= )
-   postgres? ( dev-db/postgresql:= )
-   dev-libs/yajl"
-
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-   >=sys-devel/flex-2.5.35"
-
-RDEPEND="
-   ${CDEPEND}
-   plugins? ( || (
-   net-analyzer/monitoring-plugins
-   net-analyzer/nagios-plugins
-   ) )
-   mail? ( virtual/mailx )
-   acct-user/icinga
-   acct-group/icinga
-   acct-group/icingacmd
-   acct-group/nagios"
-
-REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-}
-
-src_configure() {
-   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
-   local mycmakeargs=(
-   -DICINGA2_UNITY_BUILD=FALSE
-   -DCMAKE_VERBOSE_MAKEFILE=ON
-   -DCMAKE_BUILD_TYPE=None
-   -DCMAKE_INSTALL_SYSCONFDIR=/etc
-   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
-   -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins"
-   -DICINGA2_USER=icinga
-   -DICINGA2_GROUP=icingacmd
-   -DICINGA2_COMMAND_GROUP=icingacmd
-   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
-   -DUSE_SYSTEMD=$(usex systemd ON OFF)
-   -DLOGROTATE_HAS_SU=ON
-   )
-   # default to off if minimal, allow the flags to be set otherwise
-   if use minimal; then
-   mycmakeargs+=(
-   -DICINGA2_WITH_MYSQL=OFF
-   -DICINGA2_WITH_PGSQL=OFF
-   )
-   else
-   mycmakeargs+=(
-   -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF)
-   -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF)
-   )
-   fi
-   # LTO
-   if use lto; then
-   mycmakeargs+=(
-   -DICINGA2_LTO_BUILD=ON
-   )
-   else
-   mycmakeargs+=(
-   -DICINGA2_LTO_BUILD=OFF
-   )
-   fi
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   BUILDDIR="${WORKDIR}"/icinga2-${PV}_build
-   

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

2020-07-18 Thread Sam James
commit: 44f3dc8e7aa2ee3f89976817943d6a1cc251e44f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 21:43:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 21:50:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f3dc8e

net-misc/dropbear: x86 stable (bug #723848)

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

 net-misc/dropbear/dropbear-2020.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.80.ebuild 
b/net-misc/dropbear/dropbear-2020.80.ebuild
index 9872f348dcc..17b5f41d51f 100644
--- a/net-misc/dropbear/dropbear-2020.80.ebuild
+++ b/net-misc/dropbear/dropbear-2020.80.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2020-07-18 Thread Sam James
commit: 361ea8e47c2b3ae12179aeda358d11de9cf72bdc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 20:36:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 21:50:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361ea8e4

gui-libs/amtk: arm64 keyworded (bug #722142)

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

 gui-libs/amtk/amtk-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/amtk/amtk-5.0.2.ebuild b/gui-libs/amtk/amtk-5.0.2.ebuild
index 3617d3db91f..29ddf52b6fc 100644
--- a/gui-libs/amtk/amtk-5.0.2.ebuild
+++ b/gui-libs/amtk/amtk-5.0.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Amtk;
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/

2020-07-18 Thread Sam James
commit: dbddc93ea9099e841c009812f218eacc1eb41924
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 20:37:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 21:50:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbddc93e

sci-mathematics/genius: arm64 keyworded (bug #722142)

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

 sci-mathematics/genius/genius-1.0.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/genius/genius-1.0.25.ebuild 
b/sci-mathematics/genius/genius-1.0.25.ebuild
index 8d7c54134e0..94b9f5146e9 100644
--- a/sci-mathematics/genius/genius-1.0.25.ebuild
+++ b/sci-mathematics/genius/genius-1.0.25.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc +gui"
 
 RDEPEND="



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

2020-07-18 Thread Sam James
commit: bb23a4ebfae746a45155ec0b41c72f930fce5a99
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 21:29:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 21:50:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb23a4eb

net-mail/mailman: x86 stable (bug #729468)

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

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

diff --git a/net-mail/mailman/mailman-2.1.33.ebuild 
b/net-mail/mailman/mailman-2.1.33.ebuild
index fda78926965..1589d4768ff 100644
--- a/net-mail/mailman/mailman-2.1.33.ebuild
+++ b/net-mail/mailman/mailman-2.1.33.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.list.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="selinux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-07-18 Thread Conrad Kostecki
commit: b0839c0cb645f86fe193a0bcf2e627ff768de5b2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 18 21:22:45 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 18 21:22:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0839c0c

sys-block/arcconf: drop old version

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

 sys-block/arcconf/Manifest  |  1 -
 sys-block/arcconf/arcconf-3.01.23531.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/sys-block/arcconf/Manifest b/sys-block/arcconf/Manifest
index 1e470efa5c4..9607d3fe8c4 100644
--- a/sys-block/arcconf/Manifest
+++ b/sys-block/arcconf/Manifest
@@ -1,3 +1,2 @@
 DIST arcconf_v2_01_22270.zip 47168976 BLAKE2B 
95693a1408e5a4d0d638bbf265f2e1e64247dfec2b1078b56860c5fcd4b13ffa5967bfb9967abfd4b79c788aaeb20759b3a9070a84b083c1653e4868a96ac4cf
 SHA512 
0f91a697c44ea0c0561bec9e432e7d4eba8eb8a2b0255a9867bdb183f81e745aee1dcc2b0017847803dbb27f55cad3e985f4bcd3a202c52f5b557fb724e94d9e
-DIST arcconf_v3_01_23531.zip 76188493 BLAKE2B 
bb939262e89a76fe28cca60ce647df53bd66625d8273cf80ad0b9daa31de8ac33d181a5ad864e52ce5b599d9631a503d2e4a132ec3369b67f0e12887a4bccc0c
 SHA512 
93ab1b5f3f35ad403ac52456ffb16b5b57c4851dbaa3d4922194b29b72957944a0a3e02346362f62b3f6ba5f73394a3720a1f5a371b34e9a03f31bd793348822
 DIST arcconf_v3_04_23699.zip 89105029 BLAKE2B 
338923a508cb3b55d93128383b02a1bc650436689c29af6c2658c13af6789cacf89354ca2f5d79d84cc485e2559b26929269f591cf99412427f88ba5ca872303
 SHA512 
d87ca4edae53505fbfd1042df4ae38a9d8ff51cbaaecfe2de45d136d9a8f3a7713b0104e126f281b02a61fb91f9188aa7846a31ab51757cd0ff5cb91348fae80

diff --git a/sys-block/arcconf/arcconf-3.01.23531.ebuild 
b/sys-block/arcconf/arcconf-3.01.23531.ebuild
deleted file mode 100644
index c0d29d9efa2..000
--- a/sys-block/arcconf/arcconf-3.01.23531.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="v${PV//./_}"
-
-inherit linux-info
-
-DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
-HOMEPAGE="https://www.microsemi.com/;
-SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
-
-LICENSE="Microsemi"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-DEPEND="app-arch/unzip"
-
-RESTRICT="fetch mirror bindist"
-
-S="${WORKDIR}/linux_x64"
-
-QA_PREBUILT="usr/bin/arcconf"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog 
"https://storage.microsemi.com/en-us/speed/raid/storage_manager/${PN}_${MY_PV}_zip.php;
-   elog "and place it in your DISTDIR directory."
-}
-
-pkg_setup() {
-   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
-   if linux-info_get_any_version && linux_config_src_exists ; then
-   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
-   check_extra_config
-   fi
-}
-
-src_install() {
-   dobin arcconf
-}



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

2020-07-18 Thread Michał Górny
commit: 5c43b76103ee77ca9d25f65e8c2e256ba898fcb4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 18 20:48:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 18 20:49:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c43b761

kernel-install.eclass: Run tests with '-cpu max'

Since dracut is using host system executables, qemu needs to be able
to execute these executables independently of the CFLAGS used
by the user.  For this reason make sure to enable all supported
instruction sets rather than the default.

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

 eclass/kernel-install.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index ab886d28faf..982cf7b08b4 100644
--- a/eclass/kernel-install.eclass
+++ b/eclass/kernel-install.eclass
@@ -49,7 +49,7 @@ SRC_URI+="

https://dev.gentoo.org/~mgorny/dist/tinycorelinux-${TCL_VER}-amd64.qcow2
)
x86? (
-   
https://dev.gentoo.org/~mgorny/dist/tinycorelinux-${TCL_VER}-x86.qcow2
+   
https://dev.gentoo.org/~mgorny/dist/tinycorelinux-${TCL_VER}-x86.qcow2
)
)"
 
@@ -231,6 +231,7 @@ kernel-install_test() {
cat > run.sh <<-EOF || die
#!/bin/sh
exec qemu-system-${qemu_arch} \
+   -cpu max \
-m 256M \
-display none \
-no-reboot \



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

2020-07-18 Thread Michał Górny
commit: 936a664569ff97b8b1ecf23c862a7db9e39c094e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 15:18:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 18 20:49:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936a6645

dev-python/scrypt: Remove old

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

 dev-python/scrypt/Manifest|  1 -
 dev-python/scrypt/scrypt-0.8.13-r2.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/scrypt/Manifest b/dev-python/scrypt/Manifest
index cb2c67e90b1..5b5d22bdd28 100644
--- a/dev-python/scrypt/Manifest
+++ b/dev-python/scrypt/Manifest
@@ -1,2 +1 @@
-DIST scrypt-0.8.13.tar.gz 53606 BLAKE2B 
924b870d2dd5d8dc6765ab2679e71a819fb08a75cfdb0e7a6cfa9c305f35a376892e78607007013d9dc7d9a6b2bc6420019f8b27fadc7f468b3b2fd685a1c3ff
 SHA512 
a65e24b0a7dbe02e16c0b38b52c66549f36370e267aacf348a107cb980221806ca783cee0caa95ab6af978dd2b0d8efdb6b06798bb43742d4623bd8f6535e9a5
 DIST scrypt-0.8.15.tar.gz 53954 BLAKE2B 
9f9bfc6ead25f14b9b3194853cd64a7b2244685d15a7d257e2395b0acf3fb968487fffc5d5eb5a245de1518b0740483d3e6feed841282b40ecec86ce178de46e
 SHA512 
db5f688b341f816935a0fd5a538d8633a1e43c69c7228d9fc127459c9673528f92405170339a5a43eca86eb5a2ea17b951ac16a203993e452e05f2589914a66f

diff --git a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild 
b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild
deleted file mode 100644
index 8c9bb208037..000
--- a/dev-python/scrypt/scrypt-0.8.13-r2.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
-
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Bindings for the scrypt key derivation function library"
-HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/wiki/Home/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
-SLOT="0"
-IUSE="libressl"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Bzip2/

2020-07-18 Thread Andreas K. Hüttel
commit: 5abddca598b33059e17b9045bf1c0700ef7887ba
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:28:16 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abddca5

virtual/perl-Compress-Raw-Bzip2: add 5.32 version

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

 .../perl-Compress-Raw-Bzip2-2.93.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git 
a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.93.0.ebuild 
b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.93.0.ebuild
new file mode 100644
index 000..51faf24eb1b
--- /dev/null
+++ b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.93.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.32* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



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

2020-07-18 Thread Andreas K. Hüttel
commit: 092023dabbd163f9732df5a75d12e3ca7d806242
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:25:43 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092023da

virtual/perl-bignum: add 5.32 as provider

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

 .../{perl-bignum-0.510.0.ebuild => perl-bignum-0.510.0-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-bignum/perl-bignum-0.510.0.ebuild 
b/virtual/perl-bignum/perl-bignum-0.510.0-r1.ebuild
similarity index 86%
rename from virtual/perl-bignum/perl-bignum-0.510.0.ebuild
rename to virtual/perl-bignum/perl-bignum-0.510.0-r1.ebuild
index 9c07a942147..551b724769e 100644
--- a/virtual/perl-bignum/perl-bignum-0.510.0.ebuild
+++ b/virtual/perl-bignum/perl-bignum-0.510.0-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



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

2020-07-18 Thread Andreas K. Hüttel
commit: e4ac688970a3745f57adb2bef0e0b6376c9874ef
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:28:35 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ac6889

package.mask: start adding virtuals to the 5.32 block

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 24a08a8c9c2..0686cfbd2fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -51,6 +51,9 @@ dev-perl/Data-Diver
 # Andreas K. Hüttel  (2020-07-15)
 # In preparation; do not use yet.
 =dev-lang/perl-5.32*
+~virtual/perl-Archive-Tar-2.360.0
+~virtual/perl-autodie-2.320.0
+~virtual/perl-Compress-Raw-Bzip2-2.93.0
 
 # Christoph Junghans  (2020-07-14)
 # Unmaintained upstream and does not support systemd or firewalld. 



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

2020-07-18 Thread Andreas K. Hüttel
commit: a98aaa3363b30cb7e84af1c94b4422c3e0350f3c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:22:22 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98aaa33

virtual/perl-Attribute-Handlers: Add 5.32 as provider

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

 ...ndlers-1.10.0-r2.ebuild => perl-Attribute-Handlers-1.10.0-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r2.ebuild 
b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r3.ebuild
similarity index 84%
rename from 
virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r2.ebuild
rename to 
virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r3.ebuild
index 52c5a4f61a1..ab1357e4d60 100644
--- a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r2.ebuild
+++ b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r3.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



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

2020-07-18 Thread Andreas K. Hüttel
commit: c011819e5736fe2183680d0cf6f9f9f3176e3862
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:21:23 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c011819e

virtual/perl-Archive-Tar: Add 5.32 version

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

 virtual/perl-Archive-Tar/perl-Archive-Tar-2.360.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Archive-Tar/perl-Archive-Tar-2.360.0.ebuild 
b/virtual/perl-Archive-Tar/perl-Archive-Tar-2.360.0.ebuild
new file mode 100644
index 000..759d8cbe316
--- /dev/null
+++ b/virtual/perl-Archive-Tar/perl-Archive-Tar-2.360.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.32* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



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

2020-07-18 Thread Andreas K. Hüttel
commit: eea9b705c8241de00d6502f86e97268977985a78
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:24:49 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea9b705

virtual/perl-AutoLoader: add 5.32 as provider

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

 ...l-AutoLoader-5.740.0-r8.ebuild => perl-AutoLoader-5.740.0-r9.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r8.ebuild 
b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r9.ebuild
similarity index 86%
rename from virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r8.ebuild
rename to virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r9.ebuild
index 9c07a942147..551b724769e 100644
--- a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r8.ebuild
+++ b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r9.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



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

2020-07-18 Thread Andreas K. Hüttel
commit: 091fbf3183e7141ce70119e9fa2949b70481c485
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:26:34 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091fbf31

virtual/perl-Carp: add 5.32 as provider

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

 .../{perl-Carp-1.500.0-r2.ebuild => perl-Carp-1.500.0-r3.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Carp/perl-Carp-1.500.0-r2.ebuild 
b/virtual/perl-Carp/perl-Carp-1.500.0-r3.ebuild
similarity index 86%
rename from virtual/perl-Carp/perl-Carp-1.500.0-r2.ebuild
rename to virtual/perl-Carp/perl-Carp-1.500.0-r3.ebuild
index 6c1e6cc23f9..8765d8b273a 100644
--- a/virtual/perl-Carp/perl-Carp-1.500.0-r2.ebuild
+++ b/virtual/perl-Carp/perl-Carp-1.500.0-r3.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



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

2020-07-18 Thread Andreas K. Hüttel
commit: 7a9ec2013b3cf63616beaf086061cd3bcd0d333a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 18 20:23:52 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 18 20:30:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9ec201

virtual/perl-autodie: add 5.32 version

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

 virtual/perl-autodie/perl-autodie-2.320.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-autodie/perl-autodie-2.320.0.ebuild 
b/virtual/perl-autodie/perl-autodie-2.320.0.ebuild
new file mode 100644
index 000..4f8d30c6a2b
--- /dev/null
+++ b/virtual/perl-autodie/perl-autodie-2.320.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.32* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



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

2020-07-18 Thread Lars Wendler
commit: 40afd7b7e1eebc3b8cf154b960738d1b9d1529ef
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jul 18 20:21:55 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jul 18 20:21:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40afd7b7

app-misc/mc: Bump to version 4.8.25. Removed old

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

 app-misc/mc/Manifest   | 2 +-
 app-misc/mc/{mc-4.8.25_rc1.ebuild => mc-4.8.25.ebuild} | 9 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest
index bb187789095..b5f95b45833 100644
--- a/app-misc/mc/Manifest
+++ b/app-misc/mc/Manifest
@@ -1,2 +1,2 @@
 DIST mc-4.8.24.tar.xz 2434988 BLAKE2B 
18bd730d5bfbad19fa5e70fb578cf587a3df8da33885543b3d316548ac0d29bd67e4683d32b2751471e148e89390c7658edb622fd741eae054b7fae774996b60
 SHA512 
ec9e40198455e7001bb1d06ea060b9b4c32ad3a3750d0cc9bac334b53eb666df1746335bfcd411213fa4386b23e516f6026fe3d74ad9119b2340b26c63ccd4fc
-DIST mc-4.8.25_rc1.tar.xz 2487732 BLAKE2B 
18bbff9e44bdd2996e5e4dc44389167a90798bc03098850f3df70b8451951e95f66fdd58416e9f44289e072729d4217be7ecf20e65fb4f507e44669d76c13589
 SHA512 
61e21d905dd28ea732d62c75cb5a18e67f90c7c85376ceb2240089ff7b5d724bcf2cb7de4d89709a44b795cdcbbf123648a302552bd370972e23f0967a3a1353
+DIST mc-4.8.25.tar.xz 2488324 BLAKE2B 
47047c85fbe3ce1c54b9a3477c35fb05d76b3688205bfd13db03844bb9d8b3e74498ef4d6b449cfcf79c0188687accd93602274b7e8c0cbffc5247d433e33272
 SHA512 
51913fd41df18b49498b97ad8e13aa4365cec24ab24169b1abe93209263e4cfea4b52e0faccaf934182c84e8eb5dc49336c885358b4b66c48d38900f890fde5e

diff --git a/app-misc/mc/mc-4.8.25_rc1.ebuild b/app-misc/mc/mc-4.8.25.ebuild
similarity index 93%
rename from app-misc/mc/mc-4.8.25_rc1.ebuild
rename to app-misc/mc/mc-4.8.25.ebuild
index 563e47b602e..f2506e57245 100644
--- a/app-misc/mc/mc-4.8.25_rc1.ebuild
+++ b/app-misc/mc/mc-4.8.25.ebuild
@@ -3,12 +3,13 @@
 
 EAPI=7
 
-inherit flag-o-matic vcs-snapshot
+inherit flag-o-matic
+
+MY_P=${P/_/-}
 
 DESCRIPTION="GNU Midnight Commander is a text based file manager"
 HOMEPAGE="https://www.midnight-commander.org;
-#SRC_URI="http://ftp.midnight-commander.org/${P}.tar.xz;
-SRC_URI="https://www.midnight-commander.org/nopaste/tarball/mc-4.8.24-163-g171957980.tar.xz
 -> ${P}.tar.xz"
+SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -39,6 +40,8 @@ DEPEND="${RDEPEND}
 
 RESTRICT="!test? ( test )"
 
+S=${WORKDIR}/${MY_P}
+
 pkg_pretend() {
if use slang && use unicode ; then
ewarn "\"unicode\" USE flag only takes effect when the 
\"slang\" USE flag is disabled."



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

2020-07-18 Thread Sam James
commit: c4d4010fe2de4eb698bc567ae0a641547c3878fb
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 20:09:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 20:09:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d4010f

dev-libs/xxhash: arm64 stable (bug #730768)

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

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

diff --git a/dev-libs/xxhash/xxhash-0.7.3.ebuild 
b/dev-libs/xxhash/xxhash-0.7.3.ebuild
index 290fe660734..4c309bb8f6d 100644
--- a/dev-libs/xxhash/xxhash-0.7.3.ebuild
+++ b/dev-libs/xxhash/xxhash-0.7.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="BSD-2 GPL-2+"
 # https://abi-laboratory.pro/tracker/timeline/xxhash
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86 
~x64-macos"
 IUSE="static-libs"
 
 S="${WORKDIR}/xxHash-${PV}"



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

2020-07-18 Thread Sam James
commit: 83eceb767aa680ea798b42c4193f38d1e27f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 20:04:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 20:04:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eceb74

dev-libs/elfutils: arm64 stable (bug #732862)

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

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

diff --git a/dev-libs/elfutils/elfutils-0.180.ebuild 
b/dev-libs/elfutils/elfutils-0.180.ebuild
index 68b42b91b9e..ff8fec02915 100644
--- a/dev-libs/elfutils/elfutils-0.180.ebuild
+++ b/dev-libs/elfutils/elfutils-0.180.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils valgrind"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}]



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

2020-07-18 Thread Sam James
commit: 53b1dc03cc72d78b05106a865e8f18737683660a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 20:04:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 20:04:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b1dc03

app-misc/prog-express: x86 stable (bug #724100)

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

 app-misc/prog-express/prog-express-3.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/prog-express/prog-express-3.8.8.ebuild 
b/app-misc/prog-express/prog-express-3.8.8.ebuild
index 899e0b637b5..7eeddbbb7e7 100644
--- a/app-misc/prog-express/prog-express-3.8.8.ebuild
+++ b/app-misc/prog-express/prog-express-3.8.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
x86? ( 
https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.i386.deb )
 "
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 LICENSE="prog-express"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gtk-sharp/, dev-dotnet/gtk-sharp/files/

2020-07-18 Thread Sam James
commit: b28d37bb050204162e4854346cc87d0960dec923
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 20:03:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 20:03:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28d37bb

dev-dotnet/gtk-sharp: fix build

This is a long-standing bug with a simple patch to fix
an ambiguous property reference.

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

 .../files/gtk-sharp-2.12.21-mono-ambiguous-range.patch| 15 +++
 dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild |  4 
 2 files changed, 19 insertions(+)

diff --git 
a/dev-dotnet/gtk-sharp/files/gtk-sharp-2.12.21-mono-ambiguous-range.patch 
b/dev-dotnet/gtk-sharp/files/gtk-sharp-2.12.21-mono-ambiguous-range.patch
new file mode 100644
index 000..048373a3ec7
--- /dev/null
+++ b/dev-dotnet/gtk-sharp/files/gtk-sharp-2.12.21-mono-ambiguous-range.patch
@@ -0,0 +1,15 @@
+https://github.com/mono/gtk-sharp/commit/a00552ad68ae349e89e440dca21b86dbd6bccd30
+https://bugs.gentoo.org/697108
+--- a/sample/test/TestRange.cs 2012-09-25 14:19:02.0 -0700
 b/sample/test/TestRange.cs 2020-07-05 09:07:25.112932811 -0700
+@@ -10,6 +10,10 @@
+ 
+ using Gtk;
+ 
++// disambiguate, Gtk.Range vs System.Range
++using Range=Gtk.Range;
++
++
+ namespace WidgetViewer {
+ 
+   public class TestRange

diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild 
b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
index 9d011d0f9f4..91c76012d1d 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/automake:1.11"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-2.12.21-mono-ambiguous-range.patch"
+)
+
 src_prepare() {
base_src_prepare
eautoreconf



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

2020-07-18 Thread Sam James
commit: f3272719bc88e885b5a44d5fd76edeb819f6f3de
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 19:00:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 19:00:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3272719

sys-block/arcconf: amd64 stable (bug #724124)

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

 sys-block/arcconf/arcconf-3.04.23699.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/arcconf/arcconf-3.04.23699.ebuild 
b/sys-block/arcconf/arcconf-3.04.23699.ebuild
index b76fa23acde..7c08e1be3cf 100644
--- a/sys-block/arcconf/arcconf-3.04.23699.ebuild
+++ b/sys-block/arcconf/arcconf-3.04.23699.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
 
 LICENSE="Microsemi"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 BDEPEND="app-arch/unzip"
 



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

2020-07-18 Thread Sam James
commit: fa9563a2e4fdeaf69372695d88cce179a5e9d511
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 18 18:58:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 18 18:59:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9563a2

net-analyzer/munin: amd64 stable (bug #725954)

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

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

diff --git a/net-analyzer/munin/munin-2.0.59.ebuild 
b/net-analyzer/munin/munin-2.0.59.ebuild
index 5fe4c097bff..5e64da73729 100644
--- a/net-analyzer/munin/munin-2.0.59.ebuild
+++ b/net-analyzer/munin/munin-2.0.59.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 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/proj/guru:dev commit in: app-misc/cheat/

2020-07-18 Thread Mathieu Tortuyaux
commit: 8837b71f9648b158d5d069c3cbbebe44115d598d
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Sat Jul 18 18:43:10 2020 +
Commit: Mathieu Tortuyaux  gmail  com>
CommitDate: Sat Jul 18 18:43:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8837b71f

app-misc/cheat: bump to major 4.0.2

Package-Manager: Portage-2.3.89, Repoman 2.3.20
Signed-off-by: Mathieu Tortuyaux  gmail.com>

 app-misc/cheat/Manifest| 2 +-
 app-misc/cheat/{cheat-3.10.1.ebuild => cheat-4.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cheat/Manifest b/app-misc/cheat/Manifest
index 2abb09b..02b1f13 100644
--- a/app-misc/cheat/Manifest
+++ b/app-misc/cheat/Manifest
@@ -1,4 +1,4 @@
-DIST cheat-3.10.1.tar.gz 1529815 BLAKE2B 
ab88435b1e8c6aef4de056be8d3f9c7fdfa4e92c989f075abc784a730c926a0ef36183b442e67a97576e99c42dfef63212b500fce2a8b21edf2b5a9e5ad793fa
 SHA512 
aefd54df2837bad0897baff72a415720e1557696e5644e2725daa39d421a4cb6921da93810789d384e994e991cb73df7bf875e09b8c94b93dad23b494bb77400
+DIST cheat-4.0.2.tar.gz 1529674 BLAKE2B 
e5246d7e9087e339fe853597946116fd92671d5f7881b63c589cab82ab6f33eec4b9d5256990fe2e63bb930c9cbd2b00b634148773b5657ee9d26492e076d81e
 SHA512 
fc18437eb2e6bc3a886ceb37dd19038f731f181f83d9e55bae6e37674c8b337732f9a9cf3d56046261ad232496cd5b837150c03a2dbf99a55991b1e59e6f6045
 DIST 
github.com%2Falecthomas%2Fassert%2F@v%2Fv0.0.0-20170929043011-405dbfeb8e38.mod 
36 BLAKE2B 
d0745757255951a92d471fdb1eeaae2e118d367caf0fcea00a405536d7e30609f22276e7a453aac1ca38063635df798a0843f279c178d394a7cbef9c9f9b3c27
 SHA512 
87ff97fea3e25aa903503e56fe5afc337918f7253dd7175833adb144a7296451a7d4ebd76df504737a5b4c5237b1102920728d21a587957d5d25db5d38e1217b
 DIST 
github.com%2Falecthomas%2Fassert%2F@v%2Fv0.0.0-20170929043011-405dbfeb8e38.zip 
73310 BLAKE2B 
b0aaa346be477c14bd504f98219659c8a82ba08afdd94f1a5ffbb44cfcb6cc9b014c1ee35aec6071d4733134931e6d2a569940e9f1f06a5e69b00f56d82579e9
 SHA512 
adf9a3b8bda92edd028f497ca10648900a7aac4dae9372469b511afc74e79f8b990e448f375ab2a8df651a491bab5413196c06db531adc10358865f74de6f26b
 DIST github.com%2Falecthomas%2Fchroma%2F@v%2Fv0.7.3.mod 687 BLAKE2B 
b987855d98e0e6181e8f28c12976081b5e0699cffc79b0721c811eaf6962e6edc5a01135519f787eac6d38e742517aa4d6e061ac4e5ba986e5c5e0cbd2a19177
 SHA512 
bf5c7b4933d685d90882099aa8c5bc33f8ec58e5a35138180b58771185306b6119cfaab319a43ade929b4560be9746f9155c8d55d1755df12b177613982c7617

diff --git a/app-misc/cheat/cheat-3.10.1.ebuild 
b/app-misc/cheat/cheat-4.0.2.ebuild
similarity index 100%
rename from app-misc/cheat/cheat-3.10.1.ebuild
rename to app-misc/cheat/cheat-4.0.2.ebuild



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

2020-07-18 Thread Mathieu Tortuyaux
commit: 7a0236b7a2ad302df2ce0cf2dc6cd6417d26c304
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Sat Jul 18 18:34:33 2020 +
Commit: Mathieu Tortuyaux  gmail  com>
CommitDate: Sat Jul 18 18:36:21 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a0236b7

sys-process/gotop: bump to major 4.0.1

Package-Manager: Portage-2.3.89, Repoman 2.3.20
Signed-off-by: Mathieu Tortuyaux  gmail.com>

 sys-process/gotop/Manifest   | 149 +--
 sys-process/gotop/gotop-3.5.3.ebuild | 191 ---
 sys-process/gotop/gotop-4.0.1.ebuild |  93 +
 3 files changed, 117 insertions(+), 316 deletions(-)

diff --git a/sys-process/gotop/Manifest b/sys-process/gotop/Manifest
index 1a933a7..762877f 100644
--- a/sys-process/gotop/Manifest
+++ b/sys-process/gotop/Manifest
@@ -1,55 +1,20 @@
-DIST 
github.com%2F!stack!exchange%2Fwmi%2F@v%2Fv0.0.0-20180116203802-5d049714c4a6.mod
 36 BLAKE2B 
e15c1ef74374320cc49b3509a1fa8d7f63c8566920ba56f8b6f293e3d331f5587d45b35284af52b40f329e116f570543a7df50ab1888c4238b28c2ea583d2fda
 SHA512 
83f296ee872570bab84dc3e3f7984f155f5a9a4f95ca7b23a5f39dd47b54eb87ceb2eaa4db00a3966def5b41fb0250de18bcde32610c350206b6d0e744353fd7
-DIST 
github.com%2F!stack!exchange%2Fwmi%2F@v%2Fv0.0.0-20180116203802-5d049714c4a6.zip
 14852 BLAKE2B 
33a7c997772bc0ab89312c06940938a0e447b81d5613c95585ec3cf395189edaa92a8e9801649f91ebf9e65dad30af94725436d5849ca1277ec4126989d3b023
 SHA512 
55765137bbfcb45b4c9962044502458f1e7944487946604fbc7604d48b9b576c522b9316a99cb14dacc3c613c99ddb9c51f1a9cd92f4a729bdf76b834d7d2fba
-DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20160405071501-a0175ee3bccc.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
-DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20190718012654-fb15b899a751.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
-DIST 
github.com%2Falecthomas%2Funits%2F@v%2Fv0.0.0-20151022065526-2efee857e7cf.mod 
35 BLAKE2B 
873b4b9c8491117a0b99bcc183ae96fc7e392c68d7271b73b5d7876574a5c7d67580425b35445ff2fff326c5cc7f328326d5d11946699c213cb2b84e8a9a0aad
 SHA512 
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
-DIST 
github.com%2Falecthomas%2Funits%2F@v%2Fv0.0.0-20190717042225-c3de453c63f4.mod 
35 BLAKE2B 
873b4b9c8491117a0b99bcc183ae96fc7e392c68d7271b73b5d7876574a5c7d67580425b35445ff2fff326c5cc7f328326d5d11946699c213cb2b84e8a9a0aad
 SHA512 
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
-DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv0.0.0-20180321164747-3a771d992973.mod 
31 BLAKE2B 
f69b0989e51b0b649f81b044169fe4309f130eba5bcc6ff33aa9666b1b754aa0e524b8c7a627a91000ccc4f93bf93cdee3e97bd3b2184b050878bc3f413f0c72
 SHA512 
f21fd002853e4435421f8396e6be016f65be1537815c60d23940caf26e3f14dd6f2caac802cb64cd586b1b1f1220b2727de347b3d1816b8e741f68d87ebcf03f
-DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv1.0.0.mod 40 BLAKE2B 
ce42c81a7dcb03d21a99d6240ce12f8455297722513497b1a75f2c848b5fb7ef70b577c2406638442f16beedd68806de890a5c299cf1c008c439df23df2f5bb1
 SHA512 
ec4424da8e1e3849408da7bfe83d37e21ac75edb889de8ef63be897d59678679b018f4606be78500952e7eee73a6252ee6e477b1a1612e2d036dbf72c17b9c9b
-DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv1.0.1.mod 40 BLAKE2B 
6cc86f2bceda8617678a251604b6c049cfdc80f9afcae0cead6b2cd04f90fe1b5d5d56d0c29f98fddd7f4ff6fb4a0f97c052193b153dbfc772cf6597d664c09d
 SHA512 
d0c78b8f08d177e05148ce845f8d720fe79a193a420c12ce15504af8fa3dffc4d2fcebea8030f5cca90aff5775013e2252e0c289d4ed5094e07657ea97a79570
-DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv1.0.1.zip 14678 BLAKE2B 
6647c66a45f2dc67b83a1e493bc73d4439de7962f7f1472dc267be9a9408b5ddda66b8ee2fdadf18b2973648035fb3907fe539a8b7ccb768b8c99c4cae573eab
 SHA512 
f973efba5ce7c651d9c3e4e467a1423b00b102034a054874d09977957b7b7e05da06fb4c158e693db7bac01bf601f950cae0d411dc92afd0686d7e1de4cf
-DIST github.com%2Fcespare%2Fxxhash%2Fv2%2F@v%2Fv2.1.1.mod 45 BLAKE2B 
350e937e3f7b254b5c590445a9a7f7cc908daa2a5f208e293ac414d50b46bd29671bb483e55daeedca41d70a42fdcc62ce17fffd9992a932e29153ab6ca1168e
 SHA512 
c1b9f572957bc4ed1ad0c61d22b7b5d6a4c863df2aaeb4cf914e304af21d949c9cfc53dc8eb67aacdf3dd56f339ee6f4a1f5fa464121d9db79b7b3febfb3251b
-DIST github.com%2Fcespare%2Fxxhash%2Fv2%2F@v%2Fv2.1.1.zip 12031 BLAKE2B 
47bd92ee66282b671cdfea60969710e371540e79b3c1e2f510380e3dbbfe40ff76be23ab48f44855b1cbbbed7cdbfc4f1ea21bc4bd7a37716de7c27a7ef81329
 SHA512 

  1   2   3   >