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

2020-09-20 Thread Zac Medico
commit: 862266358f01efa90c12d182d1f85a3014b80439
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 21 05:35:06 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 21 05:59:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86226635

sys-apps/portage: Bump to version 3.0.8

 #404157 emerge: --keep-going support pkg_pretend failures
 #644246 Add mercurial sync support
 #710432 emerge: Enable parallel-fetch during pkg_pretend
 #743115 emerge: Fix slot conflict backtracking to group similar
 missed updates into a single backtracking try
 #743631 emerge: Fix slot conflict backtracking to prefer
 choices that satisfy all dependencies

Bug: https://bugs.gentoo.org/739718
Bug: https://bugs.gentoo.org/404157
Bug: https://bugs.gentoo.org/644246
Bug: https://bugs.gentoo.org/710432
Bug: https://bugs.gentoo.org/743115
Bug: https://bugs.gentoo.org/743631
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest |   1 +
 sys-apps/portage/portage-3.0.8.ebuild | 267 ++
 2 files changed, 268 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index e7594431e9d..dcb0c98700e 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -2,3 +2,4 @@ DIST portage-2.3.89-bug-718578.patch 1325 BLAKE2B 
7a3bc520274617736eac2e3d078e90
 DIST portage-2.3.99.tar.bz2 1051210 BLAKE2B 
dd3f990dbc87e655a767ce01e1ee3f0b1d5226fa818949408e54b81a2f96e50a4215a79af42b00dc795792858c4f86453b238b14baef4f0793c937b5617534b8
 SHA512 
176842318a4134ce54c5aa6485fef296f5a14edd2a72421c2011973a0f1a6af39bc5398f1e9eb3b8666d5fc307589c5b91ab93c219bdedb2d307357d8ddefbf5
 DIST portage-3.0.4.tar.bz2 1042654 BLAKE2B 
6f869b2eb24f9e590bf8e01172050105a1bd9ea88657db5893133b4620231a0ddcda871d6fcc10623f7f2ef809116310c76355263819be6c3734b0ca184d5fc0
 SHA512 
7a0c39cd4ed65aebd84ff8bbadba29760b3aa392a0d606c5b29a1112fd0845c42f74eebb0728a069b2b097a6eb7eec2d18af615fd9edcc38f1018ae6ff686812
 DIST portage-3.0.7.tar.bz2 1045185 BLAKE2B 
1fe5e13bbbfaecd1b850b29b17908fb2c2756d559b0583174833672b68a67cfc7e7080334729ee5295b646423ca3925284f42eeace0c0b79d02305a170aed5d9
 SHA512 
701f6bddb9255d5ac86ed6e73f869124925bafd09f7c2e458376b54aebf030fa7f0d80beda1626350755cc1e8a2b9c2636b3fde1105787f2d2a0f742a73cf5e8
+DIST portage-3.0.8.tar.bz2 1046968 BLAKE2B 
662147c37a9e7b81030fadb4d6438b734ee57a9eb9bfcee80991d137a017aa3541565961282ebf8736db71aeb05532ffa139ff3a34a84bc9064cf74427acb666
 SHA512 
5f97870a11ecca30ffe8f463f87cd16a1edb52b44832c6eaba15cadcfde2b4f7edf963749e45c8043b45b38e53ee210dc913aa2d2432a2bd3928cc27c8765a85

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

[gentoo-commits] repo/gentoo:master commit in: profiles/, games-action/openclonk/, games-action/openclonk/files/

2020-09-20 Thread Michał Górny
commit: d36ae2a4b127f5510f6786642229e514e52028c8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 05:56:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 05:56:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36ae2a4

games-action/openclonk: Remove last-rited pkg

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

 games-action/openclonk/Manifest|   1 -
 .../openclonk/files/openclonk-7.0-paths.patch  |  68 
 .../openclonk/files/openclonk-7.0-postinst.patch   |  14 ---
 .../openclonk/files/openclonk-wrapper-script.sh|   9 --
 games-action/openclonk/metadata.xml|  23 -
 games-action/openclonk/openclonk-7.0.ebuild| 114 -
 profiles/package.mask  |   6 --
 7 files changed, 235 deletions(-)

diff --git a/games-action/openclonk/Manifest b/games-action/openclonk/Manifest
deleted file mode 100644
index 1e5529962b5..000
--- a/games-action/openclonk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openclonk-7.0-src.tar.bz2 102143348 BLAKE2B 
2ea6aa1aaca21795c80ee668b17fbfbfe0d5bc4fb4607066eb75e3d25ba0e81de06959e335ab8076cda04b05c4569ea1fcc02d9856e010f12e7ad678ead8519b
 SHA512 
b7ea557b5441986c0527abcb9c074c462f73bf45dd7ac4835329169d63ace5cc02e122d0dee7241da8621a7727ce9b09a2ad17e06dfc5610fcb529d350a51577

diff --git a/games-action/openclonk/files/openclonk-7.0-paths.patch 
b/games-action/openclonk/files/openclonk-7.0-paths.patch
deleted file mode 100644
index 4ebd6034a59..000
--- a/games-action/openclonk/files/openclonk-7.0-paths.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-Updated for openclonk-6.0, based on this patch:
-  From: Julian Ospald 
-  Date: Thu Feb  6 19:58:45 UTC 2014
-  Subject: make paths modifiable
-
 openclonk-release-6.0-src.orig/CMakeLists.txt
-+++ openclonk-release-6.0-src/CMakeLists.txt
-@@ -42,6 +42,16 @@
-   set(${_var} "${_string}" PARENT_SCOPE)
- endfunction()
- 
-+
-+
-+# User selectable paths
-+
-+set(INSTALL_BINDIR "bin/" CACHE PATH "Binary install destination")
-+set(INSTALL_GAMES_BINDIR "games/bin" CACHE PATH "Games binary install 
destination")
-+set(INSTALL_DATAROOTDIR "share/" CACHE PATH "Data root install destination")
-+set(INSTALL_DATADIR "${INSTALL_DATAROOTDIR}" CACHE PATH "Data install 
destination")
-+
-+
- 
- # User selectable options
- 
-@@ -1212,10 +1222,16 @@
- # Assemble compiler flags
- 
- if(UNIX)
-+  if(NOT IS_ABSOLUTE "${INSTALL_DATADIR}")
-+  set(ABSOLUTE_INSTALL_DATADIR 
"${CMAKE_INSTALL_PREFIX}/${INSTALL_DATADIR}")
-+  else()
-+  set(ABSOLUTE_INSTALL_DATADIR "${INSTALL_DATADIR}")
-+  endif()
-+
-   # Don't put this into CMAKE_CXX_FLAGS because otherwise it is cached,
-   # and when the path is changed both the old and new definition appears
-   # in the list of flags.
--  
add_definitions("-DOC_SYSTEM_DATA_DIR=\"${CMAKE_INSTALL_PREFIX}/share/games/openclonk\"")
-+  
add_definitions("-DOC_SYSTEM_DATA_DIR=\"${ABSOLUTE_INSTALL_DATADIR}/openclonk\"")
- endif()
- if(OC_CXX_FLAGS)
-   list(REMOVE_DUPLICATES OC_CXX_FLAGS)
-@@ -1537,7 +1553,7 @@
-   DEPENDS "${native_c4group}"
-   VERBATIM
-   )
--  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${group} DESTINATION 
share/games/openclonk)
-+  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${group} DESTINATION 
"${INSTALL_DATADIR}/openclonk")
-   endif()
- endforeach()
- 
-@@ -1546,13 +1562,13 @@
-   add_dependencies(data groups)
-   
-   # Install new files
--  install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openclonk.desktop DESTINATION 
share/applications)
-+  install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openclonk.desktop DESTINATION 
"${INSTALL_DATAROOTDIR}/applications")
-   # Update the MIME cache -- this makes the clonk:// protocol handler 
actually work
-   install(CODE "execute_process(COMMAND update-desktop-database)")
- 
-   # Install binaries
--  install(TARGETS openclonk DESTINATION games)
--  install(TARGETS c4group DESTINATION bin)
-+  install(TARGETS openclonk DESTINATION "${INSTALL_GAMES_BINDIR}")
-+  install(TARGETS c4group DESTINATION "${INSTALL_BINDIR}")
- else()
-   install(TARGETS openclonk
-   BUNDLE DESTINATION .

diff --git a/games-action/openclonk/files/openclonk-7.0-postinst.patch 
b/games-action/openclonk/files/openclonk-7.0-postinst.patch
deleted file mode 100644
index 26ad61ec678..000
--- 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/gnome2-vfs-perl/

2020-09-20 Thread Michał Górny
commit: 7144c49c79eac5a36f582d10ed7c58c177270363
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 05:55:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 05:56:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7144c49c

dev-perl/gnome2-vfs-perl: Remove last-rited pkg

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

 dev-perl/gnome2-vfs-perl/Manifest  |  1 -
 .../gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild  | 23 --
 dev-perl/gnome2-vfs-perl/metadata.xml  | 12 ---
 profiles/package.mask  |  6 --
 4 files changed, 42 deletions(-)

diff --git a/dev-perl/gnome2-vfs-perl/Manifest 
b/dev-perl/gnome2-vfs-perl/Manifest
deleted file mode 100644
index b33814dc385..000
--- a/dev-perl/gnome2-vfs-perl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Gnome2-VFS-1.083.tar.gz 59109 BLAKE2B 
bcc582e2375f41d2550e80a638c7c9fdb2b2dfe03ae984f097ca8b7ac2c19c412d65c92af3e7914a7bbe7ae9db0e7b946eef35fbbebb36c3d41cc0374da4a2f2
 SHA512 
385bf402ea6493ec3d558e146f5bad754bb17e0c76960336352ed8e928e2fc163077cfd081c11fceae4750eab8d1f60fb532eb25b83a88c0fd93cb9268e9a252

diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild 
b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
deleted file mode 100644
index 5d65d751601..000
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Gnome2-VFS
-DIST_AUTHOR=XAOC
-DIST_VERSION=1.083
-inherit perl-module
-
-DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System 
libraries"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=gnome-base/gnome-vfs-2
-   >=dev-perl/glib-perl-1.120"
-DEPEND="${RDEPEND}
-   >=dev-perl/ExtUtils-Depends-0.200.0
-   >=dev-perl/ExtUtils-PkgConfig-1.03
-   virtual/pkgconfig"

diff --git a/dev-perl/gnome2-vfs-perl/metadata.xml 
b/dev-perl/gnome2-vfs-perl/metadata.xml
deleted file mode 100644
index 8131993882e..000
--- a/dev-perl/gnome2-vfs-perl/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-p...@gentoo.org
-Gentoo Perl Project
-  
-  
-Gnome2-VFS
-Gnome2::VFS
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 7cdaa655585..b23208e1920 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -686,12 +686,6 @@ www-apps/trac
 # Removal in 30 days.  Bug #646748.
 games-action/openclonk
 
-# Kent Fredric  (2020-08-17)
-# No reverse dependencies, and gtk2 support is becoming
-# obsolete in Gentoo
-# Removal in 30 days
-dev-perl/gnome2-vfs-perl
-
 # Alfredo Tupone  (2020-08-16)
 # Ported to py3.8 but not yet released
 # Masked to allow py2.7 removal



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

2020-09-20 Thread Zac Medico
commit: c7fa3f1eb1ce1ebc0d1219dacba555e1a29d5f22
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 20 00:32:57 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 21 05:17:24 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c7fa3f1e

emerge: enable parallel-fetch during pkg_pretend (bug 710432)

Execute pkg_pretend phases in a coroutine while parallel-fetch
is running concurrently. When it's time to execute the pkg_pretend
phase for a remote binary package, use a Scheduler _get_prefetcher
method to get a running prefetcher if available, and otherwise
start a new fetcher.

Since pkg_pretend phases now run inside of the --keep-going retry
loop, --keep-going is now able to recover from pkg_pretend
failures, which fixes bug 404157.

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

 lib/_emerge/Scheduler.py | 142 +--
 1 file changed, 99 insertions(+), 43 deletions(-)

diff --git a/lib/_emerge/Scheduler.py b/lib/_emerge/Scheduler.py
index a69421288..465f928a0 100644
--- a/lib/_emerge/Scheduler.py
+++ b/lib/_emerge/Scheduler.py
@@ -25,6 +25,7 @@ from portage._sets import SETPREFIX
 from portage._sets.base import InternalPackageSet
 from portage.util import ensure_dirs, writemsg, writemsg_level
 from portage.util.futures import asyncio
+from portage.util.futures.compat_coroutine import coroutine, coroutine_return
 from portage.util.SlotObject import SlotObject
 from portage.util._async.SchedulerInterface import SchedulerInterface
 from portage.package.ebuild.digestcheck import digestcheck
@@ -766,7 +767,8 @@ class Scheduler(PollScheduler):
 
return prefetcher
 
-   def _run_pkg_pretend(self):
+   @coroutine
+   def _run_pkg_pretend(self, loop=None):
"""
Since pkg_pretend output may be important, this method sends all
output directly to stdout (regardless of options like --quiet or
@@ -774,7 +776,7 @@ class Scheduler(PollScheduler):
"""
 
failures = 0
-   sched_iface = self._sched_iface
+   sched_iface = loop = asyncio._wrap_loop(loop or 
self._sched_iface)
 
for x in self._mergelist:
if not isinstance(x, Package):
@@ -789,18 +791,28 @@ class Scheduler(PollScheduler):
if "pretend" not in x.defined_phases:
continue
 
-   out_str =">>> Running pre-merge checks for " + 
colorize("INFORM", x.cpv) + "\n"
-   portage.util.writemsg_stdout(out_str, noiselevel=-1)
+   out_str = "Running pre-merge checks for " + 
colorize("INFORM", x.cpv)
+   self._status_msg(out_str)
 
root_config = x.root_config
-   settings = self.pkgsettings[root_config.root]
+   settings = self._allocate_config(root_config.root)
settings.setcpv(x)
+   if not x.built:
+   # Get required SRC_URI metadata (it's not 
cached in x.metadata
+   # because some packages have an extremely large 
SRC_URI value).
+   portdb = root_config.trees["porttree"].dbapi
+   (settings.configdict["pkg"]["SRC_URI"],) = 
yield portdb.async_aux_get(
+   x.cpv, ["SRC_URI"], myrepo=x.repo, 
loop=loop
+   )
 
# setcpv/package.env allows for per-package 
PORTAGE_TMPDIR so we
# have to validate it for each package
rval = _check_temp_dir(settings)
if rval != os.EX_OK:
-   return rval
+   failures += 1
+   self._record_pkg_failure(x, settings, FAILURE)
+   self._deallocate_config(settings)
+   continue
 
build_dir_path = os.path.join(
os.path.realpath(settings["PORTAGE_TMPDIR"]),
@@ -809,7 +821,7 @@ class Scheduler(PollScheduler):
settings["PORTAGE_BUILDDIR"] = build_dir_path
build_dir = EbuildBuildDir(scheduler=sched_iface,
settings=settings)
-   sched_iface.run_until_complete(build_dir.async_lock())
+   yield build_dir.async_lock()
current_task = None
 
try:
@@ -835,7 +847,7 @@ class Scheduler(PollScheduler):
phase='clean', 
scheduler=sched_iface, settings=settings)
current_task = clean_phase
  

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

2020-09-20 Thread Agostino Sarubbo
commit: f98b6ce237cab18b30c13395042503503c10834d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 21 05:48:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 21 05:48:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98b6ce2

sys-kernel/git-sources: Automated version bump to 5.9_rc6.

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

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-5.9_rc6.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 646c3d6bd33..449842d5429 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-5.9-rc2.patch 62542182 BLAKE2B 
bc724f610ec553f36faae409bd89b82cc59f04
 DIST patch-5.9-rc3.patch 63570996 BLAKE2B 
7bd2b596298f5cee0baf480544592d0964b473068003c5ee5e4cda064fed5265079b6039a879b1f2107ccb194500db4d201adcb055ec519981ef7a67d7f0
 SHA512 
82607e7c3038fe1031d175f4a964e752f90114428bdf3a577764247a33dff3a7ea2a6dba526d1e495a8eb3f55bf87d656e26ef6acf1f96b56c3bdae2542bf320
 DIST patch-5.9-rc4.patch 63952223 BLAKE2B 
13121098e6d93ed02b21e9dcef1fd2dc806b0b11958261e05feee2b2b3f946833fe266b1016c84fee7554278d64158f87da91779313b79fbf8407b2e8d2e92ca
 SHA512 
0b167737a08e413a1fb62a7656e7130029e997bbc733924b9e523cea95945126f1da6e7c90a2c5fd97f9621a4c4ddb27e5e462ac4c4b227e4f0492096c0f1201
 DIST patch-5.9-rc5.patch 64122375 BLAKE2B 
0f7d66eb7a8bb70fba3068fb77d3a21349e775f4c8f97c4f971fec8c3414d463450928a8c4cc30d26e06d9a7ca8796714631fe7a084c71cf89c6942ffe24503c
 SHA512 
414d7c0d1c42487de01398657e7e8f8801258ad0cbcd5087af6aa59372c04420379fc5a639005a07ef0dce4e7a8cede3c389c3a409ad4647d48cad6a1123ad6d
+DIST patch-5.9-rc6.patch 64271496 BLAKE2B 
63a7c1054eb11e9d0cf4829e7d8033d501fa7f7495327c4b424a96b338c1e49fbeae6447cd1134c6632c978e4b65dd4f477dbedb39cc09892f044ce79ae38ca1
 SHA512 
ea3247d5e860898e4254ac32a2583c926c3179dadf6f9132829c636870c733b21fa09dd4ffca6d9522ed486bed7265c47f01bb435f47bbea34f440dd7989501e

diff --git a/sys-kernel/git-sources/git-sources-5.9_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-5.9_rc6.ebuild
new file mode 100644
index 000..c239fcfa16c
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.9_rc6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.8"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2020-09-20 Thread Zac Medico
commit: 9afc5d5a808ca66173b1d803469cd44bc24e99be
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Sep 19 23:18:16 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 20 22:59:06 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9afc5d5a

_slot_confict_backtrack: group similar missed updates (bug 743115)

When a slot conflict occurs due to a missed update, and some other
similar update(s) are available, add the similar update(s) to the
runtime package mask for the same backtracking choice. This reduces
minimum number of backtrack tries required to solve the test case
for bug 743115 from 7 to 4, where the difference of 3 corresponds
to the number of other similar setuptools updates available.

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

 lib/_emerge/depgraph.py| 25 ++
 lib/_emerge/resolver/backtracking.py   |  7 +++---
 .../resolver/test_slot_operator_missed_update.py   |  2 +-
 3 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 7281d8692..0bb0352e7 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -1795,15 +1795,32 @@ class depgraph:

self._dynamic_config._parent_atoms.get(to_be_masked, set())
conflict_atoms = set(parent_atom for parent_atom in 
all_parents \
if parent_atom not in parent_atoms)
-   backtrack_data.append((to_be_masked, conflict_atoms))
+
+   similar_pkgs = []
+   if conflict_atoms:
+   # If the conflict has been triggered by a 
missed update, then
+   # we can avoid excessive backtracking if we 
detect similar missed
+   # updates and mask them as part of the same 
backtracking choice.
+   for similar_pkg in 
self._iter_similar_available(to_be_masked, slot_atom):
+   if similar_pkg in conflict_pkgs:
+   continue
+   similar_conflict_atoms = []
+   for parent_atom in conflict_atoms:
+   parent, atom = parent_atom
+   if not atom.match(similar_pkg):
+   
similar_conflict_atoms.append(parent_atom)
+   if similar_conflict_atoms:
+   
similar_pkgs.append((similar_pkg, set(similar_conflict_atoms)))
+   similar_pkgs.append((to_be_masked, conflict_atoms))
+   backtrack_data.append(tuple(similar_pkgs))
 
# Prefer choices that minimize conflict atoms. This is intended
# to take precedence over the earlier package version sort. The
# package version sort is still needed or else choices for the
# testOverlapSlotConflict method of 
VirtualMinimizeChildrenTestCase
# become non-deterministic.
-   backtrack_data.sort(key=lambda item: len(item[1]))
-   to_be_masked = backtrack_data[-1][0]
+   backtrack_data.sort(key=lambda similar_pkgs: 
len(similar_pkgs[-1][1]))
+   to_be_masked = [item[0] for item in backtrack_data[-1]]
 
self._dynamic_config._backtrack_infos.setdefault(
"slot conflict", []).append(backtrack_data)
@@ -1814,7 +1831,7 @@ class depgraph:
"",
"backtracking due to slot conflict:",
"   first package:  %s" % existing_node,
-   "  package to mask: %s" % to_be_masked,
+   "  package(s) to mask: %s" % str(to_be_masked),
"  slot: %s" % slot_atom,
"   parents: %s" % ", ".join(
"(%s, '%s')" % (ppkg, atom) for ppkg, 
atom in all_parents

diff --git a/lib/_emerge/resolver/backtracking.py 
b/lib/_emerge/resolver/backtracking.py
index bc3fb3206..ca94623ac 100644
--- a/lib/_emerge/resolver/backtracking.py
+++ b/lib/_emerge/resolver/backtracking.py
@@ -166,13 +166,14 @@ class Backtracker:
self._feedback_slot_conflict(conflicts_data[0])
 
def _feedback_slot_conflict(self, conflict_data):
-   for pkg, parent_atoms in conflict_data:
+   for similar_pkgs in conflict_data:
new_node = copy.deepcopy(self._current_node)
new_node.depth += 1
new_node.mask_steps += 1

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

2020-09-20 Thread Zac Medico
commit: f64310749f176f8921b72ce282b4294efe81c3f0
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Sep 19 21:32:41 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 20 22:27:32 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f6431074

_slot_confict_backtrack: minimize conflict atoms (bug 743631)

Prefer choices that minimize conflict atoms, so that choices
which satisfy all parents are preferred. This reduces the
minimum necessary backtrack tries from 21 to 7 for the unit
test related to bug 743115.

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

 lib/_emerge/depgraph.py| 6 ++
 lib/portage/tests/resolver/test_slot_operator_missed_update.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 3f864aefc..7281d8692 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -1797,6 +1797,12 @@ class depgraph:
if parent_atom not in parent_atoms)
backtrack_data.append((to_be_masked, conflict_atoms))
 
+   # Prefer choices that minimize conflict atoms. This is intended
+   # to take precedence over the earlier package version sort. The
+   # package version sort is still needed or else choices for the
+   # testOverlapSlotConflict method of 
VirtualMinimizeChildrenTestCase
+   # become non-deterministic.
+   backtrack_data.sort(key=lambda item: len(item[1]))
to_be_masked = backtrack_data[-1][0]
 
self._dynamic_config._backtrack_infos.setdefault(

diff --git a/lib/portage/tests/resolver/test_slot_operator_missed_update.py 
b/lib/portage/tests/resolver/test_slot_operator_missed_update.py
index fce012f62..1ea701003 100644
--- a/lib/portage/tests/resolver/test_slot_operator_missed_update.py
+++ b/lib/portage/tests/resolver/test_slot_operator_missed_update.py
@@ -90,7 +90,7 @@ class BacktrackMissedUpdateTestCase(TestCase):
# Bug 743115: missed updates trigger excessive 
backtracking
ResolverPlaygroundTestCase(
[">=dev-python/pypy3-7.3.2_rc", "@world"],
-   options={"--update": True, "--deep": True, 
"--backtrack": 25},
+   options={"--update": True, "--deep": True, 
"--backtrack": 10},
success=True,
mergelist=[
"dev-python/pypy3-7.3.2_rc2_p37-r1",



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

2020-09-20 Thread Matthew Thode
commit: 7f5cf9aa1d7e7ccf155a867082deaf0f52c652ec
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 21 01:53:58 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Sep 21 01:54:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5cf9aa

app-emulation/diskimage-builder: 3rd time's the charm

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

 app-emulation/diskimage-builder/Manifest | 1 +
 .../{diskimage-builder-3.3.1.build => diskimage-builder-3.3.1.ebuild}| 0
 2 files changed, 1 insertion(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index c77ac97435f..ab0c6fcf799 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,2 +1,3 @@
 DIST diskimage-builder-3.1.0.tar.gz 434813 BLAKE2B 
7a9fa54353f9b7edc2f1f1dab965b8241cb8b046ef56f12ed3562c04a8c6e236a7be41fbe75c385b48c4f2b8b30e961d8b86499e7c391dde9c2f294f1193
 SHA512 
0b8a0b6cee9c7fcee08d8e5d706add2e54dfe1b7726b169f357022a48a37e351b159a7426771a001b703ca4360905f318ff91d0e72cb2d92e3486607186d03c4
 DIST diskimage-builder-3.2.1.tar.gz 446827 BLAKE2B 
bec2f225681f333b9dfded90dd7717119805ea46cc6c48e48d1f63242fa271ca3653fd67be0c5bd3876cd6db9506e2579ad14b4f7e573ea56311c6b85277fdb5
 SHA512 
acdac97e510a68bd30b81ab7ebce729c4c4bbfdd86e56dfa41b50558ccac942caae76a66dc4442854fbab6fb7440a9ebf74b5872e9d35793b2e4243cb28cd5a7
+DIST diskimage-builder-3.3.1.tar.gz 450130 BLAKE2B 
09f3b3549527d726f8479e1f8dc89ae50fdeacf6969e43f5b35591fa0a9d38ae0dd03b7292633604a938b0ef14e31b4e655645643bae22df4f3519c75d9dde83
 SHA512 
095c0968f5ceeb220c3871ccd14c7bf7c1b3d883bcb02f9cfe7406d5a336c36a813c8290bf133441a2a59972f485596aa5620b755016aba348afe3b7fc723c9f

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.3.1.build 
b/app-emulation/diskimage-builder/diskimage-builder-3.3.1.ebuild
similarity index 100%
rename from app-emulation/diskimage-builder/diskimage-builder-3.3.1.build
rename to app-emulation/diskimage-builder/diskimage-builder-3.3.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/geogebra-bin/files/, sci-mathematics/geogebra-bin/

2020-09-20 Thread Georgy Yakovlev
commit: 95759d9dc56112d6c12256df4718e070f3bd6e82
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 21 01:38:38 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Sep 21 01:49:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95759d9d

sci-mathematics/geogebra-bin: revbump, wrapper improvements

should work with openjdk:11 without gentoo-vm useflag now.

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

 sci-mathematics/geogebra-bin/files/geogebra.sh | 33 ++
 ...-r1.ebuild => geogebra-bin-5.0.604.0-r2.ebuild} |  1 +
 2 files changed, 22 insertions(+), 12 deletions(-)

diff --git a/sci-mathematics/geogebra-bin/files/geogebra.sh 
b/sci-mathematics/geogebra-bin/files/geogebra.sh
index 652563aa47f..b0f941e8a46 100644
--- a/sci-mathematics/geogebra-bin/files/geogebra.sh
+++ b/sci-mathematics/geogebra-bin/files/geogebra.sh
@@ -1,23 +1,32 @@
 #!@GENTOO_PORTAGE_EPREFIX@/bin/bash
 
+set -euo pipefail
+IFS=$'\n\t'
+
 main() {
-   local JAVACMD
-   # prefer openjdk-8 over 11
-   local j8="$(java-config --select-vm openjdk-8 -J)"
-   local j11="$(java-config --select-vm openjdk-11 -J)"
+   local j8 j11 jcmd
+   j8="$(java-config --select-vm openjdk-8 -J 2> /dev/null || true)"
+   j11="$(java-config --select-vm openjdk-11 -J 2> /dev/null || true)"
 
-   if [[ -f $(dirname ${j8:-/})/../jre/lib/javafx.properties ]]; then
-   JAVACMD="${j8}"
-   elif [[ -f $(dirname ${j11:-/})/../lib/javafx.properties ]]; then
-   JAVACMD="${j11}"
+   if [[ -f "$(dirname "${j8:-/}")/../jre/lib/javafx.properties" ]]; then
+   jcmd="${j8}"
+   elif [[ -f "$(dirname "${j11:-/}")/../lib/javafx.properties" ]]; then
+   jcmd="${j11}"
+   elif [[ -f 
@GENTOO_PORTAGE_EPREFIX@/usr/lib64/openjdk-11/lib/javafx.properties ]]; then
+   jcmd="@GENTOO_PORTAGE_EPREFIX@/usr/lib64/openjdk-11/bin/java"
+   elif [[ -f 
@GENTOO_PORTAGE_EPREFIX@/usr/lib/openjdk-11/lib/javafx.properties ]]; then
+   jcmd="@GENTOO_PORTAGE_EPREFIX@/usr/lib/openjdk-11/bin/java"
else
-   echo "openjdk[javafx] not found!"  1>&2
+   echo "dev-java/openjdk[javafx] not found!" 1>&2
+   exit 1
+   fi
+
+   if [[ ! -x "${jcmd}" ]]; then
+   echo "${jcmd} not executable!" 1>&2
exit 1
fi
 
-   echo "using ${JAVACMD}"
-   export JAVACMD
-   exec "@GENTOO_PORTAGE_EPREFIX@/opt/geogebra/geogebra" "${@}"
+   env JAVACMD="${jcmd}" "@GENTOO_PORTAGE_EPREFIX@/opt/geogebra/geogebra" 
"${@}"
 }
 
 main "$@"

diff --git a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r1.ebuild 
b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
similarity index 98%
rename from sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r1.ebuild
rename to sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
index 510a5bd2d37..f2e49482106 100644
--- a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r1.ebuild
+++ b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 RDEPEND="
+   dev-java/java-config
|| (
dev-java/openjdk:8[javafx]
dev-java/openjdk:11[javafx]



[gentoo-commits] repo/user/ssnb:master commit in: net-misc/megasync/

2020-09-20 Thread Samuel Bernardo
commit: 8d188073a930ee5d217091734ade5ac4df170fbe
Author: Samuel Bernardo  gmail  com>
AuthorDate: Mon Sep 21 01:40:28 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Mon Sep 21 01:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=8d188073

Update and clean old versions of megasync ebuild

Signed-off-by: Samuel Bernardo  gmail.com>

 net-misc/megasync/Manifest |  19 +--
 net-misc/megasync/megasync-3.0.1.ebuild| 135 -
 net-misc/megasync/megasync-3.1.4.ebuild| 132 -
 net-misc/megasync/megasync-3.5.3.ebuild| 135 -
 net-misc/megasync/megasync-3.6.0-r1.ebuild | 135 -
 net-misc/megasync/megasync-3.6.0-r2.ebuild | 136 -
 net-misc/megasync/megasync-3.6.5-r1.ebuild | 140 --
 net-misc/megasync/megasync-3.6.5.ebuild| 139 --
 net-misc/megasync/megasync-3.6.6-r1.ebuild | 145 --
 net-misc/megasync/megasync-3.6.6.ebuild| 140 --
 net-misc/megasync/megasync-3.7.1-r1.ebuild | 146 ---
 net-misc/megasync/megasync-4.0.2.ebuild| 146 ---
 net-misc/megasync/megasync-4.1.1.ebuild| 146 ---
 net-misc/megasync/megasync-4.2.0.ebuild| 159 
 net-misc/megasync/megasync-4.2.5-r2.ebuild | 162 -
 net-misc/megasync/megasync-4.2.5.ebuild| 159 
 ...megasync-4.2.3.ebuild => megasync-4.3.3.ebuild} |  15 +-
 17 files changed, 4 insertions(+), 2185 deletions(-)

diff --git a/net-misc/megasync/Manifest b/net-misc/megasync/Manifest
index e2eef42..ee32f33 100644
--- a/net-misc/megasync/Manifest
+++ b/net-misc/megasync/Manifest
@@ -4,24 +4,7 @@ AUX megasync-3.6.5-ffmpeg.patch 566 BLAKE2B 
c1e8bd4b5c4c2c6fd6cc2316e7372443672f
 AUX megasync-3.6.6-ffmpeg.patch 566 BLAKE2B 
c1e8bd4b5c4c2c6fd6cc2316e7372443672ff1b25fbc3332ffc60f524396b7f784669da26506dbf683962a7f3da63809b57ec7696be8cef0d6c720fdb924999b
 SHA512 
741df967aece39bdd3b17b105bcad390d6cf817c1e4db9bf13d460ccc972af8ff6696f72a0253f2adea76526d7346474e65df18bfd485194e7ff8a479274c655
 AUX megasync-3.6.6-gnome.patch 446 BLAKE2B 
5ceab726168f53f82b10c96b9a5761b21903b9d602cd6c9e0b9fb0f6d06eedefb3542668dce1381689ed947989f0ca2e70bc25e9cc15d526ac197c104219b5c2
 SHA512 
02427cf7d156e541986bc1c2b1a4dc67fffcb2a68d24fe8d1cec443ca84e230515e6650e741192b6be1ebfc57aaf02a71dc4443e8086087264cfeeaf612d278e
 AUX megasync-glibc2.26.patch 5958 BLAKE2B 
990b5ddc9300979e9a059c285b05ef691566e2ec33ab40de76e9f5c251dc8c2f94ddc936eb13772c413c42b0d1122596f2e47805766fe6512ec09050f6b22111
 SHA512 
f8348b61028f34714dabe83fe88e5820686a35e1fa52206451152a97a286557168666142121936304d60aa18dae16d4474c3c3278274b62cc06d42587fc7016e
-DIST megasync-3.0.1.tar.gz 10859538 BLAKE2B 
4ae480d36b746b70a7a155690aaa2dfb9cb70ded57228382df10db57bbdde5c0d93b98738fa6104c709cea2ce57078dd0494b122ea3ab84b9d348d3316e9e063
 SHA512 
0e3e0315f9a8f4694a59f7b50d6dd93c5e840d013d8c658288d7c0cafca9fbdc1faa2bbaec5c2d08e5f4c4d1790864a8595153808ea7b8c0a1c3550ae8398dbe
-DIST megasync-sdk-20170215.tar.gz 3475525 BLAKE2B 
71e85a62c9429944a0bd3cbe4f914b9632fa02b2021e0ca5281c19ff98e4c11feb9de5575553eb0df4589b8929e5c22719abdb7ed1f3784827cf5532cf0ce1b5
 SHA512 
218f69e22110d31093d841a6f3e7aa1336f16db063ae2fe2219507c140a14c6879d2ff9a7be11d0c31662b2439117e384737be916663af1d49fdf6dbd2d83706
-EBUILD megasync-3.0.1.ebuild 3631 BLAKE2B 
6747ed137f2174d13cdefd2347e0b39772f52b37b0031eae0cb0ee836657ee37e9f8836bc0b784ce6272494ec1c0a0229f7d1f42e3417812d58dfecb71982d38
 SHA512 
cef1286d280689516eb6fd754c70524c2acd48976637275a46493211151cd89e1ea45c6f0494de606a71c84876b7d186a3af55311279aca41267cbda9219bd9e
-EBUILD megasync-3.1.4.ebuild 3165 BLAKE2B 
4f50da930addad128e9cbd6be4b7e2b44bff6e8ddd0d7609076297385bd11fed43e3c0fdd0f03ce2e29bf21b3aa707a928af8d3f3063e0a7cedcc33928a65711
 SHA512 
964fbd703748194c5c2b109d89e03bdb7d99c2b793fb187875e7d7304e69ea0f7efce9a19d607ce1b87de5e229fbf9d2fbda86df02aa6c42ffeab908c8152dc1
-EBUILD megasync-3.5.3.ebuild 3277 BLAKE2B 
a59fddfa224bcdb23b033950d8cbe0587f145717710824c2470f8e5c76d01853a0b65101b0841c01024f3ad85eb5e86a993be4d31d57f5245829b9eda92ac334
 SHA512 
3d063386c052ec6c673d31c37ac2d7a8e78ee47d627bc5961d0e8ea9f1b7fde76f58078de0cc7cd5e1aa968b1941e7f51d22e9632ffe6c0b8dda05d919b40f13
-EBUILD megasync-3.6.0-r1.ebuild 3277 BLAKE2B 
16486c24e8443039c7793a0d23e44d55d9594af91257b2edd78cda9ba5f22968aa8564fa52bba5baf368c5907725c5c2e83764a422424639b62638e7ca66364f
 SHA512 
cdf8578835f4560087deb3e248b6c70303718fee558a11f2a5d4fe0a415934aaab5ffb6f55a799ed9159dd7d22b35f067f77fac69c304d48f73c03d840066b79
-EBUILD megasync-3.6.0-r2.ebuild 3300 BLAKE2B 
40ce7786ae55cfffcf902588bca7362fa3eeae819c20a1bc645e353d2fa4b77ffc4d5f5c4a642df81ba39204da35b231132fc09f8c97e666d67da4fd850a6453
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2020-09-20 Thread Thomas Deutschmann
commit: d063321927b0ab74a096fab2110c217f3268d497
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 23:26:21 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 23:41:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0633219

sys-firmware/intel-microcode: bump

- New microcode:

  sig 0x000606e0, pf_mask 0x01, 2016-11-04, rev 0x000b
  sig 0x000806a0, pf_mask 0x01, 2019-05-07, rev 0x0010
  sig 0x000806a1, pf_mask 0x10, 2020-06-12, rev 0x0027
  sig 0x000806c1, pf_mask 0x80, 2020-08-11, rev 0x0056
  sig 0x000806d0, pf_mask 0xc2, 2020-07-09, rev 0x002e
  sig 0x000a0670, pf_mask 0x02, 2020-03-04, rev 0x0002

- Updated microcodes:

  sig 0x000306f2, pf_mask 0x6f, 2019-03-01, rev 0x0043-> 2020-05-27, rev 
0x0044
  sig 0x000406e3, pf_mask 0xc0, 2019-10-03, rev 0x00d6-> 2020-06-24, rev 
0x00e0
  sig 0x00050653, pf_mask 0x97, 2020-04-24, rev 0x1000157 -> 2020-06-18, rev 
0x1000159
  sig 0x00050654, pf_mask 0xb7, 2020-04-24, rev 0x2006906 -> 2020-06-16, rev 
0x2006a08
  sig 0x00050656, pf_mask 0xbf, 2020-04-23, rev 0x4002f01 -> 2020-06-18, rev 
0x4003003
  sig 0x00050657, pf_mask 0xbf, 2020-04-23, rev 0x5002f01 -> 2020-06-18, rev 
0x5003003
  sig 0x000506e3, pf_mask 0x36, 2020-04-27, rev 0x00dc-> 2020-06-24, rev 
0x00e0
  sig 0x000506f1, pf_mask 0x01, 2019-03-21, rev 0x002e-> 2020-03-07, rev 
0x0032
  sig 0x000706a1, pf_mask 0x01, 2019-08-28, rev 0x0032-> 2020-06-09, rev 
0x0034
  sig 0x000706a8, pf_mask 0x01, 2019-08-29, rev 0x0016-> 2020-06-09, rev 
0x0018
  sig 0x000706e4, pf_mask 0x80, 2019-08-14, rev 0x0042-> 2019-09-05, rev 
0x0046
  sig 0x000706e5, pf_mask 0x80, 2020-04-22, rev 0x0082-> 2020-07-22, rev 
0x009e
  sig 0x000806c0, pf_mask 0x80, 2019-09-13, rev 0x0034-> 2020-04-02, rev 
0x0068
  sig 0x000806e9, pf_mask 0xc0, 2020-04-27, rev 0x00d6-> 2020-05-27, rev 
0x00de
  sig 0x000806e9, pf_mask 0x10, 2020-04-27, rev 0x00d6-> 2020-05-27, rev 
0x00de
  sig 0x000806ea, pf_mask 0xc0, 2020-04-27, rev 0x00d6-> 2020-06-17, rev 
0x00e0
  sig 0x000806eb, pf_mask 0xd0, 2020-04-27, rev 0x00d6-> 2020-06-03, rev 
0x00de
  sig 0x000806ec, pf_mask 0x94, 2020-04-23, rev 0x00d6-> 2020-05-18, rev 
0x00de
  sig 0x000906e9, pf_mask 0x2a, 2020-04-23, rev 0x00d6-> 2020-05-26, rev 
0x00de
  sig 0x000906ea, pf_mask 0x22, 2020-04-27, rev 0x00d6-> 2020-05-25, rev 
0x00de
  sig 0x000906eb, pf_mask 0x02, 2020-04-23, rev 0x00d6-> 2020-05-25, rev 
0x00de
  sig 0x000906ec, pf_mask 0x22, 2020-04-27, rev 0x00d6-> 2020-06-03, rev 
0x00de
  sig 0x000906ed, pf_mask 0x22, 2020-04-23, rev 0x00d6-> 2020-05-24, rev 
0x00de
  sig 0x000a0652, pf_mask 0x20, 2020-01-26, rev 0x00c8-> 2020-06-07, rev 
0x00de
  sig 0x000a0653, pf_mask 0x22, 2020-01-22, rev 0x00cc-> 2020-06-07, rev 
0x00de
  sig 0x000a0655, pf_mask 0x22, 2020-03-12, rev 0x00ca-> 2020-06-07, rev 
0x00de
  sig 0x000a0660, pf_mask 0x80, 2019-10-03, rev 0x00ca-> 2020-06-07, rev 
0x00de
  sig 0x000a0661, pf_mask 0x80, 2019-10-07, rev 0x00ba-> 2020-06-07, rev 
0x00de

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

 sys-firmware/intel-microcode/Manifest  |   1 +
 .../intel-microcode-20200616_p20200921.ebuild  | 259 +
 2 files changed, 260 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index edddbb6a60c..44f190c6817 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,3 +1,4 @@
 DIST intel-microcode-collection-20200617.tar.xz 6097076 BLAKE2B 
cbd323fb98569c58c3d89f0f7ae3bb4b215c518d90a83086e19fba9f61cfc591908e24a3d8620f93fbd6b6aa418ceb4e8899684dab3bc9450d4af08314d7a243
 SHA512 
0e99a75c1632da1e80b6d888b313d280e97e2902b51a21d2551444a5b6a332f85e8a008f69553b7154c50e68f90bfe7f86e152e2babd7a2d0b839ff27d18f8c0
+DIST intel-microcode-collection-20200921.tar.xz 6482440 BLAKE2B 
d8cc478bf61c750fc73f1fd55ce8d8dd6655abc79bea77d2dfa21241ee0ff44c10931e28c6343494433d8dc1784b5bbf6ab47e5c8d5fa7c230749e057e21e33a
 SHA512 
7c34a851b7047640557a2708bf0af9adcb40cffae73aa0c6d4a64dec33ba3df00854b056bb042d9886a9726eccb6053b418a2c515f07faa06d1ed0dfa984db05
 DIST intel-ucode-sig_0x406e3-rev_0xd6.bin 101376 BLAKE2B 
66d55867954d69dda1425febd93bb8c89f7aa836d504f8b5fee127f8505bcf2246f4fcc55cc245bc5e532528d60cca2eee278de7ab5174dc2862db7982a2b36f
 SHA512 
248066b521bf512b5d8e4a8c7e921464ce52169c954d6e4ca580d8c172cd789519e22b4cf56c212e452b4191741f0202019f7061d322c9433b5af9ce5413b567
 DIST microcode-20200616.tar.gz 3036726 BLAKE2B 
c4db887743c916804624683b51306ba1fdb2281c3583a35706edfd5d6fbd7027793bf6fa952ba96dacd0e9b399a8e632d4997e46e13eba89d55f49328e0b5367
 SHA512 
39c4de3a292da0aeef4f35624d22ca6116dc8baa7f0683b1c16f5e153ba6d9d52f0879263313ef67922eda551d998521d3721af880c22c63083d8ebce81f413f

diff --git 

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

2020-09-20 Thread Mike Pagano
commit: 863105a80c291ea643a1ba6a763591fc76f4b5b9
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Sep 20 23:21:11 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Sep 20 23:21:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863105a8

sys-kernel/gentoo-sources: Clean-up old versions

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

 sys-kernel/gentoo-sources/Manifest | 12 --
 .../gentoo-sources/gentoo-sources-4.14.185.ebuild  | 28 --
 .../gentoo-sources/gentoo-sources-4.19.129.ebuild  | 28 --
 .../gentoo-sources/gentoo-sources-4.9.228.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-5.4.48.ebuild| 28 --
 5 files changed, 124 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e31d86fc417..f0a4ceb95d2 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,6 +1,3 @@
-DIST genpatches-4.14-195.base.tar.xz 4329400 BLAKE2B 
a17042f43952d5245c2833a8a59e6898db6b5ca0314d453527220ff1fb39a4f8054ac1cc032251f1852d07a2ec1001755f4eef637a881be460f34b9f0e6c8294
 SHA512 
c6d31fe4fc95f04ccf8abe8bb4aff2b78e22bed69188c7ca857c7b1230fc7c637f5a97bbb17bee960ef2c8900cf2decfd1a1dfd58bcd66a442815f8cf52db735
-DIST genpatches-4.14-195.experimental.tar.xz 5932 BLAKE2B 
33f6f50601c11f832846305eff70afd279a7f2284f9fe25b001fb3e45951d46cd9b861737c7c4c030a0cded6d119428583d8aaf003d03b487aa355f5289b9be7
 SHA512 
5505bd69959c8a40a17d649fd13521fd5a7b872ea66ee82c21fcdc7f6fe0330dd00b8361007fdd2505289d38e0354bfa31a377aa8863facac6ac9bf14fc9f9d5
-DIST genpatches-4.14-195.extras.tar.xz 17536 BLAKE2B 
9b9d57324fc8770f8e9af0d62de34691694a21bba9c8ba54fc302709fa1d2e631ff0c91cd6a3ff275cc76c0cd1f87b1d2681a874c44fd2e7287e729ece3ee654
 SHA512 
89c02042dbca98380d0ea0f48f4af9a1508ab76ee764099a1ab63aca54f6173c2e249df99b676ada58391b24b4d4762f973cba72304e762e9948c4e2b37c
 DIST genpatches-4.14-204.base.tar.xz 4470580 BLAKE2B 
dcc2d7c1d1176f6169e0c88ae504661d0a7fa29a414388ba868463b1c117c91a1ffc66e6a3d0a6ecda347a08297475a20b40577759399fbc82c01eadba9a4b38
 SHA512 
91e9f3d10be4810500e11800aec062b9c05ab0bfdb6076d15cbd383ad6ae4d3b9bdebbc1e6d992561a8fea324ddb9ce73224392efe7ac0233c9be629255a2e72
 DIST genpatches-4.14-204.experimental.tar.xz 6088 BLAKE2B 
774390bbc0b6d565290a317346f7da96ab5f2dec23dde3063469dadc8ddd98c26fa227f6c9a22ee0b9dce391d707668f88f691c11c80c6a7819b6d79ea6fedb7
 SHA512 
7c623c14de65a444b79a200158c90f8108c963969835461c43a9fc12c8de46ec41e63a0a72ebee2b7f68b37779f9ad8755065a5a347770b3159392d3e53b2e71
 DIST genpatches-4.14-204.extras.tar.xz 17532 BLAKE2B 
1b1d877f960be52247af38d0eaa560081026f8e4e9869cb78fbdf58b84c4f90f039d993318c4304d4faf400512c17f49542eaba8d4417b2a2f775ed98a5ca344
 SHA512 
c946e8feafed29738c4f124f325c29b2b3ca4d56870800d240aefec55c90e01dd3fcd76e5ec2f52a37b0da38bcadfa66d2e995d2728a561af77a7c78f78f6564
@@ -16,9 +13,6 @@ DIST genpatches-4.14-207.extras.tar.xz 17536 BLAKE2B 
5c1ecb399d4e2fcc53ee7b6d1cc
 DIST genpatches-4.14-208.base.tar.xz 4528048 BLAKE2B 
b87e20e9008edcba6e52bcc57d0dc4544273c3da0ced74d410441d8877be9d449c40b4a53a8880d178e7b1dc706d10b0bcf797d0271f6882d410f548114fb77d
 SHA512 
012433cefb294896ea928d683e7c00514331c85a0e63e131b94b0119158abe3538d77d60b075a35178ef933b240c9a4aa1d70494dd6fc3da2cce112f3e935660
 DIST genpatches-4.14-208.experimental.tar.xz 6092 BLAKE2B 
188eea7e5646bbdbb67e9af624e34e79481b18e5fe36cba5553ec1312c73f20c2ebef19589c10a8e9ff999a24a4dc6ceb24511d1e299aa5a8c6f330f7e6d3422
 SHA512 
3219a3dfab95ee5e8f8d5865b7cf57a742457331bf99760a481be224c2ca4fe74711660f337578ec879831a805616f54b409f9f07cc2e98150a64e38d99a13bb
 DIST genpatches-4.14-208.extras.tar.xz 17536 BLAKE2B 
a555b9c78d47323e78c10dc31fbf191ebf6613f264756cd65c9e26e262941a0f4cd64122f93701a66686398b722aeb251dfd1b88b60cd89257addcbe86e2f623
 SHA512 
9cc457946e4822d76a3be86c0a07b40930785fa45f445721a0969d3ff9fff3a2062ab154386f39924317a3dc5e9dd38ee4136229d5a7ebdeb9297af7afe0ddfb
-DIST genpatches-4.19-128.base.tar.xz 3579128 BLAKE2B 
3826eb7e22f0c03382d3c417d9b58bd27f86ea2f06e2569f7eb10ecfe031c5e9bcf12dc6522a5bc7896a0777a4b3ac21ae89f2e9c9a75f5f8ea9539ac7193b36
 SHA512 
b3fdd7120bb07c5b8da15725d20d6f7d7b877d9b0aa4dea0deeed92026a958362cd3741dfd407129e282aaf3ffbe1257fbe1e2c77c640cbe7a78894c307c6ecd
-DIST genpatches-4.19-128.experimental.tar.xz 6432 BLAKE2B 
94f7574d43c1c970c21b581d9b52ee1d150a676ebbdfd956be06e9f2af03d44128e842b88f47f92c219751f6552b480399b02e88f63869c6be4762905cce9e56
 SHA512 
be0a40143e569fcf3b17126b21cf8d74453a6009875f41e891691573b8026bf3ca85f12ea49e46951a5c9e0dd8971f72f3870fe756a7c916918400631d2b1bb3
-DIST genpatches-4.19-128.extras.tar.xz 17524 BLAKE2B 
885ad7ab0be8ad9c2f2094e8dda22ea8b5a07dcf2da1478f1e5c6c5019b32f224dc589b5a9fe300e9c55dc2a462f6430e55d72eb130c52226ee58302946a6797
 SHA512 

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

2020-09-20 Thread Mike Pagano
commit: 812d8687781cc096c3a9e615527d59088c25d3ec
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Sep 20 23:19:38 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Sep 20 23:19:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812d8687

sys-kernel/gentoo-sources: Remove old version

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-4.4.228.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1f01f1c9b66..e31d86fc417 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -37,9 +37,6 @@ DIST genpatches-4.19-144.extras.tar.xz 17524 BLAKE2B 
ab5c55d6f4bfe03d14262a0
 DIST genpatches-4.19-145.base.tar.xz 3890268 BLAKE2B 
6705feaa0dd76fab27a883c1ecdb325d00467fc50e051fa205c70c0fa07e62731406066589d3ea88bad2e1fb9d3aa3ffecacc0391348183a92097b8d69477c1c
 SHA512 
6385ce0d318f988338c14aca095f2c054835a7e88ecf63829994eadee02bbf35beee39a3e366c4c445064c70be4ae5fc6105293fee36c6cdf81bb3206b0eeb6f
 DIST genpatches-4.19-145.experimental.tar.xz 6972 BLAKE2B 
fec91bdb34d9ab0d52f4ab920159f16cf43cc63e2ea8d079e61cd247c1bbaf8e57d183a484670d5e703542bf2c78d59029e09c0eefac7686392dd727671c40a0
 SHA512 
ae35835ed9b9854147a4b9f5111bcb37980f8664b59894654970ec7337c7114e86d639b0198144cfef87756740ef08ad7a08fb2bca6f78aa319bf662dcb92095
 DIST genpatches-4.19-145.extras.tar.xz 3316 BLAKE2B 
b8ea2c727280adcbc4cd30cce7a20f8ae22985c89d3749cabb3b5499b22dfd7f7297428e38b8881d2f3ce99c7786c50a2d181d9fb9de28321ff8416c7562fc8e
 SHA512 
adf93acb5f86addcdaca9083da5a2ac0939654949a497b107bafb47ea35a8aff13e74906b93d9b40133082ab96339381a6addf2b1b6a6c2df7c9982cf031fac2
-DIST genpatches-4.4-229.base.tar.xz 3720552 BLAKE2B 
48629037475319cac031849a45a6cb36d45036ac47366739dbd737f345c2906db4249057a920a9c3ca637c5d0fd731e93b53e331ad2cde09b8088692f48177ca
 SHA512 
e0f1e2327398f5a73b2aa7c3b8abd42722610ab35340076ba58543e3852116ceb92afa7b3ba4f3b112164c57e5000c1584be3c9390f4048242eb0bcf91699008
-DIST genpatches-4.4-229.experimental.tar.xz 83264 BLAKE2B 
3cae1db18daa8072cbe45cd50942b50ab4b8c3fbcea5ad87e2b9420886d4b8f2840b06520c271944835216a4543c4d15b1547323ccc0c24a12f6983c28b8289e
 SHA512 
96207a3069a4424b540c952a6f553caab8abb55b37d5135f344d772106d4905784982dfed7b281112ba113fcbca3366173f6a76c6e8a255df5031c608c6911f2
-DIST genpatches-4.4-229.extras.tar.xz 16492 BLAKE2B 
9c0d4734997f9af0391427aad0e2f4e2c634b2bd6439ead35ff3246effec666a1b27b6a1fab059e7a0520b169a793bc87ea499e3f1a7375a21888a1ef9d5b9b7
 SHA512 
f369a2ea1ca60a1c89863127dc60e0d6cf7d6edf1cdae1b6298e0764fb572c47a79ce9c9056821dd485ec944dc8791380f2ec71ead49c9eebdf50e1b76761204
 DIST genpatches-4.4-234.base.tar.xz 3796056 BLAKE2B 
eab6e9711dccb5d53ccc8aff4cbb51218c3f2af98e5423fbfdf97eb38388b84e680287d595a30a94a1811ad2d7d8665996e89a09e48a11dd5d541ff3ebad
 SHA512 
c35e78b2e13c8fbbcfcbaeff8343334da892af53c10d3f5194bcabc24a3beb5316b71c2afb399bcbfc3bf8e2707999a396240f3725a723fa0ccc4b72daf7f025
 DIST genpatches-4.4-234.experimental.tar.xz 83304 BLAKE2B 
85ae8e6bfa90de01ae1a72530d2f404784376402b5742895f66e9bd336b653b416bcd014372db25b7950d0f32598dd384aaba40a7f3b7fd4685ef95ece229b6f
 SHA512 
d12ea54b57d4fca7a8f16879d79ad6216cc13742d308d811c806d12040c44095d9830d8cf2f68249c3e7fedf17bafb1ab3f6b1b86663e354b40c1546d8404a1a
 DIST genpatches-4.4-234.extras.tar.xz 16504 BLAKE2B 
162cf8fa92659ed171184a6dc5c7117a0f16ff1c38481bdd8f98785ce800f9d19d3aebc41dc58d9128fa01ec97e40c5c5bf518fb536c532ed3cd3396181d2547
 SHA512 
7d7598a5e1c5aae430deae50f94c2b8ca3140256709be7fcbe27341d87a1b2926a558a0764aef45a9b4e038cfea2404aad0536ea8e71de87dcd2f1be6cc595e3

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild
deleted file mode 100644
index bb22e4f71a1..000
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="229"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2020-09-20 Thread Thomas Deutschmann
commit: 97f1919c5bc92c695addcbb73dde20ad5e2dfd8c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 23:13:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 23:13:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f1919c

sys-kernel/linux-firmware: bump to v20200918

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

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20200918.ebuild  | 342 +
 2 files changed, 343 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index d94907c331a..0748c66f9c7 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -4,3 +4,4 @@ DIST linux-firmware-20200519.tar.xz 101137720 BLAKE2B 
b73744d4f8d0fc74fb1388ee13
 DIST linux-firmware-20200619.tar.xz 117836800 BLAKE2B 
09312c70f81791f91547cf815ca0f07297c7ea4c527996504008e4c9dcc9d17c1eea192a646efc89146de62e886ccbf916a041247d642265ca375252e6af825e
 SHA512 
8433646f2837fb5f52b2303316329f7c05423642085288f219d9955588441d50d6901cd31e0705a08453bda1882596ae6d8f8f922520579695f1b36b774b404b
 DIST linux-firmware-20200721.tar.xz 118013188 BLAKE2B 
648f22d63e8e8a791e3243f9afb2d097fb206cfa1c1fd37fede0fd555d4b7cf6af6b27f4d67e4dc32a6c70fc25c6aee813dc330b4861dbd13373f703a04edd1a
 SHA512 
1dbbf92efd1ac282a72e2f7483c9b35fe3ec348ab3f6062edb34b7922b6c1a007851a87b1835ece16d3cf147fb20ce8602a0262b0c8c94902728ac2f108796e9
 DIST linux-firmware-20200817.tar.xz 121401548 BLAKE2B 
77a9ddbab368994801c5f834b65e0c991798eb5ecaeecb84a5b69e886f7aae6e6186f60ebdd4f18449ffe639fb8230c3db108151026161ab23740da63be928a2
 SHA512 
dba347534d1b51ebcc55600c05293fad5f04f0bfdaec80b2ba27b40a9a20eb5c8bd76cb29d8ca6c814b067952cba4ee3fdb903510a171df98959d592b2c00c13
+DIST linux-firmware-20200918.tar.xz 124581736 BLAKE2B 
1541e1afcf52dfb03e89a1d2960b447b9a7e056267eea71ca468c85a69a777ac8686500acd1d65d30943ef82ad64c64c9b29773c92f1d5ea0d1f68212f001da7
 SHA512 
c257bb40d7c4746e50f3733928c992017d57e3fac641bc63ea41754de50c5adb05ba1629e750b3943cc28e5d19ae709e5cdd3fbbe9ea35563bc68707e0e98e80

diff --git a/sys-kernel/linux-firmware/linux-firmware-20200918.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20200918.ebuild
new file mode 100644
index 000..736bd949345
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20200918.ebuild
@@ -0,0 +1,342 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit mount-boot savedconfig
+
+# In case this is a real snapshot, fill in commit below.
+# For normal, tagged releases, leave blank
+MY_COMMIT=
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git;
+else
+   if [[ -n "${MY_COMMIT}" ]]; then
+   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   else
+   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz;
+   fi
+
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc 
x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
+
+LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
+   redistributable? (
+   linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT 
no-source-code ) )
+   unknown-license? ( all-rights-reserved )"
+SLOT="0"
+IUSE="initramfs +redistributable savedconfig unknown-license"
+RESTRICT="binchecks strip
+   unknown-license? ( bindist )"
+
+REQUIRED_USE="initramfs? ( redistributable )"
+
+BDEPEND="initramfs? ( app-arch/cpio )"
+
+#add anything else that collides to this
+RDEPEND="!savedconfig? (
+   redistributable? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !net-dialup/ueagle-atm
+   !net-dialup/ueagle4-atm
+   !sys-block/qla-fc-firmware
+   !sys-firmware/iwl1000-ucode
+   !sys-firmware/iwl6005-ucode
+   !sys-firmware/iwl6030-ucode
+   !sys-firmware/iwl6050-ucode
+   !sys-firmware/iwl3160-ucode
+   !sys-firmware/iwl7260-ucode
+   !sys-firmware/iwl3160-7260-bt-ucode
+   )
+   unknown-license? (
+   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
+   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
+   !sys-firmware/alsa-firmware[alsa_cards_sb16]
+   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
+   )
+   )"
+
+pkg_pretend() {
+   use initramfs && 

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

2020-09-20 Thread Thomas Deutschmann
commit: 666e91c5d1573c4628b23db7eabbe96825d49ced
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 23:00:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 23:00:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666e91c5

sys-kernel/gentoo-sources: hppa stable (bug #738000)

Maintainer timeout. Applying kernel project policy.

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.194.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.141.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.233.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.233.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.194.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.194.ebuild
index 954daa4785c..b8baccbb0b6 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.194.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.194.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.141.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.141.ebuild
index 76d1ceecdcc..518620bb713 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.141.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.141.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.233.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.233.ebuild
index 3aa0d0967ef..644d43229fb 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.233.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.233.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.233.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.233.ebuild
index f9c19e1c737..c702807ed9a 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.233.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.233.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild
index f212f89323e..727a5402e74 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2020-09-20 Thread Andreas Sturmlechner
commit: 4fc652e05750fbf18e88aec20fb2391586d46627
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 20 22:20:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 20 22:55:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc652e0

sci-electronics/ktechlab: New package, version 0.50.0

Although this is really an old package.

See also:
https://zoltanp.github.io/2020/09/ktechlab-0-50-0.html
https://mail.kde.org/pipermail/kde-announce-apps/2020-September/005606.html

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

 sci-electronics/ktechlab/Manifest   |  1 +
 sci-electronics/ktechlab/ktechlab-0.50.0.ebuild | 46 +
 sci-electronics/ktechlab/metadata.xml   | 11 ++
 3 files changed, 58 insertions(+)

diff --git a/sci-electronics/ktechlab/Manifest 
b/sci-electronics/ktechlab/Manifest
new file mode 100644
index 000..e9667a6cfa1
--- /dev/null
+++ b/sci-electronics/ktechlab/Manifest
@@ -0,0 +1 @@
+DIST ktechlab-0.50.0.tar.xz 2195752 BLAKE2B 
213bee84364f8fc99ee6991ca465ce126f7fd16932a9e399947428955156500ce57e2c93170e16698b3d5e64f294ea208bff388c0d8e2ee6551bbe97e785233e
 SHA512 
236be69f18ae21f1dffe1ae3d9e55665b6bdfd443bf6b3ae39c2e370923bae679fe8b1b09dac3d354a61278ca9f85113804a47a95a7f1de996b330f5a4b13a42

diff --git a/sci-electronics/ktechlab/ktechlab-0.50.0.ebuild 
b/sci-electronics/ktechlab/ktechlab-0.50.0.ebuild
new file mode 100644
index 000..fc12299c0b2
--- /dev/null
+++ b/sci-electronics/ktechlab/ktechlab-0.50.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KDE_ORG_CATEGORY="sdk"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="IDE for microcontrollers and electronics"
+HOMEPAGE="https://userbase.kde.org/KTechlab;
+SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="+gpsim"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/khtml-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   gpsim? ( dev-embedded/gpsim )
+"
+RDEPEND="${DEPEND}"

diff --git a/sci-electronics/ktechlab/metadata.xml 
b/sci-electronics/ktechlab/metadata.xml
new file mode 100644
index 000..de97d691adf
--- /dev/null
+++ b/sci-electronics/ktechlab/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   Enable support for Microchip PIC 
microcontrollers similation using dev-embedded/gpsim
+   
+



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

2020-09-20 Thread Thomas Deutschmann
commit: 82b9160910ea9da10c3fbe7d582c98aba9ed389a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:52:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b91609

dev-ruby/rubygems: x86 stable (bug #728192)

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

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

diff --git a/dev-ruby/rubygems/rubygems-3.0.3.ebuild 
b/dev-ruby/rubygems/rubygems-3.0.3.ebuild
index fe083998fc3..e113d2a359a 100644
--- a/dev-ruby/rubygems/rubygems-3.0.3.ebuild
+++ b/dev-ruby/rubygems/rubygems-3.0.3.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2 || ( Ruby MIT )"
 
 SRC_URI="https://rubygems.org/rubygems/${P}.tgz;
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="server test"
 RESTRICT="!test? ( test )"



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

2020-09-20 Thread Thomas Deutschmann
commit: 57ad9c9309a64ada8c764ee34b5c00802b2387c1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:50:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:50:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ad9c93

dev-lang/ruby: x86 stable (bug #728192)

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

 dev-lang/ruby/ruby-2.6.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ruby/ruby-2.6.6-r2.ebuild 
b/dev-lang/ruby/ruby-2.6.6-r2.ebuild
index c501f5b15c0..7482975836e 100644
--- a/dev-lang/ruby/ruby-2.6.6-r2.ebuild
+++ b/dev-lang/ruby/ruby-2.6.6-r2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit libressl +rdoc 
rubytests socks5 +ssl static-libs systemtap tk xemacs"
 
 RDEPEND="



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

2020-09-20 Thread Thomas Deutschmann
commit: 3475d8999cd952f582f61d8a5eea9bd4fb24e5cf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:53:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3475d899

profiles: x86: remove ruby_targets_ruby26 use.stable.mask

Bug: https://bugs.gentoo.org/728192
Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/x86/use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/x86/use.stable.mask 
b/profiles/arch/x86/use.stable.mask
index b3aa6061b2d..b0ff96b03f1 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -4,10 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Hans de Graaff  (2020-09-14)
-# Masked per-arch to facilitate stabling, bug 728192
-ruby_targets_ruby26
-
 # Andreas Sturmlechner  (2020-06-06)
 # sci-libs/mkl is not stable, needs online registration to even run pkg_setup
 mkl



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

2020-09-20 Thread Thomas Deutschmann
commit: cfb20bf1c33e44938fc5cd5c76ad5287e81309aa
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:51:12 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb20bf1

dev-ruby/did_you_mean: x86 stable (bug #728192)

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

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

diff --git a/dev-ruby/did_you_mean/did_you_mean-1.3.1.ebuild 
b/dev-ruby/did_you_mean/did_you_mean-1.3.1.ebuild
index 5ae5c2c4423..d6e4a20bd12 100644
--- a/dev-ruby/did_you_mean/did_you_mean-1.3.1.ebuild
+++ b/dev-ruby/did_you_mean/did_you_mean-1.3.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean;
 
 LICENSE="MIT"
 SLOT="2.6"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/test-unit )"



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

2020-09-20 Thread Thomas Deutschmann
commit: c1ec762bb2ce36a017c590b38fc673baf39fcdd0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:51:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:51:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ec762b

dev-ruby/net-telnet: x86 stable (bug #728192)

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

 dev-ruby/net-telnet/net-telnet-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild 
b/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild
index c9afdaec57d..5f6c8af750f 100644
--- a/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild
+++ b/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/ruby/net-telnet/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_bdepend "test? ( dev-ruby/minitest )"



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/siege/

2020-09-20 Thread Thomas Deutschmann
commit: 7e738c4e9e83dcae5a290246ddda81a19ca9dcb5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:38:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e738c4e

app-benchmarks/siege: x86 stable (bug #742716)

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

 app-benchmarks/siege/siege-4.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/siege/siege-4.0.5.ebuild 
b/app-benchmarks/siege/siege-4.0.5.ebuild
index adc92eaedd1..d4311b3e0f5 100644
--- a/app-benchmarks/siege/siege-4.0.5.ebuild
+++ b/app-benchmarks/siege/siege-4.0.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.joedog.org/siege-home 
https://github.com/JoeDog/siege;
 SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc x86 ~x64-macos"
 SLOT="0"
 IUSE="libressl ssl"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 96d2024cae96c7378843e02960004197a6a50230
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:33:16 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d2024c

media-libs/babl: x86 stable (bug #743799)

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

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

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
index be6f45add6b..f528037d41f 100644
--- a/media-libs/babl/babl-0.1.78.ebuild
+++ b/media-libs/babl/babl-0.1.78.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: app-doc/gimp-help/

2020-09-20 Thread Thomas Deutschmann
commit: abf827e43b948d6b84f38627721ffdf09a163baf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:36:05 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf827e4

app-doc/gimp-help: x86 stable (bug #743523)

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

 app-doc/gimp-help/gimp-help-2.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/gimp-help/gimp-help-2.10.0-r1.ebuild 
b/app-doc/gimp-help/gimp-help-2.10.0-r1.ebuild
index 3dab2da02f4..e710f44f319 100644
--- a/app-doc/gimp-help/gimp-help-2.10.0-r1.ebuild
+++ b/app-doc/gimp-help/gimp-help-2.10.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gimp/help/${P}.tar.bz2"
 
 LICENSE="FDL-1.2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 BDEPEND="${PYTHON_DEPS}



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

2020-09-20 Thread Thomas Deutschmann
commit: 014a57846fd8a4760067c5885c0cf366f2cec1d2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:35:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014a5784

net-wireless/blueman: x86 stable (bug #743280)

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

 net-wireless/blueman/blueman-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.3.ebuild 
b/net-wireless/blueman/blueman-2.1.3.ebuild
index e97fff78e6e..06839a236a4 100644
--- a/net-wireless/blueman/blueman-2.1.3.ebuild
+++ b/net-wireless/blueman/blueman-2.1.3.ebuild
@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman;
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git;
-   KEYWORDS="arm arm64 ppc ppc64"
+   KEYWORDS="arm arm64 ppc ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz;
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm arm64 ppc ppc64 ~x86"
+   KEYWORDS="~amd64 arm arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2020-09-20 Thread Thomas Deutschmann
commit: 6e7adcc37044ef91ec6e3c3e3828c336d224c7ce
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:32:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7adcc3

media-sound/apetag: x86 stable (bug #743532)

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

 media-sound/apetag/apetag-1.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/apetag/apetag-1.12-r3.ebuild 
b/media-sound/apetag/apetag-1.12-r3.ebuild
index c485ce96090..a103ebb7a5f 100644
--- a/media-sound/apetag/apetag-1.12-r3.ebuild
+++ b/media-sound/apetag/apetag-1.12-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 075b73bf2cb66dfa47a68eb905901f69247b3fa4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:36:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075b73bf

media-libs/lvtk: x86 stable (bug #743526)

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

 media-libs/lvtk/lvtk-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild 
b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
index 091d531606e..27b193c848a 100644
--- a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> 
${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug doc examples +gtk2 +tools"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 9edef3366608ec98b186765c708d55106bd61966
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:36:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edef336

media-libs/libffado: x86 stable (bug #738730)

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

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

diff --git a/media-libs/libffado/libffado-2.4.4.ebuild 
b/media-libs/libffado/libffado-2.4.4.ebuild
index 96505479684..bb43175befe 100644
--- a/media-libs/libffado/libffado-2.4.4.ebuild
+++ b/media-libs/libffado/libffado-2.4.4.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" = "" ]]; then
ESVN_REPO_URI="http://subversion.ffado.org/ffado/trunk/${PN};
 else
SRC_URI="http://www.ffado.org/files/${P}.tgz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 LICENSE="GPL-2 GPL-3"



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

2020-09-20 Thread Thomas Deutschmann
commit: b3d3a6ee48755645ba3f39961af9a5c4fe70f54c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:37:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d3a6ee

media-libs/mutagen: x86 stable (bug #743529)

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

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

diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild 
b/media-libs/mutagen/mutagen-1.44.0.ebuild
index ab9df43a427..8b15b70fa96 100644
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc test"
 
 # TODO: Missing support for >=dev-python/eyeD3-0.7 API



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

2020-09-20 Thread Thomas Deutschmann
commit: 2bf0dac075d12ee1bd7d4208eed7deba2e37308c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:34:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf0dac0

media-libs/gegl: x86 stable (bug #743799)

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

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

diff --git a/media-libs/gegl/gegl-0.4.24.ebuild 
b/media-libs/gegl/gegl-0.4.24.ebuild
index e71bb9f8c80..d74226c6623 100644
--- a/media-libs/gegl/gegl-0.4.24.ebuild
+++ b/media-libs/gegl/gegl-0.4.24.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 
~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A graph based image processing framework"



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

2020-09-20 Thread Thomas Deutschmann
commit: 6d95882d55f660f6cd744b249d1e6efafd5765ed
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:38:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d95882d

dev-util/uncrustify: x86 stable (bug #743505)

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

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

diff --git a/dev-util/uncrustify/uncrustify-0.71.0.ebuild 
b/dev-util/uncrustify/uncrustify-0.71.0.ebuild
index ffb8d0941d9..32359683b28 100644
--- a/dev-util/uncrustify/uncrustify-0.71.0.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.71.0.ebuild
@@ -7,7 +7,7 @@ if [[ $PV == ** ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
scm_eclass=git-r3
 else
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz;
S=${WORKDIR}/${PN}-${P}
 fi



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

2020-09-20 Thread Thomas Deutschmann
commit: 769ef3b535b3ccc15d4c5ad85b6753e60ef8ea7e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:38:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769ef3b5

mail-filter/pyzor: x86 stable (bug #718326)

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

 mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild 
b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
index 4ad861c375c..243f4943c4b 100644
--- a/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
+++ b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="doc gdbm gevent mysql pyzord redis test"
 RESTRICT="!test? ( test )"



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

2020-09-20 Thread Thomas Deutschmann
commit: cd028b9bee0f6f015cd5f54676009d2cabbe0d55
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:38:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd028b9b

dev-python/pip: x86 stable (bug #742848)

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

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

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



[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/

2020-09-20 Thread Thomas Deutschmann
commit: fa9ec980a4877dd1b169eda44586e31b486f8726
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:39:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9ec980

www-servers/uwsgi: x86 stable (bug #738954)

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

 www-servers/uwsgi/uwsgi-2.0.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.19.1.ebuild
index bafab8c38f0..10a502157c1 100644
--- a/www-servers/uwsgi/uwsgi-2.0.19.1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.19.1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm x86 ~amd64-linux"
 
 UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
http ugreen signal syslog rsyslog



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

2020-09-20 Thread Thomas Deutschmann
commit: c4996b56d01ec9cbeb8f1c6ad1f4781153b4c393
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:35:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4996b56

media-gfx/gimp: x86 stable (bug #743799)

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

 media-gfx/gimp/gimp-2.10.20-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimp/gimp-2.10.20-r2.ebuild 
b/media-gfx/gimp/gimp-2.10.20-r2.ebuild
index 3ca782f1c01..8ae806db90e 100644
--- a/media-gfx/gimp/gimp-2.10.20-r2.ebuild
+++ b/media-gfx/gimp/gimp-2.10.20-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gimp.org/;
 SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 
 IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev 
unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx 
cpu_flags_x86_sse"
 



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

2020-09-20 Thread Andreas Sturmlechner
commit: cea34f7d193e5554d32d633fd50cce95f6edd473
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 20 16:31:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 20 22:01:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea34f7d

media-sound/cantata: 2.4.2 version bump

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

 media-sound/cantata/Manifest |   1 +
 media-sound/cantata/cantata-2.4.2.ebuild | 118 +++
 2 files changed, 119 insertions(+)

diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest
index 4e50119d2f5..f01db8070d3 100644
--- a/media-sound/cantata/Manifest
+++ b/media-sound/cantata/Manifest
@@ -1 +1,2 @@
 DIST cantata-2.4.1.tar.bz2 2550982 BLAKE2B 
1d965ce4a5a73d4695b51def9753c95376b71367f2e6abf69681aad84e387d86d87abcf623f613a517e5e08a633e4e9bf2bae2d28858535fac2f05ade73a6c01
 SHA512 
9bb9953f41ad562e186c201505db6ea42dccdcb0b60e0c6eda0c5521428ecafdba95b51e8827de3498b2b25284d36f800bfa96a49839d2a69e0f92705f44a439
+DIST cantata-2.4.2.tar.bz2 2498460 BLAKE2B 
82486a644fa90567f2c1c997645817d9adee841b79fb782c4984143a0ef25758e8b6605de86eed1c09b2b63b9d570adc0c647245c5e0e900652c0444671c67a7
 SHA512 
c2459a53d86e12df7e6a8f7c19880f1c353c13893401a0906ec730c34ccbf1ef070c226b55c4e772e9a54a94e7cf3a2f96b0e9223ff20057045c888c4f91d87b

diff --git a/media-sound/cantata/cantata-2.4.2.ebuild 
b/media-sound/cantata/cantata-2.4.2.ebuild
new file mode 100644
index 000..d4dca81aed0
--- /dev/null
+++ b/media-sound/cantata/cantata-2.4.2.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="cs da de en_GB es fi fr hu it ja ko nl pl pt_BR ru zh_CN"
+inherit cmake l10n qmake-utils xdg
+
+DESCRIPTION="Featureful and configurable Qt client for the music player daemon 
(MPD)"
+HOMEPAGE="https://github.com/CDrummond/cantata;
+SRC_URI="https://github.com/CDrummond/${PN}/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib 
udisks zeroconf"
+REQUIRED_USE="
+   ?? ( cdda cdio )
+   cdda? ( udisks || ( cddb musicbrainz ) )
+   cddb? ( || ( cdio cdda ) taglib )
+   cdio? ( udisks || ( cddb musicbrainz ) )
+   mtp? ( taglib udisks )
+   musicbrainz? ( || ( cdio cdda ) taglib )
+   replaygain? ( taglib )
+"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+COMMON_DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib
+   virtual/libudev:=
+   cdda? ( media-sound/cdparanoia )
+   cddb? ( media-libs/libcddb )
+   cdio? ( dev-libs/libcdio-paranoia:= )
+   mtp? ( media-libs/libmtp:= )
+   musicbrainz? ( media-libs/musicbrainz:5= )
+   replaygain? (
+   media-libs/libebur128:=
+   media-sound/mpg123
+   media-video/ffmpeg:0=
+   )
+   streaming? ( dev-qt/qtmultimedia:5 )
+   taglib? (
+   media-libs/taglib[asf(+),mp4(+)]
+   udisks? ( sys-fs/udisks:2 )
+   )
+   zeroconf? ( net-dns/avahi )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-lang/perl[ithreads]
+   || ( kde-frameworks/breeze-icons:5 kde-frameworks/oxygen-icons:* )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/qtconcurrent:5
+"
+
+# cantata has no tests
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${PN}-2.2.0-headers.patch" )
+
+src_prepare() {
+   remove_locale() {
+   rm "translations/${PN}_${1}".ts || die
+   }
+
+   cmake_src_prepare
+
+   # Unbundle 3rd party libs
+   rm -r 3rdparty/{ebur128,qtsingleapplication} || die
+
+   l10n_find_plocales_changes "translations" "${PN}_" ".ts"
+   l10n_for_each_disabled_locale_do remove_locale
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCANTATA_HELPERS_LIB_DIR="$(get_libdir)"
+   -DENABLE_CDPARANOIA=$(usex cdda)
+   -DENABLE_CDDB=$(usex cddb)
+   -DENABLE_CDIOPARANOIA=$(usex cdio)
+   -DENABLE_HTTP_SERVER=$(usex http-server)
+   -DENABLE_MTP=$(usex mtp)
+   -DENABLE_MUSICBRAINZ=$(usex musicbrainz)
+   -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease"
+   -DENABLE_FFMPEG=$(usex replaygain)
+   -DENABLE_MPG123=$(usex replaygain)
+   -DENABLE_HTTP_STREAM_PLAYBACK=$(usex streaming)
+   -DENABLE_TAGLIB=$(usex taglib)
+   -DENABLE_DEVICES_SUPPORT=$(usex udisks)
+   -DENABLE_AVAHI=$(usex zeroconf)
+   -DENABLE_REMOTE_DEVICES=OFF
+   -DENABLE_UDISKS2=ON
+   )
+
+   cmake_src_configure

[gentoo-commits] proj/portage:master commit in: lib/portage/sync/modules/mercurial/, man/, lib/portage/tests/sync/, lib/portage/

2020-09-20 Thread Zac Medico
commit: 6a7d42b66a51a6438068c685c8df37d0872e8bf2
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jan 11 17:37:47 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 20 08:18:32 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6a7d42b6

Add mercurial sync support

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

 lib/portage/const.py|   1 +
 lib/portage/sync/modules/mercurial/__init__.py  |  39 ++
 lib/portage/sync/modules/mercurial/mercurial.py | 174 
 lib/portage/tests/sync/test_sync_local.py   |  67 -
 man/portage.5   |  24 +++-
 5 files changed, 303 insertions(+), 2 deletions(-)

diff --git a/lib/portage/const.py b/lib/portage/const.py
index b895f0fa9..7effcd85d 100644
--- a/lib/portage/const.py
+++ b/lib/portage/const.py
@@ -82,6 +82,7 @@ LIBC_PACKAGE_ATOM= "virtual/libc"
 OS_HEADERS_PACKAGE_ATOM  = "virtual/os-headers"
 CVS_PACKAGE_ATOM = "dev-vcs/cvs"
 GIT_PACKAGE_ATOM = "dev-vcs/git"
+HG_PACKAGE_ATOM  = "dev-vcs/mercurial"
 RSYNC_PACKAGE_ATOM   = "net-misc/rsync"
 
 INCREMENTALS = (

diff --git a/lib/portage/sync/modules/mercurial/__init__.py 
b/lib/portage/sync/modules/mercurial/__init__.py
new file mode 100644
index 0..c4efbdcf4
--- /dev/null
+++ b/lib/portage/sync/modules/mercurial/__init__.py
@@ -0,0 +1,39 @@
+# Copyright 2018-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+doc = """Mercurial plug-in module for portage.
+Performs a hg pull on repositories."""
+__doc__ = doc[:]
+
+from portage.localization import _
+from portage.sync.config_checks import CheckSyncConfig
+from portage.util import writemsg_level
+
+module_spec = {
+   "name": "mercurial",
+   "description": doc,
+   "provides": {
+   "mercurial-module": {
+   "name": "mercurial",
+   "sourcefile": "mercurial",
+   "class": "MercurialSync",
+   "description": doc,
+   "functions": ["sync", "new", "exists", "retrieve_head"],
+   "func_desc": {
+   "sync": "Performs a hg pull on the repository",
+   "new": "Creates the new repository at the 
specified location",
+   "exists": "Returns a boolean of whether the 
specified dir "
+   + "exists and is a valid Mercurial repository",
+   "retrieve_head": "Returns the head commit hash",
+   },
+   "validate_config": CheckSyncConfig,
+   "module_specific_options": (
+   "sync-mercurial-clone-env",
+   "sync-mercurial-clone-extra-opts",
+   "sync-mercurial-env",
+   "sync-mercurial-pull-env",
+   "sync-mercurial-pull-extra-opts",
+   ),
+   }
+   },
+}

diff --git a/lib/portage/sync/modules/mercurial/mercurial.py 
b/lib/portage/sync/modules/mercurial/mercurial.py
new file mode 100644
index 0..2cc4cd1ea
--- /dev/null
+++ b/lib/portage/sync/modules/mercurial/mercurial.py
@@ -0,0 +1,174 @@
+# Copyright 2018-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+import logging
+import subprocess
+
+import portage
+from portage import os
+from portage.util import writemsg_level, shlex_split
+
+from portage.sync.syncbase import NewBase
+
+
+class MercurialSync(NewBase):
+   """Mercurial sync class"""
+
+   short_desc = "Perform sync operations on mercurial based repositories"
+
+   @staticmethod
+   def name():
+   return "MercurialSync"
+
+   def __init__(self):
+   NewBase.__init__(self, "hg", portage.const.HG_PACKAGE_ATOM)
+
+   def exists(self, **kwargs):
+   """Tests whether the repo actually exists"""
+   return os.path.exists(os.path.join(self.repo.location, ".hg"))
+
+   def new(self, **kwargs):
+   """Do the initial clone of the repository"""
+   if kwargs:
+   self._kwargs(kwargs)
+   try:
+   if not os.path.exists(self.repo.location):
+   os.makedirs(self.repo.location)
+   self.logger(
+   self.xterm_titles, "Created new 
directory %s" % self.repo.location
+   )
+   except IOError:
+   return (1, False)
+
+   sync_uri = self.repo.sync_uri
+   if sync_uri.startswith("file://"):
+   sync_uri = sync_uri[7:]
+
+

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

2020-09-20 Thread Sam James
commit: 9987a7672fe2a67928e7ca7f3276ae4dad27d704
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 20 21:56:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 20 21:56:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9987a767

dev-vcs/subversion: arm stable (bug #735342)

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

 dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild 
b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
index c095b373edd..aa394f63def 100644
--- a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="Subversion GPL-2"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="apache2 berkdb debug doc extras gnome-keyring java kwallet nls perl ruby 
sasl test"
 RESTRICT="!test? ( test )"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: fbbc51049819ce8deebaf22fc68d6bfea3b6d950
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:43:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbc5104

dev-libs/libnl: x86 stable (bug #741174)

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

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

diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild 
b/dev-libs/libnl/libnl-3.5.0.ebuild
index ce1a0349ebb..8a01b4c0191 100644
--- a/dev-libs/libnl/libnl-3.5.0.ebuild
+++ b/dev-libs/libnl/libnl-3.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 "
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+debug static-libs python +threads utils"
 
 RDEPEND="



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

2020-09-20 Thread Thomas Deutschmann
commit: 0c2865b5fde95ecbd628cf36021afba7c54ba9ee
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:49:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:52:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2865b5

dev-python/typing-extensions: x86 stable (bug #741310)

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

 dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild 
b/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild
index 4d97a719f0b..bc6ca0eeef0 100644
--- a/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild
+++ b/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 python_test() {
cd "${S}"/src_py3 || die



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

2020-09-20 Thread Thomas Deutschmann
commit: 7d6adde6f9a3561238b94f0b86660dcde0023bed
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:44:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6adde6

app-portage/nattka: x86 stable (bug #743265)

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

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

diff --git a/app-portage/nattka/nattka-0.2.10.ebuild 
b/app-portage/nattka/nattka-0.2.10.ebuild
index 14053ebaaf0..615f4851215 100644
--- a/app-portage/nattka/nattka-0.2.10.ebuild
+++ b/app-portage/nattka/nattka-0.2.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
 IUSE="depgraph-order"
 
 RDEPEND="



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

2020-09-20 Thread Thomas Deutschmann
commit: 5d049114998d15b21e5a0ab8673aecb221c81294
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:48:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:52:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d049114

dev-vcs/subversion: x86 stable (bug #735342)

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

 dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild 
b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
index c5050cdcd53..c095b373edd 100644
--- a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="Subversion GPL-2"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="apache2 berkdb debug doc extras gnome-keyring java kwallet nls perl ruby 
sasl test"
 RESTRICT="!test? ( test )"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 93b7cac0c06d7f895ffb8147157b9c95c069b556
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:45:22 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b7cac0

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

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

 net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild
index c805fd1af26..c929aa352bc 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/40"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE="
X bzip2 doc elf kmem ipv6 libressl lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/

2020-09-20 Thread Thomas Deutschmann
commit: 14765bab3602aeba3635f50d213c100505fc15ed
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:43:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14765bab

dev-scheme/guile: x86 stable (bug #739826)

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

 dev-scheme/guile/guile-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/guile/guile-2.2.6.ebuild 
b/dev-scheme/guile/guile-2.2.6.ebuild
index 4985b1ed5a3..64f74ff3c0d 100644
--- a/dev-scheme/guile/guile-2.2.6.ebuild
+++ b/dev-scheme/guile/guile-2.2.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/guile/${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="12/2.2-1" # libguile-2.2.so.1 => 2.2-1
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="debug debug-malloc +deprecated +networking +nls +regex +threads" # 
upstream recommended +networking +nls
 REQUIRED_USE="regex" # workaround for bug 596322
 RESTRICT="strip"



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

2020-09-20 Thread Thomas Deutschmann
commit: 08ab01094e56aabf8b780e9b1b78b3e901a56a6a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:45:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ab0109

sys-process/psmisc: x86 stable (bug #738318)

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

 sys-process/psmisc/psmisc-23.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/psmisc/psmisc-23.3-r1.ebuild 
b/sys-process/psmisc/psmisc-23.3-r1.ebuild
index 160e5de62a3..615cdc684e5 100644
--- a/sys-process/psmisc/psmisc-23.3-r1.ebuild
+++ b/sys-process/psmisc/psmisc-23.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 nls selinux X"
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7:0=



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

2020-09-20 Thread Thomas Deutschmann
commit: 506626519c41ce9701adcf65e9e90e3b78dfb0d9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:47:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:52:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50662651

dev-util/statifier: x86 stable (bug #741332)

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

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

diff --git a/dev-util/statifier/statifier-1.7.4-r1.ebuild 
b/dev-util/statifier/statifier-1.7.4-r1.ebuild
index f5697dd1a24..64a5975d6e7 100644
--- a/dev-util/statifier/statifier-1.7.4-r1.ebuild
+++ b/dev-util/statifier/statifier-1.7.4-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Statifier is a tool for creating portable, 
self-containing Linux ex
 HOMEPAGE="http://statifier.sourceforge.net;
 SRC_URI="https://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 SLOT="0"
 LICENSE="GPL-2"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 13f1ac8a3c76df823573e9eb74ead4d37ec19c9e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:50:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:52:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f1ac8a

dev-lang/yasm: x86 stable (bug #743496)

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

 dev-lang/yasm/yasm-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/yasm/yasm-1.3.0-r1.ebuild 
b/dev-lang/yasm/yasm-1.3.0-r1.ebuild
index 05fea044d20..78e1068772b 100644
--- a/dev-lang/yasm/yasm-1.3.0-r1.ebuild
+++ b/dev-lang/yasm/yasm-1.3.0-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit autotools git-r3
 else
SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="An assembler for x86 and x86_64 instruction sets"



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

2020-09-20 Thread Thomas Deutschmann
commit: aebd4b58c57afcc6dea8ea7e87daaf77b44bb5f8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:49:28 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:52:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebd4b58

dev-python/yarl: x86 stable (bug #741310)

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

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

diff --git a/dev-python/yarl/yarl-1.5.1.ebuild 
b/dev-python/yarl/yarl-1.5.1.ebuild
index ca98c37146b..100f63c961a 100644
--- a/dev-python/yarl/yarl-1.5.1.ebuild
+++ b/dev-python/yarl/yarl-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
>=dev-python/multidict-4.0[${PYTHON_USEDEP}]



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

2020-09-20 Thread Thomas Deutschmann
commit: 2aba79abb954150e77e1f5bc553d2b3092e90479
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:47:12 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aba79ab

net-libs/serf: x86 stable (bug #730632)

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

 net-libs/serf/serf-1.3.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/serf/serf-1.3.9-r2.ebuild 
b/net-libs/serf/serf-1.3.9-r2.ebuild
index 4f43abdbf21..2ec7d7f4357 100644
--- a/net-libs/serf/serf-1.3.9-r2.ebuild
+++ b/net-libs/serf/serf-1.3.9-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN}/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-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 ~x64-solaris"
+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 ~x64-solaris"
 IUSE="kerberos static-libs libressl"
 RESTRICT="test"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 250d9fb437f087772368a7658ce73e17db6a6e8c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:46:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250d9fb4

dev-util/scons: x86 stable (bug #742359)

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

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

diff --git a/dev-util/scons/scons-4.0.1.ebuild 
b/dev-util/scons/scons-4.0.1.ebuild
index 248418d8760..eaf9eb29e71 100644
--- a/dev-util/scons/scons-4.0.1.ebuild
+++ b/dev-util/scons/scons-4.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 7cdf520460527e63fb67f1be57dec438710838b3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:45:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdf5204

app-misc/rpick: x86 stable (bug #743760)

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

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

diff --git a/app-misc/rpick/rpick-0.7.0.ebuild 
b/app-misc/rpick/rpick-0.7.0.ebuild
index 2c68b9cd74a..1e49f1ba916 100644
--- a/app-misc/rpick/rpick-0.7.0.ebuild
+++ b/app-misc/rpick/rpick-0.7.0.ebuild
@@ -98,7 +98,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
 # use cargo-license for a more accurate license picture
 LICENSE="GPL-3 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 MIT Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 
 DOCS=( CHANGELOG.md README.md )
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 9fd5a8c3b74bcc0536a3faab54df1a6598a4d585
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:41:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd5a8c3

sys-kernel/dracut: x86 stable (bug #729656)

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

 sys-kernel/dracut/dracut-050-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/dracut/dracut-050-r2.ebuild 
b/sys-kernel/dracut/dracut-050-r2.ebuild
index b73076614fe..cd367e5488b 100644
--- a/sys-kernel/dracut/dracut-050-r2.ebuild
+++ b/sys-kernel/dracut/dracut-050-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/dracutdevs/dracut;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
SRC_URI="https://www.kernel.org/pub/linux/utils/boot/${PN}/${P}.tar.xz;
 fi
 



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

2020-09-20 Thread Thomas Deutschmann
commit: 3c2772117f0fa8988ce8908a47b58367188c6949
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:48:53 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:52:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c277211

app-admin/syslog-summary: x86 stable (bug #743478)

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

 app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild 
b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
index b419bb9212b..4275cdaa85b 100644
--- a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
+++ b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/downloads/dpaleino/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~sparc x86"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2020-09-20 Thread Thomas Deutschmann
commit: 4777532305e6922ef7be7d43539871c9e714e7fe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:42:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47775323

gnome-base/gconf: x86 stable (bug #743517)

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

 gnome-base/gconf/gconf-3.2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild 
b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
index bfb7649268a..3a1b733b331 100644
--- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
+++ b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://projects.gnome.org/gconf/;
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-linux"
 IUSE="debug +introspection ldap policykit"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/ssh-askpass-fullscreen/

2020-09-20 Thread Thomas Deutschmann
commit: 2a743e5fef75e0c2a5fb0dae548aad986dbf97c6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:47:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:51:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a743e5f

net-misc/ssh-askpass-fullscreen: x86 stable (bug #742146)

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

 net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.2.ebuild 
b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.2.ebuild
index 9a508e4b02a..b2439ddd038 100644
--- a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.2.ebuild
+++ b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/atj/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.10.0:2



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

2020-09-20 Thread Cédric Krier
commit: cbd5f4e6b506540117e5416ba677e1294d4a
Author: Cédric Krier  gentoo  org>
AuthorDate: Sun Sep 20 21:37:32 2020 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sun Sep 20 21:38:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd5f4e6

www-apps/roundup: Use python_gen_impl_dep for sqlite

Closes: https://bugs.gentoo.org/743736
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Cédric Krier  gentoo.org>

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

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild 
b/www-apps/roundup/roundup-2.0.0.ebuild
index 7ec970551c8..bc6b341c9ce 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -20,7 +20,7 @@ IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt 
markdown"
 DEPEND=""
 RDEPEND="${DEPEND}
tz? ( dev-python/pytz[$PYTHON_USEDEP] )
-   sqlite? ( dev-lang/python:*[sqlite] )
+   sqlite? ( $(python_gen_impl_dep sqlite) )
mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/tetrinet/, games-puzzle/tetrinet/files/

2020-09-20 Thread Conrad Kostecki
commit: 354a137aa65056969227cb7573d61682889c2c56
Author: Alexey Sokolov  google  com>
AuthorDate: Sat Sep 12 21:22:15 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 20 21:34:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354a137a

games-puzzle/tetrinet: fix build with gcc 10

Closes: https://github.com/gentoo/gentoo/pull/17513
Closes: https://bugs.gentoo.org/707264
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../tetrinet/files/tetrinet-0.11-fnocommon.patch   | 11 +++
 games-puzzle/tetrinet/tetrinet-0.11-r2.ebuild  | 37 ++
 2 files changed, 48 insertions(+)

diff --git a/games-puzzle/tetrinet/files/tetrinet-0.11-fnocommon.patch 
b/games-puzzle/tetrinet/files/tetrinet-0.11-fnocommon.patch
new file mode 100644
index 000..e64fe5c62d0
--- /dev/null
+++ b/games-puzzle/tetrinet/files/tetrinet-0.11-fnocommon.patch
@@ -0,0 +1,11 @@
+--- a/tetris.h 2003-09-07 16:29:29.0 -
 b/tetris.h 2020-09-12 21:13:50.978870902 -
+@@ -50,7 +50,7 @@ typedef struct {
+ char shape[4][4]; /* Shape data for the piece */
+ } PieceData;
+ 
+-PieceData piecedata[7][4];
++extern PieceData piecedata[7][4];
+ 
+ extern int current_piece, current_rotation;
+ 

diff --git a/games-puzzle/tetrinet/tetrinet-0.11-r2.ebuild 
b/games-puzzle/tetrinet/tetrinet-0.11-r2.ebuild
new file mode 100644
index 000..424e841be08
--- /dev/null
+++ b/games-puzzle/tetrinet/tetrinet-0.11-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Console based tetrinet inc. standalone server"
+HOMEPAGE="http://tetrinet.or.cz/;
+SRC_URI="http://tetrinet.or.cz/download/${P}.tar.bz2;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ipv6"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-no-ipv6.patch
+   "${FILESDIR}"/${P}-build.patch
+   "${FILESDIR}"/${P}-fnocommon.patch
+)
+
+src_prepare() {
+   default
+
+   use ipv6 && append-cflags -DHAVE_IPV6
+   tc-export CC PKG_CONFIG
+}
+
+src_install() {
+   dobin tetrinet tetrinet-server
+   dodoc README TODO tetrinet.txt
+}



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

2020-09-20 Thread Conrad Kostecki
commit: ecaf89852037db10ee7029c419a692870f9866d9
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sun Sep 20 12:17:11 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 20 21:36:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecaf8985

x11-libs/xapps: remove old and broken xapps-1.4.2.ebuild

Closes: https://github.com/gentoo/gentoo/pull/17613
Closes: https://bugs.gentoo.org/672676
Signed-off-by: Olivier Laurantin  laposte.net>
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-libs/xapps/Manifest   |  1 -
 x11-libs/xapps/xapps-1.4.2.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/x11-libs/xapps/Manifest b/x11-libs/xapps/Manifest
index 434748fee23..712a4bcde45 100644
--- a/x11-libs/xapps/Manifest
+++ b/x11-libs/xapps/Manifest
@@ -1,3 +1,2 @@
-DIST xapps-1.4.2.tar.gz 69709 BLAKE2B 
514e4cb2e614ccd9fa303625eb5ffb818847447b29d6d989c2abdc90b6b9840dac6124d8484b71ffc2e489a925f83dae597c0904aa79cd5d5a0c27d44420da96
 SHA512 
2d16bd893a16876270c41d755c62ca454f561931750acc719c480e63036b70dca8dae25e6a313f13ed0daae09fd650e0efcef9d272c405ccd9c04147aaf59fe2
 DIST xapps-1.8.4.tar.gz 179340 BLAKE2B 
f6558b87320cbd73e73c5294f48a3c0c94c7239abc9ede9cd88e66ccd53fd0c9cba9c638837efbd5eecd8a4f372262fde759e05ba9e97ad9955ab74464c34c21
 SHA512 
483e8e334d4883e2172e06835d690d20af2752fcc195f63776053b83abc0ffcb25c757633450a02b153e70e67e98c477754de12169c167a2f9f3fea103e12bad
 DIST xapps-1.8.9.tar.gz 187789 BLAKE2B 
37b2d2677cb6483533d79853a83d77b30033313c06db89e93491076bb017122f77cd97b30d5ba64ce53fb41a37736791e97da785f516953b76b1d979d341e2fc
 SHA512 
95dd1cbf84b59adf6682d9025e0cfa7a414c24d4f584cde87d0cc6ea82c06338de2c320dad8d997e105980782ec5cb23f0def6f6d60ea84be7d74c90d7cd692c

diff --git a/x11-libs/xapps/xapps-1.4.2.ebuild 
b/x11-libs/xapps/xapps-1.4.2.ebuild
deleted file mode 100644
index 762e94721fd..000
--- a/x11-libs/xapps/xapps-1.4.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VALA_USE_DEPEND="vapigen"
-inherit vala meson gnome2-utils xdg-utils
-
-DESCRIPTION="Cross-desktop libraries and common resources"
-HOMEPAGE="https://github.com/linuxmint/xapps/;
-LICENSE="GPL-3"
-
-SRC_URI="https://github.com/linuxmint/xapps/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="amd64 x86"
-
-SLOT="0"
-IUSE="introspection static-libs"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2
-   dev-libs/gobject-introspection:0=
-   gnome-base/libgnomekbd
-   gnome-base/gnome-common
-   x11-libs/cairo
-   >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?]
-   >=x11-libs/gtk+-3.3.16:3[introspection?]
-   x11-libs/libxkbfile
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   sys-devel/gettext
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   $(vala_depend)
-"
-
-src_prepare() {
-   xdg_environment_reset
-   vala_src_prepare
-   default
-}
-
-src_configure() {
-   meson_src_configure \
-   -Dwith-docs=true
-}
-
-src_install() {
-   meson_src_install
-   rm -rf "${ED%/}"/usr/bin || die
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/tetrinet/

2020-09-20 Thread Conrad Kostecki
commit: f5695290269b7d0c0bfff27022fe0a6013a1d65d
Author: Alexey Sokolov  google  com>
AuthorDate: Sat Sep 12 21:22:50 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 20 21:34:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5695290

games-puzzle/tetrinet: drop old

Closes: https://github.com/gentoo/gentoo/pull/17513
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild | 34 ---
 1 file changed, 34 deletions(-)

diff --git a/games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild 
b/games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild
deleted file mode 100644
index 013dcef24a2..000
--- a/games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Console based tetrinet inc. standalone server"
-HOMEPAGE="http://tetrinet.or.cz/;
-SRC_URI="http://tetrinet.or.cz/download/${P}.tar.bz2;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipv6"
-
-RDEPEND=">=sys-libs/ncurses-5:0="
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eapply \
-   "${FILESDIR}"/${P}-no-ipv6.patch \
-   "${FILESDIR}"/${P}-build.patch
-
-   use ipv6 && append-cflags -DHAVE_IPV6
-   tc-export PKG_CONFIG
-}
-
-src_install() {
-   dobin tetrinet tetrinet-server
-   dodoc README TODO tetrinet.txt
-}



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

2020-09-20 Thread Thomas Deutschmann
commit: 93ff5507d8c28c7617c7b57e55ccad75b8de76b7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:08:16 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ff5507

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

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

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

diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild 
b/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild
index 85f7116d8a9..0f29246af9a 100644
--- a/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild
@@ -13,7 +13,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-09-20 Thread Thomas Deutschmann
commit: cf0efbfdb818c8296c9266c014e416b63539b8e3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:07:48 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0efbfd

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

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

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

diff --git a/dev-util/lldb/lldb-10.0.1.ebuild b/dev-util/lldb/lldb-10.0.1.ebuild
index 393108cf128..943331abc98 100644
--- a/dev-util/lldb/lldb-10.0.1.ebuild
+++ b/dev-util/lldb/lldb-10.0.1.ebuild
@@ -14,7 +14,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: sys-devel/llvm-common/

2020-09-20 Thread Thomas Deutschmann
commit: e9129808906fff7d659f64ce49e44cccd6550459
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:04:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9129808

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

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

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

diff --git a/sys-devel/llvm-common/llvm-common-10.0.1.ebuild 
b/sys-devel/llvm-common/llvm-common-10.0.1.ebuild
index 9fdd16050a8..94516c09c44 100644
--- a/sys-devel/llvm-common/llvm-common-10.0.1.ebuild
+++ b/sys-devel/llvm-common/llvm-common-10.0.1.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-python/lit/

2020-09-20 Thread Thomas Deutschmann
commit: 248c2aa29734420d6fa126f04c12c2c28bf9d598
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:05:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248c2aa2

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

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

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

diff --git a/dev-python/lit/lit-10.0.1.ebuild b/dev-python/lit/lit-10.0.1.ebuild
index 88c335bd873..720061a026e 100644
--- a/dev-python/lit/lit-10.0.1.ebuild
+++ b/dev-python/lit/lit-10.0.1.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-devel/llvm/

2020-09-20 Thread Thomas Deutschmann
commit: 0fdc20fbb0b292277df559289a417b57687f538c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:05:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdc20fb

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

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

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

diff --git a/sys-devel/llvm/llvm-10.0.1.ebuild 
b/sys-devel/llvm/llvm-10.0.1.ebuild
index f39e01b03d8..dfd63e89cba 100644
--- a/sys-devel/llvm/llvm-10.0.1.ebuild
+++ b/sys-devel/llvm/llvm-10.0.1.ebuild
@@ -28,7 +28,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-devel/clang/

2020-09-20 Thread Thomas Deutschmann
commit: 24e8f055d8a1d402d3547291cbf054c840bdada8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:07:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e8f055

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

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

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

diff --git a/sys-devel/clang/clang-10.0.1.ebuild 
b/sys-devel/clang/clang-10.0.1.ebuild
index 10f9836348d..96f2e13b419 100644
--- a/sys-devel/clang/clang-10.0.1.ebuild
+++ b/sys-devel/clang/clang-10.0.1.ebuild
@@ -29,7 +29,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 default-lld doc
+static-analyzer test xml kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2020-09-20 Thread Thomas Deutschmann
commit: 1b5ebac3e44fceefbe17958ae82d5cbf8bf02ba6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:09:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5ebac3

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

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

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

diff --git a/sys-libs/libcxxabi/libcxxabi-10.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-10.0.1.ebuild
index f35f9ae4958..a4f6653d73c 100644
--- a/sys-libs/libcxxabi/libcxxabi-10.0.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-10.0.1.ebuild
@@ -15,7 +15,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-libs/compiler-rt-sanitizers/

2020-09-20 Thread Thomas Deutschmann
commit: b6579e2c27ee4f0cb7a5a39dfcb203c4535ccc6a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:08:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6579e2c

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

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

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

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.ebuild
index 34d10d8c55c..9294305f770 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1.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 +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-libs/libcxx/

2020-09-20 Thread Thomas Deutschmann
commit: 0513f1996c77cd86e8976a73891ddb64928656ec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:10:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0513f199

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

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

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

diff --git a/sys-libs/libcxx/libcxx-10.0.1.ebuild 
b/sys-libs/libcxx/libcxx-10.0.1.ebuild
index 63597ebc510..a841c4854f3 100644
--- a/sys-libs/libcxx/libcxx-10.0.1.ebuild
+++ b/sys-libs/libcxx/libcxx-10.0.1.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-09-20 Thread Thomas Deutschmann
commit: a4df3539a64f112cba3c35a032c8d3965665f638
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:10:38 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4df3539

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

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

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

diff --git a/sys-libs/libomp/libomp-10.0.1.ebuild 
b/sys-libs/libomp/libomp-10.0.1.ebuild
index 9f63dba15de..eca257798bf 100644
--- a/sys-libs/libomp/libomp-10.0.1.ebuild
+++ b/sys-libs/libomp/libomp-10.0.1.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 ~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-devel/lld/

2020-09-20 Thread Thomas Deutschmann
commit: 4e0ad94e4fbef8c4fd1b2fb75c88029bac0ed7e4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:06:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0ad94e

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

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

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

diff --git a/sys-devel/lld/lld-10.0.1.ebuild b/sys-devel/lld/lld-10.0.1.ebuild
index 218627076c3..d0fb4d61857 100644
--- a/sys-devel/lld/lld-10.0.1.ebuild
+++ b/sys-devel/lld/lld-10.0.1.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-libs/llvm-libunwind/

2020-09-20 Thread Thomas Deutschmann
commit: 2d67e5d9b85f60e6089f419e235ff849cbf81502
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:09:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d67e5d9

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

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

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

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild
index 9b9f6ebae4a..14c68c8aad4 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild
@@ -15,7 +15,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-devel/clang-common/

2020-09-20 Thread Thomas Deutschmann
commit: 22b4bad9bca719acf3abe32510005a37d321a2c0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:06:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b4bad9

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

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

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

diff --git a/sys-devel/clang-common/clang-common-10.0.1.ebuild 
b/sys-devel/clang-common/clang-common-10.0.1.ebuild
index 9e94b0b2894..8e0af08ae31 100644
--- a/sys-devel/clang-common/clang-common-10.0.1.ebuild
+++ b/sys-devel/clang-common/clang-common-10.0.1.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/clang-runtime/

2020-09-20 Thread Thomas Deutschmann
commit: 573cfada03ea39bd4ee1a88ded2784697a3451c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 21:10:55 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 21:13:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573cfada

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

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

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

diff --git a/sys-devel/clang-runtime/clang-runtime-10.0.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-10.0.1.ebuild
index f6af4e7ad45..bf06303c0c1 100644
--- a/sys-devel/clang-runtime/clang-runtime-10.0.1.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-10.0.1.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: media-tv/kodi/

2020-09-20 Thread Craig Andrews
commit: 121e5ee407569b83018b4fbf67c331b7dbb7fb5e
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 21:04:09 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 21:04:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121e5ee4

media-tv/kodi: 19.0_alpha1_p20200920 version bump

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

 media-tv/kodi/Manifest  |   1 +
 media-tv/kodi/kodi-19.0_alpha1_p20200920.ebuild | 317 
 2 files changed, 318 insertions(+)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index 8db71efec85..c94138499cd 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -4,6 +4,7 @@ DIST kodi-18-libmicrohttpd-0.9.71.patch 84981 BLAKE2B 
e07c7df63bdfbaf9dfc5d0989a
 DIST kodi-18.7.tar.gz 51051040 BLAKE2B 
7ff04cd0ddcf74e46eef4318cf870662b9e076b362322958a6b8019d49134e37981f7ca21b5806e38b942adc4c29ea2b25a19f46e5da3d469613cf19a29f4e8c
 SHA512 
7e5678f5e23e8af929056a49b0ce0b992a1f53a1fe970a149610c5a24adb591085bb06cc405e8bdc6040eef853d23e99df660d7006fc1ea4e79afd3a697875c5
 DIST kodi-18.8.tar.gz 51052219 BLAKE2B 
6e49b08b5e2bfe778dafb687658e82b90226a9f1c1a7827a4290d601fe4c98e5cbaabaa39563c19a2956b83ce3a76640f081a56a41dfea4d65fb8b503c6f37b0
 SHA512 
242eaa9144ba0d9b15f02ab41282295de76d375cf66d595e7f6687d47c996133fcf5647448dcd06759df9f30bd86cdba239720b9bdd8b57827b6f261c08c4aaa
 DIST kodi-19.0_alpha1_p20200916.tar.gz 52080775 BLAKE2B 
9ac98975ac8cf50550494833b5c1e73a839848fdcd043a7ea467bbc6a3c87536230021453137d2af05162571623125b6b992b4d7fd75ec9a195f038f339cdb5c
 SHA512 
85855685a35c705ec576ea57c9f598a5dfab28e27d3e9f6479ff01401e9c91acdc19de575cd6c81af7c4c17c8720621cf8e9afa409c031b8cb6a8a7e3d9461ca
+DIST kodi-19.0_alpha1_p20200920.tar.gz 52094020 BLAKE2B 
15d580cbbcf20023ae6b715b38eb3755ba0872fa388815f5cc617cac7f430198dd636c04bbd979140cc224a22057d796f2074bea7110a2d7684e3580b7a2083d
 SHA512 
0f8cf2e0e430fe91526980cb17bc504cca43e1eef48b7834aead90e7b60b274e9445dee0696b7ba2331f9388b6211386bbe050b07166024cea77f9dae3b889eb
 DIST libdvdcss-1.4.2-Leia-Beta-5.tar.gz 101068 BLAKE2B 
283aa2cec0a2200d3569bc280cb9659e9224a6b3a77db8a35b269cd8caf1337ac9d8b92b806df66f63ef7458a46bd6261f0b8b14678b10e26644a79dcbeea5da
 SHA512 
5185dbdbeb1bd13ea9d8723f1f4ab599d6f3102f5ba1096cd085aa1cda252c045f327c719227bba8e1b742352ade5e335106c8d0c1637a5a6b93ce661620dd7e
 DIST libdvdnav-6.0.0-Leia-Alpha-3.tar.gz 137942 BLAKE2B 
7573434a0ae8e8ccabf48173f81fcde29074eb138e119a2ae9156cde3c3d8bfd716f5d0e605b97f2dcac21f570781137c8533c5ae306b51e3905822fda318355
 SHA512 
11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72
 DIST libdvdread-6.0.0-Leia-Alpha-3.tar.gz 130649 BLAKE2B 
0c206acdaf0776841ab792c74e023af07d9539eb72e03ae164382a31ed950f60e5e15f1d055979d28f1398924471b294d11f064b11b8373353b3962a3777ff3c
 SHA512 
b3419ba0a1a2dd70f1bb6236afdfe1c6e88c9ad4264198b289e3bba9375e077cecf7f89848c7b09debaa445327f3507101f3d157e692f7a7163b2bb52643e1e7

diff --git a/media-tv/kodi/kodi-19.0_alpha1_p20200920.ebuild 
b/media-tv/kodi/kodi-19.0_alpha1_p20200920.ebuild
new file mode 100644
index 000..196abde8197
--- /dev/null
+++ b/media-tv/kodi/kodi-19.0_alpha1_p20200920.ebuild
@@ -0,0 +1,317 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_REQ_USE="libressl?,sqlite,ssl"
+LIBDVDCSS_VERSION="1.4.2-Leia-Beta-5"
+LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-3"
+LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
+FFMPEG_VERSION="4.3.1"
+CODENAME="Matrix"
+FFMPEG_KODI_VERSION="Alpha1-2"
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
+   !system-ffmpeg? ( 
https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz
 -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )"
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/xbmc/xbmc.git;
+   inherit git-r3
+else
+   GIT_COMMIT="7f6bf8fdddaabcf911786099024ecc45df35c8bd"
+   SRC_URI+=" https://github.com/xbmc/xbmc/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S=${WORKDIR}/xbmc-${GIT_COMMIT}
+fi
+
+inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
+
+DESCRIPTION="A free and open source media-player and entertainment hub"
+HOMEPAGE="https://kodi.tv/ https://kodi.wiki/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+# use flag is called libusb so that it doesn't fool 

[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2020-09-20 Thread Craig Andrews
commit: 712742965b19fc99c2ef12fd7ae7e0719cd4dfe7
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 21:06:48 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 21:06:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71274296

media-tv/kodi: Cleanup old version

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

 media-tv/kodi/Manifest  |   1 -
 media-tv/kodi/kodi-19.0_alpha1_p20200916.ebuild | 317 
 2 files changed, 318 deletions(-)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index c94138499cd..167b32c42c2 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -3,7 +3,6 @@ DIST ffmpeg-kodi-4.3.1-Matrix-Alpha1-2.tar.gz 13477450 BLAKE2B 
c33a2aad8b895be3e
 DIST kodi-18-libmicrohttpd-0.9.71.patch 84981 BLAKE2B 
e07c7df63bdfbaf9dfc5d0989adf96eb663a8c99ea11c42dfc585d8b91343a3445e9bc2f1797e845b0895e79568526e8e594a76e8cb3d7b591153a0ad45ce807
 SHA512 
286a1466174d847eac460b2a7a1b66b082148f2a3e91c4f5f881b909a59b8fdb2037eda074bd3c6e5dbe6a65dc2bef9f1d6746d7db2cb78d285c4b7750c366c2
 DIST kodi-18.7.tar.gz 51051040 BLAKE2B 
7ff04cd0ddcf74e46eef4318cf870662b9e076b362322958a6b8019d49134e37981f7ca21b5806e38b942adc4c29ea2b25a19f46e5da3d469613cf19a29f4e8c
 SHA512 
7e5678f5e23e8af929056a49b0ce0b992a1f53a1fe970a149610c5a24adb591085bb06cc405e8bdc6040eef853d23e99df660d7006fc1ea4e79afd3a697875c5
 DIST kodi-18.8.tar.gz 51052219 BLAKE2B 
6e49b08b5e2bfe778dafb687658e82b90226a9f1c1a7827a4290d601fe4c98e5cbaabaa39563c19a2956b83ce3a76640f081a56a41dfea4d65fb8b503c6f37b0
 SHA512 
242eaa9144ba0d9b15f02ab41282295de76d375cf66d595e7f6687d47c996133fcf5647448dcd06759df9f30bd86cdba239720b9bdd8b57827b6f261c08c4aaa
-DIST kodi-19.0_alpha1_p20200916.tar.gz 52080775 BLAKE2B 
9ac98975ac8cf50550494833b5c1e73a839848fdcd043a7ea467bbc6a3c87536230021453137d2af05162571623125b6b992b4d7fd75ec9a195f038f339cdb5c
 SHA512 
85855685a35c705ec576ea57c9f598a5dfab28e27d3e9f6479ff01401e9c91acdc19de575cd6c81af7c4c17c8720621cf8e9afa409c031b8cb6a8a7e3d9461ca
 DIST kodi-19.0_alpha1_p20200920.tar.gz 52094020 BLAKE2B 
15d580cbbcf20023ae6b715b38eb3755ba0872fa388815f5cc617cac7f430198dd636c04bbd979140cc224a22057d796f2074bea7110a2d7684e3580b7a2083d
 SHA512 
0f8cf2e0e430fe91526980cb17bc504cca43e1eef48b7834aead90e7b60b274e9445dee0696b7ba2331f9388b6211386bbe050b07166024cea77f9dae3b889eb
 DIST libdvdcss-1.4.2-Leia-Beta-5.tar.gz 101068 BLAKE2B 
283aa2cec0a2200d3569bc280cb9659e9224a6b3a77db8a35b269cd8caf1337ac9d8b92b806df66f63ef7458a46bd6261f0b8b14678b10e26644a79dcbeea5da
 SHA512 
5185dbdbeb1bd13ea9d8723f1f4ab599d6f3102f5ba1096cd085aa1cda252c045f327c719227bba8e1b742352ade5e335106c8d0c1637a5a6b93ce661620dd7e
 DIST libdvdnav-6.0.0-Leia-Alpha-3.tar.gz 137942 BLAKE2B 
7573434a0ae8e8ccabf48173f81fcde29074eb138e119a2ae9156cde3c3d8bfd716f5d0e605b97f2dcac21f570781137c8533c5ae306b51e3905822fda318355
 SHA512 
11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72

diff --git a/media-tv/kodi/kodi-19.0_alpha1_p20200916.ebuild 
b/media-tv/kodi/kodi-19.0_alpha1_p20200916.ebuild
deleted file mode 100644
index a581327eef4..000
--- a/media-tv/kodi/kodi-19.0_alpha1_p20200916.ebuild
+++ /dev/null
@@ -1,317 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_REQ_USE="libressl?,sqlite,ssl"
-LIBDVDCSS_VERSION="1.4.2-Leia-Beta-5"
-LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-3"
-LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
-FFMPEG_VERSION="4.3.1"
-CODENAME="Matrix"
-FFMPEG_KODI_VERSION="Alpha1-2"
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
-   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
-   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
-   !system-ffmpeg? ( 
https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz
 -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )"
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/xbmc/xbmc.git;
-   inherit git-r3
-else
-   GIT_COMMIT="0e5569b0b1f78e9be87d4b77b2b07ce864f41527"
-   SRC_URI+=" https://github.com/xbmc/xbmc/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-   S=${WORKDIR}/xbmc-${GIT_COMMIT}
-fi
-
-inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
-
-DESCRIPTION="A free and open source media-player and entertainment hub"
-HOMEPAGE="https://kodi.tv/ https://kodi.wiki/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-# use flag is called libusb so that it doesn't fool people in thinking that
-# it is _required_ for USB 

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

2020-09-20 Thread Craig Andrews
commit: e3fcbb316fa83006560aa2552cbd338ae2341b94
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:58:24 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:58:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fcbb31

media-plugins/kodi-pvr-nextpvr: Cleanup old versions

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

 media-plugins/kodi-pvr-nextpvr/Manifest|  3 --
 .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.0.5.ebuild | 38 --
 .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.0.ebuild | 38 --
 .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.1.ebuild | 38 --
 4 files changed, 117 deletions(-)

diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest 
b/media-plugins/kodi-pvr-nextpvr/Manifest
index e9a216f460e..2e5d2d4060a 100644
--- a/media-plugins/kodi-pvr-nextpvr/Manifest
+++ b/media-plugins/kodi-pvr-nextpvr/Manifest
@@ -3,7 +3,4 @@ DIST kodi-pvr-nextpvr-3.3.18.tar.gz 129996 BLAKE2B 
afc8a582793cd2f618f39f6f48dac
 DIST kodi-pvr-nextpvr-3.3.19.tar.gz 130174 BLAKE2B 
f29766ad2fff67df72c67eba05b0de775c67752b7f4d4b31ba62a7acbfd66723f52fd802dca39dc05b83900dabaad5e04ab3baa64dad51670e7f82f9fa86be2e
 SHA512 
d78201980ad4d76441d6d3c9acb5c23775c56c62dce9b7e116576e17e7fa14c11a2ade5b9fe1dba3d12d1b509d441fdfead05ac66796e2362e310b8d85a37f7a
 DIST kodi-pvr-nextpvr-3.3.20.tar.gz 130242 BLAKE2B 
52ed3235b08574d521e7400e441b9ab2a0962d839c28ac317e2318895024d26bf3ed4b1bacdb8e6b58bb3430921cad7958711ce64bc766f2fee743d8cba424ea
 SHA512 
8c7d21ede01839ba251b4367db90f5f028ca2ec0d6eafeb124881eb9a6078b28917292fbeb0ea452c782d1b943b8b8d24997f67faf83b516bdfaf451fcbd5bb0
 DIST kodi-pvr-nextpvr-3.3.21.tar.gz 130510 BLAKE2B 
edbaa2e1910d8f601673c55be264a93749713f893c78400ebbe790c9437dfdfefe8f156dc4ff73b09aa603f0d4bd54bd722d09bf39835720d0e3bb5d32813861
 SHA512 
6439f29a16d9b85b643c53a49624a2202e83597abd4d770f2caad9adbde4851d1f2f808857b5ab1bb1d1b99c7cc883313fb3a9b668240bd22ef7f4915b9a51a6
-DIST kodi-pvr-nextpvr-6.0.5.tar.gz 146642 BLAKE2B 
76f06dc933f3b23ff16da2faa9726a7c7120fb54bc10883787669bfa0f24c9998849c44237727160b2b96d3ae5375de8e6cc64c96b9bb430f9eb634e3d0fa4c5
 SHA512 
67c43f6a781d233a8c157d3a8718a9bf106526ca6844a1296f17510171c5e76be74d1884d04bfa63ed7dcaf4ce683c1b03d71be64bc40c3cc335114532845f5f
-DIST kodi-pvr-nextpvr-6.2.0.tar.gz 144852 BLAKE2B 
11eca61606db5cbab753a651fdfcf8460a6e7910870838e37c5dcdb723ebe8d19b6920d20439ce185a3ba1e6e42c4fe5b3932f09b8b7f016f355d3d80e382316
 SHA512 
60473dfab130bcfa1ece7944143f144506204331593de2a6e21bc0db215348c48ff764698af7032caf0083485bf251a10b8878d0a0faf85e0c95878a85e5
-DIST kodi-pvr-nextpvr-6.2.1.tar.gz 144925 BLAKE2B 
c1021517c1c305fb71453aeac1c7bda5c31ebe2e0175fc64ac72c5f76dd0eeb40d1c851388dea094f8eb15c53f163b2f02cad61cfd76004c64e42f7333b7a61d
 SHA512 
a9e3075569ec24639cd80388c35cac6b9632a2c2cf622be46abbefa69e91847d37f8afe98224b7a543a1ed78b2204bb6b8f243a6e5db08630cd904b19164d703
 DIST kodi-pvr-nextpvr-7.0.0.tar.gz 145031 BLAKE2B 
01d8583d74111dfcb59a139987dc30cc900a41742ea28d4a0fcec11864cb6fc505dd200cf7b61c9dc3d7338ac500d014cc6a312ed8b26be6387604a7969aa9d1
 SHA512 
b7ede2d9f2a384816c48c19078583aa996f8d08671842444abc93a02e7d3cea9669deb67c26429aa68d3875b6644c29f467bc925768a336916b6b6a7d0894cc9

diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.0.5.ebuild 
b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.0.5.ebuild
deleted file mode 100644
index 141349d2e0d..000
--- a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.0.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Kodi's NextPVR client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Matrix"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-19*
-   =dev-libs/libplatform-2*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.0.ebuild 
b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.0.ebuild
deleted file mode 100644
index 141349d2e0d..000
--- a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Kodi's NextPVR client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr;
-SRC_URI=""
-

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

2020-09-20 Thread Craig Andrews
commit: ffe3e301d4d42331567d10c6f6703826d413eefb
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 21:00:44 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 21:00:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe3e301

dev-libs/rocr-runtime: Depend on dev-libs/elfutils

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

 dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild | 3 ++-
 dev-libs/rocr-runtime/rocr-runtime-.ebuild  | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild
index d87d1dd8979..2a972d7fd3d 100644
--- a/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild
+++ b/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild
@@ -24,7 +24,8 @@ PATCHES=(
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
 
-COMMON_DEPEND="sys-process/numactl"
+COMMON_DEPEND="sys-process/numactl
+   dev-libs/elfutils:="
 RDEPEND="${COMMON_DEPEND}"
 DEPEND="${COMMON_DEPEND}
>=dev-libs/roct-thunk-interface-${PV}

diff --git a/dev-libs/rocr-runtime/rocr-runtime-.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-.ebuild
index c4474b8a91b..2a972d7fd3d 100644
--- a/dev-libs/rocr-runtime/rocr-runtime-.ebuild
+++ b/dev-libs/rocr-runtime/rocr-runtime-.ebuild
@@ -24,12 +24,13 @@ PATCHES=(
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
 
-COMMON_DEPEND="sys-process/numactl"
+COMMON_DEPEND="sys-process/numactl
+   dev-libs/elfutils:="
 RDEPEND="${COMMON_DEPEND}"
 DEPEND="${COMMON_DEPEND}
>=dev-libs/roct-thunk-interface-${PV}
>=dev-libs/rocm-device-libs-${PV}"
-BDEPEND="  app-editors/vim-core"
+BDEPEND="app-editors/vim-core"
# vim-core is needed for "xxd"
 
 src_prepare() {



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

2020-09-20 Thread Craig Andrews
commit: ad179c3895bab112bcff20499451a5fa9602caad
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:55:42 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:55:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad179c38

media-plugins/kodi-pvr-vuplus: 6.1.2 version bump

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

 media-plugins/kodi-pvr-vuplus/Manifest |  1 +
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-6.1.2.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index dc6293277b6..e3b5b1f5def 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -8,3 +8,4 @@ DIST kodi-pvr-vuplus-3.28.7.tar.gz 191502 BLAKE2B 
9f24e8ff3e15b7acfe7c395ca048bd
 DIST kodi-pvr-vuplus-3.28.8.tar.gz 191564 BLAKE2B 
101fcad2195127674ac04a24191b13b39c448e8a10277ffb8de92b9d9bb9c571957eb14b8af273f228972061c677f21afbf1fb73da6e405d0596bfc15f98e517
 SHA512 
53e3d0fcebb8227e0d436011eddb326a3ab80a3a913c3841423cf835cab4d2e7f155d61547d1ec4e6913715a986bee6883b7443e6a3a1a56dd750a08f4b317d8
 DIST kodi-pvr-vuplus-3.28.9.tar.gz 191836 BLAKE2B 
1b35fd8e639bc28b0e8be6863bd7ef79ce7c058e7cf531a00b4373ce43cbbc2d66e9e23048514055eb2bc08838ce4d3c919111eb5872dc4a4c9b253c2b301862
 SHA512 
de5a6cdb4552ef7c86cc250a14ec24ec4729c6a41a99bf72d43ed7762a66b87d061b6c94875bf7dde51ea50213c99313fecd4b42327fdce94d3549214d9dcb9e
 DIST kodi-pvr-vuplus-6.1.1.tar.gz 278369 BLAKE2B 
e8c9ba3a00fbe467eb4779d22ff189e24189d546050a6d69c1a982c4c797adab31eb760a68eee19ddf22f6fa94ca5a9405f4ad7cd9706246b8c899679b05c615
 SHA512 
87de5784610275051f68fc732d4a53b218443d0e93b2b1a7e2f4b07cb285e888cf66dc26de0b947080763f5cfa3a58a7ac3363ca00254b4956cba8edba7f7a69
+DIST kodi-pvr-vuplus-6.1.2.tar.gz 278841 BLAKE2B 
ab74d558ef6d2ecba91942968c4800b04ec3d3f6d383de51fe3fb6fca042f8613989d5e334e11c97a7c8fb52b57c1232913ffe1ccedb840293be3b4f6c8eec92
 SHA512 
174a49b7aea537c05a6e102fec72ceee59e58d9f3f06dbef81ae24a35ab302f401ca43297cd09c74a52072311db1c9666b31f57086751c4c70564dbf910a1180

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-6.1.2.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-6.1.2.ebuild
new file mode 100644
index 000..514a694a91e
--- /dev/null
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-6.1.2.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="Kodi's VuPlus client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   =dev-libs/libplatform-2*
+   dev-libs/tinyxml
+   dev-cpp/nlohmann_json
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



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

2020-09-20 Thread Craig Andrews
commit: 7cef517a9be8e49dbb05b89ab7ef44b89859afb3
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:54:45 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cef517a

dev-libs/rocclr: Cleanup old version

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

 dev-libs/rocclr/Manifest   |  2 --
 dev-libs/rocclr/rocclr-3.7.0-r1.ebuild | 43 --
 2 files changed, 45 deletions(-)

diff --git a/dev-libs/rocclr/Manifest b/dev-libs/rocclr/Manifest
index 96bad469027..2081e2da55e 100644
--- a/dev-libs/rocclr/Manifest
+++ b/dev-libs/rocclr/Manifest
@@ -1,4 +1,2 @@
-DIST rocclr-3.7.0.tar.gz 881814 BLAKE2B 
5d7c70d52d8c06e421bdf2a02dba35ed70509c9154fbe3b8c3193969b37970d5f52d1a67eff46abe95b8af1932f2c6931b18380d046f633a3870fe95c4bfc651
 SHA512 
8684cc9b4f9f63ef65bcc286b74c51e3f7d334f0245b5a1fca6d3dfa0bb552fccb6b82419b538aebe1d316aa2c41a28a9a21df459b734aa44923d66d725834e1
 DIST rocclr-3.8.0.tar.gz 882055 BLAKE2B 
12b62d2316f3f2886f656c8fcca946735e262e850d49ef8cdb21dc984eba121d9c37250209696b2945f80be363c8244a66c3da91bc26f8c65405b27625b9538e
 SHA512 
79bbaa628815620824fdf320451d729f630949a0e7cb35e2eca638a93f4788175759f68666a1cae6c1320458692c145a0c577739386681d2299c887420400edb
-DIST rocm-opencl-runtime-3.7.0.tar.gz 1004361 BLAKE2B 
7fa9481c77884dda15a3b0335449b2879fbac000f644fc56bbd8d06c5fd77d8355f159b9b7e8920f06351e388d0df41379b7e1fcff51cf81714a28f902218e42
 SHA512 
6ea509dde0290f13e66497eaad587099ed6a98df967adce207afc857ecd961b65801332ca74e36173719488639480cfcffc625a007345d0e48c10c8a0efdfa3f
 DIST rocm-opencl-runtime-3.8.0.tar.gz 1004339 BLAKE2B 
966a5bd1d4d188004b15fe4263f2c18f6dad6a07f4bc264a5afa010f6035fbf73288966cd624e6e31e1ba584ba322d93343e3482177e6480c4a57a4150546f5a
 SHA512 
bb4e3568e32bf6acc3c4812d7db169396a01bf90d079dc420ffb7df4bd4146d39938e76e9b386548fe64276bbf938a545c898de599113f20cc73ae98268c3d6a

diff --git a/dev-libs/rocclr/rocclr-3.7.0-r1.ebuild 
b/dev-libs/rocclr/rocclr-3.7.0-r1.ebuild
deleted file mode 100644
index 04b209388e3..000
--- a/dev-libs/rocclr/rocclr-3.7.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Radeon Open Compute Common Language Runtime"
-HOMEPAGE="https://github.com/ROCm-Developer-Tools/ROCclr;
-SRC_URI="https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz
-   
https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-${PV}.tar.gz
 -> rocm-opencl-runtime-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-libs/rocm-comgr-${PV}"
-DEPEND="${RDEPEND}
-   >=dev-libs/rocm-comgr-${PV}
-   virtual/opengl
-   >=dev-util/rocm-cmake-${PV}"
-
-PATCHES=(
-   "${FILESDIR}/rocclr-3.7.0-cmake-install-destination.patch"
-)
-
-S="${WORKDIR}/ROCclr-rocm-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_COMGR_LIBRARY=YES
-   -DOPENCL_DIR="${WORKDIR}/ROCm-OpenCL-Runtime-rocm-${PV}"
-   -DCMAKE_INSTALL_PREFIX="/usr"
-   )
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   # This should be fixed in the CMakeLists.txt
-   sed -e "s:${BUILD_DIR}:${EPREFIX}/usr:" -i 
"${D}/usr/lib/cmake/rocclr/ROCclrConfig.cmake" || die
-}



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

2020-09-20 Thread Craig Andrews
commit: aaea6204cef963887e36cad8a78fe209f9f39f56
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:43:13 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaea6204

dev-util/rocm-cmake: Cleanup old version

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

 dev-util/rocm-cmake/Manifest|  1 -
 dev-util/rocm-cmake/rocm-cmake-3.7.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-util/rocm-cmake/Manifest b/dev-util/rocm-cmake/Manifest
index 0f10d32079b..9dd556d9529 100644
--- a/dev-util/rocm-cmake/Manifest
+++ b/dev-util/rocm-cmake/Manifest
@@ -1,2 +1 @@
-DIST rocm-cmake-3.7.0.tar.gz 15833 BLAKE2B 
1e111ba502aa7a63b9f3785c44cf622d60f6380fbd7c86720a99d04f1bfa52201849e1316ac3af33857d257f0438f5db083877d6b6769bbd9842fdf59cc7a376
 SHA512 
3381ca5603a198f00b5e74fcb55e5279f1f9a63df712048c7aeb0fcfc50b94c4e090c33fd27275d2dfb257b39902d233d30df9d2da6d0a3b0962a440b3249ead
 DIST rocm-cmake-3.8.0.tar.gz 15823 BLAKE2B 
321d31769cee254f9f9048104c7837fc6eb4a224d53e3e3ec18d5fa283f33cb116ece739a19f791cf62ac84f533933233461fd9e470b5c413363aa58fe23b57a
 SHA512 
52e71033ef85b526edc00c1c11681c888ca7a50cf70a69f111ac2d7d32821340d8c812714a525711ff7ec54c8e7cbb79c4cb620a6e559699c509397ebf1b5886

diff --git a/dev-util/rocm-cmake/rocm-cmake-3.7.0.ebuild 
b/dev-util/rocm-cmake/rocm-cmake-3.7.0.ebuild
deleted file mode 100644
index a8e68baa559..000
--- a/dev-util/rocm-cmake/rocm-cmake-3.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-   S="${WORKDIR}/rocm-cmake-rocm-${PV}"
-fi
-
-DESCRIPTION="Radeon Open Compute CMake Modules"
-HOMEPAGE="https://github.com/RadeonOpenCompute/rocm-cmake;
-LICENSE="MIT"
-SLOT="0"
-RESTRICT="test"
-
-src_prepare() {
-   sed -e "s:set(ROCM_INSTALL_LIBDIR lib):set(ROCM_INSTALL_LIBDIR 
$(get_libdir)):" -i "${S}/share/rocm/cmake/ROCMInstallTargets.cmake" || die
-   cmake_src_prepare
-}



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

2020-09-20 Thread Craig Andrews
commit: 5ba10b974f95a6a93b38562bf1085edab029c1a4
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:30:17 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba10b97

media-libs/libprojectm: 3.1.8 version bump

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

 media-libs/libprojectm/Manifest | 1 +
 .../libprojectm/{libprojectm-.ebuild => libprojectm-3.1.8.ebuild}   | 2 +-
 media-libs/libprojectm/libprojectm-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/libprojectm/Manifest b/media-libs/libprojectm/Manifest
index 0dbaf6f76ad..1ff9b2850b9 100644
--- a/media-libs/libprojectm/Manifest
+++ b/media-libs/libprojectm/Manifest
@@ -1,2 +1,3 @@
 DIST libprojectm-3.1.7.tar.gz 55475848 BLAKE2B 
c9a9e386d36433504724104e7fb899955095950a1686c6719a5f660bd53b000db6487141ee6b81171ffe5145aa524e3329e8d2aa83656177186ec784a820249b
 SHA512 
410a3429b8f25a43a4ba6444579a4a866338b87844c555dc4b888d9e556448c864482a4bd8e825a7c23aa04b38a2516197d192e621ff570838ddc715e574dd61
+DIST libprojectm-3.1.8.tar.gz 55482686 BLAKE2B 
226cc62ce84932e81c650dac8dcf89eed4d71513324b3bb3a7250c450cb002870f2c2c2eaf6947f6056b35efa5159ea7956bfec420e9f545df445f7654a76d05
 SHA512 
efbcd5e867ab9e710d11018d580ae6c3bc7aaba46e3ce2a3d682e9ec341756db6ecf613deab0a9d13ed6ace3d05dcf19a384c00ee21832acd5b6ebfe2b806f44
 DIST projectM-complete-2.1.0-Source.tar.gz 31130351 BLAKE2B 
ec3540326751aba45b9620adfe1e7aed21347c97278de6d23b53ed7fb03878c2d02982fba17b4cda4f713d2cf624fd24adeb15b28fed9d2ab165567f9ff49eaa
 SHA512 
53f4531208d2594f1c28a7f7842fb5ee3349ca9e48f9f0d999a90b6a62d315c9c0ae9cba1cdfacb8a149eba3e5ddc4517ac406ee2c53718191be8e26ee2cca5f

diff --git a/media-libs/libprojectm/libprojectm-.ebuild 
b/media-libs/libprojectm/libprojectm-3.1.8.ebuild
similarity index 96%
copy from media-libs/libprojectm/libprojectm-.ebuild
copy to media-libs/libprojectm/libprojectm-3.1.8.ebuild
index 1dc01b43566..cd148676740 100644
--- a/media-libs/libprojectm/libprojectm-.ebuild
+++ b/media-libs/libprojectm/libprojectm-3.1.8.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]] ; then
 else
MY_PV="${PV/_/-}"

SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
S=${WORKDIR}/projectm-${MY_PV}/
 fi
 

diff --git a/media-libs/libprojectm/libprojectm-.ebuild 
b/media-libs/libprojectm/libprojectm-.ebuild
index 1dc01b43566..cd148676740 100644
--- a/media-libs/libprojectm/libprojectm-.ebuild
+++ b/media-libs/libprojectm/libprojectm-.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]] ; then
 else
MY_PV="${PV/_/-}"

SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
S=${WORKDIR}/projectm-${MY_PV}/
 fi
 



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

2020-09-20 Thread Craig Andrews
commit: 7fe97eaae249b61467ff8b236ef135c83fc48183
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:40:44 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe97eaa

dev-libs/rocr-runtime: Cleanup old version

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

 dev-libs/rocr-runtime/Manifest  |  1 -
 dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/dev-libs/rocr-runtime/Manifest b/dev-libs/rocr-runtime/Manifest
index 9407b797396..0743824564f 100644
--- a/dev-libs/rocr-runtime/Manifest
+++ b/dev-libs/rocr-runtime/Manifest
@@ -1,2 +1 @@
-DIST rocr-runtime-3.7.0.tar.gz 691234 BLAKE2B 
b0f3b1ff6c13c132d00bbf30d405746e793aae377aca2279117c7b9dd6fdc1d466ef2076947061c848913378a20ee0dc7e32847c62a7416e4088ab0705d17dfd
 SHA512 
f7fa77524d7f63980194e93a8e3124f1471dcdfec6ede5eb993699083e5d8fba28737fcc63dbd61949e3ce60e9fbd1455ec055a0aa5c7eee724ae6bb61d3b24f
 DIST rocr-runtime-3.8.0.tar.gz 691209 BLAKE2B 
0664b099a7ea4105e37cf42ee208c31dc58a1900aa35bbc0295df0cabba25e5352b3def0dbc1a8ea889ad4876321f99a73c4c6c9ec042186efda9b3308583825
 SHA512 
d968e96cabc98951890435a2b9bfc9943df9435848f0c6026a59953c78ad4c1048e7c532a8093e5f633fdc5d32622fb88ba0212f32f317d5473fd7e957e4dc4c

diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild
deleted file mode 100644
index d87d1dd8979..000
--- a/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/;
-   inherit git-r3
-   S="${WORKDIR}/${P}/src"
-else
-   
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/ROCR-Runtime-rocm-${PV}/src"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Radeon Open Compute Runtime"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCR-Runtime;
-PATCHES=(
-   "${FILESDIR}/${PN}-3.7.0-cmake-install-paths.patch"
-)
-
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-COMMON_DEPEND="sys-process/numactl"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/roct-thunk-interface-${PV}
-   >=dev-libs/rocm-device-libs-${PV}"
-BDEPEND="app-editors/vim-core"
-   # vim-core is needed for "xxd"
-
-src_prepare() {
-   sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-
-   # ... otherwise system llvm/clang is used ...
-   sed -e "s:find_package(Clang REQUIRED HINTS 
\${CMAKE_INSTALL_PREFIX}/llvm \${CMAKE_PREFIX_PATH}/llvm PATHS /opt/rocm/llvm 
):find_package(Clang REQUIRED HINTS /usr/lib/llvm/roc ):" -i 
image/blit_src/CMakeLists.txt || die
-
-   # Gentoo installs "*.bc" to "/usr/lib" instead of a "[path]/bitcode" 
directory ...
-   sed -e "s:/opt/rocm/amdgcn/bitcode:/usr/lib:" -i 
image/blit_src/CMakeLists.txt || die
-
-   cmake_src_prepare
-}



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

2020-09-20 Thread Craig Andrews
commit: c433bb196ae6e96b1bb2c2e3d5d373ffc26846f8
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:47:05 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c433bb19

dev-libs/rocclr: 3.8.0 version bump

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

 dev-libs/rocclr/Manifest|  2 ++
 dev-libs/rocclr/rocclr-3.8.0.ebuild | 44 +
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/rocclr/Manifest b/dev-libs/rocclr/Manifest
index 9fc638b52cc..96bad469027 100644
--- a/dev-libs/rocclr/Manifest
+++ b/dev-libs/rocclr/Manifest
@@ -1,2 +1,4 @@
 DIST rocclr-3.7.0.tar.gz 881814 BLAKE2B 
5d7c70d52d8c06e421bdf2a02dba35ed70509c9154fbe3b8c3193969b37970d5f52d1a67eff46abe95b8af1932f2c6931b18380d046f633a3870fe95c4bfc651
 SHA512 
8684cc9b4f9f63ef65bcc286b74c51e3f7d334f0245b5a1fca6d3dfa0bb552fccb6b82419b538aebe1d316aa2c41a28a9a21df459b734aa44923d66d725834e1
+DIST rocclr-3.8.0.tar.gz 882055 BLAKE2B 
12b62d2316f3f2886f656c8fcca946735e262e850d49ef8cdb21dc984eba121d9c37250209696b2945f80be363c8244a66c3da91bc26f8c65405b27625b9538e
 SHA512 
79bbaa628815620824fdf320451d729f630949a0e7cb35e2eca638a93f4788175759f68666a1cae6c1320458692c145a0c577739386681d2299c887420400edb
 DIST rocm-opencl-runtime-3.7.0.tar.gz 1004361 BLAKE2B 
7fa9481c77884dda15a3b0335449b2879fbac000f644fc56bbd8d06c5fd77d8355f159b9b7e8920f06351e388d0df41379b7e1fcff51cf81714a28f902218e42
 SHA512 
6ea509dde0290f13e66497eaad587099ed6a98df967adce207afc857ecd961b65801332ca74e36173719488639480cfcffc625a007345d0e48c10c8a0efdfa3f
+DIST rocm-opencl-runtime-3.8.0.tar.gz 1004339 BLAKE2B 
966a5bd1d4d188004b15fe4263f2c18f6dad6a07f4bc264a5afa010f6035fbf73288966cd624e6e31e1ba584ba322d93343e3482177e6480c4a57a4150546f5a
 SHA512 
bb4e3568e32bf6acc3c4812d7db169396a01bf90d079dc420ffb7df4bd4146d39938e76e9b386548fe64276bbf938a545c898de599113f20cc73ae98268c3d6a

diff --git a/dev-libs/rocclr/rocclr-3.8.0.ebuild 
b/dev-libs/rocclr/rocclr-3.8.0.ebuild
new file mode 100644
index 000..ffa5203065d
--- /dev/null
+++ b/dev-libs/rocclr/rocclr-3.8.0.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
+
+DESCRIPTION="Radeon Open Compute Common Language Runtime"
+HOMEPAGE="https://github.com/ROCm-Developer-Tools/ROCclr;
+SRC_URI="https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz
+   
https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-${PV}.tar.gz
 -> rocm-opencl-runtime-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-libs/rocm-comgr-${PV}
+   >=dev-libs/rocr-runtime-${PV}"
+DEPEND="${RDEPEND}
+   >=dev-libs/rocm-comgr-${PV}
+   virtual/opengl
+   >=dev-util/rocm-cmake-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/rocclr-3.7.0-cmake-install-destination.patch"
+)
+
+S="${WORKDIR}/ROCclr-rocm-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_COMGR_LIBRARY=YES
+   -DOPENCL_DIR="${WORKDIR}/ROCm-OpenCL-Runtime-rocm-${PV}"
+   -DCMAKE_INSTALL_PREFIX="/usr"
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # This should be fixed in the CMakeLists.txt
+   sed -e "s:${BUILD_DIR}:${EPREFIX}/usr:" -i 
"${D}/usr/lib/cmake/rocclr/ROCclrConfig.cmake" || die
+}



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

2020-09-20 Thread Craig Andrews
commit: c57f2efa554c178c05809ec92335e5fa5a86e373
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Sep 20 20:34:25 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57f2efa

media-libs/libprojectm: Cleanup old version

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

 media-libs/libprojectm/Manifest |  1 -
 media-libs/libprojectm/libprojectm-3.1.7.ebuild | 69 -
 2 files changed, 70 deletions(-)

diff --git a/media-libs/libprojectm/Manifest b/media-libs/libprojectm/Manifest
index 1ff9b2850b9..841bec98fc4 100644
--- a/media-libs/libprojectm/Manifest
+++ b/media-libs/libprojectm/Manifest
@@ -1,3 +1,2 @@
-DIST libprojectm-3.1.7.tar.gz 55475848 BLAKE2B 
c9a9e386d36433504724104e7fb899955095950a1686c6719a5f660bd53b000db6487141ee6b81171ffe5145aa524e3329e8d2aa83656177186ec784a820249b
 SHA512 
410a3429b8f25a43a4ba6444579a4a866338b87844c555dc4b888d9e556448c864482a4bd8e825a7c23aa04b38a2516197d192e621ff570838ddc715e574dd61
 DIST libprojectm-3.1.8.tar.gz 55482686 BLAKE2B 
226cc62ce84932e81c650dac8dcf89eed4d71513324b3bb3a7250c450cb002870f2c2c2eaf6947f6056b35efa5159ea7956bfec420e9f545df445f7654a76d05
 SHA512 
efbcd5e867ab9e710d11018d580ae6c3bc7aaba46e3ce2a3d682e9ec341756db6ecf613deab0a9d13ed6ace3d05dcf19a384c00ee21832acd5b6ebfe2b806f44
 DIST projectM-complete-2.1.0-Source.tar.gz 31130351 BLAKE2B 
ec3540326751aba45b9620adfe1e7aed21347c97278de6d23b53ed7fb03878c2d02982fba17b4cda4f713d2cf624fd24adeb15b28fed9d2ab165567f9ff49eaa
 SHA512 
53f4531208d2594f1c28a7f7842fb5ee3349ca9e48f9f0d999a90b6a62d315c9c0ae9cba1cdfacb8a149eba3e5ddc4517ac406ee2c53718191be8e26ee2cca5f

diff --git a/media-libs/libprojectm/libprojectm-3.1.7.ebuild 
b/media-libs/libprojectm/libprojectm-3.1.7.ebuild
deleted file mode 100644
index cd148676740..000
--- a/media-libs/libprojectm/libprojectm-3.1.7.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
-HOMEPAGE="https://github.com/projectM-visualizer/projectm;
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git;
-   inherit git-r3
-else
-   MY_PV="${PV/_/-}"
-   
SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
-   S=${WORKDIR}/projectm-${MY_PV}/
-fi
-
-LICENSE="LGPL-2"
-SLOT="0/2"
-IUSE="gles2 jack qt5 sdl"
-
-RDEPEND="gles2? ( media-libs/mesa[gles2] )
-   media-libs/glm
-   media-libs/mesa[X(+)]
-   jack? (
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtopengl:5
-   virtual/jack
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtopengl:5
-   media-sound/pulseaudio
-   )
-   sdl? ( >=media-libs/libsdl2-2.0.5 )
-   sys-libs/zlib"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable gles2 gles)
-   $(use_enable jack)
-   $(use_enable qt5 qt)
-   $(use_enable sdl)
-   --enable-emscripten=no
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



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

2020-09-20 Thread Craig Andrews
commit: a29dedec5e30bb73543aa65e2b1fb1838c7efeff
Author: Wilfried Holzke  holzke  net>
AuthorDate: Sun Sep 20 11:04:36 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29dedec

dev-libs/rocr-runtime: Version bump for rocr-runtime 3.8.0

Signed-off-by: Wilfried Holzke  holzke.net>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Closes: https://github.com/gentoo/gentoo/pull/17610
Signed-off-by: Craig Andrews  gentoo.org>

 dev-libs/rocr-runtime/Manifest  |  1 +
 dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/rocr-runtime/Manifest b/dev-libs/rocr-runtime/Manifest
index 14ae92168b7..9407b797396 100644
--- a/dev-libs/rocr-runtime/Manifest
+++ b/dev-libs/rocr-runtime/Manifest
@@ -1 +1,2 @@
 DIST rocr-runtime-3.7.0.tar.gz 691234 BLAKE2B 
b0f3b1ff6c13c132d00bbf30d405746e793aae377aca2279117c7b9dd6fdc1d466ef2076947061c848913378a20ee0dc7e32847c62a7416e4088ab0705d17dfd
 SHA512 
f7fa77524d7f63980194e93a8e3124f1471dcdfec6ede5eb993699083e5d8fba28737fcc63dbd61949e3ce60e9fbd1455ec055a0aa5c7eee724ae6bb61d3b24f
+DIST rocr-runtime-3.8.0.tar.gz 691209 BLAKE2B 
0664b099a7ea4105e37cf42ee208c31dc58a1900aa35bbc0295df0cabba25e5352b3def0dbc1a8ea889ad4876321f99a73c4c6c9ec042186efda9b3308583825
 SHA512 
d968e96cabc98951890435a2b9bfc9943df9435848f0c6026a59953c78ad4c1048e7c532a8093e5f633fdc5d32622fb88ba0212f32f317d5473fd7e957e4dc4c

diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild
new file mode 100644
index 000..d87d1dd8979
--- /dev/null
+++ b/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/;
+   inherit git-r3
+   S="${WORKDIR}/${P}/src"
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/ROCR-Runtime-rocm-${PV}/src"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Radeon Open Compute Runtime"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCR-Runtime;
+PATCHES=(
+   "${FILESDIR}/${PN}-3.7.0-cmake-install-paths.patch"
+)
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+
+COMMON_DEPEND="sys-process/numactl"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/roct-thunk-interface-${PV}
+   >=dev-libs/rocm-device-libs-${PV}"
+BDEPEND="app-editors/vim-core"
+   # vim-core is needed for "xxd"
+
+src_prepare() {
+   sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
+
+   # ... otherwise system llvm/clang is used ...
+   sed -e "s:find_package(Clang REQUIRED HINTS 
\${CMAKE_INSTALL_PREFIX}/llvm \${CMAKE_PREFIX_PATH}/llvm PATHS /opt/rocm/llvm 
):find_package(Clang REQUIRED HINTS /usr/lib/llvm/roc ):" -i 
image/blit_src/CMakeLists.txt || die
+
+   # Gentoo installs "*.bc" to "/usr/lib" instead of a "[path]/bitcode" 
directory ...
+   sed -e "s:/opt/rocm/amdgcn/bitcode:/usr/lib:" -i 
image/blit_src/CMakeLists.txt || die
+
+   cmake_src_prepare
+}



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

2020-09-20 Thread Craig Andrews
commit: d250134eb1eb5e5ac386ae7f1aafe935ffe2d3f5
Author: Wilfried Holzke  holzke  net>
AuthorDate: Sun Sep 20 11:30:01 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Sep 20 20:54:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d250134e

dev-util/rocm-cmake: Version bump to 3.8.0

Signed-off-by: Wilfried Holzke  holzke.net>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Closes: https://github.com/gentoo/gentoo/pull/17612
Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/rocm-cmake/Manifest  | 1 +
 .../rocm-cmake/{rocm-cmake-.ebuild => rocm-cmake-3.8.0.ebuild}| 4 ++--
 dev-util/rocm-cmake/rocm-cmake-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/rocm-cmake/Manifest b/dev-util/rocm-cmake/Manifest
index 5e6a3bc0008..0f10d32079b 100644
--- a/dev-util/rocm-cmake/Manifest
+++ b/dev-util/rocm-cmake/Manifest
@@ -1 +1,2 @@
 DIST rocm-cmake-3.7.0.tar.gz 15833 BLAKE2B 
1e111ba502aa7a63b9f3785c44cf622d60f6380fbd7c86720a99d04f1bfa52201849e1316ac3af33857d257f0438f5db083877d6b6769bbd9842fdf59cc7a376
 SHA512 
3381ca5603a198f00b5e74fcb55e5279f1f9a63df712048c7aeb0fcfc50b94c4e090c33fd27275d2dfb257b39902d233d30df9d2da6d0a3b0962a440b3249ead
+DIST rocm-cmake-3.8.0.tar.gz 15823 BLAKE2B 
321d31769cee254f9f9048104c7837fc6eb4a224d53e3e3ec18d5fa283f33cb116ece739a19f791cf62ac84f533933233461fd9e470b5c413363aa58fe23b57a
 SHA512 
52e71033ef85b526edc00c1c11681c888ca7a50cf70a69f111ac2d7d32821340d8c812714a525711ff7ec54c8e7cbb79c4cb620a6e559699c509397ebf1b5886

diff --git a/dev-util/rocm-cmake/rocm-cmake-.ebuild 
b/dev-util/rocm-cmake/rocm-cmake-3.8.0.ebuild
similarity index 89%
copy from dev-util/rocm-cmake/rocm-cmake-.ebuild
copy to dev-util/rocm-cmake/rocm-cmake-3.8.0.ebuild
index 5922137e202..a8e68baa559 100644
--- a/dev-util/rocm-cmake/rocm-cmake-.ebuild
+++ b/dev-util/rocm-cmake/rocm-cmake-3.8.0.ebuild
@@ -9,9 +9,9 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/;
inherit git-r3
 else
-   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64"
-   S="${WORKDIR}/rocm-cmake-roc-${PV}"
+   S="${WORKDIR}/rocm-cmake-rocm-${PV}"
 fi
 
 DESCRIPTION="Radeon Open Compute CMake Modules"

diff --git a/dev-util/rocm-cmake/rocm-cmake-.ebuild 
b/dev-util/rocm-cmake/rocm-cmake-.ebuild
index 5922137e202..a8e68baa559 100644
--- a/dev-util/rocm-cmake/rocm-cmake-.ebuild
+++ b/dev-util/rocm-cmake/rocm-cmake-.ebuild
@@ -9,9 +9,9 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/;
inherit git-r3
 else
-   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64"
-   S="${WORKDIR}/rocm-cmake-roc-${PV}"
+   S="${WORKDIR}/rocm-cmake-rocm-${PV}"
 fi
 
 DESCRIPTION="Radeon Open Compute CMake Modules"



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

2020-09-20 Thread Lars Wendler
commit: 79c9c35fadbbc53956fc9194f62cf887f1ff7d88
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Sep 20 20:38:37 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Sep 20 20:38:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c9c35f

app-admin/sudo: Bump to version 1.9.3_rc1

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

 app-admin/sudo/Manifest  |   1 +
 app-admin/sudo/sudo-1.9.3_rc1.ebuild | 263 +++
 2 files changed, 264 insertions(+)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 861da5cee7f..ce7804e414c 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1 +1,2 @@
 DIST sudo-1.9.2.tar.gz 3890859 BLAKE2B 
879917b8045c999a17ef36006732509aa546ee6bb04de77191fb637aa0420d54f9e51ec69b697c22119d638393e9c84efcc1ca5e6e8ee5f0c08bb1ca07f3acea
 SHA512 
20afdf2604b1c93395157382b24f225cd1ff88d3a892362e2d69fecd240c4e7171f05032c08be1778cd1dea6e460025e4241f57272fac0ea3550e220b6d73d21
+DIST sudo-1.9.3rc1.tar.gz 3958021 BLAKE2B 
432c6a2c12d04f4acc069dd23dbc08f2238c904be607fde231865ac4b4577d2d2d3c8dd5525c393a55dfa0a7dbf1bef954dfbdc4e1dcff8418a4e155c0bbbdd3
 SHA512 
0db4d2d659853494244b52a3884e7e9247545fb4ea43525d763b31bfa6bdb87fff3aa1c1514d7f5e5155d7cd593d45d71e384261a6a91e36f5cd7ea281686ebd

diff --git a/app-admin/sudo/sudo-1.9.3_rc1.ebuild 
b/app-admin/sudo/sudo-1.9.3_rc1.ebuild
new file mode 100644
index 000..d0873828489
--- /dev/null
+++ b/app-admin/sudo/sudo-1.9.3_rc1.ebuild
@@ -0,0 +1,263 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pam multilib libtool systemd tmpfiles
+
+MY_P="${P/_/}"
+MY_P="${MY_P/beta/b}"
+
+DESCRIPTION="Allows users or groups to run commands as other users"
+HOMEPAGE="https://www.sudo.ws/;
+if [[ ${PV} == "" ]] ; then
+   inherit mercurial
+   EHG_REPO_URI="https://www.sudo.ws/repos/sudo;
+else
+   uri_prefix=
+   case ${P} in
+   *_beta*|*_rc*) uri_prefix=beta/ ;;
+   esac
+
+   SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
+   ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
+   if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris"
+   fi
+fi
+
+# Basic license is ISC-style as-is, some files are released under
+# 3-clause BSD license
+LICENSE="ISC BSD"
+SLOT="0"
+IUSE="gcrypt ldap libressl nls offensive pam sasl +secure-path selinux 
+sendmail skey ssl sssd"
+
+DEPEND="
+   sys-libs/zlib:=
+   gcrypt? ( dev-libs/libgcrypt:= )
+   ldap? (
+   >=net-nds/openldap-2.1.30-r1
+   sasl? (
+   dev-libs/cyrus-sasl
+   net-nds/openldap[sasl]
+   )
+   )
+   pam? ( sys-libs/pam )
+   sasl? ( dev-libs/cyrus-sasl )
+   skey? ( >=sys-auth/skey-1.1.5-r1 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   sssd? ( sys-auth/sssd[sudo] )
+"
+RDEPEND="
+   ${DEPEND}
+   >=app-misc/editor-wrapper-3
+   virtual/editor
+   ldap? ( dev-lang/perl )
+   pam? ( sys-auth/pambase )
+   selinux? ( sec-policy/selinux-sudo )
+   sendmail? ( virtual/mta )
+"
+BDEPEND="
+   sys-devel/bison
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="
+   pam? ( !skey )
+   skey? ( !pam )
+"
+
+REQUIRED_USE="?? ( gcrypt ssl )"
+
+MAKEOPTS+=" SAMPLES="
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+set_secure_path() {
+   # FIXME: secure_path is a compile time setting. using PATH or
+   # ROOTPATH is not perfect, env-update may invalidate this, but until it
+   # is available as a sudoers setting this will have to do.
+   einfo "Setting secure_path ..."
+
+   # first extract the default ROOTPATH from build env
+   SECURE_PATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env;
+   echo "${ROOTPATH}")
+   case "${SECURE_PATH}" in
+   */usr/sbin*) ;;
+   *) SECURE_PATH=$(unset PATH;
+   . "${EPREFIX}"/etc/profile.env; echo "${PATH}")
+   ;;
+   esac
+   if [[ -z ${SECURE_PATH} ]] ; then
+   ewarn " Failed to detect SECURE_PATH, please report this"
+   fi
+
+   # then remove duplicate path entries
+   cleanpath() {
+   local newpath thisp IFS=:
+   for thisp in $1 ; do
+   if [[ :${newpath}: != *:${thisp}:* ]] ; then
+   newpath+=:${thisp}
+   else
+   einfo "   Duplicate entry ${thisp} removed..."
+  

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

2020-09-20 Thread Michał Górny
commit: 0e5be946bc5905314d28653a83dc64f782a8fefd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 19:54:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 20:33:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5be946

dev-python/terminado: Bump to 0.9.1

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

 dev-python/terminado/Manifest   |  1 +
 dev-python/terminado/terminado-0.9.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
index 0a9aca41af9..98a19f17809 100644
--- a/dev-python/terminado/Manifest
+++ b/dev-python/terminado/Manifest
@@ -1,2 +1,3 @@
 DIST terminado-0.8.3.tar.gz 21165 BLAKE2B 
ec031cb7828840a4f299aa25de0030d5b7993119fd41b71e698dd032f4fd31ea725a9b610dc53a71d480ee74b49a1d072d76555b434da4f5fee2479efa03fdec
 SHA512 
441355cdc919b6f04b1bf1eb870f24e0bd6c7ef412e72e1747707049b1fa0d6676644e3646007f2653b3df00e1f30048d9dc40d73f0827b2bbfc0821549e140b
 DIST terminado-0.9.0.tar.gz 10363 BLAKE2B 
d984d290f95be196693fa50754266c44c5ddf817eec1876d573d2f254719d168f011cfa1673eca090cafb2f28738fcbcf1f4837ec80fb4438c1d1158e09b7a0b
 SHA512 
31ec024a0ae216f08955d2a5789fd63f03021b1a52a6a1b02a5b2e7165c99a386c77e85b4a632dfaa2608bc6ced1b8757b6de6a9f5793134cfc57f943aff
+DIST terminado-0.9.1.tar.gz 12335 BLAKE2B 
7f4d7794b8bccb3d7eafd5ab35130521633c391d19fcc93e02c24f3937c7f186e786d12047dde066807ee2ace3ee7db4f0607fc9c10dc976344c32398b5da23b
 SHA512 
429d2417cfc5521ee471febae6d893764cc0f1c7024c272951a178db5e2d20ce64af499393cd020ff6b424dc8b07d69a70da5789b39b49510a5789351a6f04f4

diff --git a/dev-python/terminado/terminado-0.9.1.ebuild 
b/dev-python/terminado/terminado-0.9.1.ebuild
new file mode 100644
index 000..8d931385692
--- /dev/null
+++ b/dev-python/terminado/terminado-0.9.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Terminals served to term.js using Tornado websockets"
+HOMEPAGE="https://pypi.org/project/terminado/ 
https://github.com/jupyter/terminado;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/ptyprocess[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:test_max_terminals:_&:' \
+   terminado/tests/basic_test.py || die
+   distutils-r1_src_prepare
+}



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

2020-09-20 Thread Michał Górny
commit: e30bfac78de6ded17c77d0157b0feaea3882105c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 19:53:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 20:33:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30bfac7

dev-python/nbconvert: Bump to 6.0.4

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

 dev-python/nbconvert/Manifest   |  1 +
 dev-python/nbconvert/nbconvert-6.0.4.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/dev-python/nbconvert/Manifest b/dev-python/nbconvert/Manifest
index 7e0d74a73ba..5d1c166a018 100644
--- a/dev-python/nbconvert/Manifest
+++ b/dev-python/nbconvert/Manifest
@@ -1,2 +1,3 @@
 DIST nbconvert-5.6.1.tar.gz 703233 BLAKE2B 
e75d558aee6c66fe8e7455ecf22dbbcd2a0698380ffec80eff15aea6c70bc853daa9ab2fd1d114453bd5dfe7e75617afb9f5c1075704bfadbb59fef34bca88a9
 SHA512 
0c68adcb9f28ead9ec058fc2e02a9a1e6f65818709c99f7a006a59a7562b5f5ee74afe5287e41568c35542898dc1b43c4543d2386cc05a721b3f99d5cc789435
 DIST nbconvert-6.0.3.tar.gz 848214 BLAKE2B 
4265486536cfe0cf220b8080374726cc68be4f15033c8248806579b1ea1f759caa667ae11738acce1ecc812c65b954be1c21db0abe69db7bfdf67533ea052c3c
 SHA512 
55e6fc1f136f8bc3b4b662011172ac3f61354ee1afa6904b5df34a382ae96f46e13f097f6067ca5e42d3fd0049f81a8a27d7b7faf605fa948e22d6067bc971ef
+DIST nbconvert-6.0.4.tar.gz 841651 BLAKE2B 
080f60103709bd6ddb8258750a51e7bf8891adb1eb2921619cfbb0e774a585f3d3722758d8895f67a76e2705a15a0b35ffcb7c59842ec986a13315e5b10f4eca
 SHA512 
46c2d250e25ad0e2fee0be0fefacc198687acd7ffcb4205bb8cf0ed263e90878cf659f352d551911b0025cb150302ea9ffd67b9453ec23fc5821908f7b56dd75

diff --git a/dev-python/nbconvert/nbconvert-6.0.4.ebuild 
b/dev-python/nbconvert/nbconvert-6.0.4.ebuild
new file mode 100644
index 000..78d048b7720
--- /dev/null
+++ b/dev-python/nbconvert/nbconvert-6.0.4.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converting Jupyter Notebooks"
+HOMEPAGE="https://nbconvert.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   >=dev-python/entrypoints-0.2.2[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/jupyterlab_pygments[${PYTHON_USEDEP}]
+   >=dev-python/mistune-0.7.4[${PYTHON_USEDEP}]
+   dev-python/nbclient[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pebble[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}]
+   media-gfx/inkscape
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   mkdir -p "${HOME}/.local" || die
+   cp -r share "${HOME}/.local/" || die
+   distutils-r1_src_test
+}
+
+python_test() {
+   local deselect=(
+   # Missing pyppeteer for now
+   # TODO: Doesn't skip?
+   --deselect exporters/tests/test_webpdf.py
+   # Needs pyppeteer too
+   --deselect 
'tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
+   )
+
+   distutils_install_for_testing bdist_egg
+   cd "${TEST_DIR}"/lib || die
+   pytest -vv "${deselect[@]}" --pyargs nbconvert || die "Tests failed 
with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   if ! has_version app-text/pandoc ; then
+   einfo "Pandoc is required for converting to formats other than 
Python,"
+   einfo "HTML, and Markdown. If you need this functionality, 
install"
+   einfo "app-text/pandoc."
+   fi
+}



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

2020-09-20 Thread Michał Górny
commit: dbcd4688729aa3d2304bd8431f1e03f7440a2c28
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 19:57:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 20:33:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcd4688

dev-python/csv23: requires stand-alone mock

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

 dev-python/csv23/csv23-0.3.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/csv23/csv23-0.3.2-r1.ebuild 
b/dev-python/csv23/csv23-0.3.2-r1.ebuild
index a2facab53e1..7787a9717dc 100644
--- a/dev-python/csv23/csv23-0.3.2-r1.ebuild
+++ b/dev-python/csv23/csv23-0.3.2-r1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv 
sparc x86"
 
 BDEPEND="
test? (
+   dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/pytest-4.6[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}] )"
 



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

2020-09-20 Thread Agostino Sarubbo
commit: 61b2a390c5a5a9fadeddb6c4e8366b28b1c7b8fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:20:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:20:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b2a390

net-libs/libupnp: amd64 stable wrt bug #727170

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index 05679fa6236..a59a58ebb3d 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/

2020-09-20 Thread Agostino Sarubbo
commit: 59475e5470a4f82b8c1094053340177e452a5b5a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:21:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59475e54

media-plugins/qmmp-plugin-pack: amd64 stable wrt bug #732922

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild 
b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild
index 588f4dcc251..5dbce94300d 100644
--- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild
+++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-09-20 Thread Agostino Sarubbo
commit: 567964f64b2ca9251bb4e27c8f8f6908c069378c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:20:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:20:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567964f6

sys-apps/gawk: amd64 stable wrt bug #730488

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-apps/gawk/gawk-5.1.0.ebuild b/sys-apps/gawk/gawk-5.1.0.ebuild
index a633fa1bd6c..9f25e76ed31 100644
--- a/sys-apps/gawk/gawk-5.1.0.ebuild
+++ b/sys-apps/gawk/gawk-5.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${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"
+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"
 IUSE="mpfr nls readline"
 
 RDEPEND="



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

2020-09-20 Thread Agostino Sarubbo
commit: bfb9fddf363017356a74381a33e96606c5c4de4c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:21:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:21:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb9fddf

media-sound/apulse: amd64 stable wrt bug #734010

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/apulse/apulse-0.1.13.ebuild 
b/media-sound/apulse/apulse-0.1.13.ebuild
index 42846b05f74..8fc4e08becf 100644
--- a/media-sound/apulse/apulse-0.1.13.ebuild
+++ b/media-sound/apulse/apulse-0.1.13.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 IUSE="debug sdk test"
 RESTRICT="!test? ( test )"



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

2020-09-20 Thread Agostino Sarubbo
commit: 44a6232afe5c58fbfaf0a938f89ad6d1d3fcc88f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:19:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:19:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a6232a

dev-python/ordered-set: amd64 stable wrt bug #737910

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ordered-set/ordered-set-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ordered-set/ordered-set-4.0.1.ebuild 
b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
index a2aa35113fe..ebb2d1a6461 100644
--- a/dev-python/ordered-set/ordered-set-4.0.1.ebuild
+++ b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 distutils_enable_tests pytest



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

2020-09-20 Thread Agostino Sarubbo
commit: 10f8e9403e2d4b6ba2fbb770965ebc4d8176f453
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:19:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:19:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f8e940

media-libs/libheif: amd64 stable wrt bug #711240

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libheif/libheif-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libheif/libheif-1.7.0-r1.ebuild 
b/media-libs/libheif/libheif-1.7.0-r1.ebuild
index c8f713e39e8..389834d3586 100644
--- a/media-libs/libheif/libheif-1.7.0-r1.ebuild
+++ b/media-libs/libheif/libheif-1.7.0-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/strukturag/${PN}/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"



[gentoo-commits] repo/gentoo:master commit in: dev-python/googleapis-common-protos/

2020-09-20 Thread Agostino Sarubbo
commit: f88321d6df07850660e3b664e7db2c793721090d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:20:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:20:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88321d6

dev-python/googleapis-common-protos: amd64 stable wrt bug #718978

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild 
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild
index b9a4c475a7b..cb0e7ec78b9 100644
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/namespace-google[${PYTHON_USEDEP}]



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

2020-09-20 Thread Agostino Sarubbo
commit: 905f108610968c2577c37a5003ebb30a1a3273f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:20:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:20:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905f1086

dev-python/grpcio: amd64 stable wrt bug #718978

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/grpcio/grpcio-1.28.1.ebuild 
b/dev-python/grpcio/grpcio-1.28.1.ebuild
index 31e4755f6bf..2c54a20faf2 100644
--- a/dev-python/grpcio/grpcio-1.28.1.ebuild
+++ b/dev-python/grpcio/grpcio-1.28.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND=">=dev-libs/openssl-1.0.2:0=[-bindist]
>=dev-python/cython-0.28.3[${PYTHON_USEDEP}]



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

2020-09-20 Thread Agostino Sarubbo
commit: 28b29df48f56c9ac6ddb99f78b5aecfa6458422d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:19:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:19:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b29df4

dev-python/quantities: amd64 stable wrt bug #737910

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/quantities/quantities-0.12.4.ebuild 
b/dev-python/quantities/quantities-0.12.4.ebuild
index b759aa0a006..e4ff2318d00 100644
--- a/dev-python/quantities/quantities-0.12.4.ebuild
+++ b/dev-python/quantities/quantities-0.12.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/python-quantities/${MY_PN}/archive/v${MY_PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/numpy[$PYTHON_USEDEP]



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/

2020-09-20 Thread Agostino Sarubbo
commit: a6148a06aac050c4e327c3859ed1e5905a72572a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:18:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:18:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6148a06

dev-cpp/gtest: amd64 stable wrt bug #735268

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild 
b/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild
index 8e6366694d8..70798eae266 100644
--- a/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild
+++ b/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild
@@ -21,7 +21,7 @@ else
URI_PV=${MY_PV:=${GOOGLETEST_COMMIT}}
fi
SRC_URI="https://github.com/google/googletest/archive/${URI_PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}"/googletest-${MY_PV}
 fi
 



  1   2   3   4   5   >