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

2020-05-26 Thread Alfredo Tupone
commit: e2e4fb52038914439a3ff85bfa3d8486fc2be04d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed May 27 05:46:51 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed May 27 05:46:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e4fb52

sci-mathematics/alt-ergo: better fix for QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/725558
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild 
b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
index c6d15bcea81..668708afdc7 100644
--- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
+++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
@@ -26,11 +26,11 @@ RDEPEND="${DEPEND}"
 
 DOCS=( CHANGES INSTALL.md README.md )
 
-QA_FLAGS_IGNORED="
-   /usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs
-   /usr/lib*/alt-ergo-lib/AltErgoLib.cmxs
+QA_FLAGS_IGNORED=(
+   /usr/lib64/alt-ergo-parsers/AltErgoParsers.cmxs
+   /usr/lib64/alt-ergo-lib/AltErgoLib.cmxs
/usr/bin/alt-ergo
-"
+)
 
 src_prepare() {
default



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

2020-05-26 Thread Jeroen Roovers
commit: 2decc6f77afdd6e236761d2b862994caff77e2b4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 27 05:19:43 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 27 05:27:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2decc6f7

x11-misc/xbindkeys: Use HTTPS

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

 x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild 
b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
index 14de366f5dc..ff72ad31364 100644
--- a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 DESCRIPTION="Tool for launching commands on keystrokes"
-SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz;
-HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html;
+SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz;
+HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2020-05-26 Thread Jeroen Roovers
commit: 153277efc7179fc7bed75b71d3c71bde03018e2b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 27 05:18:41 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 27 05:27:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153277ef

x11-misc/xbindkeys: Old

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

 x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild 
b/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild
deleted file mode 100644
index fe9f53d5bb5..000
--- a/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Tool for launching commands on keystrokes"
-SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz;
-HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
-IUSE="guile tk"
-
-RDEPEND="x11-libs/libX11
-   guile? ( >=dev-scheme/guile-1.8.4[deprecated] )
-   tk? ( dev-lang/tk )"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_configure() {
-   econf \
-   $(use_enable tk) \
-   $(use_enable guile)
-}



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

2020-05-26 Thread Jeroen Roovers
commit: 8283030b0f532fadb6ac25723510784aed312a74
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 27 05:23:53 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 27 05:27:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8283030b

x11-misc/xbindkeys: Version 1.8.7

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

 x11-misc/xbindkeys/Manifest   |  1 +
 x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/xbindkeys/Manifest b/x11-misc/xbindkeys/Manifest
index f5c2f76d2ba..8c5f2f19b9c 100644
--- a/x11-misc/xbindkeys/Manifest
+++ b/x11-misc/xbindkeys/Manifest
@@ -1 +1,2 @@
 DIST xbindkeys-1.8.6.tar.gz 151941 BLAKE2B 
f5eafb8f3655cbfa1ae7d7c5ed0bcdac97d4105df8df7a0aeecc267e08fbae8297713fc14c3e36871493e23959b624d5a88ba45cbef715a79df7de1f0927152f
 SHA512 
3c77541eae9f87d2020c2272984c221094276dae2a8690c5cec9fe1b23c0139229b8f56876170da70684aeaa128642349b6835c375d473186cbf8123517173ba
+DIST xbindkeys-1.8.7.tar.gz 177532 BLAKE2B 
9ff6c9cd10bb6f2bf96a288482edb50e6671c9e4e3b5c136bdfaa92796f9e9bcfc42ab69ca3546c3871bdcdba1e952631cbd3d288dce9738986c20680e91c316
 SHA512 
a6b1478e8ef4bedc686fdd15abc11a8a592ac17c69e1a5a13f60e735e9be9646faed62e980cdac4aa7bc7e3253237465de38dee98935dd3f9911d4e48209b2e9

diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild 
b/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild
new file mode 100644
index 000..4684fdf9ecb
--- /dev/null
+++ b/x11-misc/xbindkeys/xbindkeys-1.8.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Tool for launching commands on keystrokes"
+SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz;
+HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~sparc-solaris"
+IUSE="guile tk"
+
+RDEPEND="
+   x11-libs/libX11
+   guile? ( >=dev-scheme/guile-1.8.4[deprecated] )
+   tk? ( dev-lang/tk )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+
+src_configure() {
+   econf \
+   $(use_enable guile) \
+   $(use_enable tk)
+}



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

2020-05-26 Thread Jeroen Roovers
commit: a637fb85c1f5836319086d7c0bf7dc464763dfab
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 27 05:13:47 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 27 05:14:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a637fb85

x11-drivers/nvidia-drivers: Drop USE=acpi

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

 x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild| 3 +--
 x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r1.ebuild | 3 +--
 x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild | 3 +--
 x11-drivers/nvidia-drivers/nvidia-drivers-430.64-r4.ebuild  | 3 +--
 x11-drivers/nvidia-drivers/nvidia-drivers-435.21-r4.ebuild  | 3 +--
 x11-drivers/nvidia-drivers/nvidia-drivers-440.82-r3.ebuild  | 3 +--
 6 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
index dd49f94e3b9..01ec8f7ba87 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 "
 
 EMULTILIB_PKG="true"
-IUSE="acpi multilib kernel_FreeBSD kernel_linux static-libs +tools +X"
+IUSE="multilib kernel_FreeBSD kernel_linux static-libs +tools +X"
 KEYWORDS="-* amd64 x86"
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/${PV%.*}"
@@ -57,7 +57,6 @@ DEPEND="
 "
 RDEPEND="
${COMMON}
-   acpi? ( sys-power/acpid )
tools? ( !media-video/nvidia-settings )
X? (

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

2020-05-26 Thread Zac Medico
commit: e86090f3dcf77bb77e6ea4c7ad247e4915104649
Author: Zac Medico  gentoo  org>
AuthorDate: Wed May 27 03:33:48 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed May 27 03:34:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86090f3

app-text/calibre: 4.17.0-r1 for QT 5.15 (bug 725020)

See: https://github.com/kovidgoyal/calibre/pull/1162
Closes: https://bugs.gentoo.org/725020
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest   | 1 +
 .../calibre/{calibre-4.17.0.ebuild => calibre-4.17.0-r1.ebuild} | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 5aeb0c1d1da..abbfb2687ad 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -2,5 +2,6 @@ DIST calibre-4.11.2.tar.xz 37045372 BLAKE2B 
7d76d45afd9228d6346daefaf4ee7cbf4d32
 DIST calibre-4.12.0.tar.xz 36823140 BLAKE2B 
b8dd24152b79790c8d22d3c0aa9482f69250fe177499e01c6c0564bf31946d0266a2e3053549f037c7ea7626b18a27798097bfbe0caf93f97585d4869c475ab9
 SHA512 
628308273b507ee2557cd089e5c7b77f8304c1728b9aadfe5493b22042bdcf2da4c07652a6432121b5dd432807bcda21fabb81c37e59f87d24ace52539f3244c
 DIST calibre-4.15.0.tar.xz 37033864 BLAKE2B 
fbb8965f438b438e0274fd8fbd23b633fb39bf3d746b0d8d1947e54cb6a21e39346031be6723adc1ecb83b4145562ec8a1e36805b96bad00451c0afbccb8d570
 SHA512 
d06bebe672864b2270a76f097f353aa727a3918d1c87766c9dbad615a6225621bb12d4040c1001415d188b15f1b7c068e77fec7964f4bf26e83ad7f3609bcc04
 DIST calibre-4.16.0.tar.xz 36964244 BLAKE2B 
e2c94ea882addff3a7def2b7d0bc286fc3bc499190469e9bfea99d710b4cdbb6b59ca2848ef5551d4375d22c582462962634c0329f0adca05dd6dc137dbea0ba
 SHA512 
96803578c7b609cf146571df38cd9ab75c3fcc6e8b429d7083b4383974161193d544a22c249ad3934c621823a3b1d1bd52e564c6ef70fd4012aae40a1056715b
+DIST calibre-4.17.0-qt-5.15-fontconfig-bug-725020.patch 1222 BLAKE2B 
14038b4ea5f87d9a8f645b5af8342da90337202b0247b07dccd8995f55bb965b5c2bbdddc24b55b6e92e899f91d5dec19c10ddea8fcc42c8ed3d74ee90eb09d6
 SHA512 
b0652c3277b8390f47039366380fceacfd3cd9014fe42306a947f6749c6192657b77e3d832044828bea06c43f1f5e745e6b4ff8dd24efc73d9ad5261c4c73a5e
 DIST calibre-4.17.0.tar.xz 37027156 BLAKE2B 
e1e9fbbb93cc14af0790e400d79b433c774f17bb06d99161e27769217ab7eed5c2660ab8a3e09109bade91684a8f5a8b52795667833ddf454343e530109eea63
 SHA512 
95719c820839a8548c0734a7be105fa4124c3c070fdd79ceeef5fef7f9c81f89d5b2077a71df3cc6cd103c14b813cd0d42add1c75ec4883686a8596de36ef5d0
 DIST calibre-4.9.1.tar.xz 37529656 BLAKE2B 
5d703ca0c398b43cc26a54e0628d0fe938c6a5027a4fd0c9cac83944e5143eb08439bf79b2098182be7727eaa042748f17866788b02c7744178dce131f6b1d1e
 SHA512 
bf06aa3cbc8d255934f3f7f3ce20b4798edf107ed9f822943d2b4ae7d95473842928ed79f8ba7571f7e0ebdc267c441916d543d5b7630aae5cb151bcc3184b71

diff --git a/app-text/calibre/calibre-4.17.0.ebuild 
b/app-text/calibre/calibre-4.17.0-r1.ebuild
similarity index 96%
rename from app-text/calibre/calibre-4.17.0.ebuild
rename to app-text/calibre/calibre-4.17.0-r1.ebuild
index 0191479d6be..bd20fd840ab 100644
--- a/app-text/calibre/calibre-4.17.0.ebuild
+++ b/app-text/calibre/calibre-4.17.0-r1.ebuild
@@ -10,7 +10,8 @@ inherit bash-completion-r1 desktop toolchain-funcs 
python-single-r1 xdg-utils
 
 DESCRIPTION="Ebook management application"
 HOMEPAGE="https://calibre-ebook.com/;
-SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz
+   
https://github.com/kovidgoyal/calibre/commit/db7007a25faefb0cc90e64dda1c0793393b9512d.patch
 -> calibre-4.17.0-qt-5.15-fontconfig-bug-725020.patch"
 
 LICENSE="
GPL-3+
@@ -122,7 +123,8 @@ src_prepare() {
# disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
eapply \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
-   "${FILESDIR}/${PN}-disable_plugins.patch"
+   "${FILESDIR}/${PN}-disable_plugins.patch" \
+   "${DISTDIR}/calibre-4.17.0-qt-5.15-fontconfig-bug-725020.patch"
 
eapply_user
 



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

2020-05-26 Thread Rick Farina
commit: e0f9e85c3a70827b699a2bab04be8d12c1998f3b
Author: Rick Farina  gentoo  org>
AuthorDate: Wed May 27 01:46:12 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed May 27 01:46:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f9e85c

media-libs/elgato-streamdeck: fix email

I should sleep more

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

 media-libs/elgato-streamdeck/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/elgato-streamdeck/metadata.xml 
b/media-libs/elgato-streamdeck/metadata.xml
index 991ad5148ca..06283887ab2 100644
--- a/media-libs/elgato-streamdeck/metadata.xml
+++ b/media-libs/elgato-streamdeck/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   sidh...@gmail.com
+   zeroch...@gentoo.org
Rick Farina





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

2020-05-26 Thread Matt Turner
commit: f045388543c5ab4d2fda51b440d5ea43e4712656
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 27 00:59:59 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 27 01:10:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0453885

sys-power/powertop: Account for upstream changes

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

 sys-power/powertop/powertop-.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-power/powertop/powertop-.ebuild 
b/sys-power/powertop/powertop-.ebuild
index bf3642c77e9..39fc48dc78d 100644
--- a/sys-power/powertop/powertop-.ebuild
+++ b/sys-power/powertop/powertop-.ebuild
@@ -100,10 +100,7 @@ src_prepare() {
default
 
# Bug 599114
-   sed -i '1s|^|AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])|' 
configure.ac || die
-
-   chmod +x scripts/version || die "Failed to make 'scripts/version' 
executable"
-   scripts/version || die "Failed to extract version information"
+   sed -i '1s|^|AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX])|' configure.ac 
|| die
 
eautoreconf
 }



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

2020-05-26 Thread Matt Turner
commit: acbcf9905b18c20153c604172d49c7974295675c
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 27 00:49:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 27 01:10:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbcf990

app-arch/lbzip2: Fix the description of IUSE=symlink

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

 app-arch/lbzip2/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-arch/lbzip2/metadata.xml b/app-arch/lbzip2/metadata.xml
index d0fababc8bb..f6621e00952 100644
--- a/app-arch/lbzip2/metadata.xml
+++ b/app-arch/lbzip2/metadata.xml
@@ -10,6 +10,9 @@
input-bound splitter even when decompressing .bz2 files created 
by standard
bzip2

+   
+   Install symlinks which override 
app-arch/bzip2 implementation
+   

kjn/lbzip2




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

2020-05-26 Thread Matt Turner
commit: 67bed5cf9a26cd685ccf36f3503abac3a709bad2
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 27 01:09:33 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 27 01:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bed5cf

sys-power/powertop: Fix version string

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

 sys-power/powertop/powertop-2.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/powertop/powertop-2.11.ebuild 
b/sys-power/powertop/powertop-2.11.ebuild
index 200e2c08f9f..e472b13d37e 100644
--- a/sys-power/powertop/powertop-2.11.ebuild
+++ b/sys-power/powertop/powertop-2.11.ebuild
@@ -106,8 +106,8 @@ src_prepare() {
# Bug 599114
sed -i '1s|^|AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])|' 
configure.ac || die
 
-   chmod +x scripts/version || die "Failed to make 'scripts/version' 
executable"
-   scripts/version || die "Failed to extract version information"
+   echo "\"${PV}\"" > version-short
+   echo "${PV}" > version-long
 
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/apply-default-acl/

2020-05-26 Thread Michael Orlitzky
commit: 6076bef915626b716b5b7f8e832d28b043745f4e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed May 27 00:38:50 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed May 27 00:39:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6076bef9

sys-apps/apply-default-acl: new version 0.4.3.

This new version includes a pkg-config file, and some upstream fixes
for bugs that were reported on Gentoo.

Closes: https://bugs.gentoo.org/712844
Closes: https://bugs.gentoo.org/725536
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky  gentoo.org>

 sys-apps/apply-default-acl/Manifest|  1 +
 .../apply-default-acl-0.4.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/sys-apps/apply-default-acl/Manifest 
b/sys-apps/apply-default-acl/Manifest
index 2ccca958fba..19ce38577d4 100644
--- a/sys-apps/apply-default-acl/Manifest
+++ b/sys-apps/apply-default-acl/Manifest
@@ -1 +1,2 @@
 DIST apply-default-acl-0.4.2.tar.xz 246660 BLAKE2B 
dfb698d6a220b426ea607a70e1c51295629e6ac4637de72cf64a8fe577ed83ceaf6beb7f8b1507ed0d059e6f16e88e1b58a24e641dd6280765c55a70fa30712c
 SHA512 
afe3a0182b76689e41d3a6922a8459587f6013112767ab0d9b60e5197d677ee0cdabd9ebd18f9cb59d4e373b4df2f5845cabddbd382c2743a80c3a20205aa861
+DIST apply-default-acl-0.4.3.tar.xz 251744 BLAKE2B 
81803993ba20a7098de2767650b452df11b065e9d130199c1b12fed52f48d4676cbc8d826735d6a62d16211f51d67131e8b379feb1f0464b8ee3999cfce77e74
 SHA512 
d0b14bc685129e62f244a21921f271bc7baf7f2bea1c7a3689768e4205b10092154cc84cc8136b7afd37abf0259aaa23e5049b67476a8afddcc3a2be894bc423

diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.4.3.ebuild 
b/sys-apps/apply-default-acl/apply-default-acl-0.4.3.ebuild
new file mode 100644
index 000..956755978ea
--- /dev/null
+++ b/sys-apps/apply-default-acl/apply-default-acl-0.4.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Apply default POSIX ACLs to files and directories"
+HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.xhtml;
+SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-apps/acl"
+RDEPEND="${DEPEND}"
+
+DOCS=( doc/README )
+
+# tests need to be executed on filesystem with ACL support
+# skipping them for now
+RESTRICT="test"
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/, sys-fs/zfs/files/

2020-05-26 Thread Georgy Yakovlev
commit: 20207419457c676f156e212bf03cf27982eea494
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue May 26 23:56:58 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue May 26 23:57:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20207419

sys-fs/zfs: revbump 0.8.4, fix not loading /etc/conf.d/zfs

Upstream issue: https://github.com/openzfs/zfs/issues/10375
Upstream issue: https://github.com/openzfs/zfs/issues/10341

Bug: https://bugs.gentoo.org/647688
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/files/0.8.4-initconfdir.patch   | 35 ++
 .../zfs/{zfs-0.8.4.ebuild => zfs-0.8.4-r1.ebuild}  |  5 +++-
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/sys-fs/zfs/files/0.8.4-initconfdir.patch 
b/sys-fs/zfs/files/0.8.4-initconfdir.patch
new file mode 100644
index 000..aac40896f39
--- /dev/null
+++ b/sys-fs/zfs/files/0.8.4-initconfdir.patch
@@ -0,0 +1,35 @@
+From 5dbe98184278878746a5f548fead1d2ef1e98dbe Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Tue, 26 May 2020 16:44:54 -0700
+Subject: [PATCH] 0.8.4 initconfdir
+
+fix for https://github.com/openzfs/zfs/issues/10375
+
+---
+ etc/zfs/Makefile.am | 1 +
+ etc/zfs/Makefile.in | 9 +
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+diff --git a/etc/zfs/Makefile.am b/openzfs/etc/zfs/Makefile.am
+index 81567a4..5370f41 100644
+--- a/etc/zfs/Makefile.am
 b/etc/zfs/Makefile.am
+@@ -1,4 +1,5 @@
+ pkgsysconfdir = $(sysconfdir)/zfs
++initconfdir = $(DEFAULT_INITCONF_DIR)
+ 
+ pkgsysconf_DATA = \
+   vdev_id.conf.alias.example \
+diff --git a/etc/zfs/Makefile.in b/etc/zfs/Makefile.in
+index fb02811..795d3b1 100644
+@@ -571,6 +571,7 @@ udevdir = @udevdir@
+ udevruledir = @udevruledir@
+ zfsexecdir = @zfsexecdir@
+ pkgsysconfdir = $(sysconfdir)/zfs
++initconfdir = $(DEFAULT_INITCONF_DIR)
+ pkgsysconf_DATA = \
+   vdev_id.conf.alias.example \
+   vdev_id.conf.sas_direct.example \
+-- 
+2.26.2
+

diff --git a/sys-fs/zfs/zfs-0.8.4.ebuild b/sys-fs/zfs/zfs-0.8.4-r1.ebuild
similarity index 98%
rename from sys-fs/zfs/zfs-0.8.4.ebuild
rename to sys-fs/zfs/zfs-0.8.4-r1.ebuild
index c7cc180b9ea..5f7c23109c0 100644
--- a/sys-fs/zfs/zfs-0.8.4.ebuild
+++ b/sys-fs/zfs/zfs-0.8.4-r1.ebuild
@@ -68,7 +68,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test"
 
-PATCHES=( "${FILESDIR}/bash-completion-sudo.patch" )
+PATCHES=( 
+   "${FILESDIR}/bash-completion-sudo.patch"
+   "${FILESDIR}/${PV}-initconfdir.patch"
+)
 
 pkg_setup() {
if use kernel_linux && use test-suite; then



[gentoo-commits] repo/gentoo:master commit in: app-metrics/fusioninventory-agent/, app-metrics/fusioninventory-agent/files/

2020-05-26 Thread Alexey Shvetsov
commit: 042f96e8f848bc61f3a428ebe528304109e360dc
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue May 26 23:45:30 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue May 26 23:45:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042f96e8

app-metrics/fusioninventory-agent: add startup files

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov  gentoo.org>

 .../files/fusioninventory-agent-2.5.2-dirs.patch   | 23 ++
 .../files/fusioninventory-agent.confd  |  2 ++
 .../files/fusioninventory-agent.initd  | 21 
 .../fusioninventory-agent-2.5.2.ebuild | 11 +++
 4 files changed, 53 insertions(+), 4 deletions(-)

diff --git 
a/app-metrics/fusioninventory-agent/files/fusioninventory-agent-2.5.2-dirs.patch
 
b/app-metrics/fusioninventory-agent/files/fusioninventory-agent-2.5.2-dirs.patch
new file mode 100644
index 000..d4c0f4eadb0
--- /dev/null
+++ 
b/app-metrics/fusioninventory-agent/files/fusioninventory-agent-2.5.2-dirs.patch
@@ -0,0 +1,23 @@
+--- a/Makefile.PL  2020-05-27 02:16:42.106531746 +0300
 b/Makefile.PL  2020-05-27 02:17:30.568531767 +0300
+@@ -170,18 +170,15 @@
+ INSTALLSCRIPT=> '$(PREFIX)/bin',
+ INSTALLSITESCRIPT=> '$(PREFIX)/bin',
+ INSTALLVENDORSCRIPT  => '$(PREFIX)/bin',
+-INSTALLLIB   => '$(DATADIR)/lib',
+-INSTALLSITELIB   => '$(DATADIR)/lib',
+-INSTALLVENDORLIB => '$(DATADIR)/lib',
+ INSTALLMAN1DIR   => '$(PREFIX)/share/man/man1',
+ INSTALLSITEMAN1DIR   => '$(PREFIX)/share/man/man1',
+ INSTALLVENDORMAN1DIR => '$(PREFIX)/share/man/man1',
+ INSTALLMAN3DIR   => '$(PREFIX)/share/man/man3',
+ INSTALLSITEMAN3DIR   => '$(PREFIX)/share/man/man3',
+ INSTALLVENDORMAN3DIR => '$(PREFIX)/share/man/man3',
+-SYSCONFDIR   => '$(PREFIX)/etc/fusioninventory',
++SYSCONFDIR   => '/etc/fusioninventory',
+ DATADIR  => '$(PREFIX)/share/fusioninventory',
+-LOCALSTATEDIR=> '$(PREFIX)/var/fusioninventory',
++LOCALSTATEDIR=> '/var/lib/fusioninventory',
+ );
+ 
+ # allow variables defined on command line to override defaults

diff --git 
a/app-metrics/fusioninventory-agent/files/fusioninventory-agent.confd 
b/app-metrics/fusioninventory-agent/files/fusioninventory-agent.confd
new file mode 100644
index 000..8a68458e346
--- /dev/null
+++ b/app-metrics/fusioninventory-agent/files/fusioninventory-agent.confd
@@ -0,0 +1,2 @@
+# additional args for fusioninventory-agent
+FUSIONINVENTORY_OPTIONS=""

diff --git 
a/app-metrics/fusioninventory-agent/files/fusioninventory-agent.initd 
b/app-metrics/fusioninventory-agent/files/fusioninventory-agent.initd
new file mode 100644
index 000..58bd3bbf2b4
--- /dev/null
+++ b/app-metrics/fusioninventory-agent/files/fusioninventory-agent.initd
@@ -0,0 +1,21 @@
+#!/sbin/openrc-run
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+pidfile=${RC_PREFIX%/}/run/${SVCNAME}.pid
+
+name="fusioninventory-agent daemon"
+description="FusionInventroy agent"
+command=/usr/bin/fusioninventory-agent
+command_args="--daemon --pidfile ${pidfile} ${FUSIONINVENTORY_OPTIONS}"
+extra_started_commands="reload"
+
+depend() {
+   need net
+}
+
+reload() {
+ebegin "Reloading ${SVCNAME}"
+start-stop-daemon --signal HUP --pidfile "${pidfile}"
+eend $?
+}

diff --git 
a/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild 
b/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild
index b5a7d0a0a61..3350194f9c0 100644
--- a/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild
+++ b/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit perl-module
+inherit perl-module systemd
 
 DESCRIPTION="The FusionInventory agent is a generic management agent"
 HOMEPAGE="http://fusioninventory.org/;
@@ -31,9 +31,12 @@ RDEPEND="${DEPEND}"
 BDEPEND="
dev-perl/Module-Install
"
+PATCHES=( "${FILESDIR}/${P}-dirs.patch" )
 
-src_prepare() {
-   sed -e 's:\$(PREFIX)/etc:/etc:g' \
-   -i Makefile.PL || die "sed failed"
+src_install() {
default
+   systemd_dounit contrib/unix/fusioninventory-agent.service
+   doinitd "${FILESDIR}/${PN}.initd"
+   doconfd "${FILESDIR}/${PN}.confd"
+   keepdir /var/lib/fusioninventory
 }



[gentoo-commits] repo/gentoo:master commit in: dev-go/go-md2man/

2020-05-26 Thread William Hubbs
commit: 0ec0a7642577e366fb75560f49b82fec12f1e00c
Author: William Hubbs  gentoo  org>
AuthorDate: Tue May 26 23:31:48 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May 26 23:33:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec0a764

dev-go/go-md2man: restrict tests due to the use of the network

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

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

 dev-go/go-md2man/go-md2man-2.0.0.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-go/go-md2man/go-md2man-2.0.0.ebuild 
b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
index 05192cf6398..c2c7bbae829 100644
--- a/dev-go/go-md2man/go-md2man-2.0.0.ebuild
+++ b/dev-go/go-md2man/go-md2man-2.0.0.ebuild
@@ -12,6 +12,10 @@ LICENSE="BSD-2 MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
 
+# restrict tests because they need network-sandbox disabled
+# bug https://bugs.gentoo.org/715028
+RESTRICT+=" test"
+
 src_compile() {
emake BUILD_FLAGS="-mod=vendor" build
 }



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

2020-05-26 Thread Michael Orlitzky
commit: fd15775af4196eefe3748260a6824955773672b0
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue May 26 23:27:10 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue May 26 23:27:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd15775a

sci-mathematics/rw: disable static libs and delete libtool archives.

Closes: https://bugs.gentoo.org/725530
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/rw/rw-0.8-r3.ebuild | 40 +
 1 file changed, 40 insertions(+)

diff --git a/sci-mathematics/rw/rw-0.8-r3.ebuild 
b/sci-mathematics/rw/rw-0.8-r3.ebuild
new file mode 100644
index 000..6bbd3085010
--- /dev/null
+++ b/sci-mathematics/rw/rw-0.8-r3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Compute rank-width decompositions of graphs"
+HOMEPAGE="https://sourceforge.net/projects/rankwidth/;
+SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+# We have a file collision (librw.so) with xpaint, bug 560210.
+RDEPEND="!media-gfx/xpaint"
+
+src_prepare() {
+   # The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
+   # compile, install-sh, ltmain.sh, etc. And those symlinks don't
+   # always point to a working location for us, so we have to
+   # (re)generate actual files for that stuff. Bug 696986.
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # The executable depends on igraph, which has gone off the rails
+   # upstream and has copy/pasted ~10 libraries into its src/ directory.
+   econf --disable-executable --disable-static
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete \
+   || die 'failed to delete libtool archives'
+}



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

2020-05-26 Thread Sergei Trofimovich
commit: c3ff582e41ebfc0a23d6a3042f2aded4db02a186
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 26 18:06:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 22:56:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ff582e

dev-lang/erlang: remove unused patches

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15976
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/erlang/files/erlang-22.1.4-asn1-dep.patch | 15 
 dev-lang/erlang/files/erlang-22.2.2-gcc-10.patch   | 45 --
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/erlang/files/erlang-22.1.4-asn1-dep.patch 
b/dev-lang/erlang/files/erlang-22.1.4-asn1-dep.patch
deleted file mode 100644
index 84c9b81ad77..000
--- a/dev-lang/erlang/files/erlang-22.1.4-asn1-dep.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://bugs.gentoo.org/705500
-https://github.com/erlang/otp/pull/2508
-
 a/lib/asn1/src/Makefile
-+++ b/lib/asn1/src/Makefile
-@@ -190,7 +190,8 @@ asn1rtt_%.$(EMULATOR): asn1rtt_%.erl
-   $(V_ERLC) +debug_info $<
- 
- $(EVAL_CT_MODULES:%=%.erl): prepare_templates.$(EMULATOR) \
--  $(EBIN)/asn1ct_rtt.$(EMULATOR)
-+  $(EBIN)/asn1ct_rtt.$(EMULATOR) \
-+  $(EBIN)/asn1ct_func.$(EMULATOR)
- 
- #
- # Dependencies

diff --git a/dev-lang/erlang/files/erlang-22.2.2-gcc-10.patch 
b/dev-lang/erlang/files/erlang-22.2.2-gcc-10.patch
deleted file mode 100644
index 9a7d5939419..000
--- a/dev-lang/erlang/files/erlang-22.2.2-gcc-10.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-https://github.com/erlang/otp/pull/2503
-
-From 9fad0c9b71808458e857cbd3871cf80f46a75af1 Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich 
-Date: Tue, 14 Jan 2020 23:15:01 +
-Subject: [PATCH] ei_portio.h: avoid ODR violation of
- 'ei_default_socket_callbacks'
-
-Noticed as a build failure against fresh gcc-master:
-
-```
-LD otp/lib/erl_interface/bin/x86_64-unknown-linux-gnu/erl_call
-ld: 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(eirecv.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 multiple definition of `ei_default_socket_callbacks'; 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 first defined here
-ld: 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(send.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 multiple definition of `ei_default_socket_callbacks'; 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 first defined here
-ld: 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(send_reg.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 multiple definition of `ei_default_socket_callbacks'; 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 first defined here
-ld: 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(epmd_port.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 multiple definition of `ei_default_socket_callbacks'; 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 first defined here
-ld: 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_portio.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 multiple definition of `ei_default_socket_callbacks'; 
otp/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):otp/lib/erl_interface/src/misc/ei_portio.h:50:
 first defined here
-collect2: error: ld returned 1 exit status
-make[3]: *** [x86_64-unknown-linux-gnu/Makefile:669: 
otp/lib/erl_interface/bin/x86_64-unknown-linux-gnu/erl_call] Error 1
-```
-
-The failure looks legitimate: `ei_default_socket_callbacks` is a
-struct defined in 'ei_portio.h' and in 'ei_portio.c'.
-
-The change flips 'ei_portio.h' definition to declaration.
-
-Signed-off-by: Sergei Trofimovich 

- lib/erl_interface/src/misc/ei_portio.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 a/lib/erl_interface/src/misc/ei_portio.h
-+++ b/lib/erl_interface/src/misc/ei_portio.h
-@@ -47,7 +47,7 @@ int ei_writev_fill_ctx_t__(ei_socket_callbacks *cbs, void 
*ctx, const struct iov
- int ei_socket_callbacks_have_writev__(ei_socket_callbacks *cbs);
- #endif
- 
--ei_socket_callbacks ei_default_socket_callbacks;
-+extern ei_socket_callbacks ei_default_socket_callbacks;
- 
- #define EI_FD_AS_CTX__(FD)  \
- ((void *) (long) (FD))
--- 
-2.25.0
-



[gentoo-commits] repo/gentoo:master commit in: app-metrics/fusioninventory-agent/

2020-05-26 Thread Alexey Shvetsov
commit: 857587682c05757946706abf441b6c7c17ba2141
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue May 26 22:47:00 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue May 26 22:47:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85758768

app-metrics/fusioninventory-agent: Initial import

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov  gentoo.org>

 app-metrics/fusioninventory-agent/Manifest |  1 +
 .../fusioninventory-agent-2.5.2.ebuild | 39 ++
 app-metrics/fusioninventory-agent/metadata.xml |  8 +
 3 files changed, 48 insertions(+)

diff --git a/app-metrics/fusioninventory-agent/Manifest 
b/app-metrics/fusioninventory-agent/Manifest
new file mode 100644
index 000..0b2878274ac
--- /dev/null
+++ b/app-metrics/fusioninventory-agent/Manifest
@@ -0,0 +1 @@
+DIST fusioninventory-agent-2.5.2.tar.gz 2728830 BLAKE2B 
c6a26c4adb6b8e6bdaf829e46dffa47cc629731411f8b6e55a17eb83bd69536ca0e07899c5e3536ee3962326e643157c60ab8825971b2f44995e42f04e689321
 SHA512 
5bd39652fd3b857a4364fa300b07b8a2580bdafc6b84f95ab852b60b887ce8278bd99f85b74991b6da5cc21e1636f33c7125dbc27a02df915df4ea6f0ceffaed

diff --git 
a/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild 
b/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild
new file mode 100644
index 000..b5a7d0a0a61
--- /dev/null
+++ b/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+DESCRIPTION="The FusionInventory agent is a generic management agent"
+HOMEPAGE="http://fusioninventory.org/;
+SRC_URI="https://github.com/fusioninventory/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-perl/libwww-perl
+   dev-perl/File-Which
+   dev-perl/Net-IP
+   dev-perl/Text-Template
+   dev-perl/UNIVERSAL-require
+   dev-perl/XML-TreePP
+   virtual/perl-IO-Compress
+   dev-perl/HTTP-Daemon
+   dev-perl/IO-Socket-SSL
+   dev-perl/LWP-Protocol-https
+   dev-perl/Proc-Daemon
+   "
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-perl/Module-Install
+   "
+
+src_prepare() {
+   sed -e 's:\$(PREFIX)/etc:/etc:g' \
+   -i Makefile.PL || die "sed failed"
+   default
+}

diff --git a/app-metrics/fusioninventory-agent/metadata.xml 
b/app-metrics/fusioninventory-agent/metadata.xml
new file mode 100644
index 000..086586c08a8
--- /dev/null
+++ b/app-metrics/fusioninventory-agent/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ale...@gentoo.org
+   Alexey Shvetsov
+   
+



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

2020-05-26 Thread Sergei Trofimovich
commit: 8b83425b9634ddc92cbf3f8492d5d6faa4ba5868
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 22:30:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 22:30:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b83425b

sys-boot/syslinux: respect user's AR, OBJCOPY, RANLIB, bug #721902

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/721902
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild | 119 +
 1 file changed, 119 insertions(+)

diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild 
b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
new file mode 100644
index 000..415672bbf77
--- /dev/null
+++ b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders"
+HOMEPAGE="https://www.syslinux.org/;
+# Final releases in 6.xx/$PV.tar.* (literal "xx")
+# Testing releases in Testing/$PV/$PV.tar.*
+SRC_URI_DIR=${PV:0:1}.xx
+SRC_URI_TESTING=Testing/${PV:0:4}
+[[ ${PV/_alpha} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+[[ ${PV/_beta} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+[[ ${PV/_pre} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+[[ ${PV/_rc} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+SRC_URI="https://www.kernel.org/pub/linux/utils/boot/syslinux/${SRC_URI_DIR}/${P/_/-}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="custom-cflags"
+
+RDEPEND="sys-fs/mtools
+   dev-perl/Crypt-PasswdMD5
+   dev-perl/Digest-SHA1"
+DEPEND="${RDEPEND}
+   dev-lang/nasm
+   >=sys-boot/gnu-efi-3.0u
+   virtual/os-headers"
+
+S=${WORKDIR}/${P/_/-}
+
+# This ebuild is a departure from the old way of rebuilding everything in 
syslinux
+# This departure is necessary since hpa doesn't support the rebuilding of 
anything other
+# than the installers.
+
+# These are executables which come precompiled and are run by the boot loader
+QA_PREBUILT="usr/share/${PN}/*.c32"
+
+# removed all the unpack/patching stuff since we aren't rebuilding the core 
stuff anymore
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.03-sysmacros.patch #579928
+   "${FILESDIR}"/${P}-singleloadsegment.patch #662678
+   "${FILESDIR}"/${P}-fcommon.patch #705730
+)
+
+src_prepare() {
+   default
+
+   rm -f gethostip #bug 137081
+
+   # Don't prestrip or override user LDFLAGS, bug #305783
+   local SYSLINUX_MAKEFILES="extlinux/Makefile linux/Makefile 
mtools/Makefile \
+   sample/Makefile utils/Makefile"
+   sed -i ${SYSLINUX_MAKEFILES} -e '/^LDFLAGS/d' || die "sed failed"
+
+   if use custom-cflags; then
+   sed -i ${SYSLINUX_MAKEFILES} \
+   -e 's|-g -Os||g' \
+   -e 's|-Os||g' \
+   -e 's|CFLAGS[[:space:]]\+=|CFLAGS +=|g' \
+   || die "sed custom-cflags failed"
+   else
+   QA_FLAGS_IGNORED="
+   /sbin/extlinux
+   /usr/bin/memdiskfind
+   /usr/bin/gethostip
+   /usr/bin/isohybrid
+   /usr/bin/syslinux
+   "
+   fi
+   case ${ARCH} in
+   amd64)  loaderarch="efi64" ;;
+   x86)loaderarch="efi32" ;;
+   *)  ewarn "Unsupported architecture, building installers 
only." ;;
+   esac
+
+   # building with ld.gold causes problems, bug #563364
+   if tc-ld-is-gold; then
+   ewarn "Building syslinux with the gold linker may cause 
problems, see bug #563364"
+   if [[ -z "${I_KNOW_WHAT_I_AM_DOING}" ]]; then
+   tc-ld-disable-gold
+   ewarn "set I_KNOW_WHAT_I_AM_DOING=1 to override this."
+   else
+   ewarn "Continuing anyway as requested."
+   fi
+   fi
+
+   tc-export AR CC LD OBJCOPY RANLIB
+}
+
+_emake() {
+   emake \
+   AR="${AR}" \
+   CC="${CC}" \
+   LD="${LD}" \
+   OBJCOPY="${OBJCOPY}" \
+   RANLIB="${RANLIB}" \
+   "$@"
+}
+
+src_compile() {
+   # build system abuses the LDFLAGS variable to pass arguments to ld
+   unset LDFLAGS
+   if [[ ! -z ${loaderarch} ]]; then
+   _emake ${loaderarch}
+   fi
+   _emake ${loaderarch} installer
+}
+
+src_install() {
+   # parallel install fails sometimes
+   einfo "loaderarch=${loaderarch}"
+   _emake -j1 INSTALLROOT="${D}" MANDIR=/usr/share/man bios ${loaderarch} 
install
+   dodoc README NEWS doc/*.txt
+}



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

2020-05-26 Thread Sergei Trofimovich
commit: d5abea00d6d178139414ccc845a77d4c3e0e1f29
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 22:01:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 22:02:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5abea00

kernel-2.eclass: Revert "avoid lexicographical compare on versions, bug #705246"

This reverts commit 8493b3a1823ea5f24f44ea317ceced513b6722ed.

Syntax errors:

```
kernel-2.eclass: line 1081:
  syntax error near `${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}'
kernel-2.eclass: line 1081:
  syntax error near `${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}'
kernel-2.eclass: line 1081:
  `if [[ ${KV_MAJOR} -ge 3 || ver_test ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} -gt 
2.6.24 ]] ; then'
kernel-2.eclass: line 1081:
  `if [[ ${KV_MAJOR} -ge 3 || ver_test ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} -gt 
2.6.24 ]] ; then'
```

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

 eclass/kernel-2.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index d69182045c5..07af8d8ab2c 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1015,7 +1015,7 @@ postinst_sources() {
#   K_SECURITY_UNSUPPORTED=deblob
 
# if we are to forcably symlink, delete it if it already exists first.
-   if [[ ${K_SYMLINK} -gt 0 ]]; then
+   if [[ ${K_SYMLINK} > 0 ]]; then
[[ -h ${EROOT}usr/src/linux ]] && { rm "${EROOT}"usr/src/linux 
|| die; }
MAKELINK=1
fi
@@ -1078,7 +1078,7 @@ postinst_sources() {
KV_PATCH=$(ver_cut 3 ${OKV})
if [[ "$(tc-arch)" = "sparc" ]]; then
if [[ $(gcc-major-version) -lt 4 && $(gcc-minor-version) -lt 4 
]]; then
-   if [[ ${KV_MAJOR} -ge 3 || ver_test 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} -gt 2.6.24 ]] ; then
+   if [[ ${KV_MAJOR} -ge 3 || 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} > 2.6.24 ]] ; then
echo
elog "NOTE: Since 2.6.25 the kernel Makefile 
has changed in a way that"
elog "you now need to do"
@@ -1272,7 +1272,7 @@ unipatch() {
# do not apply fbcondecor patch to sparc/sparc64 as it breaks boot
# bug #272676
if [[ "$(tc-arch)" = "sparc" || "$(tc-arch)" = "sparc64" ]]; then
-   if [[ ${KV_MAJOR} -ge 3 || ver_test 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} -gt 2.6.28 ]]; then
+   if [[ ${KV_MAJOR} -ge 3 || ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} 
> 2.6.28 ]]; then
if [[ ! -z ${K_WANT_GENPATCHES} ]] ; then
UNIPATCH_DROP="${UNIPATCH_DROP} 
*_fbcondecor*.patch"
echo
@@ -1521,7 +1521,7 @@ kernel-2_src_unpack() {
# fix a problem on ppc where TOUT writes to /usr/src/linux breaking 
sandbox
# only do this for kernel < 2.6.27 since this file does not exist in 
later
# kernels
-   if [[ -n ${KV_MINOR} && ver_test ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} 
-lt 2.6.27 ]] ; then
+   if [[ -n ${KV_MINOR} &&  ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} < 2.6.27 
]] ; then
sed -i \
-e 's|TOUT  := .tmp_gas_check|TOUT  := 
$(T).tmp_gas_check|' \
"${S}"/arch/ppc/Makefile



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

2020-05-26 Thread Sergei Trofimovich
commit: 8493b3a1823ea5f24f44ea317ceced513b6722ed
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 22 19:10:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 22:00:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8493b3a1

kernel-2.eclass: avoid lexicographical compare on versions, bug #705246

Originally found in bug #705240 as:

```
if [[ ... || ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} > 2.6.28 ]]; then
```

'>' are string comparisons. They are benign so far, but
will start failing on linux-10 :)

Let's be consistent and use version comparison.

Closes: https://bugs.gentoo.org/705246
Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/kernel-2.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 07af8d8ab2c..d69182045c5 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1015,7 +1015,7 @@ postinst_sources() {
#   K_SECURITY_UNSUPPORTED=deblob
 
# if we are to forcably symlink, delete it if it already exists first.
-   if [[ ${K_SYMLINK} > 0 ]]; then
+   if [[ ${K_SYMLINK} -gt 0 ]]; then
[[ -h ${EROOT}usr/src/linux ]] && { rm "${EROOT}"usr/src/linux 
|| die; }
MAKELINK=1
fi
@@ -1078,7 +1078,7 @@ postinst_sources() {
KV_PATCH=$(ver_cut 3 ${OKV})
if [[ "$(tc-arch)" = "sparc" ]]; then
if [[ $(gcc-major-version) -lt 4 && $(gcc-minor-version) -lt 4 
]]; then
-   if [[ ${KV_MAJOR} -ge 3 || 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} > 2.6.24 ]] ; then
+   if [[ ${KV_MAJOR} -ge 3 || ver_test 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} -gt 2.6.24 ]] ; then
echo
elog "NOTE: Since 2.6.25 the kernel Makefile 
has changed in a way that"
elog "you now need to do"
@@ -1272,7 +1272,7 @@ unipatch() {
# do not apply fbcondecor patch to sparc/sparc64 as it breaks boot
# bug #272676
if [[ "$(tc-arch)" = "sparc" || "$(tc-arch)" = "sparc64" ]]; then
-   if [[ ${KV_MAJOR} -ge 3 || ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} 
> 2.6.28 ]]; then
+   if [[ ${KV_MAJOR} -ge 3 || ver_test 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} -gt 2.6.28 ]]; then
if [[ ! -z ${K_WANT_GENPATCHES} ]] ; then
UNIPATCH_DROP="${UNIPATCH_DROP} 
*_fbcondecor*.patch"
echo
@@ -1521,7 +1521,7 @@ kernel-2_src_unpack() {
# fix a problem on ppc where TOUT writes to /usr/src/linux breaking 
sandbox
# only do this for kernel < 2.6.27 since this file does not exist in 
later
# kernels
-   if [[ -n ${KV_MINOR} &&  ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} < 2.6.27 
]] ; then
+   if [[ -n ${KV_MINOR} && ver_test ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} 
-lt 2.6.27 ]] ; then
sed -i \
-e 's|TOUT  := .tmp_gas_check|TOUT  := 
$(T).tmp_gas_check|' \
"${S}"/arch/ppc/Makefile



[gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/

2020-05-26 Thread Sergei Trofimovich
commit: d83541f17ef9d1a0d2e0b8abb48e048e7b8adb9c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 21:59:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 21:59:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83541f1

app-forensics/honggfuzz: respect user's AR setting

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

 app-forensics/honggfuzz/honggfuzz-2.2-r1.ebuild | 47 +
 1 file changed, 47 insertions(+)

diff --git a/app-forensics/honggfuzz/honggfuzz-2.2-r1.ebuild 
b/app-forensics/honggfuzz/honggfuzz-2.2-r1.ebuild
new file mode 100644
index 000..cb8aa248061
--- /dev/null
+++ b/app-forensics/honggfuzz/honggfuzz-2.2-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A general purpose fuzzer with feedback support"
+HOMEPAGE="https://google.github.io/honggfuzz/;
+SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=sys-libs/binutils-libs-2.29:=
+   sys-libs/libunwind:=
+   app-arch/xz-utils
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=(
+   CHANGELOG
+   COPYING
+   CONTRIBUTING
+   README.md
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0-no-werror.patch
+)
+
+src_prepare() {
+   default
+   tc-export AR CC
+   export CFLAGS
+   export LDFLAGS
+}
+
+src_install() {
+   dobin ${PN}
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2020-05-26 Thread Sergei Trofimovich
commit: 37d5310f386fe475248a15d7ac484a4992bb3534
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 21:55:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 21:56:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d5310f

dev-embedded/u-boot-tools: respect user's AR setting, bug #718662

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/718662
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../u-boot-tools/u-boot-tools-2020.04-r2.ebuild| 74 ++
 1 file changed, 74 insertions(+)

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild
new file mode 100644
index 000..ac9b538b841
--- /dev/null
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+MY_P="u-boot-${PV/_/-}"
+DESCRIPTION="utilities for working with Das U-Boot"
+HOMEPAGE="https://www.denx.de/wiki/U-Boot/WebHome;
+SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+   sed -i 's:\bpkg-config\b:${PKG_CONFIG}:g' \
+   scripts/kconfig/lxdialog/check-lxdialog.sh \
+   scripts/kconfig/Makefile \
+   tools/Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC PKG_CONFIG
+}
+
+src_compile() {
+   # Unset a few KBUILD variables. Bug #540476
+   unset KBUILD_OUTPUT KBUILD_SRC
+
+   emake \
+   V=1 \
+   AR="${AR}" \
+   CC="${CC}" \
+   HOSTCC="${CC}" \
+   HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \
+   HOSTLDFLAGS="${LDFLAGS}" \
+   tools-only_defconfig
+
+   emake \
+   V=1 \
+   NO_SDL=1 \
+   HOSTSTRIP=: \
+   STRIP=: \
+   AR="${AR}" \
+   CC="${CC}" \
+   HOSTCC="${CC}" \
+   HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \
+   HOSTLDFLAGS="${LDFLAGS}" \
+   CONFIG_ENV_OVERWRITE=y \
+   tools-all
+}
+
+src_test() { :; }
+
+src_install() {
+   cd tools || die
+   dobin bmp_logo dumpimage fdtgrep gen_eth_addr img2srec mkenvimage 
mkimage
+   dobin env/fw_printenv
+   dosym fw_printenv /usr/bin/fw_setenv
+   insinto /etc
+   doins env/fw_env.config
+   doman "${S}"/doc/mkimage.1
+}



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

2020-05-26 Thread Sergei Trofimovich
commit: 30bb3c1680ce5a480efd80dc1dc3bea57c44a154
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 21:44:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 21:55:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bb3c16

dev-libs/libpfm: respect AR

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

 dev-libs/libpfm/libpfm-4.10.1-r1.ebuild | 38 +
 1 file changed, 38 insertions(+)

diff --git a/dev-libs/libpfm/libpfm-4.10.1-r1.ebuild 
b/dev-libs/libpfm/libpfm-4.10.1-r1.ebuild
new file mode 100644
index 000..99cd8b0c3d9
--- /dev/null
+++ b/dev-libs/libpfm/libpfm-4.10.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib toolchain-funcs
+
+DESCRIPTION="Hardware-based performance monitoring interface for Linux"
+HOMEPAGE="http://perfmon2.sourceforge.net;
+SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz"
+
+LICENSE="GPL-2 MIT"
+SLOT="0/4"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -e "s:SLDFLAGS=:SLDFLAGS=\$(LDFLAGS) :g" \
+   -i lib/Makefile || die
+   sed -e "s:LIBDIR=\$(PREFIX)/lib:LIBDIR=\$(PREFIX)/$(get_libdir):g" \
+   -i config.mk || die
+}
+
+src_compile() {
+   # 'DBG=' unsets '-Werror' and other optional flags, bug #664294
+   emake AR=$(tc-getAR) CC=$(tc-getCC) DBG=
+}
+
+src_install() {
+   emake DESTDIR="${D}" LDCONFIG=true PREFIX="${EPREFIX}/usr"  install
+   use static-libs || find "${ED}" -name '*.a' -exec rm -f '{}' +
+   dodoc README
+}



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

2020-05-26 Thread Sergei Trofimovich
commit: 6705a66e38d394cf44cb45230fe953146d5867f5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 21:44:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 21:56:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6705a66e

dev-libs/libpfm: drop old

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

 dev-libs/libpfm/Manifest|  2 --
 dev-libs/libpfm/libpfm-4.4.0.ebuild | 36 
 dev-libs/libpfm/libpfm-4.6.0.ebuild | 36 
 3 files changed, 74 deletions(-)

diff --git a/dev-libs/libpfm/Manifest b/dev-libs/libpfm/Manifest
index 10c81aeca0a..46fdbf3955a 100644
--- a/dev-libs/libpfm/Manifest
+++ b/dev-libs/libpfm/Manifest
@@ -1,4 +1,2 @@
 DIST libpfm-4.10.1.tar.gz 1005988 BLAKE2B 
7bdc64540cdf0404bfab0a631e506f37a79ca090d68c798fe4943f627ebc3e15e01f6c4530d4eec2c82a6f759845af518cbf34b3ad19ecc5fa48a874611aaa16
 SHA512 
33d99824216b4d83784e0db9f1aae3b39f84c2ba42dee64dde0b3c43cc5ee3a18c206d9044e75bf10867768add7cb9967c6318f7aa196f178f334271fa05e1aa
-DIST libpfm-4.4.0.tar.gz 649910 BLAKE2B 
f74246d1ee23c7793e89db5d96f7abca581932273e3b0c8669c4e0ae54907e3bf53c3c1a5d09cee93458802263159f0ab808ff62774a422257a7f781c6ce454a
 SHA512 
e7f9b50d0c71c08697283d043231234b39695fda6796ad1e2c48fdd67e2936a3cf5d864b5e1b9c68a34f1d726f2b273eb1267adec3060085f3a51e9886f5704a
-DIST libpfm-4.6.0.tar.gz 767447 BLAKE2B 
2374abdbc9d886d4e0101a2dc77e699a47abdbd67c0f490706ae78032b89b5ecf9d577ab8f0ca297841ddb3b39da6994e833fea8659cfd21b5fbcdc53f2f84c3
 SHA512 
73bd11bd0c11c0ec2fa71935c967f36431a00b548b8b47575e00e8cc3e1f8ef3fc2d449d493f51a198eaba5b1629cdf79330cbe2a8ca8867e15fddbfdbf571dc
 DIST libpfm-4.8.0.tar.gz 828853 BLAKE2B 
e6caa0ffa4584dab805ef08ce5318bf73fda906afddb30b1490a34ec62e522a6bb713563c5ffecb22596e6c5c1c06c245c5b9bc59fea74face90a9edcbfb4eac
 SHA512 
a06f3713c70fb4fe694154057604ae42627ad764486a3d3e28b0ef2e46fdd0a0431ec1a3c52ebc711ae174a1fbd7b3ddd0c736a568f57d4606ecf8064ff38228

diff --git a/dev-libs/libpfm/libpfm-4.4.0.ebuild 
b/dev-libs/libpfm/libpfm-4.4.0.ebuild
deleted file mode 100644
index 608bb97fd70..000
--- a/dev-libs/libpfm/libpfm-4.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="Hardware-based performance monitoring interface for Linux"
-HOMEPAGE="http://perfmon2.sourceforge.net;
-SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz"
-
-LICENSE="GPL-2 MIT"
-SLOT="0/4"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -e "s:SLDFLAGS=:SLDFLAGS=\$(LDFLAGS) :g" \
-   -i lib/Makefile || die
-   sed -e "s:LIBDIR=\$(PREFIX)/lib:LIBDIR=\$(PREFIX)/$(get_libdir):g" \
-   -i config.mk || die
-}
-
-src_compile() {
-   # 'DBG=' unsets '-Werror' and other optional flags, bug #664294
-   emake CC=$(tc-getCC) DBG=
-}
-
-src_install() {
-   emake DESTDIR="${D}" LDCONFIG=true PREFIX="${EPREFIX}/usr"  install
-   use static-libs || find "${ED}" -name '*.a' -exec rm -f '{}' +
-   dodoc README
-}

diff --git a/dev-libs/libpfm/libpfm-4.6.0.ebuild 
b/dev-libs/libpfm/libpfm-4.6.0.ebuild
deleted file mode 100644
index 5224fe87b8e..000
--- a/dev-libs/libpfm/libpfm-4.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="Hardware-based performance monitoring interface for Linux"
-HOMEPAGE="http://perfmon2.sourceforge.net;
-SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz"
-
-LICENSE="GPL-2 MIT"
-SLOT="0/4"
-KEYWORDS="~amd64 ppc64 ~x86"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -e "s:SLDFLAGS=:SLDFLAGS=\$(LDFLAGS) :g" \
-   -i lib/Makefile || die
-   sed -e "s:LIBDIR=\$(PREFIX)/lib:LIBDIR=\$(PREFIX)/$(get_libdir):g" \
-   -i config.mk || die
-}
-
-src_compile() {
-   # 'DBG=' unsets '-Werror' and other optional flags, bug #664294
-   emake CC=$(tc-getCC) DBG=
-}
-
-src_install() {
-   emake DESTDIR="${D}" LDCONFIG=true PREFIX="${EPREFIX}/usr"  install
-   use static-libs || find "${ED}" -name '*.a' -exec rm -f '{}' +
-   dodoc README
-}



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

2020-05-26 Thread Nick Sarnie
commit: 339ec5f0c3caddeb14c143f8f61612356794e536
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May 26 21:47:03 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May 26 21:47:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339ec5f0

media-libs/vulkan-loader: Fix deps

Closes: https://bugs.gentoo.org/724870
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 133.ebuild => vulkan-loader-1.1.125-r1.ebuild} | 41 --
 .../vulkan-loader/vulkan-loader-1.2.133.ebuild |  2 +-
 .../vulkan-loader/vulkan-loader-1.2.135.ebuild |  2 +-
 .../vulkan-loader/vulkan-loader-1.2.137.ebuild |  2 +-
 4 files changed, 25 insertions(+), 22 deletions(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.133.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.1.125-r1.ebuild
similarity index 65%
copy from media-libs/vulkan-loader/vulkan-loader-1.2.133.ebuild
copy to media-libs/vulkan-loader/vulkan-loader-1.1.125-r1.ebuild
index 60deb31aa07..703cf7774d1 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.133.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.1.125-r1.ebuild
@@ -2,22 +2,27 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
 
-MY_PN=Vulkan-Loader
-CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake-multilib python-any-r1 toolchain-funcs
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git;
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Loader.git;
EGIT_SUBMODULES=()
inherit git-r3
 else
-   SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   if [[ -z ${SNAPSHOT_COMMIT} ]]; then
+   MY_PV=v${PV}
+   MY_P=Vulkan-Loader-${PV}
+   else
+   MY_PV=${SNAPSHOT_COMMIT}
+   MY_P=Vulkan-Loader-${SNAPSHOT_COMMIT}
+   fi
KEYWORDS="~amd64 ~ppc64 ~x86"
-   S="${WORKDIR}"/${MY_PN}-${PV}
+   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Loader/archive/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}"/${MY_P}
 fi
 
+inherit toolchain-funcs python-any-r1 cmake-multilib
+
 DESCRIPTION="Vulkan Installable Client Driver (ICD) Loader"
 HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Loader;
 
@@ -25,16 +30,14 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="layers wayland X"
 
-BDEPEND=">=dev-util/cmake-3.10.2"
+PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 DEPEND="${PYTHON_DEPS}
-   >=dev-util/vulkan-headers-${PV}
+   ~dev-util/vulkan-headers-${PV}
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]
x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
-   )
-"
-PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
+   )"
 
 multilib_src_configure() {
# Integrated clang assembler doesn't work with x86 - Bug #698164
@@ -43,21 +46,21 @@ multilib_src_configure() {
fi
 
local mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=ON
-   -DBUILD_TESTS=OFF
-   -DBUILD_LOADER=ON
+   -DCMAKE_SKIP_RPATH=True
+   -DBUILD_TESTS=False
+   -DBUILD_LOADER=True
-DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-DVULKAN_HEADERS_INSTALL_DIR="${EPREFIX}/usr"
)
-   cmake_src_configure
+   cmake-utils_src_configure
 }
 
 multilib_src_install() {
keepdir /etc/vulkan/icd.d
 
-   cmake_src_install
+   cmake-utils_src_install
 }
 
 pkg_postinst() {

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.133.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.133.ebuild
index 60deb31aa07..33cdb2c5384 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.133.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.133.ebuild
@@ -27,7 +27,7 @@ IUSE="layers wayland X"
 
 BDEPEND=">=dev-util/cmake-3.10.2"
 DEPEND="${PYTHON_DEPS}
-   >=dev-util/vulkan-headers-${PV}
+   ~dev-util/vulkan-headers-${PV}
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.135.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.135.ebuild
index 313f090553b..45a674083b0 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.135.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.135.ebuild
@@ -27,7 +27,7 @@ IUSE="layers wayland X"
 
 BDEPEND=">=dev-util/cmake-3.10.2"
 DEPEND="${PYTHON_DEPS}
-   >=dev-util/vulkan-headers-1.2.136
+   ~dev-util/vulkan-headers-1.2.136
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )

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

2020-05-26 Thread Lars Wendler
commit: 51858f63c9173dda963157c6fa27c8e665934046
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May 26 21:35:05 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May 26 21:35:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51858f63

dev-util/pkgconf: Bump to version 1.7.1

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

 dev-util/pkgconf/Manifest |  1 +
 dev-util/pkgconf/pkgconf-1.7.1.ebuild | 82 +++
 2 files changed, 83 insertions(+)

diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest
index dbb333b701b..6c1c18db28c 100644
--- a/dev-util/pkgconf/Manifest
+++ b/dev-util/pkgconf/Manifest
@@ -1,2 +1,3 @@
 DIST pkgconf-1.6.3.tar.xz 291216 BLAKE2B 
04bf58590e2f0b37bac7b24b3d595ad08680e85647548cbd642495398d95706f9f738af5c6f9b9ad8801567caa20ade85d4c4d74179f08313420683cb1b34263
 SHA512 
437c5a5c9866e2047e62e0592639930b2420d4afd41d98cef51f3475165418a39e916477860025314828a6ee0a4eefc10fdf26bda66f80c291f324d9674fa5c1
 DIST pkgconf-1.7.0.tar.xz 292420 BLAKE2B 
2b709596c0ca8b62913a89fd6d3c4267f4f6f8585565dd66243d876a3b49795a522d3fced913d97cdaeb5cbad95b9655f2c23ef8160a03e68109fb4a21df8d90
 SHA512 
636741c11c35dbe39bbd38760268deefede2c312cb65ac1c20dbb2ce2c4eca884481e5888f5f6987c084f753684ff8d008713f7638952ea1d67a58ecce2fa05d
+DIST pkgconf-1.7.1.tar.xz 292908 BLAKE2B 
004ad290ae97dd8383a24a3c390341e1c054825136b241234396248cedf5edc221d77b68fd3e502aab123a7f18daca62374d1cc7c0311650cec4f87d237c33c8
 SHA512 
d5d264f48f537ba60efc47baa5aa3a375aecdaebf87f268846c69f7e807e29081f5e25334e21c014adb33e9de77d6e1b8a65124f718617f5825082579af801df

diff --git a/dev-util/pkgconf/pkgconf-1.7.1.ebuild 
b/dev-util/pkgconf/pkgconf-1.7.1.ebuild
new file mode 100644
index 000..c5741a92475
--- /dev/null
+++ b/dev-util/pkgconf/pkgconf-1.7.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 2012-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+if [[ ${PV} == "" ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~kaniini/pkgconf;
+else
+   SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"
+HOMEPAGE="https://git.sr.ht/~kaniini/pkgconf;
+
+LICENSE="ISC"
+SLOT="0/3"
+IUSE="+pkg-config test"
+
+# tests require 'kyua'
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-libs/atf
+   dev-util/kyua
+   )
+"
+RDEPEND="
+   pkg-config? (
+   !dev-util/pkgconfig
+   !dev-util/pkg-config-lite
+   !dev-util/pkgconfig-openbsd[pkg-config]
+   )
+"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/pkgconf
+)
+
+src_prepare() {
+   default
+
+   [[ ${PV} == "" ]] && eautoreconf
+   if use pkg-config; then
+   MULTILIB_CHOST_TOOLS+=(
+   /usr/bin/pkg-config
+   )
+   fi
+}
+
+multilib_src_configure() {
+   local ECONF_SOURCE="${S}"
+   econf --disable-static
+}
+
+multilib_src_test() {
+   unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH
+   default
+}
+
+multilib_src_install() {
+   default
+
+   if use pkg-config; then
+   dosym pkgconf /usr/bin/pkg-config
+   dosym pkgconf.1 /usr/share/man/man1/pkg-config.1
+   else
+   rm "${ED}"/usr/share/aclocal/pkg.m4 || die
+   rmdir "${ED}"/usr/share/aclocal || die
+   rm "${ED}"/usr/share/man/man7/pkg.m4.7 || die
+   rmdir "${ED}"/usr/share/man/man7 || die
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] proj/kde:master commit in: dev-db/kdb/

2020-05-26 Thread Andreas Sturmlechner
commit: 4a6be7dd67cf954b93aec52cc59da0e32a10eeb2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 26 20:25:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 26 20:25:21 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a6be7dd

dev-db/kdb: python3_9

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

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

diff --git a/dev-db/kdb/kdb-.ebuild b/dev-db/kdb/kdb-.ebuild
index dbf225ffdf..9ba2d6f85e 100644
--- a/dev-db/kdb/kdb-.ebuild
+++ b/dev-db/kdb/kdb-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_QTHELP="true"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_9 )
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org python-any-r1



[gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/

2020-05-26 Thread Andreas Sturmlechner
commit: c13f5a812aacd4d4505d8cf75b5b4c6343d79b03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 26 20:22:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 26 20:22:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c13f5a81

net-libs/telepathy-logger-qt: python3_9

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

 net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild 
b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
index 2256706751..32a9949107 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 KDE_ORG_CATEGORY="network"
 QTMIN=5.12.3
 inherit ecm kde.org python-any-r1



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

2020-05-26 Thread Thomas Deutschmann
commit: d6e34eae4a052fe2108cb2edfeda31a727a1cad0
Author: Gabriel Linder  gmail  com>
AuthorDate: Tue May 26 18:37:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 20:44:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e34eae

net-misc/rabbitmq-server: bump to 3.8.4.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Gabriel Linder  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15979
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/rabbitmq-server/Manifest  |  1 +
 .../rabbitmq-server/rabbitmq-server-3.8.4.ebuild   | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/net-misc/rabbitmq-server/Manifest 
b/net-misc/rabbitmq-server/Manifest
index 35a88691b9f..e9c493bb0fd 100644
--- a/net-misc/rabbitmq-server/Manifest
+++ b/net-misc/rabbitmq-server/Manifest
@@ -4,3 +4,4 @@ DIST rabbitmq-server-3.7.13.tar.xz 2595904 BLAKE2B 
3dce5af3b63d84e1ab8ee02ba3f55
 DIST rabbitmq-server-3.7.24.tar.xz 2867964 BLAKE2B 
30d49a72f92a9adc4fe7de071e9369cb4d574249b1d414b2e5d492585ae0bc0e5f85ca0c287d73dbf661df4cb249f29d1bfccc7516e6ec5d6ff70a437a01ce00
 SHA512 
5bf2b69b555ddc89415ce7918d0ab23221d383742fc20036f608b4cf99852fb58b61a5d7616b6357f151e1f16ed660b35d7b54a1c2ea46cf5b4ef67c2d38bd28
 DIST rabbitmq-server-3.8.2.tar.xz 15178744 BLAKE2B 
11da75e48415d53f291fffc8fafd89b506e727714e6f9dfce6a0b7c605a0d56bb3b879c779bebbc21f2bc5ada21378f9ed30e6f729c2c71b61ebe00db16eb225
 SHA512 
ac8cfc002ccbff8cf95c3e5508956cf5622c1c145b730589308ec4ca9173e5efca338829e13aa7dc37db035868dc964ab0e3e0edba15de49c64e18c50247b918
 DIST rabbitmq-server-3.8.3.tar.xz 3304456 BLAKE2B 
2ad04a1a8688cbbba71a82d44003f7ad632b26616dae977e8d326316baaaf7b475c4db3b13aa8cb153373be0f9f85972aac7ad53c299e39615dd032e8ced
 SHA512 
1547e7935ff34be278970c03b176d76e52a6968cc2955dc75fa00d184ed1ba567e095c5a56e0f2f7c868d41281897c53ec6f4baff019e144aa57afe99cd6adaa
+DIST rabbitmq-server-3.8.4.tar.xz 3086216 BLAKE2B 
c1c22ebca1b66aa210b45b3fccfffd89f3bb9312d37c78362db6d728456c8b7f3a0d787bcd411909509130307faf8457e4a7becb40cbf76ebb1cd1f1b615cce6
 SHA512 
2dee202b0a39f3d3d4314c4a5ee812d1c2b85225c6cdfc9ddb887285176df8d7009ca4ac8c3ab61cc3a943d32fa7665124dbf51ed18a322a280a3590601f118d

diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.8.4.ebuild 
b/net-misc/rabbitmq-server/rabbitmq-server-3.8.4.ebuild
new file mode 100644
index 000..dacf415d4e7
--- /dev/null
+++ b/net-misc/rabbitmq-server/rabbitmq-server-3.8.4.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-any-r1 systemd user
+
+DESCRIPTION="RabbitMQ is a high-performance AMQP-compliant message broker 
written in Erlang"
+HOMEPAGE="https://www.rabbitmq.com/;
+SRC_URI="https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PV}/rabbitmq-server-${PV}.tar.xz;
+
+LICENSE="GPL-2 MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+
+# This is the first release to officially support Erlang 23.
+# There is one remaining known Erlang 23 incompatibility:
+# rabbitmq-diagnostics observer will fail on Erlang 23.
+# This will be addressed in a future release.
+RDEPEND=">=dev-lang/erlang-21.3[ssl]
+   

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

2020-05-26 Thread Matt Turner
commit: 046448f29cec5aaf7d94011b25d3cdaac22687c0
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:30:50 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046448f2

dev-python/spyder-kernels: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-kernels/Manifest   |  1 +
 .../spyder-kernels/spyder-kernels-1.9.0.ebuild   |  2 +-
 ...nels-1.9.0.ebuild => spyder-kernels-1.9.1.ebuild} | 20 ++--
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index 0e7a15abcdb..edd068f365c 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1 +1,2 @@
 DIST spyder-kernels-1.9.0-gh.tar.gz 70947 BLAKE2B 
aa9d5a26da6e1783b5e9b1363813cfd8f2a093c6382f0a7de3d3d4eac801320327bee117d5e93f09a46ea14dd3432a6d3022d8e21089989fa57fa2f461360f68
 SHA512 
a4fe038cb1c888bc26296d7a0d7e876598b4b4de672d671d383242fa8aa2de6db89d498ae08dfa2da0f2a03417ba814df034ab3bc32c56c82cbac478764078dd
+DIST spyder-kernels-1.9.1-gh.tar.gz 71106 BLAKE2B 
f6ccabb86d0b594c586215ffcd55697aaeca6b038178a4715df206dd77676e75e6e51d1de799d5d5d1e07cd935dc4bcf2c7c7d50417813391ea3b655bfa910b6
 SHA512 
856931663f7d3e964831e96bce8c3b6ea81596604dc5f53be132a536612c63d98e6b3862d4153c5ea64e6dee5cb1e27156d30b94edd7b7010ba7c6596ed6e5b1

diff --git a/dev-python/spyder-kernels/spyder-kernels-1.9.0.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-1.9.0.ebuild
index f2e2068ebc0..256d0cc3bc1 100644
--- a/dev-python/spyder-kernels/spyder-kernels-1.9.0.ebuild
+++ b/dev-python/spyder-kernels/spyder-kernels-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 

diff --git a/dev-python/spyder-kernels/spyder-kernels-1.9.0.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-1.9.1.ebuild
similarity index 71%
copy from dev-python/spyder-kernels/spyder-kernels-1.9.0.ebuild
copy to dev-python/spyder-kernels/spyder-kernels-1.9.1.ebuild
index f2e2068ebc0..3051a687b41 100644
--- a/dev-python/spyder-kernels/spyder-kernels-1.9.0.ebuild
+++ b/dev-python/spyder-kernels/spyder-kernels-1.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 
@@ -20,7 +20,8 @@ RDEPEND="dev-python/cloudpickle[${PYTHON_USEDEP}]
>=dev-python/ipykernel-5.1.3[${PYTHON_USEDEP}]
>=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
>=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]"
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
 
 DEPEND="test? (
dev-python/cython[${PYTHON_USEDEP}]
@@ -30,16 +31,15 @@ DEPEND="test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}] )"
+   dev-python/xarray[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
 
-python_test() {
-   if [[ ${EPYTHON} = python3.6 ]]; then
-   # this fails in py3.6 for some reason
-   sed -i -e 's:test_turtle_launch:_&:' \
-   spyder_kernels/console/tests/test_console_kernel.py || 
die
-   fi
+python_prepare_all() {
+   # assert False
+   sed -i -e 's:test_turtle_launch:_&:' \
+   spyder_kernels/console/tests/test_console_kernel.py || die
 
-   pytest -vv || die "Tests fail with ${EPYTHON}"
+   distutils-r1_python_prepare_all
 }



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

2020-05-26 Thread Matt Turner
commit: 0004fc26421727f3c1de7b037d94cea0a1049bbd
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 21 10:28:43 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0004fc26

dev-python/python-jsonrpc-server: drop py3_6

Closes: https://bugs.gentoo.org/723604
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 .../python-jsonrpc-server/python-jsonrpc-server-0.3.4.ebuild   | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/python-jsonrpc-server/python-jsonrpc-server-0.3.4.ebuild 
b/dev-python/python-jsonrpc-server/python-jsonrpc-server-0.3.4.ebuild
index 8881d6a78bb..d4423e655f5 100644
--- a/dev-python/python-jsonrpc-server/python-jsonrpc-server-0.3.4.ebuild
+++ b/dev-python/python-jsonrpc-server/python-jsonrpc-server-0.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 
@@ -17,13 +17,14 @@ KEYWORDS="~amd64 ~x86"
 
 BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
 
-RDEPEND="dev-python/ujson[${PYTHON_USEDEP}]"
+RDEPEND="~dev-python/ujson-1.35[${PYTHON_USEDEP}]"
 
 DEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pycodestyle[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
-   dev-python/pylint[${PYTHON_USEDEP}] )"
+   dev-python/pylint[${PYTHON_USEDEP}]
+)"
 
 PATCHES=( "${FILESDIR}/${P}-remove-pytest-cov-dep.patch" )
 



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

2020-05-26 Thread Matt Turner
commit: d0c8918768e9b2d58703f2dc8c9f7e2ae3937ad5
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:32:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c89187

dev-python/spyder-vim: vim bindings for spyder

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-vim/Manifest |  1 +
 dev-python/spyder-vim/metadata.xml | 12 
 .../spyder-vim/spyder-vim-0_pre20200514.ebuild | 34 ++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/spyder-vim/Manifest b/dev-python/spyder-vim/Manifest
new file mode 100644
index 000..e985d776f0c
--- /dev/null
+++ b/dev-python/spyder-vim/Manifest
@@ -0,0 +1 @@
+DIST spyder-vim-0_pre20200514.tar.gz 286672 BLAKE2B 
ab3f8fbb86a21077a7563be880a4c7844c45d3837fc9255d70442e5e0b7c9d65fc94bf5a1db71de21943847e964aadae62a1064443f9de68b67edccef20933cd
 SHA512 
63645b95ae26a903f2427e45be6061b927c713675fab8c13f108f1eb9765e4e2f3a0172f9fcf709cb8e8d5a2c703297ff28ecb030f24b00bed93dde004c88595

diff --git a/dev-python/spyder-vim/metadata.xml 
b/dev-python/spyder-vim/metadata.xml
new file mode 100644
index 000..8fc11184ab0
--- /dev/null
+++ b/dev-python/spyder-vim/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild 
b/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild
new file mode 100644
index 000..ee631d43a90
--- /dev/null
+++ b/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 )
+
+inherit distutils-r1 virtualx
+
+COMMIT="0a5f982392a03a0f6448f2cfdfa116d027dc52b1"
+
+DESCRIPTION="Plugin for Spyder to enable Vim keybindings"
+HOMEPAGE="https://github.com/spyder-ide/spyder-vim;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">dev-python/spyder-4.0.0[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+
+DOCS=( "README.rst" "doc/example.gif" )
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   virtx pytest -vv
+}



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

2020-05-26 Thread Matt Turner
commit: c8f96460e709b133702655799b7bbf0f72b4a594
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 21 10:30:15 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f96460

dev-python/spyder-notebook: drop py3_6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild 
b/dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild
index 2b00297233b..5c52581419f 100644
--- a/dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild
+++ b/dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/

2020-05-26 Thread Matt Turner
commit: ea4f8eaf09c32f0aeb4e76a89c0bf5e24545db04
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 21 10:29:27 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4f8eaf

dev-python/spyder-line-profiler: drop py3_6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild 
b/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
index 0845ccd887a..16a6a96a2d6 100644
--- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
+++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 virtualx
 



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

2020-05-26 Thread Matt Turner
commit: c524f97df3bc8cb745dc0c9f4dda309c530c3f8a
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:29:22 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c524f97d

dev-python/python-language-server: version bump

Closes: https://bugs.gentoo.org/723998
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/python-language-server/Manifest |  2 ++
 ...build => python-language-server-0.31.10.ebuild} | 25 ++
 .../python-language-server-0.31.9.ebuild   |  2 +-
 ...ebuild => python-language-server-0.32.0.ebuild} | 24 -
 4 files changed, 33 insertions(+), 20 deletions(-)

diff --git a/dev-python/python-language-server/Manifest 
b/dev-python/python-language-server/Manifest
index 9c4ca10de56..5258e3a8f24 100644
--- a/dev-python/python-language-server/Manifest
+++ b/dev-python/python-language-server/Manifest
@@ -1 +1,3 @@
+DIST python-language-server-0.31.10.tar.gz 66009 BLAKE2B 
9c5de5ab3d3e75273f4039ef11a7a94e14acc2b28a8a1b08fd664d24464e41a3c00b49e6937b8e6479028a382805502c27dfeeccc06d6daf0b848e4809d98058
 SHA512 
2f922fff1b88c197314816e5d749cd1d1148ce00ab3eeadbefe45a71fd1f521bce386be9494d882a4d1b001a9797a5b31e42c6a4637dd0343eba419b9fccc6e6
 DIST python-language-server-0.31.9.tar.gz 64940 BLAKE2B 
579b2583854acfa261c01c9f99e32030aa5c1bded869d7d5e8b306118bd2ea8c7fb81593b83dd471c0d77be5de6b99b635b373e354b02a07b14ce83cd41c5bcc
 SHA512 
df078a7cd0510c0ef574b46d80a649ba582e7138f7890293fe5b331404a183c1cabe41f322333f3b11c1bddf6ee6988d4412bae96d557fa4dd0cbd268353ffbb
+DIST python-language-server-0.32.0.tar.gz 67137 BLAKE2B 
83611541c36ab70ab16fd3814a198280dfbb878cb8982625855e102bcd76fb605961fccd7efbb099f3f7b4dc7f974f12a5e064170140880eb5b9cd0a71702e9a
 SHA512 
7c4a6de3998f7a09cca18530e0803629924b26eaec4f1a1a4001996c680fcf35195052013f390569b0f79da94000ec86f92e9d68215dff53018080567e28ca0f

diff --git 
a/dev-python/python-language-server/python-language-server-0.31.9.ebuild 
b/dev-python/python-language-server/python-language-server-0.31.10.ebuild
similarity index 76%
copy from dev-python/python-language-server/python-language-server-0.31.9.ebuild
copy to dev-python/python-language-server/python-language-server-0.31.10.ebuild
index 6f32afa7e34..baeea9880c1 100644
--- a/dev-python/python-language-server/python-language-server-0.31.9.ebuild
+++ b/dev-python/python-language-server/python-language-server-0.31.10.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
-
+PYTHON_COMPAT=( python3_7 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit eutils distutils-r1
@@ -24,23 +23,27 @@ RDEPEND="
=dev-python/python-jsonrpc-server-0.3.2[${PYTHON_USEDEP}]
-   <=dev-python/ujson-1.35-r[${PYTHON_USEDEP}]"
+   ~dev-python/ujson-1.35[${PYTHON_USEDEP}]
+"
 
 DEPEND="test? (
dev-python/autopep8[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]
+   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mccabe[${PYTHON_USEDEP}]
+   >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   =dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
dev-python/QtPy[testlib,${PYTHON_USEDEP}]
-   dev-python/rope[${PYTHON_USEDEP}]
-   dev-python/yapf[${PYTHON_USEDEP}] )"
+   >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
+   dev-python/yapf[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
 
@@ -48,6 +51,10 @@ python_prepare_all() {
# remove pytest-cov dependencie
sed -i -e '16,18d' setup.cfg || die
 
+   # FileNotFoundError: [Errno 2] No such file or directory
+   sed -i -e 's:test_flake8_no_checked_file:_&:' \
+   test/plugins/test_flake8_lint.py || die
+
distutils-r1_python_prepare_all
 }
 

diff --git 
a/dev-python/python-language-server/python-language-server-0.31.9.ebuild 
b/dev-python/python-language-server/python-language-server-0.31.9.ebuild
index 6f32afa7e34..48a9e2e9879 100644
--- a/dev-python/python-language-server/python-language-server-0.31.9.ebuild
+++ b/dev-python/python-language-server/python-language-server-0.31.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 

diff --git 
a/dev-python/python-language-server/python-language-server-0.31.9.ebuild 
b/dev-python/python-language-server/python-language-server-0.32.0.ebuild
similarity index 77%
copy from dev-python/python-language-server/python-language-server-0.31.9.ebuild
copy to dev-python/python-language-server/python-language-server-0.32.0.ebuild
index 6f32afa7e34..e3eac548d08 100644
--- 

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

2020-05-26 Thread Matt Turner
commit: 9295182bb7b4c51acca675c03da660d7b3e89fa4
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:30:19 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9295182b

dev-python/sphinx-prompt: Sphinx directive to add unselectable prompt

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/sphinx-prompt/Manifest   |  1 +
 dev-python/sphinx-prompt/metadata.xml   | 12 
 dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild | 21 +
 3 files changed, 34 insertions(+)

diff --git a/dev-python/sphinx-prompt/Manifest 
b/dev-python/sphinx-prompt/Manifest
new file mode 100644
index 000..30c5fbc8d10
--- /dev/null
+++ b/dev-python/sphinx-prompt/Manifest
@@ -0,0 +1 @@
+DIST sphinx-prompt-1.2.0.tar.gz 7506 BLAKE2B 
babff99a29b87ba9529d7811a5b34280b1d30a4f7dbde8cea28a3c2ec687d1d4443b6bd8b0fb3ab5bdd002066ef1d3117768a529e46691fbec9de59d5c8771a8
 SHA512 
e3fe2740bee8a0107a12e131d3a4f90ed22c4bcceab7cb94fc869a534725552d4d3a9d8519a54782c5a1913a2e3bee088fa14db7b3a37f256be3243c7f6a9a1f

diff --git a/dev-python/sphinx-prompt/metadata.xml 
b/dev-python/sphinx-prompt/metadata.xml
new file mode 100644
index 000..5442995bcde
--- /dev/null
+++ b/dev-python/sphinx-prompt/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+sphinx-prompt
+sbrunner/sphinx-prompt
+  
+

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild
new file mode 100644
index 000..6dab60f51ef
--- /dev/null
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx directive to add unselectable prompt"
+HOMEPAGE="https://github.com/sbrunner/sphinx-prompt/;
+SRC_URI="https://github.com/sbrunner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+"



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

2020-05-26 Thread Matt Turner
commit: c004c4e23f56f1a62b3ed5e11484e789c1e65af1
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 21 10:31:20 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c004c4e2

dev-python/spyder-unittest: version bump and drop py3_6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-unittest/Manifest | 1 +
 dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild | 2 +-
 .../{spyder-unittest-0.4.0.ebuild => spyder-unittest-0.4.1.ebuild}  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index f00c3c77ddd..eb9c481d327 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1 +1,2 @@
 DIST spyder-unittest-0.4.0.tar.gz 74408 BLAKE2B 
d1d8d3b331fefda5c918deb811052518109592919bce07006b49a533f85bc82e8a6efcb0eb4c9b799ef736eb1a5744bd637fdc1bf4f123b0ad5d742ca9c41027
 SHA512 
fe402b19bb7c2350cd27d1b5786840ed10736db042ee0b630d29a78aaee1e6cdfb3588eb8bd9bf9e124fdcaaab253e0c67e75480d26f41a16f678a7176db53d0
+DIST spyder-unittest-0.4.1.tar.gz 79158 BLAKE2B 
10b7a8fde9dffdb436c44f22d305ceab84970dabd19aaeb7b5685be21f0e7bfc701a5fbbf9e393a71c9feb36dd6a2be68680e276c8d0841b2133a7171c504e3f
 SHA512 
17e08b09accd938bf533c409f9a8011e9780f9cc4533af0ec754b6a01061490f198213cb77af9050e1e67e2b4b9c25251bbab27dce23d3f6e09f502cfbef95fc

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
index e13f6bbc8f2..5a999c55cae 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 virtualx
 

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
similarity index 96%
copy from dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
copy to dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
index e13f6bbc8f2..5a999c55cae 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 virtualx
 



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

2020-05-26 Thread Matt Turner
commit: eb47d00796ea8cc9fa47e1fa79ef6dfea11ce44c
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:31:20 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb47d007

dev-python/spyder: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder/Manifest |  2 ++
 dev-python/spyder/spyder-4.1.2.ebuild  |  2 +-
 .../{spyder-4.1.2.ebuild => spyder-4.1.3.ebuild}   | 38 --
 3 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index a4f09dcf716..90d416e11ca 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,2 +1,4 @@
 DIST spyder-4.1.2.tar.gz 11125567 BLAKE2B 
38591301fa9d97836341c9e86134fee1515ce901f42aeb45f606f23f5da7411e45e98e872dda0f0de4504e062eb6aa188d3db15181074220e69624a6b28dd8f6
 SHA512 
a0aeb1f7eb66f2efd5bb7da6ed7401668ca76e968b9b651882567664925be22ba0748914477876e2c62761442c57fa69c19a9fc6556251ac6db83bcd6088d000
+DIST spyder-4.1.3.tar.gz 11610111 BLAKE2B 
5cc25a6a8c6609dcec8e5e0d4beddfa582b2f632a4d1c61ef68e68e82f3cbc2b29694ddc7cdda216e4a8143254e6c1cca1e817a3f72be324671ff0196f3f0842
 SHA512 
0d0568c500c5b153bcd0073897eaf4e526e62bbc82c4a795683185cdac86f00c24d3b2efaa1f6bcd2f60305e387cda46bb732fbeaf21391e9d80ca4b18787b7e
 DIST spyder-docs-1022fd8.tar.gz 3539049 BLAKE2B 
6d54a990ab681e9ed8a5f1a03e59e86c29eb94af18f29dd6c3b8b782230974cf057d25993b0e0358d0f32aba3fd8740dc94fb173766c094e7954d9f39456e6a5
 SHA512 
84935fb0665e1981c319484ba97096bf6996cc618d073417d06f3dfb703366429be333203af3ff2fe124cf00cc72e416fbc97734be4e21e9200b104fea167933
+DIST spyder-docs-6abac0ce8be017c6ecfb2b451700bf5b0e4c36dd.tar.gz 15821929 
BLAKE2B 
843510c87dc9ca616a6114159445894d2f4728201a93f424131f2524c8bc833d1b1540740d1e7cf473c4aed501cce775a073a9ee8748fe29b4193c927da70820
 SHA512 
c9161a7dc4bdef8e9a1ebe84ee7cc01fb9083965b54fc421d006a999ff753485c3d4a615e9646a6be47826663a64dc9af7f442dc2e4c81283c6eb5de55a8a3a9

diff --git a/dev-python/spyder/spyder-4.1.2.ebuild 
b/dev-python/spyder/spyder-4.1.2.ebuild
index a16c87621eb..2123862db62 100644
--- a/dev-python/spyder/spyder-4.1.2.ebuild
+++ b/dev-python/spyder/spyder-4.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit eutils xdg distutils-r1 virtualx
 

diff --git a/dev-python/spyder/spyder-4.1.2.ebuild 
b/dev-python/spyder/spyder-4.1.3.ebuild
similarity index 88%
copy from dev-python/spyder/spyder-4.1.2.ebuild
copy to dev-python/spyder/spyder-4.1.3.ebuild
index a16c87621eb..40dfff6e210 100644
--- a/dev-python/spyder/spyder-4.1.2.ebuild
+++ b/dev-python/spyder/spyder-4.1.3.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit eutils xdg distutils-r1 virtualx
 
 # Commit of documentation to fetch
-DOCS_PV="1022fd8"
+DOCS_PV="6abac0ce8be017c6ecfb2b451700bf5b0e4c36dd"
 
 DESCRIPTION="The Scientific Python Development Environment"
 HOMEPAGE="
@@ -22,6 +22,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+# Tests succeed, but freezes at the end, installation does not continue
+RESTRICT="test"
+
 RDEPEND="
>=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
>=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
@@ -48,9 +51,10 @@ RDEPEND="
>=dev-python/qtconsole-4.6.0[${PYTHON_USEDEP}]
>=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},svg,webengine]
>=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
-   >=dev-python/spyder-kernels-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-1.9.1[${PYTHON_USEDEP}]
=spyder-4.0.0 at the moment
# optfeature "The autopep8 plugin" dev-python/spyder-autopep8
-   # optfeature "Vim key bindings" dev-python/spyder-vim
+   optfeature "Vim key bindings" dev-python/spyder-vim
optfeature "Unittest support" dev-python/spyder-unittest
optfeature "Jupyter notebook support" dev-python/spyder-notebook
optfeature "System terminal inside spyder" 
dev-python/spyder-terminal



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

2020-05-26 Thread Matt Turner
commit: 9591afd4c1ed00356c5da044a831cb2824334bdf
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 21 10:30:01 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9591afd4

dev-python/spyder-terminal: drop py3_6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-terminal/spyder-terminal-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-terminal/spyder-terminal-0.3.2.ebuild 
b/dev-python/spyder-terminal/spyder-terminal-0.3.2.ebuild
index b95ea422042..3c158e86cdd 100644
--- a/dev-python/spyder-terminal/spyder-terminal-0.3.2.ebuild
+++ b/dev-python/spyder-terminal/spyder-terminal-0.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-memory-profiler/

2020-05-26 Thread Matt Turner
commit: 853ace682b86f7e76f40affc6d4b24391aac9b87
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 21 10:29:43 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853ace68

dev-python/spyder-memory-profiler: drop py3_6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git 
a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild 
b/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild
index f995d4f20ee..6a7df158ca8 100644
--- a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild
+++ b/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 virtualx
 



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

2020-05-26 Thread Matt Turner
commit: 6831cefcd71c89e37a66a059f1314a3d336bc630
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat May 23 15:54:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6831cefc

dev-python/spyder-unittest: clean up old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 -
 .../spyder-unittest/spyder-unittest-0.4.0.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index eb9c481d327..b347fd8808b 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,2 +1 @@
-DIST spyder-unittest-0.4.0.tar.gz 74408 BLAKE2B 
d1d8d3b331fefda5c918deb811052518109592919bce07006b49a533f85bc82e8a6efcb0eb4c9b799ef736eb1a5744bd637fdc1bf4f123b0ad5d742ca9c41027
 SHA512 
fe402b19bb7c2350cd27d1b5786840ed10736db042ee0b630d29a78aaee1e6cdfb3588eb8bd9bf9e124fdcaaab253e0c67e75480d26f41a16f678a7176db53d0
 DIST spyder-unittest-0.4.1.tar.gz 79158 BLAKE2B 
10b7a8fde9dffdb436c44f22d305ceab84970dabd19aaeb7b5685be21f0e7bfc701a5fbbf9e393a71c9feb36dd6a2be68680e276c8d0841b2133a7171c504e3f
 SHA512 
17e08b09accd938bf533c409f9a8011e9780f9cc4533af0ec754b6a01061490f198213cb77af9050e1e67e2b4b9c25251bbab27dce23d3f6e09f502cfbef95fc

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
deleted file mode 100644
index 5a999c55cae..000
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Plugin for Spyder to run tests and view the results"
-HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest-qt[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   spyder_unittest_test() {
-   # fails to test in ${BUILDIR}/lib
-   # test do work if executed directly in the extracted tarball
-   local PYTHONPATH="${WORKDIR}/${P}"
-   pytest -vv spyder_unittest/tests spyder_unittest/widgets/tests
-   }
-
-   virtx spyder_unittest_test
-}



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

2020-05-26 Thread Matt Turner
commit: 912dff6951e30f72317094ab66d90d870ff23ed0
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:26:06 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912dff69

dev-python/flake8: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/15790
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.8.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index eb339487dbf..89eb07174c2 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-3.7.9.tar.gz 150123 BLAKE2B 
fd46710c0dcce7d3dcb3d5fc8ff7a83a35315679fa838e68abafd5bdc342c13218706fec0dac3fc9a6d919971f1f846c855f00cbd60c925e979378e431dace0b
 SHA512 
c3c753ad050d8a8f87f7c28c8a1c953ed9bd04f08b09512d9323152b4eebb57d67fbfb0f5317d629174fa12fa234e1a86d6a633dd951fff6a45330b1c4f62850
+DIST flake8-3.8.1.tar.gz 157166 BLAKE2B 
cc8b2dc11f78a6b9c62662086cc190a29a0a4e5a228d4823de8e2f3f327cea3e5df4db220faf9cc14fa34e3825b7d1e4fc4ccf9d1205b437903f327f3ebfa7bb
 SHA512 
f73a306be7d8e5bc48dd9d6d8f8cdee07a90c6c38ee7bd37a21f4be23f1812e4a1e214cc75ca1a324f40e750312b5d7ed573ff49d673f9a1f33aad188b108add

diff --git a/dev-python/flake8/flake8-3.8.1.ebuild 
b/dev-python/flake8/flake8-3.8.1.ebuild
new file mode 100644
index 000..806a6b8f638
--- /dev/null
+++ b/dev-python/flake8/flake8-3.8.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   

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

2020-05-26 Thread Matt Turner
commit: c72e2aefcc3629670a1fe368d404212358b8ded9
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:28:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72e2aef

dev-python/pyflakes: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/pyflakes/Manifest b/dev-python/pyflakes/Manifest
index 409aea85cb9..743563948f6 100644
--- a/dev-python/pyflakes/Manifest
+++ b/dev-python/pyflakes/Manifest
@@ -1 +1,2 @@
 DIST pyflakes-2.1.1.tar.gz 58072 BLAKE2B 
68dccddae2a9dc77f2d1f1251c80e2552935281b6b79e55fd2a0805cb30bf5e1c227b60a7e1f55f5f92ac42dfd18a69eb0b76ce06f43ac1c48dde3921817a271
 SHA512 
7ebf5843b38146305c1063e070480fea8ec3b47fa1be546b1fafaeb242a688a5a001f978e7257fd71d5905b9a338b466ef17c7330725191587e9c40ba632c3f8
+DIST pyflakes-2.2.0.tar.gz 65307 BLAKE2B 
e48e0cb0497f90b6482c0fd08c182d766ab50755fe348352df510841f4ad43f7c1d6486753ce774603a3624f49c9b0165ad930bb1451ef30cf2e828d732e0652
 SHA512 
6a411efef261874c216b71bcb095412448a8cbeefdf7fa5577d4f4edd48a4a740a4433665e87e5dda2c08fd9ee3bfb7f134f56c7523e1303243edfa92b0ccb35

diff --git a/dev-python/pyflakes/pyflakes-2.2.0.ebuild 
b/dev-python/pyflakes/pyflakes-2.2.0.ebuild
new file mode 100644
index 000..cc7b91a291f
--- /dev/null
+++ b/dev-python/pyflakes/pyflakes-2.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+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 ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="${BDEPEND}"
+
+distutils_enable_tests unittest



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

2020-05-26 Thread Matt Turner
commit: d64b1a2d6940c961e61d4fd7be1103ab661aa6da
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:29:46 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64b1a2d

dev-python/qtawesome: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/qtawesome/Manifest   |  1 +
 dev-python/qtawesome/qtawesome-0.7.2.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-python/qtawesome/Manifest b/dev-python/qtawesome/Manifest
index bcb5191f521..f6b8a773435 100644
--- a/dev-python/qtawesome/Manifest
+++ b/dev-python/qtawesome/Manifest
@@ -1 +1,2 @@
 DIST QtAwesome-0.7.1.tar.gz 846772 BLAKE2B 
8bfbd430399bb42fab0d7d236cd8bb4daf372469e8a6dc604df57a11f70202772bcbd9df8f49875c559106cac8e2ec89110c9f0c39b441aae238d84c0426ecfd
 SHA512 
1cfa0bee80bca28b087eb4dc7ad57c8fec85a586185fce379d611cb6034e7666c8523abc28f78dadd7510aa0356cfc423f01ace295dfa6b279645ff379ecd846
+DIST QtAwesome-0.7.2.tar.gz 847272 BLAKE2B 
559b41a1ccb1563c0537703ec285bb24639ab9dfe72515dae9462271666dbe49b7d04b5d5dbc3f24bb6475803c987f7ac7bd6bbf828b79b07897f0b6e60edd70
 SHA512 
edc3a4794befd6f87ea144477d18d48e8ea7c1e349cee3fde04ac25c3f372126448adb7d820176927394ca89a8714154f354625e58746725c30eb0a95d7b0359

diff --git a/dev-python/qtawesome/qtawesome-0.7.2.ebuild 
b/dev-python/qtawesome/qtawesome-0.7.2.ebuild
new file mode 100644
index 000..899157273bd
--- /dev/null
+++ b/dev-python/qtawesome/qtawesome-0.7.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 virtualx
+
+MY_PN="QtAwesome"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Enables iconic fonts such as Font Awesome in PyQt"
+HOMEPAGE="https://github.com/spyder-ide/qtawesome/ 
https://pypi.org/project/QtAwesome/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="media-fonts/fontawesome
+   dev-python/QtPy[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs/source
+
+python_test() {
+   virtx pytest -vv
+}



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

2020-05-26 Thread Matt Turner
commit: 6c7b88657f36c278c4de0e57e7ce497ec891b57e
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:28:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7b8865

dev-python/pycodestyle: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.6.0.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index b0f8d25bc76..8ed273f0f2d 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.5.0.tar.gz 98802 BLAKE2B 
ec86642f0f37abc4da8886df6395694b54cbe4e1d0030615b2136f0bc265825df254f019483e9094feaad685e43008cefdf0e50b533df434a40de0de11aa5fa1
 SHA512 
84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208
+DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271

diff --git a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
new file mode 100644
index 000..04692ec49c1
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.org/project/pycodestyle/;
+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 ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+distutils_enable_tests setup.py
+distutils_enable_sphinx docs
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+}



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

2020-05-26 Thread Thomas Deutschmann
commit: 8e42f3af7350f0ba3df08f2210febde24d1a622e
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May 25 13:37:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 20:39:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e42f3af

sys-process/parallel: cleanup old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15960
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-process/parallel/Manifest |  1 -
 sys-process/parallel/parallel-20191022.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index b41ecb24874..7905d5edfa2 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -1,4 +1,3 @@
-DIST parallel-20191022.tar.bz2 2080361 BLAKE2B 
591d7de578aa93a07c17f9fbc47e36f7397e4c844273fc37161ca0dbc16f1fa37da8936bde2fa6f700cc2701128553620a6bd3c42f6d2506403728ec5c30f778
 SHA512 
062f63eb7bb996cbf2c4cf0dfe82f301947be3b94b89a316d8fc44f8d79ab5c187c1765a4b4d3d61044ade9de2950ebe8f5ac64e1b9944d5305925e69d788bf6
 DIST parallel-20200122.tar.bz2 1986536 BLAKE2B 
18966f921c468b15b30c1771259e96e469901b923423a63b24c1f0acce969f1a9ae84b609bf3cb6ef117bb5410a5850b0607bf48c362f56efa4b676870599b08
 SHA512 
09bd03dc29dea911490a9edc882256da5e5ecce04f25283c058e34f360bd2aa801d4e876fa8024aac7cc12d0b5f0d24a9c9f7c184a95bb9cd06bb92313e46855
 DIST parallel-20200422.tar.bz2 2089965 BLAKE2B 
fe149236c9d05103699195b85902d3dacf73cc3b2512c6aaf24cc9f4804e2d0099ddf0a5e9439347cafdc89847bb7c5e934c9e688500d45abf4ce337a0d925b0
 SHA512 
77d011a946496252b1974bd3cd32dd6a0e79c81613a8d1b372717c98230bbb0bd6775b67b220e838c9fe274367fe9b9d415e4060f72a8c810a7710405b18b634
 DIST parallel-20200522.tar.bz2 2107262 BLAKE2B 
04e6b5f56f749c6b157747d86428348803ce13d4313985e1c7c29e1b8b7e3fcbb802b7a389c038a73714f79e6dc6df2e772dcab2c89dc1b2c74c1bf32357e708
 SHA512 
1f804439bab490efee88bd40597926d10bd0b6d7f5763352fa402a38a1a2aa931036e99a21983b7c2a3a4de30e3d66695e90bec6d1d6522611dcd0f9f3489dc9

diff --git a/sys-process/parallel/parallel-20191022.ebuild 
b/sys-process/parallel/parallel-20191022.ebuild
deleted file mode 100644
index 48666031963..000
--- a/sys-process/parallel/parallel-20191022.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
-
-DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
-HOMEPAGE="https://www.gnu.org/software/parallel/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl:=
-   dev-perl/Devel-Size
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-IO"
-DEPEND="${RDEPEND}"
-
-DOCS="NEWS README"
-
-src_configure() {
-   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
-   default
-
-   # See src/Makefile.am for this one:
-   rm -f "${ED}"/usr/bin/sem || die
-   dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
-   elog "To distribute jobs to remote machines you'll need these 
dependencies"
-   elog " net-misc/openssh"
-   elog " net-misc/rsync"
-}



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

2020-05-26 Thread Thomas Deutschmann
commit: 0b6e1f2d9d729ff34bc00d51ca555dc73a59ed05
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May 25 13:16:28 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 20:39:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6e1f2d

sys-process/parallel: bump to 20200522

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

 sys-process/parallel/Manifest |  1 +
 sys-process/parallel/parallel-20200522.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index 0b0d04bac21..b41ecb24874 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -1,3 +1,4 @@
 DIST parallel-20191022.tar.bz2 2080361 BLAKE2B 
591d7de578aa93a07c17f9fbc47e36f7397e4c844273fc37161ca0dbc16f1fa37da8936bde2fa6f700cc2701128553620a6bd3c42f6d2506403728ec5c30f778
 SHA512 
062f63eb7bb996cbf2c4cf0dfe82f301947be3b94b89a316d8fc44f8d79ab5c187c1765a4b4d3d61044ade9de2950ebe8f5ac64e1b9944d5305925e69d788bf6
 DIST parallel-20200122.tar.bz2 1986536 BLAKE2B 
18966f921c468b15b30c1771259e96e469901b923423a63b24c1f0acce969f1a9ae84b609bf3cb6ef117bb5410a5850b0607bf48c362f56efa4b676870599b08
 SHA512 
09bd03dc29dea911490a9edc882256da5e5ecce04f25283c058e34f360bd2aa801d4e876fa8024aac7cc12d0b5f0d24a9c9f7c184a95bb9cd06bb92313e46855
 DIST parallel-20200422.tar.bz2 2089965 BLAKE2B 
fe149236c9d05103699195b85902d3dacf73cc3b2512c6aaf24cc9f4804e2d0099ddf0a5e9439347cafdc89847bb7c5e934c9e688500d45abf4ce337a0d925b0
 SHA512 
77d011a946496252b1974bd3cd32dd6a0e79c81613a8d1b372717c98230bbb0bd6775b67b220e838c9fe274367fe9b9d415e4060f72a8c810a7710405b18b634
+DIST parallel-20200522.tar.bz2 2107262 BLAKE2B 
04e6b5f56f749c6b157747d86428348803ce13d4313985e1c7c29e1b8b7e3fcbb802b7a389c038a73714f79e6dc6df2e772dcab2c89dc1b2c74c1bf32357e708
 SHA512 
1f804439bab490efee88bd40597926d10bd0b6d7f5763352fa402a38a1a2aa931036e99a21983b7c2a3a4de30e3d66695e90bec6d1d6522611dcd0f9f3489dc9

diff --git a/sys-process/parallel/parallel-20200522.ebuild 
b/sys-process/parallel/parallel-20200522.ebuild
new file mode 100644
index 000..c43f9391987
--- /dev/null
+++ b/sys-process/parallel/parallel-20200522.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
+HOMEPAGE="https://www.gnu.org/software/parallel/ 
https://git.savannah.gnu.org/cgit/parallel.git;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-lang/perl:=
+   dev-perl/Devel-Size
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-IO"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/redis/files/, dev-db/redis/

2020-05-26 Thread Thomas Deutschmann
commit: cd593a699d495cc0be13e01a4248d30ffbd35542
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sat May 23 13:16:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 20:37:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd593a69

dev-db/redis: bump to 6.0.3

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15924
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/redis/Manifest  |   1 +
 dev-db/redis/files/redis-6.0.3-sharedlua.patch |  60 ++
 dev-db/redis/redis-6.0.3.ebuild| 160 +
 3 files changed, 221 insertions(+)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index a145d723191..5b28e06831b 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -4,3 +4,4 @@ DIST redis-5.0.5.tar.gz 1975750 BLAKE2B 
3a0463685ae30f9d38e96d7324ae624474f02311
 DIST redis-5.0.7.tar.gz 1984203 BLAKE2B 
a4e65784ae5d673833d1a6df73800d95ca4d8db7ec045c166027d0c372291e2f5fa2ccc4fe8d4a081b7a967c154fcf03d4b097c5d7b05755a52b465e441ad7ee
 SHA512 
75c1d4bcca3e28d80f6b6942f0153ff33538d706339c69bddd2646c36f88b901c77dde09fba5629ba90ace00077e45d37b0a822a863f9f737ef9a79eb7093d9d
 DIST redis-5.0.8.tar.gz 1985757 BLAKE2B 
e46af2133e066ccb91a8eb2c2fbfefe3747e1cfa71efa78dd50830e1bc1d83261f78ed6ff75b789b238709d9f72d5d401be2f2dd698bd19c41c091d10e0baf47
 SHA512 
106a74ab910267472fb418fdeb4f39e29efe9d73ed5af78b7847c91eaabd473dd729a63078e72d8e87c842169502946e9a0a97c42dea415db82732864c7c46dc
 DIST redis-5.0.9.tar.gz 1986574 BLAKE2B 
7802d0556d11c9be8577b9bb3f4dbad8c2419b38659001421f96040e8a64a4a304e9dc1f06d82802ce1c92515d166cfd37c2f347df4c4cda0c2c4c2bb10d27c5
 SHA512 
d2c7bc1f769bc5d179bfe6e71954962813b50597eafc752a9b1edf2fd87e84707b7daf0910db56dd0e89cb3bdb3e551da7f111ae4899f505bac5f77f99744c13
+DIST redis-6.0.3.tar.gz 2210882 BLAKE2B 
9a83f6373469dcebb95bb0cbf10ffd56d9cb7eddc68e099d871bd41961929a7a56745566ef3969ddee23e1ddb0f5519da0a1245bb639abbec3c9b45b7c494386
 SHA512 
88978285db62cb8aa6e27fcd2075bbdb13f2606eaa702491047080bd6396d79d59336f0310d049d88a57e8e7b7096d716f9408b41cc658788a3902627770a807

diff --git a/dev-db/redis/files/redis-6.0.3-sharedlua.patch 
b/dev-db/redis/files/redis-6.0.3-sharedlua.patch
new file mode 100644
index 000..20df7983d7a
--- /dev/null
+++ b/dev-db/redis/files/redis-6.0.3-sharedlua.patch
@@ -0,0 +1,60 @@
+diff --git a/deps/lua/src/lua_cjson.c b/deps/lua/src/lua_cjson.c
+index c26c0d7..fa50c41 100644
+--- a/deps/lua/src/lua_cjson.c
 b/deps/lua/src/lua_cjson.c
+@@ -46,7 +46,7 @@
+ #include "strbuf.h"
+ #include "fpconv.h"
+ 
+-#include "../../../src/solarisfixes.h"
++#include "solarisfixes.h"
+ 
+ #ifndef CJSON_MODNAME
+ #define CJSON_MODNAME   "cjson"
+diff --git a/src/Makefile b/src/Makefile
+index b8c05c3..e5a7cc2 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -16,7 +16,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh')
+ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
+ uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
+ OPTIMIZATION?=-O2
+-DEPENDENCY_TARGETS=hiredis linenoise lua
++DEPENDENCY_TARGETS=hiredis linenoise
+ NODEPS:=clean distclean
+ 
+ # Default settings
+@@ -76,6 +76,7 @@ endif
+ FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
+ FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
+ FINAL_LIBS=-lm
++FINAL_LIBS+=@LUA_LIBS@
+ DEBUG=-g -ggdb
+ 
+ # Linux ARM needs -latomic at linking time
+@@ -149,7 +150,7 @@ endif
+ endif
+ endif
+ # Include paths to dependencies
+-FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src
++FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise @LUA_CFLAGS@
+ 
+ # Determine systemd support and/or build preference (defaulting to 
auto-detection)
+ BUILD_WITH_SYSTEMD=no
+@@ -217,6 +218,7 @@ endif
+ REDIS_SERVER_NAME=redis-server
+ REDIS_SENTINEL_NAME=redis-sentinel
+ REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o 
zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o 
networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o 
t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o 
intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o 
rio.o rand.o memtest.o crcspeed.o crc64.o bitops.o sentinel.o notify.o 
setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o 
redis-check-aof.o geo.o lazyfree.o module.o evict.o expire.o geohash.o 
geohash_helper.o childinfo.o defrag.o siphash.o rax.o t_stream.o listpack.o 
localtime.o lolwut.o lolwut5.o lolwut6.o acl.o gopher.o tracking.o connection.o 
tls.o sha256.o timeout.o setcpuaffinity.o
++REDIS_SERVER_OBJ+=fpconv.o strbuf.o lua_bit.o lua_cjson.o lua_cmsgpack.o 
lua_struct.o
+ REDIS_CLI_NAME=redis-cli
+ REDIS_CLI_OBJ=anet.o adlist.o dict.o redis-cli.o zmalloc.o release.o ae.o 
crcspeed.o crc64.o siphash.o crc16.o
+ 

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

2020-05-26 Thread William Hubbs
commit: 5efe6130ab1cc783d5d2bc2b38c29ad110522234
Author: William Hubbs  gentoo  org>
AuthorDate: Tue May 26 20:19:10 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May 26 20:19:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efe6130

dev-util/github-cli: 0.9.0 bump

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

 dev-util/github-cli/Manifest|   3 +-
 dev-util/github-cli/github-cli-0.9.0.ebuild | 297 
 2 files changed, 299 insertions(+), 1 deletion(-)

diff --git a/dev-util/github-cli/Manifest b/dev-util/github-cli/Manifest
index f6086036daf..3ad8abca839 100644
--- a/dev-util/github-cli/Manifest
+++ b/dev-util/github-cli/Manifest
@@ -1,5 +1,6 @@
-DIST github-cli-0.8.0.tar.gz 225839 BLAKE2B 
c460405973e73374d393f19a6315a9b4af4de2ec3634b37a1669b8683e0cf5c1e5872dae4d130e9fca15dc1e9abc4888d706b1050883361f378c8da5916d
 SHA512 
5fca1f148a2973eafffa25df052ad09a8407dbcd2e41b9c5152011b990f02c27e1dc75b41d5c2b985bb18c6f1070839e8d526032230a910f9f776147a3a31c19
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+DIST github-cli-0.8.0.tar.gz 225839 BLAKE2B 
c460405973e73374d393f19a6315a9b4af4de2ec3634b37a1669b8683e0cf5c1e5872dae4d130e9fca15dc1e9abc4888d706b1050883361f378c8da5916d
 SHA512 
5fca1f148a2973eafffa25df052ad09a8407dbcd2e41b9c5152011b990f02c27e1dc75b41d5c2b985bb18c6f1070839e8d526032230a910f9f776147a3a31c19
+DIST github-cli-0.9.0.tar.gz 236398 BLAKE2B 
8a1004b8fcf54179e2538d71471b4952fbe9ec2b67d97bea130afcceeb0b6dfd93ce9a9a477f54c1f689a0c5707cae5550445719a7badd81c66748543909d4fa
 SHA512 
75d09cdcff4f31d6cad0e9570af3aafcffdfd8bdb925596780abde24c0ba20a212cfc9426aaa29e7409c7fbb7061bb8c88c15aef11fc9d9490265fa51aae5cd8
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.0.7.mod 731 BLAKE2B 
1ca410dae120a2ec12efbe7c1d8e0fdd2a38ed1ed76ab770e37aa6ba449da6b5ef6e32a51e6ee263a982f1a593e2ee239fe0a774063d4295261f9ff63e09fc1c
 SHA512 
72213e0d0609572f5e749a4f295a8b3ffd13bfe38f786fa3174e53ec318a623e9122c69718944034aa70b05ddad1771cbfa62d2fdc49df2152c5c9679a681ff9
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.0.7.zip 90292 BLAKE2B 
aa2accf4630d73289f2ef94ad870fc8599f25b7eff43d56b08c0b72464848181845db5b9c4b6bde5c91ad0969f2baa02d1d2f2aaca27287952895ab547b60ab3
 SHA512 
aba8a60445568ecb8f68b5d85604845e2a77a216f747b15b8012be59f5609a4e71d367aec4c6a222c9ec93d1b8063a190d9d529075be19ef633ef7f26b138216
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146

diff --git a/dev-util/github-cli/github-cli-0.9.0.ebuild 
b/dev-util/github-cli/github-cli-0.9.0.ebuild
new file mode 100644
index 000..61c48d3dee4
--- /dev/null
+++ b/dev-util/github-cli/github-cli-0.9.0.ebuild
@@ -0,0 +1,297 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+
+DESCRIPTION="GitHub CLI"
+HOMEPAGE="https://github.com/cli/cli;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/cli/cli.git;
+else
+EGO_SUM=(
+   "cloud.google.com/go v0.26.0/go.mod"
+   "github.com/AlecAivazis/survey/v2 v2.0.7"
+   "github.com/AlecAivazis/survey/v2 v2.0.7/go.mod"
+   "github.com/BurntSushi/toml v0.3.1"
+   "github.com/BurntSushi/toml v0.3.1/go.mod"
+   "github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8"
+   "github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8/go.mod"
+   "github.com/OneOfOne/xxhash v1.2.2/go.mod"
+   "github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38"
+   "github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38/go.mod"
+   "github.com/alecthomas/chroma v0.7.2-0.20200304075647-34d9c7143bf5"
+   "github.com/alecthomas/chroma 
v0.7.2-0.20200304075647-34d9c7143bf5/go.mod"
+   "github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721"
+   "github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721/go.mod"
+   "github.com/alecthomas/kong v0.2.1-0.20190708041108-0548c6b1afae/go.mod"
+   "github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897"
+   "github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897/go.mod"
+   "github.com/alecthomas/template 
v0.0.0-20160405071501-a0175ee3bccc/go.mod"
+   "github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod"
+   "github.com/armon/consul-api 

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

2020-05-26 Thread Thomas Deutschmann
commit: 39b70c6fefb87ece3dbc552591ffbda0bb8945ad
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed May 20 13:25:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 20:18:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b70c6f

dev-libs/botan: Fix tests with USE=bindist

Include 2 upstream patches for fixing tests
in some configurations. Seems to only affect
Gentoo with USE=bindist because that's when
ECDSA is disabled.

Closes: https://bugs.gentoo.org/723320
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/botan/botan-2.14.0-r1.ebuild  |  4 +
 .../files/botan-2.14.0-bindist-test-fix.patch  | 91 ++
 2 files changed, 95 insertions(+)

diff --git a/dev-libs/botan/botan-2.14.0-r1.ebuild 
b/dev-libs/botan/botan-2.14.0-r1.ebuild
index 242a808d5ed..61d86ec2499 100644
--- a/dev-libs/botan/botan-2.14.0-r1.ebuild
+++ b/dev-libs/botan/botan-2.14.0-r1.ebuild
@@ -37,6 +37,10 @@ BDEPEND="
doc? ( dev-python/sphinx )
 "
 
+PATCHES=(
+   "${FILESDIR}/${P}-bindist-test-fix.patch"
+)
+
 src_configure() {
local disable_modules=()
use boost || disable_modules+=( "boost" )

diff --git a/dev-libs/botan/files/botan-2.14.0-bindist-test-fix.patch 
b/dev-libs/botan/files/botan-2.14.0-bindist-test-fix.patch
new file mode 100644
index 000..35b17976dbd
--- /dev/null
+++ b/dev-libs/botan/files/botan-2.14.0-bindist-test-fix.patch
@@ -0,0 +1,91 @@
+https://github.com/randombit/botan/commit/df73ee690c5795be586cd4df3e33253113a0dcdf
+https://github.com/randombit/botan/commit/d9d6d7a593da135d2046aeb8a9e05e967d90f538
+
+diff --git a/src/tests/test_pkcs11_high_level.cpp 
b/src/tests/test_pkcs11_high_level.cpp
+index 47a5bf5e56..07dc86ef21 100644
+--- a/src/tests/test_pkcs11_high_level.cpp
 b/src/tests/test_pkcs11_high_level.cpp
+@@ -909,6 +909,15 @@ BOTAN_REGISTER_TEST("pkcs11-rsa", PKCS11_RSA_Tests);
+ 
+ /* PKCS11 ECDSA */
+ 
++#if defined(BOTAN_HAS_ECC_GROUP)
++std::vector encode_ec_point_in_octet_str(const Botan::PointGFp& 
point)
++   {
++   std::vector enc;
++   DER_Encoder(enc).encode(point.encode(PointGFp::UNCOMPRESSED), 
OCTET_STRING);
++   return enc;
++   }
++#endif
++
+ #if defined(BOTAN_HAS_ECDSA)
+ 
+ Test::Result test_ecdsa_privkey_import()
+@@ -976,13 +985,6 @@ Test::Result test_ecdsa_privkey_export()
+return result;
+}
+ 
+-std::vector encode_ec_point_in_octet_str(const Botan::PointGFp& 
point)
+-   {
+-   std::vector enc;
+-   DER_Encoder(enc).encode(point.encode(PointGFp::UNCOMPRESSED), 
OCTET_STRING);
+-   return enc;
+-   }
+-
+ Test::Result test_ecdsa_pubkey_import()
+{
+Test::Result result("PKCS11 import ECDSA public key");
+diff --git a/src/tests/test_pkcs11_high_level.cpp 
b/src/tests/test_pkcs11_high_level.cpp
+index 07dc86ef21..c77e8ea42e 100644
+--- a/src/tests/test_pkcs11_high_level.cpp
 b/src/tests/test_pkcs11_high_level.cpp
+@@ -28,10 +28,14 @@
+#include 
+ #endif
+ 
+-#if defined (BOTAN_HAS_PUBLIC_KEY_CRYPTO)
++#if defined(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
+#include 
+ #endif
+ 
++#if defined(BOTAN_HAS_ECC_GROUP)
++   #include 
++#endif
++
+ #if defined(BOTAN_HAS_RSA) && defined(BOTAN_HAS_PKCS11)
+#include 
+#include 
+@@ -909,7 +913,7 @@ BOTAN_REGISTER_TEST("pkcs11-rsa", PKCS11_RSA_Tests);
+ 
+ /* PKCS11 ECDSA */
+ 
+-#if defined(BOTAN_HAS_ECC_GROUP)
++#if defined(BOTAN_HAS_ECC_GROUP) && (defined(BOTAN_HAS_ECDSA) || 
defined(BOTAN_HAS_ECDH))
+ std::vector encode_ec_point_in_octet_str(const Botan::PointGFp& 
point)
+{
+std::vector enc;
+diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp
+index eaae358420..d9b7858898 100644
+--- a/src/tests/unit_x509.cpp
 b/src/tests/unit_x509.cpp
+@@ -603,7 +603,7 @@ Test::Result test_verify_gost2012_cert()
+{
+Test::Result result("X509 GOST-2012 certificates");
+ 
+-#if defined(BOTAN_HAS_GOST_34_10_2012) && defined(BOTAN_HAS_STREEBOG)
++#if defined(BOTAN_HAS_GOST_34_10_2012) && defined(BOTAN_HAS_STREEBOG) && 
defined(BOTAN_HAS_EMSA1)
+try
+   {
+   Botan::X509_Certificate 
root_cert(Test::data_file("x509/gost/gost_root.pem"));
+@@ -1600,6 +1600,11 @@ class X509_Cert_Unit_Tests final : public Test
+continue;
+ #endif
+ 
++#if !defined(BOTAN_HAS_EMSA1)
++if(algo != "RSA" && algo != "Ed25519")
++   continue;
++#endif
++
+ std::unique_ptr key = 
make_a_private_key(algo);
+ 
+ if(key == nullptr)



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

2020-05-26 Thread Thomas Deutschmann
commit: f959624beedd5ececb5c74f566470c4465968c80
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed May 20 13:25:51 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 20:18:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f959624b

dev-libs/botan: Declare distribution name

Closes: https://bugs.gentoo.org/724230
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15892
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/botan/botan-2.14.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/botan/botan-2.14.0-r1.ebuild 
b/dev-libs/botan/botan-2.14.0-r1.ebuild
index 61d86ec2499..c9567b6aa76 100644
--- a/dev-libs/botan/botan-2.14.0-r1.ebuild
+++ b/dev-libs/botan/botan-2.14.0-r1.ebuild
@@ -91,6 +91,7 @@ src_configure() {
--docdir=share/doc \
--libdir=$(get_libdir) \
--os=${myos} \
+   --distribution-info="Gentoo ${PVR}" \
--prefix="${EPREFIX}/usr" \
--with-endian="$(tc-endian)" \
--with-python-version=$(IFS=","; echo "${pythonvers[*]}" ) \



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclreadline/

2020-05-26 Thread Alfredo Tupone
commit: 3b796cc233524f8ef026478c645777953883da23
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue May 26 20:08:08 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue May 26 20:08:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b796cc2

dev-tcltk/tclreadline: fix dependency and add use tk

Closes: https://bugs.gentoo.org/724038
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild 
b/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild
index afd3eb3663d..9ebdb8473d8 100644
--- a/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild
+++ b/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild
@@ -11,16 +11,20 @@ 
SRC_URI="https://github.com/flightaware/tclreadline/archive/v${PV}.tar.gz
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
+IUSE="tk"
 
 DEPEND="dev-lang/tcl:0=
-   sys-libs/readline:0="
+   sys-libs/readline:0=
+   tk? ( dev-lang/tk:0= )"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
 src_configure() {
-   econf \
-   --with-tcl="${EPREFIX}/usr/$(get_libdir)"
+   local myConf=--with-tcl="${EPREFIX}/usr/$(get_libdir)"
+   if ! use tk; then
+   myConf="$myConf --without-tk"
+   fi
+   econf $myConf
 }
 
 src_install() {



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

2020-05-26 Thread Michał Górny
commit: 8ad5d188fa1be41a053d55eb492fda42270fda32
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 19:22:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 20:02:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad5d188

dev-python/tqdm: Bump to 4.46.0

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

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.46.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 8ac04ee3c6f..cb9044ba656 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -2,3 +2,4 @@ DIST tqdm-4.23.3.tar.gz 75941 BLAKE2B 
9e5810765e8f7ea4f54b0f93f453d278d5ad4b1710
 DIST tqdm-4.33.0.tar.gz 121571 BLAKE2B 
f4ee73cfa710462e148f6034ac69144d845d216bd97e16a78bc1f1ed5d658b6cd695d07aa1ea6ec93e2e747ab8fc52263a580c01516d1f111dcb5766b019925d
 SHA512 
de86a2dc2c5f887b9671ee01e7c05820375b0ef83dec92f17da4d944dd02cbf96a133fd9d349ba5f9c75af70e7b87110a9a7ad3293c7eb81e49ed6ea288ba73c
 DIST tqdm-4.40.0.tar.gz 129225 BLAKE2B 
85030c11bdba6c1d6da461e3c648bae6ae173577fb18986e3153badd73a28352f807782759aa52ed082d7ee0c13dc5f850c1da563ee5892f6bf5e8f49c48c7ee
 SHA512 
1c326d98130c79f614cea502723e4202baa57b7b4639e208133cb464785e4a8d4eaa9d262ea484246d45e5eb8f21994e7ecf3fd6ef0f4966f9049fc8013d7442
 DIST tqdm-4.45.0.tar.gz 140990 BLAKE2B 
8699b3a820859406e9bbafaaa48ba1b418e3083898d2b6c3401078996dd03431db259d5ad8a377226a50b80513ef0fc55bdaf2b67fc4a2bdd490bc5fdc04d681
 SHA512 
7b35f86205c6581ede9bdb0788e7f55be525c3f0f77952803046661c6a7a6cd3c15ed0323376ecedb5cddace1b32a41fee1932033dcaa49f9096dc3b9b674f10
+DIST tqdm-4.46.0.tar.gz 144312 BLAKE2B 
93b902d9a362e658f244f3c1b15a3496425cb3e401adf291dc0a9c7c0bd551baa1171a753be8d1c3b877d2cd3ab25e81dddbd8492668d0b0f6ca3cb47d13be1c
 SHA512 
ccdfce4d273e78ced172fc3edb24ac038465169f7b765e7bf779831ef3d0dc72c648c5fb165aba02e0c6dc86c5d0ea3d93d5530b642ddd84e3d284c7354739cf

diff --git a/dev-python/tqdm/tqdm-4.46.0.ebuild 
b/dev-python/tqdm/tqdm-4.46.0.ebuild
new file mode 100644
index 000..4bafe9ec336
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.46.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2020-05-26 Thread Michał Górny
commit: d5c22d54c60f1555b07ba64fe26fb7a260b1b533
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 20:00:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 20:02:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c22d54

dev-python/pkginfo: Port to py39, fix tests

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

 dev-python/pkginfo/pkginfo-1.5.0.1.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild 
b/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild
index 5b9a75a65d2..ef84c07b719 100644
--- a/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -20,10 +20,9 @@ IUSE="doc"
 distutils_enable_tests nose
 distutils_enable_sphinx docs
 
-python_test() {
-   distutils_install_for_testing
-
-   pushd "${TEST_DIR}/lib" >/dev/null || die
-   nosetests -v || die "Tests fail with ${EPYTHON}"
-   popd >/dev/null || die
+src_prepare() {
+   # TODO
+   sed -i -e 's:test_ctor_w_package_no_PKG_INFO:_&:' \
+   pkginfo/tests/test_installed.py || die
+   distutils-r1_src_prepare
 }



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

2020-05-26 Thread Michał Górny
commit: f4aab29c1ef358c5c1ceb97fb2fce7f34e4b9179
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 19:52:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 20:02:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4aab29c

dev-python/tqdm: Port to py39

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

 dev-python/tqdm/files/tqdm-4.46.0-py39.patch | 42 
 dev-python/tqdm/tqdm-4.46.0.ebuild   |  6 +++-
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/dev-python/tqdm/files/tqdm-4.46.0-py39.patch 
b/dev-python/tqdm/files/tqdm-4.46.0-py39.patch
new file mode 100644
index 000..0734aa83b96
--- /dev/null
+++ b/dev-python/tqdm/files/tqdm-4.46.0-py39.patch
@@ -0,0 +1,42 @@
+From aeb52044ca29f37f1f98ee5a4f9ad774d557771e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Tue, 26 May 2020 21:43:05 +0200
+Subject: [PATCH] Fix error due to missing sys.setcheckinterval in py3.9
+
+Python 3.9 finally removed sys.setcheckinterval().  While the package
+apparently tried to account for that, the logic is flawed and the second
+getattr() raises an AttributeError even if its result is never used.
+This caused tests to fail:
+
+  File "/tmp/tqdm/tqdm/tests/tests_tqdm.py", line 126, in pretest
+getattr(sys, 'setswitchinterval', getattr(sys, 
'setcheckinterval'))(100)
+AttributeError: module 'sys' has no attribute 'setcheckinterval'
+
+Refactor the code into a try/except construct that does not execute
+the setcheckinterval() branch unless setswitchinterval() is actually
+missing.  While at it, scale the arguments a bit -- the current version
+used either 100 instructions or 100 seconds that were rather of very
+different magnitudes.
+---
+ tqdm/tests/tests_tqdm.py | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/tqdm/tests/tests_tqdm.py b/tqdm/tests/tests_tqdm.py
+index a2dac52..5f322e6 100644
+--- a/tqdm/tests/tests_tqdm.py
 b/tqdm/tests/tests_tqdm.py
+@@ -123,7 +123,10 @@ def cpu_timify(t, timer=None):
+ 
+ def pretest():
+ # setcheckinterval is deprecated
+-getattr(sys, 'setswitchinterval', getattr(sys, 'setcheckinterval'))(100)
++try:
++sys.setswitchinterval(1)
++except AttributeError:
++sys.setcheckinterval(100)
+ 
+ if getattr(tqdm, "_instances", False):
+ n = len(tqdm._instances)
+-- 
+2.26.2
+

diff --git a/dev-python/tqdm/tqdm-4.46.0.ebuild 
b/dev-python/tqdm/tqdm-4.46.0.ebuild
index 4bafe9ec336..2273ba0de86 100644
--- a/dev-python/tqdm/tqdm-4.46.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.46.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
 
 inherit distutils-r1
 
@@ -25,6 +25,10 @@ IUSE="examples"
 
 distutils_enable_tests nose
 
+PATCHES=(
+   "${FILESDIR}"/${P}-py39.patch
+)
+
 python_prepare_all() {
sed -r \
-e "s:'nose'(,[[:space:]]*|)::" \



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

2020-05-26 Thread Louis Sautier
commit: 7885e6c1e5f3b34366efe75d422f5f34353c1a6a
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue May 26 19:34:58 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue May 26 20:01:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7885e6c1

dev-python/denonavr: bump to 0.9.2

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

 dev-python/denonavr/Manifest  |  1 +
 dev-python/denonavr/denonavr-0.9.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 7f82768d7b5..284dd3bd95d 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,2 +1,3 @@
 DIST denonavr-0.8.1.tar.gz 77499 BLAKE2B 
0cc8e07c14282f55103ff510db4db14da1d13d86ef2529c719b8fdfb3abb6289a842926871a84e0edc9e905ea6e2c4fa372e42ea230b8c6a6d05d4ca83577f6c
 SHA512 
4247a7797c2a3f47a2b91ae257899cdf3e5f4aa4498ee95e3929c10131dccedb8122e66506ef84d1fe00f769620227202424b1d003ea54103d47f386f18f2304
 DIST denonavr-0.9.1.tar.gz 87904 BLAKE2B 
b9803d3dd04d02e6d005d3d48b9074631372852e0b891b3358b507ab93deb4b420879e28370e67efc3d29b0593c9b4c026a479d30d3810c5642ebe0c091973c0
 SHA512 
030f14f487d53f214103321bd77a42ca1a6404c5d3f0f1177d3bf4e02107ab0f814cacb9089edc646dfcb03b436304def83c4cba6933c5125632d0672c113d45
+DIST denonavr-0.9.2.tar.gz 92898 BLAKE2B 
5e7248ac3fb3e55dd8040f70c59b082a76a25af36a378c7cca73e0f6f85de7ff2465f95e74b5523d3e5d5a02bb785c53739255e50b85891d3c9b92e0f13c
 SHA512 
0748ea61635c6b76ec6987b5a4439dee1ef92b6265a29473f377867e451c055cd5a0cfbd93230d2fd0a75800ca5aab861316a78ac07acedcbe88aef281c4de30

diff --git a/dev-python/denonavr/denonavr-0.9.2.ebuild 
b/dev-python/denonavr/denonavr-0.9.2.ebuild
new file mode 100644
index 000..d2099e429b0
--- /dev/null
+++ b/dev-python/denonavr/denonavr-0.9.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automation Library for Denon AVR receivers"
+HOMEPAGE="https://github.com/scarface-4711/denonavr;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-05-26 Thread Louis Sautier
commit: 65c4981ff825c1022033873bb3d0acffabc5ea9a
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue May 26 19:58:29 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue May 26 20:01:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c4981f

dev-python/denonavr: remove old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/denonavr/Manifest  |  1 -
 dev-python/denonavr/denonavr-0.9.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 284dd3bd95d..0dcff474658 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,3 +1,2 @@
 DIST denonavr-0.8.1.tar.gz 77499 BLAKE2B 
0cc8e07c14282f55103ff510db4db14da1d13d86ef2529c719b8fdfb3abb6289a842926871a84e0edc9e905ea6e2c4fa372e42ea230b8c6a6d05d4ca83577f6c
 SHA512 
4247a7797c2a3f47a2b91ae257899cdf3e5f4aa4498ee95e3929c10131dccedb8122e66506ef84d1fe00f769620227202424b1d003ea54103d47f386f18f2304
-DIST denonavr-0.9.1.tar.gz 87904 BLAKE2B 
b9803d3dd04d02e6d005d3d48b9074631372852e0b891b3358b507ab93deb4b420879e28370e67efc3d29b0593c9b4c026a479d30d3810c5642ebe0c091973c0
 SHA512 
030f14f487d53f214103321bd77a42ca1a6404c5d3f0f1177d3bf4e02107ab0f814cacb9089edc646dfcb03b436304def83c4cba6933c5125632d0672c113d45
 DIST denonavr-0.9.2.tar.gz 92898 BLAKE2B 
5e7248ac3fb3e55dd8040f70c59b082a76a25af36a378c7cca73e0f6f85de7ff2465f95e74b5523d3e5d5a02bb785c53739255e50b85891d3c9b92e0f13c
 SHA512 
0748ea61635c6b76ec6987b5a4439dee1ef92b6265a29473f377867e451c055cd5a0cfbd93230d2fd0a75800ca5aab861316a78ac07acedcbe88aef281c4de30

diff --git a/dev-python/denonavr/denonavr-0.9.1.ebuild 
b/dev-python/denonavr/denonavr-0.9.1.ebuild
deleted file mode 100644
index d2099e429b0..000
--- a/dev-python/denonavr/denonavr-0.9.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automation Library for Denon AVR receivers"
-HOMEPAGE="https://github.com/scarface-4711/denonavr;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/netifaces[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2020-05-26 Thread Jeroen Roovers
commit: ff805d60ed2c74c8e5783c3bfc03cb1b407d9c9a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May 26 20:00:18 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May 26 20:00:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff805d60

net-libs/nodejs: Version 12.17.0

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

 net-libs/nodejs/Manifest  |   1 +
 net-libs/nodejs/nodejs-12.17.0.ebuild | 213 ++
 2 files changed, 214 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 8ae6f4e4c01..12eae07b4e2 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -3,6 +3,7 @@ DIST node-v10.20.1.tar.xz 21947588 BLAKE2B 
6078e29a125fc1020de7b62c97174d82273af
 DIST node-v12.16.1.tar.xz 23481768 BLAKE2B 
29371b952c14907778c064269108f1da5e3818c32773e73090c61edcd07190c418189db6a505987ca71f99bb868880e297de5d2181b9a880774eaaf515985f26
 SHA512 
fe1e9fabb6fe52e3bc4275b33e6c5e4a761550b04964c0ae7dbef7172f5d415207bb2985751d068e357ce45a0ba414b07c0abd1531ef839b9463e98eeae8f9a4
 DIST node-v12.16.2.tar.xz 23654020 BLAKE2B 
aa4bb764a8731e32ce07d03d96d573632bbf9af79b127c2acec48fcf335c01ea0ea99532670a46befac42e2e1ce5a4dbd2e4cf0d068bac05749d87af59bb80fa
 SHA512 
81688468bc6e20d83f7f58f0c15f9291a801eb2acc8ba7279e65d81f3eb4ea95e3b6cee0d09738c0d0fa35226ae3d52f2bad5da63a20a3edc9129197d42d000d
 DIST node-v12.16.3.tar.xz 23682432 BLAKE2B 
91b97c0de9c76f33d080f3f12a42a15140be6e3f4d42022a55305dc2afc04de6a2b8364b9fc5df0dd71c9ec249eb9e4da8ff23f53be43a1f306d2a6fbc6d6bce
 SHA512 
e5d2d1960972f19ef5acc667efb702d534eb436212dea9e0bfd817328c927b55734406f232b32bba366f05c2691e5085e3a6f8c1e2d959398745e60719e731b3
+DIST node-v12.17.0.tar.xz 23702040 BLAKE2B 
4b35c6f7a3c16a7b737bc5b71f075fe6c66c9c4a5cd3ee240a0c1af9cfd4e10c61520d0489169a74354734083b7f7c68b97eefaa6f40e3320ec5b0126d36169f
 SHA512 
0fc8483c6ae8994ff4f4b2465f1b8b1d3c620c90222fb270fe3d317d967294cc9e6bdcc50277fbe0ab28cb3ce9e73ec122c19adf8a686ecc95de3268b82ca4f7
 DIST node-v14.2.0.tar.xz 32884616 BLAKE2B 
7bcb07cb7623c5e08c20267c320cdf23ad110f124c5ad1f2447ef8b76ab8dc44ed50dab7c5651424d9d3a36f7eeecdf3292b07c02cb2e22c3fbe4ed633c4b842
 SHA512 
47e5ec0b7a207082d43419a7e0a6ea9242ec43b4d7c2217eb66d0b45e2f4d5cb561b3f6fe35fdc41a8be95c182dc122ba262f696ebd12833596d71b372ec85d2
 DIST node-v14.3.0.tar.xz 32985344 BLAKE2B 
32ee357e109484422c3b22423ab9a593cd5d4611073c820f90c196dae4df2860573cdd06170879f675b738b01885eb2fe0f25c2328841838bf9367324cc981a7
 SHA512 
3afcc430bad57150baa8d1c0e5ef0f64691ef6549a052be654a86313fe28f31e7fdfeea4d2b3993798a7141bc6d7b1642747d1bc2636139e2f2fd79441580148
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 
79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0
 SHA512 
665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42

diff --git a/net-libs/nodejs/nodejs-12.17.0.ebuild 
b/net-libs/nodejs/nodejs-12.17.0.ebuild
new file mode 100644
index 000..8b860166ed5
--- /dev/null
+++ b/net-libs/nodejs/nodejs-12.17.0.ebuild
@@ -0,0 +1,213 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_REQ_USE="threads(+)"
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="
+   https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz
+"
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl 
+system-ssl systemtap test"
+REQUIRED_USE="
+   inspector? ( icu ssl )
+   npm? ( ssl )
+   system-ssl? ( ssl )
+"
+
+RDEPEND="
+   >=dev-libs/libuv-1.37.0:=
+   >=net-dns/c-ares-1.16.0
+   >=net-libs/http-parser-2.9.3:=
+   >=net-libs/nghttp2-1.40.0
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-64.2:= )
+   system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+"
+DEPEND="
+   ${RDEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
+   "${FILESDIR}"/${PN}--llhttp.patch
+)
+RESTRICT="test"
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG

[gentoo-commits] proj/kde:master commit in: dev-libs/kreport/

2020-05-26 Thread Andreas Sturmlechner
commit: af66eda6db8eee430830c0dc2db3dd1798d20296
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 26 18:45:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 26 18:45:31 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=af66eda6

dev-libs/kreport: Depend on >=dev-libs/kproperty-${PV}

Upstream commit 6beb7485d6ac58ed4e8c0262bedbea1686f23410

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

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

diff --git a/dev-libs/kreport/kreport-.ebuild 
b/dev-libs/kreport/kreport-.ebuild
index 5bba8a7970..e9f1b93cd2 100644
--- a/dev-libs/kreport/kreport-.ebuild
+++ b/dev-libs/kreport/kreport-.ebuild
@@ -24,7 +24,7 @@ SLOT="5/4"
 IUSE="marble +scripting webkit"
 
 RDEPEND="
-   >=dev-libs/kproperty-3.1.0:5=
+   >=dev-libs/kproperty-${PV}:5=
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtprintsupport-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5



[gentoo-commits] proj/kde:master commit in: dev-libs/kreport/

2020-05-26 Thread Andreas Sturmlechner
commit: 732d2ed365faed18697933fa8761d5842acaae14
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 26 19:04:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 26 19:04:37 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=732d2ed3

dev-libs/kreport: python3_9

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

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

diff --git a/dev-libs/kreport/kreport-.ebuild 
b/dev-libs/kreport/kreport-.ebuild
index e9f1b93cd2..c8c9ae40b4 100644
--- a/dev-libs/kreport/kreport-.ebuild
+++ b/dev-libs/kreport/kreport-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_QTHELP="true"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 KFMIN=5.60.0
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"



[gentoo-commits] repo/gentoo:master commit in: media-radio/ax25-apps/

2020-05-26 Thread Agostino Sarubbo
commit: 12ab30e65baeee80d2ff794d9eba29b654256106
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:30:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ab30e6

media-radio/ax25-apps: amd64 stable wrt bug #724992

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

 media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild 
b/media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild
index 3e1cb1714aa..6b9be14e848 100644
--- a/media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild
+++ b/media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libax25-0.0.12_rc2



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

2020-05-26 Thread Agostino Sarubbo
commit: 65292cff9a73cee406e6536531fa26d3c6052b79
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:31:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65292cff

dev-lang/erlang: amd64 stable wrt bug #725008

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

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

diff --git a/dev-lang/erlang/erlang-22.3.2.ebuild 
b/dev-lang/erlang/erlang-22.3.2.ebuild
index 6d9cd46a23c..8f9b43b81e3 100644
--- a/dev-lang/erlang/erlang-22.3.2.ebuild
+++ b/dev-lang/erlang/erlang-22.3.2.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="doc emacs +hipe java +kpoll libressl odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2020-05-26 Thread Agostino Sarubbo
commit: 324956578bcd0aa07a7e01c12c4d7d28b2e51a1e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:30:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32495657

app-misc/abook: amd64 stable wrt bug #699968

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

 app-misc/abook/abook-0.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/abook/abook-0.6.1-r2.ebuild 
b/app-misc/abook/abook-0.6.1-r2.ebuild
index 1fb0e60e2ec..22e17e537e1 100644
--- a/app-misc/abook/abook-0.6.1-r2.ebuild
+++ b/app-misc/abook/abook-0.6.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://abook.sourceforge.net/devel/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~sparc ~x86"
 IUSE="nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-radio/ax25-tools/

2020-05-26 Thread Agostino Sarubbo
commit: bc328d2344a4f73b41f623c06d5963e5aa9bb5b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:30:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc328d23

media-radio/ax25-tools: amd64 stable wrt bug #724992

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

 media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild 
b/media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild
index f20fcc7bff8..c6dd16167f0 100644
--- a/media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild
+++ b/media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="X"
 
 DOCS=(  AUTHORS ChangeLog NEWS README tcpip/ttylinkd.README \



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

2020-05-26 Thread Agostino Sarubbo
commit: d7255f355c5fae93cfb2efd80e80e7e10e6104d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:30:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7255f35

dev-libs/libax25: amd64 stable wrt bug #724992

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

 dev-libs/libax25/libax25-0.0.12_rc5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libax25/libax25-0.0.12_rc5.ebuild 
b/dev-libs/libax25/libax25-0.0.12_rc5.ebuild
index 4da1a043ab7..59c1bd880b5 100644
--- a/dev-libs/libax25/libax25-0.0.12_rc5.ebuild
+++ b/dev-libs/libax25/libax25-0.0.12_rc5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="static-libs"
 
 S=${WORKDIR}/${MY_P}



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

2020-05-26 Thread Agostino Sarubbo
commit: 92463f8b4b9e587bd845546d1b06134cb8107b85
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:31:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92463f8b

app-misc/pax-utils: amd64 stable wrt bug #725010

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

 app-misc/pax-utils/pax-utils-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.6.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.6.ebuild
index 8a82f4bdb96..f68d63944b9 100644
--- a/app-misc/pax-utils/pax-utils-1.2.6.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2020-05-26 Thread Agostino Sarubbo
commit: dddf290943408eecbc2138755b3068af7c3d046b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:30:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddf2909

dev-util/ccache: amd64 stable wrt bug #725006

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

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

diff --git a/dev-util/ccache/ccache-3.7.9.ebuild 
b/dev-util/ccache/ccache-3.7.9.ebuild
index b00ef22ccb6..0518a6630e5 100644
--- a/dev-util/ccache/ccache-3.7.9.ebuild
+++ b/dev-util/ccache/ccache-3.7.9.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-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="app-arch/xz-utils



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

2020-05-26 Thread Sebastian Pipping
commit: dff1c1506935a275589a6cbaf8e46b4a45c87da0
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue May 26 19:27:36 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue May 26 19:27:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff1c150

sys-fs/bindfs: 1.14.7

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

 sys-fs/bindfs/Manifest |  1 +
 sys-fs/bindfs/bindfs-1.14.7.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/sys-fs/bindfs/Manifest b/sys-fs/bindfs/Manifest
index 7a98d78a8a5..6c95c7e663e 100644
--- a/sys-fs/bindfs/Manifest
+++ b/sys-fs/bindfs/Manifest
@@ -1 +1,2 @@
 DIST bindfs-1.14.5.tar.gz 407863 BLAKE2B 
2c75b426f2b2fd8947c2f7e8b74fd9826cccba99afce661713946acdc7765cd8065475ecc244d4ffd534fde8243d100eba03abcc643cec2a9d2fbec954c4ab73
 SHA512 
df8245339ef0491a58d69f3fca215b4cca4853976cedc507ba4c953ef136d34d245130c7bdb9b75adb7661e0f359582afae0b6e7b5f69252ca5adecbc09c51ec
+DIST bindfs-1.14.7.tar.gz 409427 BLAKE2B 
0027ee589a39d6d29b4bc337aaa87e4cf231f4549245c14353a39fb7a66e8ade17412740f5caf2e2eed4cb0501b6537beaf4929d21256c5b0625304b056829a3
 SHA512 
03b0bce29b87219e7e159077942e66e7e0e783b8c41234231696f96aa83e66271431fd3b4e7c1d98ba74705ec7255bd7da9d9484981ddb86c4d1c1b35dcaa0cc

diff --git a/sys-fs/bindfs/bindfs-1.14.7.ebuild 
b/sys-fs/bindfs/bindfs-1.14.7.ebuild
new file mode 100644
index 000..69f9d93e580
--- /dev/null
+++ b/sys-fs/bindfs/bindfs-1.14.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
+HOMEPAGE="https://bindfs.org/;
+SRC_URI="https://bindfs.org/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND=">=sys-fs/fuse-2.9:0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+RESTRICT="test"
+
+src_configure() {
+   econf $(use_enable debug debug-output)
+}



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

2020-05-26 Thread Agostino Sarubbo
commit: 73f5a7b07462976f5dc4ef4e0e6b5ca58b570161
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 26 19:31:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 26 19:31:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f5a7b0

app-emulation/simh: amd64 stable wrt bug #725012

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

 app-emulation/simh/simh-3.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/simh/simh-3.11.1.ebuild 
b/app-emulation/simh/simh-3.11.1.ebuild
index 04f83cc758d..d6003fe03e0 100644
--- a/app-emulation/simh/simh-3.11.1.ebuild
+++ b/app-emulation/simh/simh-3.11.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/simh/simh/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="net-libs/libpcap"



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

2020-05-26 Thread Sebastian Pipping
commit: c2cdeefdabb52398ad53bbbece73a28b5b3b14f8
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue May 26 19:22:42 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue May 26 19:22:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cdeefd

sys-fs/bindfs: Drop old

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

 sys-fs/bindfs/Manifest |  3 ---
 sys-fs/bindfs/bindfs-1.14.1.ebuild | 23 ---
 sys-fs/bindfs/bindfs-1.14.3.ebuild | 23 ---
 sys-fs/bindfs/bindfs-1.14.4.ebuild | 23 ---
 4 files changed, 72 deletions(-)

diff --git a/sys-fs/bindfs/Manifest b/sys-fs/bindfs/Manifest
index 9de5c796ebc..7a98d78a8a5 100644
--- a/sys-fs/bindfs/Manifest
+++ b/sys-fs/bindfs/Manifest
@@ -1,4 +1 @@
-DIST bindfs-1.14.1.tar.gz 407141 BLAKE2B 
749578af588a8f9f778e799ae57b3303f6ae8c83f174aa6df96a92c6af4edcd3f76a332b18b55493e1f60cbbf44c66def3083f8cfe85c9b1af382f1ec6166fd1
 SHA512 
a0cf4f2cff147f5496c15a9bd9634ccdee323e299a4b132f2c2166a9d5379a26a151a14a45aec6950f8cf9c7ac3e9d2b9a97fee60b3130f5dcb20d65a43a1702
-DIST bindfs-1.14.3.tar.gz 407363 BLAKE2B 
00095a6c5d8a095db1993d56f1987e91f3d66f20282b0939062a63ed1af8c14f29a3c9b26905f96ef88d57dc4031d55155dc0c181cc091ab2554308c6a78742e
 SHA512 
34a927a59cc0ab77ff12f49765831fa9c2ec0f9cbd1d1af517e8746a7aa7370aef011d5f29c9bce6f48aca9218b192fdd489451cd08179bbef7c287e126ebbba
-DIST bindfs-1.14.4.tar.gz 407711 BLAKE2B 
e48bbb069c6b030d18361ef1bd347103d8ac25fb52b869ab03492434bf8dbb249b161d839d91d535cded7260b1693d38674c5402ffcc6bbc1b4000acc236c375
 SHA512 
f5c63ac87bbcb38f317b772bb69f17c756f7c738dfe9c317d866eb2712267674c7fe2836d697bce581db2391d5c73f1aff22d5188f735b6df533b7ab3ad88f47
 DIST bindfs-1.14.5.tar.gz 407863 BLAKE2B 
2c75b426f2b2fd8947c2f7e8b74fd9826cccba99afce661713946acdc7765cd8065475ecc244d4ffd534fde8243d100eba03abcc643cec2a9d2fbec954c4ab73
 SHA512 
df8245339ef0491a58d69f3fca215b4cca4853976cedc507ba4c953ef136d34d245130c7bdb9b75adb7661e0f359582afae0b6e7b5f69252ca5adecbc09c51ec

diff --git a/sys-fs/bindfs/bindfs-1.14.1.ebuild 
b/sys-fs/bindfs/bindfs-1.14.1.ebuild
deleted file mode 100644
index 124f1fc221b..000
--- a/sys-fs/bindfs/bindfs-1.14.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="https://bindfs.org/;
-SRC_URI="https://bindfs.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=sys-fs/fuse-2.9:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
-   econf $(use_enable debug debug-output)
-}

diff --git a/sys-fs/bindfs/bindfs-1.14.3.ebuild 
b/sys-fs/bindfs/bindfs-1.14.3.ebuild
deleted file mode 100644
index 69f9d93e580..000
--- a/sys-fs/bindfs/bindfs-1.14.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="https://bindfs.org/;
-SRC_URI="https://bindfs.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=sys-fs/fuse-2.9:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
-   econf $(use_enable debug debug-output)
-}

diff --git a/sys-fs/bindfs/bindfs-1.14.4.ebuild 
b/sys-fs/bindfs/bindfs-1.14.4.ebuild
deleted file mode 100644
index 69f9d93e580..000
--- a/sys-fs/bindfs/bindfs-1.14.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="https://bindfs.org/;
-SRC_URI="https://bindfs.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=sys-fs/fuse-2.9:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
-   econf $(use_enable debug debug-output)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-mattermost/

2020-05-26 Thread Sergei Trofimovich
commit: 751d716ba1047b269c79439c0dd882ff1d0a7c62
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 18:46:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 18:46:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751d716b

x11-plugins/purple-mattermost: pass CPP through

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

 .../purple-mattermost-1.2-r1.ebuild| 29 ++
 1 file changed, 29 insertions(+)

diff --git a/x11-plugins/purple-mattermost/purple-mattermost-1.2-r1.ebuild 
b/x11-plugins/purple-mattermost/purple-mattermost-1.2-r1.ebuild
new file mode 100644
index 000..c751c9cbef3
--- /dev/null
+++ b/x11-plugins/purple-mattermost/purple-mattermost-1.2-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs toolchain-funcs
+
+DESCRIPTION="A libpurple/Pidgin plugin for Mattermost"
+HOMEPAGE="https://github.com/EionRobb/purple-mattermost;
+SRC_URI="https://github.com/EionRobb/purple-mattermost/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/discount
+   dev-libs/glib
+   dev-libs/json-glib
+   net-im/pidgin
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   tc-export CC CPP
+}



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

2020-05-26 Thread Thomas Deutschmann
commit: 594f6913c9d77a9025c1ba947f456261726efcf9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 26 18:09:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 18:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594f6913

www-servers/nginx: drop old

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

 www-servers/nginx/Manifest|8 +-
 www-servers/nginx/nginx-1.16.1-r1.ebuild  | 1090 
 www-servers/nginx/nginx-1.17.10-r1.ebuild | 1093 -
 3 files changed, 1 insertion(+), 2190 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index e3ee2189b10..523b0974076 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,6 +1,4 @@
 DIST modsecurity-2.9.3.tar.gz 4307670 BLAKE2B 
337ea15cc8805af7ab43aed8aecf4c72ccc586d0d7e9d9b91f036a61baa70d1ac8b4ad8045a2bb7a13515912a15fba7d3cdb9670ae6730de43b1e44ee90ded6d
 SHA512 
4e1ea5dd8edadf8f630e4fe92a200d3a8e78963fce3128b5975a1e1ecd0e8bf9ceecd9905c95f8c508932ccd837f1d8ae8bb2ba423307718c3c6a4ae9b783ddd
-DIST nginx-1.16.1.tar.gz 1032630 BLAKE2B 
838c5f08b56378dd3ef3940a979eb1449c4ed7ef5b4b112da2531c0996d121ae32ae4e94d3b4ba198fefcdc1b06683e4b0cfa0087db82fcab13bffb5f67f8aa4
 SHA512 
17e95b43fa47d4fef5e652dea587518e16ab5ec562c9c94355c356440166d4b6a6a41ee520d406e5a34791a327d2e3c46b3f9b105ac9ce07afdd495c49eca437
-DIST nginx-1.17.10.tar.gz 1039541 BLAKE2B 
5e86be6c6aebfd336579269ecfa09eab9ff5c0185e0bd36f993b5ccac4d13f64ef3d10cad4d0ac00c7fb67e3ecb048b7b0f4c74cf5c5376fdc643b5cecee28ac
 SHA512 
0b49169bc49e07733862e09ec5bfa93601ffa57379f98d52a115e511502905baf4cd33b73a03d74416f8c6ffa95ebf4459fc934bd40bfdf54d5b6d35ac4f8756
 DIST nginx-1.18.0.tar.gz 1039530 BLAKE2B 
a8962a6af96acb043ff0c3dc4ad5192083773c449950aff53b01f6f7c46a2a540eb061a43432acccd753fa71067b1451d75f440ba5526575b78608be9d40a50b
 SHA512 
8c21eeb62ab6e32e436932500f700bd2fb99fd2d29e43c08a5bfed4714c189c29c7141db551fcd5d2437303b7439f71758f7407dfd3e801e704e45e7daa78ddb
 DIST nginx-auth-ldap-42d195d7a7575ebab1c369ad3fc5d78dc2c2669c.tar.gz 18457 
BLAKE2B 
5ca9e5299b20ab5a93a001cac48e446bd86b3a24ac49e716bc975b128890bdb4b0dbbf5730fbaaeadfd958160093c7a6af798dd0e6de27062f149a760333
 SHA512 
ec59637fda5acac053e815cb1d04b545fc6b765e5ec63d8c2c9c301abad87afaa2698145acac08e9e14c91e1423ebff7aff0cca2b940b19bf4cf53973269
 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 BLAKE2B 
d37ef9a15c91abe3c6258e420d1f99fa452f9d9966a0e13102174973314a3bac5413957a5fe632a9dcb1163b3be5df8116e05cc053ee061e19319ec25f341570
 SHA512 
6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529
@@ -9,10 +7,8 @@ DIST ngx_devel_kit-0.3.1.tar.gz 66542 BLAKE2B 
8242d884464d99a131a48f599f9d0c2b54
 DIST ngx_http_auth_pam-1.5.1.tar.gz 6863 BLAKE2B 
00807cc3db8f6c007c968b8a30d7f6094b7d9db4eaa60d211fcb3ac60aeb28c5f8193578a7e1ca67acbbf57a319c8442fe44efc1e193927c3bce5961539f9c16
 SHA512 
973b94874d8a58c0df0ac2d31571eafc1e80b11179cba33ec88421a826207fbf7e99b0387e135a1ca48d82daacb78f19a4c21d3a27b49b16dc86b4748bb72261
 DIST ngx_http_cache_purge-2.3.tar.gz 12248 BLAKE2B 
f83b267f4c19a9d4af5964522695814c164d200ecd4108bf8f6b5c21388eba8af989bdda646dee18a03174211e8c090a04736bbeb44043cb0e19fbccdc66278e
 SHA512 
50a31dbf2216a6fae74a186af56dec4600cf55777e76a10ac0075f609e7737135aab063a64f2590dddcd0369ebebd4a523027f3d9ebcca74f7b4355be1c5dcc0
 DIST ngx_http_dav_ext-3.0.0.tar.gz 14558 BLAKE2B 
0d370bfe34600d43a540dd19a386aa52ce135b2eae14e4e108a359d5ff3405939130d1c802062c7523057ec35d38322d3fbed8c13deb58ce7a08ebf9e3f106d4
 SHA512 
d0193ba90f1ef46c4e470630c4394bdf99d94fd2e3bd8be6cb2ba1655ec59944b1269025f032b79dc2c6dad366e54389ef6a6da2ddeb91d535a4027f2162fbde
-DIST ngx_http_echo-0.61.tar.gz 53155 BLAKE2B 
72565b5d79598b5dcd1c10fa0f718e749894ca5f1232d5aae60c61e268b5904af35fdcd35afcf72de93852af9e0ca58805d77cbc37919fba9012158b5545baab
 SHA512 
c90b81a4e85a8e9beeb5ff591dc91adb25fa4e0b6cb47086b577e5fa36db2368442dd011187675e358781956c364b949bc4d920ca2b534481b21c9987d2a9a3b
 DIST ngx_http_echo-0.62rc1.tar.gz 53331 BLAKE2B 
e7fded849e34a64804dbbc62cd7b535683c65f12b571a7382d3e6a0700ce000853c40a9715c238414a000361613eb3fa550b72f15eeda6d8d99346a0e54e8604
 SHA512 
9f4e1a91058c803c14711a1a66175e373ad0e05353c72963c39cda9bc5396e792ec1a3d18738af9991bee35bfd5d39d4c1777859ac1db0c0f73c6873b535746e
-DIST ngx_http_fancyindex-0.4.3.tar.gz 25274 BLAKE2B 
5ce3102326f6b8cc2b333ed08f7a66476842d2c70089175e577a3ba958317ed702f24ece002506007eb45e9e50b8f6ecb137cde222566308986cba2682b70f7d
 SHA512 
fe5f6afc29c99f66151c1a06e27b5749b0a16227638583d9c961adc94b2942b981184382f95e70d927f00b09b43f597b963a85a41bde5903b10e42f86bc321f1
-DIST ngx_http_geoip2_module-3.2.tar.gz 8465 BLAKE2B 

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

2020-05-26 Thread Thomas Deutschmann
commit: f1ffc5d24decfdbecfd4033e3d2a2201dd9318be
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 26 18:07:24 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 18:40:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ffc5d2

www-servers/nginx: rev bump

- fancyindex module bumped to v0.4.3

- nginScript module bumped to v0.4.1

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

 www-servers/nginx/Manifest| 1 +
 www-servers/nginx/{nginx-1.18.0.ebuild => nginx-1.18.0-r1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 1de09291cb4..e3ee2189b10 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -28,3 +28,4 @@ DIST ngx_mogilefs_module-1.0.4.tar.gz 11208 BLAKE2B 
e0729b66554c8890727190a624d4
 DIST ngx_rtmp-1.2.1.tar.gz 519919 BLAKE2B 
744ccb8031eb9653f158f9eceba64fc9c8af7b9a42e64ef996ab3bbbe1402e5ffd3efcc8e4aaca437eb5e208e4b6f2d8643fcca953b32f32543eaa1ae4d9505c
 SHA512 
4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922
 DIST njs-0.3.5.tar.gz 339177 BLAKE2B 
6327be0b7c8077870408722376782bca579a6cfdf1fe2a4950fc0d289311ad21f671bc2b47d06f70d95d4f68d99e8c70fd4598dcc167b79c57704d99a098d284
 SHA512 
236e0284f251856f74eb51d8251bb5be725d2ca90056f2feef7677eb636a4e97e203f3bba81fb6b677158d615dc2d6ffcb0dc1059fb678ab12b7d14cc4ea7241
 DIST njs-0.4.0.tar.gz 418439 BLAKE2B 
e4b9f529a10f90ece864a6b1969507e9573296288ef85f4a71163644415404d4541129326ef9635fe5b8aff3b59ab76c2b3995894c41a53ffb632b6bee8b8e5f
 SHA512 
ea9a063ef83791dd7a7896c584d1b8c635c3ff81792c6e5bad61bdfe8185c6f9ce436ad5e360b267b42bf0d5986553bbdf3c0f1264627f82550aadc361be0a3c
+DIST njs-0.4.1.tar.gz 422917 BLAKE2B 
8a6b9c06b74256289636e06437a8160a0e91767959cd2c4dde4f6769437b2654cd2aa6e65902251bd135429c87ef497f7137ffe0afee72c2723d147db8615810
 SHA512 
58ae280be37ac0402886281837b82a7038ea62d3bde5a0857d8008806937b2d11fe4984986b1e40bd9528ee8d2f5aac271346dc387f30930161cc2b41aa08998

diff --git a/www-servers/nginx/nginx-1.18.0.ebuild 
b/www-servers/nginx/nginx-1.18.0-r1.ebuild
similarity index 99%
rename from www-servers/nginx/nginx-1.18.0.ebuild
rename to www-servers/nginx/nginx-1.18.0-r1.ebuild
index 58f5c9d92b2..cc1a711b92c 100644
--- a/www-servers/nginx/nginx-1.18.0.ebuild
+++ b/www-servers/nginx/nginx-1.18.0-r1.ebuild
@@ -53,7 +53,7 @@ 
HTTP_SLOWFS_CACHE_MODULE_URI="http://labs.frickle.com/files/ngx_slowfs_cache-${H
 
HTTP_SLOWFS_CACHE_MODULE_WD="${WORKDIR}/ngx_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}"
 
 # http_fancyindex (https://github.com/aperezdc/ngx-fancyindex, BSD license)
-HTTP_FANCYINDEX_MODULE_PV="0.4.3"
+HTTP_FANCYINDEX_MODULE_PV="0.4.4"
 HTTP_FANCYINDEX_MODULE_P="ngx_http_fancyindex-${HTTP_FANCYINDEX_MODULE_PV}"
 
HTTP_FANCYINDEX_MODULE_URI="https://github.com/aperezdc/ngx-fancyindex/archive/v${HTTP_FANCYINDEX_MODULE_PV}.tar.gz;
 
HTTP_FANCYINDEX_MODULE_WD="${WORKDIR}/ngx-fancyindex-${HTTP_FANCYINDEX_MODULE_PV}"
@@ -156,7 +156,7 @@ 
GEOIP2_MODULE_URI="https://github.com/leev/ngx_http_geoip2_module/archive/${GEOI
 GEOIP2_MODULE_WD="${WORKDIR}/ngx_http_geoip2_module-${GEOIP2_MODULE_PV}"
 
 # njs-module (https://github.com/nginx/njs, as-is)
-NJS_MODULE_PV="0.4.0"
+NJS_MODULE_PV="0.4.1"
 NJS_MODULE_P="njs-${NJS_MODULE_PV}"
 NJS_MODULE_URI="https://github.com/nginx/njs/archive/${NJS_MODULE_PV}.tar.gz;
 NJS_MODULE_WD="${WORKDIR}/njs-${NJS_MODULE_PV}"
@@ -202,7 +202,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 # Package doesn't provide a real test suite
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/, www-servers/nginx/files/

2020-05-26 Thread Thomas Deutschmann
commit: cea207f843acb7cd1d09b56a4302eb1155bf560f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 26 18:11:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 26 18:40:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea207f8

www-servers/nginx: bump to v1.19.0 mainline

- brotli module bumped to 1.0.0rc from new upstream

- HTTP LUA module bumped to v0.10.16rc5

- fancyindex module bumped to v0.4.3

- nginScript module bumped to v0.4.1

Closes: https://bugs.gentoo.org/724646
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-servers/nginx/Manifest |3 +
 .../nginx/files/http_brotli-detect-brotli-r3.patch |   28 +
 www-servers/nginx/nginx-1.19.0.ebuild  | 1093 
 3 files changed, 1124 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 523b0974076..2365b9621d9 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,7 +1,9 @@
 DIST modsecurity-2.9.3.tar.gz 4307670 BLAKE2B 
337ea15cc8805af7ab43aed8aecf4c72ccc586d0d7e9d9b91f036a61baa70d1ac8b4ad8045a2bb7a13515912a15fba7d3cdb9670ae6730de43b1e44ee90ded6d
 SHA512 
4e1ea5dd8edadf8f630e4fe92a200d3a8e78963fce3128b5975a1e1ecd0e8bf9ceecd9905c95f8c508932ccd837f1d8ae8bb2ba423307718c3c6a4ae9b783ddd
 DIST nginx-1.18.0.tar.gz 1039530 BLAKE2B 
a8962a6af96acb043ff0c3dc4ad5192083773c449950aff53b01f6f7c46a2a540eb061a43432acccd753fa71067b1451d75f440ba5526575b78608be9d40a50b
 SHA512 
8c21eeb62ab6e32e436932500f700bd2fb99fd2d29e43c08a5bfed4714c189c29c7141db551fcd5d2437303b7439f71758f7407dfd3e801e704e45e7daa78ddb
+DIST nginx-1.19.0.tar.gz 1043748 BLAKE2B 
46647676c2e5dd0b06a1079329d211f7449312873f40d762b1c81841863f61dbc11f836956c006e0283dc79ab9b6bb4b9430136e4c66ff194402413fdc0bdf83
 SHA512 
3240d5dc59877f9d6a95c8779240675cec9290df079b9d52c06147e58900f2e060e768729669ffaf9a2a90bb9abbe8ab7fba24ff65d45fec9eeb3b6733b65f30
 DIST nginx-auth-ldap-42d195d7a7575ebab1c369ad3fc5d78dc2c2669c.tar.gz 18457 
BLAKE2B 
5ca9e5299b20ab5a93a001cac48e446bd86b3a24ac49e716bc975b128890bdb4b0dbbf5730fbaaeadfd958160093c7a6af798dd0e6de27062f149a760333
 SHA512 
ec59637fda5acac053e815cb1d04b545fc6b765e5ec63d8c2c9c301abad87afaa2698145acac08e9e14c91e1423ebff7aff0cca2b940b19bf4cf53973269
 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 BLAKE2B 
d37ef9a15c91abe3c6258e420d1f99fa452f9d9966a0e13102174973314a3bac5413957a5fe632a9dcb1163b3be5df8116e05cc053ee061e19319ec25f341570
 SHA512 
6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529
+DIST ngx_brotli-25f86f0bac1101b6512135eac5f93c49c63609e3.tar.gz 16201 BLAKE2B 
2da3ce8a9f29b713da4de4cd60fe22256742ff61e1718346e5246ffa0169d5a2e1babb625b16ac52e3b79431f749adb3ee0170957024953c139aaebc7a496478
 SHA512 
c6eb026f204e1e6f930ab7ca68cca78054318e05a0dc11d897d3516380dbc4e42e93d40334e3088bf348d4b7b182e87c77473974719e5850a4f97666f9babbd6
 DIST ngx_brotli-8104036af9cff4b1d34f22d00ba857e2a93a243c.tar.gz 12672 BLAKE2B 
fa2febfa63b98303f8890c6774de6ccb09475ccd639d3b74493a4ffd97c90febdc22755c5928018bdac24a537bd13cde165f97e5d2b50bebf598c3fb22ec0206
 SHA512 
169566b8764bb2b82e029f954a99063a9c61e2cbf982861c5f6818b389a5f37bf5389afb1b5627de9bd3f7af7b3c404be0230f943d47ab621c2a2bd825cc8203
 DIST ngx_devel_kit-0.3.1.tar.gz 66542 BLAKE2B 
8242d884464d99a131a48f599f9d0c2b546610f73f646e7eb0dcfdb98220810d949189cffa721360ddbe3b7b8adc8b678a848b9d1a56db6c62fd4439ecb63d24
 SHA512 
de1e3349d8dd08e5982279b2219dc8a8006739f0409b8e0f5c50d93434beff1fbafba43e9c5ac85a5fab90afc5c0a7244a340610339c36f82f2cba7233e72de9
 DIST ngx_http_auth_pam-1.5.1.tar.gz 6863 BLAKE2B 
00807cc3db8f6c007c968b8a30d7f6094b7d9db4eaa60d211fcb3ac60aeb28c5f8193578a7e1ca67acbbf57a319c8442fe44efc1e193927c3bce5961539f9c16
 SHA512 
973b94874d8a58c0df0ac2d31571eafc1e80b11179cba33ec88421a826207fbf7e99b0387e135a1ca48d82daacb78f19a4c21d3a27b49b16dc86b4748bb72261
@@ -12,6 +14,7 @@ DIST ngx_http_fancyindex-0.4.4.tar.gz 26292 BLAKE2B 
a1ed76cb31cd4f7a349bcbe63d75
 DIST ngx_http_geoip2_module-3.3.tar.gz 8509 BLAKE2B 
4841e1bdd13b9b85f34732d1eb7447638f62bb09e1bd480da0fa8b0085d3b2d90a740732ef534c355feb71d7db613c73f68a4e6e3624b47a0937be046dfa1f8d
 SHA512 
06963b598c54e22d75ce837fb222f5aa6c9494c29e558ff46f1205d7159fc305414bfac4ed3288c836dcbf7628d92f26458e1992d34fc2f4b73275a32847bdc0
 DIST ngx_http_headers_more-0.33.tar.gz 28130 BLAKE2B 
fe3097a7700ce5da087058f7bb44c95164b75137031187400473f6833bf0e33e5c4920807225a6ff94174fe7dbd6186cca176a33a629ca0911faab6804bdd12a
 SHA512 
13165b1b8d4be281b8bd2404fa48d456013d560bace094c81da08a35dc6a4f025a809a3ae3a42be6bbf67abbcbe41e0730aba06f905220f3baeb01e1192a7d37
 DIST ngx_http_lua-0.10.15.tar.gz 655110 BLAKE2B 
73bf8e2f157c93f3d4e54b5aa63deb266731a10e3e48b2257756efee8d752e86440ca9c27bd27bc1d90075a5ffb58772eecb7c445db44cd055d2b9e0b4bac082
 SHA512 

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

2020-05-26 Thread Keri Harris
commit: 9bd44d5657d09da4c6ecc964ad8b20fc7818534c
Author: Keri Harris  gentoo  org>
AuthorDate: Tue May 26 18:34:29 2020 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue May 26 18:34:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd44d56

dev-lang/swi-prolog: bump development version

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

 dev-lang/swi-prolog/Manifest |   1 +
 dev-lang/swi-prolog/swi-prolog-8.1.32.ebuild | 103 +++
 2 files changed, 104 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 1cfe6dfac73..1dd3d71ac2c 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -2,3 +2,4 @@ DIST swipl-8.0.3.tar.gz 10418553 BLAKE2B 
d7d381a3070384164f9788060e1c431cc4658dd
 DIST swipl-8.1.29.tar.gz 10902999 BLAKE2B 
2163cbe4ce772fc0ba8dc961aabf5d3940e0b735bb4688050041d8bcbe6c052d5308696cbbcec49ecc100db44faa960fd8520d89a934f9b05994170c5fab5bff
 SHA512 
0aeaa093a0cc39375b25f2ac642dec99c50aad82c5fa0069be6c5c7bf3ba53deb20e4c887e47649874305e91e7c963bab2515ab8a48db6cdfae6e4560aee063f
 DIST swipl-8.1.30.tar.gz 10921576 BLAKE2B 
ce163c7600554e5a2f62a75c4fc17444c115adda96527068f6ee707f390c9383e8e2f7a24cf493903edd895fd5ece186b7645cad50d44805d57617c7182ba120
 SHA512 
1b8be8d4f987bb4ce4e3ea82ab02c0e89f2fba68818a15bf2b86593ba53724005cf617f69e41a4394009dcd0abda84103cba4d4bb3ae562b29d942d0f55cad9a
 DIST swipl-8.1.31.tar.gz 10949562 BLAKE2B 
60a4dd1da1cce309f45e557b25d7fa384ac0d75bf819b5e49d8303cae260d6576b01adb9c26bd7496962ae64a3b012c146408f8adaf6a253c526d50f5ed6b74c
 SHA512 
629dd038fac868b0a2bcf71807ff6e795fd9c83a21358ef679b27bde8197b6f0aaf588a033720db9b1dd88c27dfeb0a42a13bc04e938f504524b48fa34891f1d
+DIST swipl-8.1.32.tar.gz 10959244 BLAKE2B 
d67a1f675d70862df4afa103b118d88750ee5937920dd7ecbc02773ddc1c4762a4d7d8afc7e822b5989cbcdd2feb0980d150c59b67dc129873619cbb40721564
 SHA512 
d0fbfe85b375bdba2a585b609c1a66cbaca50081d0946803a43b10813f4d7b6e138b644632dde7f8ac06f590f2de9aa3dbc927a128f105c1c3547ac6ae9a9c25

diff --git a/dev-lang/swi-prolog/swi-prolog-8.1.32.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.1.32.ebuild
new file mode 100644
index 000..2293c183ae1
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-8.1.32.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils eutils flag-o-matic multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="versatile implementation of the Prolog programming language"
+HOMEPAGE="http://www.swi-prolog.org/;
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp java +libedit libressl minimal odbc pcre 
qt5 readline ssl test uuid X yaml"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/ncurses:=
+   sys-libs/zlib
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   odbc? ( dev-db/unixODBC )
+   pcre? ( dev-libs/libpcre )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.7:= )
+   uuid? ( dev-libs/ossp-uuid )
+   qt5? (
+   dev-qt/qtwidgets:5
+   dev-qt/qtgui:5
+   )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )
+   yaml? ( dev-libs/libyaml )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+BUILD_DIR="${S}/build"
+CMAKE_USE_DIR="${S}"
+
+src_prepare() {
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   eapply "${WORKDIR}"/${PV}
+   fi
+   eapply_user
+
+   sed -i -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   use debug && append-flags -DO_DEBUG
+
+   mycmakeargs=(
+   -DSWIPL_INSTALL_PREFIX=$(get_libdir)/swipl
+   -DUSE_GMP=$(usex gmp)
+   -DINSTALL_DOCUMENTATION=$(use doc && usex archive)
+   -DSWIPL_PACKAGES_BASIC=$(usex !minimal)
+   -DSWIPL_PACKAGES_ARCHIVE=$(usex archive)
+   -DSWIPL_PACKAGES_ODBC=$(usex odbc)
+   -DSWIPL_PACKAGES_BDB=$(usex berkdb)
+   -DSWIPL_PACKAGES_PCRE=$(usex pcre)
+   -DSWIPL_PACKAGES_YAML=$(usex yaml)
+   

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

2020-05-26 Thread Michał Górny
commit: 538cd371c5ad3a15fa9135baf5451529cd825c1c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:11:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538cd371

dev-python/wsgiproxy2: Port to py39

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

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

diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild 
b/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
index 3b09cb27e9a..0995b056c08 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-26 Thread Michał Górny
commit: 78317c816cdf3d561e71e30420cf637cc2cb26b6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:11:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78317c81

dev-python/webtest: Port to py39

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

 dev-python/webtest/webtest-2.0.33.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index b6ad0bf3e54..f6c90bb7be1 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 
@@ -35,7 +35,6 @@ BDEPEND="${RDEPEND}
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
)"
 



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

2020-05-26 Thread Michał Górny
commit: 5164cfec354994bd48c61b2640bf5bb0adb82bc4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 15:58:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5164cfec

dev-python/pyquery: Port to py39

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

 dev-python/pyquery/pyquery-1.4.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pyquery/pyquery-1.4.1-r1.ebuild 
b/dev-python/pyquery/pyquery-1.4.1-r1.ebuild
index 655f9317f0a..86bf2c88a3d 100644
--- a/dev-python/pyquery/pyquery-1.4.1-r1.ebuild
+++ b/dev-python/pyquery/pyquery-1.4.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1 eutils
 
@@ -21,7 +21,6 @@ RDEPEND="
>dev-python/cssselect-0.7.9[${PYTHON_USEDEP}]
>=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
 DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/beautifulsoup[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]



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

2020-05-26 Thread Michał Górny
commit: f684468bfae3ba58cb19f7a7be73837066d3f028
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:29:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f684468b

dev-python/webob: Port to py39

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

 dev-python/webob/webob-1.8.6.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index fb89754dfce..0be6b5b7041 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
 
 inherit distutils-r1
 
@@ -21,3 +21,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 ~sparc ~x86 ~a
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest
+
+src_prepare() {
+   # py3.9
+   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
+   distutils-r1_src_prepare
+}



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

2020-05-26 Thread Andreas Sturmlechner
commit: d9ef1f1d7ee777ad41d1d77d89caf36e223f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 26 18:25:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 26 18:31:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ef1f1d

dev-qt/qt-docs: 5.15.0_p202005140838 version bump

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

 dev-qt/qt-docs/Manifest|  54 +++
 dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild | 102 +
 2 files changed, 156 insertions(+)

diff --git a/dev-qt/qt-docs/Manifest b/dev-qt/qt-docs/Manifest
index ec96f9207a3..c5a2765479c 100644
--- a/dev-qt/qt-docs/Manifest
+++ b/dev-qt/qt-docs/Manifest
@@ -106,3 +106,57 @@ DIST 5.14.2-0-202003291239qtwidgets-documentation.7z 
26796173 BLAKE2B 6383a2be31
 DIST 5.14.2-0-202003291239qtx11extras-documentation.7z 36888 BLAKE2B 
0f7757cb82a7fea064e9b484e08cbd3b1cefd5f29117ab283f0b26ffddae142e494f674744f2fca4f210da5c86b86500ef26781ca7e5bb0f13b0c12af9195d4d
 SHA512 
728814ee896cdc429e843bbdc136931795d54b4b70bf0d54bc8ac9b8edac42986981d39c134f3ea5329984a9b15e0f0089df716c44889cf13368fef92cbbff5e
 DIST 5.14.2-0-202003291239qtxml-documentation.7z 499466 BLAKE2B 
82ce65d6c4dfb39aa3202e20acafd0cb970e57ef24f35a2c4d64b3a550cc3e041b8bd2e74489b4738651ff1125247ae18e7e2885e919346f0b89776c36697846
 SHA512 
62b7d24f724721bb007c4de36bc2bb9578cb719de8acac72c5c144e1acb4a12a0a15930a3f0b8aff3ed557f236d2ab124045f86dc33b2d195da05e61133fd100
 DIST 5.14.2-0-202003291239qtxmlpatterns-documentation.7z 1193876 BLAKE2B 
ac7c92c265fb0bc4b5ed7ccf267c50389ca840bdf91a35abce127e14608e585b20191cfe84924864e2fc607b4d360207e50b85424c8517fce136d971de2c47a9
 SHA512 
2d012722d64b27c6ec11726e5b457ae1b87448e681271809489ea521ab0ac65553dc2d8c105bedc65501abc5af7d6921afc2d3cf5ac69fd17548405076f66146
+DIST 5.15.0-0-202005140838qdoc-documentation.7z 538483 BLAKE2B 
e6cdd5c8ce0a1aba48f0aa8d9f4d69e94ebe24004f01e62e4720b9decd7bcff8bafe7a03467050153cabd46a94ce94f23303d579bd06b44d2a31e5a781baa936
 SHA512 
2900237dfc7054226b20cdc4ec2ae59b2813f61dee42dafedc0aeae77325219bdf3d8ae5f5408777d798550e040f4197ffd9e40f5845284cf96308dd7f3c0310
+DIST 5.15.0-0-202005140838qmake-documentation.7z 343005 BLAKE2B 
bafec59aacae9a03913d5630630f6106947d31c8466a0de3cad8dc8295459f9dd012e6811f9234ef222d35301cd9b2e477d60a665c6b39a46019093acae61815
 SHA512 
7fdb6fac73aab2df9186b36bd12757c06f6fbd23c4399b8288093e0fbcd0a66ed1a97c312c5e0c0a237e13a3e081da9b7b4a5326493220be0de6bd7222783695
+DIST 5.15.0-0-202005140838qt3d-documentation.7z 5837375 BLAKE2B 
f3bd5eef2fd9b88b729c0726767bb5c1c0017f39abfb5ce90e743dada0e02cf3d9e4069e2d167b1d20d578bb72a3b13d090e50bb51d40851c8e05ed5d94b5591
 SHA512 
ffbdd05f49af8ca8b9ef4487fbfe2ce27379e318fcf13ab341c05a9060173a1052c9ed9921fcd2d2d9275bdaff86664fccb316274d9d87c2f1ed55c174448e30
+DIST 5.15.0-0-202005140838qtassistant-documentation.7z 451925 BLAKE2B 
6589c7cd3b37c2f31b8bf4eef00b6f5b7316d1ff9badc3d5f1f549b4bffc18ced78385ac0b50b4829b9d0da5b3425377fa563b0853c582249911358a7d53cdd6
 SHA512 
fc221f78a4cb030ffda814c714e12bf302e3d69f244bc34c667c8d301285e6130b39848fc8d367d3a2679b27ab88955c4898444b09accef338a62399de630caf
+DIST 5.15.0-0-202005140838qtbluetooth-documentation.7z 2135867 BLAKE2B 
6f00a1b2de807d8c403644dcf3921ebe8d6f26a55d1751f142e5df0ee7d79ffa6de9c474d458930f9eee97a7191b9788a8d74b494bd84e68563dae3b3add6f35
 SHA512 
1df422091e991b02fc5bb6ec86d2b3996f5b5ebaba98d1564f69aacd28bb9a57ebdb04e960fd009051561131d2810e1537f2edb51a504b1b853f0437eabe25b0
+DIST 5.15.0-0-202005140838qtcharts-documentation.7z 8713948 BLAKE2B 
7d2aab413a9751e40fd1dd45d48cf277c914d46dcd942b856f0b214357412bee382baa405038958fe51245c0f8d7fbdc8e6849f4936868bab4583077b7e2df43
 SHA512 
ebc8670ac30c81186d6170af46304747e2750e532a000e0cc274671a419ac85187a7337e1dc95e63a51149f462d7c652a08e2bfbf473e8a50c2454bf471e7d32
+DIST 5.15.0-0-202005140838qtconcurrent-documentation.7z 121974 BLAKE2B 
00b78472248b9fb49d9a3d08c0a68b3715be37b10444ae3b4b68eb046455cefcf988cbc5dfbf626b90db683e0ed071882b3cea6314540581f9782a375add198b
 SHA512 
27841588711c9c541eb838f3d55b1bca54bf6b4b59662bbeefd80d9e6b4d17743531ff88087d273e261865939bd1e5534f999713833446d43cd6361bd3d72e1c
+DIST 5.15.0-0-202005140838qtcore-documentation.7z 6587006 BLAKE2B 
0d75ca6c6b31981b918c313d12dc1ea79c65bb6d9c03052d5bbf8727d84f89045e84c498cbc658b32e03103459f66476b922e37b7dd80fc6d03db7f19215da58
 SHA512 
81f6c014ef15aab2668cd1b086b5ac61bbdfde204b9e31c658bc290e70fa5279d32f5a7082520eae72d06224a655671197ed0f1bd6f7677cd93ff1fe4e68a892
+DIST 5.15.0-0-202005140838qtdatavisualization-documentation.7z 6098608 BLAKE2B 
ba60ae1337aef6ed8094469ee6761f458cff420f05f3d82c6099f4e80eb25a123d1aa5415ac48e9c36cc664a37289ffd97f321bf838673bb026e7a3cf78747fa
 SHA512 
0f4b66f55297e3cea61311ef526e739b1b5a1c3b99661588d8609109a287f8bb632c31cce3a914561341a4bb3340143db8099611b94b50bb753f1efdeba6d87d
+DIST 

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

2020-05-26 Thread Michał Górny
commit: 37f46e3c91498ede8373353ee2491fc6220a176c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:14:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f46e3c

dev-python/socketpool: Backport py39 to -r2

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

 dev-python/socketpool/socketpool-0.5.3-r2.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/socketpool/socketpool-0.5.3-r2.ebuild 
b/dev-python/socketpool/socketpool-0.5.3-r2.ebuild
index c1a63b20d0a..e0fffe7af7a 100644
--- a/dev-python/socketpool/socketpool-0.5.3-r2.ebuild
+++ b/dev-python/socketpool/socketpool-0.5.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -36,6 +36,13 @@ PATCHES=( "${FILESDIR}"/${PN}-0.5.2-locale.patch )
 
 distutils_enable_tests pytest
 
+src_prepare() {
+   # py3.9
+   sed -i -e 's:isAlive:is_alive:' socketpool/backend_thread.py || die
+
+   distutils-r1_src_prepare
+}
+
 python_test() {
cp -r examples tests "${BUILD_DIR}" || die
 



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

2020-05-26 Thread Michał Górny
commit: 6339b8ee7d99d0a8688a9afd8a687d35d67fd040
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:20:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339b8ee

dev-python/webob: Bump to 1.8.6

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

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.8.6.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 3d90bdb3959..57c5f11f157 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1 +1,2 @@
 DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B 
e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad
 SHA512 
cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b
+DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 
0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84
 SHA512 
b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
new file mode 100644
index 000..fb89754dfce
--- /dev/null
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="https://webob.org/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+distutils_enable_sphinx docs 'dev-python/alabaster'
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: media-libs/portaudio/files/, media-libs/portaudio/

2020-05-26 Thread Sergei Trofimovich
commit: 102546f0b95e6de750d0ddb05f1d4bf2f3ac3016
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 26 18:17:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 18:20:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102546f0

media-libs/portaudio: respect AR setting, bug #720966

AC_PATH_PROG only accepts absolute paths.
AC_CHECK_PROG is a correct way to detect binary names.

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/720966
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../portaudio/files/portaudio-19.06.00-AR.patch| 14 +
 media-libs/portaudio/portaudio-19.06.00-r3.ebuild  | 72 ++
 2 files changed, 86 insertions(+)

diff --git a/media-libs/portaudio/files/portaudio-19.06.00-AR.patch 
b/media-libs/portaudio/files/portaudio-19.06.00-AR.patch
new file mode 100644
index 000..4628c0aff92
--- /dev/null
+++ b/media-libs/portaudio/files/portaudio-19.06.00-AR.patch
@@ -0,0 +1,14 @@
+Accept relative paths to AR as well.
+
+https://bugs.gentoo.org/720966
+--- a/configure.in
 b/configure.in
+@@ -105,7 +105,7 @@ AC_LIBTOOL_WIN32_DLL
+ AC_PROG_LIBTOOL
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+-AC_PATH_PROG(AR, ar, no)
++AC_CHECK_PROG(AR, ar, no)
+ if [[ $AR = "no" ]] ; then
+ AC_MSG_ERROR("Could not find ar - needed to create a library")
+ fi

diff --git a/media-libs/portaudio/portaudio-19.06.00-r3.ebuild 
b/media-libs/portaudio/portaudio-19.06.00-r3.ebuild
new file mode 100644
index 000..5664a73ea98
--- /dev/null
+++ b/media-libs/portaudio/portaudio-19.06.00-r3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+DESCRIPTION="A free, cross-platform, open-source, audio I/O library"
+HOMEPAGE="http://www.portaudio.com/;
+SRC_URI="http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz
+   
https://sources.debian.org/data/main/p/portaudio19/19.6.0-1/debian/patches/audacity-portmixer.patch
 -> ${PN}-19.06.00-audacity-portmixer.patch"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="alsa +cxx debug doc jack oss static-libs"
+
+RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
+   jack? ( virtual/jack[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}"
+
+DOCS=( README.txt )
+
+PATCHES=(
+   "${DISTDIR}/${PN}-19.06.00-audacity-portmixer.patch"
+   "${FILESDIR}"/${PN}-19.06.00-AR.patch # bug #720966, trigger reconf
+)
+
+src_prepare() {
+   default
+
+   eautoconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable debug debug-output)
+   $(use_enable cxx)
+   $(use_enable static-libs static)
+   $(use_with alsa)
+   $(use_with jack)
+   $(use_with oss)
+   )
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   # workaround parallel build issue
+   emake lib/libportaudio.la
+   emake
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+
+   if use doc; then
+   doxygen -u Doxyfile || die
+   doxygen Doxyfile || die
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   use doc && dodoc -r doc/html
+   find "${ED}" -name "*.la" -delete || die
+}



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

2020-05-26 Thread Michał Górny
commit: 572ad60f76fb77932fed996f9b6e313cb8d13bbb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:42:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572ad60f

dev-python/ecdsa: Bump to 0.15

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

 dev-python/ecdsa/Manifest  |  1 +
 dev-python/ecdsa/ecdsa-0.15.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/ecdsa/Manifest b/dev-python/ecdsa/Manifest
index 99beb914de7..d17b10b1d9d 100644
--- a/dev-python/ecdsa/Manifest
+++ b/dev-python/ecdsa/Manifest
@@ -1 +1,2 @@
 DIST ecdsa-0.14.1.tar.gz 100303 BLAKE2B 
f7f02bcd99752a7e0c7ac7d22625f5a42638fefb9a92fefda3da279cdbb76d1a5337df5abfd43eb1edccf794c5b2fe34e10df876696d74e921c5ddb35f61f3a5
 SHA512 
6a66e07ec75e93af73d2363dfd817b35a103f8ff8d62c5ce3af9e98e917d38213aa4f80d570f81c830938123f9599e24d96605a36650eaefd806ed07ab0c14a5
+DIST ecdsa-0.15.tar.gz 122119 BLAKE2B 
ceeb0204b15d75ada1b201321caff2eb28080bbbf5f6436e6cb50203828eb318d9fe8b8343157b59370183d122e47399a3d2cd6ae569b80d81809d7c778639df
 SHA512 
7b7491d1abdb5ca43456d943c96525fa5d722635c496bbddd04ef8e1baad9dc0aef3d1752afea7820f7796421b18295ee260657ec1e8faf7564613b316c0d603

diff --git a/dev-python/ecdsa/ecdsa-0.15.ebuild 
b/dev-python/ecdsa/ecdsa-0.15.ebuild
new file mode 100644
index 000..b52fc50c087
--- /dev/null
+++ b/dev-python/ecdsa/ecdsa-0.15.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="ECDSA cryptographic signature library in pure Python"
+HOMEPAGE="https://github.com/warner/python-ecdsa;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/gmpy[${PYTHON_USEDEP}]
+   ' 'python*')
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pluggy[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/idna[${PYTHON_USEDEP}]' -2)
+   $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' 
-2)
+   )"
+
+distutils_enable_tests pytest



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

2020-05-26 Thread Michał Górny
commit: c124ccfb11cdde96a4936b887f3e5e3278fdb982
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:00:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c124ccfb

dev-python/greenlet: Port to py39

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

 .../greenlet/files/greenlet-0.4.15-py39.patch  | 48 ++
 dev-python/greenlet/greenlet-0.4.15-r1.ebuild  |  5 +--
 2 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/dev-python/greenlet/files/greenlet-0.4.15-py39.patch 
b/dev-python/greenlet/files/greenlet-0.4.15-py39.patch
new file mode 100644
index 000..15cf75d32e5
--- /dev/null
+++ b/dev-python/greenlet/files/greenlet-0.4.15-py39.patch
@@ -0,0 +1,48 @@
+From d05b62bb75e6a3e217435a1fe0f15a53e692898c Mon Sep 17 00:00:00 2001
+From: Victor Stinner 
+Date: Wed, 18 Mar 2020 15:09:33 +0100
+Subject: [PATCH] Port to Python 3.9
+
+On Python 3.9, define _Py_DEC_REFTOTAL which has been removed by:
+https://github.com/python/cpython/commit/49932fec62c616ec88da52642339d83ae719e924
+
+Replace also PyEval_CallObjectWithKeywords() with PyObject_Call(),
+since PyEval_CallObjectWithKeywords() has been deprecated in
+Python 3.9 and PyObject_Call() has the same behavior. The only
+difference is that PyEval_CallObjectWithKeywords() can be called with
+args=NULL, but g_initialstub() ensures that args is not NULL.
+---
+ greenlet.c | 13 +++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+diff --git a/greenlet.c b/greenlet.c
+index ec738b9..d37fc97 100644
+--- a/greenlet.c
 b/greenlet.c
+@@ -109,6 +109,16 @@ extern PyTypeObject PyGreenlet_Type;
+ #define GREENLET_USE_TRACING 1
+ #endif
+ 
++#ifndef _Py_DEC_REFTOTAL
++  /* _Py_DEC_REFTOTAL macro has been removed from Python 3.9 by:
++
https://github.com/python/cpython/commit/49932fec62c616ec88da52642339d83ae719e924
 */
++#  ifdef Py_REF_DEBUG
++#define _Py_DEC_REFTOTAL _Py_RefTotal--
++#  else
++#define _Py_DEC_REFTOTAL
++#  endif
++#endif
++
+ /* Weak reference to the switching-to greenlet during the slp switch */
+ static PyGreenlet* volatile ts_target = NULL;
+ /* Strong reference to the switching from greenlet after the switch */
+@@ -820,8 +830,7 @@ static int GREENLET_NOINLINE(g_initialstub)(void* mark)
+   result = NULL;
+   } else {
+   /* call g.run(*args, **kwargs) */
+-  result = PyEval_CallObjectWithKeywords(
+-  run, args, kwargs);
++  result = PyObject_Call(run, args, kwargs);
+   Py_DECREF(args);
+   Py_XDECREF(kwargs);
+   }

diff --git a/dev-python/greenlet/greenlet-0.4.15-r1.ebuild 
b/dev-python/greenlet/greenlet-0.4.15-r1.ebuild
index 3773da08c6e..5d9f0a2d2be 100644
--- a/dev-python/greenlet/greenlet-0.4.15-r1.ebuild
+++ b/dev-python/greenlet/greenlet-0.4.15-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 # Note: greenlet is built-in in pypy
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
 
 inherit distutils-r1 flag-o-matic
 
@@ -17,10 +17,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 PATCHES=(
"${FILESDIR}"/${P}-Add-support-for-DEC-Alpha.patch
+   "${FILESDIR}"/greenlet-0.4.15-py39.patch
 )
 
 DISTUTILS_IN_SOURCE_BUILD=1



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

2020-05-26 Thread Michał Górny
commit: d4c6656c69c3f4553a013becb9db0a69d1e315e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 16:59:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c6656c

dev-python/ecdsa: Port to py39

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

 dev-python/ecdsa/ecdsa-0.14.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ecdsa/ecdsa-0.14.1-r1.ebuild 
b/dev-python/ecdsa/ecdsa-0.14.1-r1.ebuild
index 2f8a5d7d1d0..966456445d3 100644
--- a/dev-python/ecdsa/ecdsa-0.14.1-r1.ebuild
+++ b/dev-python/ecdsa/ecdsa-0.14.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint"
 IUSE="test"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
dev-python/six[${PYTHON_USEDEP}]
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]



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

2020-05-26 Thread Michał Górny
commit: 632e762c97c4701f9196bdc6100bb2dc9f4a6ebe
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:06:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632e762c

dev-python/pycryptodome: Port to py39

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

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.9.7.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.9.7.ebuild
index 0a10fb48bb8..43e92f7ffb3 100644
--- a/dev-python/pycryptodome/pycryptodome-3.9.7.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.9.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2020-05-26 Thread Michał Górny
commit: 87a28f5adcdfc79ea10cff0be7dbabdf54ca2526
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:04:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a28f5a

dev-python/gevent: Bump to 20.5.1

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

 dev-python/gevent/Manifest |  1 +
 dev-python/gevent/gevent-20.5.1.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/dev-python/gevent/Manifest b/dev-python/gevent/Manifest
index aaa890a7697..a18a9daf589 100644
--- a/dev-python/gevent/Manifest
+++ b/dev-python/gevent/Manifest
@@ -1 +1,2 @@
 DIST gevent-1.4.0.tar.gz 5169595 BLAKE2B 
0c78f67bc94d15419b8eadf8825d9657c6a7a82756308216e1ca94d5465c25836cb736b8b370a12d1003eb8614effd4110d8ed47ee2b0d7febc2bda4038adc0a
 SHA512 
6771f4f2932055270e4f5a79ae815e93fd0f471defa7f437dc84907ea8b44672e05ae5eb6958f8d90580b2471785dce4044d9d1bbea0dd0c34c1381d88af0344
+DIST gevent-20.5.1.tar.gz 5566653 BLAKE2B 
1d9a474681573ec2e9d3c0d40fbae8a91b8cfb80c3ff8b3cf0e119b0484458941224302afb59f16c3272e1d770b1c1e92a3f648754a81d2e894e35ed8a335c31
 SHA512 
c6f9360efa86e598b7b240cd15e24ee0711dc314bb14f8bcaee7b0768b34a0f090d66296819f4c2eb95fe1565fe1c0f3472fb47444c31cfebc348b420811aed5

diff --git a/dev-python/gevent/gevent-20.5.1.ebuild 
b/dev-python/gevent/gevent-20.5.1.ebuild
new file mode 100644
index 000..faeb72ae729
--- /dev/null
+++ b/dev-python/gevent/gevent-20.5.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
+PYTHON_REQ_USE="ssl(+),threads(+)"
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Coroutine-based network library"
+HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libev-4.23
+   >=net-dns/c-ares-1.12
+   >=dev-python/greenlet-0.4.14
+   virtual/python-greenlet[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/futures[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ' -2)
+   )"
+
+distutils_enable_sphinx doc
+
+# Tests take long and fail terribly a few times.
+# It also seems that they require network access.
+#RESTRICT="test"
+
+python_prepare_all() {
+   export LIBEV_EMBED="false"
+   export CARES_EMBED="false"
+   export EMBED="false"
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   append-flags -fno-strict-aliasing
+}
+
+python_test() {
+   cd src/gevent/tests || die
+   # TODO: figure out how to make them work and not hang
+#  GEVENT_RESOLVER=ares \
+#  "${EPYTHON}" -m gevent.tests \
+#  -uall,-network \
+#  --config known_failures.py \
+#  --ignore tests_that_dont_use_resolver.txt || die
+#  GEVENT_RESOLVER=dnspython \
+#  "${EPYTHON}" -m gevent.tests \
+#  -uall,-network \
+#  --config known_failures.py \
+#  --ignore tests_that_dont_use_resolver.txt || die
+#  GEVENT_RESOLVER=thread \
+#  "${EPYTHON}" -m gevent.tests \
+#  --verbose \
+#  -uall,-network \
+#  --config known_failures.py \
+#  --ignore tests_that_dont_use_resolver.txt || die
+   GEVENT_FILE=thread \
+   "${EPYTHON}" -m gevent.tests \
+   --verbose \
+   -uall,-network \
+   --config known_failures.py \
+   test__*subprocess*.py || die
+}
+
+python_install_all() {
+   local DOCS=( AUTHORS README.rst )
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}



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

2020-05-26 Thread Michał Górny
commit: 57d30bdc4e19cbf4388d4c6f2cd29110e16212a0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:01:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d30bdc

dev-python/monotonic: Port to py39

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

 dev-python/monotonic/monotonic-1.5-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/monotonic/monotonic-1.5-r1.ebuild 
b/dev-python/monotonic/monotonic-1.5-r1.ebuild
index d5dddfa4b69..4ea069309e2 100644
--- a/dev-python/monotonic/monotonic-1.5-r1.ebuild
+++ b/dev-python/monotonic/monotonic-1.5-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -15,6 +15,4 @@ SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~sparc x86"
 IUSE=""
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 # no tests



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

2020-05-26 Thread Michał Górny
commit: 23aad1747dbf7f0da3e78e45684263ac536f9f88
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:31:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23aad174

dev-python/dnspython: Forcibly disable Internet-based tests

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

 dev-python/dnspython/dnspython-1.16.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild 
b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
index c1a63e4d0e3..f6749205a50 100644
--- a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
+++ b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
@@ -23,6 +23,12 @@ RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]
!dev-python/dnspython:py2
!dev-python/dnspython:py3"
 
+src_prepare() {
+   sed -i -e '/network_avail/s:True:False:' \
+   tests/test_resolver.py || die
+   distutils-r1_src_prepare
+}
+
 python_test() {
pushd tests >/dev/null || die
"${EPYTHON}" utest.py || die "tests failed under ${EPYTHON}"



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

2020-05-26 Thread Michał Górny
commit: e662153cd418c477fe1e92b5c0e768aa6e126602
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:41:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e662153c

dev-python/gmpy: Port to py39

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

 dev-python/gmpy/gmpy-2.0.8-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/gmpy/gmpy-2.0.8-r1.ebuild 
b/dev-python/gmpy/gmpy-2.0.8-r1.ebuild
index c5176f15615..20eb7743c64 100644
--- a/dev-python/gmpy/gmpy-2.0.8-r1.ebuild
+++ b/dev-python/gmpy/gmpy-2.0.8-r1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-05-26 Thread Michał Górny
commit: 2d7e66d8e39018fb6bb94340db756b956124431d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:02:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7e66d8

dev-python/eventlet: Port to py39

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

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

diff --git a/dev-python/eventlet/eventlet-0.25.1-r1.ebuild 
b/dev-python/eventlet/eventlet-0.25.1-r1.ebuild
index e5885737284..10c950a9b76 100644
--- a/dev-python/eventlet/eventlet-0.25.1-r1.ebuild
+++ b/dev-python/eventlet/eventlet-0.25.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-05-26 Thread Michał Górny
commit: 247917d6de5c5da443acde1913262a48c78115df
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:00:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247917d6

dev-python/dnspython: Port to py39

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

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

diff --git a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild 
b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
index 8de675f2314..c1a63e4d0e3 100644
--- a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
+++ b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-26 Thread Michał Górny
commit: d4311131f81cd98e6e485a7ed3bb4185473b7daa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:02:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4311131

virtual/python-greenlet: Port to py39

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

 virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild 
b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 00e373fb83c..f452e5f894f 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit python-r1
 



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

2020-05-26 Thread Michał Górny
commit: d8dcdf42484b6c45f0acacc90ac788d9c563daa4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 17:07:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:09:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8dcdf42

dev-python/socketpool: Port to py39

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

 dev-python/socketpool/socketpool-0.5.3-r3.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild 
b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
index f0bfe38bf10..b96eb34c7eb 100644
--- a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
+++ b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -44,6 +44,13 @@ PATCHES=( "${FILESDIR}"/${PN}-0.5.2-locale.patch )
 
 distutils_enable_tests pytest
 
+src_prepare() {
+   # py3.9
+   sed -i -e 's:isAlive:is_alive:' socketpool/backend_thread.py || die
+
+   distutils-r1_src_prepare
+}
+
 python_test() {
cp -r examples tests "${BUILD_DIR}" || die
 



[gentoo-commits] proj/linux-patches:5.7 commit in: /

2020-05-26 Thread Mike Pagano
commit: ec9ddda7922e72d5f53c5b45262d3b24f67d1b18
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue May 26 17:58:36 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue May 26 17:58:36 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ec9ddda7

Added two fixes to genpatches

VIDEO_TVP5150 requies REGMAP_I2C to build.  Select it by default in Kconfig.
See bug #721096. Thanks to Max Steel
sign-file: full functionality with modern LibreSSL

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |  8 
 ...TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch | 10 ++
 2920_sign-file-patch-for-libressl.patch  | 16 
 3 files changed, 34 insertions(+)

diff --git a/_README b/_README
index 639ad9e..b0aed76 100644
--- a/_README
+++ b/_README
@@ -63,6 +63,14 @@ Patch:  
2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
 From:   https://bugs.gentoo.org/710790
 Desc:   tmp513 requies REGMAP_I2C to build.  Select it by default in Kconfig. 
See bug #710790. Thanks to Phil Stracchino
 
+Patch:  2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
+From:   https://bugs.gentoo.org/721096
+Desc:   VIDEO_TVP5150 requies REGMAP_I2C to build.  Select it by default in 
Kconfig. See bug #721096. Thanks to Max Steel
+
+Patch:  2920_sign-file-patch-for-libressl.patch
+From:   https://bugs.gentoo.org/717166
+Desc:   sign-file: full functionality with modern LibreSSL
+
 Patch:  4567_distro-Gentoo-Kconfig.patch
 From:   Tom Wijsman 
 Desc:   Add Gentoo Linux support config settings and defaults.

diff --git a/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch 
b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
new file mode 100644
index 000..1bc058e
--- /dev/null
+++ b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
@@ -0,0 +1,10 @@
+--- a/drivers/media/i2c/Kconfig2020-05-13 12:38:05.102903309 -0400
 b/drivers/media/i2c/Kconfig2020-05-13 12:38:51.283171977 -0400
+@@ -378,6 +378,7 @@ config VIDEO_TVP514X
+ config VIDEO_TVP5150
+   tristate "Texas Instruments TVP5150 video decoder"
+   depends on VIDEO_V4L2 && I2C
++  select REGMAP_I2C
+   select V4L2_FWNODE
+   help
+ Support for the Texas Instruments TVP5150 video decoder.

diff --git a/2920_sign-file-patch-for-libressl.patch 
b/2920_sign-file-patch-for-libressl.patch
new file mode 100644
index 000..e6ec017
--- /dev/null
+++ b/2920_sign-file-patch-for-libressl.patch
@@ -0,0 +1,16 @@
+--- a/scripts/sign-file.c  2020-05-20 18:47:21.282820662 -0400
 b/scripts/sign-file.c  2020-05-20 18:48:37.991081899 -0400
+@@ -41,9 +41,10 @@
+  * signing with anything other than SHA1 - so we're stuck with that if such is
+  * the case.
+  */
+-#if defined(LIBRESSL_VERSION_NUMBER) || \
+-  OPENSSL_VERSION_NUMBER < 0x1000L || \
+-  defined(OPENSSL_NO_CMS)
++#if defined(OPENSSL_NO_CMS) || \
++  ( defined(LIBRESSL_VERSION_NUMBER) \
++  && (LIBRESSL_VERSION_NUMBER < 0x301fL) ) || \
++  OPENSSL_VERSION_NUMBER < 0x1000L
+ #define USE_PKCS7
+ #endif
+ #ifndef USE_PKCS7



[gentoo-commits] proj/linux-patches:5.7 commit in: /

2020-05-26 Thread Mike Pagano
commit: 833474bac40c498315a937c946ae6fdfe4f7e99d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed May 13 11:55:40 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue May 26 17:48:57 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=833474ba

Add UTS_NS to GENTOO_LINUX_PORTAGE as required by portage since 2.3.99

Bug: https://bugs.gentoo.org/722772

Signed-off-by: Mike Pagano  gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 581cb20..cb2eaa6 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -6,9 +6,9 @@
  source "Documentation/Kconfig"
 +
 +source "distro/Kconfig"
 /dev/null  2020-04-15 02:49:37.900191585 -0400
-+++ b/distro/Kconfig   2020-04-15 11:07:10.952929540 -0400
-@@ -0,0 +1,156 @@
+--- /dev/null  2020-05-13 03:13:57.920193259 -0400
 b/distro/Kconfig   2020-05-13 07:51:36.841663359 -0400
+@@ -0,0 +1,157 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -65,6 +65,7 @@
 +  select NET_NS
 +  select PID_NS
 +  select SYSVIPC
++  select UTS_NS
 +
 +  help
 +  This enables options required by various Portage FEATURES.



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch/

2020-05-26 Thread Sergei Trofimovich
commit: 03d3335089eb988ef9d9942eb60b9e097d0da244
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 26 14:50:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 17:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d33350

dev-perl/Log-Dispatch: stable 2.670.0 for hppa, bug #723404

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

 dev-perl/Log-Dispatch/Log-Dispatch-2.670.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch/Log-Dispatch-2.670.0.ebuild 
b/dev-perl/Log-Dispatch/Log-Dispatch-2.670.0.ebuild
index 5be66a99aa7..8cb6041bb5c 100644
--- a/dev-perl/Log-Dispatch/Log-Dispatch-2.670.0.ebuild
+++ b/dev-perl/Log-Dispatch/Log-Dispatch-2.670.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dispatches messages to one or more outputs"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~ppc-aix"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 sparc x86 ~ppc-aix"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-26 Thread Sergei Trofimovich
commit: 110bdaf3d784c232e68b063ef806f21901232ada
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 26 14:51:47 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 17:35:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110bdaf3

dev-python/argcomplete: keyworded 1.11.1-r1 for sparc, bug #719694

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

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

diff --git a/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild 
b/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild
index 40f14756ab3..db4028a79d6 100644
--- a/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild
+++ b/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-26 Thread Sergei Trofimovich
commit: 7e09d0b056398b76f9c7b01d1da9770229089aa9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 26 14:55:04 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 26 17:35:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e09d0b0

dev-python/pytest: keyworded 4.6.10 for sparc, bug #707350

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

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

diff --git a/dev-python/pytest/pytest-4.6.10.ebuild 
b/dev-python/pytest/pytest-4.6.10.ebuild
index 327ad7d9b45..76710136e68 100644
--- a/dev-python/pytest/pytest-4.6.10.ebuild
+++ b/dev-python/pytest/pytest-4.6.10.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 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



  1   2   3   >