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

2020-07-31 Thread Jeroen Roovers
commit: 59c6e60de0ac0651768cf6893f3b56d0a681402e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug  1 06:41:22 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug  1 06:41:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c6e60d

x11-drivers/nvidia-drivers: Guard modprobe.d mangling with USE=driver

Closes: https://bugs.gentoo.org/735008
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
index 298817edf68..dc1b42d6f30 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
@@ -440,9 +440,6 @@ src_install-libs() {
 pkg_preinst() {
if use driver && use kernel_linux; then
linux-mod_pkg_preinst
-   fi
-
-   if use kernel_linux; then
local videogroup="$(getent group video | cut -d ':' -f 3)"
if [ -z "${videogroup}" ]; then
eerror "Failed to determine the video group gid"



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

2020-07-31 Thread Jeroen Roovers
commit: 566e092cfa32dbcdadd96d2d748e1bd36309226c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug  1 06:36:51 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug  1 06:37:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566e092c

app-admin/sshguard: Version 2.4.1

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

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-2.4.1.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 4ef05135180..629f144fe4b 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1 +1,2 @@
 DIST sshguard-2.4.0.tar.gz 771506 BLAKE2B 
82e9caf70dc9a1ba9ef6ba1c0916424a74891c84069a4a879c9057f3baea32af68f35d8b31cacdd60d323f5ec7b02a6e12aff1ec72fc0291b74c4882cd441d93
 SHA512 
64293700ef85f0843c333c3a27b04c5b2f69bf8dddf46353a371d4178915deb931362b3641ded0eeb5365f30cb63ce6ce17256d8d094383d1cfe661065b9c1c6
+DIST sshguard-2.4.1.tar.gz 723940 BLAKE2B 
04e72b9959ef3ead418d2a6fe8029b0806a4d91c91f7cd36c236c7203cca1afc67305b21de0b1dee1594b188564f201ff2770d54d4c57c54b4d23db15e0298a0
 SHA512 
bae7485d963454f2a6dc4b7d96506b03fb49013fe3ab3d81e315ea88bd8067e7a2305cdf25e411720ac014a68ee9635cdbcef65a7dc806b7fc942f099a9d5ba8

diff --git a/app-admin/sshguard/sshguard-2.4.1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1.ebuild
new file mode 100644
index 000..99d5bbe8f10
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="protects hosts from brute force attacks against ssh"
+HOMEPAGE="https://www.sshguard.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="
+   sys-devel/flex
+"
+RDEPEND="
+   virtual/logger
+"
+DOCS=(
+   CHANGELOG.rst
+   CONTRIBUTING.rst
+   README.rst
+   examples/net.sshguard.plist
+   examples/sshguard.service
+   examples/whitelistfile.example
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+)
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+}



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

2020-07-31 Thread Patrice Clement
commit: 55c108264f2be947c15afe7f7378af85264711d2
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jul 31 19:21:01 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Aug  1 05:53:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c10826

app-eselect/eselect-vi: clean up old.

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

 app-eselect/eselect-vi/Manifest   |  1 -
 app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild | 19 ---
 app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild| 20 
 3 files changed, 40 deletions(-)

diff --git a/app-eselect/eselect-vi/Manifest b/app-eselect/eselect-vi/Manifest
index 078f713a881..c34b57b3cdc 100644
--- a/app-eselect/eselect-vi/Manifest
+++ b/app-eselect/eselect-vi/Manifest
@@ -1,2 +1 @@
-DIST eselect-vi-1.1.9.tar.xz 6236 BLAKE2B 
09853ac48d1f904de5602244306ab35cb0597d14ddfbb1865ee54adf53bf190df6574cb5d8c27e3e41b12768c79f10ed1482b7ffb66015375b0214d32d17dbe3
 SHA512 
618c83d1e93a6c137b1c787c9bf9df19b68b7ef6679ba6179f13582f67e494d365da778b4646aff4af7196399468204c249e59e104a69851bb411fff1b3d038f
 DIST eselect-vi-1.2.tar.gz 2078 BLAKE2B 
0f78afe201d9db72de005e035fd044435faf76b0027ce570cad09f3b4f0f497631f57107222de5e649c8badc0cbc3172edd1f1600e5b7bee8ba6f78b2ae9277a
 SHA512 
77ec5281a25156d4a6c4b35fb154aa5837e4d2335637ecdb66a75984419439526f2215abe39a4d08e68d8dd3e337f47947f5a8fbf89ae7ecca8631e7dbf50dc5

diff --git a/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild 
b/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild
deleted file mode 100644
index babee4ae596..000
--- a/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Manages the /usr/bin/vi symlink"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-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="app-admin/eselect"
-
-src_install() {
-   insinto /usr/share/eselect/modules
-   doins vi.eselect
-}

diff --git a/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild 
b/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild
deleted file mode 100644
index 63b066d61b9..000
--- a/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Manages the /usr/bin/vi symlink"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-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"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.0.6"
-
-src_install() {
-   insinto /usr/share/eselect/modules
-   doins vi.eselect
-}



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

2020-07-31 Thread Aaron W. Swenson
commit: 32fe2e0afd4604e906226748ab41b9f3202188c3
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sat Aug  1 03:45:24 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Sat Aug  1 03:45:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fe2e0a

dev-python/pygresql: Bump to 5.2

Add patch to remove excess CFLAGS. Thanks, Jeroen Roovers.

Bug: https://bugs.gentoo.org/688286
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-python/pygresql/Manifest   |  1 +
 .../pygresql/files/pygresql-5.1-CFLAGS.patch   | 11 
 .../pygresql/files/pygresql-5.2-CFLAGS.patch   | 11 
 dev-python/pygresql/pygresql-5.2.ebuild| 33 ++
 4 files changed, 56 insertions(+)

diff --git a/dev-python/pygresql/Manifest b/dev-python/pygresql/Manifest
index 70883cb9ae0..e2878553a9e 100644
--- a/dev-python/pygresql/Manifest
+++ b/dev-python/pygresql/Manifest
@@ -1 +1,2 @@
 DIST PyGreSQL-5.1.tar.gz 642216 BLAKE2B 
4f3ff4e59c47d86007884b41355ec5cbc3893ba21e3e5b7a354aab698dde947622ba4b7a1590325ae36f132759e26f37868844c3c21605ead068261129331453
 SHA512 
d36be0f121c20469193600c551e15b430fdc9e44db00e4ae7adb4985697ddc5653f52fb642b0f3de8316fb916616d07ac1ef03e1e6b20043b7cace131b232a3a
+DIST PyGreSQL-5.2.tar.gz 267557 BLAKE2B 
92c2c0810a9b763fc2e9fec2e920ca1e21da4eb4ede5f2e20f66fd385ccc623fd9fe74075c6b995c6ea6348df76dcd723c8e4b6d83afdb53c978c02cc5220e49
 SHA512 
ce1cd29c714ab863dbdc7dde920f8938b115535ae3a0b54c770d7648f05011a716d604eec2d73c321fe2a408e64bcd9208c204856e5ddb0e0675ef7c076e4da7

diff --git a/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch 
b/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch
new file mode 100644
index 000..480d0a3dc4c
--- /dev/null
+++ b/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
 b/setup.py
+@@ -101,7 +101,7 @@
+ library_dirs = [get_python_lib(), pg_config('libdir')]
+ define_macros = [('PYGRESQL_VERSION', version)]
+ undef_macros = []
+-extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Werror']
++extra_compile_args = ['-funsigned-char', '-Wall']
+ 
+ 
+ class build_pg_ext(build_ext):

diff --git a/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch 
b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch
new file mode 100644
index 000..24b9da21d16
--- /dev/null
+++ b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
 b/setup.py
+@@ -95,7 +95,7 @@
+ library_dirs = [get_python_lib(), pg_config('libdir')]
+ define_macros = [('PYGRESQL_VERSION', version)]
+ undef_macros = []
+-extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Wconversion']
++extra_compile_args = ['-funsigned-char', '-Wall']
+ 
+ 
+ class build_pg_ext(build_ext):

diff --git a/dev-python/pygresql/pygresql-5.2.ebuild 
b/dev-python/pygresql/pygresql-5.2.ebuild
new file mode 100644
index 000..849038866a6
--- /dev/null
+++ b/dev-python/pygresql/pygresql-5.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+POSTGRES_COMPAT=( 9.{5..6} {10..12} )
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit distutils-r1 postgres
+
+MY_P="PyGreSQL-${PV}"
+
+DESCRIPTION="A Python interface for the PostgreSQL database"
+HOMEPAGE="https://pygresql.org/";
+SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz"
+
+LICENSE="POSTGRESQL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="${POSTGRES_DEP}"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.2-CFLAGS.patch
+)
+
+python_install_all() {
+   local DOCS=( docs/*.rst docs/community/* docs/contents/tutorial.rst )
+
+   distutils-r1_python_install_all
+}



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

2020-07-31 Thread Lars Wendler
commit: 8e30a7e97478e945bf2043c9d77f4d199236e9a4
Author: David Michael  gmail  com>
AuthorDate: Sat Aug  1 02:19:59 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug  1 02:20:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e30a7e9

sys-apps/pciutils: Move virtual/pkgconfig to BDEPEND

Closes: https://bugs.gentoo.org/734996
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/pciutils/pciutils-3.6.4.ebuild | 5 +
 sys-apps/pciutils/pciutils-3.7.0.ebuild | 5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/sys-apps/pciutils/pciutils-3.6.4.ebuild 
b/sys-apps/pciutils/pciutils-3.6.4.ebuild
index 14eca374e83..0669046026a 100644
--- a/sys-apps/pciutils/pciutils-3.6.4.ebuild
+++ b/sys-apps/pciutils/pciutils-3.6.4.ebuild
@@ -29,10 +29,7 @@ RDEPEND="
${DEPEND}
sys-apps/hwids
 "
-DEPEND="
-   ${DEPEND}
-   kmod? ( virtual/pkgconfig )
-"
+BDEPEND="kmod? ( virtual/pkgconfig )"
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.1.9-static-pc.patch

diff --git a/sys-apps/pciutils/pciutils-3.7.0.ebuild 
b/sys-apps/pciutils/pciutils-3.7.0.ebuild
index cc2e5824111..5f2028a8600 100644
--- a/sys-apps/pciutils/pciutils-3.7.0.ebuild
+++ b/sys-apps/pciutils/pciutils-3.7.0.ebuild
@@ -29,10 +29,7 @@ RDEPEND="
${DEPEND}
sys-apps/hwids
 "
-DEPEND="
-   ${DEPEND}
-   kmod? ( virtual/pkgconfig )
-"
+BDEPEND="kmod? ( virtual/pkgconfig )"
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.1.9-static-pc.patch



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

2020-07-31 Thread Zac Medico
commit: ab9ce26be2f95cef697f7de35c6c198ffc6a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug  1 01:33:05 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug  1 01:56:29 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ab9c

Fix R0205 across all of repo.

Do not need to inherit object in py3.

All tests passed.

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

 bin/chpathtool.py|  2 +-
 bin/doins.py | 10 +-
 bin/ebuild-ipc.py|  2 +-
 bin/egencache|  8 
 bin/portageq |  2 +-
 bin/socks5-server.py |  2 +-
 runtests |  2 +-
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/bin/chpathtool.py b/bin/chpathtool.py
index c036046ae..120c1c93d 100755
--- a/bin/chpathtool.py
+++ b/bin/chpathtool.py
@@ -27,7 +27,7 @@ else:
# magic module seems to be broken
magic = None
 
-class IsTextFile(object):
+class IsTextFile:
 
def __init__(self):
if magic is not None:

diff --git a/bin/doins.py b/bin/doins.py
index a08e3f8c9..4929cb90a 100644
--- a/bin/doins.py
+++ b/bin/doins.py
@@ -150,7 +150,7 @@ def _set_timestamps(source_stat, dest):
os.utime(dest, ns=(source_stat.st_atime_ns, source_stat.st_mtime_ns))
 
 
-class _InsInProcessInstallRunner(object):
+class _InsInProcessInstallRunner:
"""Implements `install` command behavior running in a process."""
 
def __init__(self, opts, parsed_options):
@@ -257,7 +257,7 @@ class _InsInProcessInstallRunner(object):
return False
 
 
-class _InsSubprocessInstallRunner(object):
+class _InsSubprocessInstallRunner:
"""Runs `install` command in a subprocess to install a file."""
 
def __init__(self, split_options):
@@ -283,7 +283,7 @@ class _InsSubprocessInstallRunner(object):
return subprocess.call(command) == 0
 
 
-class _DirInProcessInstallRunner(object):
+class _DirInProcessInstallRunner:
"""Implements `install` command behavior running in a process."""
 
def __init__(self, parsed_options):
@@ -309,7 +309,7 @@ class _DirInProcessInstallRunner(object):
_set_attributes(self._parsed_options, dest)
 
 
-class _DirSubprocessInstallRunner(object):
+class _DirSubprocessInstallRunner:
"""Runs `install` command to create a directory."""
 
def __init__(self, split_options):
@@ -331,7 +331,7 @@ class _DirSubprocessInstallRunner(object):
subprocess.check_call(command)
 
 
-class _InstallRunner(object):
+class _InstallRunner:
"""Handles `install` command operation.
 
Runs operations which `install` command should work. If possible,

diff --git a/bin/ebuild-ipc.py b/bin/ebuild-ipc.py
index d68d3f05e..be4a320ce 100755
--- a/bin/ebuild-ipc.py
+++ b/bin/ebuild-ipc.py
@@ -100,7 +100,7 @@ class FifoWriter(AbstractPollTask):
os.close(self._fd)
self._fd = None
 
-class EbuildIpc(object):
+class EbuildIpc:
 
# Timeout for each individual communication attempt (we retry
# as long as the daemon process appears to be alive).

diff --git a/bin/egencache b/bin/egencache
index 199d212ee..e3d7cbfc3 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -238,7 +238,7 @@ def parse_args(args):
 
return parser, options, args
 
-class GenCache(object):
+class GenCache:
def __init__(self, portdb, cp_iter=None, max_jobs=None, max_load=None,
rsync=False):
# The caller must set portdb.porttrees in order to constrain
@@ -447,7 +447,7 @@ class GenCache(object):
if hasattr(trg_cache, '_prune_empty_dirs'):
trg_cache._prune_empty_dirs()
 
-class GenPkgDescIndex(object):
+class GenPkgDescIndex:
def __init__(self, portdb, output_file):
self.returncode = os.EX_OK
self._portdb = portdb
@@ -470,7 +470,7 @@ class GenPkgDescIndex(object):
 
f.close()
 
-class GenUseLocalDesc(object):
+class GenUseLocalDesc:
def __init__(self, portdb, output=None,
preserve_comments=False):
self.returncode = os.EX_OK
@@ -665,7 +665,7 @@ class GenUseLocalDesc(object):
os.utime(desc_path, (mtime, mtime))
 
 
-class GenChangeLogs(object):
+class GenChangeLogs:
def __init__(self, portdb, changelog_output, changelog_reversed,
max_jobs=None, max_load=None):
self.returncode = os.EX_OK

diff --git a/bin/portageq b/bin/portageq
index f8fc236d1..9fe5d68c1 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -1020,7 +1020,7 @@ docstrings['list_preserved_libs'] = """
 list_preserved_libs.__doc__ = docstrings['list_preserved_libs']
 
 
-class MaintainerEmailMatcher(object):
+class MaintainerEmailMatcher:
def __init__(self, maintainer_emails):
self._re = re.compile("^(%s)$"

[gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/

2020-07-31 Thread Georgy Yakovlev
commit: a0323749bc272b610aabd761cb96f229f90f6226
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Aug  1 00:49:56 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Aug  1 00:50:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0323749

x11-terms/alacritty: sync live ebuild keywords

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

 x11-terms/alacritty/alacritty-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/alacritty/alacritty-.ebuild 
b/x11-terms/alacritty/alacritty-.ebuild
index 8be42023f10..25fe5e7ad92 100644
--- a/x11-terms/alacritty/alacritty-.ebuild
+++ b/x11-terms/alacritty/alacritty-.ebuild
@@ -21,7 +21,7 @@ if [ ${PV} == "" ] ; then
 else
SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
-   KEYWORDS="~amd64 ~ppc64"
+   KEYWORDS="~amd64 ~arm64 ~ppc64"
 fi
 
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD BSD-2 
CC0-1.0 FTL ISC MIT MPL-2.0 Unlicense WTFPL-2 ZLIB"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/

2020-07-31 Thread Georgy Yakovlev
commit: c026cf1ce0a1423caff5e68f20fd443e9e2f8d8e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Aug  1 00:48:17 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Aug  1 00:50:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c026cf1c

x11-terms/alacritty: bump to 0.5.0

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

 x11-terms/alacritty/Manifest   | 3 ++-
 .../alacritty/{alacritty-0.5.0_rc1.ebuild => alacritty-0.5.0.ebuild}   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index e52751918d8..85bc9df119b 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -4,7 +4,7 @@ DIST adler32-1.1.0.crate 5442 BLAKE2B 
1a4d932402a584fa6edda414c0dedff4994afcee7b
 DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
 DIST aho-corasick-0.7.13.crate 111381 BLAKE2B 
08efdd762a12cbafabfb6c1c6f8b87465b337ea006d48e612c5275f796e4d62aa0a595bcda783f7a58b1e2655b9b35333033806215518f097b6671888d152e0f
 SHA512 
9bd3c12559d6bdb1ce798a62c59a202771b48125afb6e1b5be76cad13d750d9bedd7acd77d69557e34a698b17ed7da6832a7813d48ee2627f4a2abd5e04263e6
 DIST alacritty-0.4.3.tar.gz 1488401 BLAKE2B 
0c4b622ec2dfbd45d4e3e99f6c83b0c0cc798cdac1b72d828e14f06242cdc796c29d78317c11e41126cad0e81677e1be8c7ae0ef911cfd3afe99445b4a1c73ce
 SHA512 
1c1a50098fe7c2dfa5fc75e5fd2632de0c60d8ceba5316de15910a9ece7d5385ead765075b87c5154171a908e5d7c78f519d3a2991eccb313aae766208007402
-DIST alacritty-0.5.0_rc1.tar.gz 1524504 BLAKE2B 
30eaa7b65cc435d5caed20609280dba0f87ddd155bebbdb32de07f2a16cc2dd47375a0ac251f64059943569a97873cae662c9ab14bd829ad85cc5b76b5927053
 SHA512 
be08b13dcb274bfcd9bf64711c1d01e134233f9b89aa401c4e9f0b844e69169dffb337f270c51bdfb8b8969270cec25d5db888ebf283150f3ba59b8e4dc3262e
+DIST alacritty-0.5.0.tar.gz 1500418 BLAKE2B 
c6f727c1d13ab6e831b0b434ad821045c6045f791ff35cbdc93f629dae945adeaba58485d8dc4f6655a7bea6de3cd8b6ed6002827dfe6a8825bd5f255ddb21dc
 SHA512 
53ecda7996473890eea90b01b3f71c32d07abc38072dbc40ef3ccbc500a747af866e5b5aeea0ae0b85dc17e0b3c16fc9c5e3bae1a0d0f9a88c5ac264f51af62e
 DIST andrew-0.2.1.crate 9595 BLAKE2B 
d2cf73285889aaf702fb994fd1d5a1011e0f78011a612937ad9f06f506ef75c86fb82ee1069a8f520b926325a4363d83863234e1fd2a2fcd08ead5ff66b638c5
 SHA512 
06ba5a756e0d84953dcb1cd1714d1639e67e836dcdd92f5f77c2b35a2afdf0b0babcdf598e2c5cf2dc8661c8326bc27b1ac3c9963a5fcbc2e0c753da6ac730ea
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b
 DIST android_log-sys-0.1.2.crate 5806 BLAKE2B 
354e1a8fd046a0a0931752876560bc7fa720524d20715f5ddb49b80589dc0cf6a23fb13a9cbfbb3a7a823de90f76f6bdc336304d028d8857da2a4348e8483cf7
 SHA512 
36bd43f2aa244ab085a8addc972753897c7dbc66a648981cd20301f3e67f097713f2397d3bb7011dfac1f60742804697ebab4070346351380fbd653b4b56cbce
@@ -58,6 +58,7 @@ DIST core-text-15.0.0.crate 15538 BLAKE2B 
3cd535a4fbd367ef9208877e640d00c445e0ef
 DIST core-video-sys-0.1.4.crate 10568 BLAKE2B 
aef062d1b1047d50d02e932413c7d24cf316d5b1d6947895ec2face253d26adc75811c4fb60535a35c2a0c87af6d3bb7b9e62dfe5421ee218356126a2a6c3bb7
 SHA512 
a6d3b0f78aebe7b64276f3accffb5d5b2ff23a19b9cb3dcf69a47b310098de8c85255c579cff8a7a711304c1f19b9fb1d8259c5eb511b617faac0da53e417bf2
 DIST crc32fast-1.2.0.crate 39161 BLAKE2B 
f71c85801f945602d53f93ce251c978c91f63fcd92fecba5083fff0f06738697e99d92c17a824605d5d56b3224db224ff32e4b147b6f6af47ae714dcd511e7cd
 SHA512 
2ee73e0642f83e28034c1baca65156e65d751214e83f2a4ce94b6add5ba11f74ffc80832a3348ece1c099367be2b11e820dfb349fae89fbced1b68bd6b0466f0
 DIST crossbeam-utils-0.7.2.crate 34338 BLAKE2B 
3cb287c7741c4d5b0551331634a75b066f07fb4b55fa2b347370506467a05923254b1c4dca667de59ed91ff91f5496b37f40f13d3e9885a1b4f639f5b6748433
 SHA512 
e375f24c007bcf660d9e297527ed938f678a55696ca7b555b96fee7e0b94c31db2d3f4355675aa0baeadba68b9755ec92dc3a09a37b5db48e3723b926fd4a8f3
+DIST crossfont-0.1.0.crate 26292 BLAKE2B 
f658437c4c3877ed5a51b67f5e1b7a2fd06b19d824137296d04785d3922af22395df90b33ed760b3e5f93f357d0ad296984c16d1ae15c7dab6dc9e5fdb33840a
 SHA512 
1ebd82de281b704dc2d59452534eeb591894238883ec7e33c45191a463402314c6b16eb5d212117c17cbfdf64a65e49b7e7046cae59cc1eefccc6b1a94078aa3
 DIST deflate-0.8.4.crate 62021 BLAKE2B 
2127108c8c4b0e15435e39965219d7615ecfb24623703ea53bde36e5a70b4678549d959fffe090083726e6e159534402b4a78ce08a054697969d8d361134321a
 SHA512 
994bbf6720584b96987a32a0e391e4c0d173f19ed0e6d4a

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

2020-07-31 Thread Sam James
commit: 73c71e438d21f1044e5201e50638fef5801e67f0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 23:33:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 23:33:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c71e43

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

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

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

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

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



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

2020-07-31 Thread Sam James
commit: ab5654b1b476f9b797c0ca01a61df8c46701bba3
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 23:31:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 23:31:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5654b1

app-portage/eix: arm stable (bug #734528)

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

 app-portage/eix/eix-0.34.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.34.4.ebuild 
b/app-portage/eix/eix-0.34.4.ebuild
index e82ea6e4f7e..f649599cb6e 100644
--- a/app-portage/eix/eix-0.34.4.ebuild
+++ b/app-portage/eix/eix-0.34.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



[gentoo-commits] proj/portage:master commit in: lib/portage/repository/storage/, lib/portage/tests/sync/

2020-07-31 Thread Zac Medico
commit: b0c535b7310e7724d8feb0570b827d38c5d17fc3
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jul 31 21:40:53 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jul 31 22:00:21 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b0c535b7

HardlinkRcuRepoStorage: handle removed sync-rcu-store-dir (bug 734990)

If SyncManager.pre_sync creates an empty directory where
self._latest_symlink is suppose to be (which is normal if
sync-rcu-store-dir has been removed), then we need to remove
the directory or else rename will raise IsADirectoryError
when we try to replace the directory with a symlink.

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

 lib/portage/repository/storage/hardlink_rcu.py | 13 -
 lib/portage/tests/sync/test_sync_local.py  | 10 --
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/lib/portage/repository/storage/hardlink_rcu.py 
b/lib/portage/repository/storage/hardlink_rcu.py
index 80cdbb0d7..bb2c8496b 100644
--- a/lib/portage/repository/storage/hardlink_rcu.py
+++ b/lib/portage/repository/storage/hardlink_rcu.py
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Foundation
+# Copyright 2018-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import datetime
@@ -204,6 +204,17 @@ class HardlinkRcuRepoStorage(RepoStorageInterface):
except OSError:
pass
os.symlink('snapshots/{}'.format(new_id), new_symlink)
+
+   # If SyncManager.pre_sync creates an empty directory where
+   # self._latest_symlink is suppose to be (which is normal if
+   # sync-rcu-store-dir has been removed), then we need to remove
+   # the directory or else rename will raise IsADirectoryError
+   # when we try to replace the directory with a symlink.
+   try:
+   os.rmdir(self._latest_symlink)
+   except OSError:
+   pass
+
os.rename(new_symlink, self._latest_symlink)
 
try:

diff --git a/lib/portage/tests/sync/test_sync_local.py 
b/lib/portage/tests/sync/test_sync_local.py
index 08dd4fe57..efd61aac8 100644
--- a/lib/portage/tests/sync/test_sync_local.py
+++ b/lib/portage/tests/sync/test_sync_local.py
@@ -1,4 +1,4 @@
-# Copyright 2014-2015 Gentoo Foundation
+# Copyright 2014-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import datetime
@@ -71,6 +71,7 @@ class SyncLocalTestCase(TestCase):
distdir = os.path.join(eprefix, "distdir")
repo = settings.repositories["test_repo"]
metadata_dir = os.path.join(repo.location, "metadata")
+   rcu_store_dir = os.path.join(eprefix, 
'var/repositories/test_repo_rcu_storedir')
 
cmds = {}
for cmd in ("emerge", "emaint"):
@@ -191,6 +192,10 @@ class SyncLocalTestCase(TestCase):
(homedir, lambda: os.mkdir(repo.user_location)),
)
 
+   delete_rcu_store_dir = (
+   (homedir, lambda: shutil.rmtree(rcu_store_dir)),
+   )
+
revert_rcu_layout = (
(homedir, lambda: os.rename(repo.user_location, 
repo.user_location + '.bak')),
(homedir, lambda: 
os.rename(os.path.realpath(repo.user_location + '.bak'), repo.user_location)),
@@ -289,7 +294,8 @@ class SyncLocalTestCase(TestCase):
for cwd, cmd in rename_repo + sync_cmds_auto_sync + 
sync_cmds + \
rsync_opts_repos + rsync_opts_repos_default + \
rsync_opts_repos_default_ovr + 
rsync_opts_repos_default_cancel + \
-   bump_timestamp_cmds + sync_rsync_rcu + 
sync_cmds + revert_rcu_layout + \
+   bump_timestamp_cmds + sync_rsync_rcu + 
sync_cmds + delete_rcu_store_dir + \
+   sync_cmds + revert_rcu_layout + \
delete_repo_location + sync_cmds + sync_cmds + \
bump_timestamp_cmds + sync_cmds + 
revert_rcu_layout + \
delete_sync_repo + git_repo_create + 
sync_type_git + \



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

2020-07-31 Thread Sergei Trofimovich
commit: 2c23391ce06682d82c5ea1de6f458323b9b8dcc7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 22:52:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 22:53:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c23391c

dev-lang/nim: bump up to 1.2.6

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

 dev-lang/nim/Manifest |  1 +
 dev-lang/nim/nim-1.2.6.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/dev-lang/nim/Manifest b/dev-lang/nim/Manifest
index cf08663261a..43759856369 100644
--- a/dev-lang/nim/Manifest
+++ b/dev-lang/nim/Manifest
@@ -1 +1,2 @@
 DIST nim-1.2.4.tar.xz 5680128 BLAKE2B 
d8bb186862bf8c8e7e20dd5d1035013c6d48de777512658736ddcd49723e5789dc1e8fe6b5dc8bfbda36d204aeaeba3fdb4e10c6d7955fdc47d9fe78ce17082c
 SHA512 
ed5dd7a744229685c9c034700eb0f7d7c51030ea344c1c371cf2731632fd3376b577a3a9731ed79d65a8fb69f3507a8a88408f2e5c46359a8bbd3b3092d991cc
+DIST nim-1.2.6.tar.xz 5688752 BLAKE2B 
8865df1c508b9c21a2808c0eed8c6cd294f57829e8b75a3c3b70964b45ae7a29ae1670763447ba4f7135ce8ef55e696db1a5cd0a9d563d2174c7212c41d9d268
 SHA512 
ef59bbb0d4b05bd13624ea7da7182f1d73ffb31c7b34f5928b7e0411809fd70d1898fba9bb02441dc9ce802cd8accaf59448aef5b457e64de73c2ffbbcd53fbc

diff --git a/dev-lang/nim/nim-1.2.6.ebuild b/dev-lang/nim/nim-1.2.6.ebuild
new file mode 100644
index 000..78fadad3c55
--- /dev/null
+++ b/dev-lang/nim/nim-1.2.6.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 multiprocessing toolchain-funcs
+
+DESCRIPTION="compiled, garbage-collected systems programming language"
+HOMEPAGE="https://nim-lang.org/";
+SRC_URI="https://nim-lang.org/download/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc +readline test"
+
+RESTRICT=test # need to sort out depends and numerous failures
+
+RDEPEND="
+   readline? ( sys-libs/readline:0= )
+"
+DEPEND="
+   ${DEPEND}
+   test? ( net-libs/nodejs )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.20.0-paths.patch
+)
+
+_run() {
+   echo "$@"
+   "$@" || die "'$*' failed"
+}
+
+nim_use_enable() {
+   [[ -z $2 ]] && die "usage: nim_use_enable  "
+   use $1 && echo "-d:$2"
+}
+
+src_configure() {
+   export XDG_CACHE_HOME=${T}/cache #667182
+   tc-export CC LD
+
+   # Override default CC=gcc.
+   echo "gcc.exe= \"$(tc-getCC)\"" >> config/nim.cfg || die
+   echo "gcc.linkerexe  = \"$(tc-getCC)\"" >> config/nim.cfg || die
+}
+
+src_compile() {
+
+   _run ./build.sh
+
+   _run ./bin/nim --parallelBuild:$(makeopts_jobs) c koch
+   _run ./koch boot --parallelBuild:$(makeopts_jobs) -d:release 
$(nim_use_enable readline useGnuReadline)
+   # build nimble and friends
+   # --stable to avoid pulling HEAD nimble
+   PATH="./bin:$PATH" _run ./koch --stable tools 
--parallelBuild:$(makeopts_jobs)
+
+   if use doc; then
+   # TODO: '--parallelBuild:' does ont seem to work
+   PATH="./bin:$PATH" _run ./koch doc 
--parallelBuild:$(makeopts_jobs)
+   fi
+}
+
+src_test() {
+   PATH="./bin:$PATH" _run ./koch test --parallelBuild:$(makeopts_jobs)
+}
+
+src_install() {
+   PATH="./bin:$PATH" _run ./koch install "${ED}"
+   rm -r "${ED}/usr/share/nim/doc" || die "failed to remove 'doc'"
+
+   exeinto /usr/bin
+
+   local bin_exe
+   for bin_exe in bin/*; do
+   # './koch install' installs only 'nim' binary
+   # but not the rest
+   [[ ${bin_exe} == bin/nim ]] && continue
+   doexe "${bin_exe}"
+   done
+
+   use doc && dodoc doc/html/*.html
+   newbashcomp tools/nim.bash-completion ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/

2020-07-31 Thread Lars Wendler
commit: 2dc29d2c7f780c2bcf10d234fe070ad6ce68d491
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jul 31 22:51:00 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jul 31 22:51:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc29d2c

sys-auth/polkit: QA: insinto/doins -> docinto/dodoc (where appropriate)

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

 sys-auth/polkit/polkit-0.115-r4.ebuild | 4 ++--
 sys-auth/polkit/polkit-0.116-r1.ebuild | 4 ++--
 sys-auth/polkit/polkit-0.117.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-auth/polkit/polkit-0.115-r4.ebuild 
b/sys-auth/polkit/polkit-0.115-r4.ebuild
index b55906b724d..675bff79710 100644
--- a/sys-auth/polkit/polkit-0.115-r4.ebuild
+++ b/sys-auth/polkit/polkit-0.115-r4.ebuild
@@ -131,8 +131,8 @@ src_install() {
keepdir /var/lib/polkit-1
 
if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins src/examples/{*.c,*.policy*}
+   docinto examples
+   dodoc src/examples/{*.c,*.policy*}
fi
 
find "${ED}" -name '*.la' -delete || die

diff --git a/sys-auth/polkit/polkit-0.116-r1.ebuild 
b/sys-auth/polkit/polkit-0.116-r1.ebuild
index 313fda9c158..0dd63c22b5a 100644
--- a/sys-auth/polkit/polkit-0.116-r1.ebuild
+++ b/sys-auth/polkit/polkit-0.116-r1.ebuild
@@ -116,8 +116,8 @@ src_install() {
default
 
if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins src/examples/{*.c,*.policy*}
+   docinto examples
+   dodoc src/examples/{*.c,*.policy*}
fi
 
diropts -m 0700 -o polkitd

diff --git a/sys-auth/polkit/polkit-0.117.ebuild 
b/sys-auth/polkit/polkit-0.117.ebuild
index 0ffdf57ace0..550786e5534 100644
--- a/sys-auth/polkit/polkit-0.117.ebuild
+++ b/sys-auth/polkit/polkit-0.117.ebuild
@@ -116,8 +116,8 @@ src_install() {
default
 
if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins src/examples/{*.c,*.policy*}
+   docinto examples
+   dodoc src/examples/{*.c,*.policy*}
fi
 
diropts -m 0700 -o polkitd



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

2020-07-31 Thread Sergei Trofimovich
commit: afa7b6902ad128304e23831b0187b5532cd0a020
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 22:45:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 22:45:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa7b690

dev-util/diffoscope: bump up to 154

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

 dev-util/diffoscope/Manifest  |  1 +
 dev-util/diffoscope/diffoscope-154.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index eb3a66cf3a8..566e8359a0a 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1 +1,2 @@
 DIST diffoscope-153.tar.gz 1571168 BLAKE2B 
3fea8884d733b947c629f2797c2f3f27e41233494e4e930bf4913f444d5dbd815478f7acd7f714e30ec711c23a7cfe41191e4edee0e08edbd583953397a4d9de
 SHA512 
500f866cfd0d0a5adfff3d98be68fa4d52c1f438668b5dbd30f40913523de069e7b53bfae3ece854b22e4860c56e4359240e92419b3b2a7a1981dac9358a3876
+DIST diffoscope-154.tar.gz 1571220 BLAKE2B 
84b7a282180b4f8d3b374dac8e3514b3bb7d3fda3b40db757dad98e02174da27a35243bd9b23f2b905ea59dc8c9a85d9cef6d436d9c705ca57b379dfb7b4
 SHA512 
f3a21deb9542c7ec7fc9929685d57ef97739d86f8e5227e212aaf3984a53df88f3224b2f4ba6254fde76f1858cbae83fea138e3c914a47625a62c6e6607ed28f

diff --git a/dev-util/diffoscope/diffoscope-154.ebuild 
b/dev-util/diffoscope/diffoscope-154.ebuild
new file mode 100644
index 000..d705e0c42fc
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-154.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar tcpdump xz zip zstd"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   gzip? ( app-arch/gzip )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( virtual/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   xz? ( app-arch/xz-utils )
+   zip? ( app-arch/unzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/passff-host/

2020-07-31 Thread Matt Turner
commit: ae30dcf121c8a24dff3f907b331466e1898b455c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 31 22:32:59 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 31 22:34:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae30dcf1

www-plugins/passff-host: Add Python 3.8 and 3.9 compatibility

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

 www-plugins/passff-host/passff-host-1.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild 
b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
index ae62d7aaca1..ec245115cb0 100644
--- a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/passff-host/

2020-07-31 Thread Matt Turner
commit: 95a4a139cf9357f3fffc76708206095505525bb5
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 31 22:33:38 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 31 22:34:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a4a139

www-plugins/passff-host: Drop old versions

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

 www-plugins/passff-host/passff-host-1.2.1.ebuild | 57 
 1 file changed, 57 deletions(-)

diff --git a/www-plugins/passff-host/passff-host-1.2.1.ebuild 
b/www-plugins/passff-host/passff-host-1.2.1.ebuild
deleted file mode 100644
index 3dd1e204515..000
--- a/www-plugins/passff-host/passff-host-1.2.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2018-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Host app for the PassFF WebExtension"
-HOMEPAGE="https://github.com/passff/passff-host";
-
-SRC_URI="
-   https://github.com/passff/passff-host/releases/download/${PV}/passff.py 
-> ${P}.py
-   
https://github.com/passff/passff-host/releases/download/${PV}/passff.json -> 
${P}.json
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="chrome chromium firefox vivaldi"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   || ( chrome chromium firefox vivaldi )
-"
-
-RDEPEND="${PYTHON_DEPS}"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   cp "${DISTDIR}/${P}.json" . || die
-   cp "${DISTDIR}/${P}.py" . || die
-}
-
-src_prepare() {
-   default
-   python_fix_shebang "${P}.py"
-}
-
-src_install() {
-   local target_dirs=()
-
-   use chrome   && target_dirs+=( "/etc/opt/chrome/native-messaging-hosts" 
)
-   use chromium && target_dirs+=( "/etc/chromium/native-messaging-hosts" )
-   use firefox  && target_dirs+=( 
"/usr/$(get_libdir)/mozilla/native-messaging-hosts" )
-   use vivaldi  && target_dirs+=( "/etc/vivaldi/native-messaging-hosts" )
-
-   for target_dir in "${target_dirs[@]}"; do
-   sed "s;PLACEHOLDER;${target_dir}/passff.py;g" "${P}.json" > 
"passff.json" || die
-
-   insinto "${target_dir}"
-   doins passff.json
-   exeinto "${target_dir}"
-   newexe "${P}.py" passff.py
-   done
-}



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

2020-07-31 Thread Aaron Bauman
commit: 628660f60af4237d4e3f526cd39a7e02e4dabdd4
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 19:30:32 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628660f6

dev-python/pytest: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/pytest/pytest-3.10.1.ebuild | 2 +-
 dev-python/pytest/pytest-4.5.0.ebuild  | 2 +-
 dev-python/pytest/pytest-4.6.11.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest/pytest-3.10.1.ebuild 
b/dev-python/pytest/pytest-3.10.1.ebuild
index 58d5ac51c85..d6514cfaade 100644
--- a/dev-python/pytest/pytest-3.10.1.ebuild
+++ b/dev-python/pytest/pytest-3.10.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Simple powerful testing with Python"
-HOMEPAGE="http://pytest.org/";
+HOMEPAGE="https://pytest.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/pytest/pytest-4.5.0.ebuild 
b/dev-python/pytest/pytest-4.5.0.ebuild
index a83f1311e0a..b7645ac3a2c 100644
--- a/dev-python/pytest/pytest-4.5.0.ebuild
+++ b/dev-python/pytest/pytest-4.5.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Simple powerful testing with Python"
-HOMEPAGE="http://pytest.org/";
+HOMEPAGE="https://pytest.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/pytest/pytest-4.6.11.ebuild 
b/dev-python/pytest/pytest-4.6.11.ebuild
index b3224122e35..54d5e917b2c 100644
--- a/dev-python/pytest/pytest-4.6.11.ebuild
+++ b/dev-python/pytest/pytest-4.6.11.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Simple powerful testing with Python"
-HOMEPAGE="http://pytest.org/";
+HOMEPAGE="https://pytest.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2020-07-31 Thread Aaron Bauman
commit: e75cbd3d1dc693729016df6ff782ecf6ae02c05e
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 19:14:38 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75cbd3d

dev-python/cheetah-docs: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild 
b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
index fbb30d45f63..b9d0bf999d2 100644
--- a/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
+++ b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils vcs-clean
 
 DESCRIPTION="Documentation for Cheetah templates"
-HOMEPAGE="http://www.cheetahtemplate.org/";
+HOMEPAGE="https://www.cheetahtemplate.org/";
 SRC_URI="mirror://sourceforge/cheetahtemplate/CheetahDocs-${PV/_alpha/a}.tgz"
 
 IUSE=""



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

2020-07-31 Thread Aaron Bauman
commit: 94a53202a370b0b82983fc54dbddf2b969841810
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 20:06:27 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a53202

dev-python/ryu: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/ryu/ryu-4.26-r1.ebuild 
b/dev-python/ryu/ryu-4.26-r1.ebuild
index 8c8d1c0a7f7..2db1d6e99e7 100644
--- a/dev-python/ryu/ryu-4.26-r1.ebuild
+++ b/dev-python/ryu/ryu-4.26-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Component-based Software-defined Networking Framework"
-HOMEPAGE="http://osrg.github.io/ryu/";
+HOMEPAGE="https://ryu-sdn.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2020-07-31 Thread Aaron Bauman
commit: 6b53a35b76662cd836dc5d871f3dad89eef30f5f
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 19:37:56 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b53a35b

dev-python/qtconsole: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/qtconsole/qtconsole-4.3.1.ebuild | 2 +-
 dev-python/qtconsole/qtconsole-4.7.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qtconsole/qtconsole-4.3.1.ebuild 
b/dev-python/qtconsole/qtconsole-4.3.1.ebuild
index 6ac296b425d..7e9a961abd2 100644
--- a/dev-python/qtconsole/qtconsole-4.3.1.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.3.1.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
-HOMEPAGE="http://jupyter.org";
+HOMEPAGE="https://qtconsole.readthedocs.io";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/qtconsole/qtconsole-4.7.4.ebuild 
b/dev-python/qtconsole/qtconsole-4.7.4.ebuild
index a9b413df261..e8699311b50 100644
--- a/dev-python/qtconsole/qtconsole-4.7.4.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.7.4.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
-HOMEPAGE="http://jupyter.org";
+HOMEPAGE="https://qtconsole.readthedocs.io";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2020-07-31 Thread Aaron Bauman
commit: cdb21acea719a135af9a819f64f951b46b43d922
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Jun  8 19:19:37 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb21ace

dev-python/simpy: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/16868
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/simpy/simpy-3.0.13.ebuild 
b/dev-python/simpy/simpy-3.0.13.ebuild
index c3151ab6865..a0f8108c456 100644
--- a/dev-python/simpy/simpy-3.0.13.ebuild
+++ b/dev-python/simpy/simpy-3.0.13.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_P="${P/simpy/SimPy}"
 
 DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
-HOMEPAGE="http://simpy.readthedocs.org/en/latest/";
+HOMEPAGE="https://simpy.readthedocs.org";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"



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

2020-07-31 Thread Aaron Bauman
commit: c7bb7a06aff1775cf11b79c4476837e250847f0a
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 19:13:24 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bb7a06

dev-python/xlrd: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/xlrd/xlrd-1.2.0.ebuild 
b/dev-python/xlrd/xlrd-1.2.0.ebuild
index d2dac8fad32..04f9088a3b3 100644
--- a/dev-python/xlrd/xlrd-1.2.0.ebuild
+++ b/dev-python/xlrd/xlrd-1.2.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Library to extract data from Microsoft Excel spreadsheets"
-HOMEPAGE="http://www.python-excel.org/";
+HOMEPAGE="https://www.python-excel.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2020-07-31 Thread Aaron Bauman
commit: fef7d815ae2a13fef09cc1289eee853e1e5a0f7c
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 19:17:39 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef7d815

dev-python/cvxopt: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild 
b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild
index c4670120832..df93cd110d8 100644
--- a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild
+++ b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 inherit distutils-r1 toolchain-funcs
 
 DESCRIPTION="Python package for convex optimization"
-HOMEPAGE="http://cvxopt.org/ https://github.com/cvxopt/cvxopt";
+HOMEPAGE="https://cvxopt.org/ https://github.com/cvxopt/cvxopt";
 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"



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

2020-07-31 Thread Aaron Bauman
commit: 6565714984fa5d14bf4f3c313324a7108ce52cb5
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 19:39:54 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65657149

dev-python/sphinx: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/sphinx/sphinx-1.7.5-r2.ebuild | 2 +-
 dev-python/sphinx/sphinx-2.0.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild 
b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
index 22a4885f32a..927ce2b8cf9 100644
--- a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
+++ b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 
 DESCRIPTION="Python documentation generator"
-HOMEPAGE="http://www.sphinx-doc.org/";
+HOMEPAGE="https://www.sphinx-doc.org/";
 SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/sphinx/sphinx-2.0.1-r1.ebuild 
b/dev-python/sphinx/sphinx-2.0.1-r1.ebuild
index d8b720cf8cb..4d651f7dfe6 100644
--- a/dev-python/sphinx/sphinx-2.0.1-r1.ebuild
+++ b/dev-python/sphinx/sphinx-2.0.1-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 
 DESCRIPTION="Python documentation generator"
-HOMEPAGE="http://www.sphinx-doc.org/";
+HOMEPAGE="https://www.sphinx-doc.org/";
 SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
 
 LICENSE="BSD"



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

2020-07-31 Thread Aaron Bauman
commit: 0a053bd41012702c11e33d8a0005bd019056a400
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jun  7 19:18:21 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a053bd4

dev-python/pygraphviz: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/pygraphviz/pygraphviz-1.5.ebuild 
b/dev-python/pygraphviz/pygraphviz-1.5.ebuild
index 12c591bb158..27d4b325bab 100644
--- a/dev-python/pygraphviz/pygraphviz-1.5.ebuild
+++ b/dev-python/pygraphviz/pygraphviz-1.5.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Python wrapper for the Graphviz Agraph data structure"
-HOMEPAGE="http://pygraphviz.github.io/";
+HOMEPAGE="https://pygraphviz.github.io/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"



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

2020-07-31 Thread Sam James
commit: 021f2cc85b04bf76b31ebe9a3289463bd7eb6911
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:10:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021f2cc8

sys-devel/llvmgold: x86 stable (bug #727762)

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

 sys-devel/llvmgold/llvmgold-10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvmgold/llvmgold-10.ebuild 
b/sys-devel/llvmgold/llvmgold-10.ebuild
index bed405a9b6e..065dea585bc 100644
--- a/sys-devel/llvmgold/llvmgold-10.ebuild
+++ b/sys-devel/llvmgold/llvmgold-10.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux"
 IUSE=""
 
 RDEPEND="sys-devel/llvm:${PV}[gold]



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

2020-07-31 Thread Sam James
commit: 168e8f790ce7d99c86164cf10271a121bd309213
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:14:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168e8f79

sys-devel/clang-runtime: x86 stable (bug #727762)

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

 sys-devel/clang-runtime/clang-runtime-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-10.0.0.ebuild 
b/sys-devel/clang-runtime/clang-runtime-10.0.0.ebuild
index 91859516ce2..04d3897324e 100644
--- a/sys-devel/clang-runtime/clang-runtime-10.0.0.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-10.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 



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

2020-07-31 Thread Sam James
commit: 4cce5278e6f8120bb1ebc08460d6ae78ae2c16f1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:09:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cce5278

sys-devel/llvm: x86 stable (bug #727762)

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

 sys-devel/llvm/llvm-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-10.0.0.ebuild 
b/sys-devel/llvm/llvm-10.0.0.ebuild
index 652d6b34d23..5abee337a22 100644
--- a/sys-devel/llvm/llvm-10.0.0.ebuild
+++ b/sys-devel/llvm/llvm-10.0.0.ebuild
@@ -31,7 +31,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2020-07-31 Thread Sam James
commit: 8ea2aef1a45b7aea4d8efd0040a3abcfaedc0f2e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:12:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea2aef1

sys-libs/compiler-rt-sanitizers: x86 stable (bug #727762)

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

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.ebuild
index 7db95db88e4..802b49fc451 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.ebuild
@@ -15,7 +15,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="+clang +libfuzzer +profile +sanitize test +xray elibc_glibc"
 # FIXME: libfuzzer does not enable all its necessary dependencies
 REQUIRED_USE="libfuzzer? ( || ( sanitize xray ) )"



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

2020-07-31 Thread Sam James
commit: ba52b056722b03c00d60f66af677a40f6c2ab304
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:10:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba52b056

sys-devel/lld: x86 stable (bug #727762)

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

 sys-devel/lld/lld-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/lld/lld-10.0.0.ebuild b/sys-devel/lld/lld-10.0.0.ebuild
index 8e9feb37743..69476bd1e16 100644
--- a/sys-devel/lld/lld-10.0.0.ebuild
+++ b/sys-devel/lld/lld-10.0.0.ebuild
@@ -14,7 +14,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-31 Thread Sam James
commit: 1e8e9b473833c9597dc9e5069855ba35f5c4e3bf
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:11:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8e9b47

sys-devel/clang: x86 stable (bug #727762)

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

 sys-devel/clang/clang-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-10.0.0.ebuild 
b/sys-devel/clang/clang-10.0.0.ebuild
index 81865bfa7ba..85fddbe285c 100644
--- a/sys-devel/clang/clang-10.0.0.ebuild
+++ b/sys-devel/clang/clang-10.0.0.ebuild
@@ -34,7 +34,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux"
 IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2020-07-31 Thread Sam James
commit: 635f70a28454049b4d1338a580a78f54d162bb16
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:12:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635f70a2

sys-libs/compiler-rt: x86 stable (bug #727762)

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

 sys-libs/compiler-rt/compiler-rt-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-10.0.0.ebuild
index 4ef5302979a..a4a199c2ed9 100644
--- a/sys-libs/compiler-rt/compiler-rt-10.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-10.0.0.ebuild
@@ -14,7 +14,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="+clang test"
 RESTRICT="!test? ( test ) !clang? ( test )"
 



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

2020-07-31 Thread Sam James
commit: 5fa7d2a87be155ea2529e14a67f8ff506d493f3d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:12:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa7d2a8

dev-util/lldb: x86 stable (bug #727762)

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

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

diff --git a/dev-util/lldb/lldb-10.0.0.ebuild b/dev-util/lldb/lldb-10.0.0.ebuild
index bab3bed7e14..950cb52a4b4 100644
--- a/dev-util/lldb/lldb-10.0.0.ebuild
+++ b/dev-util/lldb/lldb-10.0.0.ebuild
@@ -15,7 +15,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="libedit lzma ncurses +python test"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RESTRICT="!test? ( test )"



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

2020-07-31 Thread Sam James
commit: d35557e9e27fe7d3ce1ae645c446e34382a38faf
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:10:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35557e9

dev-python/lit: x86 stable (bug #727762)

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

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

diff --git a/dev-python/lit/lit-10.0.0.ebuild b/dev-python/lit/lit-10.0.0.ebuild
index 4d9cb9965bf..3c71af53ec1 100644
--- a/dev-python/lit/lit-10.0.0.ebuild
+++ b/dev-python/lit/lit-10.0.0.ebuild
@@ -15,7 +15,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-31 Thread Sam James
commit: 4dbb3bc773862c01e5895994878677239463b2a6
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:14:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbb3bc7

sys-libs/libcxx: x86 stable (bug #727762)

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

 sys-libs/libcxx/libcxx-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcxx/libcxx-10.0.0.ebuild 
b/sys-libs/libcxx/libcxx-10.0.0.ebuild
index e707e720c07..2fdacef8668 100644
--- a/sys-libs/libcxx/libcxx-10.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-10.0.0.ebuild
@@ -14,7 +14,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="elibc_glibc elibc_musl +libcxxabi +libunwind +static-libs test"
 REQUIRED_USE="libunwind? ( libcxxabi )"
 RESTRICT="!test? ( test )"



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

2020-07-31 Thread Sam James
commit: 49aeffd5358c00cb9bc73924fdac8befdec198d0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:14:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49aeffd5

sys-libs/libomp: x86 stable (bug #727762)

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

 sys-libs/libomp/libomp-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libomp/libomp-10.0.0.ebuild 
b/sys-libs/libomp/libomp-10.0.0.ebuild
index 09535cc0427..3e9988c75e6 100644
--- a/sys-libs/libomp/libomp-10.0.0.ebuild
+++ b/sys-libs/libomp/libomp-10.0.0.ebuild
@@ -13,7 +13,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cuda hwloc kernel_linux offload ompt test"
 # CUDA works only with the x86_64 ABI
 REQUIRED_USE="offload? ( cuda? ( abi_x86_64 ) )"



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

2020-07-31 Thread Sam James
commit: d6a3043a3ad59427a53f7f7f7bf923d8db4b1c70
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:13:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a3043a

sys-libs/llvm-libunwind: x86 stable (bug #727762)

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

 sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild
index d881f81fdf3..782f15e8964 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild
@@ -14,7 +14,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="debug +static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-07-31 Thread Sam James
commit: 7daf4c80eb08fb1dc9fe0a90f704e70824ea5f4d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:13:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daf4c80

sys-libs/libcxxabi: x86 stable (bug #727762)

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

 sys-libs/libcxxabi/libcxxabi-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-10.0.0.ebuild 
b/sys-libs/libcxxabi/libcxxabi-10.0.0.ebuild
index 19d80ae0dac..0812b96e62d 100644
--- a/sys-libs/libcxxabi/libcxxabi-10.0.0.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-10.0.0.ebuild
@@ -14,7 +14,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="+libunwind +static-libs test elibc_musl"
 RESTRICT="!test? ( test )"
 



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

2020-07-31 Thread Sam James
commit: 24318fd16a8f66c4a11b1f6f34b55d33d4a4c585
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:11:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24318fd1

sys-devel/clang-common: x86 stable (bug #727762)

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

 sys-devel/clang-common/clang-common-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-common/clang-common-10.0.0.ebuild 
b/sys-devel/clang-common/clang-common-10.0.0.ebuild
index 635512f56c8..63696549242 100644
--- a/sys-devel/clang-common/clang-common-10.0.0.ebuild
+++ b/sys-devel/clang-common/clang-common-10.0.0.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/clang/utils
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE=""
 
 PDEPEND="sys-devel/clang:*"



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

2020-07-31 Thread Sam James
commit: 4fd7c480fda4a752c6a3a7f2be90eae5639d844e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 22:09:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 22:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd7c480

sys-devel/llvm-common: x86 stable (bug #727762)

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

 sys-devel/llvm-common/llvm-common-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm-common/llvm-common-10.0.0.ebuild 
b/sys-devel/llvm-common/llvm-common-10.0.0.ebuild
index e6af4bcc987..d12935e080d 100644
--- a/sys-devel/llvm-common/llvm-common-10.0.0.ebuild
+++ b/sys-devel/llvm-common/llvm-common-10.0.0.ebuild
@@ -12,7 +12,7 @@ llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE=""
 
 RDEPEND="!sys-devel/llvm:0"



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2020-07-31 Thread Georgy Yakovlev
commit: d8e0712c4306d82ab7f243454babb52847fe3f5b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jul 31 22:12:38 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jul 31 22:12:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e0712c

dev-java/openjdk-jre-bin: bump to 8.265_p01

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

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-8.265_p01.ebuild   | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index 1405b0779d8..0235ffc940e 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -2,3 +2,4 @@ DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.7_10.tar.gz 42917723 
BLAKE2B c5635b37
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.8_10.tar.gz 42904191 BLAKE2B 
cfd04b2a422e95465cd2938449f7632d29fe655eadadf5745045db6eb74625dffa0e02d8713a93e0bc8fa7da6dc57116fbbd9217a9b30723becd5b9eaceefccd
 SHA512 
55ab4c6122422f4765542df747bce5c65bc78e0e5f4fff4b7efc95342d81eb34d72dbdc13c820781c626f92a2c3687161d0c7edfbe4f83c455c75fcecf8ae3d0
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u252b09.tar.gz 41104123 BLAKE2B 
52a9f288054c4a96ed5d70c2c9c6cf14ceb32262ec3a38f547286518ccc14a4695d330adc19e272436c0a7154771cddd9b0672b05beb6d5013c44c69be0ad25a
 SHA512 
b1b0627e8495b11e0ef3e4ecb387d92537bb97b3f3045213658d48b6f2dffa0bc975b1bc92e84c487152b43d1f0ee0449730bf84dd62d98d13354bf73d3a0a20
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u262b10.tar.gz 41755965 BLAKE2B 
b417d12ba18f58fec1e692a567bd5c0551fcbe023370fe52c2e525692d0d2151d4c296f86e6f4e3b1178e8f933ec6ddb9559e358c5d080cc2dba94ce38680ab5
 SHA512 
63d65c576d40b798dbbf2c6923151d07ba74312d8e8b6dc722d4358c38855a3a5c9e9e7c267569d390065c4dcc7f4bcfddc3f78e8388b4faef1a61501e2b7b8c
+DIST OpenJDK8U-jre_x64_linux_hotspot_8u265b01.tar.gz 41757024 BLAKE2B 
39c184654dd5c4c17c617a48e962a392e3a4aaebe56a4286b6e5b0e980345b7260effbc54e2b197f8b747c57856e5260a048cf572cd4f375a2b38f3abebbde2f
 SHA512 
01090a26bb18d226da19c82fca173f0d994ba56562178757347b565d39989b6735f5ff37bb22163c9ea270380fe922098bd0efa87d52615b50cde9f0e8291095

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.265_p01.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.265_p01.ebuild
new file mode 100644
index 000..a38a136210d
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.265_p01.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk${MY_PV}/OpenJDK8U-jre_${1}_linux_hotspot_${MY_PV/-/}.tar.gz
+   )"
+}
+
+MY_PV=$(ver_rs 1 'u' 2 '-' ${PV//p/b})
+SLOT="$(ver_cut 1)"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by AdoptOpenJDK"
+HOMEPAGE="https://adoptopenjdk.net";
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+
+IUSE="alsa cups headless-awt nsplugin selinux webstart"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+PDEPEND="
+   webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
+   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${P}"
+   local ddest="${ED%/}/${dest#/}"
+
+   rm ASSEMBLY_EXCEPTION LICENSE THIRD_PARTY_README || die
+
+   # this does not exist on arm64 hence -f
+   rm -fv lib/*/libfreetype.so* || die
+
+   if ! use alsa ; then
+   rm -v lib/*/libjsoundalsa.so* || die
+   fi
+
+   if use headless-awt ; then
+   rm -fvr lib/*/lib*{[jx]awt,splashscreen}* \
+   bin/policytool || die
+   fi
+
+   rm -v lib/security/cacerts || die
+   dosym ../../../../../etc/ssl/certs/java/cacerts \
+   "${dest}"/lib/security/cacerts
+
+   dodir "${dest}"
+   cp -pPR * "${ddest}" || die
+
+   java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
+   java-vm_set-pax-markings "${ddest}"
+   java-vm_revdep-mask
+   java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/

2020-07-31 Thread Lars Wendler
commit: caf67d8b6af00a89f830dd6fd3d9109bd93611a3
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jul 31 22:09:08 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jul 31 22:12:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf67d8b

sys-auth/polkit: Bump to version 0.117

Closes: https://bugs.gentoo.org/721700
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 sys-auth/polkit/Manifest|   1 +
 sys-auth/polkit/polkit-0.117.ebuild | 132 
 2 files changed, 133 insertions(+)

diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest
index 201ccd87ea2..7bd122a1005 100644
--- a/sys-auth/polkit/Manifest
+++ b/sys-auth/polkit/Manifest
@@ -1,2 +1,3 @@
 DIST polkit-0.115.tar.gz 1550932 BLAKE2B 
3185ebed46209f88a9ffccbbcaf1bf180d1ae6d5ec53cf3c66d867ad43910b47a1123a3db190991ebb382a0d28fc5a119ea4bab942db324e9af5663056cf6ee1
 SHA512 
1153011fa93145b2c184e6b3446d3ca21b38918641aeccd8fac3985ac3e30ec6bc75be6973985fde90f2a24236592f1595be259155061c2d33358dd17c4ee4fc
 DIST polkit-0.116.tar.gz 1548311 BLAKE2B 
e9761a2934136d453a47b81dd1f132f9fc96c45b731d5fceb2aa7706f5325b6499f6acbb68032befc1b21878b1b54754685607c916ca8e02a8accca3ca014b31
 SHA512 
b66b01cc2bb4349de70147f41f161f0f6f41e7230b581dfb054058b48969ec57041ab05b51787c749ccfc36aa5f317952d7e7ba337b4f6f6c0a923ed5866c2d5
+DIST polkit-0.117.tar.gz 1554536 BLAKE2B 
1cf7e0ff9db19a29be626f4bea96c9e2ef8b1eab4b8287a5f1f4d2a818b86d58c1c4c4a41849d95e31559dba1b18853a31e934ebbadd8e07f94dfd58b45240e0
 SHA512 
c10ea984f2386fe436e58a2866e5323afc80d24f744f0ee61d966941259aa491bd96b07d911434aa731b300c3cca25b647804b396501175ab5b3c53384e94c70

diff --git a/sys-auth/polkit/polkit-0.117.ebuild 
b/sys-auth/polkit/polkit-0.117.ebuild
new file mode 100644
index 000..0ffdf57ace0
--- /dev/null
+++ b/sys-auth/polkit/polkit-0.117.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools pam pax-utils systemd xdg-utils
+
+DESCRIPTION="Policy framework for controlling privileges for system-wide 
services"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit 
https://gitlab.freedesktop.org/polkit/polkit";
+SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz";
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux 
systemd test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="^^ ( consolekit elogind systemd )"
+
+BDEPEND="
+   acct-user/polkitd
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-libs/gobject-introspection-common
+   dev-libs/libxslt
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="
+   dev-lang/spidermonkey:68[-debug]
+   dev-libs/glib:2
+   dev-libs/expat
+   elogind? ( sys-auth/elogind )
+   pam? (
+   sys-auth/pambase
+   sys-libs/pam
+   )
+   systemd? ( sys-apps/systemd:0=[policykit] )
+"
+RDEPEND="${DEPEND}
+   acct-user/polkitd
+   selinux? ( sec-policy/selinux-policykit )
+"
+PDEPEND="
+   consolekit? ( sys-auth/consolekit[policykit] )
+   gtk? ( || (
+   >=gnome-extra/polkit-gnome-0.105
+   >=lxde-base/lxsession-0.5.2
+   ) )
+   kde? ( kde-plasma/polkit-kde-agent )
+"
+
+DOCS=( docs/TODO HACKING NEWS README )
+
+PATCHES=(
+   # bug 660880
+   "${FILESDIR}"/polkit-0.115-elogind.patch
+)
+
+QA_MULTILIB_PATHS="
+   usr/lib/polkit-1/polkit-agent-helper-1
+   usr/lib/polkit-1/polkitd"
+
+src_prepare() {
+   default
+
+   sed -i -e 's|unix-group:wheel|unix-user:0|' 
src/polkitbackend/*-default.rules || die #401513
+
+   # Workaround upstream hack around standard gtk-doc behavior, bug #552170
+   sed -i -e 's/@ENABLE_GTK_DOC_TRUE@\(TARGET_DIR\)/\1/' \
+   -e '/install-data-local:/,/uninstall-local:/ 
s/@ENABLE_GTK_DOC_TRUE@//' \
+   -e 's/@ENABLE_GTK_DOC_FALSE@install-data-local://' \
+   docs/polkit/Makefile.in || die
+
+   # disable broken test - bug #624022
+   sed -i -e "/^SUBDIRS/s/polkitbackend//" test/Makefile.am || die
+
+   # Fix cross-building, bug #590764, elogind patch, bug #598615
+   eautoreconf
+}
+
+src_configure() {
+   xdg_environment_reset
+
+   local myeconfargs=(
+   --localstatedir="${EPREFIX}"/var
+   --disable-static
+   --enable-man-pages
+   --disable-gtk-doc
+   --disable-examples
+   $(use_enable elogind libelogind)
+   $(use_enable introspection)
+   $(use_

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/

2020-07-31 Thread Kent Fredric
commit: 54afceac2c617a7d429be3497603089cf4a6d8e1
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 22:06:38 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 22:08:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54afceac

dev-perl/Dist-Zilla-Plugin-Git: Bump to version 2.46.0

- EAPI7

Upstream:
- replace uses of File::HomeDir with glob()
- Ensure proper directory used as base for repo root and
  .gitnxtver_cache with Dzil-7
- Add '%V' format code for version number with leading 'v' stripped
  where present
- Change default format strings to use 'v%V' instead of 'v%v' for better
  compatibility with vx.y.z version numbers
- Convert from MooseX::Types to Types::Standard

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

 .../Dist-Zilla-Plugin-Git-2.46.0.ebuild| 57 ++
 dev-perl/Dist-Zilla-Plugin-Git/Manifest|  1 +
 2 files changed, 58 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild 
b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
new file mode 100644
index 000..2c410eee88d
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.046
+inherit perl-module
+
+DESCRIPTION="Update your git repository after release"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/DateTime
+   >=dev-perl/Dist-Zilla-4.200.16
+   dev-perl/Dist-Zilla-Plugin-Config-Git
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   dev-perl/File-chdir
+   >=dev-perl/Git-Wrapper-0.21.0
+   dev-perl/IPC-System-Simple
+   >=virtual/perl-Scalar-List-Utils-1.450.0
+   dev-perl/Module-Runtime
+   dev-perl/Moose
+   dev-perl/MooseX-Has-Sugar
+   >=dev-perl/Path-Tiny-0.48.0
+   >=virtual/perl-Scalar-List-Utils-1.450.0
+   dev-perl/String-Formatter
+   dev-perl/Try-Tiny
+   dev-perl/Type-Tiny
+   dev-perl/Types-Path-Tiny
+   dev-perl/Version-Next
+   >=dev-perl/namespace-autoclean-0.90.0
+   >=virtual/perl-version-0.80.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-Text-ParseWords
+   test? (
+   >=dev-perl/CPAN-Meta-Check-0.11.0
+   virtual/perl-CPAN-Meta-Requirements
+   virtual/perl-Encode
+   virtual/perl-Exporter
+   dev-perl/File-Copy-Recursive
+   >=virtual/perl-File-Path-2.70.0
+   virtual/perl-File-Spec
+   dev-perl/File-Which
+   dev-perl/File-pushd
+   dev-perl/Log-Dispatchouli
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest 
b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index 41475b1472f..0fd1ff96f20 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-Git-2.042.tar.gz 70195 BLAKE2B 
3fc7a01f1513d43b0bc68b1066cbba4e8c7c9cff6ed374e3acb1ae7246bcbb9ae8e902be55ac22d69c0c452f8bb0595d2b4efc17a80f8f5b46942260182d78ef
 SHA512 
00f27bc946ac209e35073ca50a7ac52cf17d9d5bbb7f7889b80064260d839e76566dfac15197a907b0defdb1f3b099baa2bf19903e510cee22cfb6c49ff6f2c0
+DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 
93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1
 SHA512 
ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Types-Path-Tiny/

2020-07-31 Thread Kent Fredric
commit: 526a53efdae40be9e66a47990345887edd9b70ba
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 21:26:23 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 22:08:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526a53ef

dev-perl/Types-Path-Tiny: Add w/ version 0.6.0

Required by dev-perl/Dist-Zilla-Plugin-Git 2.46.0

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

 dev-perl/Types-Path-Tiny/Manifest  |  1 +
 .../Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild   | 29 ++
 dev-perl/Types-Path-Tiny/metadata.xml  | 12 +
 3 files changed, 42 insertions(+)

diff --git a/dev-perl/Types-Path-Tiny/Manifest 
b/dev-perl/Types-Path-Tiny/Manifest
new file mode 100644
index 000..85cf4d8c429
--- /dev/null
+++ b/dev-perl/Types-Path-Tiny/Manifest
@@ -0,0 +1 @@
+DIST Types-Path-Tiny-0.006.tar.gz 15614 BLAKE2B 
bd35285a3e53f1af1d813eb485aaeb98f7c8ea07cac6b81ff223bfbaacc551364f3b349b88c48c5bce6439529d917f45fbe1fea5013b51ae392f203f6ba24c64
 SHA512 
9820b5e23bd916895d64573273dd0ffcf8fdc1f0cf6af2db02400bcbbc3611628f03e2ca83f9297dae3b28784279689ba40256f94f0e7ef841bd08e026941b0a

diff --git a/dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild 
b/dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild
new file mode 100644
index 000..21b2f429b05
--- /dev/null
+++ b/dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Path::Tiny types and coercions for Moose and Moo"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Path-Tiny
+   >=dev-perl/Type-Tiny-0.8.0
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   virtual/perl-File-Spec
+   >=virtual/perl-File-Temp-0.180.0
+   dev-perl/File-pushd
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Types-Path-Tiny/metadata.xml 
b/dev-perl/Types-Path-Tiny/metadata.xml
new file mode 100644
index 000..7916e6e08b3
--- /dev/null
+++ b/dev-perl/Types-Path-Tiny/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Types-Path-Tiny
+Types::Path::Tiny
+  
+



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

2020-07-31 Thread Patrick McLean
commit: 73eb5809eae84c656076ce13303f4891cdbf4645
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 31 21:57:28 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 31 21:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73eb5809

sys-kernel/vanilla-sources-4.19.136: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.19.135.ebuild => vanilla-sources-4.19.136.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 6d22d3c8e5b..02cd86a5b8d 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,7 +5,7 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.7.tar.xz 112690468 BLAKE2B 
b2b71e231507429b178b6b89be546c4a3ee2757f5d2c58b6137d383f16034a587225a75a9dbca6a01a433056ebe078487132c224e909a2971c9634687e47b1d1
 SHA512 
45bde01593f6147c8c169b9e46b4b56eee998142552ae0ff82f1dd21b1fd54f3b32f6283f6bd77ea717d374672167849e468c157f235d2f12f7d7816e4623bf6
 DIST patch-4.14.190.xz 3774232 BLAKE2B 
c9785487601d6212912454ae5380865c16b0e211e2a0ce27598e946a48486cf6bd5986e22bb3cc17a1c5ca20a7e6e5258aa8dfe0902f58f249ff1c272de7ee85
 SHA512 
4498bcd1e06150df44b4faae041f2f4e55193bd190511a75e32fe4733e02562c259cba10e8e55b86f767102ddc1bea7c66d56da95566dd61154a92c44b7428c4
-DIST patch-4.19.135.xz 3269016 BLAKE2B 
a050e0058a62495d6ee78c72797dff092fc5eb27f6a3bfc2e7b3227869fd255b78feb3b47c8d3be0555a40f8f2f88e769b1a2390519109a69b67288fb82554a6
 SHA512 
5e69f2a36718f3fd2cc0a75cc7a0d3e67c52692af3c917c97ed248840191900257650e1d3fa0ca49365e071b4b20331dfcaa3cf5d390623af622b416618516a5
+DIST patch-4.19.136.xz 3271180 BLAKE2B 
48808d0f09b86e8661358d1baee514e64c0afb20b14cb63f3bf67a70e9899dae9f5af16242feff1a4d27437566acaa8366cbe96693535badf83cf95fc2b287ff
 SHA512 
bf5e5a5b914eb626d7f34ab6fbcca562661a9fce1ba6b5d1bee4543c56921ac3b7da77c8fb25ea8a85712f75ba2db16e9c0faa5a41bc7eb84a66204e00c9fe84
 DIST patch-4.4.231.xz 3240736 BLAKE2B 
75b0c92171ec12571a704f817c2d020f27dd945b68481936c0d3cd9332cfa7aa85630f60685805477cee61c8c6ed894b70d5651afea1b8784a28eb0d32f3
 SHA512 
05884136475aca92e212866908afca8a5fffdfe7d1127fc64a5b60dc638955e92c94509d483d7e603ebdf466d85646083fc7ef468a60b4c096d48d5a38786f81
 DIST patch-4.9.231.xz 3569296 BLAKE2B 
295b162a1200c3c252a9a48d374c268f7d98cc932e4709d798456d4cdc62efe084ecc650eac1aa88d7b1075c278433cd371fdd439fe128db204e89f78d74e1eb
 SHA512 
18153594f325d4bb533322e2a418185ad3ecda93227ef75c35a6e04ddf4d5baeda1069abc6377fc59fb0ca80012e184b8a4500dee0bb23a748f74c06dd729843
 DIST patch-5.4.55.xz 1734156 BLAKE2B 
05db55665f5b6a4c94625bbf2ec0ebc45e8fad656894ced8b0fd633862d9c54992716c5a86b364e6cddadb5211e867a94d8599d7fb92d5e66d887ad73f9aff45
 SHA512 
fe4860d328b1c1c0d663d75937fd73a2e9f3fe1bb956a153f89d9549ccf3b51116091055aa0a379cd35f38ee5e9cc422d29edbcc7413cd0f1f945410bbb5c4a7

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.135.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.136.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.135.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.136.ebuild



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

2020-07-31 Thread Patrick McLean
commit: 3b4dd84f6c3f32eca7e87a9dd2a58b86d89829a7
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 31 21:58:13 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 31 21:58:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4dd84f

sys-kernel/vanilla-sources-4.14.191: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.14.190.ebuild => vanilla-sources-4.14.191.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 02cd86a5b8d..1696f499716 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,7 +4,7 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.7.tar.xz 112690468 BLAKE2B 
b2b71e231507429b178b6b89be546c4a3ee2757f5d2c58b6137d383f16034a587225a75a9dbca6a01a433056ebe078487132c224e909a2971c9634687e47b1d1
 SHA512 
45bde01593f6147c8c169b9e46b4b56eee998142552ae0ff82f1dd21b1fd54f3b32f6283f6bd77ea717d374672167849e468c157f235d2f12f7d7816e4623bf6
-DIST patch-4.14.190.xz 3774232 BLAKE2B 
c9785487601d6212912454ae5380865c16b0e211e2a0ce27598e946a48486cf6bd5986e22bb3cc17a1c5ca20a7e6e5258aa8dfe0902f58f249ff1c272de7ee85
 SHA512 
4498bcd1e06150df44b4faae041f2f4e55193bd190511a75e32fe4733e02562c259cba10e8e55b86f767102ddc1bea7c66d56da95566dd61154a92c44b7428c4
+DIST patch-4.14.191.xz 3776372 BLAKE2B 
dd170473835bbc271b453c212ceb3961dd93f3ce2fa2979658fbe02bb67176760504d02357c213dc30ce1edcea4c7f2a146621a5997975888748be466e0ac7fb
 SHA512 
3a432513b9923a9bd50834b5da925548d23d3c5f12326342c4a5e4897ac0ea90d9b83813ae479a3c276a49c201ca03602b917723c0fd3610de1d6780714714be
 DIST patch-4.19.136.xz 3271180 BLAKE2B 
48808d0f09b86e8661358d1baee514e64c0afb20b14cb63f3bf67a70e9899dae9f5af16242feff1a4d27437566acaa8366cbe96693535badf83cf95fc2b287ff
 SHA512 
bf5e5a5b914eb626d7f34ab6fbcca562661a9fce1ba6b5d1bee4543c56921ac3b7da77c8fb25ea8a85712f75ba2db16e9c0faa5a41bc7eb84a66204e00c9fe84
 DIST patch-4.4.231.xz 3240736 BLAKE2B 
75b0c92171ec12571a704f817c2d020f27dd945b68481936c0d3cd9332cfa7aa85630f60685805477cee61c8c6ed894b70d5651afea1b8784a28eb0d32f3
 SHA512 
05884136475aca92e212866908afca8a5fffdfe7d1127fc64a5b60dc638955e92c94509d483d7e603ebdf466d85646083fc7ef468a60b4c096d48d5a38786f81
 DIST patch-4.9.231.xz 3569296 BLAKE2B 
295b162a1200c3c252a9a48d374c268f7d98cc932e4709d798456d4cdc62efe084ecc650eac1aa88d7b1075c278433cd371fdd439fe128db204e89f78d74e1eb
 SHA512 
18153594f325d4bb533322e2a418185ad3ecda93227ef75c35a6e04ddf4d5baeda1069abc6377fc59fb0ca80012e184b8a4500dee0bb23a748f74c06dd729843

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.190.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.191.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.190.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.191.ebuild



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

2020-07-31 Thread Patrick McLean
commit: 3d6b5fcf898350e97cedb32409af15cb47efeabb
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 31 21:55:53 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 31 21:55:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6b5fcf

sys-kernel/vanilla-sources-5.4.55: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.4.54.ebuild => vanilla-sources-5.4.55.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index d0859979d01..9a17000168b 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,5 +8,5 @@ DIST patch-4.14.190.xz 3774232 BLAKE2B 
c9785487601d6212912454ae5380865c16b0e211e
 DIST patch-4.19.135.xz 3269016 BLAKE2B 
a050e0058a62495d6ee78c72797dff092fc5eb27f6a3bfc2e7b3227869fd255b78feb3b47c8d3be0555a40f8f2f88e769b1a2390519109a69b67288fb82554a6
 SHA512 
5e69f2a36718f3fd2cc0a75cc7a0d3e67c52692af3c917c97ed248840191900257650e1d3fa0ca49365e071b4b20331dfcaa3cf5d390623af622b416618516a5
 DIST patch-4.4.231.xz 3240736 BLAKE2B 
75b0c92171ec12571a704f817c2d020f27dd945b68481936c0d3cd9332cfa7aa85630f60685805477cee61c8c6ed894b70d5651afea1b8784a28eb0d32f3
 SHA512 
05884136475aca92e212866908afca8a5fffdfe7d1127fc64a5b60dc638955e92c94509d483d7e603ebdf466d85646083fc7ef468a60b4c096d48d5a38786f81
 DIST patch-4.9.231.xz 3569296 BLAKE2B 
295b162a1200c3c252a9a48d374c268f7d98cc932e4709d798456d4cdc62efe084ecc650eac1aa88d7b1075c278433cd371fdd439fe128db204e89f78d74e1eb
 SHA512 
18153594f325d4bb533322e2a418185ad3ecda93227ef75c35a6e04ddf4d5baeda1069abc6377fc59fb0ca80012e184b8a4500dee0bb23a748f74c06dd729843
-DIST patch-5.4.54.xz 1730872 BLAKE2B 
aa736c718423c7c6f884b9a76fdb1b24ed587d9b2c103c39f312ae1910510f592c43bb41d4273904878f5aa40e907674bc162466f719250ef38923ad896cfde8
 SHA512 
bd365f01e5aace4fe6322d7ab7d93df93779c1e1520e650d39fd49802dc3554b89c889830d112e19b6ce531d00bcef77f55f4a4d36e5e84224a11a1205e43789
+DIST patch-5.4.55.xz 1734156 BLAKE2B 
05db55665f5b6a4c94625bbf2ec0ebc45e8fad656894ced8b0fd633862d9c54992716c5a86b364e6cddadb5211e867a94d8599d7fb92d5e66d887ad73f9aff45
 SHA512 
fe4860d328b1c1c0d663d75937fd73a2e9f3fe1bb956a153f89d9549ccf3b51116091055aa0a379cd35f38ee5e9cc422d29edbcc7413cd0f1f945410bbb5c4a7
 DIST patch-5.7.11.xz 555888 BLAKE2B 
3d353e87d43cddbd6be4e28f2852645f4565fc6bb16e9e30367b0af09cc5a1dbfb49a5b067ef9e9fd9c2709d3422822b8fa2cb99f3f5c175cde43e2317a14b69
 SHA512 
1200b91a83d43fab4e5b1a6a9f412a6f5bc4facf11a797c4bd98aafca82bd8be8045ee4af4ca4aff0921288c30256a452045b82c07bc55dcf67d6d5a25948bf4

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.54.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.55.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.54.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.55.ebuild



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

2020-07-31 Thread Patrick McLean
commit: 93f324ae14d41cc6362b2364b84277e414984b50
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 31 21:56:24 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 31 21:56:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f324ae

sys-kernel/vanilla-sources-5.7.12: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.7.11.ebuild => vanilla-sources-5.7.12.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 9a17000168b..6d22d3c8e5b 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,4 +9,4 @@ DIST patch-4.19.135.xz 3269016 BLAKE2B 
a050e0058a62495d6ee78c72797dff092fc5eb27f
 DIST patch-4.4.231.xz 3240736 BLAKE2B 
75b0c92171ec12571a704f817c2d020f27dd945b68481936c0d3cd9332cfa7aa85630f60685805477cee61c8c6ed894b70d5651afea1b8784a28eb0d32f3
 SHA512 
05884136475aca92e212866908afca8a5fffdfe7d1127fc64a5b60dc638955e92c94509d483d7e603ebdf466d85646083fc7ef468a60b4c096d48d5a38786f81
 DIST patch-4.9.231.xz 3569296 BLAKE2B 
295b162a1200c3c252a9a48d374c268f7d98cc932e4709d798456d4cdc62efe084ecc650eac1aa88d7b1075c278433cd371fdd439fe128db204e89f78d74e1eb
 SHA512 
18153594f325d4bb533322e2a418185ad3ecda93227ef75c35a6e04ddf4d5baeda1069abc6377fc59fb0ca80012e184b8a4500dee0bb23a748f74c06dd729843
 DIST patch-5.4.55.xz 1734156 BLAKE2B 
05db55665f5b6a4c94625bbf2ec0ebc45e8fad656894ced8b0fd633862d9c54992716c5a86b364e6cddadb5211e867a94d8599d7fb92d5e66d887ad73f9aff45
 SHA512 
fe4860d328b1c1c0d663d75937fd73a2e9f3fe1bb956a153f89d9549ccf3b51116091055aa0a379cd35f38ee5e9cc422d29edbcc7413cd0f1f945410bbb5c4a7
-DIST patch-5.7.11.xz 555888 BLAKE2B 
3d353e87d43cddbd6be4e28f2852645f4565fc6bb16e9e30367b0af09cc5a1dbfb49a5b067ef9e9fd9c2709d3422822b8fa2cb99f3f5c175cde43e2317a14b69
 SHA512 
1200b91a83d43fab4e5b1a6a9f412a6f5bc4facf11a797c4bd98aafca82bd8be8045ee4af4ca4aff0921288c30256a452045b82c07bc55dcf67d6d5a25948bf4
+DIST patch-5.7.12.xz 560248 BLAKE2B 
31ef37b88285a301287dde83247693e7b08d13f553e80d66f3d035a6eced17e9314b1b24a6c6537f470d4dc9cb734fce893c97a054e8ec7406ae2a50ed1561b6
 SHA512 
86bbdd23e0ace2273ca03868a3414f943c9e7759945ee2c6c7171acb286e25366137ba4d9a65c89c3dcca12b03e1c32c6e9fdcbd5f6a85a4025ef00ae65a1c28

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.7.11.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.7.12.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.7.11.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.7.12.ebuild



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

2020-07-31 Thread Patrick McLean
commit: f79ae4707802ecba22a5ab61c13deccb44acddb5
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 31 21:58:57 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 31 21:58:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79ae470

sys-kernel/vanilla-sources-4.4.232: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.4.231.ebuild => vanilla-sources-4.4.232.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 1696f499716..e35a4b67bda 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,7 +6,7 @@ DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6
 DIST linux-5.7.tar.xz 112690468 BLAKE2B 
b2b71e231507429b178b6b89be546c4a3ee2757f5d2c58b6137d383f16034a587225a75a9dbca6a01a433056ebe078487132c224e909a2971c9634687e47b1d1
 SHA512 
45bde01593f6147c8c169b9e46b4b56eee998142552ae0ff82f1dd21b1fd54f3b32f6283f6bd77ea717d374672167849e468c157f235d2f12f7d7816e4623bf6
 DIST patch-4.14.191.xz 3776372 BLAKE2B 
dd170473835bbc271b453c212ceb3961dd93f3ce2fa2979658fbe02bb67176760504d02357c213dc30ce1edcea4c7f2a146621a5997975888748be466e0ac7fb
 SHA512 
3a432513b9923a9bd50834b5da925548d23d3c5f12326342c4a5e4897ac0ea90d9b83813ae479a3c276a49c201ca03602b917723c0fd3610de1d6780714714be
 DIST patch-4.19.136.xz 3271180 BLAKE2B 
48808d0f09b86e8661358d1baee514e64c0afb20b14cb63f3bf67a70e9899dae9f5af16242feff1a4d27437566acaa8366cbe96693535badf83cf95fc2b287ff
 SHA512 
bf5e5a5b914eb626d7f34ab6fbcca562661a9fce1ba6b5d1bee4543c56921ac3b7da77c8fb25ea8a85712f75ba2db16e9c0faa5a41bc7eb84a66204e00c9fe84
-DIST patch-4.4.231.xz 3240736 BLAKE2B 
75b0c92171ec12571a704f817c2d020f27dd945b68481936c0d3cd9332cfa7aa85630f60685805477cee61c8c6ed894b70d5651afea1b8784a28eb0d32f3
 SHA512 
05884136475aca92e212866908afca8a5fffdfe7d1127fc64a5b60dc638955e92c94509d483d7e603ebdf466d85646083fc7ef468a60b4c096d48d5a38786f81
+DIST patch-4.4.232.xz 3248784 BLAKE2B 
6e7d45e6cb82a69a0b6478c79c1305182362a254dd4c11405fbec0539aa588c125b27e5fc52b2362ddd040d197aff4b8cd20b4076481ef27765a726bc6a80fc7
 SHA512 
ea6998c902bcab227dcc75d3c2d96ba48591f74491c5e8d48ca4da55f1cd23a98f9d7ece4bb0f6b2ae59f3aa32e79a27b084c62dea738774f4f86d793b658bbf
 DIST patch-4.9.231.xz 3569296 BLAKE2B 
295b162a1200c3c252a9a48d374c268f7d98cc932e4709d798456d4cdc62efe084ecc650eac1aa88d7b1075c278433cd371fdd439fe128db204e89f78d74e1eb
 SHA512 
18153594f325d4bb533322e2a418185ad3ecda93227ef75c35a6e04ddf4d5baeda1069abc6377fc59fb0ca80012e184b8a4500dee0bb23a748f74c06dd729843
 DIST patch-5.4.55.xz 1734156 BLAKE2B 
05db55665f5b6a4c94625bbf2ec0ebc45e8fad656894ced8b0fd633862d9c54992716c5a86b364e6cddadb5211e867a94d8599d7fb92d5e66d887ad73f9aff45
 SHA512 
fe4860d328b1c1c0d663d75937fd73a2e9f3fe1bb956a153f89d9549ccf3b51116091055aa0a379cd35f38ee5e9cc422d29edbcc7413cd0f1f945410bbb5c4a7
 DIST patch-5.7.12.xz 560248 BLAKE2B 
31ef37b88285a301287dde83247693e7b08d13f553e80d66f3d035a6eced17e9314b1b24a6c6537f470d4dc9cb734fce893c97a054e8ec7406ae2a50ed1561b6
 SHA512 
86bbdd23e0ace2273ca03868a3414f943c9e7759945ee2c6c7171acb286e25366137ba4d9a65c89c3dcca12b03e1c32c6e9fdcbd5f6a85a4025ef00ae65a1c28

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.231.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.4.232.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.4.231.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.4.232.ebuild



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

2020-07-31 Thread Patrick McLean
commit: edc6e5c312a1bc1c8aef1e115baaba5f3476f753
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 31 21:59:34 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 31 21:59:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc6e5c3

sys-kernel/vanilla-sources-4.9.232: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.9.231.ebuild => vanilla-sources-4.9.232.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e35a4b67bda..fc0ad059fea 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,6 +7,6 @@ DIST linux-5.7.tar.xz 112690468 BLAKE2B 
b2b71e231507429b178b6b89be546c4a3ee2757f
 DIST patch-4.14.191.xz 3776372 BLAKE2B 
dd170473835bbc271b453c212ceb3961dd93f3ce2fa2979658fbe02bb67176760504d02357c213dc30ce1edcea4c7f2a146621a5997975888748be466e0ac7fb
 SHA512 
3a432513b9923a9bd50834b5da925548d23d3c5f12326342c4a5e4897ac0ea90d9b83813ae479a3c276a49c201ca03602b917723c0fd3610de1d6780714714be
 DIST patch-4.19.136.xz 3271180 BLAKE2B 
48808d0f09b86e8661358d1baee514e64c0afb20b14cb63f3bf67a70e9899dae9f5af16242feff1a4d27437566acaa8366cbe96693535badf83cf95fc2b287ff
 SHA512 
bf5e5a5b914eb626d7f34ab6fbcca562661a9fce1ba6b5d1bee4543c56921ac3b7da77c8fb25ea8a85712f75ba2db16e9c0faa5a41bc7eb84a66204e00c9fe84
 DIST patch-4.4.232.xz 3248784 BLAKE2B 
6e7d45e6cb82a69a0b6478c79c1305182362a254dd4c11405fbec0539aa588c125b27e5fc52b2362ddd040d197aff4b8cd20b4076481ef27765a726bc6a80fc7
 SHA512 
ea6998c902bcab227dcc75d3c2d96ba48591f74491c5e8d48ca4da55f1cd23a98f9d7ece4bb0f6b2ae59f3aa32e79a27b084c62dea738774f4f86d793b658bbf
-DIST patch-4.9.231.xz 3569296 BLAKE2B 
295b162a1200c3c252a9a48d374c268f7d98cc932e4709d798456d4cdc62efe084ecc650eac1aa88d7b1075c278433cd371fdd439fe128db204e89f78d74e1eb
 SHA512 
18153594f325d4bb533322e2a418185ad3ecda93227ef75c35a6e04ddf4d5baeda1069abc6377fc59fb0ca80012e184b8a4500dee0bb23a748f74c06dd729843
+DIST patch-4.9.232.xz 3578076 BLAKE2B 
a1573d0953607b53fa4cab7246ec38da7d9dd4d45aab7bf8b46b54fc460f57b5de2a423d3fb8784ed1b9d6c753a6d6e7842739d010ac82e009b954f0098fe187
 SHA512 
4058a3f6dcdd11a89fda652f311a5bdc9d64484a735d334fcb604ef8b71fa9fda373433d14bfc6680065c0143c55d571f20d8bcab078742b5eb3eedb81e27810
 DIST patch-5.4.55.xz 1734156 BLAKE2B 
05db55665f5b6a4c94625bbf2ec0ebc45e8fad656894ced8b0fd633862d9c54992716c5a86b364e6cddadb5211e867a94d8599d7fb92d5e66d887ad73f9aff45
 SHA512 
fe4860d328b1c1c0d663d75937fd73a2e9f3fe1bb956a153f89d9549ccf3b51116091055aa0a379cd35f38ee5e9cc422d29edbcc7413cd0f1f945410bbb5c4a7
 DIST patch-5.7.12.xz 560248 BLAKE2B 
31ef37b88285a301287dde83247693e7b08d13f553e80d66f3d035a6eced17e9314b1b24a6c6537f470d4dc9cb734fce893c97a054e8ec7406ae2a50ed1561b6
 SHA512 
86bbdd23e0ace2273ca03868a3414f943c9e7759945ee2c6c7171acb286e25366137ba4d9a65c89c3dcca12b03e1c32c6e9fdcbd5f6a85a4025ef00ae65a1c28

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.231.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.9.232.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.9.231.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.9.232.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/

2020-07-31 Thread Michael Orlitzky
commit: 6faf0bd05f38441cdd829ea1d989023f16bbbadb
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Jul 31 21:45:52 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Jul 31 21:47:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf0bd0

sci-libs/fflas-ffpack: fix download URL.

Not sure what happened here, but it works now. Tested after deleting
the Manifest, deleting the distfile, and emptying GENTOO_MIRRORS.

Closes: https://bugs.gentoo.org/733546
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild 
b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
index 4115dc61ace..dcbf5194f3b 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
@@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="Library for dense linear algebra over word-size finite fields"
 HOMEPAGE="https://linbox-team.github.io/fflas-ffpack/";
-SRC_URI="https://github.com/linbox-team/${PN}/releases/download/${PV}/${P}.tar.gz";
+SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"



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

2020-07-31 Thread Andreas K. Hüttel
commit: f40014c02e3d528d86468af78d67069e3381c2e9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:19:13 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40014c0

virtual/perl-Data-Dumper: Add Perl 5.32 as provider

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

 ...rl-Data-Dumper-2.174.0.ebuild => perl-Data-Dumper-2.174.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0.ebuild 
b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0-r1.ebuild
similarity index 86%
rename from virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0.ebuild
rename to virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0-r1.ebuild
index 6c1e6cc23f9..8765d8b273a 100644
--- a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0.ebuild
+++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.174.0-r1.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: profiles/

2020-07-31 Thread Andreas K. Hüttel
commit: 475fc7a949f320268f4b9144bcef11d616b1d4f2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:25:05 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475fc7a9

package.mask: Add some more Perl 5.32 virtual versions

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a68b0d4e6a6..46e5206028c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -248,6 +248,11 @@ dev-perl/Data-Diver
 ~virtual/perl-Archive-Tar-2.360.0
 ~virtual/perl-autodie-2.320.0
 ~virtual/perl-Compress-Raw-Bzip2-2.93.0
+~virtual/perl-Compress-Raw-Zlib-2.93.0
+~virtual/perl-CPAN-2.270.0
+~virtual/perl-DB_File-1.853.0
+~virtual/perl-Devel-PPPort-3.570.0
+~virtual/perl-Digest-MD5-2.550.100_rc
 
 # Christoph Junghans  (2020-07-14)
 # Unmaintained upstream and does not support systemd or firewalld.



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

2020-07-31 Thread Andreas K. Hüttel
commit: cd026ad13011d76dd551694442a2edf43b2fba5b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:24:50 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd026ad1

virtual/perl-Digest-MD5: Add Perl 5.32 version

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

 .../perl-Digest-MD5/perl-Digest-MD5-2.550.100_rc.ebuild   | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Digest-MD5/perl-Digest-MD5-2.550.100_rc.ebuild 
b/virtual/perl-Digest-MD5/perl-Digest-MD5-2.550.100_rc.ebuild
new file mode 100644
index 000..51faf24eb1b
--- /dev/null
+++ b/virtual/perl-Digest-MD5/perl-Digest-MD5-2.550.100_rc.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-Compress-Raw-Zlib/

2020-07-31 Thread Andreas K. Hüttel
commit: 19443d0f4e56f7860c4c67e2bc7211ee5323ac07
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:13:28 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19443d0f

virtual/perl-Compress-Raw-Zlib: Add 5.32 version

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

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

diff --git 
a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.93.0.ebuild 
b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.93.0.ebuild
new file mode 100644
index 000..51faf24eb1b
--- /dev/null
+++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-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-CPAN/

2020-07-31 Thread Andreas K. Hüttel
commit: af614d1ac58c3b8565e536a87ba99f563b06199d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:14:49 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af614d1a

virtual/perl-CPAN: add perl 5.32 version

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

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

diff --git a/virtual/perl-CPAN/perl-CPAN-2.270.0.ebuild 
b/virtual/perl-CPAN/perl-CPAN-2.270.0.ebuild
new file mode 100644
index 000..3e7b88be17e
--- /dev/null
+++ b/virtual/perl-CPAN/perl-CPAN-2.270.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 ~s390 
~sparc ~x86 ~x64-cygwin"
+
+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-Digest/

2020-07-31 Thread Andreas K. Hüttel
commit: 09932f7f9cac6650ce6bc6fe4cee45b979227cad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:23:20 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09932f7f

virtual/perl-Digest: Add Perl 5.32 as provider

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

 ...igest-1.170.100_rc-r9.ebuild => perl-Digest-1.170.100_rc-r10.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Digest/perl-Digest-1.170.100_rc-r9.ebuild 
b/virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild
similarity index 86%
rename from virtual/perl-Digest/perl-Digest-1.170.100_rc-r9.ebuild
rename to virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild
index 6c1e6cc23f9..8765d8b273a 100644
--- a/virtual/perl-Digest/perl-Digest-1.170.100_rc-r9.ebuild
+++ b/virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.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-Devel-PPPort/

2020-07-31 Thread Andreas K. Hüttel
commit: 094960a39b7c6789c033b0eeaa127bc5e4027043
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:22:21 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094960a3

virtual/perl-Devel-PPPort: Add Perl 5.32 version

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

 .../perl-Devel-PPPort/perl-Devel-PPPort-3.570.0.ebuild| 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.570.0.ebuild 
b/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.570.0.ebuild
new file mode 100644
index 000..9f390c5765f
--- /dev/null
+++ b/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.570.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 ~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-DB_File/

2020-07-31 Thread Andreas K. Hüttel
commit: 9aff3d4f3e2337b0513b8ba6e1ee446df8df54d1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:20:59 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aff3d4f

virtual/perl-DB_File: Add Perl 5.32 version

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

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

diff --git a/virtual/perl-DB_File/perl-DB_File-1.853.0.ebuild 
b/virtual/perl-DB_File/perl-DB_File-1.853.0.ebuild
new file mode 100644
index 000..d62ff86dfb0
--- /dev/null
+++ b/virtual/perl-DB_File/perl-DB_File-1.853.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 ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x86-macos"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.32*[berkdb] ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-CPAN-Meta-YAML/

2020-07-31 Thread Andreas K. Hüttel
commit: 37e6862e5b305e3172d8fa3dfbb281c229ed54d7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:18:08 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e6862e

virtual/perl-CPAN-Meta-YAML: Add Perl 5.32 as provider

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

 ...-Meta-YAML-0.18.0-r5.ebuild => perl-CPAN-Meta-YAML-0.18.0-r6.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0-r5.ebuild 
b/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0-r6.ebuild
similarity index 86%
rename from virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0-r5.ebuild
rename to virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0-r6.ebuild
index 6c1e6cc23f9..8765d8b273a 100644
--- a/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0-r5.ebuild
+++ b/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0-r6.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-CPAN-Meta/

2020-07-31 Thread Andreas K. Hüttel
commit: 096f6f4ee2352a6559350ca22fc002879c7933fa
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:16:00 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096f6f4e

virtual/perl-CPAN-Meta: Add Perl 5.32 as provider

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

 ...l-CPAN-Meta-2.150.10-r3.ebuild => perl-CPAN-Meta-2.150.10-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r3.ebuild 
b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r4.ebuild
similarity index 88%
rename from virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r3.ebuild
rename to virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r4.ebuild
index e55e4021694..fbb0081b74f 100644
--- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r3.ebuild
+++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r4.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-CPAN-Meta-Requirements/

2020-07-31 Thread Andreas K. Hüttel
commit: 84494b694f26dfc33d5f6fb826a5553743ac9aec
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 31 21:17:04 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 31 21:27:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84494b69

virtual/perl-CPAN-Meta-Requirements: Add Perl 5.32 as provider

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

 ...-2.140.0-r5.ebuild => perl-CPAN-Meta-Requirements-2.140.0-r6.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.140.0-r5.ebuild
 
b/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.140.0-r6.ebuild
similarity index 86%
rename from 
virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.140.0-r5.ebuild
rename to 
virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.140.0-r6.ebuild
index 6c1e6cc23f9..8765d8b273a 100644
--- 
a/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.140.0-r5.ebuild
+++ 
b/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.140.0-r6.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: app-emulation/libpod/

2020-07-31 Thread Zac Medico
commit: 74e279dcdf44dbd9879539b21be8d29a88d84fb5
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jul 31 21:01:06 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jul 31 21:06:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e279dc

app-emulation/libpod: Bump to version 2.0.4

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

 app-emulation/libpod/Manifest|   1 +
 app-emulation/libpod/libpod-2.0.4.ebuild | 154 +++
 2 files changed, 155 insertions(+)

diff --git a/app-emulation/libpod/Manifest b/app-emulation/libpod/Manifest
index c9852210213..5dfdd29f220 100644
--- a/app-emulation/libpod/Manifest
+++ b/app-emulation/libpod/Manifest
@@ -4,3 +4,4 @@ DIST libpod-2.0.0.tar.gz 9126598 BLAKE2B 
3c2d18a921b88ef235b14f069e7571f83b1add3
 DIST libpod-2.0.1.tar.gz 9136153 BLAKE2B 
4c60dc047ae7fd6a2918589a30f6dc94c13251ed0002e77919adfb9dbe0a3c7b14e40e204c5879273589673a573aa318a3d5b972c32236143e166cb96a7cc3c8
 SHA512 
e52d3eef3d698360a0196dca6338c319511b6685c0237bd4d24a3763eb5e46262946d7609d1f36798dec6eb63d4511efdc8b77fa22c06bd55b666505f4fe6730
 DIST podman-2.0.2.tar.gz 9192157 BLAKE2B 
b8635ea5b166082be03a041f74d6c7a5c8bed04131b039ba505f87240a1a2e4503a3dc14c037eeb41955ff7f949dc0978571ec63f011adb9e5a6efa1157b6bce
 SHA512 
5bcdca28021c8b36b5689e69c00232ca20404af0903ea632cea350ecf6b6eed091260f1b8fea8fe6d06caa7a475ba87ef4f3e86e83807ffdd187f9ccc41cb194
 DIST podman-2.0.3.tar.gz 9303421 BLAKE2B 
c0882c7fff60f33d1dc6752120a36ce35ce321c661ec29ae940f392b5ef9fb6176fea556a89ca9823b4981997d6e61545531d39d95b31d23602b0d3e1a78870a
 SHA512 
ee6d4f4735196fc07e03e9c1e99aa62650d9651bd5f24657398d42b3f2ebf59240a49fecfbf71a3d90636ea44c243cc4f7504c43d8f48e76ee504b3d10762240
+DIST podman-2.0.4.tar.gz 9305631 BLAKE2B 
a6a5760886d112b6cd69625137ec0aa9e368e8ff09f114123ff0b17ad2ef5b26b5eb645a5bbabc30a7cb900d7844587e0051969fefba9d5e8b5652a571857e09
 SHA512 
39313615b4c0befec3a073b7bf4a689208e39cb7bcba81f6d8982e188402c457cbe4835a128274761e55ab1272a780f9747caa07746fe62af7a568eebc96ad6a

diff --git a/app-emulation/libpod/libpod-2.0.4.ebuild 
b/app-emulation/libpod/libpod-2.0.4.ebuild
new file mode 100644
index 000..a5572a93cf7
--- /dev/null
+++ b/app-emulation/libpod/libpod-2.0.4.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT="cab27868766a3b01ac14ff46180af8644c41d1cd"
+
+inherit bash-completion-r1 flag-o-matic go-module
+
+DESCRIPTION="Library and podman tool for running OCI-based containers in Pods"
+HOMEPAGE="https://github.com/containers/podman/";
+MY_PN=podman
+MY_P=${MY_PN}-${PV}
+SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64"
+IUSE="apparmor btrfs +fuse +rootless selinux"
+RESTRICT="test"
+
+COMMON_DEPEND="
+   app-crypt/gpgme:=
+   >=app-emulation/conmon-2.0.0
+   || ( >=app-emulation/runc-1.0.0_rc6 app-emulation/crun )
+   dev-libs/libassuan:=
+   dev-libs/libgpg-error:=
+   >=net-misc/cni-plugins-0.8.6
+   sys-fs/lvm2
+   sys-libs/libseccomp:=
+
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( sys-fs/btrfs-progs )
+   rootless? ( app-emulation/slirp4netns )
+   selinux? ( sys-libs/libselinux:= )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-go/go-md2man"
+RDEPEND="${COMMON_DEPEND}
+   fuse? ( sys-fs/fuse-overlayfs )"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # Disable installation of python modules here, since those are
+   # installed by separate ebuilds.
+   local makefile_sed_args=(
+   -e '/^GIT_.*/d'
+   -e 's/$(GO) build/$(GO) build -v -work -x/'
+   -e 's/^\(install:.*\) install\.python$/\1/'
+   -e 's|^pkg/varlink/iopodman.go: .gopathok 
pkg/varlink/io.podman.varlink$|pkg/varlink/iopodman.go: 
pkg/varlink/io.podman.varlink|'
+   )
+
+   has_version -b '>=dev-lang/go-1.13.9' || makefile_sed_args+=(-e 
's:GO111MODULE=off:GO111MODULE=on:')
+
+   sed "${makefile_sed_args[@]}" -i Makefile || die
+
+   sed -e 's|OUTPUT="${CIRRUS_TAG:.*|OUTPUT='v${PV}'|' \
+   -i hack/get_release_info.sh || die
+}
+
+src_compile() {
+   # Filter unsupported linker flags
+   filter-flags '-Wl,*'
+
+   [[ -f hack/apparmor_tag.sh ]] || die
+   if use apparmor; then
+   echo -e "#!/bin/sh\necho apparmor" > hack/apparmor_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/apparmor_tag.sh || die
+   fi
+
+   [[ -f hack/btrfs_installed_tag.sh ]] || die
+   if use btrfs; then
+   echo -e "#!/bin/sh\ntrue" > hack/btrfs_installed_tag.sh || die
+   else
+   echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+  

[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal-gtk/

2020-07-31 Thread Thomas Deutschmann
commit: c05eb349a89b15e4af423d6aac360be55c08e3b7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 31 20:58:55 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 31 20:58:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05eb349

sys-apps/xdg-desktop-portal-gtk: move dev-util/gdbus-codegen to BDEPEND

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

 sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild 
b/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild
index ab551f0f5df..ed07582361d 100644
--- a/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild
+++ b/sys-apps/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk-1.7.1_pre.ebuild
@@ -18,13 +18,13 @@ KEYWORDS=""
 IUSE="wayland X"
 
 BDEPEND="
+   dev-util/gdbus-codegen
sys-devel/gettext
virtual/pkgconfig
 "
 
 DEPEND="
dev-libs/glib:2
-   dev-util/gdbus-codegen
gnome-base/gnome-desktop:3=
media-libs/fontconfig
sys-apps/dbus



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

2020-07-31 Thread Sergei Trofimovich
commit: 7faed09083a9e8c406ddd14cf663bf9229b88d88
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:52:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7faed090

toolchain.eclass: always validate gcc/BASE-VER (assume >=gcc-4.1)

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

 eclass/toolchain.eclass | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index b205aeccb5c..4d08574228d 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -474,12 +474,10 @@ toolchain_src_prepare() {
setup_multilib_osdirnames
gcc_version_patch
 
-   if tc_version_is_at_least 4.1 ; then
-   local actual_version=$(< "${S}"/gcc/BASE-VER)
-   if [[ "${GCC_RELEASE_VER}" != "${actual_version}" ]] ; then
-   eerror "'${S}/gcc/BASE-VER' contains 
'${actual_version}', expected '${GCC_RELEASE_VER}'"
-   die "Please set 'TOOLCHAIN_GCC_PV' to 
'${actual_version}'"
-   fi
+   local actual_version=$(< "${S}"/gcc/BASE-VER)
+   if [[ "${GCC_RELEASE_VER}" != "${actual_version}" ]] ; then
+   eerror "'${S}/gcc/BASE-VER' contains '${actual_version}', 
expected '${GCC_RELEASE_VER}'"
+   die "Please set 'TOOLCHAIN_GCC_PV' to '${actual_version}'"
fi
 
# >= gcc-4.3 doesn't bundle ecj.jar, so copy it



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

2020-07-31 Thread Sergei Trofimovich
commit: e91fed16ab4cf614ca15328400767823dcf9a0f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:53:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91fed16

toolchain.eclass: drop --as-needed spec workaround for  gentoo.org>

 eclass/toolchain.eclass | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 4d08574228d..613f91761d7 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -491,13 +491,6 @@ toolchain_src_prepare() {
fi
fi
 
-   # disable --as-needed from being compiled into gcc specs
-   # natively when using a gcc version < 3.4.4
-   # http://gcc.gnu.org/PR14992
-   if ! tc_version_is_at_least 3.4.4 ; then
-   sed -i -e s/HAVE_LD_AS_NEEDED/USE_LD_AS_NEEDED/g 
"${S}"/gcc/config.in
-   fi
-
# In gcc 3.3.x and 3.4.x, rename the java bins to gcc-specific names
# in line with gcc-4.
if tc_version_is_between 3.3 4.0 ; then



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

2020-07-31 Thread Sergei Trofimovich
commit: 8a3327cc47bb53d42547d01ac1135ba0c417330f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:33:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3327cc

toolchain.eclass: drop handling of /usr/lib/gcc-lib for gcc-3.3

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

 eclass/toolchain.eclass | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ee1d5f5d541..78f805f7454 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -99,11 +99,7 @@ fi
 
 PREFIX=${TOOLCHAIN_PREFIX:-${EPREFIX}/usr}
 
-if tc_version_is_at_least 3.4.0 ; then
-   
LIBPATH=${TOOLCHAIN_LIBPATH:-${PREFIX}/lib/gcc/${CTARGET}/${GCC_CONFIG_VER}}
-else
-   
LIBPATH=${TOOLCHAIN_LIBPATH:-${PREFIX}/lib/gcc-lib/${CTARGET}/${GCC_CONFIG_VER}}
-fi
+LIBPATH=${TOOLCHAIN_LIBPATH:-${PREFIX}/lib/gcc/${CTARGET}/${GCC_CONFIG_VER}}
 INCLUDEPATH=${TOOLCHAIN_INCLUDEPATH:-${LIBPATH}/include}
 
 if is_crosscompile ; then



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

2020-07-31 Thread Sergei Trofimovich
commit: 5665d235a45489cc931f5ae07afee14b3e3e6df6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:35:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5665d235

profiles/features/multilib/make.defaults: drop gcc-lib from gcc-3.3 era

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

 profiles/features/multilib/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/features/multilib/make.defaults 
b/profiles/features/multilib/make.defaults
index 74e6d3748ee..fbf0bdcfb18 100644
--- a/profiles/features/multilib/make.defaults
+++ b/profiles/features/multilib/make.defaults
@@ -13,4 +13,4 @@ USE="multilib"
 # FEATURES="multilib-strict" specific settings.
 MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 
/usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
 MULTILIB_STRICT_DENY="64-bit.*shared object"
-MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"
+MULTILIB_STRICT_EXEMPT="(perl5|gcc|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"



[gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/, net-mail/vpopmail/files/

2020-07-31 Thread Sergei Trofimovich
commit: aabed522aad1d11f21f585fec92c13355fdfac95
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jul 31 20:15:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabed522

net-mail/vpopmail: fix build with PostgreSQL and onchange script

Closes: https://bugs.gentoo.org/734884
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../files/vpopmail-5.4.33-vpgsql-onchange.patch| 26 ++
 net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild|  1 +
 2 files changed, 27 insertions(+)

diff --git a/net-mail/vpopmail/files/vpopmail-5.4.33-vpgsql-onchange.patch 
b/net-mail/vpopmail/files/vpopmail-5.4.33-vpgsql-onchange.patch
new file mode 100644
index 000..4fcd3a51a0b
--- /dev/null
+++ b/net-mail/vpopmail/files/vpopmail-5.4.33-vpgsql-onchange.patch
@@ -0,0 +1,26 @@
+From c317829c750438fbb16867cbadb196328f3ba567 Mon Sep 17 00:00:00 2001
+From: Rolf Eike Beer 
+Date: Fri, 31 Jul 2020 22:09:50 +0200
+Subject: [PATCH] fix build when using PostgreSQL and --enable-onchange-script
+
+This obviously has never worked.
+---
+ vpgsql.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/vpgsql.c b/vpgsql.c
+index b5dd40b..7d8e5c0 100644
+--- a/vpgsql.c
 b/vpgsql.c
+@@ -1456,7 +1456,7 @@ int valias_delete_domain( char *domain)
+ #ifdef ONCHANGE_SCRIPT
+   if( allow_onchange ) {
+  /* tell other programs that data has changed */
+- snprintf ( onchange_buf, MAX_BUFF, "%s@%s - %s", alias, domain, 
alias_line);
++ snprintf ( onchange_buf, MAX_BUFF, "%s", domain );
+  call_onchange ( "valias_delete_domain" );
+  }
+ #endif
+-- 
+2.26.2
+

diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild 
b/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
index face2fb6b99..ce3584c722a 100644
--- a/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
@@ -39,6 +39,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.4.33-unistd.patch
"${FILESDIR}"/${PN}-5.4.33-check-crypt-return-value-for-NULL.patch
"${FILESDIR}"/${PN}-5.4.33-use-proper-printf-format-strings.patch
+   "${FILESDIR}"/${PN}-5.4.33-vpgsql-onchange.patch
 )
 DOCS=(
ChangeLog



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

2020-07-31 Thread Sergei Trofimovich
commit: 78ba2013f2aa0f519a6c2e7b5d951ac84319d0df
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:43:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ba2013

toolchain.eclass: drop support for standalone lang=d

'd' is merged and maintained upstream. Dropped support
for external patches. No ::gentoo ebuilds are using it.

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

 eclass/toolchain.eclass | 16 
 1 file changed, 16 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 4f4dc83c8d6..4ba4674f19b 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -146,7 +146,6 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
fi
IUSE+=" debug +cxx +nptl" TC_FEATURES+=(nptl)
[[ -n ${PIE_VER} ]] && IUSE+=" nopie"
-   [[ -n ${D_VER}   ]] && IUSE+=" d"
[[ -n ${SPECS_VER} ]] && IUSE+=" nossp"
# fortran support appeared in 4.1, but 4.1 needs outdated mpfr
tc_version_is_at_least 4.2 && IUSE+=" +fortran" TC_FEATURES+=(fortran)
@@ -378,9 +377,6 @@ get_gcc_src_uri() {
[[ -n ${SPECS_VER} ]] && \
GCC_SRC_URI+=" $(gentoo_urls 
gcc-${SPECS_GCC_VER}-specs-${SPECS_VER}.tar.bz2)"
 
-   [[ -n ${D_VER} ]] && \
-   GCC_SRC_URI+=" d? ( 
mirror://sourceforge/dgcc/gdc-${D_VER}-src.tar.bz2 )"
-
if tc_has_feature gcj ; then
if tc_version_is_at_least 4.5 ; then
GCC_SRC_URI+=" gcj? ( 
ftp://sourceware.org/pub/java/ecj-4.5.jar )"
@@ -451,18 +447,6 @@ toolchain_src_prepare() {
export BRANDING_GCC_PKGVERSION="Gentoo ${GCC_PVR}"
cd "${S}"
 
-   if [[ -n ${D_VER} ]] && use d ; then
-   mv "${WORKDIR}"/d gcc/d || die
-   ebegin "Adding support for the D language"
-   ./gcc/d/setup-gcc.sh >& "${T}"/dgcc.log
-   if ! eend $? ; then
-   eerror "The D GCC package failed to apply"
-   eerror "Please include this log file when posting a bug 
report:"
-   eerror "  ${T}/dgcc.log"
-   die "failed to include the D language"
-   fi
-   fi
-
do_gcc_gentoo_patches
do_gcc_PIE_patches
do_gcc_CYGWINPORTS_patches



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

2020-07-31 Thread Sergei Trofimovich
commit: 6f541b586a91954d1083cf1f105c8e32ea7362d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:55:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f541b58

toolchain.eclass: drop java binary renames for  gentoo.org>

 eclass/toolchain.eclass | 41 -
 1 file changed, 41 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 613f91761d7..a4cb9cc141e 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -491,12 +491,6 @@ toolchain_src_prepare() {
fi
fi
 
-   # In gcc 3.3.x and 3.4.x, rename the java bins to gcc-specific names
-   # in line with gcc-4.
-   if tc_version_is_between 3.3 4.0 ; then
-   do_gcc_rename_java_bins
-   fi
-
# Prevent libffi from being installed
if tc_version_is_between 3.0 4.8 ; then
sed -i -e 's/\(install.*:\) install-.*recursive/\1/' 
"${S}"/libffi/Makefile.in || die
@@ -711,41 +705,6 @@ gcc_version_patch() {
sed -i "${gcc_sed[@]}" "${S}"/gcc/version.c || die
 }
 
-do_gcc_rename_java_bins() {
-   # bug #139918 - conflict between gcc and java-config-2 for ownership of
-   # /usr/bin/rmi{c,registry}.  Done with mv & sed rather than a patch
-   # because patches would be large (thanks to the rename of man files),
-   # and it's clear from the sed invocations that all that changes is the
-   # rmi{c,registry} names to grmi{c,registry} names.
-   # Kevin F. Quinn 2006-07-12
-   einfo "Renaming jdk executables rmic and rmiregistry to grmic and 
grmiregistry."
-   # 1) Move the man files if present (missing prior to gcc-3.4)
-   for manfile in rmic rmiregistry ; do
-   [[ -f ${S}/gcc/doc/${manfile}.1 ]] || continue
-   mv "${S}"/gcc/doc/${manfile}.1 "${S}"/gcc/doc/g${manfile}.1
-   done
-   # 2) Fixup references in the docs if present (mission prior to gcc-3.4)
-   for jfile in gcc/doc/gcj.info gcc/doc/grmic.1 gcc/doc/grmiregistry.1 
gcc/java/gcj.texi ; do
-   [[ -f ${S}/${jfile} ]] || continue
-   sed -i -e 's:rmiregistry:grmiregistry:g' "${S}"/${jfile} ||
-   die "Failed to fixup file ${jfile} for rename to 
grmiregistry"
-   sed -i -e 's:rmic:grmic:g' "${S}"/${jfile} ||
-   die "Failed to fixup file ${jfile} for rename to grmic"
-   done
-   # 3) Fixup Makefiles to build the changed executable names
-   #These are present in all 3.x versions, and are the important 
bit
-   #to get gcc to build with the new names.
-   for jfile in libjava/Makefile.am libjava/Makefile.in 
gcc/java/Make-lang.in ; do
-   sed -i -e 's:rmiregistry:grmiregistry:g' "${S}"/${jfile} ||
-   die "Failed to fixup file ${jfile} for rename to 
grmiregistry"
-   # Careful with rmic on these files; it's also the name of a 
directory
-   # which should be left unchanged.  Replace occurrences of 
'rmic$',
-   # 'rmic_' and 'rmic '.
-   sed -i -e 's:rmic\([$_ ]\):grmic\1:g' "${S}"/${jfile} ||
-   die "Failed to fixup file ${jfile} for rename to grmic"
-   done
-}
-
 #>> src_configure <<
 
 toolchain_src_configure() {



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

2020-07-31 Thread Sergei Trofimovich
commit: 25a827843a88cb85bd35493049d4b59f426fc0e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:36:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a82784

toolchain.eclass: simplify LICENSE= by leaving >=gcc-4.6 case

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

 eclass/toolchain.eclass | 15 +--
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 78f805f7454..104fc541d90 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -117,20 +117,7 @@ 
STDCXX_INCDIR=${TOOLCHAIN_STDCXX_INCDIR:-${LIBPATH}/include/g++-v${GCC_BRANCH_VE
 
 #>> LICENSE+SLOT+IUSE logic <<
 
-if tc_version_is_at_least 4.6 ; then
-   LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ 
gcc-runtime-library-exception-3.1 ) FDL-1.3+"
-elif tc_version_is_at_least 4.4 ; then
-   LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ 
gcc-runtime-library-exception-3.1 ) FDL-1.2+"
-elif tc_version_is_at_least 4.3 ; then
-   LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ ) FDL-1.2+"
-elif tc_version_is_at_least 4.2 ; then
-   LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ libgcc libstdc++ ) FDL-1.2+"
-elif tc_version_is_at_least 3.3 ; then
-   LICENSE="GPL-2+ LGPL-2.1+ FDL-1.2+"
-else
-   LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-fi
-
+LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ 
gcc-runtime-library-exception-3.1 ) FDL-1.3+"
 IUSE="test vanilla +nls"
 RESTRICT="!test? ( test )"
 



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

2020-07-31 Thread Sergei Trofimovich
commit: 66e9731c309d07a56a70bbf5bba0f0deb8d8c34f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:48:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e9731c

toolchain.eclass: drop tweak for pythondir for gcc-{4.5..4.7}

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

 eclass/toolchain.eclass | 8 
 1 file changed, 8 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 4ba4674f19b..0848fb18e35 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -465,14 +465,6 @@ toolchain_src_prepare() {
make_gcc_hard
fi
 
-   # install the libstdc++ python into the right location
-   # http://gcc.gnu.org/PR51368
-   if tc_version_is_between 4.5 4.7 ; then
-   sed -i \
-   '/^pythondir =/s:=.*:= $(datadir)/python:' \
-   "${S}"/libstdc++-v3/python/Makefile.in || die
-   fi
-
# make sure the pkg config files install into multilib dirs.
# since we configure with just one --libdir, we can't use that
# (as gcc itself takes care of building multilibs).  #435728



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

2020-07-31 Thread Sergei Trofimovich
commit: 013e7389a8e1fb9e086f3602c31f346995992d14
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:29:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013e7389

toolchain.eclass: drop IUSE=mudflap handling

mudflap was removed in favour of sanitizers.

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

 eclass/toolchain.eclass | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 3867bd2b9f8..ee1d5f5d541 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -173,7 +173,6 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
tc_version_is_at_least 3.3 && IUSE+=" pgo"
tc_version_is_at_least 4.0 &&
IUSE+=" objc-gc" TC_FEATURES+=(objc-gc)
-   tc_version_is_between 4.0 4.9 && IUSE+=" mudflap"
tc_version_is_at_least 4.1 && IUSE+=" libssp objc++"
tc_version_is_at_least 4.2 && IUSE+=" +openmp"
tc_version_is_at_least 4.3 && IUSE+=" fixed-point"
@@ -1244,12 +1243,6 @@ toolchain_src_configure() {
fi
 
if tc_version_is_at_least 4.0 ; then
-   if in_iuse mudflap ; then
-   confgcc+=( $(use_enable mudflap libmudflap) )
-   else
-   confgcc+=( --disable-libmudflap )
-   fi
-
if use_if_iuse libssp ; then
confgcc+=( --enable-libssp )
else



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

2020-07-31 Thread Sergei Trofimovich
commit: f7bc577cc6dce44e3684d4106853efe5d3f74814
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:51:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bc577c

toolchain.eclass: drop fixheadtails.eclass use for  gentoo.org>

 eclass/toolchain.eclass | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 0848fb18e35..b205aeccb5c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -7,7 +7,7 @@
 DESCRIPTION="The GNU Compiler Collection"
 HOMEPAGE="https://gcc.gnu.org/";
 
-inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils 
toolchain-funcs prefix
+inherit eutils flag-o-matic gnuconfig libtool multilib pax-utils 
toolchain-funcs prefix
 
 tc_is_live() {
[[ ${PV} == ** ]]
@@ -471,15 +471,6 @@ toolchain_src_prepare() {
find "${S}" -name Makefile.in \
-exec sed -i 
'/^pkgconfigdir/s:=.*:=$(toolexeclibdir)/pkgconfig:' {} +
 
-   # No idea when this first started being fixed, but let's go with 4.3.x 
for now
-   if ! tc_version_is_at_least 4.3 ; then
-   fix_files=""
-   for x in contrib/test_summary 
libstdc++-v3/scripts/check_survey.in ; do
-   [[ -e ${x} ]] && fix_files="${fix_files} ${x}"
-   done
-   ht_fix_file ${fix_files} */configure *.sh */Makefile.in
-   fi
-
setup_multilib_osdirnames
gcc_version_patch
 



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

2020-07-31 Thread Sergei Trofimovich
commit: 92773927df2f0940ce5129d8fc4c6e88e7b11ab2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 31 18:41:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 31 20:42:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92773927

toolchain.eclass: drop IUSE=boundschecking support

boundschecking patch is superseded by IUSE=sanitize

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

 eclass/toolchain.eclass | 30 +-
 1 file changed, 1 insertion(+), 29 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 104fc541d90..4f4dc83c8d6 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -146,7 +146,6 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
fi
IUSE+=" debug +cxx +nptl" TC_FEATURES+=(nptl)
[[ -n ${PIE_VER} ]] && IUSE+=" nopie"
-   [[ -n ${HTB_VER} ]] && IUSE+=" boundschecking"
[[ -n ${D_VER}   ]] && IUSE+=" d"
[[ -n ${SPECS_VER} ]] && IUSE+=" nossp"
# fortran support appeared in 4.1, but 4.1 needs outdated mpfr
@@ -335,13 +334,6 @@ gentoo_urls() {
 #  The resulting filename of this tarball will be:
 #  
gcc-${SPECS_GCC_VER:-${GCC_RELEASE_VER}}-specs-${SPECS_VER}.tar.bz2
 #
-#  HTB_VER
-#  HTB_GCC_VER
-#  These variables control whether or not an ebuild 
supports Herman
-#  ten Brugge's bounds-checking patches. If you want to 
use a patch
-#  for an older gcc version with a new gcc, make sure you 
set
-#  HTB_GCC_VER to that version of gcc.
-#
 #  CYGWINPORTS_GITREV
 #  If set, this variable signals that we should apply 
additional patches
 #  maintained by upstream Cygwin developers at 
github/cygwinports/gcc,
@@ -386,16 +378,6 @@ get_gcc_src_uri() {
[[ -n ${SPECS_VER} ]] && \
GCC_SRC_URI+=" $(gentoo_urls 
gcc-${SPECS_GCC_VER}-specs-${SPECS_VER}.tar.bz2)"
 
-   # gcc bounds checking patch
-   if [[ -n ${HTB_VER} ]] ; then
-   local 
HTBFILE="bounds-checking-gcc-${HTB_GCC_VER}-${HTB_VER}.patch.bz2"
-   GCC_SRC_URI+="
-   boundschecking? (
-   mirror://sourceforge/boundschecking/${HTBFILE}
-   $(gentoo_urls ${HTBFILE})
-   )"
-   fi
-
[[ -n ${D_VER} ]] && \
GCC_SRC_URI+=" d? ( 
mirror://sourceforge/dgcc/gdc-${D_VER}-src.tar.bz2 )"
 
@@ -482,7 +464,6 @@ toolchain_src_prepare() {
fi
 
do_gcc_gentoo_patches
-   do_gcc_HTB_patches
do_gcc_PIE_patches
do_gcc_CYGWINPORTS_patches
 
@@ -607,14 +588,6 @@ do_gcc_gentoo_patches() {
fi
 }
 
-do_gcc_HTB_patches() {
-   use_if_iuse boundschecking || return 0
-
-   # modify the bounds checking patch with a regression patch
-   tc_apply_patches "Bounds checking patch" 
"${WORKDIR}/bounds-checking-gcc-${HTB_GCC_VER}-${HTB_VER}.patch"
-   BRANDING_GCC_PKGVERSION="${BRANDING_GCC_PKGVERSION}, 
HTB-${HTB_GCC_VER}-${HTB_VER}"
-}
-
 do_gcc_PIE_patches() {
want_pie || return 0
use vanilla && return 0
@@ -1680,8 +1653,7 @@ gcc_do_make() {
 
# Older versions of GCC could not do profiledbootstrap in parallel due 
to
# collisions with profiling info.
-   # boundschecking also seems to introduce parallel build issues.
-   if [[ ${GCC_MAKE_TARGET} == "profiledbootstrap" ]] || use_if_iuse 
boundschecking ; then
+   if [[ ${GCC_MAKE_TARGET} == "profiledbootstrap" ]]; then
! tc_version_is_at_least 4.6 && export MAKEOPTS="${MAKEOPTS} 
-j1"
fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/

2020-07-31 Thread Matthew Thode
commit: f0acab5fd50e39a9bdd432a64865b917618cb9de
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 31 20:12:33 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jul 31 20:12:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0acab5f

sys-boot/plymouth: stablize 0.9.5-r1 for systemd compat

Closes: https://bugs.gentoo.org/734938
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 sys-boot/plymouth/plymouth-0.9.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild 
b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild
index 3c47d67a881..38fbd00c892 100644
--- a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth";
 else
SRC_URI="${SRC_URI} 
https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 inherit autotools readme.gentoo-r1 systemd toolchain-funcs



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

2020-07-31 Thread Michał Górny
commit: b2b464f161aeadbe49288335c1b9057f31972edd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 31 18:25:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 31 20:11:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b464f1

dev-python/pytest-xdist: Bump to 1.34.0

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

 dev-python/pytest-xdist/Manifest   |  1 +
 .../files/pytest-xdist-1.34.0-pytest4.patch| 50 ++
 dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild | 44 +++
 3 files changed, 95 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 5ce83b0cf45..76387d4b5ce 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -3,3 +3,4 @@ DIST pytest-xdist-1.28.0.tar.gz 61486 BLAKE2B 
ef8157079ea890342cd566f327588148fa
 DIST pytest-xdist-1.31.0.tar.gz 66133 BLAKE2B 
79fe5f3bcad3421c1c751ffe6e09f0da42d4ff7c0016cb421ffabcab167028ec41ccfb02bbb275564cd74b13ade8d6e79bbb70b34995f3bc9000604a1533df9a
 SHA512 
b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
 DIST pytest-xdist-1.32.0.tar.gz 67733 BLAKE2B 
da0ce4e43dc8752e4329ddcbc13a5f55f5bc120c13f39bb01916770d2dc1864197fd91f92bc55ba27cd74b0d837ac2d310980874cdf54761339b2cd654dd6e74
 SHA512 
f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8
 DIST pytest-xdist-1.33.0.tar.gz 65588 BLAKE2B 
096ffa9295ec0ef4d390b714b02a4d126aa33475b55591b91375f2da0c957802e007b990dc2051d5198f223b250a4a7294367c9da8f8969313a61a7e8ef18ebd
 SHA512 
5e5b23e60b546779d4bbcc9b86c004bdb084689ba006c8bb8a7db9be60b6080f04a5bb2b1f5b43a5062b82e35493331d1da699d8a36177307280b06aa23a1367
+DIST pytest-xdist-1.34.0.tar.gz 66151 BLAKE2B 
ac5274e32b3ef6b72113efd4300eb6946a977e0e202d3383abcdbc022126b7806edb326ddc16abb1219e22eb091e06a9c39fce3031aaf5943d4ad653a47af142
 SHA512 
69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24

diff --git a/dev-python/pytest-xdist/files/pytest-xdist-1.34.0-pytest4.patch 
b/dev-python/pytest-xdist/files/pytest-xdist-1.34.0-pytest4.patch
new file mode 100644
index 000..8595480c01f
--- /dev/null
+++ b/dev-python/pytest-xdist/files/pytest-xdist-1.34.0-pytest4.patch
@@ -0,0 +1,50 @@
+From bd4e91d12bf6e20538d9b3acfe69536b3badcde5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Fri, 31 Jul 2020 20:13:24 +0200
+Subject: [PATCH 1/3] Fix test_config_initialization condition for pytest<5
+
+Fix test_config_initialization to be correctly skipped on pytest<5,
+by explicitly checking pytest version (idea copied from
+test_looponfail_removed_test).  The current conditions are insufficient
+-- the outer check wrongly assumes pytest>=5 will always be used
+on Python 3 (which is not true if you need the same version to support
+both Python 2 and Python 3), and the inner condition apparently
+wrongly assuming that invocation_params attribute is not present
+in pytest-4.
+---
+ testing/acceptance_test.py | 9 +++--
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py
+index 7f9a551..29c5d9a 100644
+--- a/testing/acceptance_test.py
 b/testing/acceptance_test.py
+@@ -2,6 +2,7 @@ import os
+ import re
+ import sys
+ import textwrap
++from pkg_resources import parse_version
+ 
+ import py
+ import pytest
+@@ -594,15 +595,11 @@ def test_fixture_teardown_failure(testdir):
+ 
+ 
+ @pytest.mark.skipif(
+-sys.version_info[:2] == (2, 7),
+-reason="Only available in pytest 5.0+ (Python 3 only)",
++parse_version(pytest.__version__) < parse_version("5"),
++reason="Only available in pytest 5.0+",
+ )
+ def test_config_initialization(testdir, monkeypatch, pytestconfig):
+ """Ensure workers and master are initialized consistently. Integration 
test for #445"""
+-if not hasattr(pytestconfig, "invocation_params"):
+-pytest.skip(
+-"requires pytest >=5.1 (config has no attribute 
'invocation_params')"
+-)
+ testdir.makepyfile(
+ **{
+ "dir_a/test_foo.py": """
+-- 
+2.28.0
+

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild
new file mode 100644
index 000..2cc790bff70
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";

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

2020-07-31 Thread Sam James
commit: 5d2d1a52aa947db44a604b8e8a96db114fbd218b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 20:05:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 20:06:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2d1a52

profiles/arch/riscv: mask cmake[test] (unkeyworded deps)

Bug: https://bugs.gentoo.org/720296
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/riscv/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index fdbb0ad5480..e836857218f 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -4,7 +4,7 @@
 # Sam James  (2020-07-31)
 # Large amount of missing keywords for cmake and friends
 # bug #720296, bug #724358
-dev-util/cmake doc
+dev-util/cmake doc test
 dev-libs/jsoncpp doc
 
 # Lars Wendler  (2020-06-25)



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

2020-07-31 Thread Mike Gilbert
commit: 3d39aa0773e9c40af04eee542a18212d44a06bbc
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Thu Jul 30 18:49:36 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jul 31 19:43:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d39aa07

www-client/chromium: beta channel bump to 85.0.4183.48

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16914

 www-client/chromium/Manifest| 2 +-
 .../{chromium-85.0.4183.39.ebuild => chromium-85.0.4183.48.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index c464a61d709..29b9a0b5ed3 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,7 +1,7 @@
 DIST chromium-84-patchset-3.tar.xz 20148 BLAKE2B 
d910570b43f63bcf4ead90ca4e4005a08d7c85b5b4e7af2a70ec4bc18265cbe8b075523878710075cfee4e0631eb3374e1e6d06251f4bf03377954807b1951e9
 SHA512 
316db8b0359b10a988242a0d665475d912fa9b610a547478d8c39b337afc02780a54d7024e231eb4fd402063cf439f6e2b4bb92a4968c8e0c3e69d84a2ae1664
 DIST chromium-84.0.4147.105.tar.xz 845167500 BLAKE2B 
53dc3658d1d206864b20b4a9e6f54d321332a765a6d5589d241103e2bd84af42f264386a928e220e332d867f4265ae617c7669337c05b106f9a42bba2cc019f8
 SHA512 
23cdd8b49c3276b16f1b4753fadf9f428720f0a95a3f567d189ba0e8a231d7bc1f62e96da6188645243eedac15ecc554b97e83c1a63aa647e7946cc1ba015a8c
 DIST chromium-85-patchset-2.tar.xz 9724 BLAKE2B 
929d6abe3a66db395a9cedc63510a6a0ed0d79057f92ade22fe26221bf46a63e88fb40d6e54e6ffa837d142ec5da22e2b428f3153db431e3389de0b230fa2aec
 SHA512 
753ce53c2c10cf1abdce334086a633dfcb4543c86a2dccbee0ad1bc8a8a0b642cdd18e2277c67088a380a9fa2ca8fd655e2fc0b3a2931de3230afa046615cd0e
-DIST chromium-85.0.4183.39.tar.xz 863788052 BLAKE2B 
76551471aab570e6484b0dae31191f2d2aace5f360353274a265f205b7c24997b75c6d32b15ff0e34dd0c31edb70491f4f5f7bb8fe331f8b110fa77051572d54
 SHA512 
23ac7d6d96a6abaee565b791d75b03fa0b9ff9f3a8bd8f4c42896f345530796485d756ac96f97e566f4c9d054ca3fa9b14d5dc774533f50e5a9e1ea5669d663b
+DIST chromium-85.0.4183.48.tar.xz 863832848 BLAKE2B 
88e74f085591b7d7a21a3cd5fa5e12ac381d346492f5774a8a4aecc9c6af453270acd61447009c7b7749c3e8fc4f7b4f064749aa398b18372f8265baecedaa25
 SHA512 
d2886f6acc6a5afcd03deac7ad82ca6f99f527672a2e0cafaadc467edc98306584e26796c1a9a097ce2880bbee68d05982df12a1c31c34d52b1c1506f4fbd7fa
 DIST chromium-86-patchset-1.tar.xz 6588 BLAKE2B 
7a01189d7bf55c3b48b6ef377bc364dfc59ecece9669b127af74c01678ba39ee8893e4dfc7eafb8c5550365975fcd4baca33894ef2346d980249cede6e03c0bc
 SHA512 
30a1417e7cbe1a674c240b976f1ceee00fa2140e9857e13a2767b9de652fd9e93bdac151a076d4076a0bd7ceb6fc2b391b41143668121a21820fc8c9975f0958
 DIST chromium-86.0.4209.2.tar.xz 869377072 BLAKE2B 
e6dbb88533278c9a55f45facd3cbb03a8457ece7bc981c1a426c863cf0f717b189aa288b09607d0aa1be21de7d5f178500979925f21e0fcc7dbf8418b14b5a11
 SHA512 
1bb718a8e167266b54f37f468a4312b35fc91e230bff9681a945be85ca0bbdbb63670cdb1f87ba460eca1cd7393e4f6a6337468e7ca657c7b580656c2d6a059e
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-85.0.4183.39.ebuild 
b/www-client/chromium/chromium-85.0.4183.48.ebuild
similarity index 100%
rename from www-client/chromium/chromium-85.0.4183.39.ebuild
rename to www-client/chromium/chromium-85.0.4183.48.ebuild



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

2020-07-31 Thread Matt Turner
commit: 75c8359a5af8665f8f981e37503e56414c011c04
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Jul 19 16:36:07 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 31 19:42:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c8359a

dev-python/helpdev: add missing test dep

Bug: https://bugs.gentoo.org/733196
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/16746
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/helpdev/helpdev-0.7.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild 
b/dev-python/helpdev/helpdev-0.7.1.ebuild
index 48dabc7184c..52bb4cf4873 100644
--- a/dev-python/helpdev/helpdev-0.7.1.ebuild
+++ b/dev-python/helpdev/helpdev-0.7.1.ebuild
@@ -21,5 +21,7 @@ RDEPEND="
dev-python/psutil[${PYTHON_USEDEP}]
 "
 
+BDEPEND="test? ( dev-python/pip[${PYTHON_USEDEP}] )"
+
 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
 distutils_enable_tests pytest



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

2020-07-31 Thread Matt Turner
commit: a8d6ca4533b82ae5ba111fa3306fde5503e458b6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 31 19:38:49 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 31 19:42:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d6ca45

x11-libs/libX11: Version bump to 1.6.10

Bug: https://bugs.gentoo.org/734974
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libX11/Manifest |  1 +
 x11-libs/libX11/libX11-1.6.10.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
index 7b7ca0feb3c..0a3ba78b4cd 100644
--- a/x11-libs/libX11/Manifest
+++ b/x11-libs/libX11/Manifest
@@ -1 +1,2 @@
+DIST libX11-1.6.10.tar.bz2 2294095 BLAKE2B 
de615b3fb95e709f3e7b4f91c21b7f29adedb591afd76d8e631ea1d88a54530d799c840de6f5ee1af2a5aa48dfb87bc20dcbed2a2902d707ea3c198ec24d8d86
 SHA512 
ad384d8896fbe587f7fd99b0d3cc56fac6e2facbab52fa99174200d06b19dd163a483c998acf3834b3a4a3aa4de0dbbe13919a1c80e6797afe467c7075b403ff
 DIST libX11-1.6.9.tar.bz2 2283814 BLAKE2B 
00fb965b9cd19bde79c4e598c677d21058c85a8ac37d9addab7fb0b2faf67e3d65b91e1864bcd7180e5fd8b0ab7ec3cf68ae7f95ac8e82a049529b5a139b43bd
 SHA512 
fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31

diff --git a/x11-libs/libX11/libX11-1.6.10.ebuild 
b/x11-libs/libX11/libX11-1.6.10.ebuild
new file mode 100644
index 000..64cf1376c97
--- /dev/null
+++ b/x11-libs/libX11/libX11-1.6.10.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X.Org X11 library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="ipv6 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]
+   !

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

2020-07-31 Thread Matt Turner
commit: 0d4c04f8fa18ec006d0841c9184e09d10b752c07
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Jul 19 16:40:01 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 31 19:42:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4c04f8

dev-python/qdarkstyle: add missing dep flag

Bug: https://bugs.gentoo.org/733194
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/16747
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index 2e031c10132..fd2c520e477 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -21,10 +21,15 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="examples"
 
-RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/QtPy-1.7[${PYTHON_USEDEP}]"
-
-DEPEND="test? ( dev-python/qtsass[${PYTHON_USEDEP}] )"
+RDEPEND="
+   >=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-1.7[gui,${PYTHON_USEDEP}]
+"
+
+DEPEND="test? (
+   dev-python/qtsass[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-1.7[gui,testlib,${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/m2r



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

2020-07-31 Thread Sam James
commit: d1a5bfe9220d3eb9e0d0ef33c46c57e87a272f19
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 19:32:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 19:33:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a5bfe9

profiles/arch/riscv: mask cmake[doc], json-c[doc]

Bug: https://bugs.gentoo.org/724358
Bug: https://bugs.gentoo.org/720296
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 0a595e2b137..fdbb0ad5480 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-07-31)
+# Large amount of missing keywords for cmake and friends
+# bug #720296, bug #724358
+dev-util/cmake doc
+dev-libs/jsoncpp doc
+
 # Lars Wendler  (2020-06-25)
 # Missing keyword. Requires dev-util/cmake which also lacks keyword and
 # possibly a whole bunch of its deps as well



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

2020-07-31 Thread Sam James
commit: 5c0e2fdd5fc093c5a190a3fd4672b9a1d608662e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 18:14:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 19:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0e2fdd

sci-mathematics/z3: arm stable (bug #734542)

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

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

diff --git a/sci-mathematics/z3/z3-4.8.8.ebuild 
b/sci-mathematics/z3/z3-4.8.8.ebuild
index 9d250da9946..a8a31be91ed 100644
--- a/sci-mathematics/z3/z3-4.8.8.ebuild
+++ b/sci-mathematics/z3/z3-4.8.8.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/4.8"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc64 ~x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-07-31 Thread Sam James
commit: 0907474e2964cb8f8b8bbe9dbdff58cdc56d6393
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 18:15:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 19:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0907474e

dev-libs/libbytesize: arm64 stable (bug #734936)

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

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

diff --git a/dev-libs/libbytesize/libbytesize-2.3.ebuild 
b/dev-libs/libbytesize/libbytesize-2.3.ebuild
index 0d91bc5f999..f0d8c11941f 100644
--- a/dev-libs/libbytesize/libbytesize-2.3.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/storaged-project/libbytesize";
 
SRC_URI="https://github.com/storaged-project/libbytesize/releases/download/${PV}/${P}.tar.gz";
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc python test tools"
 
 REQUIRED_USE="



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

2020-07-31 Thread Sam James
commit: 849a151cca5f2257f34c839120eba6bc2f97a1fa
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 19:25:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 19:33:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849a151c

app-arch/libarchive: arm stable (bug #734520)

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

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

diff --git a/app-arch/libarchive/libarchive-3.4.3.ebuild 
b/app-arch/libarchive/libarchive-3.4.3.ebuild
index dde837017a8..3ef8e65af14 100644
--- a/app-arch/libarchive/libarchive-3.4.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.4.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz";
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 
+lzma lzo nettle static-libs +threads xattr +zlib zstd"
 
 RDEPEND="



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

2020-07-31 Thread Marek Szuba
commit: aeda5bf121c4fbc1f956036196e099536cf318f9
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jul 31 19:24:36 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jul 31 19:31:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeda5bf1

app-text/sword-modules: group packages by L10N value

No real point in this pulling in every single SWORD module available...
Grouping them by language makes more sense to me.

This list includes all the modules which only got packaged for Gentoo
earlier on today.

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

 app-text/sword-modules/metadata.xml  |   7 +-
 app-text/sword-modules/sword-modules-1-r3.ebuild | 143 --
 app-text/sword-modules/sword-modules-2.ebuild| 568 +++
 3 files changed, 571 insertions(+), 147 deletions(-)

diff --git a/app-text/sword-modules/metadata.xml 
b/app-text/sword-modules/metadata.xml
index 767ef6a4ec2..f24236186ef 100644
--- a/app-text/sword-modules/metadata.xml
+++ b/app-text/sword-modules/metadata.xml
@@ -5,8 +5,7 @@
mare...@gentoo.org
Marek Szuba

-   
-These are some of the more popular modules for the SWORD Project.
-They provide a large number of tools for personal study.
-   
+   
+   Install modules with no linguistic 
content, in unknown languages etc.
+   
 

diff --git a/app-text/sword-modules/sword-modules-1-r3.ebuild 
b/app-text/sword-modules/sword-modules-1-r3.ebuild
deleted file mode 100644
index c1c0e0d55a7..000
--- a/app-text/sword-modules/sword-modules-1-r3.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DESCRIPTION="A collection of modules for the SWORD project"
-HOMEPAGE="https://www.crosswire.org/sword/";
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-dicts/sword-Abbott
-   app-dicts/sword-ACV
-   app-dicts/sword-Afr1953
-   app-dicts/sword-AKJV
-   app-dicts/sword-Alb
-   app-dicts/sword-Aleppo
-   app-dicts/sword-AmTract
-   app-dicts/sword-AraSVD
-   app-dicts/sword-ArmEastern
-   app-dicts/sword-ArmWestern
-   app-dicts/sword-ASV
-   app-dicts/sword-Barnes
-   app-dicts/sword-BasHautin
-   app-dicts/sword-BBE
-   app-dicts/sword-BulVeren
-   app-dicts/sword-BurJudson
-   app-dicts/sword-Byz
-   app-dicts/sword-CBC
-   app-dicts/sword-Chamorro
-   app-dicts/sword-Clarke
-   app-dicts/sword-Common
-   app-dicts/sword-CroSaric
-   app-dicts/sword-CzeBKR
-   app-dicts/sword-DaOT1931NT1907
-   app-dicts/sword-Daily
-   app-dicts/sword-Darby
-   app-dicts/sword-Diaglott
-   app-dicts/sword-DRC
-   app-dicts/sword-DTN
-   app-dicts/sword-DutKant
-   app-dicts/sword-DutSVV
-   app-dicts/sword-Easton
-   app-dicts/sword-Esperanto
-   app-dicts/sword-FarOPV
-   app-dicts/sword-FinBiblia
-   app-dicts/sword-Finney
-   app-dicts/sword-FinPR
-   app-dicts/sword-FreBBB
-   app-dicts/sword-FreBDM1744
-   app-dicts/sword-FreCrampon
-   app-dicts/sword-FreSegond1910
-   app-dicts/sword-Geneva
-   app-dicts/sword-Geneva1599
-   app-dicts/sword-GerElb1871
-   app-dicts/sword-GerElb1905
-   app-dicts/sword-GerLut1545
-   app-dicts/sword-GerSch
-   app-dicts/sword-GreekHebrew
-   app-dicts/sword-HebrewGreek
-   app-dicts/sword-Heretics
-   app-dicts/sword-Hitchcock
-   app-dicts/sword-HunKar
-   app-dicts/sword-Institutes
-   app-dicts/sword-ISBE
-   app-dicts/sword-ISV
-   app-dicts/sword-ItaDio
-   app-dicts/sword-ItaRive
-   app-dicts/sword-JFB
-   app-dicts/sword-Josephus
-   app-dicts/sword-JPS
-   app-dicts/sword-JST
-   app-dicts/sword-Jubilee2000
-   app-dicts/sword-KJV
-   app-dicts/sword-KJVA
-   app-dicts/sword-KLV
-   app-dicts/sword-KLVen_iklingon
-   app-dicts/sword-KLViklingon_en
-   app-dicts/sword-Lightfoot
-   app-dicts/sword-LITV
-   app-dicts/sword-Luther
-   app-dicts/sword-MAK
-   app-dicts/sword-ManxGaelic
-   app-dicts/sword-MHC
-   app-dicts/sword-MHCC
-   app-dicts/sword-MKJV
-   app-dicts/sword-Montgomery
-   app-dicts/sword-Murdock
-   app-dicts/sword-Nave
-   app-dicts/sword-Norsk
-   app-dicts/sword-Orthodoxy
-   app-dicts/sword-Packard
-   app-dicts/sword-Personal
-   app-dicts/sword-Peshitta
-   app-dicts/sword-Pilgrim
-   app-dicts/sword-PNT
-   app-dicts/sword-Practice
-   app-dicts/sword-RKJNT
-   app-dicts/sword-RNKJV
-   app-dicts/sword-Robinson
-   app-dicts/sword-Rotherham
-   app-dicts/sword-RusMakarij
-   app-dicts/sword-RusSynodal
-   app-dicts/sword-RWebster
-   app-dicts/sword-RWP
-   app-dicts/sword-SAOA
-   

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

2020-07-31 Thread Marek Szuba
commit: 0c88e80de440da135588bdacd50ed96d2cd4006e
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jul 31 19:07:06 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jul 31 19:31:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c88e80d

profiles/desc: Add L10N locales from app-dicts/sword-*

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

 profiles/desc/l10n.desc | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index a21502a83c4..2434ef498d7 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -31,10 +31,12 @@ as - Assamese
 ast - Asturian
 az - Azerbaijani
 be - Belarusian
+bea - Beaver
 bg - Bulgarian
 bn - Bengali
 bn-BD - Bengali (Bangladesh)
 bn-IN - Bengali (India)
+bla - Siksika
 bo - Tibetan
 br - Breton
 brx - Bodo (India)
@@ -43,10 +45,14 @@ ca - Catalan
 ca-valencia - Catalan (Valencian)
 cak - Kaqchikel
 ceb - Cebuano
+ch - Chamorro
 chr - Cherokee
+ckb - Central Kurdish
 cnr - Montenegrin
+cop - Coptic
 co - Corsican
 cs - Czech
+cu - Church Slavic
 cy - Welsh
 da - Danish
 de - German
@@ -86,10 +92,14 @@ fr-CA - French (Canada)
 fy - Western Frisian
 ga - Irish
 gd - Scottish Gaelic
+gez - Geez
 gl - Galician
 gn - Guarani
+got - Gothic
+grc - Ancient Greek (to 1453)
 gu - Gujarati
 gug - Paraguayan Guarani
+gv - Manx
 he - Hebrew
 hi - Hindi
 hr - Croatian
@@ -108,22 +118,27 @@ jbo - Lojban
 jv - Javanese
 ka - Georgian
 kab - Kabyle
+kek - Kekchí
 kk - Kazakh
 km - Central Khmer
 kmr-Latn - Northern Kurdish (Latin script)
 kn - Kannada
 ko - Korean
 kok - Konkani (macrolanguage)
+kpg - Kapingamarangi
 ks - Kashmiri
+ktu - Kituba (Democratic Republic of Congo)
 ku - Kurdish
 ky - Kirghiz
 la - Latin
 lb - Luxembourgish
 lij - Ligurian
+ln - Lingala
 lo - Lao
 lt - Lithuanian
 lv - Latvian
 mai - Maithili
+mg - Malagasy
 mi - Maori
 mk - Macedonian
 ml - Malayalam
@@ -135,6 +150,7 @@ mt - Maltese
 my - Burmese
 nan - Min Nan Chinese
 nb - Norwegian Bokmål
+nd - North Ndebele
 ne - Nepali
 nl - Dutch
 nn - Norwegian Nynorsk
@@ -146,12 +162,17 @@ om - Oromo
 or - Oriya (macrolanguage)
 pa - Punjabi
 pl - Polish
+pon - Pohnpeian
+pot - Potawatomi
+ppk - Uma
+prs - Dari
 ps - Pushto
 pt - Portuguese
 pt-BR - Portuguese (Brazil)
 pt-PT - Portuguese (Portugal)
 qu - Quechua
 rm - Romansh
+rmq - Caló
 ro - Romanian
 ru - Russian
 rw - Kinyarwanda
@@ -164,6 +185,8 @@ si - Sinhala
 sid - Sidamo
 sk - Slovak
 sl - Slovenian
+sml - Central Sama
+sn - Shona
 so - Somali
 son - Songhai languages
 sq - Albanian
@@ -176,6 +199,7 @@ sv - Swedish
 sw - Swahili (macrolanguage)
 sw-TZ - Swahili (Tanzania)
 syc - Classical Syriac
+syr - Syriac
 ta - Tamil
 ta-LK - Tamil (Sri Lanka)
 te - Telugu
@@ -184,10 +208,12 @@ th - Thai
 ti - Tigrinya
 tk - Turkmen
 tl - Tagalog
+tlh - Klingon
 tn - Tswana
 to - Tonga (Tonga Islands)
 tr - Turkish
 ts - Tsonga
+tsg - Tausug
 tt - Tatar
 ug - Uyghur
 uk - Ukrainian
@@ -195,6 +221,7 @@ ur - Urdu
 uz - Uzbek
 ve - Venda
 vi - Vietnamese
+vls - Vlaams
 xh - Xhosa
 yi - Yiddish
 yo - Yoruba



[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-auto-snapshot/

2020-07-31 Thread Georgy Yakovlev
commit: 483b8777102c1cd9d22a9be8811c0660a3d52247
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jul 31 19:18:26 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jul 31 19:18:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483b8777

sys-fs/zfs-auto-snapshot: amd64 stable, bug #734946

Closes: https://bugs.gentoo.org/734946
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild 
b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild
index d8170b5cfc1..609faf654fd 100644
--- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild
+++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
 else
MY_P="${PN}-upstream-${PV}"

SRC_URI="https://github.com/zfsonlinux/${PN}/archive/upstream/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
+   KEYWORDS="amd64 ~ppc64"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2020-07-31 Thread Mike Pagano
commit: 336e197d4b3ce8d1b363b9a6e1e776cd73104a73
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Jul 31 19:05:32 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Jul 31 19:05:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336e197d

sys-kernel/gentoo-sources: Linux patch version bumps

Linux patch 4.4.232
Linux patch 4.9.232
Linux patch 4.14.191
Linux patch 4.19.136
Linux patch 5.4.55
Linux patch 5.7.12

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

 sys-kernel/gentoo-sources/Manifest | 18 ++
 .../gentoo-sources/gentoo-sources-4.14.191.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.19.136.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.4.232.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-4.9.232.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.4.55.ebuild| 28 ++
 .../gentoo-sources/gentoo-sources-5.7.12.ebuild| 28 ++
 7 files changed, 186 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index fb0fff6ae2b..c6c85c0c831 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,6 +13,9 @@ DIST genpatches-4.14-199.extras.tar.xz 17528 BLAKE2B 
ac62fce202413bebc137f34051c
 DIST genpatches-4.14-200.base.tar.xz 4410848 BLAKE2B 
c578a70b6dba96adefbe3f10d37ce798c31a71e053c0e8f02cf8a0a2f906443e56fdcc81723a37c6163d3c8f9d43d63b2f3078db5bb36117606c9182c7c4aa1e
 SHA512 
8a1dac09df44969ce266b1588e6150e35fb4e1449d4affaa23cc16b70ff36121c672e77f03985b7f9b99495a5e7e4d5ccaf288cb65982c8d16d6c50ea10ce1fa
 DIST genpatches-4.14-200.experimental.tar.xz 6088 BLAKE2B 
61fffe9d636da74cf7add6cd2d78438bd283f2827232113939242bc3ddee9bf42c421825831cd116b72921844fbeb42890f1608e49eb52aa69a84da7b3d523c9
 SHA512 
efa24f83f5aab36adccda6ad695e1a4feba79ed67d66863830434a93f0adaed3611739ac60495098c941108ab231594b7a64d8018b9fbba0c13b126103c509bd
 DIST genpatches-4.14-200.extras.tar.xz 17528 BLAKE2B 
2ba5b662b0c1e48f5df63f7bada78cc61881b0cd86926f594e252b7f2a777c09a723a343490d12382de88cf8baba2ee9e8a6bfb989d838b02bfd4fdf457eb83f
 SHA512 
4c07fda188ec97f768d97e8f729e9d7ca8c865e5fb0dd36cb47363000a16ab322a35ebbe2f0e054dae090406a63dc4e11de112cfdc54687c3a390deb87eec67f
+DIST genpatches-4.14-201.base.tar.xz 4414260 BLAKE2B 
5a1f01d572c2d202bc1ae8fb1cb3510abc58cb72b6e84fb41193a2416e2b3e6132d8aedf8e1369aee074ddd7eb4b4c3b625ac694ea163c87c1b2648a443b75b3
 SHA512 
40e6a6bcf79261b1dd2aa68e7afef88f46d0813c53d8cf3af74059202ced19024e943f1c3e1fe0b78cb8babcb0401543ac815e04c0c502ae8c226dd199dcc1f6
+DIST genpatches-4.14-201.experimental.tar.xz 6092 BLAKE2B 
d5c600c41ab13c9bb96d11175ed2198ab34a1660c6077cad43c620657ca52b176d5ba11a728f592a2cc446428a6a16f139dd7e77aceb6d16a903a2a1a400d79b
 SHA512 
f84d101933957e9e4ebdca6f123772b0048350fbf7bfc4c5ae6842246b552dd5bbdff3b032056adb2866c06596c863e3292b16c26b37b2bf20366eeaaf89af59
+DIST genpatches-4.14-201.extras.tar.xz 17532 BLAKE2B 
a0aad64c11f2473f5f33626fe685eb173d436ade212ed7c24c31026cbcd4672a92979aa51526cf9f1fed1d0e1980a79be644adf9b3a45475634063fb28c76a67
 SHA512 
b632a7f85a9b5458166ce4aacf07cc3295ec494099fddb8eefa15725e5882fc57184cdeea8553c1b94ef63e958807cd7e6a34a207e5f3baa320f1b8d9b3a2eae
 DIST genpatches-4.19-119.base.tar.xz 3427592 BLAKE2B 
162b414b2480bf6f2c380680b2a27fb14aa9a715e07d0af2a45433e8b20dc48c3c317c308d082d328c7312cd707adb528dcc88a0515942e4c794adf63ae916e9
 SHA512 
ca403e6cc5037ca4c8b25c53b0f5a60f6a006f0d7486ff32cb7e7e634a3ef34883ee96ec5049825a0c07111fcc7561e172f95c4cdbf5fb7d21c1e986081a9593
 DIST genpatches-4.19-119.experimental.tar.xz 6424 BLAKE2B 
52329f89b354a12cffa0eb0fa35f237b9ae1b2bf81e0ecce3a90331bbbee7e1c4b41161286952c84ba64ca54235aa134dffd09ecf164eda3fdb7f0e000a35f32
 SHA512 
3db0a42d06fbee6e0a6f1afa50c48e42cd4c43365f91a800a4f99a9444db2b5030a5c367ea09409efa8d7f14494c6b8eefec47d2e8a8e14f52da040d26bce845
 DIST genpatches-4.19-119.extras.tar.xz 17508 BLAKE2B 
fd7ac78c365d496e3a3ef6584c2690205fe6ade564ef1c6104d9995943f32e3669d8f1bc7403792f2570db01c7afbe205e343a863a391489725cd7a82c1d1295
 SHA512 
153134a2f1a684a185efa3effc5e254857b79e5a07a06cbc5ae43f7d852d51fb4e920c6fd020d8eeb88a7b863d09679a90df28ce5d0c39bd77f055109824a3f4
@@ -28,6 +31,9 @@ DIST genpatches-4.19-133.extras.tar.xz 17508 BLAKE2B 
8a1e0c079899ec2ecc642177ee4
 DIST genpatches-4.19-134.base.tar.xz 3720664 BLAKE2B 
fb09a90d57c534b68bfca584a1aa27fc7db2f28b00c4480fd5167b1211e3c4c6a6522549376d9620d79b2e278b206770562b83cb7350167239c133d4a79a24e6
 SHA512 
5032b2b3f334fe4774fd5cbcac43502b791d75bc2a6b239598cb87a3c350eb3e23bc517428f769728b3744b95fc59f8075e6476f152c6e500fc3578ac386044d
 DIST genpatches-4.19-134.experimental.tar.xz 6976 BLAKE2B 
c528a7909a751ba5c12e8b4712f15797181e510ef5657ae3d0947193fcf776a062d64ca9eed64fab3feb1ede539cb4595a4e2dfa5cf9a46a4f391b000bbb1795
 SHA512 
5d0a1c223af9cb8630

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-vorbis/

2020-07-31 Thread Craig Andrews
commit: b97734cbbb35a0bb9fe210f26e4cc4416bdb0774
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 19:04:32 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 19:04:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97734cb

media-plugins/kodi-audioencoder-vorbis: 3.0.1 version bump

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

 media-plugins/kodi-audioencoder-vorbis/Manifest|  1 +
 .../kodi-audioencoder-vorbis-3.0.1.ebuild  | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-vorbis/Manifest 
b/media-plugins/kodi-audioencoder-vorbis/Manifest
index 36696ab4fc0..dd0489659ec 100644
--- a/media-plugins/kodi-audioencoder-vorbis/Manifest
+++ b/media-plugins/kodi-audioencoder-vorbis/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-audioencoder-vorbis-2.0.4.tar.gz 16343 BLAKE2B 
788d1a64dff47594841e129e734b8bb1f2589b18557ea78477607a265efcc34c723f8e632698bd78b46cc392489a9ef278c21da805f0545b3ebc37811cbb691e
 SHA512 
df618e078d1b0aa3f9b6cbca87288908058f4de13e52056d66239e9606c67a31a84734d8d650520920b8a9e0dfbd1c031aa81e2d1ece1316c11fbd59a6a8d8a2
 DIST kodi-audioencoder-vorbis-2.1.1.tar.gz 21818 BLAKE2B 
72f61ab6ac4a9482b8c1dc73207740f9eaa801c90cded5f690b9fcf7873fc59639f34f2aaf51c879071a4c989567fb734cf1fef485d80aa74002018693e0b739
 SHA512 
74b8528ee142c0e35c1c1254e40ed9d40f0021b615a96e65628e957c4d56093e889c61bf04639f0aedbb74b109eded756d428253ddda7bf094007d842967956e
+DIST kodi-audioencoder-vorbis-3.0.1.tar.gz 23518 BLAKE2B 
b995969f3d23ba0af692f571a7a92855b73d99f7360b169b7e69bb6e8cb6761de430a80041eef101025c9d83b05479780f3c67785161516d81934fbf07fb78e3
 SHA512 
f0e9e152574881943f4c8bad6e8249e502590503104e5c456858e25634004c223e9be91b274b2870dd07327254664f7ffa5549cf573241192088a3287d2511ad

diff --git 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild
new file mode 100644
index 000..78220ef2dae
--- /dev/null
+++ 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Vorbis encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.vorbis";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.vorbis.git";
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.vorbis-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-19*"
+   ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   >=media-libs/libogg-1.3.4
+   >=media-libs/libvorbis-1.3.6
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-lame/

2020-07-31 Thread Craig Andrews
commit: e7928fd676c139164b2a7c4ce38bcf9de3b914c3
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 19:05:01 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 19:05:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7928fd6

media-plugins/kodi-audioencoder-lame: 3.0.1 version bump

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

 media-plugins/kodi-audioencoder-lame/Manifest  |  1 +
 .../kodi-audioencoder-lame-3.0.1.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-lame/Manifest 
b/media-plugins/kodi-audioencoder-lame/Manifest
index b7d4e6698f3..4aa240742c0 100644
--- a/media-plugins/kodi-audioencoder-lame/Manifest
+++ b/media-plugins/kodi-audioencoder-lame/Manifest
@@ -3,3 +3,4 @@ DIST kodi-audioencoder-lame-2.0.2.tar.gz 20286 BLAKE2B 
56ebf807a40d2d77469c454db
 DIST kodi-audioencoder-lame-2.0.4.tar.gz 20819 BLAKE2B 
38340fb3069cbb8539ead53e91dbcabd21e169fc5ab76d3b7142b126f192bf8a295e9d7ead2c4e68d822dc1596f0b7e83a962ef8709783979279e4a9aebb562c
 SHA512 
8b57d20c2d02ec7148a83ab7af78eaf92b600a40faa666c4f26b5acb59838ade54f026dc3869b23fc79511fc5901acca5322d2f04336fc8d4f545f5d7c04cb2c
 DIST kodi-audioencoder-lame-2.1.1.tar.gz 26524 BLAKE2B 
68f1d0f6a999b0fa8de42c1d9d3ee436eaebff9279f60c5677832f2eb5569e862cb2e11710bb04019483543939536a86e1a93fa156536806395195878393fb74
 SHA512 
ad8cdedc7973eeda3246428579aa27969528dee8cb4eb1c778a90bb6a537f6d448c9d8ef12af940faca5154c066107f4831bbabe7304a07cb236653e8a98be05
 DIST kodi-audioencoder-lame-3.0.0.tar.gz 28725 BLAKE2B 
3dab3eef8da3979d5cf13a3542d55d0c9be6d43b5bf7a87a133c35449a8848c557792dc80e52337bf525e3f8fbb8f18dee6204b1ffba9ee2ad1d73b72724761f
 SHA512 
98901f26d46318d35a41b6656cbe0e7b7e4f14db40af9341bc950ee33a2ffd73ad60edb77badd7d3cdabc01fb87eb573764b7736bea8a55ad0ffdd0ac0abd3d0
+DIST kodi-audioencoder-lame-3.0.1.tar.gz 28721 BLAKE2B 
fc5d2184ccfe29fa7c5eb148a026f3bfba40812b79a3efd45ef17e0899691a290b91e7364d5307d8aa522452590305cda2661e051ca74d9141a2b138776e5589
 SHA512 
4e8a3d2ea9ecbf3460e6e94cce0b1c3f425f825621e426801aff5602dbcd9cea6a079c67b9629fb95e26899b90b803e297b301a8d11506ba1d8012c5b9a231ae

diff --git 
a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild
new file mode 100644
index 000..4d887654f37
--- /dev/null
+++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Lame MP3 encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.lame";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.lame.git";
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/xbmc/audioencoder.lame/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.lame-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-19*"
+   ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   >=media-sound/lame-3.100
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-wav/

2020-07-31 Thread Craig Andrews
commit: c236f3be7c8b7298fc740af38fb27f84ecec8418
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 19:04:00 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 19:04:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c236f3be

media-plugins/kodi-audioencoder-wav: 3.0.0 version bump

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

 media-plugins/kodi-audioencoder-wav/Manifest   |  1 +
 .../kodi-audioencoder-wav-3.0.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-wav/Manifest 
b/media-plugins/kodi-audioencoder-wav/Manifest
index 4d58c84f983..de4fd011886 100644
--- a/media-plugins/kodi-audioencoder-wav/Manifest
+++ b/media-plugins/kodi-audioencoder-wav/Manifest
@@ -2,3 +2,4 @@ DIST kodi-audioencoder-wav-2.0.1.tar.gz 9850 BLAKE2B 
08275b37e033eea178054c2f8e6
 DIST kodi-audioencoder-wav-2.0.2.tar.gz 9856 BLAKE2B 
105e475e996e74a70712bdcef27cbc261beeb695fe3b0dddcc0d24d7e58a1fb0543cd7e954522e27e91a8bdd2c532190865847aab917d2775742f35c5c1527e4
 SHA512 
8e4de58bf6b7cc79c4bb24ed9f0906632f34a20c0a17010b4a5e32934d03414840b6a9d0db5b88975b5da2dd675cd743acb64288e2a3e338090f52df9fb228c9
 DIST kodi-audioencoder-wav-2.0.3.tar.gz 10447 BLAKE2B 
8ddb4ce4777f35d75e428a4565dba5a949f85a262dec300a23f7b1425eeea416d7cd601fb5b3910df263edc420ea50111393d8d00d3d5834190040f9d5f4edd3
 SHA512 
f6b83808b9e75426cd8b3252c4b3ed57811d9f1433d851d3cd6b3168f376bdfa2311aa3797642450b955ff8d231e40c7c49ad03a5f2b1b3e0679ec3a8617
 DIST kodi-audioencoder-wav-2.1.1.tar.gz 16194 BLAKE2B 
c08d249b264e198b8e8b87fa4ac94a20090cbef458af7609d156b42dc06e49661647dec762b9647181458a6d6110b24d9170fc1c2a63a527b7d42b0d82ccc93a
 SHA512 
8d40387b792b55fd7348c34cb9d13d34fde30698269fd4871a793143ab1f877e3aac7ab1680581227ec48f80a9c04ca94d846b86013638d5939a6103dd0b138d
+DIST kodi-audioencoder-wav-3.0.0.tar.gz 17665 BLAKE2B 
048915e147bd40f03db6b1cdb02183e1c68c298fe2251cc86a86fbfe2259f70fe17ede46898d1dc5b7d0261454fe0a65d74b8ac3cb19f465ef3eb8b6c1f5be33
 SHA512 
68673e432d377b895172e398628c5dfd506bdb46c83c38933d0d674abaf1715d44e488d4c158d27c0480b92a947f21534502aa8ed473e9225c37f62e28b05512

diff --git 
a/media-plugins/kodi-audioencoder-wav/kodi-audioencoder-wav-3.0.0.ebuild 
b/media-plugins/kodi-audioencoder-wav/kodi-audioencoder-wav-3.0.0.ebuild
new file mode 100644
index 000..7387ed345a1
--- /dev/null
+++ b/media-plugins/kodi-audioencoder-wav/kodi-audioencoder-wav-3.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="WAV encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.wav";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.wav.git";
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/xbmc/audioencoder.wav/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.wav-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-flac/

2020-07-31 Thread Craig Andrews
commit: d21b20b2a3582ed9fb94f8e6f166937c9c4e69e9
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 18:27:39 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 18:44:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21b20b2

media-plugins/kodi-audioencoder-flac: 3.0.0 version bump

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

 media-plugins/kodi-audioencoder-flac/Manifest  |  1 +
 .../kodi-audioencoder-flac-3.0.0.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-flac/Manifest 
b/media-plugins/kodi-audioencoder-flac/Manifest
index 16546e6ba2e..1e2fef6f471 100644
--- a/media-plugins/kodi-audioencoder-flac/Manifest
+++ b/media-plugins/kodi-audioencoder-flac/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-audioencoder-flac-2.0.6.tar.gz 21666 BLAKE2B 
13c63fd4987dd4e911e3af44642dea33a7d652b5f465654e7038247000aa324ff2b2422f22d7ed88a7f956c3d15dcf960cb9e5bde4b70b3dac3604ada49a099c
 SHA512 
7de2b0f5b36b62bc1f066e5c99fba2aa61baac5f204a75556172aa95332999806a34babef08ac5e516e62a123b83d3befaee6654d3089ebd1a305335a40d88b5
 DIST kodi-audioencoder-flac-2.1.1.tar.gz 27295 BLAKE2B 
d1fee7d52849389a08584e2acf72da804a410bf5b8f6d891f9ec8f47904029469fa57cd2320bf603f9ccb3e4d4e97f72593bdbcf09a4d34c67730945b7ed183c
 SHA512 
e817592fb237cebdb87abbba4488bc25d48776ae069fda3557c08aef08cf840d5c0a8a2833cda8a6766634d42196f90f9d78eb70272f2f38a38044132e517074
+DIST kodi-audioencoder-flac-3.0.0.tar.gz 27573 BLAKE2B 
ccef84245eb6ce23527b33900e22e304282477eccca728f5a899db80d7b1f64a00fd1de65f4303bf4261554c038d48adf49f417a8161a9359e9ead81c7288a7b
 SHA512 
73dd9526a498dd92076eb98044f75baaeb4dd93251f6a9a2d9e9a9a8553fb9b047b861b8518c2fe2803ce06cd794a5436f80561bedd82de1fc2df727f28d1b7c

diff --git 
a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild 
b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild
new file mode 100644
index 000..580c59f48c6
--- /dev/null
+++ b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Flac encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.flac";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.flac.git";
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/xbmc/audioencoder.flac/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.flac-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-19*"
+   ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   >=media-libs/libogg-1.3.4
+   media-libs/flac
+   "
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-timidity/

2020-07-31 Thread Craig Andrews
commit: 222a9d6cdd33a3263defdfa673fa75807b507ad7
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 18:43:57 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 18:44:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222a9d6c

media-plugins/kodi-audiodecoder-timidity: Add -fcommon as workaround

Closes: https://bugs.gentoo.org/734934
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-audiodecoder-timidity-2.3.0.ebuild  | 5 +
 .../kodi-audiodecoder-timidity-.ebuild   | 5 +
 2 files changed, 10 insertions(+)

diff --git 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.3.0.ebuild
 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.3.0.ebuild
index 5de6569fbb2..fe575b284cd 100644
--- 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.3.0.ebuild
+++ 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.3.0.ebuild
@@ -33,3 +33,8 @@ DEPEND="
 RDEPEND="
${DEPEND}
"
+
+src_configure() {
+   append-cflags -fcommon # 
https://github.com/xbmc/audiodecoder.timidity/issues/32
+   kodi-addon_src_configure
+}

diff --git 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
index 295f3f72716..07a5bbf1252 100644
--- 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
+++ 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
@@ -33,3 +33,8 @@ DEPEND="
 RDEPEND="
${DEPEND}
"
+
+src_configure() {
+   append-cflags -fcommon # 
https://github.com/xbmc/audiodecoder.timidity/issues/32
+   kodi-addon_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-dvblink/

2020-07-31 Thread Craig Andrews
commit: 7b5cee927a8f6ae7e073e3dcad0c631fb13b1d44
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 18:30:58 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 18:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5cee92

media-plugins/kodi-pvr-dvblink: Depend on =dev-libs/libplatform-2*

Closes: https://bugs.gentoo.org/734964
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-7.0.0.ebuild | 1 +
 media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-7.0.0.ebuild 
b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-7.0.0.ebuild
index 17d8ff47c37..b4558dcb665 100644
--- a/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-7.0.0.ebuild
+++ b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-7.0.0.ebuild
@@ -29,6 +29,7 @@ IUSE=""
 
 DEPEND="
=media-tv/kodi-19*
+   =dev-libs/libplatform-2*
dev-libs/tinyxml2
"
 

diff --git a/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-.ebuild 
b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-.ebuild
index aa3e5a28ce7..5b90cab21cf 100644
--- a/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-.ebuild
+++ b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-.ebuild
@@ -29,6 +29,7 @@ IUSE=""
 
 DEPEND="
~media-tv/kodi-
+   =dev-libs/libplatform-2*
dev-libs/tinyxml2
"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-argustv/

2020-07-31 Thread Craig Andrews
commit: 796f066f14b9bc64eb3acb4b68082ae9203aea9f
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 18:31:41 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 18:44:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796f066f

media-plugins/kodi-pvr-argustv: Depend on =dev-libs/libplatform-2*

Closes: https://bugs.gentoo.org/734960
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-6.0.1.ebuild | 1 +
 media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-6.0.1.ebuild 
b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-6.0.1.ebuild
index 7661c01e1ba..d89cc6b5da9 100644
--- a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-6.0.1.ebuild
+++ b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-6.0.1.ebuild
@@ -29,6 +29,7 @@ IUSE=""
 
 DEPEND="
=media-tv/kodi-19*
+   =dev-libs/libplatform-2*
dev-libs/jsoncpp
"
 

diff --git a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild 
b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild
index 9a4817d669c..3cd2a511417 100644
--- a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild
+++ b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-.ebuild
@@ -29,6 +29,7 @@ IUSE=""
 
 DEPEND="
~media-tv/kodi-
+   =dev-libs/libplatform-2*
dev-libs/jsoncpp
"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-lame/

2020-07-31 Thread Craig Andrews
commit: bc200cf8ef743cda30390fbb736085124e2c5920
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 18:27:09 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 18:44:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc200cf8

media-plugins/kodi-audioencoder-lame: 3.0.0 version bump

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

 media-plugins/kodi-audioencoder-lame/Manifest  |  1 +
 .../kodi-audioencoder-lame-3.0.0.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-lame/Manifest 
b/media-plugins/kodi-audioencoder-lame/Manifest
index 6439ed1d065..b7d4e6698f3 100644
--- a/media-plugins/kodi-audioencoder-lame/Manifest
+++ b/media-plugins/kodi-audioencoder-lame/Manifest
@@ -2,3 +2,4 @@ DIST kodi-audioencoder-lame-2.0.1.tar.gz 23505 BLAKE2B 
706cefee19bfdc19caa7c6510
 DIST kodi-audioencoder-lame-2.0.2.tar.gz 20286 BLAKE2B 
56ebf807a40d2d77469c454db0011a4c7bc90cb3cbd41839719e376a56b9d07733a583f551fc74eff6de42b25d6c84027e678f7d5f34bdee9fa576b0ac33
 SHA512 
e4a73dadba4fafc8e60c1730404f9390a191bec58823202c3193f7f0571e914151c74b6d18e7d48551ae2f493b9ef11a84ddb27976a5f766e1ba512f1a0e141b
 DIST kodi-audioencoder-lame-2.0.4.tar.gz 20819 BLAKE2B 
38340fb3069cbb8539ead53e91dbcabd21e169fc5ab76d3b7142b126f192bf8a295e9d7ead2c4e68d822dc1596f0b7e83a962ef8709783979279e4a9aebb562c
 SHA512 
8b57d20c2d02ec7148a83ab7af78eaf92b600a40faa666c4f26b5acb59838ade54f026dc3869b23fc79511fc5901acca5322d2f04336fc8d4f545f5d7c04cb2c
 DIST kodi-audioencoder-lame-2.1.1.tar.gz 26524 BLAKE2B 
68f1d0f6a999b0fa8de42c1d9d3ee436eaebff9279f60c5677832f2eb5569e862cb2e11710bb04019483543939536a86e1a93fa156536806395195878393fb74
 SHA512 
ad8cdedc7973eeda3246428579aa27969528dee8cb4eb1c778a90bb6a537f6d448c9d8ef12af940faca5154c066107f4831bbabe7304a07cb236653e8a98be05
+DIST kodi-audioencoder-lame-3.0.0.tar.gz 28725 BLAKE2B 
3dab3eef8da3979d5cf13a3542d55d0c9be6d43b5bf7a87a133c35449a8848c557792dc80e52337bf525e3f8fbb8f18dee6204b1ffba9ee2ad1d73b72724761f
 SHA512 
98901f26d46318d35a41b6656cbe0e7b7e4f14db40af9341bc950ee33a2ffd73ad60edb77badd7d3cdabc01fb87eb573764b7736bea8a55ad0ffdd0ac0abd3d0

diff --git 
a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.0.ebuild 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.0.ebuild
new file mode 100644
index 000..4d887654f37
--- /dev/null
+++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Lame MP3 encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.lame";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.lame.git";
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/xbmc/audioencoder.lame/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.lame-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-19*"
+   ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   >=media-sound/lame-3.100
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-dvbviewer/

2020-07-31 Thread Craig Andrews
commit: 13401c11020ae41cec2ccbd37754f3db884eeaf0
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 31 18:30:04 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 31 18:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13401c11

media-plugins/kodi-pvr-dvbviewer: Depend on =dev-libs/libplatform-2*

Closes: https://bugs.gentoo.org/734966
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-6.0.6.ebuild | 1 +
 media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-6.0.6.ebuild 
b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-6.0.6.ebuild
index 6c015a0ae55..54f5e15ff02 100644
--- a/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-6.0.6.ebuild
+++ b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-6.0.6.ebuild
@@ -29,6 +29,7 @@ IUSE=""
 
 DEPEND="
=media-tv/kodi-19*
+   =dev-libs/libplatform-2*
dev-libs/tinyxml
"
 

diff --git a/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-.ebuild 
b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-.ebuild
index 11108317686..0c558b47432 100644
--- a/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-.ebuild
+++ b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-.ebuild
@@ -29,6 +29,7 @@ IUSE=""
 
 DEPEND="
~media-tv/kodi-
+   =dev-libs/libplatform-2*
dev-libs/tinyxml
"
 



  1   2   3   >