[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2021-03-24 Thread Matt Turner
commit: dc22f3540c6879e88e5f3bd2ff8999066387d3ea
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 25 03:02:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 25 03:02:39 2021 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=dc22f354

catalyst: Fix indentation

Fixes: 48338534 ("Add option to generate BSD-style tagged hashes ...")
Signed-off-by: Matt Turner  gentoo.org>

 catalyst/base/genbase.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/base/genbase.py b/catalyst/base/genbase.py
index 4a4c3efa..b89e7c93 100644
--- a/catalyst/base/genbase.py
+++ b/catalyst/base/genbase.py
@@ -26,9 +26,9 @@ class GenBase():
 filename = os.path.split(filepath)[1]
 
 if self.settings['digest_format'] == 'bsd':
-return f'# {name.upper()} HASH\n{name.upper()} ({filename}) = 
{h.hexdigest()}\n'
+return f'# {name.upper()} HASH\n{name.upper()} ({filename}) = 
{h.hexdigest()}\n'
 else:
-return f'# {name.upper()} HASH\n{h.hexdigest()}  {filename}\n'
+return f'# {name.upper()} HASH\n{h.hexdigest()}  {filename}\n'
 
 def gen_contents_file(self, path):
 c = self.settings['contents_map']



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2021-03-24 Thread Matt Turner
commit: 7c4d1c5f3aab4a32795797332f33d5a759f72a9d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 25 03:02:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 25 03:02:53 2021 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7c4d1c5f

catalyst: Remove @staticmethod from generate_hash()

Fixes: 48338534 ("Add option to generate BSD-style tagged hashes ...")
Signed-off-by: Matt Turner  gentoo.org>

 catalyst/base/genbase.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/catalyst/base/genbase.py b/catalyst/base/genbase.py
index b89e7c93..6d039a8f 100644
--- a/catalyst/base/genbase.py
+++ b/catalyst/base/genbase.py
@@ -12,8 +12,7 @@ class GenBase():
 def __init__(self, myspec):
 self.settings = myspec
 
-@staticmethod
-def generate_hash(filepath, name):
+def generate_hash(self, filepath, name):
 h = hashlib.new(name)
 
 with open(filepath, 'rb') as f:



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

2021-03-24 Thread Matt Turner
commit: adef91f728b8973dd56eec38bac1e02db89e1abb
Author: Jonathan Davies  protonmail  com>
AuthorDate: Wed Mar 24 11:30:43 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 25 02:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adef91f7

app-emulation/libvirt-glib: Version updated to 4.0.0 with changes:

* EAPI 7 update, added BDEPEND
* Ported ebuild to use meson
* Removed nls and added gtk-doc and test USE flag
* Updated HOMEPAGE
* Changed SRC_URI to use HTTPS

Signed-off-by: Jonathan Davies  protonmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 app-emulation/libvirt-glib/Manifest|  1 +
 .../libvirt-glib/libvirt-glib-4.0.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-emulation/libvirt-glib/Manifest 
b/app-emulation/libvirt-glib/Manifest
index eb7c318aacc..01ec657f55d 100644
--- a/app-emulation/libvirt-glib/Manifest
+++ b/app-emulation/libvirt-glib/Manifest
@@ -1 +1,2 @@
 DIST libvirt-glib-3.0.0.tar.gz 899180 BLAKE2B 
ef10b3d9bad48e49dd1898733aacb2f51f1826330eda9c63a7f8df5f11c96812f8cc7fe6a867961efa85a433f45c934d75cf605eb523ec723459da4646335b1a
 SHA512 
b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a8464e23d3c35c079e
+DIST libvirt-glib-4.0.0.tar.xz 161836 BLAKE2B 
e196d1f02f6f202b1883500241bbfda963b34ee12bd945b3fa897f84f55a049f98e0429132ccfad7168e5ba2b41245e9e7e3817a7f057e0dc40b674ca6c9b661
 SHA512 
e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810

diff --git a/app-emulation/libvirt-glib/libvirt-glib-4.0.0.ebuild 
b/app-emulation/libvirt-glib/libvirt-glib-4.0.0.ebuild
new file mode 100644
index 000..15bc2925d9c
--- /dev/null
+++ b/app-emulation/libvirt-glib/libvirt-glib-4.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson vala
+
+DESCRIPTION="GLib and GObject mappings for libvirt"
+HOMEPAGE="https://libvirt.org/ https://gitlab.com/libvirt/libvirt-glib/;
+SRC_URI="https://libvirt.org/sources/glib/${P}.tar.xz;
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="gtk-doc +introspection test +vala"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="vala? ( introspection )"
+
+BDEPEND="
+   dev-util/glib-utils
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   gtk-doc? ( dev-util/gtk-doc )
+   vala? ( $(vala_depend) )
+"
+RDEPEND="
+   >=dev-libs/libxml2-2.9.1
+   >=app-emulation/libvirt-1.2.8:=
+   >=dev-libs/glib-2.48.0:2
+   introspection? ( >=dev-libs/gobject-introspection-1.48.0:= )
+"
+
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   use vala && vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature gtk-doc docs)
+   $(meson_feature introspection)
+   $(meson_feature test tests)
+   $(meson_feature vala vapi)
+   )
+
+   meson_src_configure
+}



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

2021-03-24 Thread Matt Turner
commit: 24dd70e66c9d21418d53c310cd1802768d12e0c0
Author: Jonathan Davies  protonmail  com>
AuthorDate: Wed Mar 24 11:23:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 25 02:25:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dd70e6

app-emulation/libvirt-glib: Dropped old.

Signed-off-by: Jonathan Davies  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20099
Signed-off-by: Matt Turner  gentoo.org>

 app-emulation/libvirt-glib/Manifest|  2 -
 .../libvirt-glib/libvirt-glib-1.0.0-r1.ebuild  | 46 --
 .../libvirt-glib/libvirt-glib-2.0.0.ebuild | 46 --
 3 files changed, 94 deletions(-)

diff --git a/app-emulation/libvirt-glib/Manifest 
b/app-emulation/libvirt-glib/Manifest
index 7978802829e..eb7c318aacc 100644
--- a/app-emulation/libvirt-glib/Manifest
+++ b/app-emulation/libvirt-glib/Manifest
@@ -1,3 +1 @@
-DIST libvirt-glib-1.0.0.tar.gz 860450 BLAKE2B 
417a3bd0df41787fbec456f301af744a04649db02192ef9c80bf42214a112a050a9f054c81549a114e7a1236c86e0066e8002f0c7f09317abb672fe5f6a76789
 SHA512 
72f53a90d3e40aa93d4afe5b29f631afe859532fbdb4e27086da3bd4cdaf0fb25fc808a82a1994b7c2648a1e864876ce95de28acb3b4876dac47b0f4d1c97ba5
-DIST libvirt-glib-2.0.0.tar.gz 868946 BLAKE2B 
1ff4695b25766d6caa603826dcc63e64aa3ce022e6623eb31017fb67a490baeb546a9bc67e16fc16c7b86040db971748b1ef4303a21b5dec098cf732f77c92ec
 SHA512 
6ead4c37c314eb5670c5aa282ce039a0182a71a20b349a5d9c78367381eb674fad0f2ca0f2e20e1e89ff7df2ac9f1640f20fdfa63d599d8a2538fb4c0fba4c3f
 DIST libvirt-glib-3.0.0.tar.gz 899180 BLAKE2B 
ef10b3d9bad48e49dd1898733aacb2f51f1826330eda9c63a7f8df5f11c96812f8cc7fe6a867961efa85a433f45c934d75cf605eb523ec723459da4646335b1a
 SHA512 
b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a8464e23d3c35c079e

diff --git a/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild 
b/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild
deleted file mode 100644
index c18bd71005a..000
--- a/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git;
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+introspection nls +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1093633
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/libxml2:2
-   >=app-emulation/libvirt-1.2.6:=
-   >=dev-libs/glib-2.38.0:2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-test-coverage \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable nls) \
-   $(use_enable vala)
-}

diff --git a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild 
b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
deleted file mode 100644
index 219f71992ec..000
--- a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git;
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="+introspection nls +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1093633
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/libxml2:2
-   >=app-emulation/libvirt-1.2.6:=
-   >=dev-libs/glib-2.38.0:2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-test-coverage \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable nls) \
-   $(use_enable vala)
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/munin-contrib/

2021-03-24 Thread Alessandro Barbieri
commit: df303668e06528de8c2eb5f79436997eb1b484be
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 25 02:28:21 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Mar 25 02:31:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df303668

net-analyzer/munin-contrib: use a better folder

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

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

diff --git a/net-analyzer/munin-contrib/munin-contrib-0_p20210318.ebuild 
b/net-analyzer/munin-contrib/munin-contrib-0_p20210318.ebuild
index a759a1dc3..1a2ce0aff 100644
--- a/net-analyzer/munin-contrib/munin-contrib-0_p20210318.ebuild
+++ b/net-analyzer/munin-contrib/munin-contrib-0_p20210318.ebuild
@@ -32,7 +32,7 @@ src_install() {
insinto "/usr/libexec/munin"
use tools && doins -r tools
insinto "/usr/libexec/munin/plugins/contrib"
-   use plugins && doins -r plugins
+   use plugins && doins -r plugins/*
insinto "/etc/munin/templates"
use templates && doins -r templates/munstrap
use examples && dodoc -r samples/munin.conf



[gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/munin-contrib/

2021-03-24 Thread Alessandro Barbieri
commit: 6ebb117e034fbace56c9670937d085c3c51b52be
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 25 02:25:22 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Mar 25 02:31:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ebb117e

net-analyzer/munin-contrib: new package

php, python, ruby, java, perl, etc. runtime deps
aren't listed on purpose

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

 net-analyzer/munin-contrib/Manifest|  1 +
 net-analyzer/munin-contrib/metadata.xml| 16 +
 .../munin-contrib/munin-contrib-0_p20210318.ebuild | 40 ++
 3 files changed, 57 insertions(+)

diff --git a/net-analyzer/munin-contrib/Manifest 
b/net-analyzer/munin-contrib/Manifest
new file mode 100644
index 0..1d89e5d2c
--- /dev/null
+++ b/net-analyzer/munin-contrib/Manifest
@@ -0,0 +1 @@
+DIST munin-contrib-0_p20210318.tar.gz 6777350 BLAKE2B 
5899abd4fa71f248d9da2fb4bafdac55ee054602339119b0ad5ba1098745c99859c1c56d800070538d0f6612bb155eedb24584f41e7c281f88fe2e348da8af30
 SHA512 
4500f625798a09eff4d8ab41226d166086748fdaf5b77c0826b62b165da299c7d9151a29eefc92ec5f602218c75760ea050bd548f22d3987193d1538f732e17a

diff --git a/net-analyzer/munin-contrib/metadata.xml 
b/net-analyzer/munin-contrib/metadata.xml
new file mode 100644
index 0..e21a6d882
--- /dev/null
+++ b/net-analyzer/munin-contrib/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+munin-monitoring/contrib
+  
+  
+contrib munin plugins
+contrib munin tools
+munin contrib tools
+  
+

diff --git a/net-analyzer/munin-contrib/munin-contrib-0_p20210318.ebuild 
b/net-analyzer/munin-contrib/munin-contrib-0_p20210318.ebuild
new file mode 100644
index 0..a759a1dc3
--- /dev/null
+++ b/net-analyzer/munin-contrib/munin-contrib-0_p20210318.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+COMMIT="7fd554f04b67a985e99f15aa56aa4546d6006f2f"
+
+SRC_URI="https://github.com/munin-monitoring/contrib/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+KEYWORDS="~amd64"
+DESCRIPTION="user contributed stuff related to munin"
+HOMEPAGE="https://github.com/munin-monitoring/contrib;
+LICENSE="GPL-3+ Apache-2.0 GPL-2 LGPL-2 GPL-2+ LGPL-3+" #TODO: investigate all 
the licenses
+SLOT="0"
+IUSE="examples +plugins templates tools"
+RDEPEND="net-analyzer/munin"
+
+S="${WORKDIR}/contrib-${COMMIT}"
+
+src_prepare() {
+   default
+}
+
+src_configure() {
+   return
+}
+
+src_compile() {
+   return
+}
+
+src_install() {
+   insinto "/usr/libexec/munin"
+   use tools && doins -r tools
+   insinto "/usr/libexec/munin/plugins/contrib"
+   use plugins && doins -r plugins
+   insinto "/etc/munin/templates"
+   use templates && doins -r templates/munstrap
+   use examples && dodoc -r samples/munin.conf
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk/files/, dev-java/openjdk/

2021-03-24 Thread Georgy Yakovlev
commit: c79be6d69533e45fb077c952085eb2dd38b3a745
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Mar 25 01:44:54 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Mar 25 01:46:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79be6d6

dev-java/openjdk: revbump 8, fix build with gcc10

_ZN14ArrayAllocatorImL10MemoryType7EE4freeEv: symbol not found
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../files/openjdk-8-insantiate-arrayallocator.patch  | 16 
 ...njdk-8.282_p08.ebuild => openjdk-8.282_p08-r1.ebuild} |  2 ++
 2 files changed, 18 insertions(+)

diff --git a/dev-java/openjdk/files/openjdk-8-insantiate-arrayallocator.patch 
b/dev-java/openjdk/files/openjdk-8-insantiate-arrayallocator.patch
new file mode 100644
index 000..ba5283f1577
--- /dev/null
+++ b/dev-java/openjdk/files/openjdk-8-insantiate-arrayallocator.patch
@@ -0,0 +1,16 @@
+Workarounds build error:
+Error: dl failure on line 895
+Error relocating .../libjvm.so: _ZN14ArrayAllocatorImL10MemoryType7EE4freeEv: 
symbol not found
+
+Possibly due to g++ 10.x error on not properly instantiating the template.
+
+--- openjdk/hotspot/src/share/vm/utilities/bitMap.cpp.orig 2020-11-10 
14:07:08.372045326 +0200
 openjdk/hotspot/src/share/vm/utilities/bitMap.cpp  2020-11-10 
14:08:07.911412813 +0200
+@@ -42,6 +42,7 @@
+ # include "os_bsd.inline.hpp"
+ #endif
+ 
++template class ArrayAllocator;
+ 
+ BitMap::BitMap(bm_word_t* map, idx_t size_in_bits) :
+   _map(map), _size(size_in_bits), _map_allocator(false)

diff --git a/dev-java/openjdk/openjdk-8.282_p08.ebuild 
b/dev-java/openjdk/openjdk-8.282_p08-r1.ebuild
similarity index 99%
rename from dev-java/openjdk/openjdk-8.282_p08.ebuild
rename to dev-java/openjdk/openjdk-8.282_p08-r1.ebuild
index 093a181abbf..88eb48ba9b1 100644
--- a/dev-java/openjdk/openjdk-8.282_p08.ebuild
+++ b/dev-java/openjdk/openjdk-8.282_p08-r1.ebuild
@@ -91,6 +91,8 @@ DEPEND="
 
 PDEPEND="javafx? ( dev-java/openjfx:${SLOT} )"
 
+PATCHES=( "${FILESDIR}/openjdk-8-insantiate-arrayallocator.patch" )
+
 # The space required to build varies wildly depending on USE flags,
 # ranging from 2GB to 16GB. This function is certainly not exact but
 # should be close enough to be useful.



[gentoo-commits] proj/netifrc:master commit in: sh/

2021-03-24 Thread Patrick McLean
commit: 7ff5d213660e5df80aba8782e5cfe4373416ed86
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 25 00:42:40 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 25 00:45:41 2021 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=7ff5d213

functions.sh: Fix non-netns case for ip command

Attempt to wrap ip commands with a netns would fail sometimes when
there is no netns defined. This fixes to not use the variable when
it is not needed.

Signed-off-by: Patrick McLean  gentoo.org>

 sh/functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/functions.sh b/sh/functions.sh
index d4a514b..96df289 100644
--- a/sh/functions.sh
+++ b/sh/functions.sh
@@ -164,7 +164,7 @@ _netns()
case "${1}" in
ip)
shift
-   "${ip}" "${@}"
+   ip "${@}"
;;
glob)
shift



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

2021-03-24 Thread Patrick McLean
commit: 8b502ccf32895dc1f9cbecc165221022553d28b0
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Mar 24 23:59:01 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Mar 24 23:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b502ccf

dev-util/bpftrace-0.11.4-r1: revbump RESTRICT=strip (bug #754648)

Closes: https://bugs.gentoo.org/754648
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/bpftrace/bpftrace-0.11.4-r1.ebuild | 89 +
 1 file changed, 89 insertions(+)

diff --git a/dev-util/bpftrace/bpftrace-0.11.4-r1.ebuild 
b/dev-util/bpftrace/bpftrace-0.11.4-r1.ebuild
new file mode 100644
index 000..76302016ee2
--- /dev/null
+++ b/dev-util/bpftrace/bpftrace-0.11.4-r1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs llvm linux-info cmake
+
+DESCRIPTION="High-level tracing language for eBPF"
+HOMEPAGE="https://github.com/iovisor/bpftrace;
+
+if [[ ${PV} =~ 9{4,} ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/iovisor/${PN};
+   BDEPEND=""
+else
+   MY_PV="${PV//_/}"
+   SRC_URI="https://github.com/iovisor/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   BDEPEND="app-arch/xz-utils "
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-util/systemtap
+   dev-libs/libbpf:=
+   >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
+   <=sys-devel/llvm-12:=[llvm_targets_BPF(+)]
+   <=sys-devel/clang-12:=
+   >=dev-util/bcc-0.13.0:=
+   virtual/libelf
+"
+DEPEND="${COMMON_DEPEND}
+   test? ( dev-cpp/gtest )
+"
+RDEPEND="${COMMON_DEPEND}"
+BDEPEND+="
+   >=dev-util/cmake-3.8
+   sys-devel/flex
+   sys-devel/bison
+"
+
+S="${WORKDIR}/${PN}-${MY_PV:-${PV}}"
+QA_DT_NEEDED="/usr/lib.*/libbpftraceresources.so"
+
+PATCHES=(
+   "${FILESDIR}/bpftrace-0.11.0-install-libs.patch"
+   "${FILESDIR}/bpftrace-0.10.0-dont-compress-man.patch"
+   "${FILESDIR}/bpftrace-0.11.4-old-kernels.patch"
+)
+
+# lots of fixing needed
+RESTRICT="test"
+
+# https://bugs.gentoo.org/754648
+RESTRICT+=" strip"
+
+pkg_pretend() {
+   local CONFIG_CHECK="
+   ~BPF
+   ~BPF_EVENTS
+   ~BPF_JIT
+   ~BPF_SYSCALL
+   ~FTRACE_SYSCALLS
+   ~HAVE_EBPF_JIT
+   "
+
+   check_extra_config
+}
+
+pkg_setup() {
+   LLVM_MAX_SLOT=11 llvm_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local -a mycmakeargs
+   mycmakeargs=(
+   "-DSTATIC_LINKING:BOOL=OFF"
+   "-DBUILD_TESTING:BOOL=OFF"
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/

2021-03-24 Thread William Breathitt Gray
commit: 3f8b30195440e52b58b572af3aaf5e5dde3204d3
Author: William Breathitt Gray  gmail  com>
AuthorDate: Wed Mar 24 23:45:48 2021 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Wed Mar 24 23:46:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f8b3019

games-fps/crispy-doom: Version bump to 5.10.1

Signed-off-by: William Breathitt Gray  gmail.com>

 games-fps/crispy-doom/Manifest  |  1 +
 games-fps/crispy-doom/crispy-doom-5.10.1.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/games-fps/crispy-doom/Manifest b/games-fps/crispy-doom/Manifest
index a9a9ba362..3ecc10c3e 100644
--- a/games-fps/crispy-doom/Manifest
+++ b/games-fps/crispy-doom/Manifest
@@ -1,4 +1,5 @@
 DIST crispy-doom-5.10.0.tar.gz 2640909 BLAKE2B 
67112cdb0b8a4caa1de9fc3fcd752be8775d154a5df194941bd1a024f607c9b7f0925994ed236a6e8f9579910af8dd29585f9fce77f72a1c20ab66177f7bca4d
 SHA512 
b289939af35bbe3a933827fe834cbff8a267b6280749b27084abdf25174042bbdcaca313359258d7ab3fecacedd9b0f06b92624f2a759937a5e0db2436b1
+DIST crispy-doom-5.10.1.tar.gz 2649358 BLAKE2B 
920df67f123218d737de1a1b147d96090a8ebb6021e4b532f30430441c8dcb4ef069e7045381a8ce8e8754d49a9595efa4d4700d4c3986728b9e2edfdc3d6c66
 SHA512 
134354c6692151902bd7f5349a88d5899e88f1f8e55499cb15f600c2c6cd0f89fa83dc17a26313b903bb801bd807ee1b5616d3cd5c7bda7e5d8e608a59194681
 DIST crispy-doom-5.9.0.tar.gz 2641211 BLAKE2B 
a97bb7d9bda0c4e984054a0051cadfcaba7c758829bec9e615801bbf91dc1c8063decfedf5b76056cd2fb05e8fcf4113f19c10d72604399b715011d994af3e8b
 SHA512 
9970291f374003ac2a1d9e4c44db18b97a41ae3348a5e100ec369affc162d681d15ce61846480667c8a7418700b78a4380bedab1e3acae77976eb4271a22b644
 DIST crispy-doom-5.9.1.tar.gz 2640684 BLAKE2B 
2bf862d8134689afba101abeed5cf1e1695378f235718941bf9fc2717bc93dd848173bb758e8bf0bc4a8ab1bfa75533c2ae838210326451f7c4285b0acb2e08b
 SHA512 
1f9ed3520fe3d0fd176d3bcd6a2a3f5e730c29312ad20a4c1f692cc69881069efbf35d758dfcdafd402a499333dd2ae54764f4ec007375138ecf9cab84ebdbcd
 DIST crispy-doom-5.9.2.tar.gz 2642419 BLAKE2B 
63d9a89d6099485c79ff4cad69975de790b32a4ece4bded172ebf771a2bf1b4dcd21ab58383ca3c5eea32a4eff72e65ec0e3a283c85f1bc62be680de04f88e52
 SHA512 
bcd48a75d80b963e1b00b5acc5fc863c014cfde39f67efec50852667ed80545c78b4ed3f82b28762806f0aa3999ed26018dd6ccb34149c395409cd3c47509273

diff --git a/games-fps/crispy-doom/crispy-doom-5.10.1.ebuild 
b/games-fps/crispy-doom/crispy-doom-5.10.1.ebuild
new file mode 100644
index 0..d862f61a7
--- /dev/null
+++ b/games-fps/crispy-doom/crispy-doom-5.10.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit autotools prefix python-any-r1 xdg
+
+DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on 
Chocolate Doom"
+HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom;
+SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz;
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bash-completion doc libsamplerate +midi png truecolor vorbis zlib"
+
+DEPEND="
+   media-libs/libsdl2[video]
+   media-libs/sdl2-mixer[midi?,vorbis?]
+   media-libs/sdl2-net
+   libsamplerate? ( media-libs/libsamplerate )
+   png? ( media-libs/libpng:= )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   bash-completion? ( ${PYTHON_DEPS} )
+   doc? ( ${PYTHON_DEPS} )"
+
+S="${WORKDIR}"/${PN}-${P}
+
+DOCS=(
+   "AUTHORS"
+   "ChangeLog"
+   "NEWS.md"
+   "NOT-BUGS.md"
+   "PHILOSOPHY.md"
+   "README.md"
+   "README.Music.md"
+   "README.Strife.md"
+)
+
+src_prepare() {
+   default
+
+   hprefixify src/d_iwad.c
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable bash-completion) \
+   $(use_enable doc) \
+   --disable-fonts \
+   --disable-icons \
+   $(use_with libsamplerate) \
+   $(use_with png libpng) \
+   $(use_enable truecolor) \
+   $(use_with zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # Remove redundant documentation files
+   rm -r "${ED}/usr/share/doc/"* || die
+
+   einstalldocs
+}



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

2021-03-24 Thread Davide Pesavento
commit: 05fa0562cb7e174fcac7dccf06f127062b070966
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Mar 24 23:29:17 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Mar 24 23:29:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa0562

dev-python/PyQt5-sip: add 4.19.25

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQt5-sip/Manifest |  1 +
 dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild | 90 +++
 2 files changed, 91 insertions(+)

diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest
index 9cab9454da6..b115206796d 100644
--- a/dev-python/PyQt5-sip/Manifest
+++ b/dev-python/PyQt5-sip/Manifest
@@ -1 +1,2 @@
 DIST sip-4.19.24.tar.gz 1055461 BLAKE2B 
6990b127a83fa57bc084eb9a1097f73c384b4fcf3d181479557fe2ffc66cde254bfbb5aef26f5ddd84dca346f54184952e7a111adf3b665f68571853e63b6575
 SHA512 
c9acf8c66da6ff24ffaeed254c11deabbc587cea0eb50164f2016199af30b85980f96a2d754ae5e7fe080f9076673b1abc82e2a6a41ff2ac442fb2b326fca1c0
+DIST sip-4.19.25.tar.gz 1056384 BLAKE2B 
f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98
 SHA512 
60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild
new file mode 100644
index 000..b58bf735689
--- /dev/null
+++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit python-r1 toolchain-funcs
+
+DESCRIPTION="Private sip module for PyQt5"
+HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro;
+
+MY_PN=sip
+MY_P=${MY_PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+
+# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
+SLOT="0/12"
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   !

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

2021-03-24 Thread Davide Pesavento
commit: 9820032e2e2497c2a923b27d641374f9e409a3b6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Mar 24 23:23:58 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Mar 24 23:23:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9820032e

dev-python/sip: minor updates to description and metadata

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/sip/metadata.xml   | 2 +-
 dev-python/sip/sip-4.19.25.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml
index 921d0b0925e..6368b9eb51f 100644
--- a/dev-python/sip/metadata.xml
+++ b/dev-python/sip/metadata.xml
@@ -13,6 +13,6 @@

https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS
https://www.riverbankcomputing.com/static/Docs/sip/
mailto:p...@riverbankcomputing.com
-   SIP
+   sip

 

diff --git a/dev-python/sip/sip-4.19.25.ebuild 
b/dev-python/sip/sip-4.19.25.ebuild
index c4e7e7947b4..1b8bd36af39 100644
--- a/dev-python/sip/sip-4.19.25.ebuild
+++ b/dev-python/sip/sip-4.19.25.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
 inherit python-r1 toolchain-funcs
 
-DESCRIPTION="Python extension module generator for C and C++ libraries"
+DESCRIPTION="Python bindings generator for C/C++ libraries"
 HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro;
 
 MY_PN=sip



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/, buildbot_gentoo_ci/config/

2021-03-24 Thread Magnus Granberg
commit: b720c6bbcb79211a276d06a1eaf1543b89644767
Author: Magnus Granberg  gentoo  org>
AuthorDate: Wed Mar 24 23:14:47 2021 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Wed Mar 24 23:14:47 2021 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=b720c6bb

Add the log parser BuildFactory steps

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/config/builders.py  |  8 +++
 buildbot_gentoo_ci/config/buildfactorys.py | 22 +++-
 buildbot_gentoo_ci/config/schedulers.py|  3 +
 buildbot_gentoo_ci/steps/builders.py   | 90 --
 buildbot_gentoo_ci/steps/portage.py| 10 +++-
 5 files changed, 101 insertions(+), 32 deletions(-)

diff --git a/buildbot_gentoo_ci/config/builders.py 
b/buildbot_gentoo_ci/config/builders.py
index c7b4469..0235753 100644
--- a/buildbot_gentoo_ci/config/builders.py
+++ b/buildbot_gentoo_ci/config/builders.py
@@ -49,4 +49,12 @@ def gentoo_builders(b=[]):
 factory=buildfactorys.run_build_request()
 )
 )
+# FIXME: get workers from db
+# Use multiplay workers
+b.append(util.BuilderConfig(
+name='parse_build_log',
+workername='updatedb_1',
+factory=buildfactorys.parse_build_log()
+)
+)
 return b

diff --git a/buildbot_gentoo_ci/config/buildfactorys.py 
b/buildbot_gentoo_ci/config/buildfactorys.py
index db48130..df7baef 100644
--- a/buildbot_gentoo_ci/config/buildfactorys.py
+++ b/buildbot_gentoo_ci/config/buildfactorys.py
@@ -10,6 +10,7 @@ from buildbot_gentoo_ci.steps import package
 from buildbot_gentoo_ci.steps import version
 from buildbot_gentoo_ci.steps import builders
 from buildbot_gentoo_ci.steps import portage
+from buildbot_gentoo_ci.steps import logs
 
 def update_db_check():
 f = util.BuildFactory()
@@ -159,5 +160,24 @@ def run_build_request():
 f.addStep(builders.RunEmerge(step='depclean'))
 f.addStep(builders.RunEmerge(step='preserved-libs'))
 f.addStep(builders.RunEmerge(step='depclean'))
-f.addStep(builders.setBuildStatus())
+return f
+
+def parse_build_log():
+f = util.BuildFactory()
+# FIXME: 6
+# set needed Propertys
+f.addStep(logs.SetupPropertys())
+# pers the build log for info qa errors
+#f.addStep(logs.ParserBuildLog())
+# pers the log from pkg check
+#f.addStep(logs.ParserPkgCheckLog())
+# Upload the log to the cloud and remove the log
+#f.addStep(logs.Upload())
+# check the sum log if we need to make a issue/bug/pr report
+# set it SUCCESS/FAILURE/WARNINGS
+#f.addStep(logs.MakeIssue())
+# set BuildStatus
+#f.addStep(logs.setBuildStatus())
+# setup things for the irc bot
+#f.addStep(logs.SetIrcInfo())
 return f

diff --git a/buildbot_gentoo_ci/config/schedulers.py 
b/buildbot_gentoo_ci/config/schedulers.py
index 0cbec96..efdac75 100644
--- a/buildbot_gentoo_ci/config/schedulers.py
+++ b/buildbot_gentoo_ci/config/schedulers.py
@@ -74,6 +74,8 @@ def gentoo_schedulers():
builderNames=["build_request_data"])
 run_build_request = schedulers.Triggerable(name="run_build_request",
builderNames=["run_build_request"])
+pers_build_log = schedulers.Triggerable(name="parse_build_log",
+   builderNames=["parse_build_log"])
 s = []
 s.append(test_updatedb)
 s.append(scheduler_update_db)
@@ -81,4 +83,5 @@ def gentoo_schedulers():
 s.append(update_v_data)
 s.append(build_request_data)
 s.append(run_build_request)
+s.append(parse_build_log)
 return s

diff --git a/buildbot_gentoo_ci/steps/builders.py 
b/buildbot_gentoo_ci/steps/builders.py
index 22608e3..ff6dd94 100644
--- a/buildbot_gentoo_ci/steps/builders.py
+++ b/buildbot_gentoo_ci/steps/builders.py
@@ -20,22 +20,26 @@ def PersOutputOfEmerge(rc, stdout, stderr):
 emerge_output['preserved_libs'] = False
 emerge_output['depclean'] = False
 package_dict = {}
+log_path_list = []
 print(stderr)
 emerge_output['stderr'] = stderr
 # split the lines
 for line in stdout.split('\n'):
 # package list
 subdict = {}
-if line.startswith('[ebuild') or line.startswith('[binary'):
+subdict2 = {}
+if line.startswith('[ebuild') or line.startswith('[binary') or 
line.startswith('[nomerge'):
 # if binaries
-if line.startswith('[ebuild'):
+if line.startswith('[ebuild') or line.startswith('[nomerge'):
 subdict['binary'] = False
 else:
 subdict['binary'] = True
 # action [ N ] stuff
 subdict['action'] = line[8:15].replace(' ', '')
 # cpv
+#FIXME: We my have more then one spece betvine ] and cpv
 cpv_split = re.search('] (.+?) ', line).group(1).split(':')
+print(cpv_split)
 cpv = cpv_split[0]
 # 

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

2021-03-24 Thread Michał Górny
commit: 48583d6d4ad91ef883c9546704d165325059a125
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 20:59:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 22:29:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48583d6d

net-misc/youtube-dl: Remove old

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

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2021.03.03.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index d99042089b5..d5618f9f5ea 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,2 @@
-DIST youtube-dl-2021.03.03.tar.gz 3303114 BLAKE2B 
f63f2aedb6494b22156df08b5aaa2c4438614fd99a7e2d45baaa754c71a278a2c22051086f578f54b4cfa6384aaf5e08e61d42b8023a754805a65e6b6a79ea58
 SHA512 
0a554ee6805ceaa1c68eab83be3bd6046bc56a26658c705e231f907c2970cdeb441e0ae57d5013385810b5bbee7e4de3ac7f6df36c3eef76a6fa9c5424b921a2
 DIST youtube-dl-2021.03.14.tar.gz 3306486 BLAKE2B 
6c5705319e405e4bb098c72b696d41ba655f6e38884012b00da0a5f66a68ac49e34b1906cf22c5444ba62aed4f74d93517b81471b9ddebdc1ee72b3ae190a3a9
 SHA512 
12f08eaa8a4ba3598ab9caa1c313982e62168a4e4afa3f613f7dee0efef3bcfee701ffd525f1dd1ba1da66aa71bcfd8bed91fa64a8c7473aca6b9e6a09282a70
 DIST youtube-dl-2021.03.25.tar.gz 3313712 BLAKE2B 
323ef3e1eda1549500cbea29bcbb55821b5ed6730d65100d6fdd95be4a5d98bb155a519c47fc42883889fcb03bda559edfbd52e38d999fa7fc19ad2aefb7f902
 SHA512 
77b3beb907081fd682c69d280ddc69610ef59d264b089597481cb4f57dfbac5abc90b54b38bc3691817e0f7a6a3df35b59035f49d5d22e461db87086081f426c

diff --git a/net-misc/youtube-dl/youtube-dl-2021.03.03.ebuild 
b/net-misc/youtube-dl/youtube-dl-2021.03.03.ebuild
deleted file mode 100644
index d787a3f3be5..000
--- a/net-misc/youtube-dl/youtube-dl-2021.03.03.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=(python3_{7..9})
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/;
-SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-S=${WORKDIR}/${PN}
-
-LICENSE="public-domain"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
-SLOT="0"
-
-RDEPEND="
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests nose
-
-src_prepare() {
-   sed -i -e '/flake8/d' Makefile || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   emake offlinetest
-}
-
-python_install_all() {
-   doman youtube-dl.1
-
-   newbashcomp youtube-dl.bash-completion youtube-dl
-
-   insinto /usr/share/zsh/site-functions
-   newins youtube-dl.zsh _youtube-dl
-
-   insinto /usr/share/fish/vendor_completions.d
-   doins youtube-dl.fish
-
-   distutils-r1_python_install_all
-
-   rm -r "${ED}"/usr/etc || die
-   rm -r "${ED}"/usr/share/doc/youtube_dl || die
-}
-
-pkg_postinst() {
-   elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
-   elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
-   elog
-   elog "youtube-dl works fine on its own on most sites. However, if you 
want"
-   elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
-   elog "On some sites - most notably YouTube - videos can be retrieved in"
-   elog "a higher quality format without sound. youtube-dl will detect 
whether"
-   elog "ffmpeg is present and automatically pick the best option."
-   elog
-   elog "Videos or video formats streamed via RTMP protocol can only be"
-   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
-   elog
-   elog "Downloading MMS and RTSP videos requires either mplayer"
-   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
-   elog
-   elog "If you want youtube-dl to embed thumbnails from the metadata into 
the"
-   elog "resulting MP4 files, consider installing 
media-video/atomicparsley"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-xray-sdk-python/

2021-03-24 Thread Michał Górny
commit: af5ce650a34adecb0e0522424c2ca4fff6068adf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 21:01:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 22:29:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5ce650

dev-python/aws-xray-sdk-python: Add django test-dep

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

 dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild 
b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild
index 48020d8c7b5..69afaff0bca 100644
--- a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild
+++ b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 BDEPEND="
test? (
dev-python/bottle[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/sfwbar/

2021-03-24 Thread Lev Babiev
commit: 0b40cffa49fe82c08d38715083e069536a4c6ecd
Author: Lev Babiev  hosers  org>
AuthorDate: Wed Mar 24 22:22:15 2021 +
Commit: Lev Babiev  hosers  org>
CommitDate: Wed Mar 24 22:22:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b40cffa

gui-apps/sfwbar: new version

Signed-off-by: Lev Babiev  hosers.org>

 gui-apps/sfwbar/Manifest|  1 +
 gui-apps/sfwbar/sfwbar-0.9.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest
index 0d6a2cfb9..cc3ee9336 100644
--- a/gui-apps/sfwbar/Manifest
+++ b/gui-apps/sfwbar/Manifest
@@ -1,2 +1,3 @@
 DIST sfwbar-0.9.4.tar.gz 90159 BLAKE2B 
c1f0fdd77469c231f8bb7e0862049979354e076427ad08ca5fe6383fac44b424b5583041a21425bfaa490f872fa0757214e7796d187f9fc7cb62b22d6b65c039
 SHA512 
e2cbe1bb6f89dd9632e21d9f008267bae2ef62c63e54021c791d3f24c09c817b3670509d3be29a23795c50e63e78330fdbbc1ab6b527c012585e28950958171d
 DIST sfwbar-0.9.6.tar.gz 94580 BLAKE2B 
faf6c4fc1e78cc8362e9acbdef6860f766e18bee0f8fa5e7d658fdfbd39cc786ac8c1266554ecc7d3de4d9a81b52760acc3b1dbc947d76e11c862aac2254582e
 SHA512 
37045491bdd6389401f9fb2daec48fa361bb60aea340b56c9c05692614407d3f4a94c73d4800d20bd78a58531570a8114a0aa7dbbb506e06b029f8c82f9ffb99
+DIST sfwbar-0.9.7.tar.gz 98524 BLAKE2B 
151c0065584858bc3f7e0d092df859840b1806c4f122962e160b9211fc7b6fbfc99febb02f98eb798ef986e37e9e52e5b3d4ec1f36f5da7e9766b8598c014e1f
 SHA512 
e9f214eaf1fa9741fd32c3689b3eb7c9ac1db831c327f7d6e55b876e50dade1514091083e4ee0ab7f3cbc69e07e7f8f73242a54c5ffbb2fddfd1bddb8d33b591

diff --git a/gui-apps/sfwbar/sfwbar-0.9.7.ebuild 
b/gui-apps/sfwbar/sfwbar-0.9.7.ebuild
new file mode 100644
index 0..0c44909c7
--- /dev/null
+++ b/gui-apps/sfwbar/sfwbar-0.9.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Sway Floating Window Bar"
+HOMEPAGE="https://github.com/LBCrion/sfwbar;
+SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3[introspection,wayland]
+   gui-libs/gtk-layer-shell
+   dev-libs/libucl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"



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

2021-03-24 Thread Patrick McLean
commit: e69335fd8a25ba14e32aa8c9722ad31607156e41
Author: Patrick McLean  sony  com>
AuthorDate: Wed Mar 24 22:20:38 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Mar 24 22:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69335fd

dev-python/pycurl-requests: Fix tests (bug #777951)

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

 .../pycurl-requests/files/pycurl-requests-0.2.0-test.patch  | 13 +
 1 file changed, 13 insertions(+)

diff --git a/dev-python/pycurl-requests/files/pycurl-requests-0.2.0-test.patch 
b/dev-python/pycurl-requests/files/pycurl-requests-0.2.0-test.patch
index 47869defd5e..2bed5e3c93c 100644
--- a/dev-python/pycurl-requests/files/pycurl-requests-0.2.0-test.patch
+++ b/dev-python/pycurl-requests/files/pycurl-requests-0.2.0-test.patch
@@ -1,3 +1,16 @@
+diff --git a/pycurl_requests/tests/test_exceptions.py 
b/pycurl_requests/tests/test_exceptions.py
+index 2415ba8..6960615 100644
+--- a/pycurl_requests/tests/test_exceptions.py
 b/pycurl_requests/tests/test_exceptions.py
+@@ -32,7 +32,7 @@ def test_connecterror_resolve():
+ if IS_PYCURL_REQUESTS:
+ assert isinstance(exception.__cause__, pycurl.error)
+ assert exception.curl_code == pycurl.E_COULDNT_RESOLVE_HOST
+-assert 'Could not resolve host' in exception.curl_message
++assert 't resolve host' in exception.curl_message
+ 
+ 
+ def test_toomanyredirects(http_server):
 diff --git a/pycurl_requests/tests/test_requests.py 
b/pycurl_requests/tests/test_requests.py
 index 7d2c627..850d530 100644
 --- a/pycurl_requests/tests/test_requests.py



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

2021-03-24 Thread Sam James
commit: 6d466c6e5e0afe7d03d65b326c88476dddb70b80
Author: Philippe Chaintreuil  parallaxshift  com>
AuthorDate: Wed Mar 24 18:36:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 21:32:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d466c6e

mail-filter/spamassassin: Bump to 3.4.5

Copy of 3.4.4-r4 and ~ all arches.

Bug: https://bugs.gentoo.org/778002
Closes: 20107
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Philippe Chaintreuil  parallaxshift.com>
Closes: https://github.com/gentoo/gentoo/pull/20107
Signed-off-by: Sam James  gentoo.org>

 mail-filter/spamassassin/Manifest  |   1 +
 mail-filter/spamassassin/spamassassin-3.4.5.ebuild | 315 +
 2 files changed, 316 insertions(+)

diff --git a/mail-filter/spamassassin/Manifest 
b/mail-filter/spamassassin/Manifest
index 659fa37c5b5..a4fe96643c0 100644
--- a/mail-filter/spamassassin/Manifest
+++ b/mail-filter/spamassassin/Manifest
@@ -1 +1,2 @@
 DIST Mail-SpamAssassin-3.4.4.tar.bz2 2741290 BLAKE2B 
03dec6c71a43ad7d288a96de32fb61e81e2c793756c76b7c36ec34226483a35123cc291376e7c15ce73571e7de5967cee058a1b34932fd0f27632028d22b092b
 SHA512 
7dfd0cf3426df683f608218da8881538a24e833024f2a1eb0f8513bdf3e4bc6ac48198c4f380efe024a01ae7b6a5ab9d76205cec185d0e4818f1cc79bda0ea3f
+DIST Mail-SpamAssassin-3.4.5.tar.bz2 6167088 BLAKE2B 
d99c9e40f6735328b5300f010f248d35a8a8dcd3a3692a8db909234b8de3a5e432d004cf09f7ddb8b2ae82144525ce1ab25d89df92b621d8e119e2128e59cce6
 SHA512 
46096019ef3d2b6dadb7af0d076c22526786cccb669cd4bed131b64fa935863630ca9f3e78277bebba0ed75099be9fbce97a30a6478ed84093896a1ad3d8387a

diff --git a/mail-filter/spamassassin/spamassassin-3.4.5.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.5.ebuild
new file mode 100644
index 000..562694ddd4c
--- /dev/null
+++ b/mail-filter/spamassassin/spamassassin-3.4.5.ebuild
@@ -0,0 +1,315 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-functions systemd toolchain-funcs
+
+MY_P="Mail-SpamAssassin-${PV//_/-}"
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="An extensible mail filter which can identify and tag spam"
+HOMEPAGE="https://spamassassin.apache.org/;
+SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
+RESTRICT="!test? ( test )"
+
+# The Makefile.PL script checks for dependencies, but only fails if a
+# required (i.e. not optional) dependency is missing. We therefore
+# require most of the optional modules only at runtime.
+REQDEPEND="acct-user/spamd
+   acct-group/spamd
+   dev-lang/perl:=
+   dev-perl/HTML-Parser
+   dev-perl/Net-DNS
+   dev-perl/NetAddr-IP
+   virtual/perl-Archive-Tar
+   virtual/perl-Digest-SHA
+   virtual/perl-IO-Zlib
+   virtual/perl-Time-HiRes
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )"
+
+# SpamAssassin doesn't use libwww-perl except as a fallback for when
+# curl/wget are missing, so we depend on one of those instead. Some
+# mirrors use https, so we need those utilities to support SSL.
+#
+# re2c is needed to compile the rules (sa-compile).
+#
+# We still need the old Digest-SHA1 because razor2 has not been ported
+# to Digest-SHA.
+OPTDEPEND="app-crypt/gnupg
+   dev-perl/BSD-Resource
+   dev-perl/Digest-SHA1
+   dev-perl/Encode-Detect
+   || ( dev-perl/GeoIP2 dev-perl/Geo-IP )
+   dev-perl/HTTP-Date
+   dev-perl/Mail-DKIM
+   dev-perl/Mail-SPF
+   dev-perl/Net-Patricia
+   dev-perl/Net-CIDR-Lite
+   dev-util/re2c
+   || ( net-misc/wget[ssl] net-misc/curl[ssl] )
+   virtual/perl-MIME-Base64
+   virtual/perl-Pod-Parser
+   berkdb? ( virtual/perl-DB_File )
+   ipv6? ( dev-perl/IO-Socket-INET6 )
+   ldap? ( dev-perl/perl-ldap )
+   mysql? (
+   dev-perl/DBI
+   dev-perl/DBD-mysql
+   )
+   postgres? (
+   dev-perl/DBI
+   dev-perl/DBD-Pg
+   )
+   sqlite? (
+   dev-perl/DBI
+   dev-perl/DBD-SQLite
+   )
+   ssl? ( dev-perl/IO-Socket-SSL )"
+
+DEPEND="${REQDEPEND}
+   test? (
+   ${OPTDEPEND}
+   virtual/perl-Test-Harness
+   )"
+RDEPEND="${REQDEPEND} ${OPTDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/mention-geoip.cf-in-init.pre.patch"
+)
+
+# There are a few renames and use-dependent ones in src_istall as well.
+DOCS=(
+   NOTICE TRADEMARK CREDITS UPGRADE USAGE sql/README.bayes
+   sql/README.awl procmailrc.example sample-nonspam.txt
+   sample-spam.txt spamd/PROTOCOL spamd/README.vpopmail
+   spamd-apache2/README.apache
+)
+
+src_prepare() {
+   

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

2021-03-24 Thread Sergei Trofimovich
commit: 4966c997558bf092ff20a65269e1c6af733efeff
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 24 17:53:58 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 24 21:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4966c997

app-arch/zstd: stable 1.4.9 for hppa, bug #774258

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/zstd/zstd-1.4.9.ebuild b/app-arch/zstd/zstd-1.4.9.ebuild
index a7b21ee6fe5..b41143f77e8 100644
--- a/app-arch/zstd/zstd-1.4.9.ebuild
+++ b/app-arch/zstd/zstd-1.4.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="lz4 static-libs +threads"
 
 RDEPEND="app-arch/xz-utils



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

2021-03-24 Thread Sergei Trofimovich
commit: a318b0f22f45d55d5074180b33e31de7a14986ea
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 24 17:52:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 24 21:12:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a318b0f2

dev-cpp/gtkmm: stable 3.24.3 for sparc, bug #774927

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-cpp/gtkmm/gtkmm-3.24.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild 
b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild
index 654a1c48209..a1147702594 100644
--- a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 IUSE="aqua doc test wayland X"
 REQUIRED_USE="|| ( aqua wayland X )"



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

2021-03-24 Thread Sergei Trofimovich
commit: 35fdfdfd2b2a8907ba1602999d93d18dc57ff0e8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 24 17:53:16 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 24 21:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fdfdfd

dev-python/lxml: stable 4.6.3 for hppa, bug #777579

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/lxml/lxml-4.6.3.ebuild 
b/dev-python/lxml/lxml-4.6.3.ebuild
index cec281f85b4..7741b17c4cc 100644
--- a/dev-python/lxml/lxml-4.6.3.ebuild
+++ b/dev-python/lxml/lxml-4.6.3.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2021-03-24 Thread Sergei Trofimovich
commit: 7976e34a3e0f7236a17a5949d2fc8e436dbdc2ec
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 24 17:54:34 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 24 21:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7976e34a

dev-libs/libxml2: stable 2.9.10-r5 for hppa, bug #749849

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libxml2/libxml2-2.9.10-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild 
b/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild
index 374ad6c9ad9..39106aac4c3 100644
--- a/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild
@@ -30,7 +30,7 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-03-24 Thread Sergei Trofimovich
commit: 2ebba4049f0538f115ec0a52f4bbbd3e64bec410
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 24 21:00:08 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 24 21:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebba404

dev-python/urllib3: stable 1.26.4 for hppa, bug #776421

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/urllib3/urllib3-1.26.4.ebuild 
b/dev-python/urllib3/urllib3-1.26.4.ebuild
index 3bcb2bb67bd..33fb2705684 100644
--- a/dev-python/urllib3/urllib3-1.26.4.ebuild
+++ b/dev-python/urllib3/urllib3-1.26.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="brotli test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-graphlcd/

2021-03-24 Thread Jörg Bornkessel
commit: 00404d295fd74b2509002563d851c5e15d11213f
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Mar 24 20:23:13 2021 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Mar 24 20:23:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00404d29

media-plugins/vdr-graphlcd: llvm/clang compile fixed

Closes: https://bugs.gentoo.org/740296
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel  gentoo.org>

 ...aphlcd-1.0.1-r1.ebuild => vdr-graphlcd-1.0.1-r2.ebuild} | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r1.ebuild 
b/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r2.ebuild
similarity index 87%
rename from media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r1.ebuild
rename to media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r2.ebuild
index bdaa50b4841..d17c604261c 100644
--- a/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r1.ebuild
+++ b/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -45,13 +45,17 @@ pkg_setup() {
 src_prepare() {
vdr-plugin-2_src_prepare
 
-   sed -i "s:/usr/local:/usr:" Makefile || die
-   sed -i "s:i18n.c:i18n.h:g" Makefile || die
-   sed -i "s:include \$(VDRDIR)/Make.global:-include 
\$(VDRDIR)/Make.global:" Makefile || die
+   sed -e "s:/usr/local:/usr:" \
+   -e "s:i18n.c:i18n.h:g" \
+   -e "s:include \$(VDRDIR)/Make.global:-include 
\$(VDRDIR)/Make.global:" \
+   -i Makefile || die
 
-   sed -i "s:SKIP_INSTALL_DOC ?= 0:SKIP_INSTALL_DOC ?= 1:" Makefile || die
+   sed -e "s:SKIP_INSTALL_DOC ?= 0:SKIP_INSTALL_DOC ?= 1:" -i Makefile || 
die
 
eapply "${FILESDIR}/${P}_no-font.patch"
+
+   # bug 740296
+   sed -e "s:\"PLUGIN_GRAPHLCDCONF:\" PLUGIN_GRAPHLCDCONF:" -i plugin.c || 
die
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libcgroup/files/, dev-libs/libcgroup/

2021-03-24 Thread Sam James
commit: 0bf2ad14f82df0cfe05eda3cf3cb1c157095a025
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:51:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:51:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf2ad14

dev-libs/libcgroup: fix build with slibtool

Thanks-to: orbea  riseup.net>
Closes: https://bugs.gentoo.org/777450
Signed-off-by: Sam James  gentoo.org>

 .../libcgroup/files/libcgroup-0.41-slibtool.patch  | 59 ++
 dev-libs/libcgroup/libcgroup-0.41-r6.ebuild|  3 +-
 2 files changed, 61 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libcgroup/files/libcgroup-0.41-slibtool.patch 
b/dev-libs/libcgroup/files/libcgroup-0.41-slibtool.patch
new file mode 100644
index 000..114209116bf
--- /dev/null
+++ b/dev-libs/libcgroup/files/libcgroup-0.41-slibtool.patch
@@ -0,0 +1,59 @@
+https://bugs.gentoo.org/777450
+
+commit 0c710d2f82184984e73b643a8e752f55371c6bc8
+Author: orbea 
+Date:   Sun Mar 21 13:24:23 2021 -0700
+
+build: Remove .libs from Makefile.am files.
+
+Signed-off-by: orbea 
+
+diff --git a/src/bindings/Makefile.am b/src/bindings/Makefile.am
+index 8bb7334..c59641b 100644
+--- a/src/bindings/Makefile.am
 b/src/bindings/Makefile.am
+@@ -5,7 +5,7 @@ lib_LTLIBRARIES = _libcgroup.la
+ _libcgroup_la_SOURCES = libcgroup.c
+ _libcgroup_la_LDFLAGS = $(shell python-config --ldflags) -module 
-avoid-version
+ _libcgroup_la_CFLAGS = $(shell python-config --cflags)
+-_libcgroup_la_LIBADD = $(top_builddir)/src/.libs/libcgroup.la
++_libcgroup_la_LIBADD = $(top_builddir)/src/libcgroup.la
+ SWIG=swig
+ 
+ 
+diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
+index 2e08a4d..c8dbe67 100644
+--- a/src/daemon/Makefile.am
 b/src/daemon/Makefile.am
+@@ -4,7 +4,7 @@ if WITH_DAEMON
+ 
+ sbin_PROGRAMS = cgrulesengd
+ cgrulesengd_SOURCES = cgrulesengd.c cgrulesengd.h
+-cgrulesengd_LDADD = $(top_builddir)/src/.libs/libcgroup.la -lrt
++cgrulesengd_LDADD = $(top_builddir)/src/libcgroup.la -lrt
+ cgrulesengd_LDFLAGS = -L$(top_builddir)/src/.libs
+ 
+ endif
+diff --git a/src/pam/Makefile.am b/src/pam/Makefile.am
+index 852ceae..df173c2 100644
+--- a/src/pam/Makefile.am
 b/src/pam/Makefile.am
+@@ -5,6 +5,6 @@ if WITH_PAM
+ pamlib_LTLIBRARIES = pam_cgroup.la
+ pam_cgroup_la_SOURCES = pam_cgroup.c
+ pam_cgroup_la_LDFLAGS = -module
+-pam_cgroup_la_LIBADD = $(top_builddir)/src/.libs/libcgroup.la -lpam
++pam_cgroup_la_LIBADD = $(top_builddir)/src/libcgroup.la -lpam
+ 
+ endif
+diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
+index 0280d4a..cb0b8f3 100644
+--- a/src/tools/Makefile.am
 b/src/tools/Makefile.am
+@@ -1,5 +1,5 @@
+ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
+-LDADD = $(top_builddir)/src/.libs/libcgroup.la
++LDADD = $(top_builddir)/src/libcgroup.la
+ 
+ if WITH_TOOLS
+ 

diff --git a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild 
b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild
index 5aaf74bec12..58ba8aad708 100644
--- a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild
+++ b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}"/${P}-replace_INLCUDES.patch
"${FILESDIR}"/${P}-reorder-headers.patch
"${FILESDIR}"/${P}-remove-umask.patch
+   "${FILESDIR}"/${P}-slibtool.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest-or-fail/

2021-03-24 Thread Sam James
commit: 0c69bb72e11aaabd50aab9d3cd8f6b5a43f4b0ca
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c69bb72

dev-python/unittest-or-fail: Stabilize 1 sparc, #777024

Signed-off-by: Sam James  gentoo.org>

 dev-python/unittest-or-fail/unittest-or-fail-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest-or-fail/unittest-or-fail-1.ebuild 
b/dev-python/unittest-or-fail/unittest-or-fail-1.ebuild
index dae92ea7523..d6e44b47336 100644
--- a/dev-python/unittest-or-fail/unittest-or-fail-1.ebuild
+++ b/dev-python/unittest-or-fail/unittest-or-fail-1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # Warning: do not use distutils_enable_tests to avoid a circular
 # dependency on itself!



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

2021-03-24 Thread Sam James
commit: 4f39b2d99bebf6482f68528a5b52409c839f42fd
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f39b2d9

media-sound/moc: Stabilize 2.6_alpha3-r3 ppc, #777858

Signed-off-by: Sam James  gentoo.org>

 media-sound/moc/moc-2.6_alpha3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/moc/moc-2.6_alpha3-r3.ebuild 
b/media-sound/moc/moc-2.6_alpha3-r3.ebuild
index 058042ccea8..a031e09b7c9 100644
--- a/media-sound/moc/moc-2.6_alpha3-r3.ebuild
+++ b/media-sound/moc/moc-2.6_alpha3-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ppc64 ~sparc ~x86"
 IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic 
modplug musepack
oss sid sndfile sndio speex timidity tremor +unicode vorbis wavpack"
 



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

2021-03-24 Thread Sam James
commit: 62b689e3475185d1726962f0e79b18bcfa75e4de
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b689e3

dev-util/ccache: Stabilize 4.2 ppc, #777852

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/ccache/ccache-4.2.ebuild 
b/dev-util/ccache/ccache-4.2.ebuild
index bccba1c51d6..149cafd3ecc 100644
--- a/dev-util/ccache/ccache-4.2.ebuild
+++ b/dev-util/ccache/ccache-4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="test"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim/, app-i18n/scim/files/

2021-03-24 Thread Sam James
commit: 9d5b709e98f3b20f9cbde21f8c739730e6725de9
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:38:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5b709e

app-i18n/scim: fix build with slibtool

Thanks-to: orbea  riseup.net>
Closes: https://bugs.gentoo.org/777297
Signed-off-by: Sam James  gentoo.org>

 app-i18n/scim/files/scim-1.4.18-slibtool.patch | 36 ++
 app-i18n/scim/scim-1.4.18.ebuild   |  6 -
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/app-i18n/scim/files/scim-1.4.18-slibtool.patch 
b/app-i18n/scim/files/scim-1.4.18-slibtool.patch
new file mode 100644
index 000..b80db440dfd
--- /dev/null
+++ b/app-i18n/scim/files/scim-1.4.18-slibtool.patch
@@ -0,0 +1,36 @@
+https://bugs.gentoo.org/777297
+
+From dea50ce8e57aeb99034b880ee20ed91103e44555 Mon Sep 17 00:00:00 2001
+From: orbea 
+Date: Fri, 19 Mar 2021 10:05:37 -0700
+Subject: [PATCH] build: Fix undefined X11 references.
+
+---
+ extras/immodules/client-gtk/gtk2/Makefile.am | 1 +
+ extras/immodules/client-gtk/gtk3/Makefile.am | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/extras/immodules/client-gtk/gtk2/Makefile.am 
b/extras/immodules/client-gtk/gtk2/Makefile.am
+index 8192f08..e7a7937 100644
+--- a/extras/immodules/client-gtk/gtk2/Makefile.am
 b/extras/immodules/client-gtk/gtk2/Makefile.am
+@@ -41,6 +41,7 @@ im_scim_la_CFLAGS  =@GTK2_CFLAGS@
+ im_scim_la_LDFLAGS = -rpath $(moduledir) \
+-avoid-version -no-undefined \
+-module \
++   @X_LIBS@ \
+@GTK2_LIBS@
+ 
+ im_scim_la_LIBADD  = 
$(top_builddir)/extras/immodules/common/libscimbridgecommon.la \
+diff --git a/extras/immodules/client-gtk/gtk3/Makefile.am 
b/extras/immodules/client-gtk/gtk3/Makefile.am
+index b868c80..d6f656d 100644
+--- a/extras/immodules/client-gtk/gtk3/Makefile.am
 b/extras/immodules/client-gtk/gtk3/Makefile.am
+@@ -41,6 +41,7 @@ im_scim_la_CFLAGS  =@GTK3_CFLAGS@
+ im_scim_la_LDFLAGS = -rpath $(moduledir) \
+-avoid-version -no-undefined \
+-module \
++   @X_LIBS@ \
+@GTK3_LIBS@
+ 
+ im_scim_la_LIBADD  = 
$(top_builddir)/extras/immodules/common/libscimbridgecommon.la \

diff --git a/app-i18n/scim/scim-1.4.18.ebuild b/app-i18n/scim/scim-1.4.18.ebuild
index 80693dc30bb..55f287f6902 100644
--- a/app-i18n/scim/scim-1.4.18.ebuild
+++ b/app-i18n/scim/scim-1.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -35,6 +35,10 @@ DOCS=(
docs/scim.cfg
 )
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.18-slibtool.patch
+)
+
 src_prepare() {
default
eautoreconf



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

2021-03-24 Thread Sam James
commit: 0fe0cf054161e24cc71692034c335c599836c961
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe0cf05

media-sound/moc: Stabilize 2.6_alpha3-r3 ppc64, #777858

Signed-off-by: Sam James  gentoo.org>

 media-sound/moc/moc-2.6_alpha3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/moc/moc-2.6_alpha3-r3.ebuild 
b/media-sound/moc/moc-2.6_alpha3-r3.ebuild
index dcbc7632857..058042ccea8 100644
--- a/media-sound/moc/moc-2.6_alpha3-r3.ebuild
+++ b/media-sound/moc/moc-2.6_alpha3-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
 IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic 
modplug musepack
oss sid sndfile sndio speex timidity tremor +unicode vorbis wavpack"
 



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

2021-03-24 Thread Sam James
commit: f53215934f6a2456e23aebf4ca4fc27d492f4746
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:42:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:42:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5321593

media-sound/moc: Stabilize 2.6_alpha3-r3 sparc, #777858

Signed-off-by: Sam James  gentoo.org>

 media-sound/moc/moc-2.6_alpha3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/moc/moc-2.6_alpha3-r3.ebuild 
b/media-sound/moc/moc-2.6_alpha3-r3.ebuild
index a031e09b7c9..cfd610fd0eb 100644
--- a/media-sound/moc/moc-2.6_alpha3-r3.ebuild
+++ b/media-sound/moc/moc-2.6_alpha3-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ppc64 sparc ~x86"
 IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic 
modplug musepack
oss sid sndfile sndio speex timidity tremor +unicode vorbis wavpack"
 



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

2021-03-24 Thread Sam James
commit: 7d69cb2da09308cea408ccc7fb949e372a32
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d69cb2d

dev-python/lxml: Stabilize 4.6.3 sparc, #777579

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/lxml/lxml-4.6.3.ebuild 
b/dev-python/lxml/lxml-4.6.3.ebuild
index 004ce5839db..cec281f85b4 100644
--- a/dev-python/lxml/lxml-4.6.3.ebuild
+++ b/dev-python/lxml/lxml-4.6.3.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2021-03-24 Thread Sam James
commit: 75e3fc1914ffe1a316cb20acd413a053c28cd3bf
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:42:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:42:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e3fc19

media-gfx/fontforge: Stabilize 20201107 sparc, #777588

Signed-off-by: Sam James  gentoo.org>

 media-gfx/fontforge/fontforge-20201107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/fontforge-20201107.ebuild 
b/media-gfx/fontforge/fontforge-20201107.ebuild
index 3afd86a1487..1dd2c70eef5 100644
--- a/media-gfx/fontforge/fontforge-20201107.ebuild
+++ b/media-gfx/fontforge/fontforge-20201107.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforg
 
 LICENSE="BSD GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode woff2 X"
 RESTRICT="!test? ( test )"
 



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

2021-03-24 Thread Sam James
commit: d756f1e793ad6eebf927b7d70f55789eef49368e
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d756f1e7

media-libs/lasi: Stabilize 1.1.3 sparc, #770679

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-libs/lasi/lasi-1.1.3.ebuild 
b/media-libs/lasi/lasi-1.1.3.ebuild
index 574329452be..5430b1577a8 100644
--- a/media-libs/lasi/lasi-1.1.3.ebuild
+++ b/media-libs/lasi/lasi-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="doc examples"
 
 RDEPEND="



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

2021-03-24 Thread Sam James
commit: 9c72f86168263925725eeaba0b26597c798d3afd
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:40:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:40:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c72f861

dev-util/ccache: Stabilize 4.2 arm64, #777852

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/ccache/ccache-4.2.ebuild 
b/dev-util/ccache/ccache-4.2.ebuild
index c34ca6a6ca3..026d4cb450b 100644
--- a/dev-util/ccache/ccache-4.2.ebuild
+++ b/dev-util/ccache/ccache-4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="test"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-24 Thread Sam James
commit: 2da5cd1a4914e1574e5fa25fe2821bbe57cc365e
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da5cd1a

app-text/lcdf-typetools: Stabilize 2.108 sparc, #757561

Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index 03b6cd214a3..7c81c5436fe 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"



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

2021-03-24 Thread Sam James
commit: 69b93b1ecafaf1504688d89a1aa02dbda5919afe
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:42:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:42:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b93b1e

media-fonts/noto: Stabilize 20201226 sparc, #777585

Signed-off-by: Sam James  gentoo.org>

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

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



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

2021-03-24 Thread Sam James
commit: de7b3e4dfd9c031c3c440911f6254c173cf60b28
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:42:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:42:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7b3e4d

dev-util/ccache: Stabilize 4.2 sparc, #777852

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/ccache/ccache-4.2.ebuild 
b/dev-util/ccache/ccache-4.2.ebuild
index 149cafd3ecc..1f07d9791d6 100644
--- a/dev-util/ccache/ccache-4.2.ebuild
+++ b/dev-util/ccache/ccache-4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="test"
 
 DEPEND=""



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

2021-03-24 Thread Sam James
commit: ac191ab85e98ff74be2611f7fc1e1931910338e7
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac191ab8

dev-lang/mujs: Stabilize 1.1.0 sparc, #777612

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-lang/mujs/mujs-1.1.0.ebuild b/dev-lang/mujs/mujs-1.1.0.ebuild
index f7c940ce842..25f04c3e4b0 100644
--- a/dev-lang/mujs/mujs-1.1.0.ebuild
+++ b/dev-lang/mujs/mujs-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ccxvii/mujs/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="ISC"
 # subslot matches SONAME
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/readline:0="



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

2021-03-24 Thread Sam James
commit: d424518f4d2c5a84b42447a283f7ffd275f5922d
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d424518f

media-fonts/x11fonts-jmk: Stabilize 3.0-r4 sparc, #777597

Signed-off-by: Sam James  gentoo.org>

 media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild 
b/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild
index 47f2dd0bf47..a4d786f4602 100644
--- a/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild
+++ b/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.pobox.com/~jmknoble/fonts/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~s390 sparc ~x86"
 
 BDEPEND="
x11-misc/imake



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

2021-03-24 Thread Sam James
commit: 1a1ed86950fae010462c29e139530675eba17170
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1ed869

media-fonts/culmus: Stabilize 0.133-r1 sparc, #777570

Signed-off-by: Sam James  gentoo.org>

 media-fonts/culmus/culmus-0.133-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/culmus/culmus-0.133-r1.ebuild 
b/media-fonts/culmus/culmus-0.133-r1.ebuild
index 670db31c7b5..4b41877e70e 100644
--- a/media-fonts/culmus/culmus-0.133-r1.ebuild
+++ b/media-fonts/culmus/culmus-0.133-r1.ebuild
@@ -36,7 +36,7 @@ SRC_URI+=" taamey? ( $(printf 
"http://culmus.sourceforge.net/taamim/%s.zip " ${T
 
 LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="ancient fancy fontforge taamey"
 
 FONT_CONF=( "${T}"/65-culmus.conf )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Font-TTF/

2021-03-24 Thread Sam James
commit: b1fdbe1b53ef3542cf3095849a8458b7ab693d47
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fdbe1b

dev-perl/Font-TTF: Stabilize 1.60.0-r1 sparc, #777591

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild 
b/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild
index bfaf051ffd7..9e2a50251ad 100644
--- a/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild
+++ b/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="module for compiling and altering fonts"
 
 LICENSE="Artistic-2 OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
virtual/perl-IO-Compress



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

2021-03-24 Thread Sam James
commit: aa13c3bd238328e198610b8d32b503b9f626c36d
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa13c3bd

net-misc/youtube-dl: Stabilize 2021.03.14 ALLARCHES, #777999

Signed-off-by: Sam James  gentoo.org>

 net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild 
b/net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild
index 9b024e43dbb..d787a3f3be5 100644
--- a/net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
 S=${WORKDIR}/${PN}
 
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
 SLOT="0"
 
 RDEPEND="



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

2021-03-24 Thread Sam James
commit: e3f96d0c3eca2e467fd0edf73321a96d2135be29
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:40:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f96d0c

dev-util/ccache: Stabilize 4.2 ppc64, #777852

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/ccache/ccache-4.2.ebuild 
b/dev-util/ccache/ccache-4.2.ebuild
index 026d4cb450b..bccba1c51d6 100644
--- a/dev-util/ccache/ccache-4.2.ebuild
+++ b/dev-util/ccache/ccache-4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="test"
 
 DEPEND=""



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

2021-03-24 Thread Sam James
commit: 7cc856be93e2941337449be04051bfe0d602dfd8
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc856be

net-analyzer/wireshark: Stabilize 3.4.4 ppc64, #775323

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-analyzer/wireshark/wireshark-3.4.4.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.4.ebuild
index 9d6d887293a..3d9a034303c 100644
--- a/net-analyzer/wireshark/wireshark-3.4.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.4.4.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_/}"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc64 ~x86"
 IUSE="
androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon
+dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb



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

2021-03-24 Thread Michał Górny
commit: 2667685af0eba192d1be835afe931c26ae4964f5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 19:36:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 19:38:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2667685a

x11-misc/gigolo: Bump to 0.5.2

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

 x11-misc/gigolo/Manifest|  1 +
 x11-misc/gigolo/gigolo-0.5.2.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index bc3c6d6f994..ed43f284e88 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1 +1,2 @@
 DIST gigolo-0.5.1.tar.bz2 246788 BLAKE2B 
524307017a5d07107ded81af71e7758c60538abec2e75e5ab4e4f3c57ff82ea557e6f7b009ecbd6d7cd42fdf8fe8a8872ff973fc5051753dcc70341fee953bc5
 SHA512 
a21e2e808db4a16b7bcd9019e936cac57f67a76d6a9a9e34ed3eb7faa4cd5997bc561d1e9817d8e77efbf8ab0a954bc7f25719941672f604cc415caf0cb61e09
+DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 
67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab
 SHA512 
2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7

diff --git a/x11-misc/gigolo/gigolo-0.5.2.ebuild 
b/x11-misc/gigolo/gigolo-0.5.2.ebuild
new file mode 100644
index 000..81868a80b70
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.5.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems 
using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ 
https://goodies.xfce.org/projects/applications/gigolo;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+   >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_prepare() {
+   rm COPYING || die
+   default
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2021-03-24 Thread Stephan Hartmann
commit: e1c14c87d4e76f06b3442d12750dd2769eced222
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Mar 24 19:23:14 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Mar 24 19:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c14c87

www-client/google-chrome-beta: automated update (90.0.4430.40)

Signed-off-by: Stephan Hartmann  gentoo.org>

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

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 142ad7bb2b2..6cb99caf37a 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_90.0.4430.30-1_amd64.deb 77718380 BLAKE2B 
97ebc6d01431583e610115b71585320043080897d97df86813cfe195f39b540e52641fd8a66608f2ebaa42e10a3ddae19d758d0c405525a2d8a766de68cdd8e3
 SHA512 
6830a81909b2dbaded8668470963bebfd9031fb88fde5abdaa0b62e15d1d2ccf5c89f8805a522bdd4952b5979d6b0b9f41ee3a1771eedec3929bc29aa69c2950
+DIST google-chrome-beta_90.0.4430.40-1_amd64.deb 77768616 BLAKE2B 
109ba108a70c0796b64efb2f252394722ef3307fa70d2837fe73a3988634c867dd55eb30811908c00c63538e94dc23c15062e62f1160f9cd2f6c1e5259b2063b
 SHA512 
c9b75ad0dd14325c8339c1a9f3cffb38b18690172900cbd425bb5af68b57572d28507bb94ed7dcc4e44a413cee38debe846f7d33259c055e7d74b4b25eea

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-90.0.4430.30.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-90.0.4430.40.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-90.0.4430.30.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-90.0.4430.40.ebuild



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

2021-03-24 Thread Stephan Hartmann
commit: 3f448b4c4f4215690ff690fa4a8539e9062be398
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Mar 24 19:23:17 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Mar 24 19:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f448b4c

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

Signed-off-by: Stephan Hartmann  gentoo.org>

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 716db0f55f8..6020e94fb6e 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_90.0.4430.30-1_amd64.deb 77718380 BLAKE2B 
97ebc6d01431583e610115b71585320043080897d97df86813cfe195f39b540e52641fd8a66608f2ebaa42e10a3ddae19d758d0c405525a2d8a766de68cdd8e3
 SHA512 
6830a81909b2dbaded8668470963bebfd9031fb88fde5abdaa0b62e15d1d2ccf5c89f8805a522bdd4952b5979d6b0b9f41ee3a1771eedec3929bc29aa69c2950
+DIST google-chrome-beta_90.0.4430.40-1_amd64.deb 77768616 BLAKE2B 
109ba108a70c0796b64efb2f252394722ef3307fa70d2837fe73a3988634c867dd55eb30811908c00c63538e94dc23c15062e62f1160f9cd2f6c1e5259b2063b
 SHA512 
c9b75ad0dd14325c8339c1a9f3cffb38b18690172900cbd425bb5af68b57572d28507bb94ed7dcc4e44a413cee38debe846f7d33259c055e7d74b4b25eea
 DIST google-chrome-stable_89.0.4389.90-1_amd64.deb 75841728 BLAKE2B 
1de16e3916e1dfe646d37327ec7c69417d40bf751e43d76a85f8e8f81e654669a994223a0f5c9a8bcbbe4abf3db2f50cbe4e2072742da3ae9aae855915098641
 SHA512 
768557218228c0129d478dd3da8d1a21c62002f0e2f1e533567dd50a2757a9de0ad141366a6927d0a4877d5f38be6dc3c246e4ec64e3113411bf90733ce477d1
 DIST google-chrome-unstable_91.0.4455.2-1_amd64.deb 78950724 BLAKE2B 
79240cea248b27eacffb9abe74beb9ba61f6fd1406bc78dd62c50dc829bde4c167e6a7a1c3c0fa69747cb2bec684d58569cdf84adb43c3c8ec9617b61873eb37
 SHA512 
1a68587e6c34cc30e688b92af5cae49b7b52662fd97041b74cfa32d91d66ae3f2447dd6824e39822f8111ad11fd2d71cb6cf1f1d95ae6a67e822ab209f9a65c8

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.30_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.40_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.30_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.40_beta.ebuild



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

2021-03-24 Thread Rick Farina
commit: 32b6cd6a367f994b4ff7d9230848d2649fcaddff
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Mar 24 18:41:22 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Mar 24 18:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b6cd6a

x11-libs/libva: add missing dep

configure checks for and aborts if dev-util/wayland-scanner is missing

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Rick Farina  gentoo.org>

 x11-libs/libva/libva-2.10.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libva/libva-2.10.0.ebuild 
b/x11-libs/libva/libva-2.10.0.ebuild
index 87e992634ed..c8117c47fab 100644
--- a/x11-libs/libva/libva-2.10.0.ebuild
+++ b/x11-libs/libva/libva-2.10.0.ebuild
@@ -29,7 +29,10 @@ done
 RDEPEND="
>=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
-   wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )
+   wayland? (
+>=dev-libs/wayland-1.11[${MULTILIB_USEDEP}]
+   dev-util/wayland-scanner[${MULTILIB_USEDEP}]
+   )
X? (
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]



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

2021-03-24 Thread Michał Górny
commit: 37c265d85ad6c4b4badd808abca6abed08e2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 17:25:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c265d8

net-misc/youtube-dl: Bump to 2021.03.25

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

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 56d0b207c45..d99042089b5 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,2 +1,3 @@
 DIST youtube-dl-2021.03.03.tar.gz 3303114 BLAKE2B 
f63f2aedb6494b22156df08b5aaa2c4438614fd99a7e2d45baaa754c71a278a2c22051086f578f54b4cfa6384aaf5e08e61d42b8023a754805a65e6b6a79ea58
 SHA512 
0a554ee6805ceaa1c68eab83be3bd6046bc56a26658c705e231f907c2970cdeb441e0ae57d5013385810b5bbee7e4de3ac7f6df36c3eef76a6fa9c5424b921a2
 DIST youtube-dl-2021.03.14.tar.gz 3306486 BLAKE2B 
6c5705319e405e4bb098c72b696d41ba655f6e38884012b00da0a5f66a68ac49e34b1906cf22c5444ba62aed4f74d93517b81471b9ddebdc1ee72b3ae190a3a9
 SHA512 
12f08eaa8a4ba3598ab9caa1c313982e62168a4e4afa3f613f7dee0efef3bcfee701ffd525f1dd1ba1da66aa71bcfd8bed91fa64a8c7473aca6b9e6a09282a70
+DIST youtube-dl-2021.03.25.tar.gz 3313712 BLAKE2B 
323ef3e1eda1549500cbea29bcbb55821b5ed6730d65100d6fdd95be4a5d98bb155a519c47fc42883889fcb03bda559edfbd52e38d999fa7fc19ad2aefb7f902
 SHA512 
77b3beb907081fd682c69d280ddc69610ef59d264b089597481cb4f57dfbac5abc90b54b38bc3691817e0f7a6a3df35b59035f49d5d22e461db87086081f426c

diff --git a/net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild 
b/net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild
new file mode 100644
index 000..9b024e43dbb
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python3_{7..9})
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/;
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+S=${WORKDIR}/${PN}
+
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+SLOT="0"
+
+RDEPEND="
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose
+
+src_prepare() {
+   sed -i -e '/flake8/d' Makefile || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   emake offlinetest
+}
+
+python_install_all() {
+   doman youtube-dl.1
+
+   newbashcomp youtube-dl.bash-completion youtube-dl
+
+   insinto /usr/share/zsh/site-functions
+   newins youtube-dl.zsh _youtube-dl
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins youtube-dl.fish
+
+   distutils-r1_python_install_all
+
+   rm -r "${ED}"/usr/etc || die
+   rm -r "${ED}"/usr/share/doc/youtube_dl || die
+}
+
+pkg_postinst() {
+   elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
+   elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
+   elog
+   elog "youtube-dl works fine on its own on most sites. However, if you 
want"
+   elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
+   elog "On some sites - most notably YouTube - videos can be retrieved in"
+   elog "a higher quality format without sound. youtube-dl will detect 
whether"
+   elog "ffmpeg is present and automatically pick the best option."
+   elog
+   elog "Videos or video formats streamed via RTMP protocol can only be"
+   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
+   elog
+   elog "Downloading MMS and RTSP videos requires either mplayer"
+   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
+   elog
+   elog "If you want youtube-dl to embed thumbnails from the metadata into 
the"
+   elog "resulting MP4 files, consider installing 
media-video/atomicparsley"
+}



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

2021-03-24 Thread Michał Górny
commit: f510ad88e848c43b01196c660fdba8ae5f7e7386
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 17:27:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f510ad88

dev-python/construct: Bump to 2.10.631

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

 dev-python/construct/Manifest |  1 +
 dev-python/construct/construct-2.10.63.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest
index 60a84e0d1a7..9fa1d628ac1 100644
--- a/dev-python/construct/Manifest
+++ b/dev-python/construct/Manifest
@@ -1,3 +1,4 @@
 DIST construct-2.10.59.tar.gz 1185999 BLAKE2B 
35c861d5d4f5d68a158f25cffccda76621e0fe901e5f8bdf9c0aea61e3ddd2174c71767601be3533092a6a28748597cd1a044e4721436748b9a2dac81b81b41b
 SHA512 
bf5867efdb9e1a27ddede6844f5f3466714e38dd97aae09c6990582989801605eebf90099fb3a0ab78deaed4f3b6be38421b635f6332461efd033d5fb8c2c1af
 DIST construct-2.10.60.tar.gz 1185983 BLAKE2B 
e263c15db9d8055db854508f767906e51fb260c47e2df17e2786277a3ed66e9a8599f21299b21d0629997c6ce2afd7651e18aee4c7f22d3e38bdc5db5bd53bd4
 SHA512 
597e4fd9f0264450fe221e100041a897d25794bea4dd5cbf5f58df8a0829a34490daff10764e6329ade165df631ddce661dceae4417d8f55472b2fad2a53e53d
 DIST construct-2.10.61.tar.gz 1185872 BLAKE2B 
03eb83b707f607f65f13f6430815af3f91f728e133cc1a889f4ff37e34b249cff8f8b13ffb764fbffbba2bec699ce94173e3b80498c42f8fc7628a125b659188
 SHA512 
dd25f9646d55c4914fbb506b795dced01a5a2d58a9d8378ceaa4d5ba666c9547e96f7a658e8d521ef9a3f53065e89b90e0c8560bc2eb4095b9ff8077b840eec4
+DIST construct-2.10.63.tar.gz 1186101 BLAKE2B 
c0996f1228f36679d58ca931b27abb0b62da989d1554763295cf56086c9e288b3a02a4de23cca78a726a84c6483581662b01c8eb516d59a165b38eca8cc150f7
 SHA512 
6d3202f4c98f9c14edaf0c3ea90875eb43c9e3ca454f54a2fe3c6d7810957781a0fe95c60cb6b28445ab80a9ad3ae52c4a397cf9b3531f42d1cb443564427a9c

diff --git a/dev-python/construct/construct-2.10.63.ebuild 
b/dev-python/construct/construct-2.10.63.ebuild
new file mode 100644
index 000..8382a5e82e7
--- /dev/null
+++ b/dev-python/construct/construct-2.10.63.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A powerful declarative parser for binary data"
+HOMEPAGE="https://construct.readthedocs.io/en/latest/ 
https://pypi.org/project/construct/;
+SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/arrow[${PYTHON_USEDEP}]
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   dev-python/lz4[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+   rm tests/test_benchmarks.py || die
+}
+
+pkg_postinst() {
+   ewarn "Version 2.10.x has significant API and implementation changes 
from"
+   ewarn "previous 2.9.x releases. Please read the documentation at"
+   ewarn "https://construct.readthedocs.io/en/latest/transition210.html;
+   ewarn "for more info."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-xray-sdk-python/

2021-03-24 Thread Michał Górny
commit: 741a3287bd5cccd9d82f3628e7f6e7e59819ad00
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 18:05:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741a3287

dev-python/aws-xray-sdk-python: Bump to 2.7.0

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

 dev-python/aws-xray-sdk-python/Manifest|  1 +
 .../aws-xray-sdk-python-2.7.0.ebuild   | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/aws-xray-sdk-python/Manifest 
b/dev-python/aws-xray-sdk-python/Manifest
index 92b1d0a752f..7205c4b9e79 100644
--- a/dev-python/aws-xray-sdk-python/Manifest
+++ b/dev-python/aws-xray-sdk-python/Manifest
@@ -1 +1,2 @@
 DIST aws-xray-sdk-python-2.6.0.gh.tar.gz 255978 BLAKE2B 
f43204a25027d0ec135222879bf9158aef65ba5ca948e734be0b984d8f2582741bb36d9ae0a874dffae6ffc5209e25fa1c69069c261256c3bee71a4fe717411c
 SHA512 
17a4716467b7f6dc2912d969143e0b7c8c0b9ab15bc57f873ec415876ad2080218c3c526f4aa2c1bbf4d1caaca62eaf122c87debb45c925fd84a1bcf00ab741f
+DIST aws-xray-sdk-python-2.7.0.gh.tar.gz 265934 BLAKE2B 
f697c2bbe21db4b20b200ba9e9c264df81e3a6ff64d73639756d8f51a1abe0ecfaf1b852a3befde535757dfa3f75348e2eee1d5124147f04d11f5b5f20976b95
 SHA512 
d9ff1a190e5503f904258ac47cd7b1c686a9c74d0699f69f053df19ec7ea197da1c9c29a97624ff0758346a0dca9e3a292bf54ba3f340fcd392248602a85bfd9

diff --git a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild 
b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild
new file mode 100644
index 000..48020d8c7b5
--- /dev/null
+++ b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.7.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="AWS X-Ray SDK for Python"
+HOMEPAGE="https://github.com/aws/aws-xray-sdk-python 
https://pypi.org/project/aws-xray-sdk/;
+SRC_URI="
+   https://github.com/aws/aws-xray-sdk-python/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/botocore-1.12.122[${PYTHON_USEDEP}]
+   dev-python/future[${PYTHON_USEDEP}]
+   dev-python/wrapt[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/bottle[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   

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

2021-03-24 Thread Michał Górny
commit: 5346e6925967715bb544a97943ed0d6353698e52
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 17:26:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5346e692

dev-python/pyflakes: Bump to 2.3.1

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

 dev-python/pyflakes/Manifest  |  1 +
 dev-python/pyflakes/pyflakes-2.3.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/pyflakes/Manifest b/dev-python/pyflakes/Manifest
index 3475fc42ad3..7f792e8b2d7 100644
--- a/dev-python/pyflakes/Manifest
+++ b/dev-python/pyflakes/Manifest
@@ -1,2 +1,3 @@
 DIST pyflakes-2.2.0.tar.gz 65307 BLAKE2B 
e48e0cb0497f90b6482c0fd08c182d766ab50755fe348352df510841f4ad43f7c1d6486753ce774603a3624f49c9b0165ad930bb1451ef30cf2e828d732e0652
 SHA512 
6a411efef261874c216b71bcb095412448a8cbeefdf7fa5577d4f4edd48a4a740a4433665e87e5dda2c08fd9ee3bfb7f134f56c7523e1303243edfa92b0ccb35
 DIST pyflakes-2.3.0.tar.gz 68452 BLAKE2B 
b108dc79ce916e1d1c05b13a167b11bf5350672f5513d6642c0c9f6b46a46d558acf1cb5035f6d987a10087242f2e1040d271c4270d1f510156883d37a7c658e
 SHA512 
e65e534139b7739e742eaa07e8803387f20bba0332247688c864ef8fab74d5851c68e9705cecae158c8d178ddbb08d54aea7ce77910979be1cc3fea57687fce4
+DIST pyflakes-2.3.1.tar.gz 68567 BLAKE2B 
0eee1eb87bf1dcae68afcdb250644aa8a1189ca3d8d22608e25727bf01b94465cceb6c65be669b18779434c8879594dd92cfb3a108b7aff584cfda788f6e2f4f
 SHA512 
85d3a2737d31ed4b5f4c2e3621759a5951d1320f95d74313fec09fa551648105b3ab84db94f7bffe5b77623e4adbea1d8ad12b9ce2fee7e81c41581a3ea81cc6

diff --git a/dev-python/pyflakes/pyflakes-2.3.1.ebuild 
b/dev-python/pyflakes/pyflakes-2.3.1.ebuild
new file mode 100644
index 000..160f694fe25
--- /dev/null
+++ b/dev-python/pyflakes/pyflakes-2.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+# Uses pkg_resources
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Passive checker for Python programs"
+HOMEPAGE="https://github.com/PyCQA/pyflakes https://pypi.org/project/pyflakes/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+distutils_enable_tests unittest



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

2021-03-24 Thread Michał Górny
commit: e461898acb06a3a6a9986bf8acef3cfd1796aea9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 18:37:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e461898a

sys-kernel/gentoo-kernel-bin: Bump to 5.4.108

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.4.108.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index ea5abc12864..860cc72da05 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -34,6 +34,8 @@ DIST genpatches-5.4-108.base.tar.xz 3195852 BLAKE2B 
9ddc7aceb4ccc71a9a479d67b819
 DIST genpatches-5.4-108.extras.tar.xz 1772 BLAKE2B 
470e18f95432cf133e75508d5f0bbe2b22a464e1e398165b9986a138a1a396ca729d5652c36885948d7a3b1cc22dee78bb2690b99bb370bd0718a70c7bfa95ee
 SHA512 
4d01432cbe8303fb1234395f7d06855c14f3acd6854a8cb38b5cac46f001d2ac71d69a9829a9b927da5ecc1d8cdaf4355e95eb9b5105181d91ad5ec0b106f6fa
 DIST genpatches-5.4-109.base.tar.xz 3231408 BLAKE2B 
3823cb07dccb45ac11ca7c6cd19db8828f6048c18f66d81f232048fba774cdec93300f4a3fc60262a4a19436349626c1acb55a0e59b2b149816460a8dd38c8ea
 SHA512 
4598f94943024e64ae95e56c0d34e71420c1ee1f38db7ba2028bd52b493469f0380e81952ecfb22dcde1d16fc0c182d27c2490d07a5d7232426b22cf03b0ea4b
 DIST genpatches-5.4-109.extras.tar.xz 1772 BLAKE2B 
a8a73fb000874269d37e9240600a2372213d026e74a1b5386ed688d9b35bc2535888a75aadc8760122f77d7b281cd859d3d2e0db31bb57078fa9abf4ceda705d
 SHA512 
034f678e9d5b5e919e4e981e11d25187c97fc76cb787bc38fe1af3fdc6da6648d3e778c483cb1a57f862d69baa40ce5ebc1494bb945b95969985782bfed0044b
+DIST genpatches-5.4-111.base.tar.xz 3256780 BLAKE2B 
fa7af9b2cf10f383b81a8b9cadb2183a8f0227e00fc1214bd0e25df8bf58b0d0578024af9f6df6842a51b7ef7e6d7bb9b61577b38216d59113b53774e66bc681
 SHA512 
a9831a943e788fa479a481723f231b7610d37606ffb3af703906d88f52870159772f9ccfb96608c390af26f033b1b6e948e6cf7d09612e2e4f42414561fc036d
+DIST genpatches-5.4-111.extras.tar.xz 1772 BLAKE2B 
d27e2763c7e802ebbcce7e9ac6207a6e73d8d710873d4c4a53d0bb1db973904ccc8a17553d6916eb3211036cb6f2bf30c80864f1339c9e194187dd5cb5ac3a7b
 SHA512 
c38e92e22a5a92af06eef3176ab793ad9e85332dc8e37ac2d32a86b22bd072c47e45d13a7abff9fd6e864c2c063676c5fdbb7e94732f431a5a390b9597da75b2
 DIST gentoo-kernel-5.10.17-1.amd64.xpak 64346939 BLAKE2B 
3387154f735f5f6f50df4fd236c65a1f7c0b4c2257f637bca75d6569c5ac2f3d841828ee94b0072e3edfad947487157d9c42c3add280e97786947fbd305e851d
 SHA512 
7572525cedbbce2d5a2478ab50afac686b01a213af110a570d514c6a7c439e5f5957fcd95c643db3ce1201c50944f649a10a38f803cfcf7d3de1368847c2
 DIST gentoo-kernel-5.10.17-1.arm64.xpak 59606648 BLAKE2B 
444e43a12a94310b00ed686d3225b61284207f93995bc75375d66435ba22cde42a1882fb1ff7479f1ed6ba369c509de11ba453a945f6608de83b1f121a5fb4e2
 SHA512 
998cc8342ab5e68f74a80ddf6f1fea68a618139492f5c078eb5c1619611f5635a0635ff362f9414c9518011868bd0f3bf12f110e5e5717e32c728e5f369a6b50
 DIST gentoo-kernel-5.10.17-1.x86.xpak 57292329 BLAKE2B 
824b77875aa1336fff7b9f054f837904462c429b625a5085296dcaeee156c2d794242fb35d2d0fd20fb6e8230895bcb5a8b334f04b86034c0818bc0b740f8b66
 SHA512 
bde8d238b592f7aacf63f3b4464790d3df5901bc772850ec991957c849b634790665a2b9affd0484107017d909a45eb6634a0c345b73bd77274c3101432bacee
@@ -95,6 +97,8 @@ DIST gentoo-kernel-5.4.105-2.arm64.xpak 56452913 BLAKE2B 
40668123ed047a7a5e5d848
 DIST gentoo-kernel-5.4.106-1.amd64.xpak 61146719 BLAKE2B 
eb8ae4d9042e3ad9e69a5fae488763964c257e7a78f3b08b8d7b8a313bcdb48e975c4116c9b8e68be42c45351e7035e6ab892e155600a0ac3560ae54f84f6170
 SHA512 
b823ec881b83f42e54e2b393ed5060d84a7dcf9b7ed3967dc43124a88548f834c3eab56a679b8277d3427e9e05601ea3b06e218fc9923b5aa39bac09774194e1
 DIST gentoo-kernel-5.4.106-1.x86.xpak 52989825 BLAKE2B 
fbcb31f68a1a03d1395e66c5491e35006ef642090d1c4b14892eb43d56b818663e40666ead8dcda0c0b7814739b41e3c4fa27c3d9a7ddee05a652f3560a1e3a2
 SHA512 
ad9c927f9b4311921de6c59706c84872a7d3955dbea393c11179504a730a1495981b473483e44ea204b003e6b8fd11b7bb6198c642b79191d39d04dc2878147d
 DIST gentoo-kernel-5.4.106-2.arm64.xpak 56398328 BLAKE2B 
7e35845e10b6e299e951886ea8821afc700d89cbfa0552e28a50b0078c3a44750246b8c77f0ca409f7162a200ad7110eefe3853754f23a54506945194ea9806e
 SHA512 
c45278caa7e4e6212643ea87029c7a60522308d65547be87276eb391af0890dc602c7c4c34f17406679b6763a3d38bdfde1e7d90f7daabb03d3316f773645a1d
+DIST gentoo-kernel-5.4.108-1.amd64.xpak 61175107 BLAKE2B 
75b91a1bb41642cf4bd6dc193a802c220e8f2dedb640f23dfb0d1d994d724061c69d4356a78e1c5618236d98513c026dedf662b203ea4f08ede7128272653e4d
 SHA512 
0ea1e7a04a3fb756e6e91dfcf7450c32036283d67d660c63d292849750562f26e69c2771b50308bade8d7a65bcc28e820eb0ffe781f981d3e13b6e3f0b17df7f
+DIST gentoo-kernel-5.4.108-1.x86.xpak 53014350 BLAKE2B 

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

2021-03-24 Thread Michał Górny
commit: 5236b17748c525560dc274f9aa430fa183d53cad
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 16:07:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5236b177

sys-kernel/vanilla-kernel: Bump to 5.11.9

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.11.9.ebuild| 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 6a9b8fa201c..e32473d041f 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -45,6 +45,8 @@ DIST linux-5.11.6.tar.sign 989 BLAKE2B 
67e8146202297bab466a41532c824b4aebd2a07fa
 DIST linux-5.11.6.tar.xz 117637692 BLAKE2B 
c94885a274c835ce13e109aed4307831a1e57283c2e475dca1fc9c3c0cce97ad599e485b0413dabd182c5d48f9e5e30d071c3f9dcd0d6954e1affe0014279024
 SHA512 
52761568a81a4f2c8fa7e2ecd4a8d1b4657fc4fd9e31b3d0ba1d65a5ea968db16b0c77e4ae05ddef084f49f419899205b7658de1050b970670ba3111d9c49abb
 DIST linux-5.11.7.tar.sign 989 BLAKE2B 
17f901de195cd073449eec6ddffd0de8ca917de6aa5a327a67a77b8880f75d05255661d3806be993afd825b4feac15339e5ec898b72e5ca186aa280a1d05e15e
 SHA512 
38cb882e7f8256a3390886c529e93d755729f2a958739ea88b9cfa1bcdafa556cc2e0b9d5150d2d55edca6923dbe8b081c6dd7bb98689db85a96b3245d9d3310
 DIST linux-5.11.7.tar.xz 117629424 BLAKE2B 
a89e158b22c55858cb77d8ad71b6c7a31786973461ed04e09c87e7e59545b4ba5ad43f4d5bab7687d6b82565874ce06f2106f0842cf00a6e1c85cd9a1faaa218
 SHA512 
1cbbbc65b5ebeb49e3e3d08ba1739c11447cb089994551b559a94de7cb72b308161ba176ffbcf486ee89b0de5cc9460ff02af245ad4b19e104d8fe221a56550c
+DIST linux-5.11.9.tar.sign 989 BLAKE2B 
4c88424c4612bb53cb6df846ba5379a728759796e24ca3c7d0dd9fbbdfe8874dc656126f594bb78b575aeb73b0c6c748328f0069cee98968c93135a6567ce362
 SHA512 
4698fcc87236bc61e77134b3569071f40d872d1c1e532fdd4f48132d6bcb4db61294422551232fa31a1d0631679da8675e1765d764b588a62ff35f9a312c769f
+DIST linux-5.11.9.tar.xz 117637496 BLAKE2B 
356efa4629b2d9e9ab6ddcbc832a336e399e3aa20f26490633f0bf90cb9b67b94695035617fbc8b4f0f78f42f1d8fab10198871dfe76cb8fc7a7f5e4f6fcca54
 SHA512 
a79473dd868371e0f81a5700115c1f7278e6e9b40f3b2f1be2085dad8965841c4b575d8a7bd310a941d60e0635b7ae8b4d0bf2adc855378abde8f3cbea9c2385
 DIST linux-5.4.100.tar.sign 991 BLAKE2B 
f1442b1523de568ed757ab3ba89d571b0c5d85a192718a85ec72736858c0025b09b0d22eee906d4300e41a8f24ab8d56eb0039ba0b46b63b049a16c8cd65153b
 SHA512 
7e7e298917a6167aa9d3a61cd1423c5fad89fad06f66c1ac01277aba7000dcbb1558f978644558cc79b57d70b677016077f0f4cdc3eaa69e39cda75b0d5b18d7
 DIST linux-5.4.100.tar.xz 109081252 BLAKE2B 
2647a326c55050c3f0340c2e7ce98761e8bc3d5900c74785eac779295ba6e84d99d65a2ba9ab575fb412bd5caf6db6d25b32ce9b10373cb3879de2cbafd861a0
 SHA512 
8483e34ac7ac59903d51ef2b5607fa2608a824d0f95548f3c8eeefe9a6b4be3bef44865df68960feacd02ed7bc8dbbb1625f0bb8e6626bbf096c2a0db474998a
 DIST linux-5.4.101.tar.sign 991 BLAKE2B 
f10908550c9ebe18dcc06839046ea215d5fa91cef48180836c2582a3200852dd005e39ff5ed6b203bc5ffb4098018fe2437d363ae84404370a9f40e8e92d446d
 SHA512 
bcae0baa578b248d21b270106b5ba0b4ea23f383a24086ba04d7433c2df534ddac9f2373383407637cc3a8e81d14e3f5407dababc3b01333bbeafd36101e2f54

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.11.9.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.11.9.ebuild
new file mode 100644
index 000..647cc29e2bc
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.11.9.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.11.7
+CONFIG_HASH=ee22e4872dec1ab1f08fabe765e18b945ebcc29e
+GENTOO_CONFIG_VER=5.10.18
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

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

2021-03-24 Thread Michał Górny
commit: 3266b214acba23bf7f7a89cc1efad5081df086a0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 18:38:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3266b214

sys-kernel/gentoo-kernel-bin: Bump to 5.11.9

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.11.9.ebuild| 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 860cc72da05..484c1c7f508 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-26.base.tar.xz 780252 BLAKE2B 
d3da07e58183e25210b0a14dc5cdb
 DIST genpatches-5.10-26.extras.tar.xz 1772 BLAKE2B 
d6e02010a72510e5c18b80102f2383002acf45b645c34d35b31234d6da9ad7b38ed70837bfbb3563c9c3871121ec4638bdebeaaaf225b3f3c6d50dd30ba30547
 SHA512 
8e1c534b5160553f0fafe542953a3f229082cf541f744038831c2aba1cc061a8ba14713155cb98245ca99e62514619ab6969bd8f61c3886d65c65b67e410ff0a
 DIST genpatches-5.10-27.base.tar.xz 862992 BLAKE2B 
6b8e6bc6b1a1b9b07d6de58f38efec32272c6d5d4b01ab9761821b9ee1d45fa805c504b2a6e6755a03558138fcb098113cddb0da349a811ddfb8290b8206b451
 SHA512 
c9290804d54af33212bec8ef1515cc8162226a949b7043fc65c9b73261c06c61d65df1a6ba5706cf3a31d80acb659a7046c722612cd4868f1fa19e3799be8047
 DIST genpatches-5.10-27.extras.tar.xz 1772 BLAKE2B 
ef13bdf8726981575e0c123f198ae7fe93172ae6deaafad5df08e61eb57af5cb920853fa3bafd29e20433368372a11cc1c6e13fe95bff893776f5267ffeded67
 SHA512 
b75bbc811ae2998ad0b3a56dabe1d84437753c33b5c584c73d3c3e90af5befb91856efb331c5a3260de2c26d5669006bed8ed453374e39c125dd493b40f0abdc
+DIST genpatches-5.11-11.base.tar.xz 410528 BLAKE2B 
cdc71103e3cf40231cddb71f320c10cb2f948636fd48d1d1df66d6cd535b2f291f22a7da0db9b8fea40e64ad503abe4542506cd928409cf1ac0c8e0944a44435
 SHA512 
451628c197f3544438f41fd5a604d451981c4e352ea40a53b60492b6f1b57438281c00b0209064cd7a46b57a70ae307a2108549cebef8574955fe0b66d277fc9
+DIST genpatches-5.11-11.extras.tar.xz 1772 BLAKE2B 
aa1f6397aae7927d1aac1d29e98d8535b6e8f7b2b6b2009594497b846946cb5dda2dd3dac69a1f29989b54aa2ef9e2879418145a525865179f32e7ab76987e66
 SHA512 
a72b4fb93e09919aadc9c1d306d3817135f3e4160e1b10f69367e3cb49b1502706dd9cd6e399945f946cbecf047d53f8100459acda04dce231890fe9fe212a08
 DIST genpatches-5.11-3.base.tar.xz 11280 BLAKE2B 
83a975b07b3e04e19b008e5a5c4f08fa551b3558b68afb800cb3c886f782a21950d5ea1029b631a6caa2658f02e7ae819e8d8c137a076470120d94deab99e524
 SHA512 
0a8b19f888af853e6a12aff9d6675f7a9977fef92efa19e69c79a6325fc1626efe7aa9fec8c42ee65ba29f0757b166567679a54d0351f19ea502183e92a63ac5
 DIST genpatches-5.11-3.extras.tar.xz 1772 BLAKE2B 
165d5928e6afc65544392186737efd1df9e1179591ef7edd85a1868971ea76016161a38a615e9e692c4515fe7fc19424a0cfd01420b5ec57a60c8d1d2d223cb7
 SHA512 
c74015c4e1b824c61db9e9deca6b30a839ae9a8fb5747cb6c46e2af99a9221f11bb971099554107bbfc58ea5389d96e810f9cf8e55d0bcc16a093eef941c6ec8
 DIST genpatches-5.11-4.base.tar.xz 247120 BLAKE2B 
64e8bb77aa399a797a9dd9726ba51a00ec43d850504680c52b9fe3ebc1277e1e2216a43719bd79b12e3267171f1031feab5adffc35bfffd87f91302b9f8714ee
 SHA512 
9480fa377439c010f6aaae8c5ec6a512070cb30bb6171e31617dbb24ef54687d13bddf4768c5652d8e8c640d4c6b9c85fa0b434d8634d58154ee205db2c1cf28
@@ -76,6 +78,8 @@ DIST gentoo-kernel-5.11.6-1.amd64.xpak 64926961 BLAKE2B 
3134919e40bd922dc334999c
 DIST gentoo-kernel-5.11.6-1.x86.xpak 57886583 BLAKE2B 
6199bac90efa9c4d9db1b69151ddef53152406a8e8e3a67124dfef3abc4334ecfa387f70842c10751ff0b41efe9efdaa1aa0db675c86fb6b4f41f90ad597b3d4
 SHA512 
546185317fad3bac4e2908c9685b357cbdfd311ad4ff378b1d99c2b0212d4a5a68c8148efd48441647363d087d223a87ca2b7c8e6a4286513ca9eb9a74d44c72
 DIST gentoo-kernel-5.11.7-1.amd64.xpak 64458248 BLAKE2B 
119a8440af915cd2b6040b6be0905614632bd6f99fd9f0d8cb3d3694e2a9720fd2b3623f5572441b570c1a46f1a3f49985a4c2f66107d327ad95761afcb6970d
 SHA512 
4b03ee42ec8e25c286e85283026e3284509a689d1b91f1be3ec6312a8a85382a5718ca8f1c8708ec57118d2884bacf3d456c7448552390a98caefe16124afa4b
 DIST gentoo-kernel-5.11.7-1.x86.xpak 57450576 BLAKE2B 
bce3c47f76d16da2b6865a0f890d34ad6b4cc9fb0e129c7c458e1aa33e2110d8633d3279ce8b50e3d012acda8e219c574c9d952f98c2b773d0a8783224af5223
 SHA512 
76dcf77c7f46706c44f21e975cc96aa48037631ec4349e5dd15b9488fc28b299ddf75db2f2c2147f64a32eb37ed7682c553d0a6b9940a89c70e227a097d7f00b
+DIST gentoo-kernel-5.11.9-1.amd64.xpak 64496821 BLAKE2B 
dd1ec40c2ec9fda3670acb5386068ed6b816b5fec35086bc8885b20c777ddd2df5a049416584a95c9471a7ea93eb4034987d4d64a66c8fa623b333ff2b56a087
 SHA512 
ee6b5218d554bcfa2f61c863a4f01a996db36122239fd1ea2515ceb9aba8a70e23ceeb3403137b810b9fee50a00c561dbf802f87656cfb921ac77b7060018fd7
+DIST gentoo-kernel-5.11.9-1.x86.xpak 57459994 BLAKE2B 

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

2021-03-24 Thread Michał Górny
commit: 7e76bccc3483ca9981b03b533dec8fe0036662c1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 17:28:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e76bccc

dev-python/fakeredis: Bump to 1.5.0

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

 dev-python/fakeredis/Manifest   |  1 +
 dev-python/fakeredis/fakeredis-1.5.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index da5d1c5cd15..d7e1c8f036c 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -1 +1,2 @@
 DIST fakeredis-1.4.5.gh.tar.gz 66197 BLAKE2B 
f0f36d1e209673f7722849e835c2a33fac9f7e8bfb1294ecf2e69478295f14af514d0fc4a5732a20ce099333b136d682591fef031ce90d6262fa8c9025cbfa2e
 SHA512 
e16ae5c5947a924b0c9c40ae68efebad5cccea9f88d1b5c3f1677e1ccb8c1fa75dbafc9b413c2359b774f3043c387ff91ecd4e2e21204036883175944338d59b
+DIST fakeredis-1.5.0.gh.tar.gz 66371 BLAKE2B 
da9a961b9e163ba8221193c9c353f17bd23a710bd105b4fc6b9249a857828ece0b3551e3890818b0519f96aa9691166658332c25b796b22827f0951d3f50cebf
 SHA512 
5bd4965c36abada4b937b635318d58e88ba76d30ff577b0f9b9134a94a3407a8c0e92d953e6b5299cabfe11ebe5a785e9d75406e8a07a4257674be64f6b8cffb

diff --git a/dev-python/fakeredis/fakeredis-1.5.0.ebuild 
b/dev-python/fakeredis/fakeredis-1.5.0.ebuild
new file mode 100644
index 000..7c66ea7651c
--- /dev/null
+++ b/dev-python/fakeredis/fakeredis-1.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Fake implementation of redis API for testing purposes"
+HOMEPAGE="
+   https://github.com/jamesls/fakeredis/
+   https://pypi.org/project/fakeredis/;
+SRC_URI="
+   https://github.com/jamesls/fakeredis/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/redis-py[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/sortedcontainers[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local excludes=(
+   # tests for use with aioredis, not packaged in ::gentoo
+   --ignore test/test_aioredis.py
+   # tests requiring lupa (lua support)
+   -k 'not test_eval and not test_lua and not test_script'
+   )
+
+   epytest "${excludes[@]}"
+}



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

2021-03-24 Thread Michał Górny
commit: bcb47c75d199fb36aabf7936ac94694c57c0e827
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 16:05:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb47c75

sys-kernel/vanilla-kernel: Bump to 5.4.108

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.108.ebuild   | 108 +
 2 files changed, 110 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index c5ac446635d..6a9b8fa201c 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -59,6 +59,8 @@ DIST linux-5.4.105.tar.sign 991 BLAKE2B 
797d4d2e1b23e740c45113aa82a138d0632dc7e9
 DIST linux-5.4.105.tar.xz 109086968 BLAKE2B 
5a575d3fc8e7f51eeb244194a7e947dd4bf72890d7a4b90aa77f49f1b7c6c9d79bb03d68275608820642af6513402dc26f2179941f311d6357b722983000c457
 SHA512 
423be7e90bf49a4afa7f6f3dc8a8bfa9a1691b73ccdc081bf5bcfe0612a084b8cb37acdab77a480629d786cf6d66d48cbed84d505bd27d6f4d815934010eafe7
 DIST linux-5.4.106.tar.sign 991 BLAKE2B 
06dc3b61daa4e5073b0f0d0b51b3f11ba2e27b59466a1b76a9ba1ecdf7ba884271575060dea8944f56380cf7f53fa9b785b8036c10d33f783ef32607beaa93c8
 SHA512 
d699fdaa8a4cce5ebe29dff5d4261797e9aae682562cdebf7017c0f9cee63b4c900e1955d4481ddd2b0f547eb989c12462684dd64299257621be8fc0967716a2
 DIST linux-5.4.106.tar.xz 109095288 BLAKE2B 
5ae482c8ce2307350c7e5128a3ee416e3cec847dfe85ec849fab90543476c7f5d6121d65142bedaeadf24b98932e113aeeb85ef2a54e5d0eb93b4b17b434d41e
 SHA512 
2944ecc631be58c62db28ae7203458e5fe9619931dced8f7f2db3ff861db667476f4b20f7826368f0d676a2025e7de4c86ce18684160bf16280db746e5097097
+DIST linux-5.4.108.tar.sign 991 BLAKE2B 
a85d0c5a613ae8653cce1b1665064be4a9df20b2ddf216bb7dd99966e500422f9e1abebc4975c855cf75af269869486b2b900d1cfb499e26de286ed6a8cd528c
 SHA512 
e054078518a82103e072cd77162495b27f246336a026bbbd0dce7685844b47aa18d51c161e299563d268051743c768cceb2d895f702eb9a90c34595afeef9685
+DIST linux-5.4.108.tar.xz 109084048 BLAKE2B 
6dbff4dbb0f3383068ad4eb781b079d344b0d3ad2b0090f60b78d52e25bb4a5b95a50b75b8eaeaa3eb0bfddb166df1b68107c9ff4049aa2b0f837f23554a8a8c
 SHA512 
06ba8a30605e8ac6c840b443f3b776000a25a08018d255a2f0d9a7268cbfcf830bd68d7b248fd1d9da34209ce7ad43351511a082d37da6fe3c29935ceed4a9e3
 DIST linux-5.4.94.tar.sign 989 BLAKE2B 
779a725d0164c98bf2ebc0590af693eebb6fe71837e0f8642b376fb0fa4bc893e8c2b52a16bd0c1cab7aaff4295f6bf31b8fdb7c2d95bd8601eac74925e2211f
 SHA512 
85ec9c16642aac5640d0486ba704b787e2e4156fccdf80f4d538b4d6524c914b64e6ba1d52bdda15b3601faec643d6656fa2cf57976a9afaff5265f9dea840e0
 DIST linux-5.4.94.tar.xz 109082512 BLAKE2B 
fac6683453e41065760cbdd170ea4a5f72778e39807389d2f4c4dd9165dc1727a875ee26e6e440089ec2d8e8b4dca9fa1e1dc02a9b217cada700f9a118ae7613
 SHA512 
2d9f0feeb9ba6871d31c8a5e281c8e3eed99ce7da3af3be4f222db37f082374f852021a5117a994c8cc37681e5f335329c9e430e7edb835de801c901765a505b
 DIST linux-5.4.97.tar.sign 989 BLAKE2B 
767058a0c491aa1435d5dcd25d5f26ed1dd283cbb903063d00020e2a5e7a2a965b7774df3fe4e5484bb1c76e906e9622057f60420d9dfe31a5305d85b15e2d1e
 SHA512 
09fc4efaf777d12cfeb61e7d24651ca68461c108666be90bf216ee5586cabf47976d60451f8cbdb636ff3f3a4b66b84edfc0255b26d3589f918c22aa394dd76a

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.108.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.108.ebuild
new file mode 100644
index 000..0a544ed3617
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.108.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.89
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+ 

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

2021-03-24 Thread Michał Górny
commit: 7c3ab05cc9e6b5a4b5990d06cd5dd16a97781aaa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 16:05:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3ab05c

sys-kernel/gentoo-kernel: Bump to 5.4.108

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.108.ebuild | 97 ++
 2 files changed, 99 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 4603ed0160b..72494415617 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -42,6 +42,8 @@ DIST genpatches-5.4-108.base.tar.xz 3195852 BLAKE2B 
9ddc7aceb4ccc71a9a479d67b819
 DIST genpatches-5.4-108.extras.tar.xz 1772 BLAKE2B 
470e18f95432cf133e75508d5f0bbe2b22a464e1e398165b9986a138a1a396ca729d5652c36885948d7a3b1cc22dee78bb2690b99bb370bd0718a70c7bfa95ee
 SHA512 
4d01432cbe8303fb1234395f7d06855c14f3acd6854a8cb38b5cac46f001d2ac71d69a9829a9b927da5ecc1d8cdaf4355e95eb9b5105181d91ad5ec0b106f6fa
 DIST genpatches-5.4-109.base.tar.xz 3231408 BLAKE2B 
3823cb07dccb45ac11ca7c6cd19db8828f6048c18f66d81f232048fba774cdec93300f4a3fc60262a4a19436349626c1acb55a0e59b2b149816460a8dd38c8ea
 SHA512 
4598f94943024e64ae95e56c0d34e71420c1ee1f38db7ba2028bd52b493469f0380e81952ecfb22dcde1d16fc0c182d27c2490d07a5d7232426b22cf03b0ea4b
 DIST genpatches-5.4-109.extras.tar.xz 1772 BLAKE2B 
a8a73fb000874269d37e9240600a2372213d026e74a1b5386ed688d9b35bc2535888a75aadc8760122f77d7b281cd859d3d2e0db31bb57078fa9abf4ceda705d
 SHA512 
034f678e9d5b5e919e4e981e11d25187c97fc76cb787bc38fe1af3fdc6da6648d3e778c483cb1a57f862d69baa40ce5ebc1494bb945b95969985782bfed0044b
+DIST genpatches-5.4-111.base.tar.xz 3256780 BLAKE2B 
fa7af9b2cf10f383b81a8b9cadb2183a8f0227e00fc1214bd0e25df8bf58b0d0578024af9f6df6842a51b7ef7e6d7bb9b61577b38216d59113b53774e66bc681
 SHA512 
a9831a943e788fa479a481723f231b7610d37606ffb3af703906d88f52870159772f9ccfb96608c390af26f033b1b6e948e6cf7d09612e2e4f42414561fc036d
+DIST genpatches-5.4-111.extras.tar.xz 1772 BLAKE2B 
d27e2763c7e802ebbcce7e9ac6207a6e73d8d710873d4c4a53d0bb1db973904ccc8a17553d6916eb3211036cb6f2bf30c80864f1339c9e194187dd5cb5ac3a7b
 SHA512 
c38e92e22a5a92af06eef3176ab793ad9e85332dc8e37ac2d32a86b22bd072c47e45d13a7abff9fd6e864c2c063676c5fdbb7e94732f431a5a390b9597da75b2
 DIST genpatches-5.4-96.base.tar.xz 3031600 BLAKE2B 
9ba35f7958842a1fd4c9a7e7d3666ea1339ee5fadde6b771b78f67a8bb27c07e8dad8498e9b85fa0bcfd641f5aef9641793a02061b03becd372ea86245820895
 SHA512 
3edea8a4fc2a29e0f989089633256b270589ad77a225f3cef6e414c5877de1be8a4d5d9da28bfa4fba848f33ee322c4f01befcdf384c9271c97c90e2e2d3ad39
 DIST genpatches-5.4-96.extras.tar.xz 1772 BLAKE2B 
f33c734139f65245694d3cb98712733a901e89c79d05fab03de42d82d6e45ed3ec41ab4e17f2cd20be2ec31d469cf02a5efc7bad93832c67d3ad0bbf147b07e6
 SHA512 
8b7d6d058906b9c9afb7addba0c3072d70758bd75ea2989787beab5a3a83725541b4084c34cbb1e90b6cc8bb323a002dfca7065cc88fc834891f04397caa645c
 DIST genpatches-5.4-99.base.tar.xz 3064716 BLAKE2B 
f71d76c88a9932d3b0e1b45d065fa0946f36a3100e3b59c5ce4c373519119066973067e4bb74d094cd5b79e689affa4615faf40da75a730b62df2259d3361c43
 SHA512 
833a83d7aecb1a216783fdf57e0fda342fd481c74166d976326a8333dfb2a13bd61f1b20b749f17b3498756b6134f8538a971507427f4e955bc9128742a3be5f

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.108.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.108.ebuild
new file mode 100644
index 000..103fdd6ce9c
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.108.ebuild
@@ -0,0 +1,97 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.89
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2021-03-24 Thread Michał Górny
commit: 5770c804b0cedd5a756c972aa78a7949781fdeaa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 16:08:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5770c804

sys-kernel/gentoo-kernel: Bump to 5.11.9

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.11.9.ebuild  | 90 ++
 2 files changed, 92 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 72494415617..796643b45bf 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -14,6 +14,8 @@ DIST genpatches-5.10-26.base.tar.xz 780252 BLAKE2B 
d3da07e58183e25210b0a14dc5cdb
 DIST genpatches-5.10-26.extras.tar.xz 1772 BLAKE2B 
d6e02010a72510e5c18b80102f2383002acf45b645c34d35b31234d6da9ad7b38ed70837bfbb3563c9c3871121ec4638bdebeaaaf225b3f3c6d50dd30ba30547
 SHA512 
8e1c534b5160553f0fafe542953a3f229082cf541f744038831c2aba1cc061a8ba14713155cb98245ca99e62514619ab6969bd8f61c3886d65c65b67e410ff0a
 DIST genpatches-5.10-27.base.tar.xz 862992 BLAKE2B 
6b8e6bc6b1a1b9b07d6de58f38efec32272c6d5d4b01ab9761821b9ee1d45fa805c504b2a6e6755a03558138fcb098113cddb0da349a811ddfb8290b8206b451
 SHA512 
c9290804d54af33212bec8ef1515cc8162226a949b7043fc65c9b73261c06c61d65df1a6ba5706cf3a31d80acb659a7046c722612cd4868f1fa19e3799be8047
 DIST genpatches-5.10-27.extras.tar.xz 1772 BLAKE2B 
ef13bdf8726981575e0c123f198ae7fe93172ae6deaafad5df08e61eb57af5cb920853fa3bafd29e20433368372a11cc1c6e13fe95bff893776f5267ffeded67
 SHA512 
b75bbc811ae2998ad0b3a56dabe1d84437753c33b5c584c73d3c3e90af5befb91856efb331c5a3260de2c26d5669006bed8ed453374e39c125dd493b40f0abdc
+DIST genpatches-5.11-12.base.tar.xz 437596 BLAKE2B 
18203256f36ac4f0dcc959b362130902c38b5c0b3c0d6109b284e4eb15e02c8fa2bd1db2ab03e3efbace6b50a21a928434372684d14563ffb9e63fcc772e3b28
 SHA512 
64c06e53f8e03d27de6c6e9d7d9beca2ece09644bb7baa4b72b1942168e957ad7714dc3b25c7d8f300a23bc952b78e9e86914e3fe6f8ad5a307cbaeeffea1ae8
+DIST genpatches-5.11-12.extras.tar.xz 1768 BLAKE2B 
b590414d965e422aeb00a1cf719f96133485b53941b15387d665affef08e7e67ff88380d667e2b95ad85abd0c2e3dd6ef67098e58d0536ec389823a38db18939
 SHA512 
f3af5e943766337eff397f94166eb173817a634c133938c596878d47b99a417bb8eec0c05fad9067914625dccdfbf1d39629bfba6ed5b82269ba468ccbcdfde0
 DIST genpatches-5.11-3.base.tar.xz 11280 BLAKE2B 
83a975b07b3e04e19b008e5a5c4f08fa551b3558b68afb800cb3c886f782a21950d5ea1029b631a6caa2658f02e7ae819e8d8c137a076470120d94deab99e524
 SHA512 
0a8b19f888af853e6a12aff9d6675f7a9977fef92efa19e69c79a6325fc1626efe7aa9fec8c42ee65ba29f0757b166567679a54d0351f19ea502183e92a63ac5
 DIST genpatches-5.11-3.extras.tar.xz 1772 BLAKE2B 
165d5928e6afc65544392186737efd1df9e1179591ef7edd85a1868971ea76016161a38a615e9e692c4515fe7fc19424a0cfd01420b5ec57a60c8d1d2d223cb7
 SHA512 
c74015c4e1b824c61db9e9deca6b30a839ae9a8fb5747cb6c46e2af99a9221f11bb971099554107bbfc58ea5389d96e810f9cf8e55d0bcc16a093eef941c6ec8
 DIST genpatches-5.11-4.base.tar.xz 247120 BLAKE2B 
64e8bb77aa399a797a9dd9726ba51a00ec43d850504680c52b9fe3ebc1277e1e2216a43719bd79b12e3267171f1031feab5adffc35bfffd87f91302b9f8714ee
 SHA512 
9480fa377439c010f6aaae8c5ec6a512070cb30bb6171e31617dbb24ef54687d13bddf4768c5652d8e8c640d4c6b9c85fa0b434d8634d58154ee205db2c1cf28

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.11.9.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.11.9.ebuild
new file mode 100644
index 000..d6cf6123b87
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.11.9.ebuild
@@ -0,0 +1,90 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.11.7
+CONFIG_HASH=ee22e4872dec1ab1f08fabe765e18b945ebcc29e
+GENTOO_CONFIG_VER=5.10.18
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2021-03-24 Thread Michał Górny
commit: e972aea0fd498487df7f7fb25a740a721616a735
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 16:08:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e972aea0

virtual/dist-kernel: Bump to 5.11.9

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

 virtual/dist-kernel/dist-kernel-5.11.9.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.11.9.ebuild 
b/virtual/dist-kernel/dist-kernel-5.11.9.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.11.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-03-24 Thread Michał Górny
commit: c5b9fac21920cbc22b8859723c3bc5f397399482
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 16:05:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 18:38:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b9fac2

virtual/dist-kernel: Bump to 5.4.108

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

 virtual/dist-kernel/dist-kernel-5.4.108.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.108.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.108.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.108.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-03-24 Thread Stephan Hartmann
commit: bfbf09f30b1cb6f4c76f060e8e66c7f74690808c
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Mar 24 18:11:47 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Mar 24 18:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfbf09f3

www-client/opera: remove old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera/Manifest   |   2 -
 www-client/opera/opera-74.0.3911.232.ebuild | 140 
 2 files changed, 142 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 5fb3b56097d..52a33c818ac 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,4 +1,2 @@
-DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d
 DIST opera-ffmpeg-codecs-89.0.4381.8.tar.xz 1427048 BLAKE2B 
6f92f8582663b46875f4a3d9b0b80b14eb8b361b23699bd5e10319c9b16b26a436cd710cec684a818189eae4892fc41daf2b3387282926e964d4d395a1c7778e
 SHA512 
7947eeaa361e78d1a69d244727ad601719fd4e6d6c284b1655e9fd9c74cf718f42ba3e0d0277f96a7b9cab984d743ea190404e2f74b5e1a6b9bd244e45b71e77
-DIST opera-stable_74.0.3911.232_amd64.deb 72911904 BLAKE2B 
8e803ba1d0aed25f0b99e0b4fd4c8695381e54c8af607fa16ba08079e8ebdedd0c8d01381985553318bf9856ac399a95ec2ca91c67a0cc2d6b5e2e1c087837e5
 SHA512 
91a8e7219efcc076ca822a0e4fc313812dad8381ed40fed2260a88c3365fa3ecf3d36a301b507721131c436fe97a1da56a59380fef26b34dbc4254f3b4284c22
 DIST opera-stable_75.0.3969.93_amd64.deb 74632812 BLAKE2B 
3060b07981e7285635ef3a92afbb41e7b3b5d7e47f7ba1f533e33e4579e4e8fafa938575445d6a1b24a377dbedf60fbd2f9a42b36e470cfcef2eb251305c63db
 SHA512 
fb02798419230f90edfa5244c29714a1f8f451ce01023abd454c3e6fa4f7e1832c73a5bc751844dd515a0aebc7dcea061f0bcf1bfe62677b8e85a7a1dc28597b

diff --git a/www-client/opera/opera-74.0.3911.232.ebuild 
b/www-client/opera/opera-74.0.3911.232.ebuild
deleted file mode 100644
index bc6b35c8381..000
--- a/www-client/opera/opera-74.0.3911.232.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib pax-utils unpacker xdg
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-FFMPEG_VERSION="88.0.4324.27"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
-   proprietary-codecs? (
-   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid widevine"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   widevine? ( www-plugins/chrome-binary-plugins )
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   # move to /opt, bug #573052
-   mkdir -p "${OPERA_HOME%${PN}}"
-   mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
-   rm -r "usr/lib" || die
-
-   # disable auto update
-   rm "${OPERA_HOME}/${PN%-*}_autoupdate"{,.licenses,.version} 

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

2021-03-24 Thread Stephan Hartmann
commit: eb88afd4755161ed76ad10acec83ab9c16824879
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Mar 24 18:10:19 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Mar 24 18:10:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb88afd4

www-client/opera: bump to 75.0.3969.93

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera/Manifest  |   2 +
 www-client/opera/opera-75.0.3969.93.ebuild | 140 +
 2 files changed, 142 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index d86fd4bc53a..5fb3b56097d 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,4 @@
 DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d
+DIST opera-ffmpeg-codecs-89.0.4381.8.tar.xz 1427048 BLAKE2B 
6f92f8582663b46875f4a3d9b0b80b14eb8b361b23699bd5e10319c9b16b26a436cd710cec684a818189eae4892fc41daf2b3387282926e964d4d395a1c7778e
 SHA512 
7947eeaa361e78d1a69d244727ad601719fd4e6d6c284b1655e9fd9c74cf718f42ba3e0d0277f96a7b9cab984d743ea190404e2f74b5e1a6b9bd244e45b71e77
 DIST opera-stable_74.0.3911.232_amd64.deb 72911904 BLAKE2B 
8e803ba1d0aed25f0b99e0b4fd4c8695381e54c8af607fa16ba08079e8ebdedd0c8d01381985553318bf9856ac399a95ec2ca91c67a0cc2d6b5e2e1c087837e5
 SHA512 
91a8e7219efcc076ca822a0e4fc313812dad8381ed40fed2260a88c3365fa3ecf3d36a301b507721131c436fe97a1da56a59380fef26b34dbc4254f3b4284c22
+DIST opera-stable_75.0.3969.93_amd64.deb 74632812 BLAKE2B 
3060b07981e7285635ef3a92afbb41e7b3b5d7e47f7ba1f533e33e4579e4e8fafa938575445d6a1b24a377dbedf60fbd2f9a42b36e470cfcef2eb251305c63db
 SHA512 
fb02798419230f90edfa5244c29714a1f8f451ce01023abd454c3e6fa4f7e1832c73a5bc751844dd515a0aebc7dcea061f0bcf1bfe62677b8e85a7a1dc28597b

diff --git a/www-client/opera/opera-75.0.3969.93.ebuild 
b/www-client/opera/opera-75.0.3969.93.ebuild
new file mode 100644
index 000..ae39d503ab9
--- /dev/null
+++ b/www-client/opera/opera-75.0.3969.93.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib pax-utils unpacker xdg
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="89.0.4381.8"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
+   proprietary-codecs? (
+   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid widevine"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   widevine? ( www-plugins/chrome-binary-plugins )
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   # move to /opt, bug #573052
+   mkdir -p "${OPERA_HOME%${PN}}"
+   mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
+   rm -r "usr/lib" || die
+
+   # disable auto update
+   rm 

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

2021-03-24 Thread Stephan Hartmann
commit: 5cc268be30fc83f0e51a6f3d5e2a9adec37d5e86
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Mar 24 18:11:30 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Mar 24 18:11:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc268be

www-client/opera: amd64 stable

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

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

diff --git a/www-client/opera/opera-75.0.3969.93.ebuild 
b/www-client/opera/opera-75.0.3969.93.ebuild
index ae39d503ab9..76a1705f41b 100644
--- a/www-client/opera/opera-75.0.3969.93.ebuild
+++ b/www-client/opera/opera-75.0.3969.93.ebuild
@@ -28,7 +28,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 FFMPEG_VERSION="89.0.4381.8"
 



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

2021-03-24 Thread Stephan Hartmann
commit: 2672d4e779952967a3b0505ad570bdb92985cd07
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Mar 24 17:49:42 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Mar 24 17:50:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2672d4e7

www-client/chromium: dev channel bump to 91.0.4455.2

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest | 4 ++--
 .../{chromium-91.0.4449.6.ebuild => chromium-91.0.4455.2.ebuild} | 9 +++--
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 6fdc3f2b20d..23e6f6c448a 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,6 +2,6 @@ DIST chromium-89-patchset-7.tar.xz 4640 BLAKE2B 
6150f92a4cb83025b7521c573e9a14bf
 DIST chromium-89.0.4389.90.tar.xz 890844888 BLAKE2B 
7e599e17f6ffae422d0eb268f2847d5611424971508656abe50d5a89475382ec10bb348441648fbdb939b8acc01fb64a70467595d6649b9e2f3309e59e27a875
 SHA512 
d95ea0cc42a792b68cb5ba9bd455c6e964ce06c15ac849a2d317cc1cb07940578ff5f7b73be775915fff2decf7dc8e230935e6b545743959ba1cdfc9ab904b4b
 DIST chromium-90-patchset-6.tar.xz 3828 BLAKE2B 
bbd1378868cf4d699ff097ea41226ff694d58468f8f93860f2d6cc60924f35fb1f0b17fcf5a916f04545171d1219b69907f138240fd483c704874cfce178
 SHA512 
70321eb4e9fe27818d5e6ae3109d3871a870a7fb6886328dcc9fc8291ac72fc003d678aec7f9925afe0c5667c70ce9bca8f61434b11a331fc1a29d61ad7b59e3
 DIST chromium-90.0.4430.30.tar.xz 917851784 BLAKE2B 
2827554e6989b192806124823df61149b73fb72e64d19cc23cb67e6cb6865b8fbabd18684846e6326035052e617be8a81ecb7c3e8138284ddf6e777012a3dbc3
 SHA512 
825d8428c7e65173646858976f65c5e3a29e07bb7526ce57c8381a1c8a5d022700d746ce5ef1ce152496acf7a7be84c96e7351eedcd5f2cf7dee8e24d0bd5fb5
-DIST chromium-91-patchset-1.tar.xz 6352 BLAKE2B 
eb3fb6cad3ee3f2ac449b5aec30ec6058f3d96050982384adc053344eb3c22ff2b02d3cf9692639e05d80f7c40b820e73e84794123a274ca984f208d2877070d
 SHA512 
9a1fcc84251debea45df5fe7da77349e6ae6f59d0e26afc359a36725311bbe4d5a45c08f5b80b5c0bd50dcc626f1195edc20e777b4b9912b7b361776258c914e
-DIST chromium-91.0.4449.6.tar.xz 926882912 BLAKE2B 
49f0a7c843829fddcc2ab2b5876372bfcabb6b0cbfb209b9dc55c0a1f9c4d3fa053635cdebcef98a18cb68e8c57ae227b210042ca39281bc10b77a34edfca307
 SHA512 
349f4319f3058a2bbfd6c356a20678269adc28707a64ed1f0dfdf9c1daa2c69c1e20b5dbb7affaee90e39aa738f5ad648eb156626e650e778814e3ce59dfee17
+DIST chromium-91-patchset-2.tar.xz 6992 BLAKE2B 
8639873f0f805c88ba41b97f06ef583498f58664c012afe4e8d185ddd42e6380cd331d0df9101f5b1e30c73cdca13c267d19592df100db3f1a23cabfc871ae00
 SHA512 
f5d7377be13f6f201f572215dd7fd1d57c755c15263cf91e5d80c4d8e77be2a371c4c236b9f621b7471451904fa8886357ef2c8907b5e748f0ffce3ebca5ca33
+DIST chromium-91.0.4455.2.tar.xz 933340784 BLAKE2B 
d63a022aad7d3d490f524e2cdcfed1c314227882b861a67213f8a9f231ed53e265c72754296a17e54f8760454c2d7d7bcaae90980a1994ae42f899fa537efdfa
 SHA512 
2c6b6a74f9aaea1b17c9f1fbd580cfec093ec17461056cb5594a12e8f4c4f7a594a449027210deb0c506be9906d11624ab3d7ae35c20a9ba665a9dc8995287d8
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-91.0.4449.6.ebuild 
b/www-client/chromium/chromium-91.0.4455.2.ebuild
similarity index 98%
rename from www-client/chromium/chromium-91.0.4449.6.ebuild
rename to www-client/chromium/chromium-91.0.4455.2.ebuild
index 7f2f13613d8..25523111680 100644
--- a/www-client/chromium/chromium-91.0.4449.6.ebuild
+++ b/www-client/chromium/chromium-91.0.4455.2.ebuild
@@ -13,7 +13,7 @@ inherit check-reqs chromium-2 desktop flag-o-matic multilib 
ninja-utils pax-util
 
 DESCRIPTION="Open-source version of Google Chrome web browser"
 HOMEPAGE="https://chromium.org/;
-PATCHSET="1"
+PATCHSET="2"
 PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz

https://files.pythonhosted.org/packages/ed/7b/bbf89ca71e722b7f9464ebffe4b5ee20a9e5c9a555a56e2d3914bb9119a6/setuptools-44.1.0.zip
@@ -231,11 +231,7 @@ src_prepare() {
python_setup
 
local PATCHES=(
-   
"${WORKDIR}/patches/chromium-78-protobuf-RepeatedPtrField-export.patch"
-   "${WORKDIR}/patches/chromium-88-compiler.patch"
-   "${WORKDIR}/patches/chromium-90-ruy-include.patch"
-   
"${WORKDIR}/patches/chromium-91-ToV8Traits-template-specialization.patch"
-   "${WORKDIR}/patches/chromium-91-ToV8Traits-attribute.patch"
+   "${WORKDIR}/patches"
"${FILESDIR}/chromium-89-EnumTable-crash.patch"

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

2021-03-24 Thread Ben Kohler
commit: 5b0f0ff0487bd54d8f9c521a96ae919ab078ec03
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Mar 24 16:50:01 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Mar 24 16:50:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0f0ff0

net-dns/openresolv: take package, bump to 3.12.0

Closes: https://bugs.gentoo.org/769239
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-dns/openresolv/Manifest |  1 +
 net-dns/openresolv/metadata.xml |  4 +++
 net-dns/openresolv/openresolv-3.12.0.ebuild | 42 +
 3 files changed, 47 insertions(+)

diff --git a/net-dns/openresolv/Manifest b/net-dns/openresolv/Manifest
index 6d0cae178c5..33168b3f93e 100644
--- a/net-dns/openresolv/Manifest
+++ b/net-dns/openresolv/Manifest
@@ -1 +1,2 @@
 DIST openresolv-3.11.0.tar.xz 20552 BLAKE2B 
5564ecac60124fa391a13979da533c4f7cf99601acc896cb5d3cc029bff15ef48ea36e867a0fc6d1e6e475a7536660fbd819120b3066dd2aadc12abf0e16c8ff
 SHA512 
09708b8a1abf7de926f75a1825d4243be6e59fc1de7cc3d7ab7f5a317e11175bd24af03bff2c878ccc54c96913feed27630765647c70fec8a9f9aa7370744e24
+DIST openresolv-3.12.0.tar.xz 21008 BLAKE2B 
1609d8e97a9abe82f9ead7179727dd4323571e92b36aa2ca2a1177972f3a61946f612dd0cf81a804087f1c71bda25e78dab8b085ad2be55ce21214dc9870fdf6
 SHA512 
60348ca35114b105c8b3121e5f2d301311fcc7251a9be60c45fedc27267cfd94e413e77c7d5c91d0a0ccb8f1b4288bc147582b0ac9be64afcaa96ad3d833f26f

diff --git a/net-dns/openresolv/metadata.xml b/net-dns/openresolv/metadata.xml
index 3c58a0219fb..d6b6749c1b4 100644
--- a/net-dns/openresolv/metadata.xml
+++ b/net-dns/openresolv/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   bkoh...@gentoo.org
+   Ben Kohler
+   


 

diff --git a/net-dns/openresolv/openresolv-3.12.0.ebuild 
b/net-dns/openresolv/openresolv-3.12.0.ebuild
new file mode 100644
index 000..b6f8cef53a1
--- /dev/null
+++ b/net-dns/openresolv/openresolv-3.12.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A framework for managing DNS information"
+HOMEPAGE="https://roy.marples.name/projects/openresolv;
+SRC_URI="https://roy.marples.name/downloads/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-resolvconf )"
+
+src_configure() {
+   local myeconfargs=(
+   --prefix="${EPREFIX}"
+   --rundir="${EPREFIX}"/var/run
+   --libexecdir="${EPREFIX}"/lib/resolvconf
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_config() {
+   if [[ ${ROOT} != / ]]; then
+   eerror "We cannot configure unless \$ROOT=/"
+   return 1
+   fi
+
+   if [[ -n "$(resolvconf -l)" ]]; then
+   einfo "${PN} already has DNS information"
+   else
+   ebegin "Copying /etc/resolv.conf to resolvconf -a dummy"
+   resolvconf -a dummy 

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

2021-03-24 Thread Ben Kohler
commit: bb32a07c32017b20054d38f92e296686096dc7c0
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Mar 24 16:40:39 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Mar 24 16:40:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb32a07c

app-backup/fsarchiver: add lots of missing static-libs deps

Closes: https://bugs.gentoo.org/685422
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 app-backup/fsarchiver/fsarchiver-0.8.6.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild 
b/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
index f7ebb20db54..efdfa0a1b32 100644
--- a/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
+++ b/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
@@ -23,6 +23,13 @@ CDEPEND="dev-libs/libgcrypt:0=
 "
 DEPEND="${CDEPEND}
static? (
+   app-arch/bzip2[static-libs]
+   dev-libs/libgcrypt:0=[static-libs]
+   dev-libs/libgpg-error[static-libs]
+   sys-apps/util-linux[static-libs]
+   >=sys-fs/e2fsprogs-1.41.4[static-libs]
+   sys-libs/e2fsprogs-libs[static-libs]
+   sys-libs/zlib[static-libs]
lz4? ( app-arch/lz4[static-libs] )
lzma? ( app-arch/xz-utils[static-libs] )
lzo? ( dev-libs/lzo[static-libs] )



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

2021-03-24 Thread Stefan Strogin
commit: 73e686132cb621edb2aabf2f60b8632da0caf1b4
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Mar 24 16:23:54 2021 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed Mar 24 16:24:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e68613

net-im/discord-bin: upgrade to 0.0.14

Closes: https://bugs.gentoo.org/777939
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Stefan Strogin  gentoo.org>

 net-im/discord-bin/Manifest | 2 +-
 .../{discord-bin-0.0.13.ebuild => discord-bin-0.0.14.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/discord-bin/Manifest b/net-im/discord-bin/Manifest
index 8d32ede1a16..78c2cf60e1e 100644
--- a/net-im/discord-bin/Manifest
+++ b/net-im/discord-bin/Manifest
@@ -1 +1 @@
-DIST discord-0.0.13.deb 70624982 BLAKE2B 
210dc6f287ccf17d14cb595ad41d508b0d73285e0cb1cacd24b678377c0aa7f5bc111b5cc3a1a3054a05349b96cdd82f589b6001ceca44fbe33bf78513f83f2d
 SHA512 
6b42039a37034f1774f9ad07c9b43dab326ee4f7915b07f976c596ec9cad166871c870145bee42bce170e724c1e99fdd91388f1a6c5f0ec434f757389f1f89e6
+DIST discord-0.0.14.deb 71516834 BLAKE2B 
120479556fee1e355e377a0685eee1b1407bb41c566237d7eda511dd1b234f69b9cd623671a904deeda40d0042d566851b666e1f52ca86dca00808d8e76e5d5c
 SHA512 
d5a60e386f23384b53eb57c536026bf546f5ed794cf5ee336727d902a14ed5c750961d710f6da838968d47e0e202933e5665136048aa26cc9f8ee905a38d38f0

diff --git a/net-im/discord-bin/discord-bin-0.0.13.ebuild 
b/net-im/discord-bin/discord-bin-0.0.14.ebuild
similarity index 98%
rename from net-im/discord-bin/discord-bin-0.0.13.ebuild
rename to net-im/discord-bin/discord-bin-0.0.14.ebuild
index 36719eb898c..085aa80b0b9 100644
--- a/net-im/discord-bin/discord-bin-0.0.13.ebuild
+++ b/net-im/discord-bin/discord-bin-0.0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/xfce4-statusnotifier-plugin/

2021-03-24 Thread David Seifert
commit: ad91badef0297fef338da7bb3815505d129d4faa
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Mar 24 16:19:08 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Mar 24 16:19:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad91bade

xfce-extra/xfce4-statusnotifier-plugin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/767412
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 profiles/package.mask  |  6 
 xfce-extra/xfce4-statusnotifier-plugin/Manifest|  1 -
 .../xfce4-statusnotifier-plugin/metadata.xml   |  8 -
 .../xfce4-statusnotifier-plugin-0.2.2.ebuild   | 40 --
 4 files changed, 55 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 77b2b266abf..bb361bfd2f4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -374,12 +374,6 @@ media-gfx/videorbits
 # Removal on 2021-03-23.  Bug #738004, #751316, #766989.
 dev-python/moviepy
 
-# Michał Górny  (2021-02-19)
-# Xfce 4.16 has the same functionality built-in, rendering the plugin
-# redundant.
-# Removal on 2021-03-21.  Bug #767412.
-xfce-extra/xfce4-statusnotifier-plugin
-
 # Sam James  (2021-02-18)
 # 0.9.27 included a regression wrt deletes
 # bug #768948

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest 
b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
deleted file mode 100644
index 7f55f5fcdef..000
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-statusnotifier-plugin-0.2.2.tar.bz2 376903 BLAKE2B 
23e99a6687016de7352ab0611719f5a9ef319d6280a2fb8474f2ee1471f219f29926c07e4072ac75039377eca98d9c7f2f3fce29ce1d29cfc0d1112642e9016d
 SHA512 
76f719ffed4ec9e178a844173cb072beba9a1ad69c9da025cb2d1fb3ad18448b4b4a60a94bb329ec7b80760307000550d451859c33f4b5d7bb8590cf227d

diff --git a/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml 
b/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
deleted file mode 100644
index 359901b31db..000
--- a/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-

diff --git 
a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
 
b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
deleted file mode 100644
index 2ea6ad2a91f..000
--- 
a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.24
-   >=dev-libs/libdbusmenu-16.04.0:=[gtk3]
-   >=x11-libs/gtk+-3.18:3
-   x11-libs/libX11
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   >=xfce-base/xfconf-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/moviepy/, profiles/

2021-03-24 Thread David Seifert
commit: 1850fa02f8fe4dbdc8676a33139539f0db771826
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Mar 24 16:19:11 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Mar 24 16:19:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1850fa02

dev-python/moviepy: Remove last-rited pkg

Closes: https://github.com/gentoo/gentoo/pull/20097
Closes: https://bugs.gentoo.org/766989
Closes: https://bugs.gentoo.org/751316
Closes: https://bugs.gentoo.org/738004
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-python/moviepy/Manifest|  1 -
 dev-python/moviepy/metadata.xml| 22 ---
 dev-python/moviepy/moviepy-1.0.1-r1.ebuild | 35 --
 profiles/package.mask  |  6 -
 4 files changed, 64 deletions(-)

diff --git a/dev-python/moviepy/Manifest b/dev-python/moviepy/Manifest
deleted file mode 100644
index 35d927a9656..000
--- a/dev-python/moviepy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST moviepy-1.0.1.tar.gz 25746520 BLAKE2B 
5e18841596e967a1531eef5d7cef8f96a636486923a874606c453bfda92d8ca8657afef9eb46c2b4b3bf7ae58d138866d7497cd088509d403dd6722fca8e8ec5
 SHA512 
3cdccaa13dd31529a17d480fcd01b5f89b421eeb618425e9fa9a114159d65aac979022507c3f9c64921af60e4c9d7970e6a3223d7942c08e67d7e696618e9abb

diff --git a/dev-python/moviepy/metadata.xml b/dev-python/moviepy/metadata.xml
deleted file mode 100644
index 79f90cc3af2..000
--- a/dev-python/moviepy/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gen...@chymera.eu
-   Horea Christian
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   MoviePy is a Python module for video editing: cuts, 
concatenations, 
-   title insertions, video compositing (a.k.a. non-linear 
editing), 
-   video processing, and creation of custom effects. See the 
gallery
-   for some examples of use.
-   
-   
-   Zulko/moviepy
-   moviepy
-   
-

diff --git a/dev-python/moviepy/moviepy-1.0.1-r1.ebuild 
b/dev-python/moviepy/moviepy-1.0.1-r1.ebuild
deleted file mode 100644
index 30405ee41f9..000
--- a/dev-python/moviepy/moviepy-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Video editing with Python"
-HOMEPAGE="https://zulko.github.io/moviepy/;
-SRC_URI="https://github.com/Zulko/moviepy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/decorator[${PYTHON_USEDEP}]
-   dev-python/imageio[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pygame[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   media-video/ffmpeg
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest

diff --git a/profiles/package.mask b/profiles/package.mask
index bb361bfd2f4..21dd2bdfa3e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -368,12 +368,6 @@ sys-auth/authenticator
 # Removal on 2021-03-27.  Bug #731038, #772812.
 media-gfx/videorbits
 
-# David Seifert  (2021-02-21)
-# Drive-by addition, never maintained by maintainer, tests failing,
-# missing dependencies, python3.7 only, no reverse dependencies.
-# Removal on 2021-03-23.  Bug #738004, #751316, #766989.
-dev-python/moviepy
-
 # Sam James  (2021-02-18)
 # 0.9.27 included a regression wrt deletes
 # bug #768948



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

2021-03-24 Thread Sebastian Pipping
commit: 0d6b4f77e689f30c9a9fc7f0012caec35c338ed3
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Mar 24 16:08:58 2021 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Mar 24 16:10:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6b4f77

www-client/httrack: Fix libdir patching

Closes: https://bugs.gentoo.org/777996
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.17, Repoman-3.0.2

 www-client/httrack/httrack-3.49.2-r2.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/www-client/httrack/httrack-3.49.2-r2.ebuild 
b/www-client/httrack/httrack-3.49.2-r2.ebuild
index a6bded23cc6..6dc538f5928 100644
--- a/www-client/httrack/httrack-3.49.2-r2.ebuild
+++ b/www-client/httrack/httrack-3.49.2-r2.ebuild
@@ -33,9 +33,11 @@ src_prepare() {
# linker lld with profile 17.1 on amd64 (see 
https://bugs.gentoo.org/732272).
# The grep sandwich acts as a regression test so that a future
# version bump cannot break patching without noticing.
-   grep -wq '{ZLIB_HOME}/lib' m4/check_zlib.m4 || die
-   sed "s,{ZLIB_HOME}/lib,{ZLIB_HOME}/$(get_libdir)," -i m4/check_zlib.m4 
|| die
-   grep -w '{ZLIB_HOME}/lib' m4/check_zlib.m4 && die
+   if [[ "$(get_libdir)" != lib ]]; then
+   grep -wq '{ZLIB_HOME}/lib' m4/check_zlib.m4 || die
+   sed "s,{ZLIB_HOME}/lib,{ZLIB_HOME}/$(get_libdir)," -i 
m4/check_zlib.m4 || die
+   grep -w '{ZLIB_HOME}/lib' m4/check_zlib.m4 && die
+   fi
 
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/bumblebee/files/, x11-misc/bumblebee/

2021-03-24 Thread Matt Turner
commit: e14314b134c0fb866cc58f48cfcb6370b4aed00b
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 02:06:24 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14314b1

x11-misc/bumblebee: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 ebuild => bumblebee-3.2.1_p20210112-r1.ebuild} |  2 +-
 x11-misc/bumblebee/bumblebee-.ebuild   |  2 +-
 x11-misc/bumblebee/files/bumblebee.initd-r1| 23 ++
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild 
b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild
similarity index 97%
rename from x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild
rename to x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild
index 4984d378312..6f1cd0a5af5 100644
--- a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild
+++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild
@@ -84,7 +84,7 @@ src_install() {
default
 
newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
newenvd "${FILESDIR}"/${PN}.envd 99${PN}
systemd_dounit scripts/systemd/bumblebeed.service
 

diff --git a/x11-misc/bumblebee/bumblebee-.ebuild 
b/x11-misc/bumblebee/bumblebee-.ebuild
index e66fb829acb..b9699790cb8 100644
--- a/x11-misc/bumblebee/bumblebee-.ebuild
+++ b/x11-misc/bumblebee/bumblebee-.ebuild
@@ -84,7 +84,7 @@ src_install() {
default
 
newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
newenvd "${FILESDIR}"/${PN}.envd 99${PN}
systemd_dounit scripts/systemd/bumblebeed.service
 

diff --git a/x11-misc/bumblebee/files/bumblebee.initd-r1 
b/x11-misc/bumblebee/files/bumblebee.initd-r1
new file mode 100644
index 000..0780fb902b4
--- /dev/null
+++ b/x11-misc/bumblebee/files/bumblebee.initd-r1
@@ -0,0 +1,23 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   need display-manager
+   want vgl
+}
+
+PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}"
+
+start() {
+   ebegin "Starting BumbleBee Daemon"
+   start-stop-daemon -S -p "${PIDFILE}" -x /usr/sbin/bumblebeed -- 
-D ${BUMBLEBEE_EXTRA_OPTS} --pidfile "${PIDFILE}"
+   eend $?
+}
+
+stop() {
+
+   ebegin "Stopping BumbleBee Daemon"
+   start-stop-daemon -K -p "${PIDFILE}" -R SIGTERM/10
+   eend $?
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/bolt/files/, sys-apps/bolt/

2021-03-24 Thread Matt Turner
commit: 1d1ebd8a342cedd4a65cbce1da09113254df2ab0
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 15:43:41 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:07:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1ebd8a

sys-apps/bolt: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/bolt/bolt-0.9-r3.ebuild   | 57 ++
 sys-apps/bolt/files/bolt.openrc-r1 | 14 ++
 2 files changed, 71 insertions(+)

diff --git a/sys-apps/bolt/bolt-0.9-r3.ebuild b/sys-apps/bolt/bolt-0.9-r3.ebuild
new file mode 100644
index 000..34cd75e
--- /dev/null
+++ b/sys-apps/bolt/bolt-0.9-r3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info meson systemd
+
+DESCRIPTION="Userspace system daemon to enable security levels for Thunderbolt 
3"
+HOMEPAGE="https://gitlab.freedesktop.org/bolt/bolt;
+SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc systemd"
+
+DEPEND="
+   >=dev-libs/glib-2.56.0:2
+   dev-util/glib-utils
+   virtual/libudev
+   virtual/udev
+   dev-util/umockdev
+   sys-auth/polkit[introspection]
+   systemd? ( sys-apps/systemd )
+   doc? ( app-text/asciidoc )"
+RDEPEND="${DEPEND}"
+
+pkg_pretend() {
+   if use kernel_linux && kernel_is lt 5 6; then
+   CONFIG_CHECK="~THUNDERBOLT"
+   ERROR_THUNDERBOLT="This package requires the thunderbolt kernel 
driver."
+   else
+   CONFIG_CHECK="~USB4"
+   ERROR_USB4="This package requires the USB4 kernel driver for 
Thunderbolt support."
+   fi
+   check_extra_config
+
+   CONFIG_CHECK="~HOTPLUG_PCI"
+   ERROR_HOTPLUG_PCI="Thunderbolt requires PCI hotplug support."
+   check_extra_config
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dman=$(usex doc true false)
+   --sysconfdir=/etc
+   --localstatedir=/var
+   --sharedstatedir=/var/lib
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   newinitd "${FILESDIR}"/${PN}.openrc-r1 boltd
+   keepdir /var/lib/boltd
+}

diff --git a/sys-apps/bolt/files/bolt.openrc-r1 
b/sys-apps/bolt/files/bolt.openrc-r1
new file mode 100644
index 000..f47b15ffaec
--- /dev/null
+++ b/sys-apps/bolt/files/bolt.openrc-r1
@@ -0,0 +1,14 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="Thunderbolt Security Daemon"
+description="Userspace system daemon to enable security levels for Thunderbolt 
3"
+command="/usr/libexec/boltd"
+command_background="true"
+pidfile="/var/run/boltd.pid"
+
+depend() {
+   need dbus
+   before display-manager
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/nvclock/, sys-power/nvclock/files/

2021-03-24 Thread Matt Turner
commit: 2b08833a57d24810b49d4a728f899d42643f8cc1
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 15:49:18 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:07:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b08833a

sys-power/nvclock: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 sys-power/nvclock/files/nvclock_initd-r1  | 12 
 sys-power/nvclock/nvclock-0.8_p20110102-r3.ebuild | 67 +++
 2 files changed, 79 insertions(+)

diff --git a/sys-power/nvclock/files/nvclock_initd-r1 
b/sys-power/nvclock/files/nvclock_initd-r1
new file mode 100644
index 000..9b4ede7d88f
--- /dev/null
+++ b/sys-power/nvclock/files/nvclock_initd-r1
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+depend() {
+   need display-manager
+}
+
+start() {
+   ebegin "Setting nvidia card overclock speed"
+   nvclock ${CLOCKOPTS} >/dev/null
+   eend $?
+}
+

diff --git a/sys-power/nvclock/nvclock-0.8_p20110102-r3.ebuild 
b/sys-power/nvclock/nvclock-0.8_p20110102-r3.ebuild
new file mode 100644
index 000..89cc3dc7aff
--- /dev/null
+++ b/sys-power/nvclock/nvclock-0.8_p20110102-r3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="NVIDIA Overclocking Utility"
+HOMEPAGE="http://www.linuxhardware.org/nvclock/;
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gtk nvcontrol"
+
+RDEPEND="
+   gtk? (
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   )
+   nvcontrol? (
+   x11-libs/libX11
+   x11-libs/libXext
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-r1-make.patch
+   "${FILESDIR}"/${P}-usleep.patch
+   "${FILESDIR}"/${P}-desktop.patch
+   "${FILESDIR}"/${P}-buffers.patch
+   "${FILESDIR}"/${P}-fno-common.patch
+)
+
+src_prepare() {
+   default
+   mv configure.{in,ac} || die
+   eautoreconf
+}
+
+src_configure() {
+   # only 

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

2021-03-24 Thread Ben Kohler
commit: aaaca9fea8d8933328913a9bf5e974384add15c9
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Mar 24 16:02:55 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Mar 24 16:06:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaaca9fe

app-backup/fsarchiver: default-enable zstd support

Closes: https://bugs.gentoo.org/709492
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 app-backup/fsarchiver/fsarchiver-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild 
b/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
index cd68ca9e66d..f7ebb20db54 100644
--- a/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
+++ b/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/fdupoux/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug lz4 lzma lzo static zstd"
+IUSE="debug lz4 lzma lzo static +zstd"
 
 CDEPEND="dev-libs/libgcrypt:0=
>=sys-fs/e2fsprogs-1.41.4



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

2021-03-24 Thread Ben Kohler
commit: 088d52de2c94d96c89758d0145eac7e6e2d1f8d9
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Mar 24 15:58:19 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Mar 24 16:06:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088d52de

app-backup/fsarchiver: bump to 0.8.6

Closes: https://bugs.gentoo.org/777861

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 app-backup/fsarchiver/Manifest|  1 +
 app-backup/fsarchiver/fsarchiver-0.8.6.ebuild | 50 +++
 app-backup/fsarchiver/metadata.xml|  5 ++-
 3 files changed, 55 insertions(+), 1 deletion(-)

diff --git a/app-backup/fsarchiver/Manifest b/app-backup/fsarchiver/Manifest
index 996e63a9f82..4266c34809c 100644
--- a/app-backup/fsarchiver/Manifest
+++ b/app-backup/fsarchiver/Manifest
@@ -1 +1,2 @@
 DIST fsarchiver-0.8.5.tar.gz 298502 BLAKE2B 
434fbc945bb4999243fe2b6a212c6b04118ae37749b4b14b590cf8269e541a5b09954e75a898126c8a55b5b516f458a1cf1842b4a9f4ead2185c7b5e8c99343c
 SHA512 
bf427dfcc5a73fc799710766dc1c1392ed379565ec68d7cef49e9391da749e08fb655f2b86b4ab4db7cacaf323286b4673a7c3fbebba81ac50d0b66c1f0b91ff
+DIST fsarchiver-0.8.6.tar.gz 273652 BLAKE2B 
2f8d11bb721c4e5452f0bc62661bd254226d3d62b5d7bee0a8ccfd227bdc39dd0dd544e831888bbf39010341aaa0d74b2805ab580c79cc90e96a43be1676d86c
 SHA512 
26a2d7a68d162aabb778b14f29c52cf8fbadb8147cf5eae592352a36fbf93cc45c08c241253bd8dfe8cd0b77d0f156afcc8d89e8d24a238fd4427cb479827f14

diff --git a/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild 
b/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
new file mode 100644
index 000..cd68ca9e66d
--- /dev/null
+++ b/app-backup/fsarchiver/fsarchiver-0.8.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Flexible filesystem archiver for backup and deployment tool"
+HOMEPAGE="https://www.fsarchiver.org;
+SRC_URI="https://github.com/fdupoux/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug lz4 lzma lzo static zstd"
+
+CDEPEND="dev-libs/libgcrypt:0=
+   >=sys-fs/e2fsprogs-1.41.4
+   lz4? ( app-arch/lz4 )
+   lzma? ( >=app-arch/xz-utils-4.999.9_beta )
+   lzo? ( >=dev-libs/lzo-2.02 )
+   zstd? ( app-arch/zstd )
+"
+DEPEND="${CDEPEND}
+   static? (
+   lz4? ( app-arch/lz4[static-libs] )
+   lzma? ( app-arch/xz-utils[static-libs] )
+   lzo? ( dev-libs/lzo[static-libs] )
+   zstd? ( app-arch/zstd[static-libs] )
+   )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   sed -i -e 's/^\([a-z]*_CFLAGS.*\)-ggdb/\1/' src/Makefile.am \
+   || die "seding failed"
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug devel)
+   $(use_enable lz4)
+   $(use_enable lzma)
+   $(use_enable lzo)
+   $(use_enable static)
+   $(use_enable zstd)
+   )
+   econf "${myeconfargs[@]}"
+}

diff --git a/app-backup/fsarchiver/metadata.xml 
b/app-backup/fsarchiver/metadata.xml
index aa5f1ad3b52..07abe5954b5 100644
--- a/app-backup/fsarchiver/metadata.xml
+++ b/app-backup/fsarchiver/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+
+   bkoh...@gentoo.org
+   Ben Kohler
+   

fsarchiver
fdupoux/fsarchiver



[gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/files/, x11-misc/x11vnc/

2021-03-24 Thread Matt Turner
commit: 3513ee16314296fb4de6bf6e42f3e7f1c80d3cf7
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 01:35:58 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3513ee16

x11-misc/x11vnc: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/x11vnc/files/x11vnc.init.d-r1  | 70 
 x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild | 81 +
 2 files changed, 151 insertions(+)

diff --git a/x11-misc/x11vnc/files/x11vnc.init.d-r1 
b/x11-misc/x11vnc/files/x11vnc.init.d-r1
new file mode 100644
index 000..04c36ea361d
--- /dev/null
+++ b/x11-misc/x11vnc/files/x11vnc.init.d-r1
@@ -0,0 +1,70 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="The x11vnc daemon init script"
+
+depend() {
+   need net
+   need display-manager
+}
+
+checkconfig() {
+
+   # Set Defaults
+   X11VNC_RFBAUTH=${X11VNC_RFBAUTH:-/etc/x11vnc.pass}
+   X11VNC_RFBPORT=${X11VNC_RFBPORT:-5900}
+   X11VNC_DISPLAY=${X11VNC_DISPLAY:-:0}
+   X11VNC_LOG=${X11VNC_LOG:-/var/log/x11vnc}
+   
+   X11VNC_AUTH="/var/run/x11vnc-${X11VNC_DISPLAY}" 
+
+   if [ -n "${X11VNC_AUTOPORT}" ]; then
+   X11VNC_PORT=""
+   fi
+
+   if [ ! -f "${X11VNC_RFBAUTH}" -o ! -s "${X11VNC_RFBAUTH}" ]; then
+   eerror "VNC Password not set, please set one by running: 
\`x11vnc -storepasswd ${X11VNC_RFBAUTH}\`"
+   return 1
+   fi
+   checkpath -q -f -m 0600 -o root:root "${X11VNC_RFBAUTH}"
+
+   # Attempt to find X-Auth file
+   if ! type xauth > /dev/null 2>&1 ||
+   ! xauth -f /root/.Xauthority extract - 
"${X11VNC_DISPLAY}" > "${X11VNC_AUTH}" 2>/dev/null ||
+   [ ! -s "${X11VNC_AUTH}" ]; then
+   # Let x11vnc guess at auth
+   X11VNC_AUTH_OPTS="--env FD_XDM=1 -auth guess"
+   else
+   # We found the proper auth
+   X11VNC_AUTH_OPTS="-auth ${X11VNC_AUTH}"
+   fi
+
+   if [ ! -f "${X11VNC_AUTH}" ]; then
+   eerror "Specified X-Authority file '${X11VNC_AUTH}' not found!"
+   return 1
+   fi  
+}
+
+start() {
+   checkconfig || return 1
+
+   ebegin "Starting ${SVCNAME}"
+   start-stop-daemon --start \
+   --exec /usr/bin/x11vnc -- \
+   ${X11VNC_AUTH_OPTS} \
+   -rfbauth ${X11VNC_RFBAUTH} \
+   ${X11VNC_RFBPORT:+-rfbport} ${X11VNC_RFBPORT} \
+   ${X11VNC_AUTOPORT:+-autoport} ${X11VNC_AUTOPORT} \
+   -display ${X11VNC_DISPLAY} \
+   -o ${X11VNC_LOG} \
+   -bg -forever \
+   ${X11VNC_OPTS}
+   eend $?
+}
+
+stop() {
+   ebegin "Stopping ${SVCNAME}"
+   start-stop-daemon --stop /usr/bin/x11vnc
+   eend $?
+}

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild
new file mode 100644
index 000..e8292188e98
--- /dev/null
+++ b/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="VNC server for real X displays"
+HOMEPAGE="https://libvnc.github.io/;
+SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr 
zeroconf"
+
+COMMON_DEPEND="
+   >=net-libs/libvncserver-0.9.8[ssl=]
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXext
+   >=x11-libs/libXtst-1.1.0
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   xcomposite? ( x11-libs/libXcomposite )
+   xdamage? ( x11-libs/libXdamage )
+   xfixes? ( x11-libs/libXfixes )
+   xinerama? ( x11-libs/libXinerama )
+   xrandr? ( x11-libs/libXrandr )
+   zeroconf? ( >=net-dns/avahi-0.6.4 )
+"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+   x11-libs/libXt
+"
+# https://bugzilla.redhat.com/show_bug.cgi?id=920554
+RDEPEND="${COMMON_DEPEND}
+   dev-lang/tk:0
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-crypto.patch # 
https://github.com/LibVNC/x11vnc/issues/86
+   "${FILESDIR}"/${P}-anonymous-ssl.patch # 
https://github.com/LibVNC/x11vnc/pull/85
+   "${FILESDIR}"/${P}-libressl.patch
+   "${FILESDIR}"/${P}-fno-common.patch
+   

[gentoo-commits] repo/gentoo:master commit in: app-misc/mouseremote/files/, app-misc/mouseremote/

2021-03-24 Thread Matt Turner
commit: e44a479a30ddad1e1617ea492714a7c3a56e6db8
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 01:25:20 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44a479a

app-misc/mouseremote: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19438
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/mouseremote/files/mouseremote.start-r1 | 28 ++
 app-misc/mouseremote/mouseremote-0.90-r3.ebuild | 70 +
 2 files changed, 98 insertions(+)

diff --git a/app-misc/mouseremote/files/mouseremote.start-r1 
b/app-misc/mouseremote/files/mouseremote.start-r1
new file mode 100644
index 000..fd6aa9c854f
--- /dev/null
+++ b/app-misc/mouseremote/files/mouseremote.start-r1
@@ -0,0 +1,28 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   use modules logger
+   before display-manager
+}
+
+checkconfig() {
+   [ -z "$DEV" ] || [ -z "$DRV" ] || return 0
+   eerror "You need to setup DEV and DRV in /etc/conf.d/mouseremote first"
+   return 1
+}
+
+start() {
+   checkconfig || return 1
+
+   ebegin "Starting X10 MouseRemote Server"
+   /usr/sbin/multimoused -${DRV} ${DEV} 2> /dev/null
+   eend $?
+}
+
+stop() {
+   ebegin "Stopping X10 MouseRemote Server"
+   kill $(cat /var/lock/MultiMouse.pid)
+   eend ${?} "Failed to stop MouseRemote Server"
+}

diff --git a/app-misc/mouseremote/mouseremote-0.90-r3.ebuild 
b/app-misc/mouseremote/mouseremote-0.90-r3.ebuild
new file mode 100644
index 000..a64b724d8b6
--- /dev/null
+++ b/app-misc/mouseremote/mouseremote-0.90-r3.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="X10 MouseRemote"
+HOMEPAGE="http://www4.pair.com/gribnif/ha/;
+SRC_URI="http://www4.pair.com/gribnif/ha/MouseRemote.tar.gz;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="virtual/perl-Time-HiRes"
+
+S="${WORKDIR}/MouseRemote"
+
+src_prepare() {
+   eapply -p0 "${FILESDIR}"/${P}-makefile.diff
+   eapply "${FILESDIR}"/${P}-gentoo.diff
+   eapply -p0 "${FILESDIR}"/${P}-fix-warnings.diff
+
+   eapply_user
+}
+
+src_compile() {
+   cd MultiMouse && emake \
+   CC=$(tc-getCC) \
+   PREFIX=/usr \
+   LOCKDIR=/var/lock \
+   JMANDIR=/usr/share/man/ja_JP.ujis
+}
+
+src_install() {
+   dobin MultiMouse/multimouse
+   dosbin MultiMouse/multimoused
+
+   dodoc README MultiMouse/README.jis MultiMouse/README.newstuff
+   newdoc MultiMouse/README README.MultiMouse
+   newdoc client/MouseRemote.conf MouseRemote.conf.dist
+   newdoc client/MouseRemote.pl MouseRemote.pl.dist
+   newdoc client/MouseRemoteKeys.pl MouseRemoteKeys.pl.dist
+
+   newinitd "${FILESDIR}"/mouseremote.start-r1 mouseremote
+   newconfd "${FILESDIR}"/mouseremote.conf mouseremote
+}
+
+pkg_postinst() {
+   [ -e /dev/mumse ] || mkfifo "${ROOT}"/dev/mumse
+   [ -e /dev/x10fifo ] || mkfifo "${ROOT}"/dev/x10fifo
+
+   elog "To use the mouse function in X, add the following to your 
XF86Config"
+   elog "Section \"InputDevice\""
+   elog "  Identifier  \"MouseREM\""
+   elog "  Driver  \"mouse\""
+   elog "  Option  \"Protocol\"  \"MouseSystems\""
+   elog "  Option  \"Device\"\"/dev/mumse\""
+   elog "EndSection"
+   elog
+   elog "Don't forget to add the new device to the section 
\"ServerLayout\""
+   elog "like: InputDevice \"MouseREM\" \"SendCoreEvents\""
+   elog
+   elog "Enable the daemon with \"rc-update add mouseremote default\"."
+   elog
+   elog "Configure the daemon is run in /etc/conf.d/mouseremote."
+   elog
+   elog "See /usr/share/doc/${PF} on how to configure the buttons."
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/files/, ...

2021-03-24 Thread Matt Turner
commit: 17aaed983bed929bb356b8c805239b1f995f420a
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 02:12:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17aaed98

app-emulation/virtualbox-guest-additions: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 .../files/virtualbox-guest-additions-8.initd-r1|  25 +++
 .../virtualbox-guest-additions-6.1.18-r1.ebuild| 221 +
 2 files changed, 246 insertions(+)

diff --git 
a/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd-r1
 
b/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd-r1
new file mode 100644
index 000..17c90bb9d81
--- /dev/null
+++ 
b/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-8.initd-r1
@@ -0,0 +1,25 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+pidfile="/var/run/vboxguest-service.pid"
+command="/usr/sbin/vboxguest-service"
+command_args="--foreground"
+command_background="true"
+
+depend() {
+need dbus localmount
+   before display-manager
+}
+
+start_pre() {
+   einfo "Loading kernel modules"
+   /sbin/modprobe vboxguest 2>&1
+   /sbin/modprobe vboxsf 2>&1
+}
+
+stop_post() {
+   einfo "Removing kernel modules"
+   /sbin/modprobe -r vboxsf 2>&1
+   /sbin/modprobe -r vboxguest 2>&1
+}

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.18-r1.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.18-r1.ebuild
new file mode 100644
index 000..d767c7658dd
--- /dev/null
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.18-r1.ebuild
@@ -0,0 +1,221 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod systemd toolchain-funcs
+
+MY_PN="VirtualBox"
+MY_PV="${PV/beta/BETA}"
+MY_PV="${MY_PV/rc/RC}"
+MY_P="${MY_PN}-${MY_PV}"
+[[ "${PV}" == *a ]] && DIR_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="VirtualBox kernel modules and user-space tools for Gentoo guests"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://download.virtualbox.org/virtualbox/${DIR_PV:-${MY_PV}}/${MY_P}.tar.bz2
+   
https://dev.gentoo.org/~polynomial-c/virtualbox/patchsets/virtualbox-6.1.12-patches-01.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/$(ver_cut 1-2)"
+[[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+# automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist
+RDEPEND="
+   acct-group/vboxguest
+   acct-group/vboxsf
+   acct-user/vboxguest
+   X? ( x11-apps/xrandr
+   x11-apps/xrefresh
+   x11-libs/libXmu
+   x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXext
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   x11-libs/libSM
+   x11-libs/libICE )
+   sys-apps/dbus
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-util/kbuild-0.1.9998.3127
+   >=dev-lang/yasm-0.6.2
+   sys-devel/bin86
+   sys-libs/pam
+   sys-power/iasl
+   x11-base/xorg-proto
+"
+PDEPEND="
+   X? ( x11-drivers/xf86-video-vboxvideo )
+"
+BUILD_TARGETS="all"
+BUILD_TARGET_ARCH="${ARCH}"
+
+S="${WORKDIR}/${MY_PN}-${DIR_PV:-${PV}}"
+VBOX_MOD_SRC_DIR="${S}/out/linux.${ARCH}/release/bin/additions/src"
+
+pkg_setup() {
+   export DISTCC_DISABLE=1 #674256
+   
MODULE_NAMES="vboxguest(misc:${VBOX_MOD_SRC_DIR}/vboxguest:${VBOX_MOD_SRC_DIR}/vboxguest)
+   
vboxsf(misc:${VBOX_MOD_SRC_DIR}/vboxsf:${VBOX_MOD_SRC_DIR}/vboxsf)"
+   use X && MODULE_NAMES+=" 
vboxvideo(misc:${VBOX_MOD_SRC_DIR}/vboxvideo::${VBOX_MOD_SRC_DIR}/vboxvideo)"
+
+   linux-mod_pkg_setup
+   BUILD_PARAMS="KERN_DIR=/lib/modules/${KV_FULL}/build 
KERNOUT=${KV_OUT_DIR} KBUILD_EXTRA_SYMBOLS=${S}/Module.symvers"
+}
+
+src_prepare() {
+   # Remove shipped binaries (kBuild,yasm), see bug #232775
+   rm -r kBuild/bin tools || die
+
+   # Provide kernel sources
+   pushd src/VBox/Additions &>/dev/null || die
+   ebegin "Extracting guest kernel module sources"
+   kmk GuestDrivers-src vboxguest-src vboxsf-src vboxvideo-src &>/dev/null 
|| die
+   eend
+   popd &>/dev/null || die
+
+   # PaX fixes (see bug #298988)
+   pushd "${VBOX_MOD_SRC_DIR}" &>/dev/null || die
+   eapply "${FILESDIR}"/vboxguest-6.0.6-log-use-c99.patch
+   popd &>/dev/null || die
+
+   # Disable things unused or splitted into separate ebuilds
+   cp "${FILESDIR}/${PN}-5-localconfig" LocalConfig.kmk || die
+   use X || echo "VBOX_WITH_X11_ADDITIONS :=" >> LocalConfig.kmk
+
+   # Remove pointless GCC version 

[gentoo-commits] repo/gentoo:master commit in: app-misc/tpconfig/files/, app-misc/tpconfig/

2021-03-24 Thread Matt Turner
commit: 956d31bbd2b5152717da12cde6f6c06d5c7da510
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 01:34:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956d31bb

app-misc/tpconfig: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/tpconfig/files/tpconfig-r1| 22 ++
 app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild | 24 
 2 files changed, 46 insertions(+)

diff --git a/app-misc/tpconfig/files/tpconfig-r1 
b/app-misc/tpconfig/files/tpconfig-r1
new file mode 100644
index 000..10020958a03
--- /dev/null
+++ b/app-misc/tpconfig/files/tpconfig-r1
@@ -0,0 +1,22 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   before display-manager
+}
+
+start() {
+   ebegin "Loading tpconfig options..."
+   /usr/bin/tpconfig ${TPOPTIONS} > /dev/null 2> /tmp/tpconfig.start
+   if [ -z "`cat /tmp/tpconfig.start 2> /dev/null`" ]; then
+   eend 0
+   else
+   eend 1
+   fi
+}
+
+stop() {
+   ebegin "Stoping tpconfig (this does nothing)..."
+   eend 0
+}

diff --git a/app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild 
b/app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild
new file mode 100644
index 000..b80c3d28c2f
--- /dev/null
+++ b/app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click 
behaviour"
+HOMEPAGE="http://www.compass.com/synaptics/;
+SRC_URI="http://www.compass.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   einstalldocs
+   dobin "${PN}"
+   newinitd "${FILESDIR}"/"${PN}-r1" "${PN}"
+   newconfd "${FILESDIR}"/"${PN}.conf" "${PN}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/g15stats/, app-misc/g15stats/files/

2021-03-24 Thread Matt Turner
commit: a97ca089830a769859db663b09f0b6867e80cccb
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 01:32:25 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97ca089

app-misc/g15stats: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 .../g15stats/files/{g15stats-1.9.7.initd => g15stats-1.9.7.initd-r1} | 4 ++--
 .../g15stats/{g15stats-1.9.7-r1.ebuild => g15stats-1.9.7-r2.ebuild}  | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-misc/g15stats/files/g15stats-1.9.7.initd 
b/app-misc/g15stats/files/g15stats-1.9.7.initd-r1
similarity index 86%
rename from app-misc/g15stats/files/g15stats-1.9.7.initd
rename to app-misc/g15stats/files/g15stats-1.9.7.initd-r1
index 56a77d328ed..d634deed6ba 100644
--- a/app-misc/g15stats/files/g15stats-1.9.7.initd
+++ b/app-misc/g15stats/files/g15stats-1.9.7.initd-r1
@@ -1,12 +1,12 @@
 #!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 PIDFILE=/var/run/${SVCNAME}.pid
 
 depend() {
need g15daemon
-after xdm
+after display-manager
 }
 
 start() {

diff --git a/app-misc/g15stats/g15stats-1.9.7-r1.ebuild 
b/app-misc/g15stats/g15stats-1.9.7-r2.ebuild
similarity index 90%
rename from app-misc/g15stats/g15stats-1.9.7-r1.ebuild
rename to app-misc/g15stats/g15stats-1.9.7-r2.ebuild
index 199760efdca..65cd673d4d1 100644
--- a/app-misc/g15stats/g15stats-1.9.7-r1.ebuild
+++ b/app-misc/g15stats/g15stats-1.9.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND=">=app-misc/g15daemon-1.9.0
dev-libs/libg15
@@ -41,7 +40,7 @@ src_install() {
rm "${D}"/usr/share/doc/${PF}/{COPYING,NEWS} || die
 
newconfd "${FILESDIR}/${PN}-1.9.7.confd" ${PN}
-   newinitd "${FILESDIR}/${PN}-1.9.7.initd" ${PN}
+   newinitd "${FILESDIR}/${PN}-1.9.7.initd-r1" ${PN}
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/, sys-apps/fwupd/files/

2021-03-24 Thread Matt Turner
commit: 50efd018eb5eb4c07c24d4489dac060dcb483680
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 02:17:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50efd018

sys-apps/fwupd: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/fwupd/files/fwupd-r2   | 13 +
 .../fwupd/{fwupd-1.5.7.ebuild => fwupd-1.5.7-r1.ebuild} |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/sys-apps/fwupd/files/fwupd-r2 b/sys-apps/fwupd/files/fwupd-r2
new file mode 100644
index 000..c8994ddd841
--- /dev/null
+++ b/sys-apps/fwupd/files/fwupd-r2
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="Firmware update daemon"
+pidfile="/var/run/fwupd.pid"
+command="/usr/libexec/fwupd/fwupd"
+command_background="true"
+
+depend() {
+   need %SEAT_MANAGER% dbus
+   before display-manager
+}

diff --git a/sys-apps/fwupd/fwupd-1.5.7.ebuild 
b/sys-apps/fwupd/fwupd-1.5.7-r1.ebuild
similarity index 99%
rename from sys-apps/fwupd/fwupd-1.5.7.ebuild
rename to sys-apps/fwupd/fwupd-1.5.7-r1.ebuild
index 5590327a535..5e5f2c55a63 100644
--- a/sys-apps/fwupd/fwupd-1.5.7.ebuild
+++ b/sys-apps/fwupd/fwupd-1.5.7-r1.ebuild
@@ -149,7 +149,7 @@ src_install() {
 
if ! use minimal ; then
sed "s@%SEAT_MANAGER%@elogind@" \
-   "${FILESDIR}"/${PN}-r1 \
+   "${FILESDIR}"/${PN}-r2 \
> "${T}"/${PN} || die
doinitd "${T}"/${PN}
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/virtualgl/, x11-misc/virtualgl/files/

2021-03-24 Thread Matt Turner
commit: 1607d107ea8254e32d059ce4b9c4375f9608e6f7
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Feb 13 02:04:17 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 24 16:06:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1607d107

x11-misc/virtualgl: revbump for d-m-i

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/virtualgl/files/vgl.initd-r4  | 45 ++
 ...algl-2.6.5.ebuild => virtualgl-2.6.5-r1.ebuild} |  2 +-
 x11-misc/virtualgl/virtualgl-.ebuild   |  4 +-
 3 files changed, 48 insertions(+), 3 deletions(-)

diff --git a/x11-misc/virtualgl/files/vgl.initd-r4 
b/x11-misc/virtualgl/files/vgl.initd-r4
new file mode 100644
index 000..d40686266e0
--- /dev/null
+++ b/x11-misc/virtualgl/files/vgl.initd-r4
@@ -0,0 +1,45 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# TODO: description="*" and other OpenRC 0.9+ candies
+
+depend() {
+   need display-manager
+   after sshd
+}
+
+start() {
+   ebegin "Starting VirtualGL"
+   truncate --size=0 /var/lib/VirtualGL/vgl_xauth_key
+
+  set_xauth
+
+  if [ -z "$XAUTHORITY" ]; then
+
+einfo "Waiting for xauthority..."
+
+# wait for xauth file
+while true; do 
+  set_xauth
+
+  if [ -e "$XAUTHORITY" ]; then
+break;
+  fi
+
+  sleep 1
+done 
+  fi
+
+
+   xauth -f /var/lib/VirtualGL/vgl_xauth_key add $DISPLAY . $(xauth -f 
$XAUTHORITY list | awk '{print $3;exit}') && \
+   chmod 644 /var/lib/VirtualGL/vgl_xauth_key
+   eend $?
+}
+
+stop() {
+   ebegin "Stopping VirtualGL"
+   [ -f /var/lib/VirtualGL/vgl_xauth_key ] && \
+   rm /var/lib/VirtualGL/vgl_xauth_key
+   eend $?
+}

diff --git a/x11-misc/virtualgl/virtualgl-2.6.5.ebuild 
b/x11-misc/virtualgl/virtualgl-2.6.5-r1.ebuild
similarity index 98%
rename from x11-misc/virtualgl/virtualgl-2.6.5.ebuild
rename to x11-misc/virtualgl/virtualgl-2.6.5-r1.ebuild
index f537ef88432..a7857fad033 100644
--- a/x11-misc/virtualgl/virtualgl-2.6.5.ebuild
+++ b/x11-misc/virtualgl/virtualgl-2.6.5-r1.ebuild
@@ -86,7 +86,7 @@ src_install() {
dodir /var/lib/VirtualGL
fowners root:video /var/lib/VirtualGL
fperms 0750 /var/lib/VirtualGL
-   newinitd "${FILESDIR}/vgl.initd-r3" vgl
+   newinitd "${FILESDIR}/vgl.initd-r4" vgl
newconfd "${FILESDIR}/vgl.confd-r2" vgl
 
exeinto /usr/libexec

diff --git a/x11-misc/virtualgl/virtualgl-.ebuild 
b/x11-misc/virtualgl/virtualgl-.ebuild
index b1f2ed56343..c464597e5bc 100644
--- a/x11-misc/virtualgl/virtualgl-.ebuild
+++ b/x11-misc/virtualgl/virtualgl-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -82,7 +82,7 @@ src_install() {
dodir /var/lib/VirtualGL
fowners root:video /var/lib/VirtualGL
fperms 0750 /var/lib/VirtualGL
-   newinitd "${FILESDIR}/vgl.initd-r3" vgl
+   newinitd "${FILESDIR}/vgl.initd-r4" vgl
newconfd "${FILESDIR}/vgl.confd-r2" vgl
 
exeinto /usr/libexec



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

2021-03-24 Thread Ben Kohler
commit: d1b6035d4b9a177cea9d3432da6096586ff51cd6
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Mar 24 16:01:53 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Mar 24 16:06:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b6035d

app-backup/fsarchiver: take package

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 app-backup/fsarchiver/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/fsarchiver/metadata.xml 
b/app-backup/fsarchiver/metadata.xml
index 07abe5954b5..655208bd274 100644
--- a/app-backup/fsarchiver/metadata.xml
+++ b/app-backup/fsarchiver/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
bkoh...@gentoo.org
Ben Kohler




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

2021-03-24 Thread Lars Wendler
commit: dd08f23290597de1cabd5c2593516b5475f94d21
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 24 15:29:15 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 24 15:29:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd08f232

media-sound/mpg123: Removed old

Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/mpg123/Manifest  |   1 -
 media-sound/mpg123/mpg123-1.25.13.ebuild | 105 ---
 2 files changed, 106 deletions(-)

diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
index b9a6c827b45..a15a702eeae 100644
--- a/media-sound/mpg123/Manifest
+++ b/media-sound/mpg123/Manifest
@@ -1,4 +1,3 @@
-DIST mpg123-1.25.13.tar.bz2 910176 BLAKE2B 
c7881fdfda1d2b5acf27c2bd8b2a25329708b481a500a29b4a6ca89d2fc849c05fa25d35b85782b0d430437853013dba23c3b1519f9e299106317c31786302ba
 SHA512 
2308a899f47eb0d17a603cb8a19ea07b1f338d85d9c2f798fb55732d77c603802e18b6ca0215cc59ccdd70fe89816c09fd16a6a91b1d1cd3834bd7877239cb39
 DIST mpg123-1.26.3.tar.bz2 1046915 BLAKE2B 
791fbeb1638b5df8c7c8c6aaa5bf534ff05fac684d10f0f70e5fb1d4bcd59e906c7023926e3a1c1ac5c5622aab7cc50349b24fb6781c79a9d013f38dce77938e
 SHA512 
7574331afaecf3f867455df4b7012e90686ad6ac8c5b5e820244204ea7088bf2b02c3e75f53fe71c205f9eca81fef93f1d969c8d0d1ee9775dc05482290f7b2d
 DIST mpg123-1.26.4.tar.bz2 1050563 BLAKE2B 
1a057f8bf6171f78a2041637b8351ef124f58f160ca237f775ae1a1eeb6e1898b113ca5958acb74d818e706b2825af0b1f93312073742a18134aacb6d5e9
 SHA512 
425162227aafb99b8723428fe9bd403739a2dd68828b86a2cff7f9928a9f0ab3f67420e56c0abe7c9deeb94bce6c6acd59acaa0606ce24c01716465640564785
 DIST mpg123-1.26.5.tar.bz2 1051356 BLAKE2B 
c58ccb78b406bd9405c803d4d203a75ae981e3493fab84e15da49290d2d1b87912292838aa48c50cf192b8bcee4ea1bf18d89bbfc6df14452cb350356e6cbba0
 SHA512 
0c2b3174c834e4bd459a3324b825d9bf9341a3486c0af815773b00cb007578cb718522ac4e983c7ad7e3bb5df9fdd342a03cb51345c41f68971145196ac04b7a

diff --git a/media-sound/mpg123/mpg123-1.25.13.ebuild 
b/media-sound/mpg123/mpg123-1.25.13.ebuild
deleted file mode 100644
index 634c8ef13f4..000
--- a/media-sound/mpg123/mpg123-1.25.13.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs libtool multilib-minimal
-
-DESCRIPTION="a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
-HOMEPAGE="https://www.mpg123.org/;
-SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
-
-# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
-RDEPEND="
-   app-eselect/eselect-mpg123
-   dev-libs/libltdl:0
-   alsa? ( media-libs/alsa-lib )
-   jack? ( virtual/jack )
-   nas? ( media-libs/nas )
-   portaudio? ( media-libs/portaudio )
-   pulseaudio? ( media-sound/pulseaudio )
-   sdl? ( media-libs/libsdl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS NEWS.libmpg123 README )
-
-pkg_setup() {
-   # Build fails without -D_GNU_SOURCE like this:
-   # error: ‘struct hostent’ has no member named ‘h_addr’
-   append-cflags -D_GNU_SOURCE
-}
-
-src_prepare() {
-   default
-   elibtoolize # for Darwin bundles
-}
-
-multilib_src_configure() {
-   local _audio=dummy
-   local _output=dummy
-   local _cpu=generic_fpu
-
-   if $(multilib_is_native_abi) ; then
-   local flag
-   for flag in nas portaudio sdl oss jack alsa pulseaudio 
coreaudio; do
-   if use ${flag}; then
-   _audio+=" ${flag/pulseaudio/pulse}"
-   _output=${flag/pulseaudio/pulse}
-   fi
-   done
-   fi
-
-   use cpu_flags_ppc_altivec && _cpu=altivec
-
-   if [[ $(tc-arch) == amd64 || ${ARCH} == x64-* ]]; then
-   use cpu_flags_x86_sse && _cpu=x86-64
-   elif use x86 && gcc-specs-pie ; then
-   # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504
-   _cpu=generic_fpu
-   else
-   use cpu_flags_x86_mmx && _cpu=mmx
-   use cpu_flags_x86_3dnow && _cpu=3dnow
-   use cpu_flags_x86_sse && _cpu=x86
-   use cpu_flags_x86_3dnowext && _cpu=x86
-   fi
-
-   local myconf=(
-   --with-optimization=0
-   --with-audio="${_audio}"
-   --with-default-audio=${_output}
-   --with-cpu=${_cpu}
-   --enable-network
-  

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

2021-03-24 Thread Lars Wendler
commit: c1fd97b0162152aff1e120a9c3642f7e58ee076a
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 24 15:28:26 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 24 15:29:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fd97b0

media-sound/mpg123: Bump to version 1.26.5

Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/mpg123/Manifest |   1 +
 media-sound/mpg123/mpg123-1.26.5.ebuild | 105 
 2 files changed, 106 insertions(+)

diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
index 6c65bea1514..b9a6c827b45 100644
--- a/media-sound/mpg123/Manifest
+++ b/media-sound/mpg123/Manifest
@@ -1,3 +1,4 @@
 DIST mpg123-1.25.13.tar.bz2 910176 BLAKE2B 
c7881fdfda1d2b5acf27c2bd8b2a25329708b481a500a29b4a6ca89d2fc849c05fa25d35b85782b0d430437853013dba23c3b1519f9e299106317c31786302ba
 SHA512 
2308a899f47eb0d17a603cb8a19ea07b1f338d85d9c2f798fb55732d77c603802e18b6ca0215cc59ccdd70fe89816c09fd16a6a91b1d1cd3834bd7877239cb39
 DIST mpg123-1.26.3.tar.bz2 1046915 BLAKE2B 
791fbeb1638b5df8c7c8c6aaa5bf534ff05fac684d10f0f70e5fb1d4bcd59e906c7023926e3a1c1ac5c5622aab7cc50349b24fb6781c79a9d013f38dce77938e
 SHA512 
7574331afaecf3f867455df4b7012e90686ad6ac8c5b5e820244204ea7088bf2b02c3e75f53fe71c205f9eca81fef93f1d969c8d0d1ee9775dc05482290f7b2d
 DIST mpg123-1.26.4.tar.bz2 1050563 BLAKE2B 
1a057f8bf6171f78a2041637b8351ef124f58f160ca237f775ae1a1eeb6e1898b113ca5958acb74d818e706b2825af0b1f93312073742a18134aacb6d5e9
 SHA512 
425162227aafb99b8723428fe9bd403739a2dd68828b86a2cff7f9928a9f0ab3f67420e56c0abe7c9deeb94bce6c6acd59acaa0606ce24c01716465640564785
+DIST mpg123-1.26.5.tar.bz2 1051356 BLAKE2B 
c58ccb78b406bd9405c803d4d203a75ae981e3493fab84e15da49290d2d1b87912292838aa48c50cf192b8bcee4ea1bf18d89bbfc6df14452cb350356e6cbba0
 SHA512 
0c2b3174c834e4bd459a3324b825d9bf9341a3486c0af815773b00cb007578cb718522ac4e983c7ad7e3bb5df9fdd342a03cb51345c41f68971145196ac04b7a

diff --git a/media-sound/mpg123/mpg123-1.26.5.ebuild 
b/media-sound/mpg123/mpg123-1.26.5.ebuild
new file mode 100644
index 000..0a9547accb7
--- /dev/null
+++ b/media-sound/mpg123/mpg123-1.26.5.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs libtool multilib-minimal
+
+DESCRIPTION="a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
+HOMEPAGE="https://www.mpg123.org/;
+SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
+
+# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
+RDEPEND="
+   app-eselect/eselect-mpg123
+   dev-libs/libltdl:0
+   alsa? ( media-libs/alsa-lib )
+   jack? ( virtual/jack )
+   nas? ( media-libs/nas )
+   portaudio? ( media-libs/portaudio )
+   pulseaudio? ( media-sound/pulseaudio )
+   sdl? ( media-libs/libsdl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS NEWS.libmpg123 README )
+
+pkg_setup() {
+   # Build fails without -D_GNU_SOURCE like this:
+   # error: ‘struct hostent’ has no member named ‘h_addr’
+   append-cflags -D_GNU_SOURCE
+}
+
+src_prepare() {
+   default
+   elibtoolize # for Darwin bundles
+}
+
+multilib_src_configure() {
+   local _audio=dummy
+   local _output=dummy
+   local _cpu=generic_fpu
+
+   if $(multilib_is_native_abi) ; then
+   local flag
+   for flag in nas portaudio sdl oss jack alsa pulseaudio 
coreaudio; do
+   if use ${flag}; then
+   _audio+=" ${flag/pulseaudio/pulse}"
+   _output=${flag/pulseaudio/pulse}
+   fi
+   done
+   fi
+
+   use cpu_flags_ppc_altivec && _cpu=altivec
+
+   if [[ $(tc-arch) == amd64 || ${ARCH} == x64-* ]]; then
+   use cpu_flags_x86_sse && _cpu=x86-64
+   elif use x86 && gcc-specs-pie ; then
+   # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504
+   _cpu=generic_fpu
+   else
+   use cpu_flags_x86_mmx && _cpu=mmx
+   use cpu_flags_x86_3dnow && _cpu=3dnow
+   use cpu_flags_x86_sse && _cpu=x86
+   use cpu_flags_x86_3dnowext && _cpu=x86
+   fi
+
+   local myconf=(
+   --with-optimization=0
+   --with-audio="${_audio}"
+   --with-default-audio=${_output}
+   --with-cpu=${_cpu}
+   

[gentoo-commits] repo/gentoo:master commit in: dev-util/confix-wrapper/, sys-libs/suacomp/files/, sys-libs/suacomp/

2021-03-24 Thread Michael Haubenwallner
commit: 7bb91e4a39b915ea1a747dc6cf7fa032f7ee740e
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Mar 22 06:35:19 2021 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Mar 24 15:21:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb91e4a

drop obsolete packages

dev-util/confix-wrapper for dev-util/confix having vanished
sys-libs/suacomp for Interix having vanished

Signed-off-by: Michael Haubenwallner  gentoo.org>

 dev-util/confix-wrapper/confix-wrapper-1.ebuild| 35 
 dev-util/confix-wrapper/metadata.xml   | 11 
 sys-libs/suacomp/Manifest  |  1 -
 .../suacomp/files/suacomp-0.6.14-strtoll.patch | 44 ---
 sys-libs/suacomp/metadata.xml  | 16 --
 sys-libs/suacomp/suacomp-0.6.14.ebuild | 66 --
 sys-libs/suacomp/suacomp-.ebuild   | 60 
 7 files changed, 233 deletions(-)

diff --git a/dev-util/confix-wrapper/confix-wrapper-1.ebuild 
b/dev-util/confix-wrapper/confix-wrapper-1.ebuild
deleted file mode 100644
index 3e4e5617ea2..000
--- a/dev-util/confix-wrapper/confix-wrapper-1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wrapper to select either confix1.py or confix2.py"
-HOMEPAGE="http://confix.sourceforge.net;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
-IUSE=""
-S=${WORKDIR}
-
-src_unpack() {
-   cat >> confix <
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ha...@gentoo.org
-   Michael Haubenwallner
-   
-   
-   confix
-   
-

diff --git a/sys-libs/suacomp/Manifest b/sys-libs/suacomp/Manifest
deleted file mode 100644
index 2983314f49f..000
--- a/sys-libs/suacomp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST suacomp-0.6.14.tar.gz 36712 BLAKE2B 
09df68729de50753e987a958a7184125308b652dcd4483acfa89bdf454a74341398ef4e5db616b1b2d8e51025040e7e3807df9221402b17e63fb3fd862272f68
 SHA512 
6e559059c18c1412611d837bf2f5fad08deaf9145464347f712fdb0cd4e0dfae1b7b46253ef086bd4c98cc1555111872b6b5af5272b77a88c767e9008143b7f1

diff --git a/sys-libs/suacomp/files/suacomp-0.6.14-strtoll.patch 
b/sys-libs/suacomp/files/suacomp-0.6.14-strtoll.patch
deleted file mode 100644
index 16ee7f4e5c4..000
--- a/sys-libs/suacomp/files/suacomp-0.6.14-strtoll.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From a498772e5fe942eafe06ed62a00a21c4b99164b5 Mon Sep 17 00:00:00 2001
-From: David Holm 
-Date: Fri, 14 Sep 2012 20:57:30 +0200
-Subject: [PATCH] Fixes build issues on SUA 6.0
-
-The prototypes for strto[u]ll.c in SUA 6.0 use C99 and are defined using 
(u_)quad_t. This will cause compilation to fail since there is a mismatch 
between stdlib.h and the implementation in suacomp. This change switches to the 
C99 definition and undefines strto[u]ll in case stdlib.h wants to map them to 
existing implementations.
-
-https://sourceforge.net/p/suacomp/tickets/1/

- strtoll.c  |3 ++-
- strtoull.c |3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/strtoll.c b/strtoll.c
-index 12f9886..c9e34b8 100644
 a/strtoll.c
-+++ b/strtoll.c
-@@ -9,7 +9,8 @@
- #include 
- #include 
- 
--long long int strtoll(const char* nptr, char** endptr, int base) {
-+#undef strtoll
-+quad_t strtoll(const char* nptr, char** endptr, int base) {
- long long int ret;
- DT("enter: %p, %p, %d\n", nptr, endptr, base);
- 
-diff --git a/strtoull.c b/strtoull.c
-index d0e0e67..622ee9b 100644
 a/strtoull.c
-+++ b/strtoull.c
-@@ -9,7 +9,8 @@
- #include 
- #include 
- 
--long long int strtoull(const char* nptr, char** endptr, int base) {
-+#undef strtoull
-+u_quad_t strtoull(const char* nptr, char** endptr, int base) {
- long long int ret;
- DT("enter: %p, %p, %d\n", nptr, endptr, base);
- 
--- 
-1.7.6.1
-

diff --git a/sys-libs/suacomp/metadata.xml b/sys-libs/suacomp/metadata.xml
deleted file mode 100644
index 0d95d5d4e80..000
--- a/sys-libs/suacomp/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ha...@gentoo.org
-   Michael Haubenwallner
-   
-   
-   A small library, trying to overcome the problems occuring when building
-   (and using) gentoo-prefix on an interix based system. This has no use
-   on non-interix systems.
-   
-   
-   suacomp
-   
-

diff --git a/sys-libs/suacomp/suacomp-0.6.14.ebuild 
b/sys-libs/suacomp/suacomp-0.6.14.ebuild
deleted file mode 100644
index be3e9886e4e..000
--- a/sys-libs/suacomp/suacomp-0.6.14.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/roct-thunk-interface/files/, dev-libs/roct-thunk-interface/

2021-03-24 Thread Craig Andrews
commit: ee72ce1c930b47380a07d355e5cef994ab3477c3
Author: Wilfried Holzke  holzke  net>
AuthorDate: Wed Mar 24 14:43:25 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Mar 24 14:57:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee72ce1c

dev-libs/roct-thunk-interface: Version bump to 4.1.0

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

 dev-libs/roct-thunk-interface/Manifest |  1 +
 .../roct-thunk-interface-4.1.0-append-flags.patch  | 27 ++
 .../roct-thunk-interface-4.0.0.ebuild  |  2 +-
 0.ebuild => roct-thunk-interface-4.1.0.ebuild} |  6 -
 4 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/dev-libs/roct-thunk-interface/Manifest 
b/dev-libs/roct-thunk-interface/Manifest
index 71c8bfeec83..d5b1d9ab69b 100644
--- a/dev-libs/roct-thunk-interface/Manifest
+++ b/dev-libs/roct-thunk-interface/Manifest
@@ -1 +1,2 @@
 DIST roct-thunk-interface-4.0.0.tar.gz 2694100 BLAKE2B 
49ca128902335fc36d44b9e71d444a467bdd0b39ce0b487c70f1f68180fb4b564b10a65e26e41b71d5e66721c3086ec834aee2550246172965f2d611ce9a644a
 SHA512 
cbb45c4372ce2620fce6ccbf94e8e7600256d12acf6721da9d22aeb619cec9d4e4e25354649b83fb322f8d369347c251ebb7242ff8fc3976cc3983de0d8e30a9
+DIST roct-thunk-interface-4.1.0.tar.gz 2697077 BLAKE2B 
6d5d35c57d73c7d23fe28f438421372c1dcd51b1bcbf8720dfc993ce56a4afb3cd2c5d14185f4424436db4ce6d1d48dd5f802d0fc24ea1dd78ceb5cff7604103
 SHA512 
adef8c6c8f375d6d402c1066859fdb45f1e938578011fa0008ad242e1365d3672c5cb02a50f98b6f2d760269b4ef46b33a77f237521b76afe42ac883c71ecd86

diff --git 
a/dev-libs/roct-thunk-interface/files/roct-thunk-interface-4.1.0-append-flags.patch
 
b/dev-libs/roct-thunk-interface/files/roct-thunk-interface-4.1.0-append-flags.patch
new file mode 100644
index 000..2f5f1c67494
--- /dev/null
+++ 
b/dev-libs/roct-thunk-interface/files/roct-thunk-interface-4.1.0-append-flags.patch
@@ -0,0 +1,27 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a3a4d99..0015b0f 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -99,17 +99,17 @@ set (HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS} 
-Wl,--enable-new-dtags -Wl,--versio
+ ## Address Sanitize Flag
+ if ( ${ADDRESS_SANITIZER} )
+ set ( HSAKMT_C_FLAGS "${HSAKMT_C_FLAGS}" -fsanitize=address )
+-set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS}" -fsanitize=address )
++set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS} -fsanitize=address ")
+ if ( BUILD_SHARED_LIBS )
+-set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS}" -shared-libsan )
++set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS} -shared-libsan ")
+ else ()
+-set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS}" -static-libsan )
++set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS} -static-libsan ")
+ endif ()
+ else ()
+ if ( CMAKE_COMPILER_IS_GNUCC )
+-set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS}" -Wl,-no-undefined )
++set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS} -Wl,-no-undefined ")
+ else ()
+-set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS}" -Wl,-undefined,error )
++set ( HSAKMT_LINK_FLAGS "${HSAKMT_LINK_FLAGS} -Wl,-undefined,error ")
+ endif ()
+ endif ()
+ 

diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-4.0.0.ebuild 
b/dev-libs/roct-thunk-interface/roct-thunk-interface-4.0.0.ebuild
index ee5be506ed8..3cbf10ed4cd 100644
--- a/dev-libs/roct-thunk-interface/roct-thunk-interface-4.0.0.ebuild
+++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-4.0.0.ebuild 
b/dev-libs/roct-thunk-interface/roct-thunk-interface-4.1.0.ebuild
similarity index 89%
copy from dev-libs/roct-thunk-interface/roct-thunk-interface-4.0.0.ebuild
copy to dev-libs/roct-thunk-interface/roct-thunk-interface-4.1.0.ebuild
index ee5be506ed8..16e23a2d974 100644
--- a/dev-libs/roct-thunk-interface/roct-thunk-interface-4.0.0.ebuild
+++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-4.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,10 @@ SLOT="0/$(ver_cut 1-2)"
 RDEPEND="sys-process/numactl"
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}/roct-thunk-interface-4.1.0-append-flags.patch"
+)
+
 src_prepare() {
sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
cmake_src_prepare



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

2021-03-24 Thread Rick Farina
commit: 758b33b9ce4a32fe7f3aeaab38fd0cdca986bfdb
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Mar 24 14:39:18 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Mar 24 14:40:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758b33b9

net-libs/libhackrf: bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Rick Farina  gentoo.org>

 net-libs/libhackrf/Manifest   |  1 +
 net-libs/libhackrf/libhackrf-2021.03.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/net-libs/libhackrf/Manifest b/net-libs/libhackrf/Manifest
index af3c0c631bc..aecac7602c0 100644
--- a/net-libs/libhackrf/Manifest
+++ b/net-libs/libhackrf/Manifest
@@ -1 +1,2 @@
 DIST hackrf-2018.01.1.tar.xz 15464500 BLAKE2B 
3a56305ce17b46660621b8f3e996e35909d7a8e7ab88ef643ed8f4c8d68f346e11dfe5fd2cb37aa23af62f202f28d9a8dc1da0cd8768fdbd6f293c65562f25a4
 SHA512 
89848fb58a8a29f7fe85bd817d5716117a2c7a5f2c4bb8582ad1ba8186831ca3054ea1314de943d1e923641eb18b6008cd8af79585e58fa50d55d5a7fd1b04e4
+DIST hackrf-2021.03.1.tar.xz 13661964 BLAKE2B 
0a00b2d24cc6ac7ca36f66e8f5b3029cfd446a6c5b5427f7d25db6dd191693c1e1c010abd85907813d55c6bd367780c70860b4f7e7f83fb9970d425311893780
 SHA512 
4a88b877a9f6fee0c8d9496eb265655af4baa678e862ca6147596cd3a1d85dd50315da6531efa54d050847ce5068c4726393b4897d40576888d10a898ad57139

diff --git a/net-libs/libhackrf/libhackrf-2021.03.1.ebuild 
b/net-libs/libhackrf/libhackrf-2021.03.1.ebuild
new file mode 100644
index 000..c5c30e59473
--- /dev/null
+++ b/net-libs/libhackrf/libhackrf-2021.03.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils udev
+
+DESCRIPTION="library for communicating with HackRF SDR platform"
+HOMEPAGE="http://greatscottgadgets.com/hackrf/;
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/mossmann/hackrf.git;
+   inherit git-r3
+   EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
+   S="${WORKDIR}/hackrf/host/libhackrf"
+else
+   S="${WORKDIR}/hackrf-${PV}/host/libhackrf"
+   
SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE="+udev"
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_UDEV_RULES="$(usex udev)"
+   )
+   if use udev; then
+   mycmakeargs+=(
+   -DUDEV_RULES_GROUP=usb
+   -DUDEV_RULES_PATH="$(get_udevdir)/rules.d"
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   use udev && einfo "Users in the usb group can use hackrf."
+}



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

2021-03-24 Thread Rick Farina
commit: 26859fe0c495506e50e027dfc65698cec9337061
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Mar 24 14:39:56 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Mar 24 14:40:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26859fe0

net-wireless/hackrf-tools: bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/hackrf-tools/Manifest |  1 +
 .../hackrf-tools/hackrf-tools-2021.03.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/net-wireless/hackrf-tools/Manifest 
b/net-wireless/hackrf-tools/Manifest
index af3c0c631bc..aecac7602c0 100644
--- a/net-wireless/hackrf-tools/Manifest
+++ b/net-wireless/hackrf-tools/Manifest
@@ -1 +1,2 @@
 DIST hackrf-2018.01.1.tar.xz 15464500 BLAKE2B 
3a56305ce17b46660621b8f3e996e35909d7a8e7ab88ef643ed8f4c8d68f346e11dfe5fd2cb37aa23af62f202f28d9a8dc1da0cd8768fdbd6f293c65562f25a4
 SHA512 
89848fb58a8a29f7fe85bd817d5716117a2c7a5f2c4bb8582ad1ba8186831ca3054ea1314de943d1e923641eb18b6008cd8af79585e58fa50d55d5a7fd1b04e4
+DIST hackrf-2021.03.1.tar.xz 13661964 BLAKE2B 
0a00b2d24cc6ac7ca36f66e8f5b3029cfd446a6c5b5427f7d25db6dd191693c1e1c010abd85907813d55c6bd367780c70860b4f7e7f83fb9970d425311893780
 SHA512 
4a88b877a9f6fee0c8d9496eb265655af4baa678e862ca6147596cd3a1d85dd50315da6531efa54d050847ce5068c4726393b4897d40576888d10a898ad57139

diff --git a/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild 
b/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild
new file mode 100644
index 000..391540f6c44
--- /dev/null
+++ b/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="tools for communicating with HackRF SDR platform"
+HOMEPAGE="http://greatscottgadgets.com/hackrf/;
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/mossmann/hackrf.git;
+   inherit git-r3
+   EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
+   S="${WORKDIR}/hackrf/host/hackrf-tools"
+else
+   S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools"
+   
SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="~net-libs/libhackrf-${PV}:=
+   sci-libs/fftw:3.0="
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   newsbin "${FILESDIR}/hackrf_easy_flash-r1" hackrf_easy_flash
+   if [[ ${PV} != "" ]] ; then
+   insinto /usr/share/hackrf
+   newins 
"${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_jawbreaker_usb.bin" 
hackrf_jawbreaker_usb-${PV}.bin
+   newins 
"${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_jawbreaker_usb.dfu" 
hackrf_jawbreaker_usb-${PV}.dfu
+   newins 
"${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_one_usb.bin" 
hackrf_one_usb-${PV}.bin
+   newins 
"${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_one_usb.dfu" 
hackrf_one_usb-${PV}.dfu
+   newins 
"${WORKDIR}/hackrf-${PV}/firmware/cpld/sgpio_if/default.xsvf" 
hackrf_cpld_default-${PV}.xsvf
+   ln -s hackrf_one_usb-${PV}.bin 
"${ED}/usr/share/hackrf/hackrf_one_usb_rom_to_ram.bin"
+   ln -s hackrf_one_usb-${PV}.bin 
"${ED}/usr/share/hackrf/hackrf_one_usb.bin"
+   ln -s hackrf_one_usb-${PV}.dfu 
"${ED}/usr/share/hackrf/hackrf_one_usb_ram.dfu"
+   ln -s hackrf_one_usb-${PV}.dfu 
"${ED}/usr/share/hackrf/hackrf_one_usb.dfu"
+   else
+   ewarn "The compiled firmware files are only available in the 
versioned releases, you are on your own for this."
+   ewarn "A hackrf-firmware ebuild is available in the pentoo 
overlay, if you feel adventurous."
+   fi
+}



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

2021-03-24 Thread Lars Wendler
commit: 176c30f751207d6334649754d30939e8187f9ebe
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 24 14:19:29 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 24 14:32:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176c30f7

dev-libs/libinput: Bump to version 1.17.1

Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/libinput/Manifest   |  1 +
 dev-libs/libinput/libinput-1.17.1.ebuild | 88 
 2 files changed, 89 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 764662712e7..25bbc37abd5 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -1,3 +1,4 @@
 DIST libinput-1.16.4.tar.xz 596028 BLAKE2B 
ad2160d83bcbdd65383272e0c4b35e35c7b46a6d0c771d7c0188c92b204d57dae73d0820bb93f662f155c1eab19c0195110f5a18a68de890c808925d5c056814
 SHA512 
a95a3bcf58a9298946d15f4f2fd93dc5807d3042f8797950a1ffd96d3c979b55a764f035a9f7680d0ea400b033698c322eb61a4387dbc280db6110ffd3e137ee
 DIST libinput-1.16.5.tar.xz 595000 BLAKE2B 
c325aac47a73992232cf7905935bb6ef0ace89d6e4e8d64feff3fcdde3aa9acb6c1470a07cc89430bfecf52df62a37617ced1cf5f05435eefa1902ee85e20a0e
 SHA512 
b2fdd87375cbd5b212f76cefedfaa146966dde1d5e5d566beadd3167749dc3667214946178b157fa4b44360dc6b86a25ffb0356049cdf5a57d0fa2b8e3fcb1e9
 DIST libinput-1.17.0.tar.xz 612004 BLAKE2B 
035b85115917804c032a4b0629b4cfee29513beff6cf84921d95d3f9d09d5f55574e1088256f72e271dbb6508b66c6a7271cf07be572a402e6c9ef02f075591f
 SHA512 
490c7e59cbaa43e4190dbc421582dca887b6ae92304c4f8f3ea9df515bd76de41ca9a376e6f1cfe7b235dd2d5d8d8ef5982f5ddcf958e3b31b981e9440bb0888
+DIST libinput-1.17.1.tar.xz 611492 BLAKE2B 
274312240fccc49a45dedc3d41018bc952f25040217f388fd461aebabe796be106dd4f34cb2e40ce91fc75219c47fbd605c6facdc4d47893420e5df199a7edb7
 SHA512 
2e7baa198fed9c673d28453efb066f9371f2b575a844e41cde455c636bbe1cc68faae7129026944a502cd5d7bfcc72272066b9e3cda5c959f7b464483f9dd860

diff --git a/dev-libs/libinput/libinput-1.17.1.ebuild 
b/dev-libs/libinput/libinput-1.17.1.ebuild
new file mode 100644
index 000..610b570961f
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.17.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 2014-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit meson python-any-r1 udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ 
https://gitlab.freedesktop.org/libinput/libinput;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/10"
+[[ "$(ver_cut 3)" -gt 900 ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="doc input_devices_wacom test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   $(python_gen_any_dep '
+   dev-python/commonmark[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]
+   ')
+   >=app-doc/doxygen-1.8.3
+   >=media-gfx/graphviz-2.38.0
+   )
+"
+#  test? ( dev-util/valgrind )
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
+   >=dev-libs/libevdev-1.3
+   >=sys-libs/mtdev-1.1
+   virtual/libudev:=
+   virtual/udev
+"
+DEPEND="${RDEPEND}
+   test? ( >=dev-libs/check-0.9.10 )"
+
+python_check_deps() {
+   has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \
+   has_version ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   sed "s@, '-Werror'@@" -i meson.build || die #744250
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   local emesonargs=(
+   -Ddebug-gui=false
+   $(meson_use doc documentation)
+   $(meson_use input_devices_wacom libwacom)
+   $(meson_use test tests)
+   -Dudev-dir="${EPREFIX}$(get_udevdir)"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use doc ; then
+   docinto html
+   dodoc -r "${BUILD_DIR}"/Documentation/.
+   fi
+}
+
+pkg_postinst() {
+   pkgname="dev-python/python-libevdev"
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "${pkgname}" ; then
+   einfo "${pkgname} must be installed to use the"
+   einfo "libinput measure and libinput replay tools."
+   fi
+
+   udevadm hwdb --update --root="${ROOT}"
+}



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

2021-03-24 Thread Mathieu Tortuyaux
commit: 4c195dd747ba51f36dfce50ccbbadbb2e0fc046c
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Tue Mar 23 21:47:35 2021 +
Commit: Mathieu Tortuyaux  gmail  com>
CommitDate: Wed Mar 24 14:27:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c195dd7

sys-process/iotop-c: bump to 1.17

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

 sys-process/iotop-c/Manifest | 2 +-
 sys-process/iotop-c/{iotop-c-1.16.ebuild => iotop-c-1.17.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
index f8eba1a25..c75022f70 100644
--- a/sys-process/iotop-c/Manifest
+++ b/sys-process/iotop-c/Manifest
@@ -1 +1 @@
-DIST iotop-c-1.16.tar.gz 37912 BLAKE2B 
f27e0f1edfe2ec61530355fd7cfe43078efdac77036c85efd289fa0c8005614ecf5112741bc24c0038c3e643bdc28793271166ec2b1a26fff827986d09292cd9
 SHA512 
c96077941857260935d9db3ea7d9f03ef0af9b7e9fed6ddffb8a3eece205f22da87deb21e0ab25ebd030e7d898140467f47585965e50f9a99e92db1236eb1a05
+DIST iotop-c-1.17.tar.gz 40456 BLAKE2B 
6698d6a71b945b15cca0244611995a0c2de932613f0e0fe4dcb3e10a6ad495fd56318d16c9d3ae9a896e9d735ead748f13bd085ca152fccc370be2755383bc5a
 SHA512 
80a9eee8998aa68b81f1c40067e5da5ae703b0e4f29f41a9e9a8cb9eb40eecfb2bedfc952519b7a22d62e1c273a15d1b36e25e693142af99a45876bfb3e16eaf

diff --git a/sys-process/iotop-c/iotop-c-1.16.ebuild 
b/sys-process/iotop-c/iotop-c-1.17.ebuild
similarity index 100%
rename from sys-process/iotop-c/iotop-c-1.16.ebuild
rename to sys-process/iotop-c/iotop-c-1.17.ebuild



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

2021-03-24 Thread Mike Pagano
commit: f87fb1515c1b7518043acbe68a58caf3c13627fd
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 24 14:24:30 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 24 14:24:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87fb151

sys-kernel/gentoo-sources: Linux version bumps

Linux version 4.4.263
Linux version 4.9.263
Linux version 4.14.227
Linux version 4.19.183
Linux version 5.11.9
Linux version 5.4.108

Update for CPU optimization patch for
4.19, 5.4 and 5.11

Bug: https://bugs.gentoo.org/777666
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest | 18 ++
 .../gentoo-sources/gentoo-sources-4.14.227.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.19.183.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.4.263.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-4.9.263.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.11.9.ebuild| 28 ++
 .../gentoo-sources/gentoo-sources-5.4.108.ebuild   | 28 ++
 7 files changed, 186 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index fc91b0cb8ac..7fde36e59f5 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -16,6 +16,9 @@ DIST genpatches-4.14-235.extras.tar.xz 3340 BLAKE2B 
8e02bbae5fd943875ef68e9e2b6c
 DIST genpatches-4.14-236.base.tar.xz 4936824 BLAKE2B 
69e3cdfd71c5ee428b6fbcf9f44a1fb3835bdbed12fea222c08d329921ab666fa005b170e46f36bf6cddcb34c10b04c464ed096b318c4155047b65f747987fff
 SHA512 
890a4d5443189b955e68a763a4b423bbe540f35e6a59cf91175a80f82567ea36f68cf7ec0064b1e61856f318268843f1295ee2b93b760759261b0b461a5f9e0a
 DIST genpatches-4.14-236.experimental.tar.xz 6088 BLAKE2B 
2cca690993a643568449e6b401a40af91e2e5ed7f9a3e8be8324dacbf63e3fdb19f00776f036cd805b5d7c1ac96951de5440e799e09d720cbc0504f0bc216da2
 SHA512 
70504b4fe357d766d5e7585fcaaf106389669b0f3f8f7b20dc3ef803c82381d3009b853112245d4252b5422ddfb49c5501220167c6711d3c5064555bad5b9d2c
 DIST genpatches-4.14-236.extras.tar.xz 3340 BLAKE2B 
0853feef964c97f2c67e3022b010e945ba9a35d82eb0da7825e9b113770aa4ac0611c08c8e9dcaa7782fdecb1fc45edbec9de7089ad93b9ded5007be297b9e92
 SHA512 
13da102d782e08313a9b61bceaddee42740615c314eefe8ac50439c3ad89c79cdb792fe3fa33280e56f0384f71ef445d593efe02ae7d7cd4f837af0c9ecf30c1
+DIST genpatches-4.14-237.base.tar.xz 4948692 BLAKE2B 
bd75b167cb66095b374c93d1ea1b6186d6e8073c24bad3db01d694031eb0ecbad43f978a51fb76d371696caab6fd5c51ce36ec2345b326ec9f7503a747b930c7
 SHA512 
03c346529cc46920cae71dcc575c7626ecee12633dfe824a68baffdb70aca62ecc89b44e97cabd1bca4a4f15244257451e167f98141b302f6202c38aaa23f065
+DIST genpatches-4.14-237.experimental.tar.xz 6092 BLAKE2B 
b971688b791a63daf0ef6667d832c9c18adae13c9653d25bf71ffd4ed6fb2c1d3fdb3722fed9eb409dd7a114cf4a878f3da45660f1ce2232734195ea61310a86
 SHA512 
3d1e47c1aa4ec4b4fbd9ede8bddad4f40a32fc924f320e392de077ece2215d686ae509d1ba40a1dbcd2a337c3bfeef023adc6277a579aae6f84fb3b72e7d63a4
+DIST genpatches-4.14-237.extras.tar.xz 3340 BLAKE2B 
472edfd73bff93851d897fb9512970b4b49c5de852310716b85e231281f73caf34fa6082766179d9120dbc36638d2c3c40c6cd5ed41b1d96834bec021ac581e7
 SHA512 
47e4c6be243c181aca8062a2e66d1fbd756cdc4949caabde515ca2ffa41ab09f6bc636973dd04cbb071088b0e9328c1feecb4bd9b8c6b38a0fe4adc0a2c56ec4
 DIST genpatches-4.19-159.base.tar.xz 4174792 BLAKE2B 
1381a2531b6297e1f76af70107c08a3b7b304177b14a1407ffc41a5851a4249ec4adf5ed00539542c97a0c8dc0cffdb20c3681b9da17409cd9d4ac711b353dd8
 SHA512 
e75991fde39f093c77b4e7f16aca7b24be47e1e438df7a60a97e0db7aa14ae6c0ed868685da0979c10ce9064839adca84c76a6ec87c1fbe41eed7a20788ca776
 DIST genpatches-4.19-159.experimental.tar.xz 6980 BLAKE2B 
62605b1fe8ad86233bdfb183df2019dc4d6c74243678f5aad08167ae67b8e0dc45be7a33cae59a9c30678c986c9066722dd32ff18ee572d9ee5f7f2f51caae20
 SHA512 
240ecdaecca79bf417b080f6ea3dd2cad113694d2f49ae7a9910e26250f381721dcac0804b3e983272a5ea66cc1455cf94c668442e98ce5938868fea1913050e
 DIST genpatches-4.19-159.extras.tar.xz 3312 BLAKE2B 
480dfb15464c46ff0cad7447476ec66535c6b32ea9ca822ef7f8911b4db7d389c6bb1d1b80811107afb77e290fd4c887ac1786a95729c58673180324246d655e
 SHA512 
8d55a3f9e1516e32e95719a5c9d5c1018bbcdd8f2412b138a46da1419252d9e088d2f1071a5c44dea969bbf4d93461c58edd17ca1b9ef835addb9bd065eda259
@@ -37,6 +40,9 @@ DIST genpatches-4.19-180.extras.tar.xz 3316 BLAKE2B 
bcd6fd1084bbf9805a3878ab766d
 DIST genpatches-4.19-181.base.tar.xz 4474816 BLAKE2B 
dd93c9ba9fccf1bd58d0fad0e55ee4cd35f4c39c393f5e908ba5f6776f25c35f511b3fbeec5138fa8ed2334abe0ac511412e18ed093cdf2bcb14761e10b3d63a
 SHA512 
cb8a47cfd18913988b71848651fe1edaf32bedea0f9fd8ecc167207e0cf20daf8ffdfc6038a92a5db908d7bdec77ebc25ab07f83860c0c3e6c8dcf2f6894e4e8
 DIST genpatches-4.19-181.experimental.tar.xz 6984 BLAKE2B 

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

2021-03-24 Thread Ben Kohler
commit: 34e9aaa063a3c730d5da6984ba0842c6ca185006
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Mar 24 13:46:06 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Mar 24 13:46:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e9aaa0

sys-apps/flashrom: drop sparc keywords

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 sys-apps/flashrom/flashrom-1.2-r3.ebuild | 2 +-
 sys-apps/flashrom/flashrom-.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/flashrom/flashrom-1.2-r3.ebuild 
b/sys-apps/flashrom/flashrom-1.2-r3.ebuild
index 77375529245..574e00f7884 100644
--- a/sys-apps/flashrom/flashrom-1.2-r3.ebuild
+++ b/sys-apps/flashrom/flashrom-1.2-r3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-v${PV}"
SRC_URI="https://download.flashrom.org/releases/${MY_P}.tar.bz2;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 

diff --git a/sys-apps/flashrom/flashrom-.ebuild 
b/sys-apps/flashrom/flashrom-.ebuild
index a307041b274..64c28bcfbec 100644
--- a/sys-apps/flashrom/flashrom-.ebuild
+++ b/sys-apps/flashrom/flashrom-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-v${PV}"
SRC_URI="https://download.flashrom.org/releases/${MY_P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2021-03-24 Thread Ben Kohler
commit: 5d0f780b9c7adbb1e9ad91b36aa9500ee1be5df1
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Mar 24 13:27:07 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Mar 24 13:27:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0f780b

sys-apps/dmidecode: drop sparc keywords

Closes: https://bugs.gentoo.org/276857
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 sys-apps/dmidecode/dmidecode-3.2.ebuild | 4 ++--
 sys-apps/dmidecode/dmidecode-3.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/dmidecode/dmidecode-3.2.ebuild 
b/sys-apps/dmidecode/dmidecode-3.2.ebuild
index fdbf2088aaa..32e84e47d1c 100644
--- a/sys-apps/dmidecode/dmidecode-3.2.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 
~x86-solaris"
+KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 x86 ~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"

diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild 
b/sys-apps/dmidecode/dmidecode-3.3.ebuild
index 8e6e738c447..62ffcc4c418 100644
--- a/sys-apps/dmidecode/dmidecode-3.3.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-solaris"
+KEYWORDS="-* ~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 
~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"



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

2021-03-24 Thread Hans de Graaff
commit: 3a360a801db578d2af73461fe1b270e34644d8f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 24 13:24:42 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 24 13:24:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a360a80

dev-ruby/listen: add 3.5.0

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

 dev-ruby/listen/Manifest|  1 +
 dev-ruby/listen/listen-3.5.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/listen/Manifest b/dev-ruby/listen/Manifest
index 34fafbf5c17..b4d7bb401fa 100644
--- a/dev-ruby/listen/Manifest
+++ b/dev-ruby/listen/Manifest
@@ -2,3 +2,4 @@ DIST listen-1.3.1-git.tgz 35521 BLAKE2B 
6b93daff2b3ba221d0c0f196c67353963e983610
 DIST listen-3.3.3.tar.gz 52994 BLAKE2B 
95831a65a75cae28b767696bbe5969cd7115657fa56e01701f3b17d5bd727a053cbac16928d8c7c2a19ad24ea3c99afdadd1e9ebbae0a66d03a511ded7d32734
 SHA512 
73ad762086e7961e45f1245e5aa32c738824736b7d373c31565832c3acf25f91cbc9c25d7bdffb27cf953cb2b2bb37adfddcc6888f3a1b317f70cba75c2ce67c
 DIST listen-3.4.0.tar.gz 55390 BLAKE2B 
44f0319a19cbac9535b585380c95a4c538a19f9b66a837ccb78ede4d2e8d2c49d0c78ff21913a8de959de43dfb62f4e5489ce70b06e0d5c47e19be81e42fa8dc
 SHA512 
b247c6ec907141549943fd1eae4075c18efb653dbb666bd8b71876c4bd96ae637d4634746815ef1f35335414ff833479fbb2a5a997df994d16bb42b21775b5a2
 DIST listen-3.4.1.tar.gz 56014 BLAKE2B 
7a44a1ca960d8ae0cedd3b0128c4d8048b6f4f4168fa522c376708ebac1996076b36ce3054d179f5bb2267328473f63ef3ec2cb0c22a1fd56c5aff957a3c77b8
 SHA512 
fc745b7a825beda526588a5227c81c6f3c686d25968fc67c9c0df3c2beba343fc558453dd5c51b4cd82b072b3834526403ad5c06cda2cb57362bfafd105d54f3
+DIST listen-3.5.0.tar.gz 56232 BLAKE2B 
55f7c70625165b368ebf62c1327a86daa512f6597e3fa0ae08b6069a9cde5a69ed2ae9928258e61b06838c058f8d5d3fa968a6caf2848ef958f04272b55db88c
 SHA512 
9a855f0ee3fd5d542863d6d9ee072b1fb85f52a00d79dff43a48a43530697613cc17672f30de71d0eec1139080836fa1b316a07fad5c87d43a3cc1bfa3e48dd6

diff --git a/dev-ruby/listen/listen-3.5.0.ebuild 
b/dev-ruby/listen/listen-3.5.0.ebuild
new file mode 100644
index 000..ee04d1c2272
--- /dev/null
+++ b/dev-ruby/listen/listen-3.5.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Listens to file modifications and notifies you about the changes"
+HOMEPAGE="https://github.com/guard/listen;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+# Block on other packages trying to install a /usr/bin/listen
+RDEPEND+="!!media-radio/ax25-apps !!=dev-ruby/rb-inotify-0.9.10"
+
+ruby_add_bdepend "test? ( dev-ruby/thor )"
+
+all_ruby_prepare() {
+   rm -f Gemfile || die
+   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
+   sed -i -e "/rb-fsevent/d"  lib/listen/adapter/darwin.rb || die
+   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
+}
+
+each_ruby_prepare() {
+   mkdir spec/.fixtures || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec
+   rm -rf spec/.fixtures || die
+}



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

2021-03-24 Thread Hans de Graaff
commit: 0a3c524b579f6ef491f39a6148a39fcfd1f7cd47
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 24 06:36:59 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 24 13:24:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3c524b

dev-ruby/concurrent-ruby: add ruby30

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

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

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.8.ebuild 
b/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.8.ebuild
index 6b34f268213..4d86946d232 100644
--- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.8.ebuild
+++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.1.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-03-24 Thread Hans de Graaff
commit: c5fe08f7d9630f2b7bb4f126929fe16801795be7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 24 13:09:26 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 24 13:24:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fe08f7

dev-db/mysql-workbench: amd64 stable

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

 dev-db/mysql-workbench/mysql-workbench-8.0.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.23.ebuild 
b/dev-db/mysql-workbench/mysql-workbench-8.0.23.ebuild
index 034e1ed3950..b5fcf9ee257 100644
--- a/dev-db/mysql-workbench/mysql-workbench-8.0.23.ebuild
+++ b/dev-db/mysql-workbench/mysql-workbench-8.0.23.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://cdn.mysql.com/Downloads/MySQLGUITools/${MY_P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-03-24 Thread Hans de Graaff
commit: 02d6b4a4ef069933c350da1fe3ca2cb3f232ef7b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 24 05:55:03 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 24 13:24:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d6b4a4

dev-ruby/listen: cleanup

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

 dev-ruby/listen/Manifest|  1 -
 dev-ruby/listen/listen-3.2.1.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/listen/Manifest b/dev-ruby/listen/Manifest
index 29d46e1742c..34fafbf5c17 100644
--- a/dev-ruby/listen/Manifest
+++ b/dev-ruby/listen/Manifest
@@ -1,5 +1,4 @@
 DIST listen-1.3.1-git.tgz 35521 BLAKE2B 
6b93daff2b3ba221d0c0f196c67353963e983610dd9deb3409c8ad270f7221d50e9eefee826c16c51ac0361cf7f5da727db216b1bd92a02077b0bee580fa368c
 SHA512 
4676d030a3e676249a221cf4a136ce69651009ce5855821924be184460e404e4f33026627c9d524156a89344c826b48a690a249f1059493d7d214b922381bdd0
-DIST listen-3.2.1.tar.gz 51030 BLAKE2B 
1c7df3910c856c472f42417d51449f04d56635f0c77dbc6eb7a30d25042482f4efc7bbfa2d74609aa9f8d4ae134f53dc675b621efe35c2cc6faed8780d7128c8
 SHA512 
24cd67b926589401123dfce1a344a6d1ab1d0f9435b9646b7f638deebc0f683b77df70064537f84538eaf800beca4c67fd7c02e40d955fac92866b8ce1eeb769
 DIST listen-3.3.3.tar.gz 52994 BLAKE2B 
95831a65a75cae28b767696bbe5969cd7115657fa56e01701f3b17d5bd727a053cbac16928d8c7c2a19ad24ea3c99afdadd1e9ebbae0a66d03a511ded7d32734
 SHA512 
73ad762086e7961e45f1245e5aa32c738824736b7d373c31565832c3acf25f91cbc9c25d7bdffb27cf953cb2b2bb37adfddcc6888f3a1b317f70cba75c2ce67c
 DIST listen-3.4.0.tar.gz 55390 BLAKE2B 
44f0319a19cbac9535b585380c95a4c538a19f9b66a837ccb78ede4d2e8d2c49d0c78ff21913a8de959de43dfb62f4e5489ce70b06e0d5c47e19be81e42fa8dc
 SHA512 
b247c6ec907141549943fd1eae4075c18efb653dbb666bd8b71876c4bd96ae637d4634746815ef1f35335414ff833479fbb2a5a997df994d16bb42b21775b5a2
 DIST listen-3.4.1.tar.gz 56014 BLAKE2B 
7a44a1ca960d8ae0cedd3b0128c4d8048b6f4f4168fa522c376708ebac1996076b36ce3054d179f5bb2267328473f63ef3ec2cb0c22a1fd56c5aff957a3c77b8
 SHA512 
fc745b7a825beda526588a5227c81c6f3c686d25968fc67c9c0df3c2beba343fc558453dd5c51b4cd82b072b3834526403ad5c06cda2cb57362bfafd105d54f3

diff --git a/dev-ruby/listen/listen-3.2.1.ebuild 
b/dev-ruby/listen/listen-3.2.1.ebuild
deleted file mode 100644
index 2d23118cc1d..000
--- a/dev-ruby/listen/listen-3.2.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="Listens to file modifications and notifies you about the changes"
-HOMEPAGE="https://github.com/guard/listen;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-# Block on other packages trying to install a /usr/bin/listen
-RDEPEND+="!!media-radio/ax25-apps !!=dev-ruby/rb-inotify-0.9.10"
-
-ruby_add_bdepend "test? ( dev-ruby/thor )"
-
-all_ruby_prepare() {
-   rm -f Gemfile || die
-   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
-   sed -i -e "/rb-fsevent/d"  lib/listen/adapter/darwin.rb || die
-   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
-}
-
-each_ruby_prepare() {
-   mkdir spec/.fixtures || die
-}
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec
-   rm -rf spec/.fixtures || die
-}



  1   2   >