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

2020-02-04 Thread Jeroen Roovers
commit: c9c4edea07ac15e9742774b877a200f67cae899a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb  4 08:52:16 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb  4 08:52:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c4edea

net-misc/packETH: Add USE="cli gtk"

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/708190
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-misc/packETH/metadata.xml   | 17 ++---
 net-misc/packETH/packETH-2.1.ebuild | 35 ++-
 2 files changed, 40 insertions(+), 12 deletions(-)

diff --git a/net-misc/packETH/metadata.xml b/net-misc/packETH/metadata.xml
index 25820382f57..1dacf90ddd4 100644
--- a/net-misc/packETH/metadata.xml
+++ b/net-misc/packETH/metadata.xml
@@ -1,11 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   net...@gentoo.org
-   Gentoo network monitoring and analysis project
-   
-   
-   packeth
-   
+
+net...@gentoo.org
+Gentoo network monitoring and analysis project
+
+
+Build and install packETHcli
+
+
+packeth
+
 

diff --git a/net-misc/packETH/packETH-2.1.ebuild 
b/net-misc/packETH/packETH-2.1.ebuild
index be593baac9e..1bfcc33114e 100644
--- a/net-misc/packETH/packETH-2.1.ebuild
+++ b/net-misc/packETH/packETH-2.1.ebuild
@@ -11,15 +11,21 @@ 
SRC_URI="https://github.com/jemcek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="cli +gtk"
+REQUIRED_USE="
+   || ( cli gtk )
+"
 
 RDEPEND="
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
+   gtk? (
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   )
 "
 DEPEND="
-   virtual/pkgconfig
${RDEPEND}
+   gtk? ( virtual/pkgconfig )
 "
 PATCHES=(
"${FILESDIR}"/${PN}-1.8.1-libs-and-flags.patch
@@ -29,5 +35,24 @@ DOCS=( AUTHORS CHANGELOG README )
 
 src_prepare() {
default
-   eautoreconf
+   use gtk && eautoreconf
+}
+
+src_configure() {
+   use gtk && default
+}
+
+src_compile() {
+   use gtk && default
+   use cli && emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -C cli
+}
+
+src_install() {
+   use gtk && default
+
+   if use cli; then
+   dobin cli/${PN}cli
+   local i
+   for i in NEWS README TODO; do newdoc cli/${i} ${i}.cli; done
+   fi
 }



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

2020-02-04 Thread Agostino Sarubbo
commit: 7e6fc94c7e5190bc6600398ab8e844f4afff8f8e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  4 09:00:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  4 09:00:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6fc94c

media-sound/grip: amd64 stable wrt bug #708022

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

 media-sound/grip/grip-4.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/grip/grip-4.0.1-r1.ebuild 
b/media-sound/grip/grip-4.0.1-r1.ebuild
index e5b048598f1..b05524e5d49 100644
--- a/media-sound/grip/grip-4.0.1-r1.ebuild
+++ b/media-sound/grip/grip-4.0.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="vorbis"
 
 # lame and vorbis-tools are no real RDEPENDs. But without them



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2020-02-04 Thread Agostino Sarubbo
commit: ab6ef8a59735564c80b49e6191de8cf40b3be1e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  4 09:00:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  4 09:00:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6ef8a5

sci-geosciences/qgis: amd64 stable wrt bug #707010

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

 sci-geosciences/qgis/qgis-3.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qgis/qgis-3.10.2.ebuild 
b/sci-geosciences/qgis/qgis-3.10.2.ebuild
index 7c4d85e782c..232d4a5b49c 100644
--- a/sci-geosciences/qgis/qgis-3.10.2.ebuild
+++ b/sci-geosciences/qgis/qgis-3.10.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
 else
SRC_URI="https://qgis.org/downloads/${P}.tar.bz2
examples? ( 
https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> 
qgis_sample_data-2.8.14.tar.gz )"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 inherit cmake desktop python-single-r1 qmake-utils xdg
 



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

2020-02-04 Thread Agostino Sarubbo
commit: 384391231231452eabc27d89d606f2c223e7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  4 09:00:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  4 09:00:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3843

dev-qt/qtcore: amd64 stable wrt bug #707354

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

 dev-qt/qtcore/qtcore-5.13.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.13.2-r2.ebuild 
b/dev-qt/qtcore/qtcore-5.13.2-r2.ebuild
index 417c8e6a627..1d0fecd1138 100644
--- a/dev-qt/qtcore/qtcore-5.13.2-r2.ebuild
+++ b/dev-qt/qtcore/qtcore-5.13.2-r2.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="icu systemd"



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

2020-02-04 Thread Agostino Sarubbo
commit: d23fc2eab88ab89ffdb271cdb5a7a2b2076852df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  4 09:00:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  4 09:00:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23fc2ea

media-gfx/gnofract4d: amd64 stable wrt bug #706488

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

 media-gfx/gnofract4d/gnofract4d-4.0.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnofract4d/gnofract4d-4.0.1_p1.ebuild 
b/media-gfx/gnofract4d/gnofract4d-4.0.1_p1.ebuild
index e42cdfbabe2..397401cf09f 100644
--- a/media-gfx/gnofract4d/gnofract4d-4.0.1_p1.ebuild
+++ b/media-gfx/gnofract4d/gnofract4d-4.0.1_p1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/edyoung/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+doc"
 REQUIRED_USE="test? ( doc )"
 



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

2020-02-04 Thread Sergei Trofimovich
commit: 66be6eece6fb20cd720d5c0490eedfc947c918bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb  4 09:02:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  4 09:03:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66be6eec

x11-libs/cairo: tweak for binutils-2.34, bug #707960

Reported-by: Hugo Ribeiro
Closes: https://bugs.gentoo.org/707960
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/cairo/cairo-1.16.0-r3.ebuild|  6 +-
 x11-libs/cairo/cairo-.ebuild |  6 +-
 .../cairo/files/cairo-1.16.0-binutils-2.34.patch | 20 
 3 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
index 275c687dcf5..2d3601c7a39 100644
--- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild
+++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -67,6 +67,10 @@ PATCHES=(
 src_prepare() {
default
 
+   if has_version ">=sys-libs/binutils-libs-2.34"; then
+   eapply "${FILESDIR}"/${PN}-1.16.0-binutils-2.34.patch
+   fi
+
# tests and perf tools require X, bug #483574
if ! use X; then
sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am 
|| die

diff --git a/x11-libs/cairo/cairo-.ebuild b/x11-libs/cairo/cairo-.ebuild
index d5022d1759a..29d74b12d97 100644
--- a/x11-libs/cairo/cairo-.ebuild
+++ b/x11-libs/cairo/cairo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -65,6 +65,10 @@ PATCHES=(
 src_prepare() {
default
 
+   if has_version ">=sys-libs/binutils-libs-2.34"; then
+   eapply "${FILESDIR}"/${PN}-1.16.0-binutils-2.34.patch
+   fi
+
# tests and perf tools require X, bug #483574
if ! use X; then
sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am 
|| die

diff --git a/x11-libs/cairo/files/cairo-1.16.0-binutils-2.34.patch 
b/x11-libs/cairo/files/cairo-1.16.0-binutils-2.34.patch
new file mode 100644
index 000..03daac0eca4
--- /dev/null
+++ b/x11-libs/cairo/files/cairo-1.16.0-binutils-2.34.patch
@@ -0,0 +1,20 @@
+--- a/util/cairo-trace/lookup-symbol.c
 b/util/cairo-trace/lookup-symbol.c
+@@ -145,14 +145,14 @@ find_address_in_section (bfd *abfd,
+ if (symbol->found)
+   return;
+ 
+-if ((bfd_get_section_flags (symtab->bfd, section) & SEC_ALLOC) == 0)
++if ((bfd_section_flags (section) & SEC_ALLOC) == 0)
+   return;
+ 
+-vma = bfd_get_section_vma (symtab->bfd, section);
++vma = bfd_section_vma (section);
+ if (symbol->pc < vma)
+   return;
+ 
+-size = bfd_section_size (symtab->bfd, section);
++size = bfd_section_size (section);
+ if (symbol->pc >= vma + size)
+   return;
+ 



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

2020-02-04 Thread Jeroen Roovers
commit: cc9850529837ef703aedff1a5b59093371645587
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb  4 09:18:51 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb  4 09:21:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc985052

net-misc/packETH: Set CC for USE=cli

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=708190
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-misc/packETH/packETH-2.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/packETH/packETH-2.1.ebuild 
b/net-misc/packETH/packETH-2.1.ebuild
index 1bfcc33114e..75ec8e7348e 100644
--- a/net-misc/packETH/packETH-2.1.ebuild
+++ b/net-misc/packETH/packETH-2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Packet generator tool for ethernet"
 HOMEPAGE="http://packeth.sourceforge.net/";
@@ -44,7 +44,8 @@ src_configure() {
 
 src_compile() {
use gtk && default
-   use cli && emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -C cli
+   use cli && emake \
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -C cli
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/, mail-mta/postfix/files/

2020-02-04 Thread Eray Aslan
commit: 829c06c6774da25335bc4d4326dd86f6bbbc44a1
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Feb  4 10:02:25 2020 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Feb  4 10:02:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829c06c6

mail-mta/postfix: bump to 3.4.9

and fix building with gcc-10
Closes: https://bugs.gentoo.org/705902
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest  |   1 +
 mail-mta/postfix/files/postfix-gcc10.patch |  64 ++
 mail-mta/postfix/postfix-3.4.9.ebuild  | 319 +
 3 files changed, 384 insertions(+)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index ea4140f49e1..7c5d43e0094 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -2,4 +2,5 @@ DIST postfix-3.4.5.tar.gz 4581301 BLAKE2B 
9de66cab6eea610fc83e4629980b3e201b4e3f
 DIST postfix-3.4.6.tar.gz 4571771 BLAKE2B 
e08b2e6c01fe54fcc7439182783190f4adb81758a1bbcc1bfec71e02dca91a779308f624e081837f7e2deec8666f10bc51238e90cc952de6c8371fb18790604f
 SHA512 
96430d60cf58b9876e52a742dbfe3ca1da4ec82eeea5cd35c6ee4e69714ddd5601561a6663aac51a34b2d64db4f7678d7c5d720ec9ead807b5d7e87e37434961
 DIST postfix-3.4.7.tar.gz 4572758 BLAKE2B 
8d811293672fc2a1e0e3276fadd172d9e130a3e0b5ccbaf27ddf183a50f25ca9bbf5c0a28806bb1f79d5648c4de44edd8ee98192355077e29a0c69a2685878dc
 SHA512 
2bc29a87a65c46d06b6fc51c4cdf22da773e63f19488871e040eba6250bf686eecc7de11e14224018c35b061e66e1759c69dc649d7388f724a58080195209e68
 DIST postfix-3.4.8.tar.gz 4573099 BLAKE2B 
cef447c8eeb9e2afbb869a94c5d67680ed7e633ea23108c1c109b632bd3f53f9f666302e8d1dac70affcd7d02d27b71a83b06c8e4564b6187268aa656b4c8132
 SHA512 
782fe83e4b40c7aadfb4c55850db4c7163dd0f647f4ef133e59f7b47c993b2b4fa6c43ebbc45131caa54d968259f9c8568f47e81bfccda02ab142be52aa95d45
+DIST postfix-3.4.9.tar.gz 4573241 BLAKE2B 
6f6bd977d4670328aa89a296c0d92d7022a85e289b5197ad46f80e0fb88af565ca93f2affab50c742dd05010aa9a9ea2a68264c07f986ad39a6c1d7d6dec8300
 SHA512 
9038850d79bf19460d55dede2dd97e6f4bd8255363b4004704e5f0493bf9b1c0729f5bb11663ba6f6ed34177205609f72401b0f55d1d9dbce5398b4603a0a991
 DIST postfix-3.5-20200203.tar.gz 4639007 BLAKE2B 
0a79068183ba9658a8295b9f9faa187baf8e05e01a7b446354625bcf020e1ade205dd82eee039f14f3d75410be9a35f0b29dc25e016e61a2cf8d40b5abb3b032
 SHA512 
61e9f5554717cbe46b976567e50a247c6aee947b395d40fbdd67e42ec1669bf44bb3b69cd5a7f8e2c6f7dd693c4fac42e7329cdf76f37dcc4b9bfd354522bd06

diff --git a/mail-mta/postfix/files/postfix-gcc10.patch 
b/mail-mta/postfix/files/postfix-gcc10.patch
new file mode 100644
index 000..cd263c5eedb
--- /dev/null
+++ b/mail-mta/postfix/files/postfix-gcc10.patch
@@ -0,0 +1,64 @@
+--- a/src/global/mail_params.h 2020-01-21 10:52:36.025753878 +0300
 b/src/global/mail_params.h 2020-01-21 10:53:11.173763126 +0300
+@@ -3983,23 +3983,23 @@
+ 
+ #define VAR_TLSP_CLNT_USE_TLS "tlsproxy_client_use_tls"
+ #define DEF_TLSP_CLNT_USE_TLS "$" VAR_SMTP_USE_TLS
+-boolvar_tlsp_clnt_use_tls;
++extern boolvar_tlsp_clnt_use_tls;
+ 
+ #define VAR_TLSP_CLNT_ENFORCE_TLS "tlsproxy_client_enforce_tls"
+ #define DEF_TLSP_CLNT_ENFORCE_TLS "$" VAR_SMTP_ENFORCE_TLS
+-boolvar_tlsp_clnt_enforce_tls;
++extern boolvar_tlsp_clnt_enforce_tls;
+ 
+ #define VAR_TLSP_CLNT_LEVEL   "tlsproxy_client_level"
+ #define DEF_TLSP_CLNT_LEVEL   "$" VAR_SMTP_TLS_LEVEL
+-char   *var_tlsp_clnt_level;
++extern char   *var_tlsp_clnt_level;
+ 
+ #define VAR_TLSP_CLNT_PER_SITE"tlsproxy_client_per_site"
+ #define DEF_TLSP_CLNT_PER_SITE"$" VAR_SMTP_TLS_PER_SITE
+-char   *var_tlsp_clnt_per_site;
++extern char   *var_tlsp_clnt_per_site;
+ 
+ #define VAR_TLSP_CLNT_POLICY  "tlsproxy_client_policy"
+ #define DEF_TLSP_CLNT_POLICY  "$" VAR_SMTP_TLS_POLICY
+-char   *var_tlsp_clnt_policy;
++extern char   *var_tlsp_clnt_policy;
+ 
+  /*
+   * SMTPD "reject" contact info.
+--- a/src/smtpd/smtpd_expand.h 2014-12-07 03:35:34.0 +0200
 b/src/smtpd/smtpd_expand.h 2020-01-21 11:30:10.270425259 +0300
+@@ -18,7 +18,7 @@
+  /*
+   * External interface.
+   */
+-VSTRING *smtpd_expand_filter;
++extern VSTRING *smtpd_expand_filter;
+ voidsmtpd_expand_init(void);
+ const char *smtpd_expand_lookup(const char *, int, void *);
+ int smtpd_expand(SMTPD_STATE *, VSTRING *, const char *, int);
+--- a/src/trivial-rewrite/trivial-rewrite.h2014-10-06 18:02:16.0 
+0300
 b/src/trivial-rewrite/trivial-rewrite.h2020-01-21 11:29:36.411409526 
+0300
+@@ -23,7 +23,7 @@
+  /*
+   * Connection management.
+   */
+-int server_flags;
++extern int server_flags;
+ 
+  /*
+   * rewrite.c
+--- a/src/postconf/postconf.h  2018-02-19 04:43:29.0 +0300
 b/src/postconf/postconf.h  2020-01-21 11:29:07.851401023 +0300
+@@ -152,7 +152,7 @@
+   * Lookup table for master.cf entries. The table is terminated with an ent

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

2020-02-04 Thread Jeroen Roovers
commit: 74f07099be6bdd792785158faad4ca2bea783cc3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb  4 10:11:16 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb  4 10:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f07099

x11-drivers/nvidia-drivers: Version 440.59

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=706774
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   3 +
 .../nvidia-drivers/nvidia-drivers-440.59.ebuild| 577 +
 2 files changed, 580 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 18f5ac2c622..b3227a2fff8 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -5,6 +5,7 @@ DIST NVIDIA-FreeBSD-x86_64-390.132.tar.gz 64206643 BLAKE2B 
a95bc5bbb99c89b817692
 DIST NVIDIA-FreeBSD-x86_64-430.64.tar.gz 62723909 BLAKE2B 
f3e48bc38a3ec051a75c08845b45c0ba6b80bca31d7efd85f115e6244f9cdff70c68466f9139f69c645207d4cf61103432d75c943d3f3508811d405fba55d1b6
 SHA512 
498a3007c065d8b17f94024f6ca80ffbe3dca253fdb73c4a08babede821e52f8466523b402af350e961f153c5f732eb04160937fabef1f1be3846a0a4743b310
 DIST NVIDIA-FreeBSD-x86_64-435.21.tar.gz 64153630 BLAKE2B 
fee655cc843c004ac0c1ec85b9417292016a013136e04ad047d2513edbdc7c732561d6bcc4603c658905972dce6618de49d4d6ac583e84fdf212cf45397b48c1
 SHA512 
2c160c06ca58e3009deb1ba4a4a28d39419e251ced3bfa9a442942f9cce17003d67e8a8bfa23036d3916cc0e66f4bff0fbedaae73db6f10b995235a56d7eba7c
 DIST NVIDIA-FreeBSD-x86_64-440.44.tar.gz 82172949 BLAKE2B 
c276fc42d8bb2c3ea4b84b3f7fc26790d3de526087a01491a9a435b2dde7b8921a01d3fbdbbae8e91f28588093d658a9c3715996b4d8f6e82624823619002dc5
 SHA512 
c414f368d9b00a71a52e2da4d2b147347966ee17ac2d1142ad368e2211546e29ffa842997350419f1721879c7c91f069bbdc3192c7e7ce28d1ef45d744a2
+DIST NVIDIA-FreeBSD-x86_64-440.59.tar.gz 82197680 BLAKE2B 
0a241a1e8e4a14039e289065c3e0bda32c8322bef87868daade5a27c7d10d4118c45cde9c93ae63d3f5820dfcdea3fdf91433661de14b7097beb78ba547927a7
 SHA512 
5d48db9cdd69cc0369c196682b424db4ef3f8bc29853637b28a8053df3711f8404c5c26b8533fc7a1e2815a221552d762c9c31a4dc70834e040c5b97d7a3e06f
 DIST NVIDIA-Linux-armv7l-gnueabihf-390.132.run 29084574 BLAKE2B 
4727627de610928f0808c0213c9d359c5566900972ab9fbd3d0c58b36c0a1331799ceea22b4defdcfb81c3132f6124d8a6357de8124921eef608938afdc1380d
 SHA512 
2f78a722ec31ceda86afc1831cb42d0eab8f8698b94c7fbc8569a6d34693b50e74453d5aaf3c0180f1fc2511b8c237ac635aceb24bcbea468f2a092cb44f98ee
 DIST NVIDIA-Linux-x86-340.108.run 38902892 BLAKE2B 
67e3c336a1f3e953e0fbccf96177bef7e0674c32243856660e9203e7c5fd4ada12a5fa784cebc2150d2133bdb16c19109f9fc5c04d4a138bd519def80c43164c
 SHA512 
cf122c4cf724737cc647bc3d115e853bfe17027d5070c5ed68caf78e0dab718e7345bf824d0e8b33489bf299957dab8ff249cb0f837c3d17b2bb60887afe2818
 DIST NVIDIA-Linux-x86-390.132.run 48152101 BLAKE2B 
f1e76c2796d12476a35701607226483a34ee3b50a0c7dc03e3626e8cab4250b07c0f5aa238a0d5d5b65b79dc504963f2723089108281668b2f4fae03f4bf25c5
 SHA512 
12b0f80b4bbaebc984c7dbacd365795646c7697606242b05095ac61d69d89ab89fded47d583b4b99793ebcea9e38ec1e7b63dda1c2fdce53ab697cafcdbb3a85
@@ -13,8 +14,10 @@ DIST NVIDIA-Linux-x86_64-390.132.run 82900057 BLAKE2B 
e94cc2493701e34c4dd2f0fc4f
 DIST NVIDIA-Linux-x86_64-430.64.run 111331457 BLAKE2B 
59d8b739bc472810eb896ef620735b6f21ccfde653e08f248797720d21d75580dcea2448f17a5d1c32be393595d9dfedc48c81e96a8ea422c7f0d9eadf36ae1c
 SHA512 
552bf1e8c4725258c07cbb0e000d0e407fba1b51207903f2b77c0d9fd8b15b629f791b20239f75a1aec85aa03cbcca90a1cb633090919cf0599054231f715250
 DIST NVIDIA-Linux-x86_64-435.21.run 144387574 BLAKE2B 
e9afd6335182a28f5136dbef55195a2f2d8f768376ebc148190a0a82470a34d008ce04170ffc1aab36585605910c1300567a90443b5f58cb46ec3bff6ab9409c
 SHA512 
e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270
 DIST NVIDIA-Linux-x86_64-440.44.run 141266881 BLAKE2B 
bc5ddcf9a6498c14bd9f9421a622bd647e83c8d296953923525680898548012cc9d01d078722a3194b6def5b5a90ed37b2dc08967a9603affabf449dbc87e69d
 SHA512 
c0c0e19cdb82d47575adbcf46e23580977cf7a5097edfb9d76464c2e678a44f556d8c2d0d49515a86b6765f57176460193c6951927e24c278e6a7f411f89f26b
+DIST NVIDIA-Linux-x86_64-440.59.run 143384618 BLAKE2B 
f39831f2ef04c55ef2fa9757fd8ab4e22f880710d31593aa8e90ccaff4844eca0d456cb5b640b41b7c2b681432ccbc458d4feaaa5d4776d601f2349931deb361
 SHA512 
2e9029bc7c93a99eac7d3a5ca1f21da799da442a70b1708d2db734956f77dd1a1eb300f947b8ab46ff9113048cd63ca57924caa912a3ea6c3d678425182b9711
 DIST nvidia-settings-340.108.tar.bz2 1550018 BLAKE2B 
1acdfbcb0e7c02af33f5e86b9b140e356057efd9825fbc130971884ae76dd23765c2a0dbd00e1ac47bbff882f6d004e0a10c0195e6c6dce1408c72a00e0e6322
 SHA512 
d8b6dcbd3803af4da22cfffc039e1c050313f90b7ee86106a784863f7c203de9137ac2fee12aa800498cc56081dbe7e3aaa943c162037477ce97a07a237db41a
 DIST nvidia-settings-390.132.t

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

2020-02-04 Thread Andreas Sturmlechner
commit: 96ffc278685c4845228cb34914e51dee859a32a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  4 09:54:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  4 10:36:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ffc278

profiles: Mask app-misc/hachoir* and dev-python/hachoir* for removal

app-misc/hachoir-metadata
app-misc/hachoir-urwid
dev-python/hachoir-core
dev-python/hachoir-parser

Bug: https://bugs.gentoo.org/708116
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9361634face..ec7f180ef43 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,8 +32,17 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-02-04)
+# Python-2-only, blocks pygtk-removal, last release in 2010.
+# Masked for removal in 30 days.
+app-misc/hachoir-metadata
+app-misc/hachoir-urwid
+dev-python/hachoir-core
+dev-python/hachoir-parser
+
 # Andreas Sturmlechner  (2020-02-03)
 # No maintainer, py27-only, blocks pygtk-removal, last release in 2012.
+# Masked for removal in 30 days.
 app-misc/pystopwatch
 
 # Andreas Sturmlechner  (2020-02-03)



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

2020-02-04 Thread Andreas Sturmlechner
commit: 0954ceeadd640dc8e0939c12bb8e432c0fd3bea8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  4 10:12:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  4 10:36:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0954ceea

profiles: Mask app-text/pybookreader for removal

Bug: https://bugs.gentoo.org/708126
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ec7f180ef43..685f74e41f2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-02-04)
+# Python-2-only, blocks pygtk-removal. Use app-text/coolreader or
+# app-text/fbreader instead. Masked for removal in 30 days.
+app-text/pybookreader
+
 # Andreas Sturmlechner  (2020-02-04)
 # Python-2-only, blocks pygtk-removal, last release in 2010.
 # Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2020-02-04 Thread Andreas Sturmlechner
commit: 8a1fe7cff994425b92fcdf98d80123054b2d0fac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  4 09:48:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  4 10:36:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1fe7cf

sci-geosciences/qgis: Drop 3.10.1

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

 sci-geosciences/qgis/Manifest   |   1 -
 sci-geosciences/qgis/qgis-3.10.1.ebuild | 204 
 2 files changed, 205 deletions(-)

diff --git a/sci-geosciences/qgis/Manifest b/sci-geosciences/qgis/Manifest
index 26fbefbbf6c..0065053e9ae 100644
--- a/sci-geosciences/qgis/Manifest
+++ b/sci-geosciences/qgis/Manifest
@@ -1,4 +1,3 @@
-DIST qgis-3.10.1.tar.bz2 99813767 BLAKE2B 
52c7708ddfb6252152ce13e19422481737b5ac20465929398d7af8997043f4fcb45f67cb2d78fa96278726c8841fc6949c25b80ffa5d1efafaa5d380bc9ace2b
 SHA512 
0e3620d4f6aefc64c243ffd307ad5a4ed44be540d5e11f5a1cf49f046e0c7a09d3470ebb6c6efbe1481c80b3f694636044c071143daa37f3b5d8d67a273cc536
 DIST qgis-3.10.2.tar.bz2 101916273 BLAKE2B 
4b5d424348609e8fd1822ea9594fb11d30ae060aff15d8d962a1b15a602c1bdf5d8a17976c5a487ded5e5764e7367b8024aa52f9620ba0ec57fb075426a3c9f2
 SHA512 
d2ba31a8b50e0fec901d89dba6ca8467a9e26033197e78c56caaf7cce6b9bb7a1617a75f8e6275356f921ba9e986611384ab77890a4d7f5911d632e42466bb9f
 DIST qgis-3.4.12.tar.bz2 74738234 BLAKE2B 
7b78dfc447cafb979dd86de2fd6d6a6248ecc5de8d82285ac22d44343bc2887f97574374ff3018da4fd74ed66b7ae55e20916b9fbb3c9d8745c22f0937d6d8b6
 SHA512 
c932357374b2b6c71188cc53ab8606bc056fac32147d8a267024bbe6787da524ce7b18ac6a166e3d5db1d5ca9f161ff3528e3eaa951cad1f764d98fde65f02a4
 DIST qgis_sample_data-2.8.14.tar.gz 22119181 BLAKE2B 
2d0565e91ec8119382bc9ab8e262dc04227fe8289146794891759ff5a32012245270614ba1119a6329fc45cf56852830c2079589309aa3467873f71f5c608eac
 SHA512 
6b2653d5b57ffc2c2317639dac212429840984ac917ca3e452b39aabb99ea106d1a77c1c1dd967244ef16ede9deae751b170affdf08b72239eafed5b8977da3d

diff --git a/sci-geosciences/qgis/qgis-3.10.1.ebuild 
b/sci-geosciences/qgis/qgis-3.10.1.ebuild
deleted file mode 100644
index cffda470c4a..000
--- a/sci-geosciences/qgis/qgis-3.10.1.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="sqlite"
-QT_MIN_VER="5.9.4"
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git";
-   inherit git-r3
-else
-   SRC_URI="https://qgis.org/downloads/${P}.tar.bz2
-   examples? ( 
https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> 
qgis_sample_data-2.8.14.tar.gz )"
-   KEYWORDS="~amd64 ~x86"
-fi
-inherit cmake desktop python-single-r1 qmake-utils xdg
-
-DESCRIPTION="User friendly Geographic Information System"
-HOMEPAGE="https://www.qgis.org/";
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml webkit"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
-
-BDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-qt/linguist-tools-${QT_MIN_VER}:5
-   sys-devel/bison
-   sys-devel/flex
-"
-COMMON_DEPEND="
-   app-crypt/qca:2[qt5(+),ssl]
-   >=dev-db/spatialite-4.2.0
-   dev-db/sqlite:3
-   dev-libs/expat
-   dev-libs/libzip:=
-   dev-libs/qtkeychain[qt5(+)]
-   >=dev-qt/designer-${QT_MIN_VER}:5
-   >=dev-qt/qtconcurrent-${QT_MIN_VER}:5
-   >=dev-qt/qtcore-${QT_MIN_VER}:5
-   >=dev-qt/qtgui-${QT_MIN_VER}:5
-   >=dev-qt/qtnetwork-${QT_MIN_VER}:5[ssl]
-   >=dev-qt/qtpositioning-${QT_MIN_VER}:5
-   >=dev-qt/qtprintsupport-${QT_MIN_VER}:5
-   >=dev-qt/qtserialport-${QT_MIN_VER}:5
-   >=dev-qt/qtsvg-${QT_MIN_VER}:5
-   >=dev-qt/qtsql-${QT_MIN_VER}:5
-   >=dev-qt/qtwidgets-${QT_MIN_VER}:5
-   >=dev-qt/qtxml-${QT_MIN_VER}:5
-   media-gfx/exiv2:=
-   >=sci-libs/gdal-2.2.3:=[geos]
-   sci-libs/geos
-   sci-libs/libspatialindex:=
-   >=sci-libs/proj-4.9.3:=
-   >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
-   >=x11-libs/qwt-6.1.2:6=[qt5(+),svg]
-   3d? ( >=dev-qt/qt3d-${QT_MIN_VER}:5 )
-   georeferencer? ( sci-libs/gsl:= )
-   grass? ( =sci-geosciences/grass-7*:= )
-   hdf5? ( sci-libs/hdf5:= )
-   mapserver? ( dev-libs/fcgi )
-   netcdf? ( sci-libs/netcdf:= )
-   opencl? ( virtual/opencl )
-   oracle? (
-   dev-db/oracle-instantclient:=
-   sci-libs/gdal:=[oracle]
-   )
-   polar? ( >=x11-libs/qwtpolar-1.1.1-r1[qt5(+)] )
-   postgres? ( dev-db/postgresql:= )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/future[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-

[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Compress-Brotli/files/, dev-perl/IO-Compress-Brotli/

2020-02-04 Thread Kent Fredric
commit: 30d6e9e94eb2a0b2a72778d9fcda422678eed08e
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Feb  4 10:38:40 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Feb  4 10:40:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d6e9e9

dev-perl/IO-Compress-Brotli: Add w/ version 0.4.1

Required as a dependency for bumping www-apps/webdavcgi to 1.1.2

Change suggested by Christian Affolter, but reworked from scratch
to incorporate unbundling of brotli, and to employ proper versions,
  and EAPI7.

Bug: https://bugs.gentoo.org/658470
Bug: https://github.com/gentoo/gentoo/pull/10826
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric  gentoo.org>

 .../IO-Compress-Brotli-0.4.1.ebuild| 28 +
 dev-perl/IO-Compress-Brotli/Manifest   |  1 +
 .../IO-Compress-Brotli-0.004001-unbundle.patch | 49 ++
 dev-perl/IO-Compress-Brotli/metadata.xml   | 13 ++
 4 files changed, 91 insertions(+)

diff --git a/dev-perl/IO-Compress-Brotli/IO-Compress-Brotli-0.4.1.ebuild 
b/dev-perl/IO-Compress-Brotli/IO-Compress-Brotli-0.4.1.ebuild
new file mode 100644
index 000..812152ba488
--- /dev/null
+++ b/dev-perl/IO-Compress-Brotli/IO-Compress-Brotli-0.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MGV
+DIST_VERSION=0.004001
+inherit perl-module
+
+DESCRIPTION="Read/write Brotli buffers/streams"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-perl/File-Slurper
+   virtual/perl-Getopt-Long
+   virtual/perl-Time-HiRes
+   app-arch/brotli:=
+"
+DEPEND="
+   app-arch/brotli:=
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-${DIST_VERSION}-unbundle.patch"
+)

diff --git a/dev-perl/IO-Compress-Brotli/Manifest 
b/dev-perl/IO-Compress-Brotli/Manifest
new file mode 100644
index 000..fd5e5bbefcb
--- /dev/null
+++ b/dev-perl/IO-Compress-Brotli/Manifest
@@ -0,0 +1 @@
+DIST IO-Compress-Brotli-0.004001.tar.gz 7674244 BLAKE2B 
b3c4d6a1101429fc47f345f0ba119e5196873a0e5d368b31d02f76ca2a0ac269ed4c9c82972de527052b55e73a2a4724ebf4f644c23c383304082413b512dfad
 SHA512 
7cc198ecef15c912d8b62e6851935c433159e7f3680f2034949c032d23827f5a5720dd02b77b89b60d43b0a2a7df059c9e76c8f4e44993c28630624f0e17a377

diff --git 
a/dev-perl/IO-Compress-Brotli/files/IO-Compress-Brotli-0.004001-unbundle.patch 
b/dev-perl/IO-Compress-Brotli/files/IO-Compress-Brotli-0.004001-unbundle.patch
new file mode 100644
index 000..84205c548bd
--- /dev/null
+++ 
b/dev-perl/IO-Compress-Brotli/files/IO-Compress-Brotli-0.004001-unbundle.patch
@@ -0,0 +1,49 @@
+From 59541041bc3b39e8539fd12a8e584a63040ad7a5 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Tue, 4 Feb 2020 23:17:49 +1300
+Subject: Disable using bundled brotli
+
+---
+ Makefile.PL | 8 
+ 1 file changed, 8 insertions(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 0c59c05..b10234d 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,6 +1,8 @@
+ use 5.014000;
+ use ExtUtils::MakeMaker;
+ 
++my $bundled = $ENV{IO_COMPRESS_BROTLI_BUNDLED} || 0;
++
+ WriteMakefile(
+   NAME => 'IO::Compress::Brotli',
+   VERSION_FROM => 'lib/IO/Compress/Brotli.pm',
+@@ -16,9 +18,13 @@ WriteMakefile(
+   'Time::HiRes'   => '0',
+   },
+   BUILD_REQUIRES   => {},
++  ( $bundled )  ? ( 
+   INC  => '-Ibrotli/c/include',
+   MYEXTLIB => 'brotli/libbrotli$(LIB_EXT)',
+   clean=> { FILES => 'brotli/libbrotli$(LIB_EXT)' },
++  ) : (
++  LIBS => ['-lbrotlienc -lbrotlidec'],
++  ),
+   META_ADD => {
+   dynamic_config => 0,
+   resources  => {
+@@ -27,7 +33,9 @@ WriteMakefile(
+   }
+ );
+ 
++
+ sub MY::postamble {
++  return '' unless $bundled;
+ '
+ $(MYEXTLIB): brotli/Makefile
+   cd brotli && CFLAGS=-fPIC `which gmake || echo $(MAKE)` lib
+-- 
+2.25.0
+

diff --git a/dev-perl/IO-Compress-Brotli/metadata.xml 
b/dev-perl/IO-Compress-Brotli/metadata.xml
new file mode 100644
index 000..b55083f195d
--- /dev/null
+++ b/dev-perl/IO-Compress-Brotli/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+IO-Compress-Brotli
+IO::Compress::Brotli
+IO::Uncompress::Brotli
+  
+



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

2020-02-04 Thread Jeroen Roovers
commit: be88776872a669651fdd99855943d590212a57d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb  4 11:08:11 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb  4 11:08:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be887768

net-analyzer/wireshark: Old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=705506
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/wireshark/Manifest   |   2 -
 net-analyzer/wireshark/metadata.xml   |   1 -
 net-analyzer/wireshark/wireshark-3.0.3.ebuild | 245 --
 net-analyzer/wireshark/wireshark-3.0.7.ebuild | 245 --
 4 files changed, 493 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 2a78508ecdb..246b61becd7 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,3 +1 @@
-DIST wireshark-3.0.3.tar.xz 30923980 BLAKE2B 
05f29f55061d0bed9be284e145d260fca5e0051893c044b1389e1389f2c9865c7ec4c548ea040c6bd853d4fe1c482c5c86fdb23aa79d588ad34b91ed1901bcf0
 SHA512 
78d4aa68e47a72b641cb2a694028de743c195a41c42fb58f510402581a213c1239f63cad1f9163b13d64608fcedf64c7367a4888021b80613cb7e9a6ddbf8750
-DIST wireshark-3.0.7.tar.xz 30851928 BLAKE2B 
98d31a260b2f5f74a567161e9dc0c136bb6bb29bcd4fc303f099c8b1379668194c2463e0661041061fe4c462db20c846694beae9286d322ce887332cce45341b
 SHA512 
64e242510865ca69e688677e3ee1f72d3efa2155f07bc1aacc6de19ffab06f26b1ef8a3f91a90e91a6612b10d75651aea6400f8c5852e6a7e82e5d3f3e88e031
 DIST wireshark-3.2.1.tar.xz 31522124 BLAKE2B 
49a83f6c99d54b7a0910f5ace4b46caac680ea73f81d7a3bf7818ccbc6a2fc07cd8f63e1b6ef341cc516220320bb5e035ef6fe82d3d0aba04ec01d6f67f017a1
 SHA512 
78300f7d597132d54cabe3e51e0f069657d164823852a9f23f1c3c9e6cfdefe5d5ac05c817d06869f4efa4e3cac25ea646cc39d880e5296cf409a8e1a03c2530

diff --git a/net-analyzer/wireshark/metadata.xml 
b/net-analyzer/wireshark/metadata.xml
index 651879bc6f8..95f198ad6c4 100644
--- a/net-analyzer/wireshark/metadata.xml
+++ b/net-analyzer/wireshark/metadata.xml
@@ -27,7 +27,6 @@ can be applied to the packet list for quick, intuitive 
analysis, 12) output can
 be exported to XML, PostScript®, CSV, or plain text.
 
 
-Use net-dns/c-ares to resolve DNS names
 Install androiddump, an extcap interface to capture 
from Android devices
 Use media-libs/bcg729 for G.729 codec support 
in RTP Player
 Use app-arch/brotli for 
compression/decompression

diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild 
b/net-analyzer/wireshark/wireshark-3.0.3.ebuild
deleted file mode 100644
index b873b14d54a..000
--- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild
+++ /dev/null
@@ -1,245 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-inherit fcaps flag-o-matic multilib python-r1 qmake-utils user xdg-utils 
cmake-utils
-
-DESCRIPTION="A network protocol analyzer formerly known as ethereal"
-HOMEPAGE="https://www.wireshark.org/";
-SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~alpha"
-IUSE="
-   adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc 
dpauxmon
-   +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap
-   +netlink +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux 
+sharkd
-   smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark
-   +udpdump zlib
-"
-
-S=${WORKDIR}/${P/_/}
-
-CDEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgcrypt:0
-   adns? ( >=net-dns/c-ares-1.5 )
-   bcg729? ( media-libs/bcg729 )
-   ciscodump? ( >=net-libs/libssh-0.6 )
-   filecaps? ( sys-libs/libcap )
-   http2? ( net-libs/nghttp2 )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( dev-libs/libxml2 )
-   lua? ( >=dev-lang/lua-5.1:* )
-   lz4? ( app-arch/lz4 )
-   maxminddb? ( dev-libs/libmaxminddb )
-   netlink? ( dev-libs/libnl:3 )
-   pcap? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   x11-misc/xdg-utils
-   )
-   sbc? ( media-libs/sbc )
-   sdjournal? ( sys-apps/systemd )
-   smi? ( net-libs/libsmi )
-   snappy? ( app-arch/snappy )
-   spandsp? ( media-libs/spandsp )
-   sshdump? ( >=net-libs/libssh-0.6 )
-   ssl? ( net-libs/gnutls:= )
-   zlib? ( sys-libs/zlib )
-   ${PYTHON_DEPS}
-"
-# We need perl for `pod2html`. The rest of the perl stuff is to block older
-# and broken installs. #455122
-DEPEND="
-   ${CDEPEND}
-"
-BDEPEND="
-   !https://www.wireshark.org/";
-SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz";
-
-LICENSE="GPL-2"
-S

[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2020-02-04 Thread Lars Wendler
commit: a793a32c035b406b56325c056a6ceba5f2b54f5d
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  4 02:36:19 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  4 12:17:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a793a32c

net-fs/samba: Bump to versions 4.9.18, 4.10.13 and 4.11.6

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

 net-fs/samba/Manifest |   3 +
 net-fs/samba/samba-4.10.13.ebuild | 315 ++
 net-fs/samba/samba-4.11.6.ebuild  | 311 +
 net-fs/samba/samba-4.9.18.ebuild  | 308 +
 4 files changed, 937 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 1f1eec2db4b..d3a2e064e05 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,11 +1,14 @@
 DIST samba-4.10.10.tar.gz 18335638 BLAKE2B 
f8c215b82fea4ef69b9baf8ffac417e8530b17e4974c249fbf566c231374c299f4de9a1fd9ba5027fdf41d59f3e275456a6e1e435edd4bebba35eacbaa9a9c1a
 SHA512 
d82f96af5754d484673d3497b2837d9df06352d7be4810fe6d812d64db5b95d588ed42d5565bf0f6f7c305bb9c6d3274e740ea9acd75b32aad75d0b38e4d2bc9
 DIST samba-4.10.11.tar.gz 18342499 BLAKE2B 
9555f0e7ee46a7d372defd1c0978024cf36e23a33229cba2e374bed7bad67cb1e24ad5f37e989e01397fec2bcf7aa403bbb67669a764ec0a669571b182915c34
 SHA512 
776978698cc2d0e86d22d61caadc24f886f0e7fd35788806ebc641502a9a1f4a46afcde7c82e3d644eaaef8c302da5f795b9518681014b7f46a39422766fb758
+DIST samba-4.10.13.tar.gz 18350580 BLAKE2B 
ab97d46284bee60762543ed1c27846e22dd984ff61b1601cc32af46b87cca30751ffc6b1ca4da7045c4cd4f23c46cfa42f478098676bc243412f319f6658
 SHA512 
959986ce8cb846d9e3e6b83eff896fefa140b1b5d03ace878100c806a4e969352b37b0dca9e7795775bab7d8230770dae66cd48b4856a2c416f0234fd63e0bf2
 DIST samba-4.10.2.tar.gz 18280710 BLAKE2B 
f15b117d1159dfa6cd279c5011629d688fcfba94a2ca8184a827d0787a31f76a38f46b355454b916f2e62c0a88109b86664f6bb16fc0e23d0f61d09908e587cd
 SHA512 
3d146ea12567ebb02a7babcad779b82339ffbfb19f6f2be5cac33eb18af2c9b546dc1cd910072a5c9e152ba9c4a632ed6870c48a8f6ad9d04304b130f240a4bf
 DIST samba-4.11.2.tar.gz 18516056 BLAKE2B 
2b2a11e9b72deec54cf19830a402a5f2ae0dc2c3437116a636823d29e55c68842fce2434d196d567a8250b59e5bdffe9af367592c6949496f63caccbf4a5cb6f
 SHA512 
f91053f019c9f979d7e29af00ea9b03a79c6f8efe91413ac2d6dca823f45ca9c30686264fdc0545dddabc687ad369a80c9ec78ebe75d1787dfc9b834233e12c1
 DIST samba-4.11.4.tar.gz 18530105 BLAKE2B 
39e0cc6965681f3d64e861edebe2b77e558b68d9a3f4d7fa52e6ccfe704f2294fb3fb1a619d07d2130f36b1bf572300c733a273ccf78d554807e0f5897dcbcff
 SHA512 
18ae1cb8b092c441a3fd4c6ecc9f35841dc51e3061f435107f7d2579b5e8ca6f8c96a947627dbd401b81c7de2293ff2587c30be694e160bf8a10c6d15aa73880
+DIST samba-4.11.6.tar.gz 18541566 BLAKE2B 
2b4a40be7cec8a9706cbc344796885f59403aa11ca3d8a7dc40b3d287ec222c11d7395fd193c4b66c4116f1bffd869caf444a950d508f5a9a596db32553e1461
 SHA512 
3815080a1693c596a126371a5ea4e8534317a7266803c7de13a7e5b3ee9757dfbf13c0de20d498a6683d3aaf56941ed42f289e3c24f88713529a5f047a691af2
 DIST samba-4.5.11-disable-python-patches.tar.xz 6292 BLAKE2B 
c2a32a1059a02bc1c87ce5f604cbc5878c654b8f693c8486b5ba63b37513444915a7b6389fe82b7e31ab2f9577dd8462eddba60b4f4f756b4ed1145ce7bd90ae
 SHA512 
f0e3076e3e1ecaae3f06b3ef30efc81719fb3f63a1041dcbdae4b62ca4cf693732f9eb16f047d046d4930136fed82194e82b455ea888e12cf845b3e6a122d57d
 DIST samba-4.5.16.tar.gz 21024396 BLAKE2B 
e737559fb748044076608fa233700eb54c7e1c56bc234763f062b6341a179cc78a4a8cdf9f3d6f4d7f3cf8a79f846852ddd5cc753a468c3adb3a0451e1809ed9
 SHA512 
de8a41013cfb5ef3adcb290efd97a78a5de876d90ad05764d631f14e663a1849bb53e4ac394b46c906f1109be5748fee9316407a659c57007d36851ae8adcd7f
 DIST samba-4.8.12.tar.gz 17764832 BLAKE2B 
d2c0c8b9090da7c94b9343fd3f416e9aafad64273abc9be0639b011f71072926a0b303cf53e63c4e470aeb168e8ec23003b5f4ed4258aac8d6b3d029f71fba6f
 SHA512 
f29595f6390d01860cb6acd750d2e36b4d207dd1da16465c21c8d6d732ce27bd0582a0f34296081e2659638d839c8b12f28deccc31982afa94650da8bce8df8b
 DIST samba-4.8.6.tar.gz 17723841 BLAKE2B 
38da52e14b4417f26462eef2226c4498e54d2c276b4056e8c6d6c66079f33bcda24c1eab30b29bc7413280ec89a74a55e043e8274ac50f9a25bae7563717ff34
 SHA512 
f6afab5ca466bd8653a56c205b71ce94ecf0ad0c6e4c9d64cbba7b1e56f1987bc2022e6b629d87eb6078e3f6ba53833c19cfb41e40b6d589e4317ea9d85de273
 DIST samba-4.9.16.tar.gz 18110660 BLAKE2B 
5a75fb9b0010ce7a2eec00e911744a2b180525eea06ca08126bbfd558928e4165ed32da449ee31ee8e7f1bc705949548b9a6da8ed60de23a616bdb0acd020690
 SHA512 
bd9e7ee68351f0a7d006b47ed102bbd2984c08b483b20f4cf1db0354bef725d2e77816f7f3c3a20da46f69c4c9a476a18d22b8197414ea427abbd3acf6be6db0
 DIST samba-4.9.17.tar.gz 18100548 BLAKE2B 
c0b9a869b67fafaaa09776c472d8a7fd56eed10577ea554d07a8ed1d591dcb783381ea3d2c026315bdeebb0b4a8d456d4193da65be1a88b246d235ecda70cac0
 SHA512 
658fd4a073e7f93ccb270d63d4a12fc29ec30d3928464f81c583c85706d3a559794dbde23c6dee17ac7cce2c5afb965c152fdeb6b7bd643fe1bafcd35823
+DIST

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

2020-02-04 Thread Marek Szuba
commit: d40b81973bc414bd1f678b010cc2d3913fd9c249
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Feb  4 12:16:30 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Feb  4 12:16:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40b8197

net-analyzer/nessus-bin: bump to 8.9.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Marek Szuba  gentoo.org>

 net-analyzer/nessus-bin/Manifest|  1 +
 net-analyzer/nessus-bin/nessus-bin-8.9.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/net-analyzer/nessus-bin/Manifest b/net-analyzer/nessus-bin/Manifest
index 64af9ee87d0..2f734c36f53 100644
--- a/net-analyzer/nessus-bin/Manifest
+++ b/net-analyzer/nessus-bin/Manifest
@@ -1,2 +1,3 @@
 DIST Nessus-8.5.2-es7.x86_64.rpm 72892020 BLAKE2B 
c5ae05c02da4fe3265ae1b31da0d8dc025c7275ef466d7f889ebefe6a6006e500e2df029ab90ab37cd0c5089078a22b4f0474a4cfa830a378aead68337154f91
 SHA512 
ef96ee30b693c72a33981757a8e9616ce7813837de90065c8d140e9702552798e09c0941c282d1a54817f036f606a9934bc9020e86dce12baf50a1a57dbcec08
 DIST Nessus-8.8.0-es7.x86_64.rpm 77275432 BLAKE2B 
437d4f958d0f45924cb0c994710d908b6a0a48bbee9ffa184391e7a31484d9c933a210c7d4c6d68fa918a873e09874a58ed40ca81203aaef5c4454103dbd
 SHA512 
d779703db9c114a51e282dde35257121278fa4ec6035c0c861ebc9f04e967aa2a0cde1efdd4f08c2652ecfab3978a8853970081759e9dee492a3ebe8c4fc502b
+DIST Nessus-8.9.0-es7.x86_64.rpm 81085048 BLAKE2B 
fc4717c31b59261199e87e2080f04a492a96fced562b2ded36741303d0f1c0fc447113f080cf64d2fd606148109f558499383433b39caafb2b8f77684f1b2ad5
 SHA512 
d397dd545a6c02f906b998c55f2d3b0ae06b247d648f1c25d260190ca4f161199f494d903c430cf2d9a664345b88f6ca5f4cd865a6a39b19be22a1d8a236c603

diff --git a/net-analyzer/nessus-bin/nessus-bin-8.9.0.ebuild 
b/net-analyzer/nessus-bin/nessus-bin-8.9.0.ebuild
new file mode 100644
index 000..eedc870324e
--- /dev/null
+++ b/net-analyzer/nessus-bin/nessus-bin-8.9.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rpm pax-utils systemd
+
+MY_P="Nessus-${PV}-es7"
+
+DESCRIPTION="A remote security scanner for Linux"
+HOMEPAGE="https://www.tenable.com/";
+SRC_URI="${MY_P}.x86_64.rpm"
+
+LICENSE="GPL-2 Nessus-EULA"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror fetch strip"
+
+QA_PREBUILT="opt/nessus/bin/nasl
+   opt/nessus/bin/ndbg
+   opt/nessus/bin/nessus-mkrand
+   opt/nessus/lib/nessus/libjemalloc.so.2
+   opt/nessus/lib/nessus/libnessus-glibc-fix.so
+   opt/nessus/sbin/nessus-service
+   opt/nessus/sbin/nessuscli
+   opt/nessus/sbin/nessusd"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please download ${A} from ${HOMEPAGE}downloads/nessus"
+   einfo "The archive should then be placed into your DISTDIR directory."
+}
+
+src_install() {
+   # Using doins -r would strip executable bits from all binaries
+   cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"
+
+   pax-mark m "${D}"/opt/nessus/sbin/nessusd
+
+   # Make sure these originally empty directories do not vanish,
+   # Nessus will not run properly without them
+   keepdir /opt/nessus/com/nessus/CA
+   keepdir /opt/nessus/etc/nessus
+   keepdir /opt/nessus/var/nessus/logs
+   keepdir /opt/nessus/var/nessus/tmp
+
+   newinitd "${FILESDIR}"/nessusd-initd nessusd-bin
+   systemd_newunit usr/lib/systemd/system/nessusd.service 
nessusd-bin.service
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "To get started launch the nessusd-bin service, then point 
your Web browser to"
+   elog "  https://:8834/"
+   else
+   elog "You may want to restart the nessusd-bin service to use"
+   elog "the new version of Nessus."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2020-02-04 Thread Lars Wendler
commit: 979dacbb47907983360807ee9ea91ab42a1cc0b4
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  4 12:20:11 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  4 12:20:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979dacbb

net-fs/samba: Removed old

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

 net-fs/samba/Manifest |   3 -
 net-fs/samba/samba-4.10.10.ebuild | 315 --
 net-fs/samba/samba-4.11.2.ebuild  | 311 -
 net-fs/samba/samba-4.9.16.ebuild  | 308 -
 4 files changed, 937 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index d3a2e064e05..540ad77ecc7 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,14 +1,11 @@
-DIST samba-4.10.10.tar.gz 18335638 BLAKE2B 
f8c215b82fea4ef69b9baf8ffac417e8530b17e4974c249fbf566c231374c299f4de9a1fd9ba5027fdf41d59f3e275456a6e1e435edd4bebba35eacbaa9a9c1a
 SHA512 
d82f96af5754d484673d3497b2837d9df06352d7be4810fe6d812d64db5b95d588ed42d5565bf0f6f7c305bb9c6d3274e740ea9acd75b32aad75d0b38e4d2bc9
 DIST samba-4.10.11.tar.gz 18342499 BLAKE2B 
9555f0e7ee46a7d372defd1c0978024cf36e23a33229cba2e374bed7bad67cb1e24ad5f37e989e01397fec2bcf7aa403bbb67669a764ec0a669571b182915c34
 SHA512 
776978698cc2d0e86d22d61caadc24f886f0e7fd35788806ebc641502a9a1f4a46afcde7c82e3d644eaaef8c302da5f795b9518681014b7f46a39422766fb758
 DIST samba-4.10.13.tar.gz 18350580 BLAKE2B 
ab97d46284bee60762543ed1c27846e22dd984ff61b1601cc32af46b87cca30751ffc6b1ca4da7045c4cd4f23c46cfa42f478098676bc243412f319f6658
 SHA512 
959986ce8cb846d9e3e6b83eff896fefa140b1b5d03ace878100c806a4e969352b37b0dca9e7795775bab7d8230770dae66cd48b4856a2c416f0234fd63e0bf2
 DIST samba-4.10.2.tar.gz 18280710 BLAKE2B 
f15b117d1159dfa6cd279c5011629d688fcfba94a2ca8184a827d0787a31f76a38f46b355454b916f2e62c0a88109b86664f6bb16fc0e23d0f61d09908e587cd
 SHA512 
3d146ea12567ebb02a7babcad779b82339ffbfb19f6f2be5cac33eb18af2c9b546dc1cd910072a5c9e152ba9c4a632ed6870c48a8f6ad9d04304b130f240a4bf
-DIST samba-4.11.2.tar.gz 18516056 BLAKE2B 
2b2a11e9b72deec54cf19830a402a5f2ae0dc2c3437116a636823d29e55c68842fce2434d196d567a8250b59e5bdffe9af367592c6949496f63caccbf4a5cb6f
 SHA512 
f91053f019c9f979d7e29af00ea9b03a79c6f8efe91413ac2d6dca823f45ca9c30686264fdc0545dddabc687ad369a80c9ec78ebe75d1787dfc9b834233e12c1
 DIST samba-4.11.4.tar.gz 18530105 BLAKE2B 
39e0cc6965681f3d64e861edebe2b77e558b68d9a3f4d7fa52e6ccfe704f2294fb3fb1a619d07d2130f36b1bf572300c733a273ccf78d554807e0f5897dcbcff
 SHA512 
18ae1cb8b092c441a3fd4c6ecc9f35841dc51e3061f435107f7d2579b5e8ca6f8c96a947627dbd401b81c7de2293ff2587c30be694e160bf8a10c6d15aa73880
 DIST samba-4.11.6.tar.gz 18541566 BLAKE2B 
2b4a40be7cec8a9706cbc344796885f59403aa11ca3d8a7dc40b3d287ec222c11d7395fd193c4b66c4116f1bffd869caf444a950d508f5a9a596db32553e1461
 SHA512 
3815080a1693c596a126371a5ea4e8534317a7266803c7de13a7e5b3ee9757dfbf13c0de20d498a6683d3aaf56941ed42f289e3c24f88713529a5f047a691af2
 DIST samba-4.5.11-disable-python-patches.tar.xz 6292 BLAKE2B 
c2a32a1059a02bc1c87ce5f604cbc5878c654b8f693c8486b5ba63b37513444915a7b6389fe82b7e31ab2f9577dd8462eddba60b4f4f756b4ed1145ce7bd90ae
 SHA512 
f0e3076e3e1ecaae3f06b3ef30efc81719fb3f63a1041dcbdae4b62ca4cf693732f9eb16f047d046d4930136fed82194e82b455ea888e12cf845b3e6a122d57d
 DIST samba-4.5.16.tar.gz 21024396 BLAKE2B 
e737559fb748044076608fa233700eb54c7e1c56bc234763f062b6341a179cc78a4a8cdf9f3d6f4d7f3cf8a79f846852ddd5cc753a468c3adb3a0451e1809ed9
 SHA512 
de8a41013cfb5ef3adcb290efd97a78a5de876d90ad05764d631f14e663a1849bb53e4ac394b46c906f1109be5748fee9316407a659c57007d36851ae8adcd7f
 DIST samba-4.8.12.tar.gz 17764832 BLAKE2B 
d2c0c8b9090da7c94b9343fd3f416e9aafad64273abc9be0639b011f71072926a0b303cf53e63c4e470aeb168e8ec23003b5f4ed4258aac8d6b3d029f71fba6f
 SHA512 
f29595f6390d01860cb6acd750d2e36b4d207dd1da16465c21c8d6d732ce27bd0582a0f34296081e2659638d839c8b12f28deccc31982afa94650da8bce8df8b
 DIST samba-4.8.6.tar.gz 17723841 BLAKE2B 
38da52e14b4417f26462eef2226c4498e54d2c276b4056e8c6d6c66079f33bcda24c1eab30b29bc7413280ec89a74a55e043e8274ac50f9a25bae7563717ff34
 SHA512 
f6afab5ca466bd8653a56c205b71ce94ecf0ad0c6e4c9d64cbba7b1e56f1987bc2022e6b629d87eb6078e3f6ba53833c19cfb41e40b6d589e4317ea9d85de273
-DIST samba-4.9.16.tar.gz 18110660 BLAKE2B 
5a75fb9b0010ce7a2eec00e911744a2b180525eea06ca08126bbfd558928e4165ed32da449ee31ee8e7f1bc705949548b9a6da8ed60de23a616bdb0acd020690
 SHA512 
bd9e7ee68351f0a7d006b47ed102bbd2984c08b483b20f4cf1db0354bef725d2e77816f7f3c3a20da46f69c4c9a476a18d22b8197414ea427abbd3acf6be6db0
 DIST samba-4.9.17.tar.gz 18100548 BLAKE2B 
c0b9a869b67fafaaa09776c472d8a7fd56eed10577ea554d07a8ed1d591dcb783381ea3d2c026315bdeebb0b4a8d456d4193da65be1a88b246d235ecda70cac0
 SHA512 
658fd4a073e7f93ccb270d63d4a12fc29ec30d3928464f81c583c85706d3a559794dbde23c6dee17ac7cce2c5afb965c152fdeb6b7bd643fe1bafcd35823
 DIST samba-4.9.18.tar.gz 18103049 BLA

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

2020-02-04 Thread Michał Górny
commit: ee3612878b0f069ce6b42870547bf574ea12bc34
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:21:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:23:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee361287

dev-python/args: Remove py2

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

 dev-python/args/args-0.1.0-r1.ebuild | 2 +-
 dev-python/args/args-0.1.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/args/args-0.1.0-r1.ebuild 
b/dev-python/args/args-0.1.0-r1.ebuild
index 9f8832f0376..811f73e1960 100644
--- a/dev-python/args/args-0.1.0-r1.ebuild
+++ b/dev-python/args/args-0.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/args/args-0.1.0.ebuild 
b/dev-python/args/args-0.1.0.ebuild
index 98631360549..9fbe436f8b8 100644
--- a/dev-python/args/args-0.1.0.ebuild
+++ b/dev-python/args/args-0.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 370a203dafecb82b96044af5e477aea750925a8a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:19:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:23:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370a203d

dev-lang/hy: Remove py2

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

 dev-lang/hy/hy-0.14.0.ebuild | 2 +-
 dev-lang/hy/hy-0.15.0.ebuild | 2 +-
 dev-lang/hy/hy-0.16.0.ebuild | 2 +-
 dev-lang/hy/hy-0.17.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild
index 08a36201b85..1a9be26d43d 100644
--- a/dev-lang/hy/hy-0.14.0.ebuild
+++ b/dev-lang/hy/hy-0.14.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"

diff --git a/dev-lang/hy/hy-0.15.0.ebuild b/dev-lang/hy/hy-0.15.0.ebuild
index 7b8d1d4f502..fff33b32187 100644
--- a/dev-lang/hy/hy-0.15.0.ebuild
+++ b/dev-lang/hy/hy-0.15.0.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"

diff --git a/dev-lang/hy/hy-0.16.0.ebuild b/dev-lang/hy/hy-0.16.0.ebuild
index b87fe015131..01a6a738010 100644
--- a/dev-lang/hy/hy-0.16.0.ebuild
+++ b/dev-lang/hy/hy-0.16.0.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"

diff --git a/dev-lang/hy/hy-0.17.0.ebuild b/dev-lang/hy/hy-0.17.0.ebuild
index 8ca5efefbed..694d004ed9b 100644
--- a/dev-lang/hy/hy-0.17.0.ebuild
+++ b/dev-lang/hy/hy-0.17.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"



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

2020-02-04 Thread Michał Górny
commit: 7981d60db5836d5d8d15f6e976c7d0736e71be5a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:20:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:23:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7981d60d

dev-python/clint: Remove py2

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

 dev-python/clint/clint-0.5.1-r1.ebuild | 2 +-
 dev-python/clint/clint-0.5.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/clint/clint-0.5.1-r1.ebuild 
b/dev-python/clint/clint-0.5.1-r1.ebuild
index efed5775c96..a8d4092111d 100644
--- a/dev-python/clint/clint-0.5.1-r1.ebuild
+++ b/dev-python/clint/clint-0.5.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/clint/clint-0.5.1.ebuild 
b/dev-python/clint/clint-0.5.1.ebuild
index 1538323f454..f410d95fbc4 100644
--- a/dev-python/clint/clint-0.5.1.ebuild
+++ b/dev-python/clint/clint-0.5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2020-02-04 Thread Michał Górny
commit: 4f0c44f20d3aa68080fcba0d943a2a933f2db22f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:27:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:27:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0c44f2

dev-python/arrow: Remove py2

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

 dev-python/arrow/arrow-0.10.0.ebuild | 2 +-
 dev-python/arrow/arrow-0.12.1.ebuild | 2 +-
 dev-python/arrow/arrow-0.13.1.ebuild | 5 ++---
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/arrow/arrow-0.10.0.ebuild 
b/dev-python/arrow/arrow-0.10.0.ebuild
index 141e3d0f796..930e121246c 100644
--- a/dev-python/arrow/arrow-0.10.0.ebuild
+++ b/dev-python/arrow/arrow-0.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Better dates and times for Python"

diff --git a/dev-python/arrow/arrow-0.12.1.ebuild 
b/dev-python/arrow/arrow-0.12.1.ebuild
index a3e87832115..1d5f525309a 100644
--- a/dev-python/arrow/arrow-0.12.1.ebuild
+++ b/dev-python/arrow/arrow-0.12.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Better dates and times for Python"

diff --git a/dev-python/arrow/arrow-0.13.1.ebuild 
b/dev-python/arrow/arrow-0.13.1.ebuild
index ed980c88a60..32e2d4b9a90 100644
--- a/dev-python/arrow/arrow-0.13.1.ebuild
+++ b/dev-python/arrow/arrow-0.13.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
@@ -17,8 +17,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/backports-functools-lru-cache[$(python_gen_usedep 
'python2*')]"
+   dev-python/python-dateutil[${PYTHON_USEDEP}]"
 
 DEPEND="
test? (



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

2020-02-04 Thread Michał Górny
commit: 6a93fa716d2a5718b63fbf017e3c0922213f1198
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:26:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:26:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a93fa71

dev-python/jinja2-time: Remove py2

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

 dev-python/jinja2-time/jinja2-time-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jinja2-time/jinja2-time-0.2.0.ebuild 
b/dev-python/jinja2-time/jinja2-time-0.2.0.ebuild
index dc6fc327bf8..eed27c8c8b5 100644
--- a/dev-python/jinja2-time/jinja2-time-0.2.0.ebuild
+++ b/dev-python/jinja2-time/jinja2-time-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Jinja2 Extension for Dates and Times"



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

2020-02-04 Thread Michał Górny
commit: 11f14c5f3876b882ff5a039de0a9a83a4a92d91e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:25:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:25:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f14c5f

dev-util/cookiecutter: Remove py2

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

 dev-util/cookiecutter/cookiecutter-1.6.0.ebuild | 2 +-
 dev-util/cookiecutter/cookiecutter-1.7.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild 
b/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild
index 50f38300a5a..9f74aae46a1 100644
--- a/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild
+++ b/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-util/cookiecutter/cookiecutter-1.7.0.ebuild 
b/dev-util/cookiecutter/cookiecutter-1.7.0.ebuild
index 76f1d784ee9..13a0f94d191 100644
--- a/dev-util/cookiecutter/cookiecutter-1.7.0.ebuild
+++ b/dev-util/cookiecutter/cookiecutter-1.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: ed8d4bff0a89836bc3765f21a7335d44013d4924
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:24:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:24:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8d4bff

dev-python/parver: Remove py2

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

 dev-python/parver/parver-0.1.1.ebuild | 2 +-
 dev-python/parver/parver-0.2.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/parver/parver-0.1.1.ebuild 
b/dev-python/parver/parver-0.1.1.ebuild
index 02527e47152..e3bbb6bf927 100644
--- a/dev-python/parver/parver-0.1.1.ebuild
+++ b/dev-python/parver/parver-0.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/parver/parver-0.2.1.ebuild 
b/dev-python/parver/parver-0.2.1.ebuild
index f24dc9aa128..c18e7ee504f 100644
--- a/dev-python/parver/parver-0.2.1.ebuild
+++ b/dev-python/parver/parver-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Parse and manipulate version numbers"



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

2020-02-04 Thread Michał Górny
commit: b8977be809f9bdc4a52328ca3d1c47e5aaf4c7aa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:27:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:27:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8977be8

dev-python/jsonext: Remove py2

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

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

diff --git a/dev-python/jsonext/jsonext-0.4.2.ebuild 
b/dev-python/jsonext/jsonext-0.4.2.ebuild
index 5959457d7f7..20e93cbdff5 100644
--- a/dev-python/jsonext/jsonext-0.4.2.ebuild
+++ b/dev-python/jsonext/jsonext-0.4.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: fea0e8134213d344e229f48c13171dfc24683bea
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:28:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:28:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea0e813

dev-python/astor: Remove py2

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

 dev-python/astor/astor-0.5.ebuild   | 2 +-
 dev-python/astor/astor-0.6.ebuild   | 2 +-
 dev-python/astor/astor-0.7.1.ebuild | 2 +-
 dev-python/astor/astor-0.8.1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/astor/astor-0.5.ebuild 
b/dev-python/astor/astor-0.5.ebuild
index 5d9eb8b17cb..64fb3453472 100644
--- a/dev-python/astor/astor-0.5.ebuild
+++ b/dev-python/astor/astor-0.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/astor/astor-0.6.ebuild 
b/dev-python/astor/astor-0.6.ebuild
index e44eb34e0d2..ca7a534773c 100644
--- a/dev-python/astor/astor-0.6.ebuild
+++ b/dev-python/astor/astor-0.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/astor/astor-0.7.1.ebuild 
b/dev-python/astor/astor-0.7.1.ebuild
index 65e1aa654bf..c1a2d0abeab 100644
--- a/dev-python/astor/astor-0.7.1.ebuild
+++ b/dev-python/astor/astor-0.7.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/astor/astor-0.8.1.ebuild 
b/dev-python/astor/astor-0.8.1.ebuild
index 3a53d4ae0d2..ff8dbc0871b 100644
--- a/dev-python/astor/astor-0.8.1.ebuild
+++ b/dev-python/astor/astor-0.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1



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

2020-02-04 Thread Michał Górny
commit: 5ff2fd3f78c60dd20fe68d12e576b62532741a31
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 12:24:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 12:24:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff2fd3f

dev-python/arpeggio: Remove py2

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

 dev-python/arpeggio/arpeggio-1.5.ebuild   | 2 +-
 dev-python/arpeggio/arpeggio-1.9.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/arpeggio/arpeggio-1.5.ebuild 
b/dev-python/arpeggio/arpeggio-1.5.ebuild
index d979ae5cd26..b4b27ee5924 100644
--- a/dev-python/arpeggio/arpeggio-1.5.ebuild
+++ b/dev-python/arpeggio/arpeggio-1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/arpeggio/arpeggio-1.9.0.ebuild 
b/dev-python/arpeggio/arpeggio-1.9.0.ebuild
index e9f42e7e31c..aeb6ec5c259 100644
--- a/dev-python/arpeggio/arpeggio-1.9.0.ebuild
+++ b/dev-python/arpeggio/arpeggio-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-osfortune/

2020-02-04 Thread Ulrich Müller
commit: bf721913d801a11ecd0564254ed7c7d9e501cb71
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb  4 12:49:43 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb  4 12:53:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf721913

games-misc/fortune-mod-osfortune: Update HOMEPAGE and SRC_URI.

Closes: https://bugs.gentoo.org/703726
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild 
b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild
index 22954dcd4a0..f420060ef7d 100644
--- a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild
+++ b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils
 
 DESCRIPTION="Open sources fortune file"
-HOMEPAGE="http://www.dibona.com/opensources/index.shtml";
-SRC_URI="http://www.dibona.com/opensources/osfortune.tar.gz";
+HOMEPAGE="https://web.archive.org/web/20030803031143/http://www.dibona.com/opensources/index.shtml";
+SRC_URI="https://web.archive.org/web/20030919200547/http://www.dibona.com/opensources/osfortune.tar.gz";
 
 LICENSE="GPL-1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-zx-error/

2020-02-04 Thread Ulrich Müller
commit: d52fd19aa9114d92511f7a6daae8df947df0424a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb  4 12:46:28 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb  4 12:53:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52fd19a

games-misc/fortune-mod-zx-error: Fix LICENSE, EAPI 7.

Public domain accoding to fortunes-zx-error.lsm in the tarball.
Presumably, these short error messages aren't copyrightable anyway.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 ...zx-error-1.0.ebuild => fortune-mod-zx-error-1.0-r1.ebuild} | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild 
b/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0-r1.ebuild
similarity index 87%
rename from games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
rename to games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0-r1.ebuild
index 81675e102fa..c1ae843c7f2 100644
--- a/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
+++ b/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0-r1.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 MY_P="fortunes-zx-error-${PV}"
 DESCRIPTION="Sinclair ZX Spectrum BASIC error Fortunes"
 
HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/fortunes-zx-error.html";
 
SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/fortunes-zx-error/${MY_P}.tar.gz";
+S="${WORKDIR}/${MY_P}"
 
-LICENSE="GPL-2"
+LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~sh ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
 
 RDEPEND="games-misc/fortune-mod"
 
-S=${WORKDIR}/${MY_P}
-
 src_install() {
insinto /usr/share/fortune
newins zx/error zx-error



[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-taow/

2020-02-04 Thread Ulrich Müller
commit: 8efcb0f0257dcbf13b8f87dba3422df2319e8efa
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb  4 12:53:04 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb  4 12:53:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efcb0f0

games-misc/fortune-mod-taow: Update HOMEPAGE and SRC_URI.

Closes: https://bugs.gentoo.org/703740
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild 
b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild
index f9333894ec3..3a41678c38c 100644
--- a/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild
+++ b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 MY_P=fortunes-taow-${PV}
 DESCRIPTION="The Art of War Fortune Mod"
-HOMEPAGE="http://www.de-brauwer.be/wiki/wikka.php?wakka=TheArtOfWar";
-SRC_URI="http://www.de-brauwer.be/wastebasket/${MY_P}.tar.gz";
+HOMEPAGE="https://web.archive.org/web/20110823115300/http://www.de-brauwer.be/wiki/wikka.php?wakka=TheArtOfWar";
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-wsgi-dashboards/

2020-02-04 Thread Michał Górny
commit: e83e4366cc5c31fd02ef4d73f70f73c81ce65419
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83e4366

dev-util/buildbot-wsgi-dashboards: Remove py2

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

 .../buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild | 2 +-
 dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild | 2 +-
 dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild
index 514e8a93ce8..2cb6c638466 100644
--- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild
+++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild
index 038efd4e9ac..fdac2604e41 100644
--- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild
+++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild
index 038efd4e9ac..fdac2604e41 100644
--- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild
+++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 



[gentoo-commits] repo/gentoo:master commit in: app-metrics/buildbot-prometheus/

2020-02-04 Thread Michał Górny
commit: 58d4eed8df605466da47e96f7b5cd1ed9c11b3c0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:02:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d4eed8

app-metrics/buildbot-prometheus: Remove py2

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

 app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild 
b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild
index e5db796569b..739ad58b123 100644
--- a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild
+++ b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A Prometheus metrics exporter for Buildbot"



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

2020-02-04 Thread Michał Górny
commit: 1f19e1c76535d610fab926e6c8c921bf0de7ce10
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f19e1c7

dev-util/buildbot: Remove py2

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

 dev-util/buildbot/buildbot-0.9.12-r1.ebuild | 2 +-
 dev-util/buildbot/buildbot-1.1.2.ebuild | 2 +-
 dev-util/buildbot/buildbot-1.3.0.ebuild | 2 +-
 dev-util/buildbot/buildbot-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/buildbot/buildbot-0.9.12-r1.ebuild 
b/dev-util/buildbot/buildbot-0.9.12-r1.ebuild
index e59e4df328d..c56a3675fcf 100644
--- a/dev-util/buildbot/buildbot-0.9.12-r1.ebuild
+++ b/dev-util/buildbot/buildbot-0.9.12-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/${PN}.git";
 

diff --git a/dev-util/buildbot/buildbot-1.1.2.ebuild 
b/dev-util/buildbot/buildbot-1.1.2.ebuild
index bdd4428972b..38a9ae82e1e 100644
--- a/dev-util/buildbot/buildbot-1.1.2.ebuild
+++ b/dev-util/buildbot/buildbot-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/${PN}.git";
 

diff --git a/dev-util/buildbot/buildbot-1.3.0.ebuild 
b/dev-util/buildbot/buildbot-1.3.0.ebuild
index 38b52878a2e..d59c41b23e9 100644
--- a/dev-util/buildbot/buildbot-1.3.0.ebuild
+++ b/dev-util/buildbot/buildbot-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/${PN}.git";
 

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-.ebuild
index 38b52878a2e..d59c41b23e9 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/buildbot/buildbot-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/${PN}.git";
 



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

2020-02-04 Thread Michał Górny
commit: 1b4427a776d17c1e2b8bfbd61918432249eececf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:06:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4427a7

dev-python/autobahn: Remove py2

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

 dev-python/autobahn/autobahn-17.10.1.ebuild   | 2 +-
 dev-python/autobahn/autobahn-17.5.1-r2.ebuild | 2 +-
 dev-python/autobahn/autobahn-17.9.1.ebuild| 2 +-
 dev-python/autobahn/autobahn-17.9.2.ebuild| 2 +-
 dev-python/autobahn/autobahn-18.3.1.ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/autobahn/autobahn-17.10.1.ebuild 
b/dev-python/autobahn/autobahn-17.10.1.ebuild
index d806cf15eee..ae72e1f6178 100644
--- a/dev-python/autobahn/autobahn-17.10.1.ebuild
+++ b/dev-python/autobahn/autobahn-17.10.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 versionator
 

diff --git a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild 
b/dev-python/autobahn/autobahn-17.5.1-r2.ebuild
index 7a621b460ed..b91b886d58f 100644
--- a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild
+++ b/dev-python/autobahn/autobahn-17.5.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 versionator
 

diff --git a/dev-python/autobahn/autobahn-17.9.1.ebuild 
b/dev-python/autobahn/autobahn-17.9.1.ebuild
index d806cf15eee..ae72e1f6178 100644
--- a/dev-python/autobahn/autobahn-17.9.1.ebuild
+++ b/dev-python/autobahn/autobahn-17.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 versionator
 

diff --git a/dev-python/autobahn/autobahn-17.9.2.ebuild 
b/dev-python/autobahn/autobahn-17.9.2.ebuild
index d806cf15eee..ae72e1f6178 100644
--- a/dev-python/autobahn/autobahn-17.9.2.ebuild
+++ b/dev-python/autobahn/autobahn-17.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 versionator
 

diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild 
b/dev-python/autobahn/autobahn-18.3.1.ebuild
index d52ee164e21..2da651aae14 100644
--- a/dev-python/autobahn/autobahn-18.3.1.ebuild
+++ b/dev-python/autobahn/autobahn-18.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 versionator
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2020-02-04 Thread Michał Górny
commit: 947aa83e45748cce0643f2d689ba0f0fdfc980a2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947aa83e

dev-util/buildbot-console-view: Remove py2

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

 dev-util/buildbot-console-view/buildbot-console-view-0.9.12.ebuild | 2 +-
 dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild  | 2 +-
 dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.12.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-0.9.12.ebuild
index 49582ecd23f..b78694b5809 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.12.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild
index 49582ecd23f..b78694b5809 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild
index 49582ecd23f..b78694b5809 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 



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

2020-02-04 Thread Michał Górny
commit: c5a9997c305a8517eb347a777ba66e1bbdc99784
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a9997c

dev-util/buildbot-worker: Remove py2

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

 dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild | 2 +-
 dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild  | 2 +-
 dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild  | 2 +-
 dev-util/buildbot-worker/buildbot-worker-.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
index 65fc5de2287..2fc5d7a0f23 100644
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild
index d4c993247d7..a8ac9da44f5 100644
--- a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild
index d4c993247d7..a8ac9da44f5 100644
--- a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-worker/buildbot-worker-.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-.ebuild
index d4c993247d7..a8ac9da44f5 100644
--- a/dev-util/buildbot-worker/buildbot-worker-.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-grid-view/

2020-02-04 Thread Michał Górny
commit: de104421335f4feba1563cc51328618f9adba195
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de104421

dev-util/buildbot-grid-view: Remove py2

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

 dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild | 2 +-
 dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild | 2 +-
 dev-util/buildbot-grid-view/buildbot-grid-view-1.3.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild
index 10e9caae946..f78bf0f289c 100644
--- a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild
+++ b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild
index dbd0b9e1966..1c040e8d6fc 100644
--- a/dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild
+++ b/dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-1.3.0.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-1.3.0.ebuild
index dbd0b9e1966..1c040e8d6fc 100644
--- a/dev-util/buildbot-grid-view/buildbot-grid-view-1.3.0.ebuild
+++ b/dev-util/buildbot-grid-view/buildbot-grid-view-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 



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

2020-02-04 Thread Michał Górny
commit: bc7e0abcdeb70e6c1430456d90003076434bcbc7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:06:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7e0abc

sci-libs/vtk: Remove py2

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

 sci-libs/vtk/vtk-8.1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/vtk/vtk-8.1.0-r3.ebuild b/sci-libs/vtk/vtk-8.1.0-r3.ebuild
index c5b14166c04..c2a250417f9 100644
--- a/sci-libs/vtk/vtk-8.1.0-r3.ebuild
+++ b/sci-libs/vtk/vtk-8.1.0-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 WEBAPP_OPTIONAL=yes
 WEBAPP_MANUAL_SLOT=yes
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2020-02-04 Thread Michał Górny
commit: 151ff75ff4166f75397ddf6754208e987fac262e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151ff75f

dev-util/buildbot-waterfall-view: Remove py2

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

 dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild | 2 +-
 dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild  | 2 +-
 dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.3.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild
index d85d68ec5e8..a41c9f0edf7 100644
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild
index d85d68ec5e8..a41c9f0edf7 100644
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.3.0.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.3.0.ebuild
index d85d68ec5e8..a41c9f0edf7 100644
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.3.0.ebuild
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 



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

2020-02-04 Thread Michał Górny
commit: e67a63036af3ba95a7d0d9190040086b65122068
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67a6303

dev-util/buildbot-www: Remove py2

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

 dev-util/buildbot-www/buildbot-www-0.9.12.ebuild | 2 +-
 dev-util/buildbot-www/buildbot-www-1.1.2.ebuild  | 2 +-
 dev-util/buildbot-www/buildbot-www-1.3.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild
index 382d685f46e..196516c17f9 100644
--- a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild 
b/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild
index 382d685f46e..196516c17f9 100644
--- a/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-www/buildbot-www-1.3.0.ebuild 
b/dev-util/buildbot-www/buildbot-www-1.3.0.ebuild
index 382d685f46e..196516c17f9 100644
--- a/dev-util/buildbot-www/buildbot-www-1.3.0.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 



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

2020-02-04 Thread Michał Górny
commit: 193b42b27677fc8cbf7444790afefe8e85c5bcab
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:05:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:10:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193b42b2

dev-util/buildbot-pkg: Remove py2

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

 dev-util/buildbot-pkg/buildbot-pkg-0.9.12.ebuild | 2 +-
 dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild  | 2 +-
 dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.12.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-0.9.12.ebuild
index b03d7a26b85..818b0848056 100644
--- a/dev-util/buildbot-pkg/buildbot-pkg-0.9.12.ebuild
+++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild
index 6f7a8920b7d..2b270c46a06 100644
--- a/dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild
+++ b/dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild
index 6f7a8920b7d..2b270c46a06 100644
--- a/dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild
+++ b/dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 



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

2020-02-04 Thread Michał Górny
commit: 4c95f2fcbc1ad44ae2756dfa23a8dc1cc4df4301
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:15:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:15:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c95f2fc

dev-python/guessit: Remove py2

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

 dev-python/guessit/guessit-3.0.0.ebuild | 2 +-
 dev-python/guessit/guessit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/guessit/guessit-3.0.0.ebuild 
b/dev-python/guessit/guessit-3.0.0.ebuild
index 5d72beeaa2f..a8d2b6d0ebe 100644
--- a/dev-python/guessit/guessit-3.0.0.ebuild
+++ b/dev-python/guessit/guessit-3.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/guessit/guessit-.ebuild 
b/dev-python/guessit/guessit-.ebuild
index f574cfa5d6d..81cc0562876 100644
--- a/dev-python/guessit/guessit-.ebuild
+++ b/dev-python/guessit/guessit-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2020-02-04 Thread Michał Górny
commit: 8118d37719159e7124c8db2e5ce51c591a3052f0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:14:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:14:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8118d377

dev-python/aws-sam-translator: Remove py2

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

 dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild
index f560c564780..650130d2f71 100644
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.11.0.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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: f05e97ff1e4903ebc567862bce8295a452efbcf4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:12:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:12:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05e97ff

dev-python/automaton: Remove py2

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

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

diff --git a/dev-python/automaton/automaton-1.12.1.ebuild 
b/dev-python/automaton/automaton-1.12.1.ebuild
index 1391ca0acf2..081f2a1641e 100644
--- a/dev-python/automaton/automaton-1.12.1.ebuild
+++ b/dev-python/automaton/automaton-1.12.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: dacad26154f573f9854f764dd83f0d6171e546f1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:11:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:11:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacad261

dev-python/txtorcon: Remove py2

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

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

diff --git a/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild 
b/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild
index a699641c241..44b5ad81aa0 100644
--- a/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild
+++ b/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -19,13 +19,11 @@ RESTRICT="!test? ( test )"
 RDEPEND="
dev-python/automat[${PYTHON_USEDEP}]
dev-python/incremental[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
python2_7)
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP},crypt]
>=dev-python/zope-interface-3.6.1[${PYTHON_USEDEP}]
doc? (
dev-python/automat[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' python2_7)
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/repoze-sphinx-autointerface[${PYTHON_USEDEP}]
>=dev-python/zope-interface-3.6.1[${PYTHON_USEDEP}]



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

2020-02-04 Thread Michał Górny
commit: b7b8aa67abb2f7566f6d326afd7a0ae8df323919
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:19:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:19:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b8aa67

dev-python/blessings: Remove py2

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

 dev-python/blessings/blessings-1.6-r1.ebuild | 2 +-
 dev-python/blessings/blessings-1.6.1.ebuild  | 2 +-
 dev-python/blessings/blessings-1.7.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/blessings/blessings-1.6-r1.ebuild 
b/dev-python/blessings/blessings-1.6-r1.ebuild
index 76477c0821f..d72f6771401 100644
--- a/dev-python/blessings/blessings-1.6-r1.ebuild
+++ b/dev-python/blessings/blessings-1.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/blessings/blessings-1.6.1.ebuild 
b/dev-python/blessings/blessings-1.6.1.ebuild
index e7023a9a499..8b602edf13c 100644
--- a/dev-python/blessings/blessings-1.6.1.ebuild
+++ b/dev-python/blessings/blessings-1.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/blessings/blessings-1.7.ebuild 
b/dev-python/blessings/blessings-1.7.ebuild
index 3abd1eb700c..f2f31335e0c 100644
--- a/dev-python/blessings/blessings-1.7.ebuild
+++ b/dev-python/blessings/blessings-1.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: eff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:15:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:15:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff1977b

dev-python/babelfish: Remove py2

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

 dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 2 +-
 dev-python/babelfish/babelfish-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild 
b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
index 707e8a55389..b7ed30df2c2 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/babelfish/babelfish-.ebuild 
b/dev-python/babelfish/babelfish-.ebuild
index 90c7394ac00..dcc8f1dacc4 100644
--- a/dev-python/babelfish/babelfish-.ebuild
+++ b/dev-python/babelfish/babelfish-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3
 



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

2020-02-04 Thread Michał Górny
commit: 3d36cebaa59d7a02337a4a8440b15b6c3dcafc86
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:19:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:19:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d36ceba

dev-python/pxml: Remove py2

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

 dev-python/pxml/pxml-0.2.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pxml/pxml-0.2.12.ebuild 
b/dev-python/pxml/pxml-0.2.12.ebuild
index fa7bba27d4c..fd9dd82999a 100644
--- a/dev-python/pxml/pxml-0.2.12.ebuild
+++ b/dev-python/pxml/pxml-0.2.12.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
-DESCRIPTION="A python library and command-line tool to "prettify" and colorize 
XML"
+DESCRIPTION="A python library and command-line tool to 'prettify' and colorize 
XML"
 HOMEPAGE="https://pypi.org/project/pxml/ https://github.com/metagriffin/pxml";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



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

2020-02-04 Thread Michał Górny
commit: e8fd5400d819a964dc522d74120a4339806f75fb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:14:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:14:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8fd5400

dev-python/moto: Remove py2

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

 dev-python/moto/moto-1.0.1-r1.ebuild | 2 +-
 dev-python/moto/moto-1.3.8-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/moto/moto-1.0.1-r1.ebuild 
b/dev-python/moto/moto-1.0.1-r1.ebuild
index f0f54f5060c..dedcbb20016 100644
--- a/dev-python/moto/moto-1.0.1-r1.ebuild
+++ b/dev-python/moto/moto-1.0.1-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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/moto/moto-1.3.8-r1.ebuild 
b/dev-python/moto/moto-1.3.8-r1.ebuild
index e574b40c560..53588cc521f 100644
--- a/dev-python/moto/moto-1.3.8-r1.ebuild
+++ b/dev-python/moto/moto-1.3.8-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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: e33466a3a9f6984b8152a63d512fd224b8bf9328
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:18:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:18:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33466a3

dev-python/bitstring: Remove py2

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

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

diff --git a/dev-python/bitstring/bitstring-3.1.5.ebuild 
b/dev-python/bitstring/bitstring-3.1.5.ebuild
index 893b6edc11e..9b3acf13d2a 100644
--- a/dev-python/bitstring/bitstring-3.1.5.ebuild
+++ b/dev-python/bitstring/bitstring-3.1.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A pure Python module for creation and analysis of binary data"



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

2020-02-04 Thread Michał Górny
commit: ed147f65aec5b3830abefe624c2c86cf3b1fbbeb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:15:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed147f65

dev-python/aws-xray-sdk-python: Remove py2

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

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

diff --git a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild 
b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild
index 2cb5c11a6df..ee1cd0d97f8 100644
--- a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild
+++ b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 78a5e348b644902129386bb5a3f3f7b8802b68d7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:24:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:24:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a5e348

dev-python/cached-property: Remove py2

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

 dev-python/cached-property/cached-property-1.3.1.ebuild | 2 +-
 dev-python/cached-property/cached-property-1.5.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cached-property/cached-property-1.3.1.ebuild 
b/dev-python/cached-property/cached-property-1.3.1.ebuild
index b2614e31f34..48b831e191c 100644
--- a/dev-python/cached-property/cached-property-1.3.1.ebuild
+++ b/dev-python/cached-property/cached-property-1.3.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/cached-property/cached-property-1.5.1.ebuild 
b/dev-python/cached-property/cached-property-1.5.1.ebuild
index 6504e5c2698..879fa766f1b 100644
--- a/dev-python/cached-property/cached-property-1.5.1.ebuild
+++ b/dev-python/cached-property/cached-property-1.5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: b534dfb6db65f07d5091dd656a95e9cb8d5c1712
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:21:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b534dfb6

dev-python/s3transfer: Remove py2

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

 dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild | 2 +-
 dev-python/s3transfer/s3transfer-0.2.0.ebuild | 2 +-
 dev-python/s3transfer/s3transfer-0.2.1.ebuild | 2 +-
 dev-python/s3transfer/s3transfer-0.3.1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild
index 4d559303f47..0d4a941a988 100644
--- a/dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="An Amazon S3 Transfer Manager"

diff --git a/dev-python/s3transfer/s3transfer-0.2.0.ebuild 
b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
index 6e6dec8bf7d..b6ed7f314dc 100644
--- a/dev-python/s3transfer/s3transfer-0.2.0.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="An Amazon S3 Transfer Manager"

diff --git a/dev-python/s3transfer/s3transfer-0.2.1.ebuild 
b/dev-python/s3transfer/s3transfer-0.2.1.ebuild
index 91f0527fc86..5665584c83a 100644
--- a/dev-python/s3transfer/s3transfer-0.2.1.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="An Amazon S3 Transfer Manager"

diff --git a/dev-python/s3transfer/s3transfer-0.3.1.ebuild 
b/dev-python/s3transfer/s3transfer-0.3.1.ebuild
index 66e665d4201..08b3fc79d87 100644
--- a/dev-python/s3transfer/s3transfer-0.3.1.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1



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

2020-02-04 Thread Michał Górny
commit: d85aa8e4f1277dc42e2238970a56c580fc5804ca
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:19:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:19:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85aa8e4

dev-python/blosc: Remove py2

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

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

diff --git a/dev-python/blosc/blosc-1.5.1.ebuild 
b/dev-python/blosc/blosc-1.5.1.ebuild
index 646deac156a..741ab2ca759 100644
--- a/dev-python/blosc/blosc-1.5.1.ebuild
+++ b/dev-python/blosc/blosc-1.5.1.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} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 4bf97f40949a97422a6d53a6ffe9fabc2cbd25d2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:16:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:16:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf97f40

dev-python/basho-erlastic: Remove py2

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

 dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild 
b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 39b77504247..4985dad88ad 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: c58bfa3c94e88f2a0eb4efb91a26aa415346ce10
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:17:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:17:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58bfa3c

dev-python/billiard: Remove py2

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

 dev-python/billiard/billiard-3.5.0.2.ebuild | 2 +-
 dev-python/billiard/billiard-3.6.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild 
b/dev-python/billiard/billiard-3.5.0.2.ebuild
index 541e6643f46..dd6ede09bfc 100644
--- a/dev-python/billiard/billiard-3.5.0.2.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/billiard/billiard-3.6.0.0.ebuild 
b/dev-python/billiard/billiard-3.6.0.0.ebuild
index 4d3b932cc8f..5ac822b6d80 100644
--- a/dev-python/billiard/billiard-3.6.0.0.ebuild
+++ b/dev-python/billiard/billiard-3.6.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1 flag-o-matic
 



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

2020-02-04 Thread Michał Górny
commit: 277d794deb741ed4d733e286ad03798094dd78da
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:21:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:21:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277d794d

dev-python/boto3: Remove py2

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

 dev-python/boto3/boto3-1.10.2.ebuild   | 2 +-
 dev-python/boto3/boto3-1.9.122.ebuild  | 2 +-
 dev-python/boto3/boto3-1.9.4-r1.ebuild | 2 +-
 dev-python/boto3/boto3-.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/boto3/boto3-1.10.2.ebuild 
b/dev-python/boto3/boto3-1.10.2.ebuild
index 7ade38cf045..b19ce9f817a 100644
--- a/dev-python/boto3/boto3-1.10.2.ebuild
+++ b/dev-python/boto3/boto3-1.10.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/boto3/boto3-1.9.122.ebuild 
b/dev-python/boto3/boto3-1.9.122.ebuild
index 7d65a102225..9febd85846f 100644
--- a/dev-python/boto3/boto3-1.9.122.ebuild
+++ b/dev-python/boto3/boto3-1.9.122.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/boto3/boto3-1.9.4-r1.ebuild 
b/dev-python/boto3/boto3-1.9.4-r1.ebuild
index 7d65a102225..9febd85846f 100644
--- a/dev-python/boto3/boto3-1.9.4-r1.ebuild
+++ b/dev-python/boto3/boto3-1.9.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/boto3/boto3-.ebuild 
b/dev-python/boto3/boto3-.ebuild
index 7ade38cf045..b19ce9f817a 100644
--- a/dev-python/boto3/boto3-.ebuild
+++ b/dev-python/boto3/boto3-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1 vcs-snapshot
 



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

2020-02-04 Thread Michał Górny
commit: a86c1a72a30ece5e80641cab05ee9c0197e10e50
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:17:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:17:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86c1a72

dev-python/bibtexparser: Remove py2

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

 dev-python/bibtexparser/bibtexparser-0.6.2.ebuild | 2 +-
 dev-python/bibtexparser/bibtexparser-1.1.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild 
b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
index 38eef0d6415..a855dadfdb0 100644
--- a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
+++ b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 python-r1
 

diff --git a/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild 
b/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
index 72655859320..5b5c3522fda 100644
--- a/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
+++ b/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 python-r1
 



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

2020-02-04 Thread Michał Górny
commit: df650f53fab427ec407b1412e5ecfafeee82c58c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:13:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df650f53

dev-python/s3fs: Remove py2

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

 dev-python/s3fs/s3fs-0.1.2.ebuild | 2 +-
 dev-python/s3fs/s3fs-0.1.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/s3fs/s3fs-0.1.2.ebuild 
b/dev-python/s3fs/s3fs-0.1.2.ebuild
index 26601563c46..e27ace35e94 100644
--- a/dev-python/s3fs/s3fs-0.1.2.ebuild
+++ b/dev-python/s3fs/s3fs-0.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/s3fs/s3fs-0.1.5.ebuild 
b/dev-python/s3fs/s3fs-0.1.5.ebuild
index 379772cc916..67bad6d489d 100644
--- a/dev-python/s3fs/s3fs-0.1.5.ebuild
+++ b/dev-python/s3fs/s3fs-0.1.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 6d4a8fff4a4f76e1be0e615449c3e50e6bc07b95
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:27:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:27:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4a8fff

profiles/base: Mask dev-python/zeep[tornado] due to broken deps

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

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 360128c3e54..e52a5863798 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny  (2020-02-04)
+# Unsatisfiable dep due to missing impls.
+dev-python/zeep tornado
+
 # Michał Górny  (2020-01-29)
 # Require Python 2 support in numpydoc.
 

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

2020-02-04 Thread Michał Górny
commit: 983a16bff951e02f5b121db9d5b6d795e4ee97b0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:14:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:14:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983a16bf

dev-python/cfn-python-lint: Remove py2

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

 dev-python/cfn-python-lint/cfn-python-lint-0.21.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.21.6.ebuild 
b/dev-python/cfn-python-lint/cfn-python-lint-0.21.6.ebuild
index 7efc58b4dcf..f6100059600 100644
--- a/dev-python/cfn-python-lint/cfn-python-lint-0.21.6.ebuild
+++ b/dev-python/cfn-python-lint/cfn-python-lint-0.21.6.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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 86b0d27b95a12f7a5b7cbd90b17c5321744a0aba
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:23:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:23:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b0d27b

dev-python/zeep: Remove py2

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

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

diff --git a/dev-python/zeep/zeep-3.4.0.ebuild 
b/dev-python/zeep/zeep-3.4.0.ebuild
index e3416ee73b7..ff1045c97e5 100644
--- a/dev-python/zeep/zeep-3.4.0.ebuild
+++ b/dev-python/zeep/zeep-3.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"



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

2020-02-04 Thread Michał Górny
commit: 933aa7e8aa2e874aad9af6d66cc4d224612f8aa2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:20:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:20:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933aa7e8

dev-python/bluelet: Remove py2

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

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

diff --git a/dev-python/bluelet/bluelet-0.2.0.ebuild 
b/dev-python/bluelet/bluelet-0.2.0.ebuild
index bdd2fd1ac73..6c67486dcc5 100644
--- a/dev-python/bluelet/bluelet-0.2.0.ebuild
+++ b/dev-python/bluelet/bluelet-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: e65cfb98257d8e05f097de484bbaf9deac8aa0e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:18:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:18:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65cfb98

dev-python/binaryornot: Remove py2

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

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

diff --git a/dev-python/binaryornot/binaryornot-0.4.3.ebuild 
b/dev-python/binaryornot/binaryornot-0.4.3.ebuild
index 09a2b92fcbb..ab817f0e4b3 100644
--- a/dev-python/binaryornot/binaryornot-0.4.3.ebuild
+++ b/dev-python/binaryornot/binaryornot-0.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: d050242a8b14f89a3aa493444f65fc2743be
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:21:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:21:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0502428

dev-python/botocore: Remove py2

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

 dev-python/botocore/botocore-1.12.122.ebuild | 2 +-
 dev-python/botocore/botocore-1.13.46.ebuild  | 2 +-
 dev-python/botocore/botocore-1.13.50.ebuild  | 2 +-
 dev-python/botocore/botocore-1.14.7.ebuild   | 2 +-
 dev-python/botocore/botocore-.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/botocore/botocore-1.12.122.ebuild 
b/dev-python/botocore/botocore-1.12.122.ebuild
index 6cb36e84b36..2137a90141d 100644
--- a/dev-python/botocore/botocore-1.12.122.ebuild
+++ b/dev-python/botocore/botocore-1.12.122.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 

diff --git a/dev-python/botocore/botocore-1.13.46.ebuild 
b/dev-python/botocore/botocore-1.13.46.ebuild
index 8fd7899b8b6..766ab71b532 100644
--- a/dev-python/botocore/botocore-1.13.46.ebuild
+++ b/dev-python/botocore/botocore-1.13.46.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 

diff --git a/dev-python/botocore/botocore-1.13.50.ebuild 
b/dev-python/botocore/botocore-1.13.50.ebuild
index 8fd7899b8b6..766ab71b532 100644
--- a/dev-python/botocore/botocore-1.13.50.ebuild
+++ b/dev-python/botocore/botocore-1.13.50.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 

diff --git a/dev-python/botocore/botocore-1.14.7.ebuild 
b/dev-python/botocore/botocore-1.14.7.ebuild
index 060f32f24f3..f9ce3c85acf 100644
--- a/dev-python/botocore/botocore-1.14.7.ebuild
+++ b/dev-python/botocore/botocore-1.14.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 
 inherit distutils-r1
 

diff --git a/dev-python/botocore/botocore-.ebuild 
b/dev-python/botocore/botocore-.ebuild
index 060f32f24f3..f9ce3c85acf 100644
--- a/dev-python/botocore/botocore-.ebuild
+++ b/dev-python/botocore/botocore-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 1619efc4c098ac07e8769f5f9ecbe5597fee5054
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:23:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:23:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1619efc4

app-admin/gixy: Remove py2

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

 app-admin/gixy/gixy-0.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gixy/gixy-0.1.20.ebuild 
b/app-admin/gixy/gixy-0.1.20.ebuild
index 5bcec4d5aef..24cbe707229 100644
--- a/app-admin/gixy/gixy-0.1.20.ebuild
+++ b/app-admin/gixy/gixy-0.1.20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 545b3819819f93b4d8bdaffa3773b0d6c4353c41
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:24:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:24:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545b3819

dev-python/zeep: Add PYTHON_USEDEP

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

 dev-python/zeep/zeep-3.4.0.ebuild | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/dev-python/zeep/zeep-3.4.0.ebuild 
b/dev-python/zeep/zeep-3.4.0.ebuild
index ff1045c97e5..8a508a3b5ca 100644
--- a/dev-python/zeep/zeep-3.4.0.ebuild
+++ b/dev-python/zeep/zeep-3.4.0.ebuild
@@ -17,20 +17,20 @@ IUSE="async -tornado"
 
 DEPEND="dev-python/setuptools"
 RDEPEND="${DEPEND}
-   >=dev-python/appdirs-1.4.0
-   >=dev-python/attrs-17.2.0
-   >=dev-python/cached-property-1.3.0
-   >=dev-python/defusedxml-0.4.1
-   >=dev-python/isodate-0.5.4
-   >=dev-python/lxml-3.1.0
-   >=dev-python/requests-2.7.0
-   >=dev-python/requests-toolbelt-0.7.1
-   >=dev-python/six-1.9.0
-   dev-python/pytz
-   async? ( >=dev-python/aiohttp-1.0 )
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
tornado? (
-   >=www-servers/tornado-4.0.2
-   =www-servers/tornado-4.0.2[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2020-02-04 Thread Craig Andrews
commit: ca985c2870da0a745d572e8675be42b836d7750f
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Feb  4 13:35:20 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Feb  4 13:36:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca985c28

net-p2p/cpuminer-opt: 3.11.9 version bump

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

 net-p2p/cpuminer-opt/Manifest   |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 0020eee2a79..355bba24df7 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -2,3 +2,4 @@ DIST cpuminer-opt-3.11.5.tar.gz 1927342 BLAKE2B 
92f5bc74e6ef31ff320e502807d884dd
 DIST cpuminer-opt-3.11.6.tar.gz 1927145 BLAKE2B 
8cb90a3a419011b98c5105e80aafcf0918934f9648fc2719d876430e6d706e7010a78c01c2b281f7c371a06be9df514dad0bad0c6b8eff456fe14ba9d74ac3f0
 SHA512 
bfe2df3ba577195781f92b4d96c34a5ea991217b59a5de4f1931458a8475ff630bd9779965110484b2540def1aea5c84de6136203a82c664e968c195a0e494ee
 DIST cpuminer-opt-3.11.7.tar.gz 1926765 BLAKE2B 
710dc5f03c5df8645170acafae0db01728120202cab6ec4840b590e48d14d5d3ddf611faec394dbade0fed6158120c5e9468ca0bfbb110f06d1d7ab705a6204c
 SHA512 
c6f57598731683f5c3a68bd7ce39c1ed95694249cf5c65dac98ea4cbafe515e272587a93d43b16cc21d53ef9cb74c3db86863705b020e8941e3518f31f3a59d3
 DIST cpuminer-opt-3.11.8.tar.gz 1887415 BLAKE2B 
c15467648edbb06da9edb0d2b9d451306d119f85b2aff46ced4b5d909682082352edbab9dd14d9772fb98cabd717102c6fb1e343c43c4e41e78f74dbfc2585f5
 SHA512 
5a6cf6a2540a530f3f9796bc8a3d57cc3662615777c8328d822c69348584ad342b123753a95e3d0bb39596294d24cbb7acbe6d3cec597e4dcc945906b0ead777
+DIST cpuminer-opt-3.11.9.tar.gz 1871215 BLAKE2B 
3cd19225d4e2b4ab26721069d83f6d568c48ca12fa94ced3502442042999f8db0e8c69e46617738238d9ab969ef39e3ef555731c4618a7b7b6c88d438c58
 SHA512 
d1a8f18769970a05df8da454f1755fda593dc0dfb2484855fb447dca25484254cefdbd31e19917b13195519c0e5cbf91fbe644f2d27300ad2db6c1ae52d5125b

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild
new file mode 100644
index 000..a5d436b3b8b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt";
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git";
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2020-02-04 Thread Craig Andrews
commit: 3f4fed789ed57be7085cb56abab8212ca27b8176
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Feb  4 13:36:07 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Feb  4 13:36:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4fed78

net-p2p/cpuminer-opt: Cleanup old versions

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

 net-p2p/cpuminer-opt/Manifest   |  4 --
 net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild | 50 -
 net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild | 50 -
 net-p2p/cpuminer-opt/cpuminer-opt-3.11.7.ebuild | 50 -
 net-p2p/cpuminer-opt/cpuminer-opt-3.11.8.ebuild | 50 -
 5 files changed, 204 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 355bba24df7..ba5cc3b08fa 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,5 +1 @@
-DIST cpuminer-opt-3.11.5.tar.gz 1927342 BLAKE2B 
92f5bc74e6ef31ff320e502807d884dd0106ae3c28722b0b453b7a9c1d9568596e9beab1ee9d2a5a5ab1f1ad184f04d4cf012503393407a8133d3c806764fafa
 SHA512 
7b31286a4d8a3613ace70be85cd80f7645d148a19b1707ea9c4b0c0b023b656a7bac37587e21a9db5477074e04ce1b87fdac794be999c284c51b0b7680be12e8
-DIST cpuminer-opt-3.11.6.tar.gz 1927145 BLAKE2B 
8cb90a3a419011b98c5105e80aafcf0918934f9648fc2719d876430e6d706e7010a78c01c2b281f7c371a06be9df514dad0bad0c6b8eff456fe14ba9d74ac3f0
 SHA512 
bfe2df3ba577195781f92b4d96c34a5ea991217b59a5de4f1931458a8475ff630bd9779965110484b2540def1aea5c84de6136203a82c664e968c195a0e494ee
-DIST cpuminer-opt-3.11.7.tar.gz 1926765 BLAKE2B 
710dc5f03c5df8645170acafae0db01728120202cab6ec4840b590e48d14d5d3ddf611faec394dbade0fed6158120c5e9468ca0bfbb110f06d1d7ab705a6204c
 SHA512 
c6f57598731683f5c3a68bd7ce39c1ed95694249cf5c65dac98ea4cbafe515e272587a93d43b16cc21d53ef9cb74c3db86863705b020e8941e3518f31f3a59d3
-DIST cpuminer-opt-3.11.8.tar.gz 1887415 BLAKE2B 
c15467648edbb06da9edb0d2b9d451306d119f85b2aff46ced4b5d909682082352edbab9dd14d9772fb98cabd717102c6fb1e343c43c4e41e78f74dbfc2585f5
 SHA512 
5a6cf6a2540a530f3f9796bc8a3d57cc3662615777c8328d822c69348584ad342b123753a95e3d0bb39596294d24cbb7acbe6d3cec597e4dcc945906b0ead777
 DIST cpuminer-opt-3.11.9.tar.gz 1871215 BLAKE2B 
3cd19225d4e2b4ab26721069d83f6d568c48ca12fa94ced3502442042999f8db0e8c69e46617738238d9ab969ef39e3ef555731c4618a7b7b6c88d438c58
 SHA512 
d1a8f18769970a05df8da454f1755fda593dc0dfb2484855fb447dca25484254cefdbd31e19917b13195519c0e5cbf91fbe644f2d27300ad2db6c1ae52d5125b

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild
deleted file mode 100644
index a5d436b3b8b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt";
-IUSE="cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   >=net-misc/curl-7.15[ssl]
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git";
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   econf --with-crypto --with-curl
-}
-
-src_install() {
-   default
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto "/etc/${PN}"
-   doins cpuminer-conf.json
-}
-
-src_test() {
-   ./cpuminer --cputest || die
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild
deleted file mode 100644
index a5d436b3b8b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt";
-IUSE="cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   >=net-misc/curl-7.15[ssl]
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${P

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

2020-02-04 Thread Michał Górny
commit: 34d5e6c2e3bc21bbb50005cc5fe25ade7f1159b1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:33:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d5e6c2

dev-python/cachelib: Remove py2

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

 dev-python/cachelib/cachelib-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cachelib/cachelib-0.1.ebuild 
b/dev-python/cachelib/cachelib-0.1.ebuild
index 937ba108d67..884023189b6 100644
--- a/dev-python/cachelib/cachelib-0.1.ebuild
+++ b/dev-python/cachelib/cachelib-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Collection of cache libraries in the same API interface. 
Extracted from werkzeug"



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

2020-02-04 Thread Michał Górny
commit: 5ab83d5ebf640bae5a0beab880dfb8c18b386957
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:40:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab83d5e

dev-python/py-amqp: Remove py2

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

 dev-python/py-amqp/py-amqp-2.3.2.ebuild | 2 +-
 dev-python/py-amqp/py-amqp-2.4.2.ebuild | 2 +-
 dev-python/py-amqp/py-amqp-2.5.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/py-amqp/py-amqp-2.3.2.ebuild 
b/dev-python/py-amqp/py-amqp-2.3.2.ebuild
index 5510755d23b..fad3bec7b45 100644
--- a/dev-python/py-amqp/py-amqp-2.3.2.ebuild
+++ b/dev-python/py-amqp/py-amqp-2.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/py-amqp/py-amqp-2.4.2.ebuild 
b/dev-python/py-amqp/py-amqp-2.4.2.ebuild
index 262ae2aabdd..4ef779d7f61 100644
--- a/dev-python/py-amqp/py-amqp-2.4.2.ebuild
+++ b/dev-python/py-amqp/py-amqp-2.4.2.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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/py-amqp/py-amqp-2.5.0.ebuild 
b/dev-python/py-amqp/py-amqp-2.5.0.ebuild
index d2527024cdd..22fd7771303 100644
--- a/dev-python/py-amqp/py-amqp-2.5.0.ebuild
+++ b/dev-python/py-amqp/py-amqp-2.5.0.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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: b2354202fd481debc71267d1ca6f731b497c3fa0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:40:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2354202

dev-python/case: Remove py2

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

 dev-python/case/case-1.5.2-r1.ebuild | 2 +-
 dev-python/case/case-1.5.3.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/case/case-1.5.2-r1.ebuild 
b/dev-python/case/case-1.5.2-r1.ebuild
index d078118426b..85cca93f22a 100644
--- a/dev-python/case/case-1.5.2-r1.ebuild
+++ b/dev-python/case/case-1.5.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index 6a8f2b244ed..6dee7201f57 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 8641335a07585d1d8a487c44adff9ab50e0f57a5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:40:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8641335a

dev-python/vine: Remove py2

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

 dev-python/vine/vine-1.1.3.ebuild | 2 +-
 dev-python/vine/vine-1.3.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/vine/vine-1.1.3.ebuild 
b/dev-python/vine/vine-1.1.3.ebuild
index cd4e2df612d..884156772b2 100644
--- a/dev-python/vine/vine-1.1.3.ebuild
+++ b/dev-python/vine/vine-1.1.3.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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/vine/vine-1.3.0.ebuild 
b/dev-python/vine/vine-1.3.0.ebuild
index 82e0d8e8784..d4f6f397b64 100644
--- a/dev-python/vine/vine-1.3.0.ebuild
+++ b/dev-python/vine/vine-1.3.0.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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 4726c03dae5f3da1b432e9de2e15de080cfdcc5d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:37:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4726c03d

dev-python/cachetools: Remove py2

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

 dev-python/cachetools/cachetools-3.1.0.ebuild | 2 +-
 dev-python/cachetools/cachetools-3.1.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cachetools/cachetools-3.1.0.ebuild 
b/dev-python/cachetools/cachetools-3.1.0.ebuild
index c343dc3a794..2148006d4ac 100644
--- a/dev-python/cachetools/cachetools-3.1.0.ebuild
+++ b/dev-python/cachetools/cachetools-3.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/cachetools/cachetools-3.1.1.ebuild 
b/dev-python/cachetools/cachetools-3.1.1.ebuild
index c343dc3a794..2148006d4ac 100644
--- a/dev-python/cachetools/cachetools-3.1.1.ebuild
+++ b/dev-python/cachetools/cachetools-3.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: ba983c9a80595f70248ad2735a8f91078e88410f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:39:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba983c9a

dev-python/carbon: Remove py2

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

 dev-python/carbon/carbon-1.1.3-r1.ebuild | 2 +-
 dev-python/carbon/carbon-1.1.5.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/carbon/carbon-1.1.3-r1.ebuild 
b/dev-python/carbon/carbon-1.1.3-r1.ebuild
index 1a6e761e0a8..9bad6351027 100644
--- a/dev-python/carbon/carbon-1.1.3-r1.ebuild
+++ b/dev-python/carbon/carbon-1.1.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/carbon/carbon-1.1.5.ebuild 
b/dev-python/carbon/carbon-1.1.5.ebuild
index 7aae679f68c..74d2937c437 100644
--- a/dev-python/carbon/carbon-1.1.5.ebuild
+++ b/dev-python/carbon/carbon-1.1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )  # 3.7 dropped due to dep-hell
+PYTHON_COMPAT=( python3_6 )  # 3.7 dropped due to dep-hell
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 18c06e96c06787093de3ef4fd8f3f3f8bca9862a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:38:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c06e96

dev-python/coloredlogs: Remove py2

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

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

diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
index e5f3a194fa4..74ef59cebf3 100644
--- a/dev-python/coloredlogs/coloredlogs-6.1.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 452a8069d8548bb86e7a561607c8ad304fbd519c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:38:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452a8069

dev-python/humanfriendly: Remove py2

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

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

diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild 
b/dev-python/humanfriendly/humanfriendly-4.17.ebuild
index 2b7465a35b7..9fe2f4da94e 100644
--- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild
+++ b/dev-python/humanfriendly/humanfriendly-4.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2020-02-04 Thread Michał Górny
commit: c807eafef079b2364feae04397f69fa09ac31a45
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:39:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c807eafe

dev-python/capturer: Remove py2

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

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

diff --git a/dev-python/capturer/capturer-2.3.ebuild 
b/dev-python/capturer/capturer-2.3.ebuild
index 31a964c7bfe..45eb0e66371 100644
--- a/dev-python/capturer/capturer-2.3.ebuild
+++ b/dev-python/capturer/capturer-2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 2328b6f3d0477c7bca2db6a161dd37de391994b5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:41:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2328b6f3

dev-python/cbor: Remove py2

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

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

diff --git a/dev-python/cbor/cbor-1.0.0.ebuild 
b/dev-python/cbor/cbor-1.0.0.ebuild
index 2373bdc11cf..6a6e9b2d68d 100644
--- a/dev-python/cbor/cbor-1.0.0.ebuild
+++ b/dev-python/cbor/cbor-1.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 457e5c60f2e684e58797152b3fc05bd340ec769a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:33:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457e5c60

dev-util/howdoi: Remove py2

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

 dev-util/howdoi/howdoi-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/howdoi/howdoi-1.2.1.ebuild 
b/dev-util/howdoi/howdoi-1.2.1.ebuild
index c9eaed1e638..d15e587ffec 100644
--- a/dev-util/howdoi/howdoi-1.2.1.ebuild
+++ b/dev-util/howdoi/howdoi-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A code search tool"



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

2020-02-04 Thread David Seifert
commit: 6bdc6141563179a49d46fc1a0039e070dd9e3000
Author: Jan Vesely  gmail  com>
AuthorDate: Sat Feb  1 23:56:13 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Feb  4 13:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdc6141

net-im/skypeforlinux: Drop old

Closes: https://github.com/gentoo/gentoo/pull/14526
Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 net-im/skypeforlinux/Manifest  |   4 -
 .../skypeforlinux-8.52.0.138-r1.ebuild | 107 -
 .../skypeforlinux/skypeforlinux-8.52.0.138.ebuild  | 106 
 .../skypeforlinux/skypeforlinux-8.53.0.85.ebuild   | 107 -
 .../skypeforlinux/skypeforlinux-8.54.0.85.ebuild   | 107 -
 .../skypeforlinux/skypeforlinux-8.54.0.91.ebuild   | 107 -
 6 files changed, 538 deletions(-)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 8576957e58b..309fdbbb7e5 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1,7 +1,3 @@
-DIST skypeforlinux_8.52.0.138-1.x86_64.rpm 106539045 BLAKE2B 
f07275b050ef63f87dfe54633ffa8446c5aa7a3db40e1eeea9c0902e9f7726fab59c7c1e55fd7af9b3f92bfb87a90b74851eeb334e415ed3b90f20013eda2b25
 SHA512 
dffb71138116c7c657a16cb7811e201d70b8d41242d3f1616f7e1ac71d6db60db487184b241b8290e4aa61fe75b470db5731b269afd1d81c502e42bc31e7
-DIST skypeforlinux_8.53.0.85-1.x86_64.rpm 106728092 BLAKE2B 
339630b4090b5b30144f6f023b256117c5ea8868af560a337c7f1c6a8c584a95d5f532300d26e3b417fe74b12806b59d6705cbf6a3a77e37803df03eb2cf92f4
 SHA512 
00de445d903e30f05d9ef7de7016907688dd667a17e542f082842837311b3050af5fe38fdf2d62b9494e308131b2cddac520ef1ba64461c15937a69a4a92abc0
-DIST skypeforlinux_8.54.0.85-1.x86_64.rpm 107064758 BLAKE2B 
2a733286297d710c8e44c9f8367d32db517d81e42a4b5c17d94beaa00a725349327136f89f6022fed47c302cf90322322944c1ecacb8c770bf0c3eb4f22d9cdf
 SHA512 
bb673d198e4c63b846acf6b4cdfc962d25a4128b081a46ccb786925f74aa5a3b0e11b9aecb39a52d913a53908d9b62aaf1905c1d49a8fcca0552fe752e3b71f9
-DIST skypeforlinux_8.54.0.91-1.x86_64.rpm 107062984 BLAKE2B 
b5886adc01fd0ff65fcd97403f2a8b50e28e5e99a0c2d359d0b17aafea4bc932d3b2b7da76ada22d64940cc2186899b6119caa406c654f665f7a0a4e78632a5e
 SHA512 
f6df86a1e5dc5722d623bdaf5ce36df570421ebd524d76d7d9e3d0c85058304ab7248b454ce85b578bae798aa79dc4a067c5334182df1a828334f62640a89c59
 DIST skypeforlinux_8.55.0.123-1.x86_64.rpm 107310130 BLAKE2B 
ec97aeed0159eb91e1e5fa1acf7a9af28e29825e5ec4a422f25115e1daee7e8ad8b5bde11ad65c6b03bd2aecc192f0dfc14fd296ea3a35f077bc4f9e7864c0af
 SHA512 
0bd0ac489f5d1790194146da9299e1e54be289325c0a15f85dfdb4a1a6c8c9a1a21ee36b09603615903d50ac1c389c6d182aa2f3344181503a2e80c2bb76e64c
 DIST skypeforlinux_8.55.0.141-1.x86_64.rpm 107313285 BLAKE2B 
31c77745a410805a9e39e8ce708edf6735e1676d2c99451dab8faf012d32ecd5082e848ee24b2e1687f4b3a85422261f98f56c569fc48bb3e68e7853ffa16f6e
 SHA512 
db5244abf4c00c7b05cdc54471e4fd235f9743d1f4493b886b021ebad064522a9157483e29c5bcfc6bf5b84905da4969f3997e9a8785fbcc3bca1bd1f1a0544e
 DIST skypeforlinux_8.56.0.103-1.x86_64.rpm 107196663 BLAKE2B 
987d35fe670e0902db0d43bea1071f24e893613ec80db3fd2d41c1080f3ea1178a449687fe85384dad93955990afadf7144af31aec0f188e7da5d0ff85c51aca
 SHA512 
2760cdcc0afbf626b603d6716fba201b726f58d5be4e17a90fff271769c99c5a9802b27d7c88d4307ddbd5844c0d705c5dd6ecb9834b7b754f2c5d987d6cbed0

diff --git a/net-im/skypeforlinux/skypeforlinux-8.52.0.138-r1.ebuild 
b/net-im/skypeforlinux/skypeforlinux-8.52.0.138-r1.ebuild
deleted file mode 100644
index 7e1b0f86ef8..000
--- a/net-im/skypeforlinux/skypeforlinux-8.52.0.138-r1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MULTILIB_COMPAT=( abi_x86_64 )
-
-inherit chromium-2 desktop pax-utils rpm multilib-build xdg
-
-DESCRIPTION="Instant messaging client, with support for audio and video"
-HOMEPAGE="https://www.skype.com/";
-SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm";
-
-LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 
Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="pax_kernel"
-
-S="${WORKDIR}"
-QA_PREBUILT="*"
-RESTRICT="mirror bindist strip" #299368
-
-RDEPEND="
-   || (
-   sys-auth/elogind
-   sys-apps/systemd
-   net-im/skype-dbus-mock
-   )
-   app-crypt/libsecret[${MULTILIB_USEDEP}]
-   dev-libs/atk[${MULTILIB_USEDEP}]
-   dev-libs/expat[${MULTILIB_USEDEP}]
-   dev-libs/glib:2[${MULTILIB_USEDEP}]
-   dev-libs/nspr[${MULTILIB_USEDEP}]
-   dev-libs/nss[${MULTILIB_USEDEP}]
-   media-libs/alsa-lib[${MULTILIB_USEDEP}]
-   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
-   media-libs/freetype:2[${MULTILIB_USEDEP}]
-   media-libs/libv4l[${MULT

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

2020-02-04 Thread David Seifert
commit: 7ca253990035b9bb6c70d2ae4953404a2c6b807f
Author: Jan Vesely  gmail  com>
AuthorDate: Fri Jan 31 06:23:21 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Feb  4 13:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca25399

net-im/skypeforlinux: Bump version to 8.56.0.103

Bug: https://bugs.gentoo.org/707964
Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 net-im/skypeforlinux/Manifest  |   1 +
 .../skypeforlinux/skypeforlinux-8.56.0.103.ebuild  | 102 +
 2 files changed, 103 insertions(+)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 4d31e48cd40..8576957e58b 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -4,3 +4,4 @@ DIST skypeforlinux_8.54.0.85-1.x86_64.rpm 107064758 BLAKE2B 
2a733286297d710c8e44
 DIST skypeforlinux_8.54.0.91-1.x86_64.rpm 107062984 BLAKE2B 
b5886adc01fd0ff65fcd97403f2a8b50e28e5e99a0c2d359d0b17aafea4bc932d3b2b7da76ada22d64940cc2186899b6119caa406c654f665f7a0a4e78632a5e
 SHA512 
f6df86a1e5dc5722d623bdaf5ce36df570421ebd524d76d7d9e3d0c85058304ab7248b454ce85b578bae798aa79dc4a067c5334182df1a828334f62640a89c59
 DIST skypeforlinux_8.55.0.123-1.x86_64.rpm 107310130 BLAKE2B 
ec97aeed0159eb91e1e5fa1acf7a9af28e29825e5ec4a422f25115e1daee7e8ad8b5bde11ad65c6b03bd2aecc192f0dfc14fd296ea3a35f077bc4f9e7864c0af
 SHA512 
0bd0ac489f5d1790194146da9299e1e54be289325c0a15f85dfdb4a1a6c8c9a1a21ee36b09603615903d50ac1c389c6d182aa2f3344181503a2e80c2bb76e64c
 DIST skypeforlinux_8.55.0.141-1.x86_64.rpm 107313285 BLAKE2B 
31c77745a410805a9e39e8ce708edf6735e1676d2c99451dab8faf012d32ecd5082e848ee24b2e1687f4b3a85422261f98f56c569fc48bb3e68e7853ffa16f6e
 SHA512 
db5244abf4c00c7b05cdc54471e4fd235f9743d1f4493b886b021ebad064522a9157483e29c5bcfc6bf5b84905da4969f3997e9a8785fbcc3bca1bd1f1a0544e
+DIST skypeforlinux_8.56.0.103-1.x86_64.rpm 107196663 BLAKE2B 
987d35fe670e0902db0d43bea1071f24e893613ec80db3fd2d41c1080f3ea1178a449687fe85384dad93955990afadf7144af31aec0f188e7da5d0ff85c51aca
 SHA512 
2760cdcc0afbf626b603d6716fba201b726f58d5be4e17a90fff271769c99c5a9802b27d7c88d4307ddbd5844c0d705c5dd6ecb9834b7b754f2c5d987d6cbed0

diff --git a/net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild 
b/net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild
new file mode 100644
index 000..941d1e6c04d
--- /dev/null
+++ b/net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit chromium-2 desktop pax-utils rpm multilib-build xdg
+
+DESCRIPTION="Instant messaging client, with support for audio and video"
+HOMEPAGE="https://www.skype.com/";
+SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm";
+
+LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 
Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="pax_kernel"
+
+S="${WORKDIR}"
+QA_PREBUILT="*"
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="
+   app-crypt/libsecret[${MULTILIB_USEDEP}]
+   dev-libs/atk[${MULTILIB_USEDEP}]
+   dev-libs/expat[${MULTILIB_USEDEP}]
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   dev-libs/nspr[${MULTILIB_USEDEP}]
+   dev-libs/nss[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib[${MULTILIB_USEDEP}]
+   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   media-libs/libv4l[${MULTILIB_USEDEP}]
+   net-print/cups[${MULTILIB_USEDEP}]
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-devel/gcc[cxx]
+   virtual/ttf-fonts
+   x11-libs/cairo[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/libxcb[${MULTILIB_USEDEP}]
+   x11-libs/libxkbfile[${MULTILIB_USEDEP}]
+   x11-libs/pango[${MULTILIB_USEDEP}]"
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   rpm_src_unpack ${A}
+}
+
+src_prepare() {
+   default
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
+   -i usr/bin/skypeforlinux || die
+   sed -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
+   -e "/^OnlyShowIn=/d" \
+  

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/, dev-cpp/range-v3/, profiles/updates/, ...

2020-02-04 Thread Vadim Misbakh-Soloviov
commit: c2f678cfbc8d2f92c96b34c9cf1d829448b6ee82
Author: Vadim Misbakh-Soloviov  gentoo  org>
AuthorDate: Tue Feb  4 13:55:50 2020 +
Commit: Vadim Misbakh-Soloviov  gentoo  org>
CommitDate: Tue Feb  4 13:55:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f678cf

dev-cpp/range-v3: moved from dev-libs/range-v3

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Vadim Misbakh-Soloviov  gentoo.org>

 {dev-libs => dev-cpp}/range-v3/Manifest  | 0
 {dev-libs => dev-cpp}/range-v3/metadata.xml  | 0
 {dev-libs => dev-cpp}/range-v3/range-v3-0.10.0-r1.ebuild | 1 +
 net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild| 2 +-
 net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild| 2 +-
 profiles/updates/1Q-2020 | 1 +
 6 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/range-v3/Manifest b/dev-cpp/range-v3/Manifest
similarity index 100%
rename from dev-libs/range-v3/Manifest
rename to dev-cpp/range-v3/Manifest

diff --git a/dev-libs/range-v3/metadata.xml b/dev-cpp/range-v3/metadata.xml
similarity index 100%
rename from dev-libs/range-v3/metadata.xml
rename to dev-cpp/range-v3/metadata.xml

diff --git a/dev-libs/range-v3/range-v3-0.10.0-r1.ebuild 
b/dev-cpp/range-v3/range-v3-0.10.0-r1.ebuild
similarity index 94%
rename from dev-libs/range-v3/range-v3-0.10.0-r1.ebuild
rename to dev-cpp/range-v3/range-v3-0.10.0-r1.ebuild
index f840e1baee0..6386d15b5ee 100644
--- a/dev-libs/range-v3/range-v3-0.10.0-r1.ebuild
+++ b/dev-cpp/range-v3/range-v3-0.10.0-r1.ebuild
@@ -28,6 +28,7 @@ src_configure() {
-DRANGE_V3_TESTS=OFF
-DRANGES_BUILD_CALENDAR_EXAMPLE=OFF
-DRANGES_NATIVE=OFF
+   #TODO: clang support + -DRANGES_MODULES=yes
)
cmake_src_configure
 }

diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild 
b/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild
index c9ebdabbd75..c32dd837051 100644
--- a/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild
@@ -23,7 +23,7 @@ RDEPEND="!net-im/telegram-desktop-bin
app-arch/xz-utils
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   dev-libs/range-v3
+   dev-cpp/range-v3
dev-libs/xxhash
dev-qt/qtcore:5
dev-qt/qtgui:5[png,X(-)]

diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild 
b/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild
index 0abdd74752e..4e3d063493a 100644
--- a/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild
@@ -23,7 +23,7 @@ RDEPEND="!net-im/telegram-desktop-bin
app-arch/xz-utils
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   dev-libs/range-v3
+   dev-cpp/range-v3
dev-libs/xxhash
dev-qt/qtcore:5
dev-qt/qtimageformats:5

diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020
new file mode 100644
index 000..5a553c38311
--- /dev/null
+++ b/profiles/updates/1Q-2020
@@ -0,0 +1 @@
+move dev-libs/range-v3 dev-cpp/range-v3



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

2020-02-04 Thread Agostino Sarubbo
commit: 5b081f55c7666eec7b07acca14b2b5b679989f13
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  4 13:58:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  4 13:58:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b081f55

dev-python/args: amd64 stable wrt bug #708210

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

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

diff --git a/dev-python/args/args-0.1.0-r1.ebuild 
b/dev-python/args/args-0.1.0-r1.ebuild
index 811f73e1960..318e56324a5 100644
--- a/dev-python/args/args-0.1.0-r1.ebuild
+++ b/dev-python/args/args-0.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-02-04 Thread Agostino Sarubbo
commit: 1eafcc61d55c214ea8560cc3ed4e4a38147b14ce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  4 13:58:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  4 13:58:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eafcc61

dev-python/clint: amd64 stable wrt bug #708210

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

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

diff --git a/dev-python/clint/clint-0.5.1-r1.ebuild 
b/dev-python/clint/clint-0.5.1-r1.ebuild
index a8d4092111d..295b4a9f6f5 100644
--- a/dev-python/clint/clint-0.5.1-r1.ebuild
+++ b/dev-python/clint/clint-0.5.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/kennethreitz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2020-02-04 Thread Jeroen Roovers
commit: 490d710e53a057aefaaf5f402adb9fd0696ae729
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb  4 14:03:28 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb  4 14:05:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490d710e

www-client/vivaldi-snapshot: Version 2.11.1811.3_p1

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

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-2.11.1811.3_p1.ebuild | 115 +
 2 files changed, 119 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index a95fc86d0d1..61be7efca92 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -6,3 +6,7 @@ DIST vivaldi-snapshot-2.11.1805.3_p1-amd64.deb 67518936 BLAKE2B 
63cad6603717f14c
 DIST vivaldi-snapshot-2.11.1805.3_p1-arm64.deb 60592608 BLAKE2B 
159648be6f45d1980c273fc15958cf57a7cfa6b46d2353068dd2adf11cf7d5f3d7f45d27f8c0a6c0988067a7f0959c8039e5c3d20a881258e25719dc1d4c0ae7
 SHA512 
aec9a0170d0a875fee33891c9f5760573185b065a8700c6086d0168d22203ba4ab48c0040d86df9967ff3808ae0eda280030ecc478e0a61c6aa900629b4cfe1c
 DIST vivaldi-snapshot-2.11.1805.3_p1-armhf.deb 59942876 BLAKE2B 
e01aaa37f8327fecc27d1e626761502fcd13bf3479604fbec5ccfd2e77d0becc888b01c4232a3b3c2db40dd130bda3734ca15d291e9f762fd173db6aa65a2070
 SHA512 
44485b65ff509ff11a24c2a22c15b3df606c7df872dcf617440b4f0ee65a330273bad1196d7372f6a3038d7f15e759d1f818828125e244ac4676e64261a33b19
 DIST vivaldi-snapshot-2.11.1805.3_p1-i386.deb 66348980 BLAKE2B 
01d8cd9f9b58732a12db30c650b72dd5233bdb6288e4794548ec2788d6ffd9b9fff9f4a9ff1b57c7b767c135b2ff8df2afcf92b2144ea77b56ad4fb86f3ca279
 SHA512 
c3817a0a4f81059618f09c7d1cf9c86a936bba3fad4446ed3582bef18836b95620113dc7f001c2c425001a59dc7b20f1e7d0289e1d6c8942cbd7aea204a3fdf6
+DIST vivaldi-snapshot-2.11.1811.3_p1-amd64.deb 67520356 BLAKE2B 
7eaa25fbc8659d495191192cf69a49a9433c766751242aaefc2f016840ef039abc35b33b198e576f382b7872387b4532b08a989737a11d13f79ed3e54b81044a
 SHA512 
a4c37ccf72136dd65694de29b93793faba70273c2f21f7f916e626d9a5764832a795be13e16e20e209503e7567273c96bc7323e8e7a207abfa245061082f549d
+DIST vivaldi-snapshot-2.11.1811.3_p1-arm64.deb 60586676 BLAKE2B 
0b3dcb6c0e1655bd77a2303bf949d77165dafa5163a7ffd0dfae5b6705f45b355c851743850817be2b92dbb144d1f1e8d36aa987bb796c61667515577ee01c3f
 SHA512 
6f37834e36dbc86701522b9a132285e26653f7e666b6e1a867e07da65eb5b195f8408c8d5cd5bf6481115604b92005ddb52e623a0f979f64b5e6244ee5f02b5a
+DIST vivaldi-snapshot-2.11.1811.3_p1-armhf.deb 59947216 BLAKE2B 
af41707f221828a85db7e86afe3ca6e791540c18e88cc50b0f30c57cf28c62927033f65106d2f17dc05d63cf9e11928e7c881ae9cbd2729b6f3ad37d0a3541b5
 SHA512 
eafe91598f3bf9fa88fff5bde127f9f72bb74f4c4d22db27ec9cb239b749c6dc2b17dce6f07652c977b9fea7c56bc2b8f97effab012891a16d8d82b1d9bb41d1
+DIST vivaldi-snapshot-2.11.1811.3_p1-i386.deb 66367316 BLAKE2B 
5142018296fd5f4080fdd725c0f9bb0dcc649f87c6a9c90110e3e92688930367c994de83d2f93959c77a6f813f0cfdb2df3702ee1601335306c3979e7b51
 SHA512 
307fa1cba3f3a1a45e2750a0794b62477727589241233c0fa97922f7ab660874614f5d1b49403f87417f112047e3aeb0127ff27c171b7ca973b837d7140552de

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1811.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1811.3_p1.ebuild
new file mode 100644
index 000..23aeb880ad5
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1811.3_p1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu
+   fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku 
lt
+   lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te 
th
+   tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   

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

2020-02-04 Thread Jeroen Roovers
commit: 207e9f9951957b38689b053dbc5ed4a0656a2eb6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb  4 14:04:13 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb  4 14:05:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207e9f99

www-client/vivaldi-snapshot: Old

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

 www-client/vivaldi-snapshot/Manifest   |   4 -
 .../vivaldi-snapshot-2.11.1800.5_p1.ebuild | 115 -
 2 files changed, 119 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 61be7efca92..6890514aa23 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,7 +1,3 @@
-DIST vivaldi-snapshot-2.11.1800.5_p1-amd64.deb 67523480 BLAKE2B 
a076cbfe6c94149e772f4bd99bd564bb6bf2fc2c1e95874340a85e28ec394bc567a21d67c20359b7aa4034fa345111e5aac7159abf72e169ca8e5849fe8b2164
 SHA512 
4822fdecb1335fcd217c9edd6f183dc73735c74e504978a0fa7ff0742cf91c5b50b8fe979960f7a4e041d2353f7b44562adf1e6f1a67564145871488324b32bb
-DIST vivaldi-snapshot-2.11.1800.5_p1-arm64.deb 60563292 BLAKE2B 
7699f2f907a0848c33ba7e9bf4d3122b600d58492c407d85207dd443c2a252e5a6571c22adf1d5f6ce85c442ac00e5874441d8a0a5890829b5bacf177b5f3100
 SHA512 
e0192520324ef1f22ccb555d126ea336aa68f08efd1521715522722439a96c52ffdbc122d77ab8cca0bdb25ff61cadbdf19ce9542e8fbd2a0edc4bb29a687a9c
-DIST vivaldi-snapshot-2.11.1800.5_p1-armhf.deb 59947460 BLAKE2B 
21a20e54e4a5f7f4c52bc015c01a171b5de4a079ebf1486b3e5aa0ae34dcddefbf23a16ae3b73471e6b2b1035fbf751e29e94200146240f0885a7868bc7fecf7
 SHA512 
87690b1875dfd6edd902a97235d8810d84f2cbc798654c04470b7cc43d5e06cf1f34f85f811b07ea54dac04122f0d0e9e751e7ecc1718147fecea37866794d8c
-DIST vivaldi-snapshot-2.11.1800.5_p1-i386.deb 66346624 BLAKE2B 
2fdee4fcb0a28da2b996a293316eebf4de16d53bdae8e882818e8249b4f7ba74bf16edb140843b3aada485da91755ad71135e4f899eca941c3b34071ca2383f0
 SHA512 
b39324c6f28520051f9e222c33df6de8ad8b6cd4d9e2f937063cc3a307e6e8a47e59e69b35014ee0749520c69a78d02f8a2a0786769e06f530b02b4fb2123304
 DIST vivaldi-snapshot-2.11.1805.3_p1-amd64.deb 67518936 BLAKE2B 
63cad6603717f14c93275095e9370ab35c3818a16bc911fc33bcf53f7a46bc7549ade8c86bfab1c14157dbaffb8242f60c5d80d7732d286ccec6a89a6b658ef4
 SHA512 
bfa939f794e691c65a5f1c9671e058e517063f0fba92ef2e2aee94b58badd3a50d6368afcf0c54d50068088e5fc9a2954903dea8ce75126700848d2b2920cb5d
 DIST vivaldi-snapshot-2.11.1805.3_p1-arm64.deb 60592608 BLAKE2B 
159648be6f45d1980c273fc15958cf57a7cfa6b46d2353068dd2adf11cf7d5f3d7f45d27f8c0a6c0988067a7f0959c8039e5c3d20a881258e25719dc1d4c0ae7
 SHA512 
aec9a0170d0a875fee33891c9f5760573185b065a8700c6086d0168d22203ba4ab48c0040d86df9967ff3808ae0eda280030ecc478e0a61c6aa900629b4cfe1c
 DIST vivaldi-snapshot-2.11.1805.3_p1-armhf.deb 59942876 BLAKE2B 
e01aaa37f8327fecc27d1e626761502fcd13bf3479604fbec5ccfd2e77d0becc888b01c4232a3b3c2db40dd130bda3734ca15d291e9f762fd173db6aa65a2070
 SHA512 
44485b65ff509ff11a24c2a22c15b3df606c7df872dcf617440b4f0ee65a330273bad1196d7372f6a3038d7f15e759d1f818828125e244ac4676e64261a33b19

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1800.5_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1800.5_p1.ebuild
deleted file mode 100644
index 23aeb880ad5..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1800.5_p1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu
-   fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku 
lt
-   lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te 
th
-   tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/";
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-lib

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

2020-02-04 Thread Joonas Niilola
commit: d914247f2bff5264eb7e2557d0bf7132fdbcdad1
Author: Robert Siebeck  r123  de>
AuthorDate: Tue Feb  4 08:23:20 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Feb  4 14:34:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d914247f

net-im/signal-desktop-bin: remove old version

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/14547
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-1.30.0-r1.ebuild| 72 --
 2 files changed, 73 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 7b8a38812a0..978744ce70c 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.30.0_amd64.deb 108653030 BLAKE2B 
0df5c8284f7f2306c5084797a4c986a240fbe83d81d2e73fda87d997f01f58fca203828366a257289ffa8ff819d3989a00a36942addedb90dd34e0eabed99604
 SHA512 
fc63099c7c9c16fe3b6f8b66a31e472748331ee37d848f9b4c838e08be955df49f2a3c4f1b8dba1d8a3097afeab5ab0adfaf1c306c685a22334668fea7f8b1e2
 DIST signal-desktop_1.30.1_amd64.deb 108661142 BLAKE2B 
1838502932471f7d2d275543917f685bca8ac77258649da75637682a39485f657fe48c8262ecff0a2bfce39ac08640ef916d62aead8472f148f8473f6930b63e
 SHA512 
b3a662d2fbb7981345fc9c2e501d8ad83a1bf7f2319a88870442bf2ca11849315410682ed97fca29f33db81560543b13bfb8b7fe5cc9be1d8c9b9c8cdeea

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.30.0-r1.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.30.0-r1.ebuild
deleted file mode 100644
index 93581b413e4..000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.30.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-bin/}"
-
-inherit pax-utils unpacker xdg-utils
-
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/
-   https://github.com/signalapp/Signal-Desktop";
-SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb";
-
-LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-BDEPEND="app-admin/chrpath"
-RDEPEND="
-   dev-libs/nss
-   media-libs/mesa[X(+)]
-   net-print/cups
-   x11-libs/gtk+:3[X]
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst"
-
-QA_PREBUILT="opt/Signal/signal-desktop
-   opt/Signal/chrome-sandbox
-   opt/Signal/libffmpeg.so
-   opt/Signal/libGLESv2.so
-   opt/Signal/libnode.so
-   opt/Signal/libVkICD_mock_icd.so
-   opt/Signal/swiftshader/libGLESv2.so"
-
-S="${WORKDIR}"
-
-src_prepare(){
-   default
-   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
-   -i usr/share/applications/signal-desktop.desktop || die
-   unpack usr/share/doc/signal-desktop/changelog.gz
-   # Fix Bug 706352
-   chrpath 
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/libjpeg.so.8.2.2
 -r '$ORIGIN:/target/lib' || die
-}
-
-src_install() {
-   insinto /
-   dodoc changelog
-   doins -r opt
-   insinto /usr/share
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
-   fperms u+s /opt/Signal/chrome-sandbox
-   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
-
-   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
-   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/files/, net-irc/inspircd/

2020-02-04 Thread Joonas Niilola
commit: df74109f2ad83e9d42240bff6b477bcb6e6d9059
Author: Wade Cline  hotmail  com>
AuthorDate: Tue Feb  4 04:55:37 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Feb  4 14:34:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df74109f

net-irc/inspircd: Bump to 3.5.0

Signed-off-by: Wade Cline  hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14546
Signed-off-by: Joonas Niilola  gentoo.org>

 net-irc/inspircd/Manifest  |   1 +
 .../files/inspircd-3.5.0-fix-path-builds.patch | 346 +
 net-irc/inspircd/inspircd-3.5.0.ebuild | 121 +++
 3 files changed, 468 insertions(+)

diff --git a/net-irc/inspircd/Manifest b/net-irc/inspircd/Manifest
index 02322461d90..3c3a5047987 100644
--- a/net-irc/inspircd/Manifest
+++ b/net-irc/inspircd/Manifest
@@ -1,2 +1,3 @@
 DIST inspircd-2.0.28.tar.gz 735981 BLAKE2B 
d467b4d31db4cbafeba655a4e129766ec780b2244f1945da6e25e9d70a8c7f946ea6258cc4e1189029a9f3be4d93b3d943f0bd20ccb85951f001268c2e460805
 SHA512 
0e8082a03e65f350ac423cc0781506c0eb40151d6e8d250067288b2a1d42087f10c159472ad76028aa986f6764180fdc493893984cadc0064715853472fa3e2a
 DIST inspircd-3.4.0.tar.gz 809845 BLAKE2B 
6529d53c3cbff07727eceea5e1eb321bb8b7f6b231b3d5ea3ed0ced01fe5b66c2da83039a1ac11ff49e6536ef482483a9be26762feb30511a0016bab07d6790a
 SHA512 
871fefff5e337dc6228fae223ff7ac534e159b5bfb838419247b1d16339c860b0b939a28dd4610cf3b8c37328b5e6ccba2ddd80adbd27638f4f3fa28e4f99066
+DIST inspircd-3.5.0.tar.gz 835283 BLAKE2B 
d070d8f299ea2460eb58062b345e9fdef04f1aa94cbedda15bc2ed9c32a7627af383a250359dc77ee6cf2c53dd1841c9a77ce0da236d0b9852c5e9d5a0964aae
 SHA512 
64e7be4b013c418577362b33be73b8f7045f1071ccb2c4e83fdf1a96b98656a3541e20c005bc32532007da21d9ba963f534cd14d16c2e1cf8afcf34b22ffad8c

diff --git a/net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch 
b/net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch
new file mode 100644
index 000..6f156d0cce1
--- /dev/null
+++ b/net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch
@@ -0,0 +1,346 @@
+diff --git a/docs/conf/codepages/ascii.conf.example 
b/docs/conf/codepages/ascii.conf
+similarity index 100%
+rename from docs/conf/codepages/ascii.conf.example
+rename to docs/conf/codepages/ascii.conf
+diff --git a/docs/conf/codepages/latin1.conf.example 
b/docs/conf/codepages/latin1.conf
+similarity index 97%
+rename from docs/conf/codepages/latin1.conf.example
+rename to docs/conf/codepages/latin1.conf
+index 3beb002fd..f5c6b98dc 100644
+--- a/docs/conf/codepages/latin1.conf.example
 b/docs/conf/codepages/latin1.conf
+@@ -39,4 +39,4 @@
+  # þ => Þ
+ 
+ # Include the ASCII rules to avoid duplication.
+-
++
+diff --git a/docs/conf/codepages/rfc1459.conf.example 
b/docs/conf/codepages/rfc1459.conf
+similarity index 100%
+rename from docs/conf/codepages/rfc1459.conf.example
+rename to docs/conf/codepages/rfc1459.conf
+diff --git a/docs/conf/codepages/strict-rfc1459.conf.example 
b/docs/conf/codepages/strict-rfc1459.conf
+similarity index 100%
+rename from docs/conf/codepages/strict-rfc1459.conf.example
+rename to docs/conf/codepages/strict-rfc1459.conf
+diff --git a/docs/conf/filter.conf.example b/docs/conf/filter.conf
+similarity index 100%
+rename from docs/conf/filter.conf.example
+rename to docs/conf/filter.conf
+diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf
+similarity index 100%
+rename from docs/conf/helpop.conf.example
+rename to docs/conf/helpop.conf
+diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf
+similarity index 98%
+rename from docs/conf/inspircd.conf.example
+rename to docs/conf/inspircd.conf
+index dbd56d2fe..55535b1a0 100644
+--- a/docs/conf/inspircd.conf.example
 b/docs/conf/inspircd.conf
+@@ -247,10 +247,10 @@
+ # This can be done by using  #
+ 
+ # To enable IRCCloud on your network uncomment this:
+-#
++#
+ 
+ # To enable KiwiIRC.com on your network uncomment this:
+-#
++#
+ 
+ # A connect class with  set denies connections from the 
specified host/IP range.
+ 
++#
+ 
+ # This file has all the information about server links and ulined servers.
+ # You *MUST* edit it if you intend to link servers.
+-#
++#
+ 
+ #-#-#-#-#-#-#-#-#-#-  MISCELLANEOUS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#
+ # #
+@@ -507,7 +507,7 @@
+ #
+ #   motd - displayed on connect and when a user executes /MOTD
+ # Modules can also define their own files
+-
++
+ 
+ # Example of an executable file include. Note this will be read on rehash,
+ # not when the command is run.
+@@ -543,7 +543,7 @@
+ # the default of 'inspircd.pid' is used.  #
+ # #
+ 
+-#
++#
+ 
+ #-#-#-#-#-#-#-#-#-#-#-#-#- LIST MODE LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#
+ # #
+@@ -693,7 +693,7 @@
+ 

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

2020-02-04 Thread Joonas Niilola
commit: 140dc2350566299382765ca0a3f4caad70f6fd96
Author: Robert Siebeck  r123  de>
AuthorDate: Tue Feb  4 08:19:51 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Feb  4 14:34:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140dc235

net-im/signal-desktop-bin: add new version 1.30.1

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-1.30.1.ebuild   | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 6f4af3d6feb..7b8a38812a0 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_1.30.0_amd64.deb 108653030 BLAKE2B 
0df5c8284f7f2306c5084797a4c986a240fbe83d81d2e73fda87d997f01f58fca203828366a257289ffa8ff819d3989a00a36942addedb90dd34e0eabed99604
 SHA512 
fc63099c7c9c16fe3b6f8b66a31e472748331ee37d848f9b4c838e08be955df49f2a3c4f1b8dba1d8a3097afeab5ab0adfaf1c306c685a22334668fea7f8b1e2
+DIST signal-desktop_1.30.1_amd64.deb 108661142 BLAKE2B 
1838502932471f7d2d275543917f685bca8ac77258649da75637682a39485f657fe48c8262ecff0a2bfce39ac08640ef916d62aead8472f148f8473f6930b63e
 SHA512 
b3a662d2fbb7981345fc9c2e501d8ad83a1bf7f2319a88870442bf2ca11849315410682ed97fca29f33db81560543b13bfb8b7fe5cc9be1d8c9b9c8cdeea

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.30.1.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.30.1.ebuild
new file mode 100644
index 000..b44a40b0b27
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.30.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin/}"
+
+inherit pax-utils unpacker xdg-utils
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/signalapp/Signal-Desktop";
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb";
+
+LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+BDEPEND="app-admin/chrpath"
+RDEPEND="
+   dev-libs/nss
+   media-libs/mesa[X(+)]
+   net-print/cups
+   x11-libs/gtk+:3[X]
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst"
+
+QA_PREBUILT="opt/Signal/signal-desktop
+   opt/Signal/chrome-sandbox
+   opt/Signal/libffmpeg.so
+   opt/Signal/libGLESv2.so
+   opt/Signal/libnode.so
+   opt/Signal/libVkICD_mock_icd.so
+   opt/Signal/swiftshader/libGLESv2.so
+   
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/build/Release/sharp.node
+   opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/*"
+
+S="${WORKDIR}"
+
+src_prepare(){
+   default
+   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+   # Fix Bug 706352
+   chrpath 
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/libjpeg.so.8.2.2
 -r '$ORIGIN:/target/lib' || die
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
+   fperms u+s /opt/Signal/chrome-sandbox
+   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
+   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2020-02-04 Thread Ulrich Müller
commit: 37ac9190de56eada83969b4e32beec4869fb730c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb  4 14:38:35 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb  4 14:39:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ac9190

app-admin/emacs-updater: Remove old.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 app-admin/emacs-updater/Manifest  |  1 -
 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index e23041d5e14..765dadecf43 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.15.tar.xz 7020 BLAKE2B 
bb35103b328a57dcaeb11c258bddbd3a08141d1e245ac4943c7a5a8b815440db0cd06eaac01ad2a00e6e2aa0d23311d774d190fd761be66514856077b3c4e296
 SHA512 
8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a
 DIST emacs-updater-1.16.tar.xz 7112 BLAKE2B 
82160ef71b4c22a385a45765c1f60b7d428297cfb3b51f84bd44b176d1bd302165f9ccdde803aae628a2dab9e0520098082232c513b2006ae5facfa283f287ab
 SHA512 
3de3126debc49ea47bd57802c1a3aa82a0769ab392741fb891c93ffb66141f05f58025fa0de746ec78795fc34c135536740e447e1f6a4ae59aa847d21bd6215b

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
deleted file mode 100644
index 3e91f7f1141..000
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Rebuild Emacs packages"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
-RDEPEND="${DEPEND}
-   >=app-editors/emacs-23.1:*
-   >=app-portage/portage-utils-0.3"
-
-src_prepare() {
-   default
-
-   if ! has_version sys-apps/util-linux; then
-   # BSD ships a dumb getopt(1), so use getopt-long instead
-   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
-   fi
-
-   if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX%/}/:" \
-   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
-   emacs-updater || die
-   fi
-}
-
-src_install() {
-   dosbin emacs-updater
-   doman emacs-updater.8
-}



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

2020-02-04 Thread Ulrich Müller
commit: 33bf67322bdacf5ab6f9800802b065c14b4cd8be
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb  4 14:39:18 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb  4 14:39:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bf6732

app-admin/emacs-updater: Remove unnecessary removal of trailing slash.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 92ee3bdbd77..25dc8ffca26 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,8 +25,8 @@ src_prepare() {
fi
 
if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX%/}/:" \
-   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
+   sed -i -e "1s:/:${EPREFIX}/:" \
+   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
emacs-updater || die
fi
 }



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

2020-02-04 Thread Michał Górny
commit: 364e040eaa6b81b07e86e64b5ec0a3b33a790f30
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 15:27:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 15:27:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364e040e

dev-python/cachetools: Revert "Remove py2"

Missed a revdep, sorry.

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

 dev-python/cachetools/cachetools-3.1.0.ebuild | 2 +-
 dev-python/cachetools/cachetools-3.1.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cachetools/cachetools-3.1.0.ebuild 
b/dev-python/cachetools/cachetools-3.1.0.ebuild
index 2148006d4ac..c343dc3a794 100644
--- a/dev-python/cachetools/cachetools-3.1.0.ebuild
+++ b/dev-python/cachetools/cachetools-3.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/cachetools/cachetools-3.1.1.ebuild 
b/dev-python/cachetools/cachetools-3.1.1.ebuild
index 2148006d4ac..c343dc3a794 100644
--- a/dev-python/cachetools/cachetools-3.1.1.ebuild
+++ b/dev-python/cachetools/cachetools-3.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Mike Gilbert
commit: a94f95b5e7db8b6093d4687f2d0e033d088730cb
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Tue Feb  4 08:29:15 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb  4 15:32:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94f95b5

www-client/chromium: beta channel bump to 80.0.3987.85

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

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

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 7534e3cc00d..c2972508837 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,3 @@
 DIST chromium-79.0.3945.130.tar.xz 778319112 BLAKE2B 
ac6d7c08c34afc4de8383964f76a5eabc9209de185535a27eff2d6934a77d01fd6b07d5c5afb16e9dd936b2650da76d460e8a485ab16f8300144c7de9b3be2bb
 SHA512 
4b5d4769b068f20b8028085a148cbaf31311eeffad0a22c5c0909af273a8e57e077b33cc93331bbeff9165477262eed2e345b2224ac4f76d8bdb79f983596a81
-DIST chromium-80.0.3987.78.tar.xz 801286168 BLAKE2B 
deb9e1392354dcd4b575b559eb5f57e03f558aa546e11f007bda2fe4ebb4a044e8419e36244a358c0b8fe9f5e79782751bc308e33d6454d086cae70361cecead
 SHA512 
2e920fff17586d6dfdbbe324ed56ad1135a3abfe5b74ead8b1277c48e92c68c0a73172c37c3ba73c4475b711502e852a6fcda6681898517f8354a3c97842347d
+DIST chromium-80.0.3987.85.tar.xz 801276000 BLAKE2B 
0f7f0f007cf92ded49418cfa165c4d4fc8208b16254148479fc77b50a13ae816dc371ccf4a5e6ffd788f39e5f8395d6d8a4677d373828731398af6b8b4994856
 SHA512 
20980413b52c47b4e7a77e3bf1231a3bec1efd07707c72dbaa1872b59db575967595f30816c9415d67af3f40a5f382600eb13c65823275fb192a98a638ed
 DIST chromium-81.0.4040.5.tar.xz 828003840 BLAKE2B 
81b3d4b15d5cdc99bcb19ab3745e49b402f00d68a557f58fa3ae0e6b584c28473dba5ca8622373721e54c64760adbf7cb9daae93c1b29336e7f9fc3a387b199f
 SHA512 
47928d6fc022dc0d8b51562c8079baf25aad098f93c52dd4d07d70fa6d9c4b56b4920e163ff3b44d328e741184d5af327394fa56aa36c54509406f2d67e525ed

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



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

2020-02-04 Thread Mike Gilbert
commit: cb9ecda370888ac4db8955c84902d66533c68366
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb  4 15:32:52 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb  4 15:32:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9ecda3

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

Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index e38c3b1c030..dad6de7f189 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_80.0.3987.78-1_amd64.deb 65657404 BLAKE2B 
b2dabb95db9d91856ed45ea7f8950f56936e67bb7b9ded8b09d2f8949120a9364afb9cd5617ae893c8fbc0508f82c36f204db591e6dc5aa07da749482fbb54fc
 SHA512 
d1ccb95f45ddc3d3687dcf1ae90f2d7f7736fcc8b6ee509def7880c3fd96e8ee73f9fbeaa161d895e7e3f61e40031d931b1abc0152101e766f12587603930a0f
+DIST google-chrome-beta_80.0.3987.85-1_amd64.deb 65264892 BLAKE2B 
58ed065b9e5ae024492c4646fd454b64609b3a9f83f13b138b29a6fb5f89ac205bbb4bc923acbd32e44d8111bc8653bcc90b2a46cef18b688c4343a552206fe5
 SHA512 
2f0946ada9cdd3afe29e0b47de598519d89091a5b4133ff9da98ddfcfe802e48bef5ee09fb32a7425b2e1e5783e487338469dc7a0387c2537b9f045d9db9af91

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



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

2020-02-04 Thread Mike Gilbert
commit: c3bc88a9930911d44ca2de4a36b148d1ad348171
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb  4 15:33:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb  4 15:33:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bc88a9

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

Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index e3995a7b030..c10668d1fe5 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_80.0.3987.78-1_amd64.deb 65657404 BLAKE2B 
b2dabb95db9d91856ed45ea7f8950f56936e67bb7b9ded8b09d2f8949120a9364afb9cd5617ae893c8fbc0508f82c36f204db591e6dc5aa07da749482fbb54fc
 SHA512 
d1ccb95f45ddc3d3687dcf1ae90f2d7f7736fcc8b6ee509def7880c3fd96e8ee73f9fbeaa161d895e7e3f61e40031d931b1abc0152101e766f12587603930a0f
+DIST google-chrome-beta_80.0.3987.85-1_amd64.deb 65264892 BLAKE2B 
58ed065b9e5ae024492c4646fd454b64609b3a9f83f13b138b29a6fb5f89ac205bbb4bc923acbd32e44d8111bc8653bcc90b2a46cef18b688c4343a552206fe5
 SHA512 
2f0946ada9cdd3afe29e0b47de598519d89091a5b4133ff9da98ddfcfe802e48bef5ee09fb32a7425b2e1e5783e487338469dc7a0387c2537b9f045d9db9af91
 DIST google-chrome-stable_79.0.3945.130-1_amd64.deb 62193324 BLAKE2B 
7b12e22c004bb7e94d8443b0fe52cd14f75833fbcd85f7c4fe3df5bb43f1f94b41aca21cc8da6d195d98262a07c8d7cdfa027772c8761f03e44532ec563f8cc8
 SHA512 
047bf99b8d24369b4b50ba317e290913131c08a646d88d6f0c8ee5ad79bad9ae3747ee9fd6a1b7cf100dcdd3035bf45a935ac5638a8360cbe2af3114604f68e5
 DIST google-chrome-unstable_81.0.4040.5-1_amd64.deb 66468822 BLAKE2B 
12b6fcacf8c7a38679663769bd9d12103dbf66c334d266b1c37d45d390c2388bacfd8cf2d8764a96fae760a0ac1ad25c312080c81efc7656ce68b7a30334bdde
 SHA512 
94f522fc9df51c5b362b98156d0283354d2f10fe0c17565a7107e05d08291e7705ab19036a86b59d8b044bba36db59bc704ec9bd180309fa6bd8a51dbf41851c

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



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/chrome-remote-desktop/files/, ...

2020-02-04 Thread Mike Gilbert
commit: c5c9e0d4dc94f19ba7b00b918a3c65818c23e0e4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb  4 15:37:42 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb  4 15:37:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c9e0d4

net-misc/chrome-remote-desktop: remove package

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

 net-misc/chrome-remote-desktop/Manifest|   3 -
 .../chrome-remote-desktop-63.0.3239.17-r1.ebuild   | 126 ---
 .../chrome-remote-desktop-77.0.3865.32.ebuild  | 137 
 .../chrome-remote-desktop-80.0.3987.18.ebuild  | 138 -
 ...e-remote-desktop-44.0.2403.44-always-sudo.patch |  20 ---
 .../files/chrome-remote-desktop.conf.d |   7 --
 .../files/chrome-remote-desktop.rc |  65 --
 net-misc/chrome-remote-desktop/metadata.xml|   8 --
 profiles/package.mask  |   6 -
 9 files changed, 510 deletions(-)

diff --git a/net-misc/chrome-remote-desktop/Manifest 
b/net-misc/chrome-remote-desktop/Manifest
deleted file mode 100644
index 0ef12519ee3..000
--- a/net-misc/chrome-remote-desktop/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST chrome-remote-desktop_63.0.3239.17_amd64.deb 19026074 BLAKE2B 
9a62d317768d6c0ab3cf3c6e7c5dea074133cc7c5d2b04ffdc1e0f9877f5f606c044ebab7b230914eba2ade51d2805fb1267f7b1731fa36235495a8192eb3c48
 SHA512 
2843deb7817217c8b8e41931b1e9ef0fdfb40c6a4ceb1bc69499aed16cc729d7ed64f88200c9bb2366a768f294a164da2360ed2b9654d1626696bcf0403e347a
-DIST chrome-remote-desktop_77.0.3865.32_amd64.deb 35724698 BLAKE2B 
25828e144d88072fde7a7e50cd278df1a90b94e0281038239d67e2369eaf93e82897cbda4624cffe34f045b185437a892671541eeb685b80a912733380e3afb8
 SHA512 
1181592536b9313ca136ce280c8349e3d7325b2bfa116714adc4fcb4d4b4f8659cb53cba134d2476b696fa73f55eefbc0a255f6cc76fb1a93eecfff42eb1d425
-DIST chrome-remote-desktop_80.0.3987.18_amd64.deb 27188594 BLAKE2B 
10dbb9364195da2d648d1087360ad7d2845b51d2517eef7e793f6b004d27a4a4331c6b7138db0dcee6d220ca2758549562ddbb1ab176a30dae8ae35744fceb31
 SHA512 
6aee7482ee9dbbc46dabf132c3ab4f610a568de7bb476e1dfdfd19a3ae30fa5d3ac8b9469699e5f0ecea436a3d565252d0a86818f27c7c095d9c6db5859d35a6

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild
deleted file mode 100644
index 4c61d6b3d16..000
--- 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/
-# Fetch the Release file:
-#  https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/Release
-# Which gives you the Packages file:
-#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-i386/Packages
-#  
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
-# And finally gives you the file name:
-#  
pool/main/c/chrome-remote-desktop/chrome-remote-desktop_29.0.1547.32_amd64.deb
-#
-# Use curl to find the answer:
-#  curl -q 
https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages
 | grep ^Filename
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="am ar bg bn ca cs da de el en_GB en es_419 es et fa fil fi fr gu he 
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv 
sw ta te th tr uk vi zh_CN zh_TW"
-
-inherit unpacker eutils python-single-r1 l10n
-
-DESCRIPTION="access remote computers via Chrome!"
-PLUGIN_URL="https://chrome.google.com/remotedesktop";
-HOMEPAGE="https://support.google.com/chrome/answer/1649523 ${PLUGIN_URL}"
-BASE_URI="https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/${PN}/${PN}_${PV}";
-SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )"
-
-LICENSE="google-chrome"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="xrandr"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="bindist mirror"
-
-# All the libs this package links against.
-RDEPEND="app-admin/sudo
-   ${PYTHON_DEPS}
-   >=dev-libs/expat-2
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   dev-python/psutil
-   gnome-base/gconf:2
-   media-libs/fontconfig
-   media-libs/freetype:2
-   sys-devel/gcc
-   sys-libs/glibc
-   sys-libs/pam
-   x11-apps/xdpyinfo
-   x11-apps/setxkbmap
-   x11-libs/cairo
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXtst
-   x11-libs/pango"
-# Settings we just need at runtime.
-# TODO: Look at switching to xf86-video-dummy & xf86-input-void instead of 
xvfb.
-RDEPEND+="
-   xrandr? ( x11-apps/xrandr )
-  

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

2020-02-04 Thread Michał Górny
commit: 1b6d02bbf4cb66c296bbd1df592f36321133d3b9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 15:35:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 15:40:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6d02bb

dev-python/chameleon: Remove py2

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

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

diff --git a/dev-python/chameleon/chameleon-2.25.ebuild 
b/dev-python/chameleon/chameleon-2.25.ebuild
index a82f27e2bb1..ea608feeba1 100644
--- a/dev-python/chameleon/chameleon-2.25.ebuild
+++ b/dev-python/chameleon/chameleon-2.25.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: be9ec7bb3c6e71cd91473a1065566b27e8ae1ba4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 15:36:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 15:40:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9ec7bb

dev-python/cheroot: Remove py2

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

 dev-python/cheroot/cheroot-6.0.0-r1.ebuild | 2 +-
 dev-python/cheroot/cheroot-6.0.0.ebuild| 2 +-
 dev-python/cheroot/cheroot-6.5.4.ebuild| 2 +-
 dev-python/cheroot/cheroot-8.2.1.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild 
b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
index 521f18df285..1022ae4c924 100644
--- a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
+++ b/dev-python/cheroot/cheroot-6.0.0-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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/cheroot/cheroot-6.0.0.ebuild 
b/dev-python/cheroot/cheroot-6.0.0.ebuild
index b92338f529e..586c3328f4d 100644
--- a/dev-python/cheroot/cheroot-6.0.0.ebuild
+++ b/dev-python/cheroot/cheroot-6.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/cheroot/cheroot-6.5.4.ebuild 
b/dev-python/cheroot/cheroot-6.5.4.ebuild
index 56b20f23d4f..6a80492c572 100644
--- a/dev-python/cheroot/cheroot-6.5.4.ebuild
+++ b/dev-python/cheroot/cheroot-6.5.4.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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/cheroot/cheroot-8.2.1.ebuild 
b/dev-python/cheroot/cheroot-8.2.1.ebuild
index 38c6aac0d28..decfdd37481 100644
--- a/dev-python/cheroot/cheroot-8.2.1.ebuild
+++ b/dev-python/cheroot/cheroot-8.2.1.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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 



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

2020-02-04 Thread Michał Górny
commit: 641e113d7414d456ee77808a0693f2430fa91b57
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 15:35:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 15:40:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641e113d

dev-python/chai: Remove py2

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

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

diff --git a/dev-python/chai/chai-1.1.1.ebuild 
b/dev-python/chai/chai-1.1.1.ebuild
index 0a45c23a774..4ab064a1cd4 100644
--- a/dev-python/chai/chai-1.1.1.ebuild
+++ b/dev-python/chai/chai-1.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Easy to use mocking, stubbing and spying framework"



  1   2   3   >