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

2020-08-24 Thread Jeroen Roovers
commit: 3fbc59fb66be9c96d8f7f7104638084ef8cd12ff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 25 05:18:34 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 25 05:18:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbc59fb

dev-libs/libuv: Version 1.39.0

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

 dev-libs/libuv/Manifest|  1 +
 dev-libs/libuv/libuv-1.39.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index 83f302f5d16..211e0c7e31a 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -2,3 +2,4 @@ DIST libuv-1.35.0.tar.gz 1253950 BLAKE2B 
81ed766d0ca6fc0f8d2ed0b530b9a43104a2f98
 DIST libuv-1.37.0.tar.gz 1249701 BLAKE2B 
4c48e2062eaaa259623908db99e3ca4b63f27dcbae097b05af542b32860d79aa5aaf5b388c48902a1927b9c4ad6e88b1c2dc2c052815e1321c3e17932c7f09c6
 SHA512 
ae0d864f5455696507b3a7680170d26e0e333aaeeb74dc2647fc9774a89912ba8ac2be056dbd5cd2b0224ec36ef7bb223fbc851a77302be82c531f8ea01545e0
 DIST libuv-1.38.0.tar.gz 1261216 BLAKE2B 
837a98e176878e81a9dbe10ee178fa1f738c406eb765308017cc3507ba8343ffbb0c09a68dd1376c855e5c0eb938196ab477aeef764219b64f1999468cadf72b
 SHA512 
da9af33ec17f46f2390661f84e942115c442e665cb63ba5637eb12d2cb0b034889e0d816f261abe7fff3b4d0b44ab8bb63c81f3ec1917325cf0ca93e01921641
 DIST libuv-1.38.1.tar.gz 1262516 BLAKE2B 
1c9f04c717a5d814575b86f7b222c18f08a2cea46bfcb48796776c569539363c4a55a2b3c6a8803b89a3964ea4cbacee75d4bccf653250b0823629a4150c972f
 SHA512 
96a52399828b13623bebaa017f401322a5552f596443301d1159ec310112132abe47da0cd39ad3eeae3e8b14d575f2b6bf3d900c2032aac49c0b0260b30f3952
+DIST libuv-1.39.0.tar.gz 1272565 BLAKE2B 
a5ca826f99f2b7fc1736463df3c455caf2b63c8915fba61edd7b418639040910dfab6e170a089da0c18cd928d3b80c586cd10be4c5331a924a37105328960ca5
 SHA512 
b6aca197cbfc96125321ff071f6b2f3e56e99f85db8db6e20601019eae08056b42330ea7a73aa8c9960d142a1c8209910bc33050527f6fe0afaa8f7ed9f54066

diff --git a/dev-libs/libuv/libuv-1.39.0.ebuild 
b/dev-libs/libuv/libuv-1.39.0.ebuild
new file mode 100644
index 000..a9a8ca340c4
--- /dev/null
+++ b/dev-libs/libuv/libuv-1.39.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+DESCRIPTION="Cross-platform asychronous I/O"
+HOMEPAGE="https://github.com/libuv/libuv;
+SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-2 ISC MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+RESTRICT="test"
+
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
+   > m4/libuv-extra-automake-flags.m4 || die
+
+   # upstream fails to ship a configure script
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   cc_cv_cflags__g=no
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_test() {
+   mkdir "${BUILD_DIR}"/test || die
+   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
+   default
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



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

2020-08-24 Thread Patrick McLean
commit: 3640989a46bf867e72536677cda035cdaf1842f6
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 25 03:00:49 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 25 03:01:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3640989a

dev-util/bcc-0.16.0: Fix QA warning

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

 dev-util/bcc/bcc-0.16.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/bcc/bcc-0.16.0.ebuild b/dev-util/bcc/bcc-0.16.0.ebuild
index df7ddfe6f27..c246d266174 100644
--- a/dev-util/bcc/bcc-0.16.0.ebuild
+++ b/dev-util/bcc/bcc-0.16.0.ebuild
@@ -42,7 +42,6 @@ BDEPEND="
virtual/pkgconfig
 "
 
-
 PATCHES=(
"${FILESDIR}/bcc-0.9.0-no-luajit-automagic-dep.patch"
"${FILESDIR}/bcc-0.14.0-cmakelists.patch"



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

2020-08-24 Thread Georgy Yakovlev
commit: b56f27b921c8ead0f639d8b862b20b132cbc7d7c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Aug 25 02:43:27 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Aug 25 02:43:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56f27b9

sys-kernel/gentoo-sources: ppc64 stable, bug #738000

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

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

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

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

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

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box-IMAP4/

2020-08-24 Thread Sam James
commit: 589bd2fd0336ff397d6e6afb133f1620b5db283d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:50:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:50:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589bd2fd

dev-perl/Mail-Box-IMAP4: arm64 keyworded (bug #734840)

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

 dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild 
b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild
index cf4a956b668..d4065ab72df 100644
--- a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild
+++ b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Mail::Box connector via IMAP4"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Term-ReadLine-Gnu/

2020-08-24 Thread Sam James
commit: 625b7c865fd1eec4e027ae27c006fbcb5be9ea5f
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:47:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:47:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625b7c86

dev-perl/Term-ReadLine-Gnu: arm64 keyworded (bug #734840)

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

 dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild 
b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild
index 964c847d367..63820045227 100644
--- a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild
+++ b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="GNU Readline XS library wrapper"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=sys-libs/readline-6.2:0="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box-POP3/

2020-08-24 Thread Sam James
commit: 3fb3fe1035efbe67c48fdc01db59c0379b1076a4
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:48:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:48:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb3fe10

dev-perl/Mail-Box-POP3: arm64 keyworded (bug #734840)

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

 dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild 
b/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild
index 1235d297c5c..662e265d8f7 100644
--- a/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild
+++ b/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Mail::Box connector via POP3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/User-Identity/

2020-08-24 Thread Sam James
commit: 78a8b8e7443013c20bb7509681d906aedb9d0011
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:45:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:45:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a8b8e7

dev-perl/User-Identity: arm64 keyworded (bug #734840)

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

 dev-perl/User-Identity/User-Identity-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/User-Identity/User-Identity-0.990.0.ebuild 
b/dev-perl/User-Identity/User-Identity-0.990.0.ebuild
index 7c6c4acbc9a..96936bf60f6 100644
--- a/dev-perl/User-Identity/User-Identity-0.990.0.ebuild
+++ b/dev-perl/User-Identity/User-Identity-0.990.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Maintains info about a physical person"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-NTLM/

2020-08-24 Thread Sam James
commit: bb454067cb58f55b898e6b4e90efd532bdfebf1e
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:49:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb454067

dev-perl/Authen-NTLM: arm64 keyworded (bug #734840)

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

 dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild 
b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild
index ba0dd5b2e1b..40a84fb10b1 100644
--- a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild
+++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An NTLM authentication module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Message/

2020-08-24 Thread Sam James
commit: 7b57412f03e8b3d864f51c0b27ef4cf10f6363b6
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:46:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:46:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b57412f

dev-perl/Mail-Message: arm64 keyworded (bug #734840)

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

 dev-perl/Mail-Message/Mail-Message-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Message/Mail-Message-3.2.0.ebuild 
b/dev-perl/Mail-Message/Mail-Message-3.2.0.ebuild
index c8723e8ba5f..e42d28b0309 100644
--- a/dev-perl/Mail-Message/Mail-Message-3.2.0.ebuild
+++ b/dev-perl/Mail-Message/Mail-Message-3.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="General Message Object for MIME Messsage Handling"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/

2020-08-24 Thread Sam James
commit: 4d9bfacdd583ca26684aac447b9189439cb3f428
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:50:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:50:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9bfacd

sys-block/targetcli-fb: Stabilize 2.1.53 x86, #736086

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

 sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild 
b/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild
index e751a62d667..c0237e11495 100644
--- a/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild
+++ b/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="dev-python/configshell-fb[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box/

2020-08-24 Thread Sam James
commit: e474bf419ea1c0a7d6a4093cf7f77d149fc4c7c5
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:47:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:47:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e474bf41

dev-perl/Mail-Box: arm64 keyworded (bug #734840)

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

 dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild 
b/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild
index 8edb4eb1433..394c353746f 100644
--- a/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild
+++ b/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Mail folder manager and MUA backend"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/String-ShellQuote/

2020-08-24 Thread Sam James
commit: 801a7cc8882508b4249ac6b546d34e12bfb3c7b3
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:44:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:44:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801a7cc8

dev-perl/String-ShellQuote: arm64 keyworded (bug #734840)

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

 dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild 
b/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild
index e6aa1139201..e967296340a 100644
--- a/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild
+++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Quote strings for passing through the shell"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~mips ppc ppc64 x86"
 IUSE=""
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/

2020-08-24 Thread Sam James
commit: 5f83c31906949e3ca31cedb56a2e403f17e8cdad
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:50:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:50:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f83c319

dev-perl/Mail-Transport: arm64 keyworded (bug #734840)

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

 dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild 
b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
index baf925325aa..e61a98e26f1 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-IMAPClient/

2020-08-24 Thread Sam James
commit: d5742bd3f763f47bf21d702fd4423a2cbc97db7c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:49:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:49:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5742bd3

dev-perl/Mail-IMAPClient: arm64 keyworded (bug #734840)

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

 dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.390.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.390.0.ebuild 
b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.390.0.ebuild
index d5c6e96a6b9..f7d0149d148 100644
--- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.390.0.ebuild
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.390.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="IMAP client module for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~s390 sparc x86"
 IUSE="test ntlm md5 ssl zlib"
 RESTRICT="!test? ( test )"
 



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

2020-08-24 Thread Sam James
commit: ef62398a0751b9c630c73a5df811be133ed5bdf5
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:45:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:45:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef62398a

dev-perl/MIME-Types: arm64 keyworded (bug #734840)

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

 dev-perl/MIME-Types/MIME-Types-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Types/MIME-Types-2.130.0.ebuild 
b/dev-perl/MIME-Types/MIME-Types-2.130.0.ebuild
index d28b9e4a20c..45a750def31 100644
--- a/dev-perl/MIME-Types/MIME-Types-2.130.0.ebuild
+++ b/dev-perl/MIME-Types/MIME-Types-2.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Definition of MIME types"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2020-08-24 Thread Sam James
commit: 69df55e0f867f3bf3f62f36b9ee59b7ee52268f6
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:48:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:48:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69df55e0

net-mail/notmuch: arm64 keyworded (bug #734840)

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

 net-mail/notmuch/notmuch-0.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.30-r1.ebuild 
b/net-mail/notmuch/notmuch-0.30-r1.ebuild
index 2806d20a9ff..87312c1e943 100644
--- a/net-mail/notmuch/notmuch-0.30-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.30-r1.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-3"
 # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is
 # meant to be binary backward compatible.
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc64 ~x86"
 REQUIRED_USE="
nmbug? ( python )
python? ( ${PYTHON_REQUIRED_USE} )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Object-Realize-Later/

2020-08-24 Thread Sam James
commit: 76cff9bb8d334ddf3bf91c59473b8e726262845d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:46:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:46:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cff9bb

dev-perl/Object-Realize-Later: arm64 keyworded (bug #734840)

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

 dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild 
b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild
index b44fcac9ee9..313d4dfb747 100644
--- a/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild
+++ b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Delayed creation of objects"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-24 Thread Sam James
commit: 2871a3f1ba3ae072612f932c8222346fa64d5f97
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:40:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:40:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2871a3f1

dev-python/rtslib-fb: Stabilize 2.1.73 x86, #728770

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

 dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild 
b/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild
index 0b6c439786d..f8dd492afa9 100644
--- a/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild
+++ b/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"



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

2020-08-24 Thread Matt Turner
commit: 91a1c9276575946f05a0577418d83cf3363caf7a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Aug 25 01:10:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Aug 25 01:11:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a1c927

app-admin/sudo: Assume sssd without IUSE=sudo has it enabled

I'm planning to remove it.

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

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

diff --git a/app-admin/sudo/sudo-.ebuild b/app-admin/sudo/sudo-.ebuild
index cecc68448ea..7d0daa6f350 100644
--- a/app-admin/sudo/sudo-.ebuild
+++ b/app-admin/sudo/sudo-.ebuild
@@ -49,7 +49,7 @@ DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
-   sssd? ( sys-auth/sssd[sudo] )
+   sssd? ( sys-auth/sssd[sudo(+)] )
 "
 RDEPEND="
${DEPEND}



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

2020-08-24 Thread Sam James
commit: 520142e21beccd194c755e9acd3bdd3bb1ea0fba
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 01:11:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 01:12:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520142e2

app-arch/file-roller: Stabilize 3.36.3 x86, #717362

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

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

diff --git a/app-arch/file-roller/file-roller-3.36.3.ebuild 
b/app-arch/file-roller/file-roller-3.36.3.ebuild
index 67174aec096..4b13a2c788b 100644
--- a/app-arch/file-roller/file-roller-3.36.3.ebuild
+++ b/app-arch/file-roller/file-roller-3.36.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 IUSE="libnotify nautilus packagekit"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 # gdk-pixbuf used extensively in the source
 # cairo used in eggtreemultidnd.c



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

2020-08-24 Thread Matt Turner
commit: 9507782f3919b09a83dfb07737883a05171b3d85
Author: Robert Förster  gmake  de>
AuthorDate: Sun Aug 16 19:47:40 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Aug 25 01:11:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9507782f

sys-auth/sssd: Readd CPE tag

Closes: https://github.com/gentoo/gentoo/pull/17139
Signed-off-by: Robert Förster  gmake.de>
Signed-off-by: Matt Turner  gentoo.org>

 sys-auth/sssd/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-auth/sssd/metadata.xml b/sys-auth/sssd/metadata.xml
index a7b245452f8..b8a45b6e97e 100644
--- a/sys-auth/sssd/metadata.xml
+++ b/sys-auth/sssd/metadata.xml
@@ -22,6 +22,7 @@
Depend on dev-util/valgrind 
for test suite


+   cpe:/a:fedoraproject:sssd
SSSD/sssd

 



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

2020-08-24 Thread Sam James
commit: 9eddcfe03f5340cfc0b406060361dfb04ffc1f8a
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 00:39:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 00:41:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eddcfe0

dev-lang/mujs: Stabilize 1.0.7 arm64, #738764

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

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

diff --git a/dev-lang/mujs/mujs-1.0.7.ebuild b/dev-lang/mujs/mujs-1.0.7.ebuild
index e6ca251d080..7c1f534b7df 100644
--- a/dev-lang/mujs/mujs-1.0.7.ebuild
+++ b/dev-lang/mujs/mujs-1.0.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz;
 LICENSE="ISC"
 # subslot matches SONAME
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/readline:0="



[gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/

2020-08-24 Thread Sam James
commit: bd973acc7da9bdc56db0c8f60bb290ac51f2f1b6
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 00:21:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 00:22:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd973acc

mail-client/balsa: Stabilize 2.6.1 x86, #725910

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

 mail-client/balsa/balsa-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/balsa/balsa-2.6.1.ebuild 
b/mail-client/balsa/balsa-2.6.1.ebuild
index c3a17aeb0e7..97fa003000c 100644
--- a/mail-client/balsa/balsa-2.6.1.ebuild
+++ b/mail-client/balsa/balsa-2.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
 
 IUSE="gnome +gnome-keyring kerberos ldap libressl rubrica sqlite webkit xface"
 



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

2020-08-24 Thread Mike Gilbert
commit: 8d700c810ed24d8f9d7e19997561897d5bdc0538
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 22 15:09:01 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 25 00:23:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d700c81

www-client/google-chrome-unstable: automated update (86.0.4238.0)

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-86.0.4229.0.ebuild => google-chrome-unstable-86.0.4238.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index e7547b4d811..fe55b90c611 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_86.0.4229.0-1_amd64.deb 70589564 BLAKE2B 
b9ce66ca95995808404f9ea84fd99d93997271492364464b951e020f9f04e414e7585058848e269852c7f48d1d43d02b4259b6184529e0c87378754f967869eb
 SHA512 
b97916505a0eecd5781f687090a6bb1896e7119f91406a29b551bc4ed0692b39767a5f6550c4c24a6ac52df3de5ef5e4eb05a6c01a09a8b86d609279ed7e9423
+DIST google-chrome-unstable_86.0.4238.0-1_amd64.deb 70973552 BLAKE2B 
5b016afee9cac1692b60466dc96f960dbc900b35f97cc5d4eeb49a8c297e71efb20fdba126631eee477e1156dca6e9d6abc069a89890acd4bb4d029050397125
 SHA512 
f1bfb20749b97ddd6c30f31368d2901f4ffc73d7782742b0c57e86aa1e58749a7c429162923d45b37b0f195db55f20eddc9c81ebaf4f92bdad2eb3b546a9

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-86.0.4229.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-86.0.4238.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-86.0.4229.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-86.0.4238.0.ebuild



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

2020-08-24 Thread Mike Gilbert
commit: 0324a8314bb8868578963ba380c81a0b7f06cb03
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug 25 00:20:48 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 25 00:23:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0324a831

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

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-85.0.4183.76.ebuild => google-chrome-beta-85.0.4183.83.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 57a0526ed27..8b019b579b5 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_85.0.4183.76-1_amd64.deb 70232488 BLAKE2B 
1946ede1863764cf0c285c96082bb84ea037e9fc1c226467a3b82e3e01260ea08e5a1d212267517f5905a64e60f8cf341d02b94a17ad1e8b2d320c96a4e607ca
 SHA512 
6f31a0f98ebd980987312d3717c9608679ae535f5bc7421ee63bd67e1f5a183f515919457941871528dcdf6145d037013124acfff5dedf9e17d704cc3f662a0a
+DIST google-chrome-beta_85.0.4183.83-1_amd64.deb 70238712 BLAKE2B 
919213a02924b3720fafb566de62d5397d54495071c8e97c426642e54c43208538fe19c0df96bd0d721bc5e8870ccebf551dcffed61394876414e94f32b6c4bd
 SHA512 
0bf9ecc8e8ce15420a41e64aa6510e9051f5ff7c46f9bc8588dcb296111ff61331e8d416915ca72438dc33f6912c2d6db2e64c6656a432cfb16f5295e42cc0b3

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



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

2020-08-24 Thread Sam James
commit: 669fdb35b8884e782c3802c669cd693a43b07064
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 00:22:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 00:22:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669fdb35

dev-util/ccache: Stabilize 3.7.11 arm64, #738672

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

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

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



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

2020-08-24 Thread Mike Gilbert
commit: bd6fd73dc3d7679d1f599a730a713ac19c8285c1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug 25 00:20:56 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 25 00:23:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6fd73d

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...83.76_beta.ebuild => chrome-binary-plugins-85.0.4183.83_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 48362921202..44a588f557b 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_85.0.4183.76-1_amd64.deb 70232488 BLAKE2B 
1946ede1863764cf0c285c96082bb84ea037e9fc1c226467a3b82e3e01260ea08e5a1d212267517f5905a64e60f8cf341d02b94a17ad1e8b2d320c96a4e607ca
 SHA512 
6f31a0f98ebd980987312d3717c9608679ae535f5bc7421ee63bd67e1f5a183f515919457941871528dcdf6145d037013124acfff5dedf9e17d704cc3f662a0a
+DIST google-chrome-beta_85.0.4183.83-1_amd64.deb 70238712 BLAKE2B 
919213a02924b3720fafb566de62d5397d54495071c8e97c426642e54c43208538fe19c0df96bd0d721bc5e8870ccebf551dcffed61394876414e94f32b6c4bd
 SHA512 
0bf9ecc8e8ce15420a41e64aa6510e9051f5ff7c46f9bc8588dcb296111ff61331e8d416915ca72438dc33f6912c2d6db2e64c6656a432cfb16f5295e42cc0b3
 DIST google-chrome-stable_84.0.4147.135-1_amd64.deb 69582256 BLAKE2B 
097bc8af640109c39d9aa140666545a2c74e491735ac27bdc2858d1d40366d48da4e49ff5002934e0f8af142654ab45088e7d503a550b67dd4c995f011799fb9
 SHA512 
f5c94220b6955bce86e9e6ff68f8727c7627f51147948490ebddaeb3cab5a124251690a4c6e013ecd579ac6c7c5b1a3bbf20f49404fccc10eed140da3cf38e89
 DIST google-chrome-unstable_86.0.4238.0-1_amd64.deb 70973552 BLAKE2B 
5b016afee9cac1692b60466dc96f960dbc900b35f97cc5d4eeb49a8c297e71efb20fdba126631eee477e1156dca6e9d6abc069a89890acd4bb4d029050397125
 SHA512 
f1bfb20749b97ddd6c30f31368d2901f4ffc73d7782742b0c57e86aa1e58749a7c429162923d45b37b0f195db55f20eddc9c81ebaf4f92bdad2eb3b546a9

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



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

2020-08-24 Thread Mike Gilbert
commit: 2af7d72f21f122e48f31237b1ac62ace537435c8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 22 15:09:28 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 25 00:23:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af7d72f

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...29.0_alpha.ebuild => chrome-binary-plugins-86.0.4238.0_alpha.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 fcdecca5edc..48362921202 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_85.0.4183.76-1_amd64.deb 70232488 BLAKE2B 
1946ede1863764cf0c285c96082bb84ea037e9fc1c226467a3b82e3e01260ea08e5a1d212267517f5905a64e60f8cf341d02b94a17ad1e8b2d320c96a4e607ca
 SHA512 
6f31a0f98ebd980987312d3717c9608679ae535f5bc7421ee63bd67e1f5a183f515919457941871528dcdf6145d037013124acfff5dedf9e17d704cc3f662a0a
 DIST google-chrome-stable_84.0.4147.135-1_amd64.deb 69582256 BLAKE2B 
097bc8af640109c39d9aa140666545a2c74e491735ac27bdc2858d1d40366d48da4e49ff5002934e0f8af142654ab45088e7d503a550b67dd4c995f011799fb9
 SHA512 
f5c94220b6955bce86e9e6ff68f8727c7627f51147948490ebddaeb3cab5a124251690a4c6e013ecd579ac6c7c5b1a3bbf20f49404fccc10eed140da3cf38e89
-DIST google-chrome-unstable_86.0.4229.0-1_amd64.deb 70589564 BLAKE2B 
b9ce66ca95995808404f9ea84fd99d93997271492364464b951e020f9f04e414e7585058848e269852c7f48d1d43d02b4259b6184529e0c87378754f967869eb
 SHA512 
b97916505a0eecd5781f687090a6bb1896e7119f91406a29b551bc4ed0692b39767a5f6550c4c24a6ac52df3de5ef5e4eb05a6c01a09a8b86d609279ed7e9423
+DIST google-chrome-unstable_86.0.4238.0-1_amd64.deb 70973552 BLAKE2B 
5b016afee9cac1692b60466dc96f960dbc900b35f97cc5d4eeb49a8c297e71efb20fdba126631eee477e1156dca6e9d6abc069a89890acd4bb4d029050397125
 SHA512 
f1bfb20749b97ddd6c30f31368d2901f4ffc73d7782742b0c57e86aa1e58749a7c429162923d45b37b0f195db55f20eddc9c81ebaf4f92bdad2eb3b546a9

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4229.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4238.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4229.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4238.0_alpha.ebuild



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

2020-08-24 Thread Patrick McLean
commit: 48a84f7589ca2addf1774e0a0851eb53f8cf3b92
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 25 00:17:06 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 25 00:17:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a84f75

dev-util/bpftrace-0.11.0-r1: Revbump, add newer llvm (bug #735760)

Closes: https://bugs.gentoo.org/735760
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Patrick McLean  gentoo.org>

 .../bpftrace/{bpftrace-.ebuild => bpftrace-0.11.0-r1.ebuild} | 5 ++---
 dev-util/bpftrace/bpftrace-.ebuild   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-util/bpftrace/bpftrace-.ebuild 
b/dev-util/bpftrace/bpftrace-0.11.0-r1.ebuild
similarity index 93%
copy from dev-util/bpftrace/bpftrace-.ebuild
copy to dev-util/bpftrace/bpftrace-0.11.0-r1.ebuild
index eab73335433..6eeeb6c28d6 100644
--- a/dev-util/bpftrace/bpftrace-.ebuild
+++ b/dev-util/bpftrace/bpftrace-0.11.0-r1.ebuild
@@ -28,8 +28,7 @@ COMMON_DEPEND="
sys-devel/clang:=
dev-libs/libbpf:=
>=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
-   =dev-util/bcc-0.13.0:=
virtual/libelf
 "
@@ -68,7 +67,7 @@ pkg_pretend() {
 }
 
 pkg_setup() {
-   LLVM_MAX_SLOT=9 llvm_pkg_setup
+   LLVM_MAX_SLOT=11 llvm_pkg_setup
 }
 
 src_prepare() {

diff --git a/dev-util/bpftrace/bpftrace-.ebuild 
b/dev-util/bpftrace/bpftrace-.ebuild
index eab73335433..6eeeb6c28d6 100644
--- a/dev-util/bpftrace/bpftrace-.ebuild
+++ b/dev-util/bpftrace/bpftrace-.ebuild
@@ -28,8 +28,7 @@ COMMON_DEPEND="
sys-devel/clang:=
dev-libs/libbpf:=
>=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
-   =dev-util/bcc-0.13.0:=
virtual/libelf
 "
@@ -68,7 +67,7 @@ pkg_pretend() {
 }
 
 pkg_setup() {
-   LLVM_MAX_SLOT=9 llvm_pkg_setup
+   LLVM_MAX_SLOT=11 llvm_pkg_setup
 }
 
 src_prepare() {



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

2020-08-24 Thread Patrick McLean
commit: d462006c30f8bcaa267ad7acff1692e88128429c
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 25 00:18:56 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 25 00:18:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d462006c

dev-util/bpftrace: Remove old

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

 dev-util/bpftrace/Manifest |   3 -
 dev-util/bpftrace/bpftrace-0.11.0.ebuild   |  86 
 dev-util/bpftrace/bpftrace-0.9.2.ebuild|  68 --
 dev-util/bpftrace/bpftrace-0.9.3.ebuild|  68 --
 dev-util/bpftrace/bpftrace-0.9.4.ebuild|  76 ---
 .../bpftrace-0.10_pre20190614-install-libs.patch   | 115 
 .../files/bpftrace-0.9.3-install-libs.patch| 129 --
 .../files/bpftrace-0.9.4-install-libs.patch| 141 
 .../bpftrace/files/bpftrace-0.9.4-llvm-10.patch| 144 -
 9 files changed, 830 deletions(-)

diff --git a/dev-util/bpftrace/Manifest b/dev-util/bpftrace/Manifest
index 76af8334ccf..05368aaf51b 100644
--- a/dev-util/bpftrace/Manifest
+++ b/dev-util/bpftrace/Manifest
@@ -1,5 +1,2 @@
 DIST bpftrace-0.10.0.tar.gz 835854 BLAKE2B 
623369bb2a2ad8d5eec364afa98bdae3fbe5e66182d8f1187fe86a8bd70ee357a554eb063fdbe5476eab23912adf2cf027092cac3e6989d8f716e91aa5d01212
 SHA512 
da400efe78cea505a32deead594b047ec4394d3eefe86e7b6853fe2dc715c5847a3abcbd26c1fac39d0a534f1e57d6c0bc3625e0c3f1054b0d84b7b1d6eb69b9
 DIST bpftrace-0.11.0.tar.gz 867444 BLAKE2B 
a99255befadea0b4cb54299a8318c0a7a667ac2258b612750705b4d351ac59f4411f2567bc0100929291e3c9756d276671e41af9d398b118b3d486dace2953d7
 SHA512 
32bf0c23a7b0e1a57d0e0b8fc845a9e184e201ac3f6018a3d3cee8c97096093b333578cb898ede02fb3ab8d55ba9bcd2bb67ac70b81a49461c0f6e5c03c2a6f5
-DIST bpftrace-0.9.2.tar.gz 715019 BLAKE2B 
1f20998bd379b91cb46d7e856a5d892e0de7ad6d9f85cb657fcf6a0c879167c0931d28c78e4be98adab349144fe0bc99871cf70556dd1998e5b8f918fa1702e3
 SHA512 
5c6ee5fec690a907c370ed0bed85906d304215d7f97b99a2cae90453061f522fa6369627c9524a5a24e97c6cbb595a880a2a1b1d71095fffb693a4cef172a6f0
-DIST bpftrace-0.9.3.tar.gz 743506 BLAKE2B 
d00708bcebaf7f039788dfc52f4a0bb501bb3c52e8b789060f824652b3917ea3950d77dbc7bee04da013f4b552338251bda9781d19a03ec227208b943fded232
 SHA512 
49b12735fe2fbf4f72d3d0c0372a7a570c7abc92d1f626624d591a863009c8bfabdf86825f133885800c7ea293773651be66e4c792f9cd397f82d250a7af83be
-DIST bpftrace-0.9.4.tar.gz 792253 BLAKE2B 
d34d390a612825141b86ba14482f06820c88bea76580c53c17d19a6480c0e2a5656531f39b79fbcea4e004ecd3eea36877560f22fac584f36a3dffa1e7fe96c5
 SHA512 
d2b32235fa81d6f06771df32877388a9105230adfc638b0d0ebf4f11a567246e8514d93c14da9c7008dbacd6b2c4108604fc5a2721ef831efa5c596cbe50b1da

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

diff --git 

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

2020-08-24 Thread Patrick McLean
commit: 545b9b547562afea19c3fbef089269ba381a8b76
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Aug 24 15:48:45 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 25 00:11:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545b9b54

dev-libs/libbpf: Sync 

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

 dev-libs/libbpf/libbpf-0.1.0.ebuild | 2 +-
 dev-libs/libbpf/libbpf-.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbpf/libbpf-0.1.0.ebuild 
b/dev-libs/libbpf/libbpf-0.1.0.ebuild
index 314c4e709aa..5ba31a42fe5 100644
--- a/dev-libs/libbpf/libbpf-0.1.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.1.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Stand-alone build of libbpf from the Linux 
kernel"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${P}/src"
 
-LICENSE="LGPL-2.1 BSD-2"
+LICENSE="GPL-2 LGPL-2.1 BSD-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+static-libs"

diff --git a/dev-libs/libbpf/libbpf-.ebuild 
b/dev-libs/libbpf/libbpf-.ebuild
index 08e5746d4bf..f363b55ec97 100644
--- a/dev-libs/libbpf/libbpf-.ebuild
+++ b/dev-libs/libbpf/libbpf-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,6 +11,7 @@ else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
 fi
+S="${WORKDIR}/${P}/src"
 
 HOMEPAGE="https://www.kernel.org/doc/html/latest/bpf/bpf_devel_QA.html;
 DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"



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

2020-08-24 Thread Patrick McLean
commit: 2845a1407fa5c704a8bdf2d9ba97856f0b89a92f
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Aug 24 15:47:38 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 25 00:11:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2845a140

dev-libs/libbpf-0.1.0: Version bump

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

 dev-libs/libbpf/Manifest|  1 +
 dev-libs/libbpf/libbpf-0.1.0.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/libbpf/Manifest b/dev-libs/libbpf/Manifest
index ce71d95bdc4..b3d862317cd 100644
--- a/dev-libs/libbpf/Manifest
+++ b/dev-libs/libbpf/Manifest
@@ -2,3 +2,4 @@ DIST libbpf-0.0.6.tar.gz 213791 BLAKE2B 
9f0a08cc7bae41f7fa93d5ba2f535f76ce47fe69
 DIST libbpf-0.0.7.tar.gz 262068 BLAKE2B 
e77ff25449274881ddb9d32f25cd6ad8988e4524102bd109049ee6cfce3e2753fd99ebe2a080f809a4c5422dbf6b17633e4b0cea156f289bf95b92f8375a273c
 SHA512 
c2cbc869b7e11339deab3152a6e2d0b3bba25da513d18d77fb0a698cbe61d6bd48175a58e7dd7a3695fbf27faf48b4f517ac5d3a3c66c086df2e5d1b73a2595d
 DIST libbpf-0.0.8.tar.gz 262519 BLAKE2B 
2a3620c97834cc23e716476b6966c1c65c1c82064b3ba1ae4ab4906ae362a777d9aa7ae40620f9a259fe969a5a897e97c14d97f627f39c47fa28c89abb1efa9a
 SHA512 
1074fb52b7a158e4e2713c4c7083528ccf2d99b899853078f230234ba112071bfa66e174d8800d36516e26d5bf06da44d100a5b2f866d267f62c9308f431220c
 DIST libbpf-0.0.9.tar.gz 273726 BLAKE2B 
1277ce5b9dab9037e287910c43a71ee33cd6607d7cbe59d40c6930bf49407e04fcdfa6f4795f98202930fd564c1569c2feef0bca73294334f00abd601a288ed0
 SHA512 
d54bbdee6f7ea83ffef3fd0abe07f71644bcf83e5cf4a307fb4e03d885503617f1af2d324cc869f0f01a92bcb58836780a4802ac4db83b9f037ea196edc1131a
+DIST libbpf-0.1.0.tar.gz 666896 BLAKE2B 
5923b4c8fb915722f8cc2015ab8f07773a83c4252a59aef784983e46db7cd784e8ff5cc2284d3f5ded6bb92957f8d73b367a35fa1b5693e0cacaaef414a2f410
 SHA512 
3a5d823e4751408fd9e3bafe0be0a6a78de7dea0114bbd1166d8b3887938eef4e355ba6221b4bded9fc8a8280edede606c8c8078fd40aebdeae38f4221fe

diff --git a/dev-libs/libbpf/libbpf-0.1.0.ebuild 
b/dev-libs/libbpf/libbpf-0.1.0.ebuild
new file mode 100644
index 000..314c4e709aa
--- /dev/null
+++ b/dev-libs/libbpf/libbpf-0.1.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+HOMEPAGE="https://github.com/libbpf/libbpf;
+DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
+
+LICENSE="LGPL-2.1 BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+static-libs"
+
+COMMON_DEPEND="virtual/libelf
+   !<=dev-util/bcc-0.7.0"
+DEPEND="${COMMON_DEPEND}
+   sys-kernel/linux-headers"
+RDEPEND="${COMMON_DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/libbpf-0.0.7-paths.patch"
+)
+
+src_compile() {
+   emake \
+   BUILD_SHARED=y \
+   LIBSUBDIR="$(get_libdir)" \
+   $(usex static-libs 'BUILD_STATIC=y' '' '' '') \
+   CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake \
+   BUILD_SHARED=y \
+   LIBSUBDIR="$(get_libdir)" \
+   DESTDIR="${D}" \
+   $(usex static-libs 'BUILD_STATIC=y' '' '' '') \
+   install install_uapi_headers
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+}



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

2020-08-24 Thread Patrick McLean
commit: 27e82fb9a977a369b7f114f97989a5cf31d13b55
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 25 00:09:53 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 25 00:11:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e82fb9

dev-util/bcc-0.16.0: Bump, enable new llvm (bugs #735758, 734962)

Closes: https://bugs.gentoo.org/735758
Closes: https://bugs.gentoo.org/734962
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/bcc/Manifest  |   1 +
 dev-util/bcc/bcc-0.16.0.ebuild | 100 +
 2 files changed, 101 insertions(+)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index eb4d8d7c492..8632824ea45 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -3,6 +3,7 @@ DIST bcc-0.12.0.tar.gz 2627075 BLAKE2B 
44c435eaaf6233ad24249cf5da4e778cd31e41573
 DIST bcc-0.13.0.tar.gz 3928016 BLAKE2B 
ecaf2dc077a5e0b808ea1d588a89793291ed56de8747e1cb59f0e841b70e4a4f0333e2941ee2b42b5b9a570cd8d4f9941be772e7790186be156e452a416d40bb
 SHA512 
7c82007979814ac11d1dfc81fe8e00d988f518f7fbba3e115851e17500c22eca23b33b84f9053acc10aefda0ee3b80429f8daf1389590c2d3686ee8d7ced72cb
 DIST bcc-0.14.0.tar.gz 4021098 BLAKE2B 
2c66c82e14ee7f858f2e4ff8aa158d03c1580686f4023e920f643454283ed26265ec1e122695a308c4e570c369a0f66e6b0a9347fd9046f2eeb6cd4b536e4dc6
 SHA512 
216033a6944134c9f9b03a254c83236ff49b02c87808d2719a51a5ebe3b2e3f6b283e905cfbbc85084eab60cf8ef89c3135b4e07ddb9bd83348c69f6e49a84b8
 DIST bcc-0.15.0.tar.gz 4056782 BLAKE2B 
4ae1ee615111b7fadc29fecc0799e3bd65da4f741c83f86e75b7376dca397ed83e6b159dba149a5e675110a0fae92397c0685085b9691786361cfbedff31d4dd
 SHA512 
d340ff54138cb44f610804edc7c8f7424d7182d81fd48c1e3edc6b45977eca8171b6367242abc4418e1baf2c8d3b53a77d0a408d053f246a0c169ddeeea2a68e
+DIST bcc-0.16.0.tar.gz 4124285 BLAKE2B 
443077ffd5ad02e34d28a86ee64b8ec52fa4a18696295d58e87aaf2aeb833c394047cd0d87b3bf1da52d5512b889f8873b788e8141bdd91c9463e27cf30a1ef6
 SHA512 
50d09d6d02335a63d7c01c22f16a706584f231ee16973a80df5b640c31b8e25775da13a2bdff9e57c04c7f6181bb8c46cf3bd11c1e59741234024da71c7f6cdb
 DIST libbpf-0.0.5.tar.gz 160335 BLAKE2B 
2cf4a3e6edc002b3a32f9d08bb22a07863d8f6f90472e9593a9e9a93b08a00f0557d5a59fa841325b947e6f7b129232e7cd1fdc906f45de57b0dbe594548f1c2
 SHA512 
e42f6cc8f834f2d3cf9138d655bd3727b2693850f7f6409ec4d536336bc5fa479a64eefc802a5915e333677eca843f8f1bd0132589bba10bdc89064eee0c
 DIST libbpf-0.0.6.tar.gz 213791 BLAKE2B 
9f0a08cc7bae41f7fa93d5ba2f535f76ce47fe691efb6bac6257b88a5607deb62fa53f59984d83b6070ccd573c902899f7528b376d9acbfd77317659de6ab061
 SHA512 
1678133d9a2bd1cf13d4d1f9b83bb3f0642de91e3e3c8d785e2993257035573aff39b9a1a457e73d9c4c1c66b6a52544a8ad06ac560766d335428bb3fc421e71
 DIST libbpf-0.0.7.tar.gz 262068 BLAKE2B 
e77ff25449274881ddb9d32f25cd6ad8988e4524102bd109049ee6cfce3e2753fd99ebe2a080f809a4c5422dbf6b17633e4b0cea156f289bf95b92f8375a273c
 SHA512 
c2cbc869b7e11339deab3152a6e2d0b3bba25da513d18d77fb0a698cbe61d6bd48175a58e7dd7a3695fbf27faf48b4f517ac5d3a3c66c086df2e5d1b73a2595d

diff --git a/dev-util/bcc/bcc-0.16.0.ebuild b/dev-util/bcc/bcc-0.16.0.ebuild
new file mode 100644
index 000..df7ddfe6f27
--- /dev/null
+++ b/dev-util/bcc/bcc-0.16.0.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit cmake linux-info llvm python-r1
+
+DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
+HOMEPAGE="https://iovisor.github.io/bcc/;
+
+SRC_URI="https://github.com/iovisor/bcc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+luajit test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   >=dev-libs/libbpf-0.1.0-r1[static-libs(-)]
+   >=sys-kernel/linux-headers-4.14
+   >=dev-libs/elfutils-0.166:=
+   sys-devel/clang:=
+   sys-devel/llvm:=[llvm_targets_BPF(+)]
+   luajit? ( dev-lang/luajit )
+   ${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}
+   test? (
+   || (
+   net-misc/iputils[arping]
+   net-analyzer/arping
+   )
+   net-analyzer/netperf
+   net-misc/iperf:*
+   )
+"
+BDEPEND="
+   dev-util/cmake
+   virtual/pkgconfig
+"
+
+
+PATCHES=(
+   "${FILESDIR}/bcc-0.9.0-no-luajit-automagic-dep.patch"
+   "${FILESDIR}/bcc-0.14.0-cmakelists.patch"
+)
+
+# tests need root access
+RESTRICT="test"
+
+pkg_pretend() {
+   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
+   ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL
+   ~KPROBES"
+
+   check_extra_config
+}
+
+pkg_setup() {
+   LLVM_MAX_SLOT=11 llvm_pkg_setup
+   python_setup
+}
+
+src_prepare() {
+   local bpf_link_path
+
+   # this avoids bundling
+   

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

2020-08-24 Thread Patrick McLean
commit: 571c8878fb584ec49f1e22f064cb3e94f7123226
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug 25 00:05:31 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug 25 00:11:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571c8878

dev-libs/libbpf-0.1.0-r1: Compile static lib with -fPIC (needed for bcc)

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

 .../{libbpf-0.1.0.ebuild => libbpf-0.1.0-r1.ebuild}   | 15 +++
 dev-libs/libbpf/libbpf-.ebuild|  8 
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/dev-libs/libbpf/libbpf-0.1.0.ebuild 
b/dev-libs/libbpf/libbpf-0.1.0-r1.ebuild
similarity index 75%
rename from dev-libs/libbpf/libbpf-0.1.0.ebuild
rename to dev-libs/libbpf/libbpf-0.1.0-r1.ebuild
index 5ba31a42fe5..1c250842513 100644
--- a/dev-libs/libbpf/libbpf-0.1.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.1.0-r1.ebuild
@@ -3,16 +3,22 @@
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
+
+if [[ ${PV} =~ [9]{4,} ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+S="${WORKDIR}/${P}/src"
 
 HOMEPAGE="https://github.com/libbpf/libbpf;
 DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P}/src"
 
 LICENSE="GPL-2 LGPL-2.1 BSD-2"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+static-libs"
 
 COMMON_DEPEND="virtual/libelf
@@ -26,6 +32,7 @@ PATCHES=(
 )
 
 src_compile() {
+   append-cflags -fPIC
emake \
BUILD_SHARED=y \
LIBSUBDIR="$(get_libdir)" \

diff --git a/dev-libs/libbpf/libbpf-.ebuild 
b/dev-libs/libbpf/libbpf-.ebuild
index f363b55ec97..6697b1c3a06 100644
--- a/dev-libs/libbpf/libbpf-.ebuild
+++ b/dev-libs/libbpf/libbpf-.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
+
 if [[ ${PV} =~ [9]{4,} ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
@@ -13,7 +14,7 @@ else
 fi
 S="${WORKDIR}/${P}/src"
 
-HOMEPAGE="https://www.kernel.org/doc/html/latest/bpf/bpf_devel_QA.html;
+HOMEPAGE="https://github.com/libbpf/libbpf;
 DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
 
 LICENSE="GPL-2 LGPL-2.1 BSD-2"
@@ -26,13 +27,12 @@ DEPEND="${COMMON_DEPEND}
sys-kernel/linux-headers"
 RDEPEND="${COMMON_DEPEND}"
 
-S="${WORKDIR}/${P}/src"
-
 PATCHES=(
"${FILESDIR}/libbpf--paths.patch"
 )
 
 src_compile() {
+   append-cflags -fPIC
emake \
BUILD_SHARED=y \
LIBSUBDIR="$(get_libdir)" \



[gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/

2020-08-24 Thread Sam James
commit: d6642b62d5ef4cdc86637f9bb65502ff49e589c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 00:11:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 00:11:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6642b62

net-proxy/privoxy: arm64 keyworded (bug #722706)

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

 net-proxy/privoxy/privoxy-3.0.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild 
b/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild
index d5d8eb48e05..f462541fef1 100644
--- a/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild
+++ b/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild
@@ -18,7 +18,7 @@ external-filters +fast-redirects +force fuzz 
graceful-termination
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 tools whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 LICENSE="GPL-2"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/

2020-08-24 Thread Sam James
commit: 934814f627d542bae52f0500ad6cf003525e23f2
Author: Diogo Pereira  gmail  com>
AuthorDate: Sun Aug 16 23:14:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 00:06:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934814f6

sys-block/targetcli-fb: bump to 2.1.53

Bug: https://bugs.gentoo.org/722674
Bug: https://bugs.gentoo.org/736086
Closes: https://bugs.gentoo.org/718528
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Diogo Pereira  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17142
Signed-off-by: Sam James  gentoo.org>

 sys-block/targetcli-fb/Manifest   |  1 +
 sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/sys-block/targetcli-fb/Manifest b/sys-block/targetcli-fb/Manifest
index 4f1d7366f5e..bb1027c99cf 100644
--- a/sys-block/targetcli-fb/Manifest
+++ b/sys-block/targetcli-fb/Manifest
@@ -1,2 +1,3 @@
 DIST targetcli-fb-2.1.49.tar.gz 34147 BLAKE2B 
49ed4a610282af30308373cdf806832a3441dcab9a52cddb3f59bacdecb79f7308f316cc65f526d6ea1f9bb875d05e049e6cd7d99eb243f25546395ba6aaa38c
 SHA512 
05fb6f638f808bf09089bdd110592b3ed3be49fc70cc1a71680de7bff40dc88425e69e9a99fdfcab712646cf131f78071edae46f214fdfee4b7090f47933c93a
 DIST targetcli-fb-2.1.51.tar.gz 38577 BLAKE2B 
0cc1cc920ec7bcefb987fac0397aa7c5a994cf47966971238a6c469e87b2dffc00dc09a55279b5ba0fda776a32a129ad3170b861e6309ea30f271ddc32f690f6
 SHA512 
a94f251889913888c430cfe2b2fa1b27e4cd01f05627f1c3f0d4c72145b23081be189b7ca5d381bffa0da74ba6a53146e7ca964ff864cb532f132e24bc205b9a
+DIST targetcli-fb-2.1.53.tar.gz 39586 BLAKE2B 
35e5cea72580ba26b8397027e92446c129af5a94ab9458eed63ec731289065bcce759a77558a022c41b4ed73eefe865000e60b4e17816836f13056cb07071069
 SHA512 
acefa7f8df8ee901cae8f04cbeb264d6024100e2d8b8343024bc52842af88a23d1bf5dd880ff2c77046bd8da8493630b4e357103617c02d1a90947e42c3a7c92

diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild 
b/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild
new file mode 100644
index 000..e751a62d667
--- /dev/null
+++ b/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Command shell for managing Linux LIO kernel target"
+HOMEPAGE="https://github.com/open-iscsi/targetcli-fb;
+SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/configshell-fb[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=dev-python/rtslib-fb-2.1.73[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   sys-apps/dbus"
+
+src_install() {
+   distutils-r1_src_install
+
+   keepdir /etc/target /etc/target/backup
+   doman targetcli.8
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/

2020-08-24 Thread Sam James
commit: efb44a1ef30c05e6f3b9453c1e521fca1a48f071
Author: Diogo Pereira  gmail  com>
AuthorDate: Sun Aug 16 23:09:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 00:06:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb44a1e

sys-block/targetcli-fb: mark ALLARCHES

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Diogo Pereira  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sys-block/targetcli-fb/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-block/targetcli-fb/metadata.xml 
b/sys-block/targetcli-fb/metadata.xml
index abc38c49408..2bcdb6d3131 100644
--- a/sys-block/targetcli-fb/metadata.xml
+++ b/sys-block/targetcli-fb/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers
 
+
 

mlomb...@redhat.com



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

2020-08-24 Thread Sam James
commit: 01a844b86fe8bd4b2dd1a8f720337090f28f348d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 23:55:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 23:55:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a844b8

net-dns/bind-tools: Stabilize 9.16.6 arm64, #738250

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

 net-dns/bind-tools/bind-tools-9.16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.6.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.6.ebuild
index 7958325d878..dac1696a0b7 100644
--- a/net-dns/bind-tools/bind-tools-9.16.6.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.6.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz;
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+caps doc gssapi idn ipv6 libedit libressl readline xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2020-08-24 Thread Sam James
commit: b5add61721e599803bb25d628b46300ecb8957ac
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 23:55:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 23:55:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5add617

net-dns/bind: Stabilize 9.16.6 arm64, #738250

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

 net-dns/bind/bind-9.16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.16.6.ebuild b/net-dns/bind/bind-9.16.6.ebuild
index dceba64beaf..20a3ac039e5 100644
--- a/net-dns/bind/bind-9.16.6.ebuild
+++ b/net-dns/bind/bind-9.16.6.ebuild
@@ -33,7 +33,7 @@ SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.xz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi
 json ldap libressl lmdb mysql odbc postgres python selinux static-libs



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

2020-08-24 Thread Sam James
commit: 40f822c56ece3c109eeaeb333c630d2eb2e3f1aa
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 23:46:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 23:46:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f822c5

app-arch/upx: Keyword 3.96 arm64, #738720

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

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

diff --git a/app-arch/upx/upx-3.96.ebuild b/app-arch/upx/upx-3.96.ebuild
index 8e63957a42b..c9a668ebace 100644
--- a/app-arch/upx/upx-3.96.ebuild
+++ b/app-arch/upx/upx-3.96.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/upx/upx/releases/download/v${PV}/${P}-src.tar.xz;
 
 LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/ucl-1.03



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

2020-08-24 Thread Sam James
commit: 7b38b1b82bd1dd857143cc5e0530aaa17eaf70d2
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 23:46:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 23:46:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b38b1b8

dev-libs/ucl: Keyword 1.03-r1 arm64, #738720

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

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

diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild
index 11208912fb5..9828287020d 100644
--- a/dev-libs/ucl/ucl-1.03-r1.ebuild
+++ b/dev-libs/ucl/ucl-1.03-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 DEPEND="!!dev-libs/libucl"



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

2020-08-24 Thread Sam James
commit: a242286f974891ba44bf7ad83246c576f32f6d65
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 23:33:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 23:33:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a242286f

dev-libs/libressl: Stabilize 3.1.3 sparc, #727030

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

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

diff --git a/dev-libs/libressl/libressl-3.1.3.ebuild 
b/dev-libs/libressl/libressl-3.1.3.ebuild
index 4ad48db5075..968f9b8418a 100644
--- a/dev-libs/libressl/libressl-3.1.3.ebuild
+++ b/dev-libs/libressl/libressl-3.1.3.ebuild
@@ -14,7 +14,7 @@ LICENSE="ISC openssl"
 # we'll try to use the max of either. However, if either change between
 # versions, we have to change the subslot to trigger rebuild of consumers.
 SLOT="0/48"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+asm static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( static-libs )"



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

2020-08-24 Thread Matt Turner
commit: df0182967d7bebe259660c63301b9a7cd381d5be
Author: Robert Förster  gmake  de>
AuthorDate: Sun Aug 16 19:47:40 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 23:05:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df018296

sys-auth/sssd: assortment of changes to 2.3.1

- re-add python useflag, add doc use, (re-)build localized manpages with nls use
- hide secrets and kcm behind systemd
- use upstream provided initscript
- cleanups

Closes: https://github.com/gentoo/gentoo/pull/13308
Closes: https://github.com/gentoo/gentoo/pull/17139
Signed-off-by: Robert Förster  gmake.de>
Signed-off-by: Matt Turner  gentoo.org>

 sys-auth/sssd/metadata.xml  |   5 +-
 sys-auth/sssd/sssd-2.3.1.ebuild | 140 +---
 2 files changed, 92 insertions(+), 53 deletions(-)

diff --git a/sys-auth/sssd/metadata.xml b/sys-auth/sssd/metadata.xml
index 1d06433dd89..a7b245452f8 100644
--- a/sys-auth/sssd/metadata.xml
+++ b/sys-auth/sssd/metadata.xml
@@ -11,11 +11,12 @@


 Build and use the cifsidmap plugin
+   Build helper to let 
net-fs/autofs use sssd provided information
Install sssd's Kerberos plugin
+   Build man pages with 
dev-libs/libxslt
Add support for netlink protocol via 
dev-libs/libnl
Add support for the nfsv4 idmapd plugin 
provided by net-libs/libnfsidmap
-   Build man pages with 
dev-libs/libxslt
-   Build helper to let 
net-fs/autofs use sssd provided information
+   Add Privileged Attribute Certificate Support 
for Kerberos
Build helper to let 
net-misc/openssh use sssd provided information
Build helper to let app-admin/sudo 
use sssd provided information
Depend on dev-util/valgrind 
for test suite

diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild
index 130b9d7ecbf..6e36cc5b51b 100644
--- a/sys-auth/sssd/sssd-2.3.1.ebuild
+++ b/sys-auth/sssd/sssd-2.3.1.ebuild
@@ -3,7 +3,9 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic linux-info multilib-minimal pam systemd 
toolchain-funcs
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 
pam systemd toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://github.com/SSSD/sssd;
@@ -12,54 +14,64 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sparc ~x
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="acl +autofs +locator +netlink nfsv4 nls +manpages samba selinux +sudo 
+ssh systemd test valgrind"
+IUSE="acl doc +locator +netlink nfsv4 nls +manpages pac python samba selinux 
sudo systemd test valgrind"
 RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( ssh sudo )"
 
-COMMON_DEP="
-   >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}]
-   >=dev-libs/popt-1.16
-   dev-libs/glib:2
+REQUIRED_USE="pac? ( samba )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="
+   >=app-crypt/mit-krb5-1.10.3
+   app-crypt/p11-kit
>=dev-libs/ding-libs-0.2
-   >=dev-libs/openssl-1.0.2
+   dev-libs/glib:2
+   >=dev-libs/cyrus-sasl-2.1.25-r3[kerberos]
+   >=dev-libs/libpcre-8.30:=
+   >=dev-libs/popt-1.16
+   >=dev-libs/openssl-1.0.2:0=
+   >=net-dns/bind-tools-9.9[gssapi]
+   >=net-dns/c-ares-1.7.4
+   >=net-nds/openldap-2.4.30[sasl]
+   >=sys-apps/dbus-1.6
+   >=sys-apps/keyutils-1.5:=
+   >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}]
>=sys-libs/talloc-2.0.7
>=sys-libs/tdb-1.2.9
>=sys-libs/tevent-0.9.16
>=sys-libs/ldb-1.1.17-r1:=
-   >=net-nds/openldap-2.4.30[sasl]
-   net-libs/http-parser
-   >=dev-libs/libpcre-8.30
-   >=app-crypt/mit-krb5-1.10.3
-   dev-libs/jansson
-   net-misc/curl
+   virtual/libintl
locator? (
>=app-crypt/mit-krb5-1.12.2[${MULTILIB_USEDEP}]
>=net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}]
)
-   >=sys-apps/keyutils-1.5:=
-   >=net-dns/c-ares-1.7.4
-   selinux? (
-   >=sys-libs/libselinux-2.1.9
-   >=sys-libs/libsemanage-2.1
-   )
-   >=net-dns/bind-tools-9.9[gssapi]
-   >=dev-libs/cyrus-sasl-2.1.25-r3[kerberos]
-   >=sys-apps/dbus-1.6
acl? ( net-fs/cifs-utils[acl] )
+   netlink? ( dev-libs/libnl:3 )
nfsv4? ( || ( >=net-fs/nfs-utils-2.3.1-r2 net-libs/libnfsidmap ) )
nls? ( >=sys-devel/gettext-0.18 )
-   virtual/libintl
-   netlink? ( dev-libs/libnl:3 )
+   pac? (
+   app-crypt/mit-krb5[${MULTILIB_USEDEP}]
+   net-fs/samba[${MULTILIB_USEDEP}]
+   )
+   python? ( ${PYTHON_DEPS} )
samba? ( >=net-fs/samba-4.10.2[winbind] )
+   selinux? (
+   >=sys-libs/libselinux-2.1.9
+   

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

2020-08-24 Thread Georgy Yakovlev
commit: 0b6177e2d16c9e2d6f222e6f726143413cb70b40
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:55:03 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:01:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6177e2

profiles/arch/base/package.use.mask: update rust-bin masks

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/base/package.use.mask | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 89e5026f4bc..dac55926b80 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -61,9 +61,7 @@ sys-firmware/seabios debug
 
 # Georgy Yakovlev  (2019-08-28)
 # upstream tarballs for tier-2 arches do not ship docs
-# and starting with 1.37 no longer ship extra tools
 dev-lang/rust-bin doc
->=dev-lang/rust-bin-1.37 clippy rustfmt
 
 # Craig Andrews  (2019-07-03)
 # Raspberry Pi support is only available on arm.



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

2020-08-24 Thread Georgy Yakovlev
commit: 4c0336b4cd4e8a8582d45c4d2e63e9df4503372a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:56:53 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:01:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0336b4

profiles/arch/x86/package.use.mask: update rust-bin masks

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/x86/package.use.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index bc0c051f840..fd1f1e3fd9c 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -100,9 +100,8 @@ sys-block/fio -python -gnuplot
 sys-firmware/seabios -debug
 
 # Georgy Yakovlev  (2019-08-28)
-# upstream provides docs and tools for tier-1 arches
+# upstream provides docs only for tier-1 arches
 dev-lang/rust-bin -doc
->=dev-lang/rust-bin-1.37 -clippy -rustfmt
 
 # Thomas Deutschmann  (2019-08-03)
 # Early microcode loading is supported on x86



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

2020-08-24 Thread Georgy Yakovlev
commit: 4a6b4bc49d24bc5f7e27dc249557d42cf0873cdb
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:52:36 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:00:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6b4bc4

dev-lang/rust-bin: add rls useflag to 1.45.2

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

 dev-lang/rust-bin/metadata.xml   |  1 +
 dev-lang/rust-bin/rust-bin-1.45.2.ebuild | 15 +--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust-bin/metadata.xml b/dev-lang/rust-bin/metadata.xml
index 01ce1ade6f0..7cdd68d01d1 100644
--- a/dev-lang/rust-bin/metadata.xml
+++ b/dev-lang/rust-bin/metadata.xml
@@ -7,6 +7,7 @@
   
   
 Install clippy, Rust code linter
+   Install rls, Rust Language Server (used with IDEs 
supporting RLS protocol)
 Install rustfmt, Rust code formatter
   
 

diff --git a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild 
b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
index b36387480c9..3e4fa110440 100644
--- a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="clippy cpu_flags_x86_sse2 doc rustfmt"
+IUSE="clippy cpu_flags_x86_sse2 doc rls rustfmt"
 
 DEPEND=""
 RDEPEND=">=app-eselect/eselect-rust-20190311"
@@ -50,7 +50,8 @@ multilib_src_install() {
local components="rustc,cargo,${std}"
use doc && components="${components},rust-docs"
use clippy && components="${components},clippy-preview"
-   use rustfmt && components="${components},rustfmt-preview"
+   use rls && components="${components},rls-preview"
+   use rustfmt && components="${components},rustfmt-preview,rust-analysis"
./install.sh \
--components="${components}" \
--disable-verify \
@@ -98,6 +99,13 @@ multilib_src_install() {
dosym "../../opt/${P}/bin/${clippy_driver}" 
"/usr/bin/${clippy_driver}"
dosym "../../opt/${P}/bin/${cargo_clippy}" 
"/usr/bin/${cargo_clippy}"
fi
+   if use rls; then
+   local rls=rls-bin-${PV}
+   mv "${ED}/opt/${P}/bin/rls" "${ED}/opt/${P}/bin/${rls}" || die
+
+   dosym "${rls}" "/opt/${P}/bin/rls"
+   dosym "../../opt/${P}/bin/${rls}" "/usr/bin/${rls}"
+   fi
if use rustfmt; then
local rustfmt=rustfmt-bin-${PV}
local cargo_fmt=cargo-fmt-bin-${PV}
@@ -127,6 +135,9 @@ multilib_src_install() {
echo /usr/bin/clippy-driver >> "${T}/provider-${P}"
echo /usr/bin/cargo-clippy >> "${T}/provider-${P}"
fi
+   if use rls; then
+   echo /usr/bin/rls >> "${T}/provider-${P}"
+   fi
if use rustfmt; then
echo /usr/bin/rustfmt >> "${T}/provider-${P}"
echo /usr/bin/cargo-fmt >> "${T}/provider-${P}"



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

2020-08-24 Thread Georgy Yakovlev
commit: b38e8c725ba72c743b17564bbfb472bc1788e45a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:50:22 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:00:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38e8c72

dev-lang/rust: fix whitespace

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

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

diff --git a/dev-lang/rust/rust-1.45.2.ebuild b/dev-lang/rust/rust-1.45.2.ebuild
index 60b307bbd5f..68cc5bb4cb2 100644
--- a/dev-lang/rust/rust-1.45.2.ebuild
+++ b/dev-lang/rust/rust-1.45.2.ebuild
@@ -140,7 +140,7 @@ boostrap_rust_version_check() {
 
if ver_test "${rustc_version}" -lt "${rustc_wanted}" ; then
eerror "Rust >=${rustc_wanted} is required"
-   eerror "please run \'eselect rust\' and set correct rust 
version" 
+   eerror "please run \'eselect rust\' and set correct rust 
version"
die
else
einfo "Using rust ${rustc_version} to build"



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

2020-08-24 Thread Georgy Yakovlev
commit: 6dc9c105b9edf9f0192581ccce47f5214b1bb926
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:54:17 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:01:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc9c105

dev-lang/rust-bin: update metadata.xml

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

 dev-lang/rust-bin/metadata.xml | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lang/rust-bin/metadata.xml b/dev-lang/rust-bin/metadata.xml
index 7cdd68d01d1..85a5a106c37 100644
--- a/dev-lang/rust-bin/metadata.xml
+++ b/dev-lang/rust-bin/metadata.xml
@@ -1,13 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-r...@gentoo.org
-Rust Project
-  
-  
-Install clippy, Rust code linter
-   Install rls, Rust Language Server (used with IDEs 
supporting RLS protocol)
-Install rustfmt, Rust code formatter
-  
+   
+   r...@gentoo.org
+   Rust Project
+   
+   
+   Install clippy, Rust code linter
+   Install rls, Rust Language Server (used with 
IDEs supporting RLS protocol)
+   Install rustfmt, Rust code formatter
+   
 



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

2020-08-24 Thread Georgy Yakovlev
commit: c917827a70f6913a96419d1cdb817d34e68970e2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:48:28 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:00:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c917827a

dev-lang/rust-bin: drop old

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

 dev-lang/rust-bin/Manifest   |  28 -
 dev-lang/rust-bin/rust-bin-1.45.0.ebuild | 175 ---
 dev-lang/rust-bin/rust-bin-1.45.1.ebuild | 175 ---
 3 files changed, 378 deletions(-)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 0af2fbfbd0b..9a1b72d84fd 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -12,34 +12,6 @@ DIST rust-1.44.1-powerpc64le-unknown-linux-gnu.tar.xz 
112429740 BLAKE2B 10252623
 DIST rust-1.44.1-s390x-unknown-linux-gnu.tar.xz 119312728 BLAKE2B 
f5e3209990d3cc0181a200448e4bcbf1f6754847cfc36d7355e191fd49e239d3e0c002310743fd063241c5dec47da3a0776c361241facbcc4a1f1e9254eb805d
 SHA512 
84c6ed736bb7d0c10aaceeb2c2c3c97f6188fd7d7f4466c8ef35ffc591d6bde3b273a0d62d50e60f184ccd81c96a31ed2e610e82fb9ed9efd574e4c5a5f25d26
 DIST rust-1.44.1-x86_64-unknown-linux-gnu.tar.xz 112133992 BLAKE2B 
c0af6bf1417bbb69be9f552f60805eb0a5f530b667ca2bbd04db9d567f1eb467a9e72912062a3c22d3922c29809258637dd7568c29e461dbeb5d17aa0699dd45
 SHA512 
540761fd5246f4a48a7606ac0220f0d61963473b57ef703696871dc23fda8154d45351b8e81018d15899c386b44e43b05028cc797d495e9dc46f127fbea7f093
 DIST rust-1.44.1-x86_64-unknown-linux-musl.tar.xz 117456616 BLAKE2B 
fd2752cf867e1ff701e624caf602fe7a29b47c64e633508e91da1a1b2321f5531441b84cc9f0ad159ef399d38628d60e59f8b7a99e5427df928abceb24f937f2
 SHA512 
05ca3e07001746511c5fcb5122f487205ffaee771805b0219db018b350d67945f5ab4b0b2cf98b7e7832b53365e3932fef37506a65ecaaf624d0bb8d43cf8427
-DIST rust-1.45.0-aarch64-unknown-linux-gnu.tar.xz 108160980 BLAKE2B 
cc86d36a422dd901ecb64232f8fa87518b69f269c31e36361a4d54a0d3a27621210d13f352b219e446370132c99c40bef8acd21f5b89d8d3082508d439b058ba
 SHA512 
a04edec6e3001032caa9f371ef4fe8c102286d2cd3d503f46df63819ee6976b8e723d4968b7bfc08438f8cf1cd2af1b24fe63f684c0b34b10b29e473a57b92f4
-DIST rust-1.45.0-arm-unknown-linux-gnueabi.tar.xz 114499852 BLAKE2B 
abb020cd3aeb3fc2c84d4086607dcd55c1d0437f7bec9c560c762b519218a54881c8a9212bb0b8aca37611a6d407b16341443a3d531213a0848fc2461630301b
 SHA512 
6bca4e70d70a3ccf3e9d761bcf5b38882599b11b0422623e13dfe88a8ae0593475e84b140a9f7492852dc83e933f90736d55fefdd4e0631517dfd2938a949364
-DIST rust-1.45.0-arm-unknown-linux-gnueabihf.tar.xz 113593052 BLAKE2B 
54f2851fe2b8a4655a6671c6b037f17d1a7f4eaca630c1d8ac58f2cc1dbc1970abc97fe0c07ebd3cbf1adf750185dbf28fd14b03f04c0ab501d078e582146809
 SHA512 
9d3a008078fce7c6a50d4dd3cf882a716b93db8c474a415ff89ece2108feaef8c4994773b935f435e934f7aa502efdc903ae50b9db64bf1b4a180766cb8b9f6e
-DIST rust-1.45.0-armv7-unknown-linux-gnueabihf.tar.xz 115636272 BLAKE2B 
3f71793be5ba68fd2abb5137431b0b2196440bef5cb2df442aff0b87995fed086582d17b71c9e707460594a7652127c091a74031fddb51ff5af8256528afa2ee
 SHA512 
01280668be7f25e29001f8374654b186c6ea00f3f23e2520661a75aee0ae331905af92ad272e4c54d48e3f1edf7f98ef0df05702fa73929324305b4134ae46bc
-DIST rust-1.45.0-i686-unknown-linux-gnu.tar.xz 131454968 BLAKE2B 
b332063bbdb4adbe270a22dbe5e39f612f5601e65c45742cc5338222b19f08c5c2d9d303b36617e475faa46dd25a815c0014236614565062ca6866b08bd60880
 SHA512 
479a1b5c262cf0de729907a27ee85380115f9062fdfc346b57557d29b5090684254391c5b62feebbe7b8edee603bb2ae299d3ca2415cce67050ea2681e29e075
-DIST rust-1.45.0-mips-unknown-linux-gnu.tar.xz 101096160 BLAKE2B 
d0851f170e393f694c5daa8fe397243f3bdfec5863e8e6ef837bbfcdb33232927e913771d599a5ec9878fb1c05b7abed6b4082edadb6e6e482a9f32d6d22a3a8
 SHA512 
a9b57dcc96b9dd6ad720efec027a482403f3fd6a173e41fdcfe23192a0acb3380c5fa575cc2314121d45e2dc7e3cbccc728d0118a06ec2f6dd04a38f4ca1
-DIST rust-1.45.0-mips64-unknown-linux-gnuabi64.tar.xz 106785036 BLAKE2B 
2e1057d694af6ff895043eaed57a1827234a6acdd88410176ca789ec3dd8108ad7929c0a9350e288fe8c3bd0c0d9f8924b62651d6b203683e748f718e58839ba
 SHA512 
322a277db1ebc778fef5e217739cc259e2d4cb9dcc6d20e041086856b0a9747e41d1cd2f7880892473aa3bdd8008039ebcaf07a0aca12fd96b0af761803e9fd9
-DIST rust-1.45.0-mipsel-unknown-linux-gnu.tar.xz 104082296 BLAKE2B 
803fb1e2293e452f5fd71057a222d1ed21cf23f8d7268db6c28413adb34e51d7351369ea278ce88067fffead3ad241fb8e3960d79f4a987d41be822b672f1ad5
 SHA512 
209117498d2578cf1f82eacdef58bd7d74a672e9226e0789e965fa1ea2e3a1cd4fa0eaab95bc12e63dbdeab5aaaedb408f155adbdbd2c7f1162fdfe3ee38db69
-DIST rust-1.45.0-powerpc-unknown-linux-gnu.tar.xz 104325824 BLAKE2B 
95b1508fa9cda100768977e1cd69f4ddef13f84ef0bd60c65433229c47265eb9341a6e012ead4dbf39672d4661b142b0d29fc15bbb92482a6a3ebaa221535761
 SHA512 
19655dfc3d807c9145ae4f1eb6679680deb0e8bfddf87b95140a7540d08d5c1cfb7849ede8acf388d68068e8d6c2ddfe769ccafb6be2148062c60ce3c940ad35
-DIST 

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

2020-08-24 Thread Georgy Yakovlev
commit: e2ff60b95ccb191913fd0156c64a3555d3b7c976
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 23:00:00 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ff60b9

dev-lang/rust-bin: backport rls flag to 1.44.1

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

 dev-lang/rust-bin/rust-bin-1.44.1.ebuild | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.44.1.ebuild 
b/dev-lang/rust-bin/rust-bin-1.44.1.ebuild
index 0ac82e0b3a1..7165b90fd15 100644
--- a/dev-lang/rust-bin/rust-bin-1.44.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.44.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
 KEYWORDS="amd64 arm arm64 ppc64 x86"
-IUSE="clippy cpu_flags_x86_sse2 doc rustfmt"
+IUSE="clippy cpu_flags_x86_sse2 doc rls rustfmt"
 
 DEPEND=""
 RDEPEND=">=app-eselect/eselect-rust-20190311"
@@ -50,7 +50,8 @@ multilib_src_install() {
local components="rustc,cargo,${std}"
use doc && components="${components},rust-docs"
use clippy && components="${components},clippy-preview"
-   use rustfmt && components="${components},rustfmt-preview"
+   use rls && components="${components},rls-preview"
+   use rustfmt && components="${components},rustfmt-preview,rust-analysis"
./install.sh \
--components="${components}" \
--disable-verify \
@@ -98,6 +99,13 @@ multilib_src_install() {
dosym "../../opt/${P}/bin/${clippy_driver}" 
"/usr/bin/${clippy_driver}"
dosym "../../opt/${P}/bin/${cargo_clippy}" 
"/usr/bin/${cargo_clippy}"
fi
+   if use rls; then
+   local rls=rls-bin-${PV}
+   mv "${ED}/opt/${P}/bin/rls" "${ED}/opt/${P}/bin/${rls}" || die
+
+   dosym "${rls}" "/opt/${P}/bin/rls"
+   dosym "../../opt/${P}/bin/${rls}" "/usr/bin/${rls}"
+   fi
if use rustfmt; then
local rustfmt=rustfmt-bin-${PV}
local cargo_fmt=cargo-fmt-bin-${PV}
@@ -127,6 +135,9 @@ multilib_src_install() {
echo /usr/bin/clippy-driver >> "${T}/provider-${P}"
echo /usr/bin/cargo-clippy >> "${T}/provider-${P}"
fi
+   if use rls; then
+   echo /usr/bin/rls >> "${T}/provider-${P}"
+   fi
if use rustfmt; then
echo /usr/bin/rustfmt >> "${T}/provider-${P}"
echo /usr/bin/cargo-fmt >> "${T}/provider-${P}"



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

2020-08-24 Thread Georgy Yakovlev
commit: 3ee5f465da587ef5cf2c92cd5294c4d7c2fd7326
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:56:13 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:01:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee5f465

profiles/arch/amd64/package.use.mask: update rust-bin masks

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/amd64/package.use.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 1d1e0e2c09b..6529a10bc8e 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -87,9 +87,8 @@ net-misc/curl -quiche
 sys-firmware/seabios -debug
 
 # Georgy Yakovlev  (2019-08-28)
-# upstream provides docs and tools for tier-1 arches
+# upstream provides docs only for tier-1 arches
 dev-lang/rust-bin -doc
->=dev-lang/rust-bin-1.37 -clippy -rustfmt
 
 # Thomas Deutschmann  (2019-08-03)
 # Early microcode loading is supported on amd64



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

2020-08-24 Thread Georgy Yakovlev
commit: 5cc2e25a606e7906ef2dcbd0330dda778e69dd83
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:49:27 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:00:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc2e25a

dev-lang/rust: drop old

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

 dev-lang/rust/Manifest   |   2 -
 dev-lang/rust/rust-1.45.0.ebuild | 503 --
 dev-lang/rust/rust-1.45.1.ebuild | 504 ---
 3 files changed, 1009 deletions(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index a043cedde16..e60f43af04f 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -27,6 +27,4 @@ DIST rust-1.44.1-s390x-unknown-linux-gnu.tar.xz 119312728 
BLAKE2B f5e3209990d3cc
 DIST rust-1.44.1-x86_64-unknown-linux-gnu.tar.xz 112133992 BLAKE2B 
c0af6bf1417bbb69be9f552f60805eb0a5f530b667ca2bbd04db9d567f1eb467a9e72912062a3c22d3922c29809258637dd7568c29e461dbeb5d17aa0699dd45
 SHA512 
540761fd5246f4a48a7606ac0220f0d61963473b57ef703696871dc23fda8154d45351b8e81018d15899c386b44e43b05028cc797d495e9dc46f127fbea7f093
 DIST rust-1.44.1-x86_64-unknown-linux-musl.tar.xz 117456616 BLAKE2B 
fd2752cf867e1ff701e624caf602fe7a29b47c64e633508e91da1a1b2321f5531441b84cc9f0ad159ef399d38628d60e59f8b7a99e5427df928abceb24f937f2
 SHA512 
05ca3e07001746511c5fcb5122f487205ffaee771805b0219db018b350d67945f5ab4b0b2cf98b7e7832b53365e3932fef37506a65ecaaf624d0bb8d43cf8427
 DIST rustc-1.44.1-src.tar.xz 94756856 BLAKE2B 
60f536c3ba0fa1fec4b6333ee57809ee5226090ad5041c14a136b4356ff3b898062e06c3fe54effe873e27931ac8fcb902cd48a38615a8de7eebc6ecb3bdc2bd
 SHA512 
1c17002edae844a710db9b144c17171416330dc565343c65af8a6e112fb61555e2025bb4cf33cac1229d7df689e6ff8858b91ae00552400ccacafaf1de11849b
-DIST rustc-1.45.0-src.tar.xz 98677856 BLAKE2B 
2558ba9444a53268de4f1604f13e701077a27e9480c97732a30706d656682672c17f87d8c015da3b839ed3b38081ef8d132bbab3522911bf9b50f018367e6ec7
 SHA512 
ff049eb65b36e6c64531d56251ebd446336a782f26504eccf375df1c22fa94b5f18e84660cef423edb815c1b31a1a7c9e57aea4aa0779576f3b0d7e81e19427b
-DIST rustc-1.45.1-src.tar.xz 98686408 BLAKE2B 
49eec979932915877cf28cc6b27b8008d5fecc2c6255d8974d9ee52375b95933d0052fad23ed2e60f4f08fcc305e1ca47239e8f5adaa8a3acb62eb2c1e14
 SHA512 
ef71a1706c84fa8557f481d310033285a41ecd9b8d537bacb846d01ed9954b679b915272db57cd96d5ee097cc0134899e584d517c467a9d2949496312e5995df
 DIST rustc-1.45.2-src.tar.xz 98683036 BLAKE2B 
a4102a5d4744b7ccc9b076aba00c39d69532f777e7d39e0e4ce2033b663b43e27b55034fdb3a1e13379fae9a16bff9e7748865a84507f7388ef0ebf9d421eac7
 SHA512 
cc6250c0bc844e77ca6dd7ae013e434ed3009b001914114866ed31f28edf3960221454d131e298b15050e3b8153fb8298d509559c2f7307c64611aa8e36b4d25

diff --git a/dev-lang/rust/rust-1.45.0.ebuild b/dev-lang/rust/rust-1.45.0.ebuild
deleted file mode 100644
index 35ad9a5d313..000
--- a/dev-lang/rust/rust-1.45.0.ebuild
+++ /dev/null
@@ -1,503 +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} )
-
-inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
multilib-build python-any-r1 rust-toolchain toolchain-funcs
-
-if [[ ${PV} = *beta* ]]; then
-   betaver=${PV//*beta}
-   BETA_SNAPSHOT="${betaver:0:4}-${betaver:4:2}-${betaver:6:2}"
-   MY_P="rustc-beta"
-   SLOT="beta/${PV}"
-   SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
-else
-   ABI_VER="$(ver_cut 1-2)"
-   SLOT="stable/${ABI_VER}"
-   MY_P="rustc-${PV}"
-   SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).1"
-
-DESCRIPTION="Systems programming language from Mozilla"
-HOMEPAGE="https://www.rust-lang.org/;
-
-SRC_URI="
-   https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz
-   !system-bootstrap? ( $(rust_all_arch_uris rust-${RUST_STAGE0_VERSION}) )
-"
-
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore )
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
-
-LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
-
-IUSE="clippy cpu_flags_x86_sse2 debug doc libressl miri nightly 
parallel-compiler rls rustfmt system-bootstrap system-llvm wasm 
${ALL_LLVM_TARGETS[*]}"
-
-# Please keep the LLVM dependency block separate. Since LLVM is slotted,
-# we need to *really* make sure we're not pulling more than one slot
-# simultaneously.
-
-# How to use it:
-# 1. List all the working slots (with min versions) in ||, newest first.
-# 2. Update the := to specify *max* version, e.g. < 11.
-# 3. Specify LLVM_MAX_SLOT, e.g. 10.
-LLVM_DEPEND="
-   || (
-   sys-devel/llvm:10[${LLVM_TARGET_USEDEPS// 

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

2020-08-24 Thread Georgy Yakovlev
commit: 5745ff013d11ca55f005b1fd8a543b8bf90a0e77
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 22:47:22 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 23:00:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5745ff01

virtual/rust: drop old

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

 virtual/rust/rust-1.45.0.ebuild | 15 ---
 virtual/rust/rust-1.45.1.ebuild | 15 ---
 2 files changed, 30 deletions(-)

diff --git a/virtual/rust/rust-1.45.0.ebuild b/virtual/rust/rust-1.45.0.ebuild
deleted file mode 100644
index 7cf8d65440f..000
--- a/virtual/rust/rust-1.45.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for Rust language compiler"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"

diff --git a/virtual/rust/rust-1.45.1.ebuild b/virtual/rust/rust-1.45.1.ebuild
deleted file mode 100644
index 7cf8d65440f..000
--- a/virtual/rust/rust-1.45.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for Rust language compiler"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"



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

2020-08-24 Thread Thomas Deutschmann
commit: 1f1f23b49537e50685456c9dfe68b309b62a75ef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 24 22:50:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 24 22:58:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1f23b4

dev-libs/libgpg-error: bump to v1.39

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

 dev-libs/libgpg-error/Manifest |  1 +
 dev-libs/libgpg-error/libgpg-error-1.39.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
index 8968fc57d8e..7265eaaec00 100644
--- a/dev-libs/libgpg-error/Manifest
+++ b/dev-libs/libgpg-error/Manifest
@@ -2,3 +2,4 @@ DIST gen-lock-obj-1.38.sh 2643 BLAKE2B 
5040b027a95f10bac4a0ba463c8bb8387514ca913
 DIST libgpg-error-1.36.tar.bz2 920542 BLAKE2B 
81684f6e47192c50cfa408977d53dc3812befca28733b531d51dffa0a6799a47366a50f6477a7b3111a179ac4aba9e6a527418461cdbcccea80ae6bed4fa
 SHA512 
6e5f853f77dc04f0091d94b224cab8e669042450f271b78d0ea0219658d059c9cab1ab0eaa020a4227f451520b417fc340b85971a6f5e144fa69be57e15df346
 DIST libgpg-error-1.37.tar.bz2 937282 BLAKE2B 
70666749aa0156652405ee15e4307f29bdf748f06728da5c672c0208053e0d3a041aaef882b263dd828e2aa7dd8a2f77334447af2c499f81f7602150d84f593f
 SHA512 
fa12977237fcc872e944cda39ca43ee7d2cc9c52e243ede6077f4a31ae135e322dc848b4b55cffdc4ec53f27601ba30ddb368b090a94cd00d9345a55b323f179
 DIST libgpg-error-1.38.tar.bz2 957637 BLAKE2B 
9532402466748503805366b94c82c9adfe5b448f885c26b33ebf7ba9957161ca046b4057f5ca862224accb9f2af731652a55d20e7a4ab69107190a58c8e11ad6
 SHA512 
b936a4738c2cee111d855b1ba3ec433da8c77799a87d1f71275f974f871ebfa593c9db06ea53f0490b6cd6b94bef34f6052a587a4d13d839ec0128500c2dd9de
+DIST libgpg-error-1.39.tar.bz2 961676 BLAKE2B 
8753a9295ca57ba79142ffbc7fa01a986addcdd6a8860cf80c9e1bf9f6f9dfce874f804205a5cdd956e026eb006f2662110c63e7ed52c7a42ee0c45923ae52be
 SHA512 
b28be183ac3d3920363558c4b5b2c24f9074a302799915cc076674bb349dcfb6f09160bec1d3fb62e04047c3ce432d345f36b0905100a88cc730b53d4eb78e42

diff --git a/dev-libs/libgpg-error/libgpg-error-1.39.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
new file mode 100644
index 000..76085d0b792
--- /dev/null
+++ b/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools libtool multilib-minimal toolchain-funcs prefix
+
+DESCRIPTION="Contains error handling functions used by GnuPG software"
+HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="common-lisp nls static-libs"
+
+RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/gpg-error-config
+)
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/gpg-error.h
+   /usr/include/gpgrt.h
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.37-remove_broken_check.patch"
+)
+
+src_prepare() {
+   default
+   # only necessary for as long as we run eautoreconf, configure.ac
+   # uses ./autogen.sh to generate PACKAGE_VERSION, but autogen.sh is
+   # not a pure /bin/sh script, so it fails on some hosts
+   hprefixify -w 1 autogen.sh
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(multilib_is_native_abi || echo --disable-languages)
+   $(use_enable common-lisp languages)
+   $(use_enable nls)
+   $(use_enable static-libs static)
+   --enable-threads
+   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+   $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -type f -name '*.la' -delete || die
+}



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

2020-08-24 Thread Thomas Deutschmann
commit: 9d74f34f8e38687f12d7ee05b8b04daaaef1b34f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 24 22:46:53 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 24 22:47:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d74f34f

sys-libs/libcap-ng: bump to v0.7.11

Closes: https://bugs.gentoo.org/731304
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-libs/libcap-ng/Manifest|  1 +
 sys-libs/libcap-ng/libcap-ng-0.7.11.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/sys-libs/libcap-ng/Manifest b/sys-libs/libcap-ng/Manifest
index b33a3ee0224..998a8b48c37 100644
--- a/sys-libs/libcap-ng/Manifest
+++ b/sys-libs/libcap-ng/Manifest
@@ -1 +1,2 @@
 DIST libcap-ng-0.7.10.tar.gz 450243 BLAKE2B 
8eb21b0309e46b05fa42752b9c814d90bc1eda4852ac7a4975868c279764431a8d5eafc53e50998470f622e2a59e2b4c6c2ac1ac20525c6fcd0633b09b113012
 SHA512 
1b93c7f5c20ae5cc705fe5244af3e299454e988388cda95f006e248d97c0713e77da2a81c67ecf15755f3958df373fc6d1ca14197d6357ab1f2d8c3a0fd12def
+DIST libcap-ng-0.7.11.tar.gz 450541 BLAKE2B 
66217f7fb9e3b3876ada6f355a2b69f16fda4ab3ab490e524358c4120583280ce6497770ec6452596426594b877d79c0e03db10d6413c1cf20bd01e996f7347b
 SHA512 
150c4f48d7334966aa7af683e46bc3b8b4d4a2e80be826e6f6a61a0ea0666e2f4dafcd012c536fa321c4954c00059c689cc8d6dc089000ca1dca2fd52e3efe9c

diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.11.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.7.11.ebuild
new file mode 100644
index 000..846ebcd8aae
--- /dev/null
+++ b/sys-libs/libcap-ng/libcap-ng-0.7.11.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit autotools flag-o-matic python-r1
+
+DESCRIPTION="POSIX 1003.1e capabilities"
+HOMEPAGE="https://people.redhat.com/sgrubb/libcap-ng/;
+SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
+IUSE="python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   sys-kernel/linux-headers"
+BDEPEND="python? ( >=dev-lang/swig-2 )"
+
+src_prepare() {
+   default
+   if use prefix ; then
+   sed -i "s@cat /usr@cat ${EPREFIX}/usr@" 
bindings/python*/Makefile.am || die
+   eautomake #668722
+   fi
+}
+
+src_configure() {
+   use sparc && replace-flags -O? -O0
+
+   local ECONF_SOURCE="${S}"
+
+   local myconf=(
+   $(use_enable static-libs static)
+   )
+
+   local pythonconf=( --without-python --without-python3 )
+
+   # set up python bindings build(s)
+   if use python ; then
+   setup_python_flags_configure() {
+   pythonconf=( --without-python --with-python3 )
+   run_in_build_dir econf "${pythonconf[@]}" "${myconf[@]}"
+   }
+
+   python_foreach_impl setup_python_flags_configure
+   else
+   local BUILD_DIR=${WORKDIR}/build
+   run_in_build_dir econf "${pythonconf[@]}" "${myconf[@]}"
+   fi
+}
+
+src_compile() {
+   if use python; then
+   python_foreach_impl run_in_build_dir emake
+   else
+   local BUILD_DIR=${WORKDIR}/build
+   emake -C "${BUILD_DIR}"
+   fi
+}
+
+src_test() {
+   if [[ "${EUID}" -eq 0 ]]; then
+   ewarn "Skipping tests due to root permissions."
+   return
+   fi
+
+   if use python; then
+   python_foreach_impl run_in_build_dir emake check
+   else
+   local BUILD_DIR=${WORKDIR}/build
+   emake -C "${BUILD_DIR}" check
+   fi
+}
+
+src_install() {
+   if use python; then
+   python_foreach_impl run_in_build_dir emake DESTDIR="${D}" 
install
+   else
+   local BUILD_DIR=${WORKDIR}/build
+   emake -C "${BUILD_DIR}" DESTDIR="${D}" install
+   fi
+   find "${ED}" -name '*.la' -delete || die
+}



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

2020-08-24 Thread Conrad Kostecki
commit: a87ed1ee8c9874cbaf1386a3da760d17972835ce
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:51:04 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87ed1ee

dev-python/python-axolotl: add python3.9 support

Also changed test deps.

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

 .../python-axolotl/python-axolotl-0.2.3-r1.ebuild  | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild 
b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
new file mode 100644
index 000..e0f66f75e82
--- /dev/null
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python module for the axolotl protocol"
+HOMEPAGE="https://github.com/tgalal/python-axolotl;
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2020-08-24 Thread Conrad Kostecki
commit: e4aad03d817c215939022b549511771f78487508
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:56:50 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4aad03d

dev-python/consonance: drop old version

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

 dev-python/consonance/consonance-0.1.3.ebuild | 42 ---
 1 file changed, 42 deletions(-)

diff --git a/dev-python/consonance/consonance-0.1.3.ebuild 
b/dev-python/consonance/consonance-0.1.3.ebuild
deleted file mode 100644
index 68b4e499ab9..000
--- a/dev-python/consonance/consonance-0.1.3.ebuild
+++ /dev/null
@@ -1,42 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="WhatsApp's handshake implementation using Noise Protocol"
-HOMEPAGE="https://github.com/tgalal/consonance;
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-# Tests require an active internet connection
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/dissononce[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
-   dev-python/transitions[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   use examples && dodoc examples/*.py
-}



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

2020-08-24 Thread Conrad Kostecki
commit: 7cd7e12629de625a033261d5d8d178a8dd16
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:44:48 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd7e126

dev-python/dissononce: drop old version

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

 dev-python/dissononce/dissononce-0.34.3.ebuild | 45 --
 1 file changed, 45 deletions(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
deleted file mode 100644
index ba5c872c5ff..000
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A python implementation for Noise Protocol Framework"
-HOMEPAGE="https://github.com/tgalal/dissononce;
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples test"
-
-# Currently no tests are available,
-# they will be added in future by upstream.
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/transitions[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" )
-
-python_test() {
-   esetup.py test
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   use examples && dodoc examples/patterns/*.py
-}



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

2020-08-24 Thread Conrad Kostecki
commit: 91a4827b4428bf94d7018c6b67e53730a4789739
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:01:38 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a4827b

dev-python/python-sense-hat: add python3.9 support

Also updated deps

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

 .../python-sense-hat-2.2.0-r2.ebuild   | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild 
b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
new file mode 100644
index 000..eee4918e1a4
--- /dev/null
+++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Raspberry Pi Sense HAT python library"
+HOMEPAGE="https://github.com/RPi-Distro/python-sense-hat;
+SRC_URI="https://github.com/RPi-Distro/python-sense-hat/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="arm arm64"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/rtimulib[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"



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

2020-08-24 Thread Conrad Kostecki
commit: 8a6fdffaf710a7c0e4883d3b93ef099472c898ec
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:39:21 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6fdffa

dev-python/transitions: add python3.9 support

Also adjusted test deps.

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

 dev-python/transitions/transitions-0.8.2-r1.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/dev-python/transitions/transitions-0.8.2-r1.ebuild 
b/dev-python/transitions/transitions-0.8.2-r1.ebuild
new file mode 100644
index 000..f97d135b41f
--- /dev/null
+++ b/dev-python/transitions/transitions-0.8.2-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight, object-oriented state machine implementation in 
Python"
+HOMEPAGE="https://github.com/pytransitions/transitions;
+SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="examples test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/graphviz[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/dill[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pycodestyle[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_install() {
+   distutils-r1_src_install
+
+   use examples && dodoc examples/*.ipynb
+}



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

2020-08-24 Thread Conrad Kostecki
commit: 86b0b06aae56f428162d923b23ca0ac5fd5dd51c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:08:45 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b0b06a

sys-apps/onerng: add python3.9 support

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

 sys-apps/onerng/onerng-3.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/onerng/onerng-3.6-r3.ebuild 
b/sys-apps/onerng/onerng-3.6-r3.ebuild
index 391e3ca0b0c..e1b2fddab39 100644
--- a/sys-apps/onerng/onerng-3.6-r3.ebuild
+++ b/sys-apps/onerng/onerng-3.6-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit python-single-r1 udev
 



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

2020-08-24 Thread Conrad Kostecki
commit: a540cafbd1a9b29421774c826af1dc80c12020a3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:02:06 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a540cafb

dev-python/python-sense-hat: drop old version

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

 .../python-sense-hat-2.2.0-r1.ebuild   | 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild 
b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild
deleted file mode 100644
index d901ff21d98..000
--- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,25 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Raspberry Pi Sense HAT python library"
-HOMEPAGE="https://github.com/RPi-Distro/python-sense-hat;
-SRC_URI="https://github.com/RPi-Distro/python-sense-hat/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="arm arm64"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/rtimulib[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-08-24 Thread Conrad Kostecki
commit: c25d31695e1efd934754463cd72ee959680a7f32
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:06:22 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25d3169

dev-util/smem: add python3.9 support

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

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

diff --git a/dev-util/smem/smem-1.5-r1.ebuild b/dev-util/smem/smem-1.5-r1.ebuild
index 32f2b1d30bf..a910bb665c9 100644
--- a/dev-util/smem/smem-1.5-r1.ebuild
+++ b/dev-util/smem/smem-1.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 EGIT_COMMIT="2ab5040d5633"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit eutils python-single-r1 toolchain-funcs
 



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

2020-08-24 Thread Conrad Kostecki
commit: f50f590755aff8a0e55ea629a8b4490f13445057
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:34:46 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50f5907

net-im/yowsup: add python3.9 support

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

 net-im/yowsup/yowsup-3.2.3_p20190905.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild 
b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
index ddf34d927d5..d765add241c 100644
--- a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
+++ b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="bdepend"
 EGIT_COMMIT="2adc067f306d9e7d8b634f66e96c52d80a42e1ff"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="readline"
 
 inherit distutils-r1



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

2020-08-24 Thread Conrad Kostecki
commit: f66e7565d64dc115843848fe50322778c2db2ec8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 22:03:22 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66e7565

x11-misc/mugshot: add python3.9 support

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

 .../mugshot/files/mugshot-0.4.2-python39.patch | 36 ++
 x11-misc/mugshot/mugshot-0.4.2-r1.ebuild   |  4 ++-
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/x11-misc/mugshot/files/mugshot-0.4.2-python39.patch 
b/x11-misc/mugshot/files/mugshot-0.4.2-python39.patch
new file mode 100644
index 000..b0443f7a3d3
--- /dev/null
+++ b/x11-misc/mugshot/files/mugshot-0.4.2-python39.patch
@@ -0,0 +1,36 @@
+From 643b3d005a8865c961b836aeae4c1f76711646e9 Mon Sep 17 00:00:00 2001
+From: Conrad Kostecki 
+Date: Mon, 24 Aug 2020 23:58:10 +0200
+Subject: [PATCH] Add python3.9 compatiblity
+
+Starting with python3.9, launching of mugshot will fail,
+as getiterator() been deprecated since Python 2.7,
+and has been removed in Python 3.9. Using iter() will fix that.
+
+Signed-off-by: Conrad Kostecki 
+---
+ mugshot_lib/Builder.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/mugshot_lib/Builder.py b/mugshot_lib/Builder.py
+index 7297541..6c08d70 100644
+--- a/mugshot_lib/Builder.py
 b/mugshot_lib/Builder.py
+@@ -89,7 +89,7 @@ def add_from_file(self, filename):
+ tree = ElementTree()
+ tree.parse(filename)
+ 
+-ele_widgets = tree.getiterator("object")
++ele_widgets = tree.iter("object")
+ for ele_widget in ele_widgets:
+ name = ele_widget.attrib['id']
+ widget = self.get_object(name)
+@@ -111,7 +111,7 @@ def add_from_file(self, filename):
+ if connections:
+ self.connections.extend(connections)
+ 
+-ele_signals = tree.getiterator("signal")
++ele_signals = tree.iter("signal")
+ for ele_signal in ele_signals:
+ self.glade_handler_dict.update(
+ {ele_signal.attrib["handler"]: None})

diff --git a/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild 
b/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild
index c547ba1e953..a39fccdd02a 100644
--- a/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild
+++ b/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1 gnome2-utils xdg-utils
 
@@ -59,6 +59,8 @@ BDEPEND="
 
 S="${WORKDIR}/${PN}-${P}"
 
+PATCHES=( "${FILESDIR}/${PN}-0.4.2-python39.patch" )
+
 python_install() {
distutils-r1_python_install
 



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

2020-08-24 Thread Conrad Kostecki
commit: d85cf94a2cfaa3bceb16db002199fd3ea17b5f63
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:52:05 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85cf94a

dev-python/python-axolotl: drop old version

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

 .../python-axolotl/python-axolotl-0.2.3.ebuild | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild 
b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
deleted file mode 100644
index 05c43ad2c92..000
--- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
+++ /dev/null
@@ -1,28 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="A python module for the axolotl protocol"
-HOMEPAGE="https://github.com/tgalal/python-axolotl;
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



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

2020-08-24 Thread Conrad Kostecki
commit: 6ace67268ae60cc8b243811d923adca80d3b9d29
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:40:31 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ace6726

net-im/transwhat: add python3.9 support

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

 net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
index 0ca8ec67f7a..52606932153 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="bdepend"
 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-08-24 Thread Conrad Kostecki
commit: f79bd753d5e43e52dc5fa08e467bd5ec82878a1d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:32:49 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79bd753

net-im/swift: add python3.9 support

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

 net-im/swift/swift-4.0.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/swift/swift-4.0.2-r3.ebuild 
b/net-im/swift/swift-4.0.2-r3.ebuild
index d2f464ac8c6..efae168146b 100644
--- a/net-im/swift/swift-4.0.2-r3.ebuild
+++ b/net-im/swift/swift-4.0.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit gnome2-utils python-any-r1 scons-utils toolchain-funcs
 



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

2020-08-24 Thread Conrad Kostecki
commit: 628d820500492e2e478e2b38adbb08bbc6fa53ef
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:19:54 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628d8205

dev-python/configargparse: add python3.9 support

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

 dev-python/configargparse/configargparse-1.2.3.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/configargparse/configargparse-1.2.3.ebuild 
b/dev-python/configargparse/configargparse-1.2.3.ebuild
index a71a650a588..1ba3a66344f 100644
--- a/dev-python/configargparse/configargparse-1.2.3.ebuild
+++ b/dev-python/configargparse/configargparse-1.2.3.ebuild
@@ -6,14 +6,13 @@ EAPI=7
 MY_PN="ConfigArgParse"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Drop-in replacement for argparse supporting config files and env 
variables"
 HOMEPAGE="https://github.com/bw2/ConfigArgParse 
https://pypi.org/project/ConfigArgParse/;
 SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> 
${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
@@ -21,8 +20,9 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="
-   test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
 
 python_test() {
local -x COLUMNS=80



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2020-08-24 Thread Conrad Kostecki
commit: 612d8a1d47697ef7f38ebea9c0dfb864ade6111a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:08:12 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612d8a1d

games-server/bedrock-server: drop old version

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

 .../bedrock-server-1.16.20.03.ebuild   | 52 --
 1 file changed, 52 deletions(-)

diff --git a/games-server/bedrock-server/bedrock-server-1.16.20.03.ebuild 
b/games-server/bedrock-server/bedrock-server-1.16.20.03.ebuild
deleted file mode 100644
index c7229a9f1d2..000
--- a/games-server/bedrock-server/bedrock-server-1.16.20.03.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
-HOMEPAGE="https://www.minecraft.net/;
-SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
-
-LICENSE="Mojang"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-   acct-group/bedrock
-   acct-user/bedrock
-   app-misc/dtach
-   dev-libs/openssl:0/1.1
-   net-misc/curl[ssl]
-"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}"
-
-DOCS=(
-   "bedrock_server_how_to.html"
-   "release-notes.txt"
-)
-
-QA_PREBUILT="
-   opt/bedrock-server/bedrock_server
-   opt/bedrock-server/libCrypto.so
-"
-
-src_install() {
-   exeinto /opt/bedrock-server
-   doexe bedrock_server libCrypto.so
-
-   insinto /opt/bedrock-server
-   doins {permissions,whitelist}.json server.properties
-   doins -r {behavior,resource}_packs definitions structures
-
-   dodir /opt/bin
-   dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
-
-   newinitd "${FILESDIR}"/bedrock-server.initd-r1 bedrock-server
-
-   einstalldocs
-}



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

2020-08-24 Thread Conrad Kostecki
commit: 0af05621f342fe3a68e11d2169bfc3df4a10418d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:00:09 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af05621

dev-python/rtimulib: add python3.9 support

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

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

diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild 
b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index da28deedecf..b7840c8524f 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-08-24 Thread Conrad Kostecki
commit: 1fbb7d8512c50094071547f0c324541ab33d5073
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:40:29 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbb7d85

dev-python/transitions: drop old version

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

 dev-python/transitions/transitions-0.8.2.ebuild | 45 -
 1 file changed, 45 deletions(-)

diff --git a/dev-python/transitions/transitions-0.8.2.ebuild 
b/dev-python/transitions/transitions-0.8.2.ebuild
deleted file mode 100644
index 23b568a3c79..000
--- a/dev-python/transitions/transitions-0.8.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight, object-oriented state machine implementation in 
Python"
-HOMEPAGE="https://github.com/pytransitions/transitions;
-SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/graphviz[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/dill[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pycodestyle[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_install() {
-   distutils-r1_src_install
-
-   use examples && dodoc examples/*.ipynb
-}



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

2020-08-24 Thread Conrad Kostecki
commit: 6f6a79b4420d8abcc8e6c325ddd8a3c873e2496f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:58:41 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6a79b4

dev-python/pyspectrum2: add python3.9 support

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

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

diff --git a/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild 
b/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild
index af87236159f..4250c8f6194 100644
--- a/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild
+++ b/dev-python/pyspectrum2/pyspectrum2-0.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-08-24 Thread Conrad Kostecki
commit: 0f8ada7f5a88edf2db7e4a8c7eb4f3ba6a2822ff
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:53:38 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8ada7f

dev-python/consonance: add python3.9 support

Also updated test deps.

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

 dev-python/consonance/consonance-0.1.3-r1.ebuild | 39 
 1 file changed, 39 insertions(+)

diff --git a/dev-python/consonance/consonance-0.1.3-r1.ebuild 
b/dev-python/consonance/consonance-0.1.3-r1.ebuild
new file mode 100644
index 000..5d58d23a99b
--- /dev/null
+++ b/dev-python/consonance/consonance-0.1.3-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="WhatsApp's handshake implementation using Noise Protocol"
+HOMEPAGE="https://github.com/tgalal/consonance;
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="examples"
+
+# Tests require an active internet connection
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/dissononce[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
+   dev-python/transitions[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+src_install() {
+   distutils-r1_src_install
+
+   use examples && dodoc examples/*.py
+}



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

2020-08-24 Thread Conrad Kostecki
commit: 0f7373786ca3902ad05129ac0d372fc50b2d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:48:46 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f737378

dev-python/python-axolotl-curve25519: add python3.9 support

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

 .../python-axolotl-curve25519-0.4.1_p2-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
 
b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
index 6bcd18abb00..4aec5750e68 100644
--- 
a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
+++ 
b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -17,6 +18,4 @@ LICENSE="BSD GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 S="${WORKDIR}/${PN}-${MY_PV}"



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

2020-08-24 Thread Conrad Kostecki
commit: a02a9ff89e19e91785bf72b691a542b4773becfb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:07:15 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02a9ff8

dev-libs/nmeap: don't quote EAPI

In order to make my ebuilds consistent,
removing on my last ebuild the quoted EAPI.

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

 dev-libs/nmeap/nmeap-0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/nmeap/nmeap-0.3-r1.ebuild 
b/dev-libs/nmeap/nmeap-0.3-r1.ebuild
index 65da3ee31eb..6684bde5b23 100644
--- a/dev-libs/nmeap/nmeap-0.3-r1.ebuild
+++ b/dev-libs/nmeap/nmeap-0.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 inherit toolchain-funcs
 



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

2020-08-24 Thread Conrad Kostecki
commit: 98e523fcd420fc29d9e800ba1621af285ac970b0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:43:37 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e523fc

dev-python/dissononce: add python3.9 support

Also adjusted test deps and enabled tests.

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

 dev-python/dissononce/dissononce-0.34.3-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/dissononce/dissononce-0.34.3-r1.ebuild 
b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
new file mode 100644
index 000..57475f3014d
--- /dev/null
+++ b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python implementation for Noise Protocol Framework"
+HOMEPAGE="https://github.com/tgalal/dissononce;
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="examples test"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/transitions[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" )
+
+distutils_enable_tests pytest
+
+src_install() {
+   distutils-r1_src_install
+
+   use examples && dodoc examples/patterns/*.py
+}



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

2020-08-24 Thread Matt Turner
commit: 4af8199a6c421c2c8531c230423cc1236d6a2d45
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 21:11:52 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 22:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af8199a

dev-libs/libreport: Version bump to 2.13.1

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

 dev-libs/libreport/Manifest|   1 +
 dev-libs/libreport/libreport-2.13.1.ebuild | 100 +
 2 files changed, 101 insertions(+)

diff --git a/dev-libs/libreport/Manifest b/dev-libs/libreport/Manifest
index bcd69feef69..d0e14d2ccf7 100644
--- a/dev-libs/libreport/Manifest
+++ b/dev-libs/libreport/Manifest
@@ -1,3 +1,4 @@
 DIST libreport-2.10.0.tar.gz 2278084 BLAKE2B 
95ac1fbf32e6e021e9553b35b10f9e46b7ea2e9cc6f21e53eb39a32a5261f7a6e49b2172381fdea30341fcc4311928691e68749a8bb5c41a4bf709151935687a
 SHA512 
978ea442d82b75abf80b2075f540cb05c5577387a9221f2070c9695c4546d36169738d223f5e903d0b774b7e1566a6111c55a6bb51a0822ad1676095f067c45b
 DIST libreport-2.12.0.tar.gz 1842875 BLAKE2B 
930666ec0c675a8ff457412a80511652dfa3bd3d771115506370432a7b74f3d1d9f6264dc3696c582b4a0939b2493137a18e1379eca268f25bc787a03a7d6c39
 SHA512 
d85c1beea330e4b21ce66b6f4acadaa132010738496a6701d161ee75b2254e629c496270145a6167e8eb81cf2204b0488aa0eb15c1e898f49aa3aec1331bff0c
 DIST libreport-2.13.0.tar.gz 1840841 BLAKE2B 
822bbbfb1e03a6e486f12263fe60231045c9b2153dc743168b93c976b2db76f2bbff3c98da0107e660d713a0d9bac25bf36ee55064a15e0c72ae66fa7fdf0aaa
 SHA512 
f650ba83bfa48d3c897ec4415d4942ed3412a55240d950d78e15b935ea71c3665cdfe1c155f3eee202911e7bb4c09a0a50fbfdc2b54f4d32d00da1a98c1fe7e2
+DIST libreport-2.13.1.tar.gz 1841698 BLAKE2B 
e0fbebbb557fb9fb320dea0a8face6a2eabdb0ad80b5de092e5e4dfe2a0439a4804d4ec99c1286aaafa31064496a94fabce5e26f851001eb9c3bb9989a46e4bb
 SHA512 
6c2ea47e6efa36f23030fbe08946d1e524690e5f6279cbfdaf7c463ef71b23ae82a5e4471ddce89b35d4024f58197cef9f58a07dfcf5bbc1a9b310e39966f81a

diff --git a/dev-libs/libreport/libreport-2.13.1.ebuild 
b/dev-libs/libreport/libreport-2.13.1.ebuild
new file mode 100644
index 000..991965f07e0
--- /dev/null
+++ b/dev-libs/libreport/libreport-2.13.1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools python-r1
+
+DESCRIPTION="Generic library for reporting software bugs"
+HOMEPAGE="https://github.com/abrt/libreport;
+SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="gtk +python"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   app-admin/augeas
+   >=dev-libs/glib-2.43.4:2
+   dev-libs/satyr:0=
+   dev-libs/json-c:=
+   dev-libs/libtar
+   dev-libs/libxml2:2
+   dev-libs/nettle:=
+   dev-libs/newt:=
+   dev-libs/xmlrpc-c:=
+   net-libs/libproxy:=
+   net-misc/curl:=[ssl]
+   sys-apps/dbus
+   sys-apps/systemd
+   gtk? ( >=x11-libs/gtk+-3.3.12:3 )
+   python? ( ${PYTHON_DEPS} )
+   x11-misc/xdg-utils
+"
+RDEPEND="${DEPEND}
+   acct-user/abrt
+   acct-group/abrt
+"
+BDEPEND="
+   app-text/asciidoc
+   app-text/xmlto
+   >=dev-util/intltool-0.3.50
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+# Tests require python-meh, which is highly redhat-specific.
+RESTRICT="test"
+
+src_prepare() {
+   default
+   ./gen-version || die # Needed to be run before autoreconf
+   eautoreconf
+   use python && python_copy_sources
+}
+
+src_configure() {
+   use python && python_setup
+
+   local myargs=(
+   --localstatedir="${EPREFIX}/var"
+   --without-bugzilla
+   $(use_with gtk)
+   $(use_with python python3)
+   )
+   if use python; then
+   python_foreach_impl run_in_build_dir econf "${myargs[@]}"
+   else
+   econf "${myargs[@]}"
+   fi
+}
+
+src_compile() {
+   if use python; then
+   python_foreach_impl run_in_build_dir default
+   else
+   default
+   fi
+}
+
+src_install() {
+   if use python; then
+   python_install() {
+   default
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir python_install
+   else
+   default
+   fi
+
+   # Need to set correct ownership for use by app-admin/abrt
+   diropts -o abrt -g abrt
+   keepdir /var/spool/abrt
+
+   find "${D}" -name '*.la' -exec rm -f {} + || die
+}



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

2020-08-24 Thread Matt Turner
commit: 9c333a3bb89790ac2eb3d4798acf1a4114cf8473
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 21:46:35 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 22:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c333a3b

app-admin/gnome-abrt: Version bump to 1.3.6

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

 app-admin/gnome-abrt/Manifest|  1 +
 app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index a5c3aff9738..b773b4cb94e 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1 +1,2 @@
 DIST gnome-abrt-1.2.7.tar.gz 339961 BLAKE2B 
cdacc079c4661c364f13af3102e2231adbeaf4226ba937436f5ce3ae109f28b87c9424c6dfbc016b912599205386f92c32b036ca31adbea79b9a54d7f3a27c4a
 SHA512 
57446b1c1c312f3a47ea3dd2a40ac1d4ec5392df3181eac73086675b65d45cad9a01fba5252d073970878ef97d7d272508bc5b86a56779543ffdc8d083fb5413
+DIST gnome-abrt-1.3.6.tar.gz 112255 BLAKE2B 
d0e87ef5543e84c246f9e98aac8f92984af9e8220357359ffa76f91e00bb35ccb9b60a00c8e0b00d3464ecfc9ddffaeb61fb15b57480066d957a2af44b49c3be
 SHA512 
7bd15c9956d2e4bafce7d1ef73e930f679119fe8ccebda8a27171a5b3b1dfa90255c572e3a0c70606fe389d50079870399b89f61f683896d4ca6380a7d3f7cc2

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
new file mode 100644
index 000..b9ff00b24a5
--- /dev/null
+++ b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit meson python-r1
+
+DESCRIPTION="A utility for viewing problems that have occurred with the system"
+HOMEPAGE="https://github.com/abrt/gnome-abrt;
+SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   >=x11-libs/gtk+-3.10.0:3
+   >=dev-libs/libreport-2.0.20[python,${PYTHON_USEDEP}]
+   >=app-admin/abrt-2.10.10-r1
+   >=dev-python/pygobject-3.29.1:3[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.19[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   app-text/asciidoc
+   app-text/xmlto
+   )
+   virtual/pkgconfig
+   >=sys-devel/gettext-0.17
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use doc docs)
+   -Dlint=false
+   )
+
+   python_foreach_impl meson_src_configure
+}
+
+src_compile() {
+   python_foreach_impl meson_src_compile
+}
+
+src_install() {
+   python_foreach_impl meson_src_install
+   python_foreach_impl python_optimize
+}
+
+src_test() {
+   python_foreach_impl meson_src_test
+}



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

2020-08-24 Thread Matt Turner
commit: 61c3559ec27d3548921a07f9a828bb265940c9c8
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 21:05:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 22:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c3559e

dev-libs/satyr: Version bump to 0.31

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

 dev-libs/satyr/Manifest  |  1 +
 dev-libs/satyr/satyr-0.31.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/dev-libs/satyr/Manifest b/dev-libs/satyr/Manifest
index 6a336244dea..69fd9486808 100644
--- a/dev-libs/satyr/Manifest
+++ b/dev-libs/satyr/Manifest
@@ -1,2 +1,3 @@
 DIST satyr-0.27.tar.gz 435341 BLAKE2B 
ade40bc6a1c48e6fc0af7913ff94ed044c63fdb63b8d86ba010bebcfd2098831bc6c7361d116851aee88f49c640d1457dd8953becad60b6ff6dc32deec6c7942
 SHA512 
7b01cf16489644fbfbe2150477279a94c6fa9b3310edebc84b83bab58d1058df0be478ab6bf4c6910b4168122721dde10d573711abb983b0eb5ccda09cb80710
 DIST satyr-0.30.tar.gz 427940 BLAKE2B 
97fedef59cc77b2ae81857c491532552c352a272658d02564d2661d06a4ccc99c18bcd57e5e68e5a612e9e65c5878f19b2f18bbe74066874a7295e2f65d64149
 SHA512 
ebc6e9c0fd8cd130cf1701573c8ecdadf73fe54efa563759a47f990a91b217cf1dec01045be624d15cfa96b1370ddf2412b0537e57ed628dc27e860be46e21cf
+DIST satyr-0.31.tar.gz 428719 BLAKE2B 
23c6ea53db261fee366566101c2b0f1e23cf530728332fe752897ee982ffac057b98de3d9a52dbfc64932cdb73aaff7e35c976e7a55e30b4417f3880782f9125
 SHA512 
a5aafa1ca5f85a0a817c6fa9a3b428672c9f4f529fb7d73a3e819cc836b78c01a0ca44b47317fcdd4a40dc6386688a450bd78564b6e466091cdc9a2c730c3fda

diff --git a/dev-libs/satyr/satyr-0.31.ebuild b/dev-libs/satyr/satyr-0.31.ebuild
new file mode 100644
index 000..362a8ca2186
--- /dev/null
+++ b/dev-libs/satyr/satyr-0.31.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools multiprocessing python-r1
+
+DESCRIPTION="Satyr is a collection of low-level algorithms for program failure 
processing"
+HOMEPAGE="https://github.com/abrt/satyr;
+SRC_URI="https://github.com/abrt/${PN}/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0/4"
+
+IUSE="python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )
+   >=dev-libs/elfutils-0.158
+   dev-libs/json-c:=
+   dev-libs/nettle:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   dev-util/gperf
+"
+
+src_prepare() {
+   default
+   ./gen-version || die # Needs to be run before full autoreconf
+   eautoreconf
+   use python && python_copy_sources
+}
+
+src_configure() {
+   use python && python_setup
+
+   local myargs=(
+   --localstatedir="${EPREFIX}/var"
+   --without-rpm
+   $(usex python "--with-python3" "--without-python3")
+   )
+
+   if use python; then
+   python_configure() {
+   econf "${myargs[@]}"
+   }
+   python_foreach_impl run_in_build_dir python_configure
+   else
+   econf "${myargs[@]}"
+   fi
+}
+
+src_compile() {
+   if use python; then
+   python_foreach_impl run_in_build_dir default
+   else
+   default
+   fi
+
+}
+
+src_test() {
+   local extra_args
+
+   # In order to pass --jobs to the test runner
+   run_tests() {
+   cd tests || die
+   emake testsuite
+   ./testsuite --jobs=$(makeopts_jobs) ${extra_args[@]} $@
+
+   # Only run the python bindings tests for other python impls
+   extra_args=('-k' 'python3_bindings.*')
+   }
+
+   if use python; then
+   python_foreach_impl run_in_build_dir run_tests
+   else
+   run_tests SKIP_PYTHON3=yes
+   fi
+}
+
+src_install() {
+   if use python; then
+   python_install() {
+   default
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir python_install
+   else
+   default
+   fi
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2020-08-24 Thread Matt Turner
commit: c07f08c5cc69868d4631d0a132d544850dac9d56
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 22:18:07 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 22:19:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07f08c5

dev-python/pyxdg: Add Python 3.9 compatibility

Closes: https://bugs.gentoo.org/735746
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild 
b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
index f20f69cf822..80252e41ab4 100644
--- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
+++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8,3_9} )
 
 inherit distutils-r1
 



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

2020-08-24 Thread Matt Turner
commit: f7537ce8b828fd19ec862bc3c1ae410b5290807e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 22:23:26 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 22:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7537ce8

app-arch/rpm: Add Python 3.9 compatibility

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

 app-arch/rpm/rpm-4.14.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild 
b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
index c1b09818389..f4a6a46bc5e 100644
--- a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
+++ b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
 



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

2020-08-24 Thread Matt Turner
commit: 8ddf2ecb98c5ac2fbf8f453932f3b6ac816f6457
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 21:09:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 22:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddf2ecb

app-admin/abrt: Version bump to 2.14.2

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

 app-admin/abrt/Manifest   |   1 +
 app-admin/abrt/abrt-2.14.2.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/app-admin/abrt/Manifest b/app-admin/abrt/Manifest
index 06340ece8ac..373d7214a7b 100644
--- a/app-admin/abrt/Manifest
+++ b/app-admin/abrt/Manifest
@@ -1,2 +1,3 @@
 DIST abrt-2.14.0.tar.gz 6102393 BLAKE2B 
6bba45604406c1f2f84d778475acc6b5db3747f292fcb74a881703491b2d92adda3cc88d6ed741087c1ed2f88a68cdc4858f3640b506a6be650ea4d1d1f2bfd3
 SHA512 
26cf04ef6f52da445e825d5f1074186c4c77d1b093174bb6f7b0a8fa6175e265fcaf56fa4a977851a2352f9fd004425bc397e35a91f6f8e78f37564cd492c571
 DIST abrt-2.14.1.tar.gz 6113024 BLAKE2B 
ddceda689fa51b04a0c201fe560c31ba5c8233c1f75c878b391b0b61cff241e6c2ce5b1829faa6e5f286c3c5efe96941c823234affe94b59fdd2aa3d7cd33cc3
 SHA512 
24126a54778b7e612c8b950321686bdee7ce15a16e79c8d967f8126c89f7da7060270fc0929cfabfc35100d069b0a626c3380833a3f62614cea6b00a44238ec3
+DIST abrt-2.14.2.tar.gz 6113632 BLAKE2B 
904ec2ca4c3aa70b62573ca2730742689f4446c1e5f04bfb6dc4267a4a9a6d44ef8c2b6e82c1e0aba04876b400c3a965a879da65bbff7ec729846f1b5c28cdf9
 SHA512 
82ba10cb151b4585024e3dfc626f46a7d967797e0375158cd76355c4f6a66c59578cc7b41bc5d5aaa3e694b3653b8658650df458676225660cfe95ec318c6886

diff --git a/app-admin/abrt/abrt-2.14.2.ebuild 
b/app-admin/abrt/abrt-2.14.2.ebuild
new file mode 100644
index 000..1071f21d239
--- /dev/null
+++ b/app-admin/abrt/abrt-2.14.2.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Automatic bug detection and reporting tool"
+HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="selinux test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/libreport-2.13.0[gtk,python]
+   dev-libs/libxml2:2
+   >=gnome-base/gsettings-desktop-schemas-3.15.1
+   net-libs/libsoup:2.4
+   sys-apps/dbus
+   sys-apps/systemd:0=
+   sys-auth/polkit
+   sys-libs/libcap
+   sys-fs/inotify-tools
+   x11-libs/gtk+:3
+"
+RDEPEND="${DEPEND}
+   acct-user/abrt
+   acct-group/abrt
+   app-arch/cpio
+   app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
+   dev-libs/elfutils
+   dev-libs/json-c:0=
+   sys-apps/util-linux
+   >=sys-devel/gdb-7
+   $(python_gen_cond_dep '
+   dev-libs/satyr[${PYTHON_MULTI_USEDEP}]
+   dev-python/argcomplete[${PYTHON_MULTI_USEDEP}]
+   dev-python/argh[${PYTHON_MULTI_USEDEP}]
+   dev-python/humanize[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep 
'dev-python/pytest[${PYTHON_MULTI_USEDEP}]')
+   )
+   app-text/asciidoc
+   app-text/xmlto
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   >=sys-devel/gettext-0.17
+"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   python_fix_shebang .
+   default
+
+   # Install under proper directory
+   sed -i -e 's:dbusabrtdocdir = 
${datadir}/doc/abrt-dbus-${VERSION}/html:dbusabrtdocdir = 
${datadir}/doc/${PF}/html:' doc/problems-service/Makefile.am || die
+
+   # Ensure this works for systems with and without /usr merge
+   sed -i -e "s:/usr/bin/bash:$(which bash):" init-scripts/abrtd.service 
|| die
+
+   # Fix hardcoded "pytest-3"
+   sed -i -e "s:pytest-3:pytest:" \
+   configure.ac src/python-problem/tests/Makefile.am src/cli/test 
|| die
+
+   # pyhook test is sensitive to the format of python's error messages, and
+   # fails with certain python versions
+   sed -e '/pyhook.at/ d' \
+   -i tests/Makefile.* tests/testsuite.at || die "sed remove 
pyhook tests failed"
+   ./gen-version || die # Needed to be run before autoreconf
+   eautoreconf
+}
+
+src_configure() {
+   myeconfargs=(
+   --libdir="${EPREFIX}/usr/$(get_libdir)"
+   --localstatedir="${EPREFIX}/var"
+   --without-bodhi
+   # package breaks due to not finding libreport-web with bodhi 
plugin enabled
+   --without-rpm
+   $(usex selinux "" "--without-selinux")
+   --with-python3
+   

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

2020-08-24 Thread Matt Turner
commit: d7c4212153b1f705f74d1122bf49285102b98b42
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 20:47:18 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 21:01:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c42121

www-plugins/browserpass: Version bump to 3.0.7

Closes: https://bugs.gentoo.org/736619
Signed-off-by: Matt Turner  gentoo.org>

 www-plugins/browserpass/Manifest | 11 
 www-plugins/browserpass/browserpass-3.0.7.ebuild | 68 
 2 files changed, 79 insertions(+)

diff --git a/www-plugins/browserpass/Manifest b/www-plugins/browserpass/Manifest
index 130e4e61cc1..4c8afbaa92b 100644
--- a/www-plugins/browserpass/Manifest
+++ b/www-plugins/browserpass/Manifest
@@ -1,4 +1,5 @@
 DIST browserpass-3.0.6.tar.gz 17055 BLAKE2B 
aa2881631db8cc7f54f690cd56101c3e470528d990eed51b15aab6b834f63d4b9f576ee4e101dd61a6013ce25644058bfcc3673aaa037ce182c331754b27bddb
 SHA512 
48cc93843afed5dc0df4f72956df44b325d6c772ad232d8faa2315c4d8b716eda9b030601e011b280445e0b01528f413e5b19818ad89cd7bcb06f4a1f4f9d3f4
+DIST browserpass-3.0.7.tar.gz 19262 BLAKE2B 
3e8810016c2223a7a83603598526a2324c650a239457509e93c4b76c0f19d28fa83b104a470857ea983655e738a052ce82b40b215299a6a23be40b7a17fea6ee
 SHA512 
bc9fba22b744c169ea901b452223aff585a8787c8bd1067318e28fb4763ad4435dfdcd4fbf2900f5e2779eef7d3dedc7d45f48434d2b4c3dcfe9c164e4f048a7
 DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod 34 BLAKE2B 
7e09c2779bf7a84a9271e31522ebbe600a1c11b107d651d91f58c8373e4336332a3a881f3e12b382543d75f20398af66085fcb3e780eed341e870e9c30f29267
 SHA512 
5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
 DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.mod 34 BLAKE2B 
7e09c2779bf7a84a9271e31522ebbe600a1c11b107d651d91f58c8373e4336332a3a881f3e12b382543d75f20398af66085fcb3e780eed341e870e9c30f29267
 SHA512 
5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
 DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.zip 60320 BLAKE2B 
86bdbc333e5c23ccf4f805945ca9f2aecc5c242d2ae824d20127eceaa2bf7bbab239ff2799572a2c8fa206166a36e97d5eccc8fc5021743d8ad32f39cd53b9eb
 SHA512 
7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb
@@ -6,14 +7,20 @@ DIST 
github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.1.mod 58
 DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.1.zip 
3567 BLAKE2B 
80b7bf217df9367160180d44c1fab6a9f10154bb9a6455538860158a08c5bf8c794fff973b899b1376e4e65764a9aa0d6b8b162a6d9ebe1adb1368b9a2a42786
 SHA512 
27910ae03fc9fbf573ac31454635c43bfd771d2a91325eca544f7be0e24b43c2798ed8e74b4c31e8c20c1a9cd266b835017aea3a3e24c2ecb43a14a6143af8e1
 DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.2.mod 
58 BLAKE2B 
4cf48282c28d2b8237fe9ff852ad25d102cce038fbd1852a1938bcf69c895df05dfdef6e533b3c0b4da28103eb5e3a9561f802414ccdd99b2d3ec2e2db0807ee
 SHA512 
fe33ca4de6588b95f0155458b8b6daab218553b58de5dac220efe54019dfab085838cc6a22012a106fa36a6094447f744825cad04aaf0b158fce5aa676048fe5
 DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.2.zip 
3968 BLAKE2B 
223cfe3604cb674a11d4558b8f5a35e2eb41cf11d536e2e2cbdccd6a3c6bed8abf66f450774b39e7247493ea8a382906617c5f297fda02a272b18eef8dcbcf47
 SHA512 
16c4bf83b78541d2d684113926813ce4cc91f3f13f34dc2cf8d643661dc9f21a988b8382d2c058e138fc87c1ca197e8f694b07595959e917c82bd6ca9101a5ec
+DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.3.mod 
58 BLAKE2B 
4cf48282c28d2b8237fe9ff852ad25d102cce038fbd1852a1938bcf69c895df05dfdef6e533b3c0b4da28103eb5e3a9561f802414ccdd99b2d3ec2e2db0807ee
 SHA512 
fe33ca4de6588b95f0155458b8b6daab218553b58de5dac220efe54019dfab085838cc6a22012a106fa36a6094447f744825cad04aaf0b158fce5aa676048fe5
+DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.3.zip 
3966 BLAKE2B 
b638ca22c4f9df8cce5b84837e4f72b009c1ead300c08807b8268d26f04d6cc5476d9af56f676d8f4ac046c78c333614670e0853bee13de3439b5d89b96bfbb0
 SHA512 
ff98f8c05d8e23fca69ee5ed780e728f9d1779ab55cecd16bff890a91d14af81ae7a0304f34b3e04fbcbbb61e3c97c044dd9c190bd8359f3b19bdd31f8a37329
 DIST github.com%2Fmattn%2Fgo-zglob%2F@v%2Fv0.0.1.mod 33 BLAKE2B 
1b3613d2a34c4d25694fa94356e3bcf622b385518ca02d586ed42eae5844b1902124f2fd22d6e7974b584c5b92504b3a003904cb989792827977f63835df2729
 SHA512 
036860f698203a0c3d9e64a488acfa6ab3f879cdc7ac792ae67c1d10c1272ccc9a98723375dd2ad9b16f5f315f33618c5a28537ac7ffa0b74ecf19e9cf7df22b
 DIST github.com%2Fmattn%2Fgo-zglob%2F@v%2Fv0.0.1.zip 11274 BLAKE2B 
95f4839d952e6cfd91c56588a325e378a3fd1e7889a54f632f48fb187f14956382f597d27f3be1f255a0c76ceaacb7ccebca217545f1a6e1f8bd0b0288a65f60
 SHA512 

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

2020-08-24 Thread Matt Turner
commit: c951a763f707ca38a385245ecfe2bc840caf3d5d
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 20:44:17 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 21:01:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c951a763

app-misc/mosquitto: Version bump to 1.6.12

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

 app-misc/mosquitto/Manifest|   1 +
 app-misc/mosquitto/mosquitto-1.6.12.ebuild | 114 +
 2 files changed, 115 insertions(+)

diff --git a/app-misc/mosquitto/Manifest b/app-misc/mosquitto/Manifest
index 03eb2b2d7e9..fb616ab7881 100644
--- a/app-misc/mosquitto/Manifest
+++ b/app-misc/mosquitto/Manifest
@@ -1,3 +1,4 @@
 DIST mosquitto-1.6.10.tar.gz 613060 BLAKE2B 
8c148479f79a1aa8a9abdb2bd386dbf9466f1afa41f4e0ed4d29a52adf7571ebca47231f32ec8cbf2760eb7a27bd6633985851fe4c8cb413572c32588a12097b
 SHA512 
2050a7a7af864057a177728f1cab9f6db70d6d1ea609d90c637723c2c9cfc9716429739302abd6742bde932716fae340854fff35956693dfee4ef31ce7b04a25
+DIST mosquitto-1.6.12.tar.gz 618718 BLAKE2B 
4e7744d212f0fda980e485d102702547e76b39e4b98904afb05b372af8deba4eaaec2186dc61e8b218808a2435ed81f5fa621ebf41d5877c25b091ff64e8eb8b
 SHA512 
68cd2e4aa14254c0332ad78eac1f885e0e4e9f2332540d3778b8c7df096db7618b8467b5bb25f70ddc3306d01dd36eb9a9e2bf2738da77e196c7a1ccaed869d2
 DIST mosquitto-1.6.8.tar.gz 589873 BLAKE2B 
aa2e13397f7d4b6305af3180cd042cd143054e154cf8e6d93b05bc5a10d48419174711a1893fe60c1303a2f83cfbc5341cf03ec595e3640f503a2407e869491b
 SHA512 
c15897df4e0979ee29a1e67cc671f56db600a078e9eb0bea376248b3f53b13ceed36616ad3678e2c9e07d6834a6d75e4efca2c40086069c1546e0223be04c071
 DIST mosquitto-1.6.9.tar.gz 610934 BLAKE2B 
59d126a2b26be895f078be0c0dcf3513e56fc135dc956d9361ee191bd7ad6972b4692cd1824ad7a4e86a982df70c1e198e937f9ab23bf778069690098f87c815
 SHA512 
f78228a1e8305e4d89b34250981ed2c5fe5317636003636dc90f6fa2b1e3ca3c8fadb705ee7301f5252456cb093a6547bd46a255ca3d9fb5cdced697738d6eb7

diff --git a/app-misc/mosquitto/mosquitto-1.6.12.ebuild 
b/app-misc/mosquitto/mosquitto-1.6.12.ebuild
new file mode 100644
index 000..63ca564833a
--- /dev/null
+++ b/app-misc/mosquitto/mosquitto-1.6.12.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-any-r1 systemd toolchain-funcs
+
+DESCRIPTION="An Open Source MQTT v3 Broker"
+HOMEPAGE="https://mosquitto.org/ https://github.com/eclipse/mosquitto;
+SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz;
+
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="test? ( bridge )"
+
+RDEPEND="
+   acct-user/mosquitto
+   acct-group/mosquitto
+   srv? ( net-dns/c-ares:= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   tcpd? ( sys-apps/tcp-wrappers )"
+
+DEPEND="${PYTHON_DEPS}
+   ${RDEPEND}
+   test? ( dev-util/cunit )
+   websockets? ( net-libs/libwebsockets[lejp] )"
+
+_emake() {
+   local LIBDIR=$(get_libdir)
+   emake \
+   CC="$(tc-getCC)" \
+   CLIENT_LDFLAGS="${LDFLAGS}" \
+   LIB_SUFFIX="${LIBDIR:3}" \
+   WITH_BRIDGE="$(usex bridge)" \
+   WITH_PERSISTENCE="$(usex persistence)" \
+   WITH_SRV="$(usex srv)" \
+   WITH_TLS="$(usex ssl)" \
+   WITH_WEBSOCKETS="$(usex websockets)" \
+   WITH_WRAP="$(usex tcpd)" \
+   "$@"
+}
+
+src_prepare() {
+   default
+   if use persistence; then
+   sed -i -e "/^#autosave_interval/s|^#||" \
+   -e "s|^#persistence false$|persistence true|" \
+   -e "/^#persistence_file/s|^#||" \
+   -e "s|#persistence_location|persistence_location 
/var/lib/mosquitto/|" \
+   mosquitto.conf || die
+   fi
+
+   # Remove prestripping
+   sed -i -e 's/-s --strip-program=${CROSS_COMPILE}${STRIP}//'\
+   client/Makefile lib/cpp/Makefile src/Makefile lib/Makefile || 
die
+
+   # Remove failing tests
+   sed -i -e '/02-subpub-qos1-bad-pubcomp.py/d' \
+   -e '/02-subpub-qos1-bad-pubrec.py/d' \
+   -e '/02-subpub-qos2-bad-puback-1.py/d' \
+   -e '/02-subpub-qos2-bad-puback-2.py/d' \
+   -e '/02-subpub-qos2-bad-pubcomp.py/d' \
+   test/broker/Makefile || die
+   sed -i -e '/02-subscribe-qos1-async2.test/d' \
+   test/lib/Makefile || die
+
+   python_setup
+   python_fix_shebang test
+}
+
+src_compile() {
+   _emake
+}
+
+src_test() {
+   _emake test
+}
+
+src_install() {
+   _emake DESTDIR="${D}" prefix=/usr install
+   keepdir /var/lib/mosquitto
+ 

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

2020-08-24 Thread Georgy Yakovlev
commit: 0ffbf732a4ec696058a6aabc787e91f324cf4ea1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Aug 24 20:55:01 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Aug 24 20:55:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffbf732

dev-java/openjfx: bump to 11.0.9_p0

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

 dev-java/openjfx/Manifest |   1 +
 dev-java/openjfx/files/11/11.0.9_p0-version.patch |  22 +++
 dev-java/openjfx/openjfx-11.0.9_p0.ebuild | 223 ++
 3 files changed, 246 insertions(+)

diff --git a/dev-java/openjfx/Manifest b/dev-java/openjfx/Manifest
index 7884a5b8cb1..108107cc51d 100644
--- a/dev-java/openjfx/Manifest
+++ b/dev-java/openjfx/Manifest
@@ -8,3 +8,4 @@ DIST lucene-queries-7.1.0.jar 243126 BLAKE2B 
166c3efea04c19314be7fd8c1d6b1378b2b
 DIST lucene-queryparser-7.1.0.jar 384680 BLAKE2B 
adce2572de9f534323eead31dd30f97b853b2d5e4be6828c415f0c647460c361e00680d856ff9ffbba0fe45c3e4a425d68938a3d2dc01c76491bb65673e120fa
 SHA512 
7151ef899e318679995138262c3450577ae33580708864581dc22a027f43ca4989825d434680925547e3c04ad4453a454e7045f605d7eee0da57d63db978ed68
 DIST lucene-sandbox-7.1.0.jar 182914 BLAKE2B 
70c795f84d8f0908abe47db77f632eeb6571a77e1445b8ab04a75080cea40e3b8171071965ff7fd9f6d39a450dd33144e922d19c1f07c605de54b45e3e881323
 SHA512 
6faf9fd9c7c082bf062adb6a28d89447e6e27152eb3f0a325081e5f791196e5440334632ccbf9c458940220676f7e73390a174889d9b7a656d088b3dade5d500
 DIST openjfx-11.0.8_p2.tar.bz2 64151301 BLAKE2B 
045dcfa35c52fe6f293713420147dd1a69b1851c8e1a1d09f0be1e0237d510e8d7b67d8c0ad36bcf23e1504a540c905a95c706faf0919da4de5005f3046e6cce
 SHA512 
d693e1f4215e9ba42b3241f50581dbc3e7a3e6bf8ccda6f3c43c6a976389d321e6ca3d393138b62f6defd240b9d1aaef7ab26083520ed404d0d439ac9478341d
+DIST openjfx-11.0.9_p0.tar.bz2 64148934 BLAKE2B 
317fb1c9ea99816ecbd8ab64ed3a6ad0aaa319bedd17bf71ee192c5e610fea14611f3938302f1caf666980bcc7d4787f770e36aec1884a73dac3ddba8e1a878f
 SHA512 
8b6d339131f096b4490d7a8c4a20c15362b4f6c6aa4ddd74f610f3b5a8b8c7aac3ab123dcdd5488cc37dc38f1536ce1db95286f4233ee4db1845d1bd560b2236

diff --git a/dev-java/openjfx/files/11/11.0.9_p0-version.patch 
b/dev-java/openjfx/files/11/11.0.9_p0-version.patch
new file mode 100644
index 000..fbcbb389049
--- /dev/null
+++ b/dev-java/openjfx/files/11/11.0.9_p0-version.patch
@@ -0,0 +1,22 @@
+
+# HG changeset patch
+# User jvos
+# Date 1597927682 -7200
+# Node ID c0fe72db97a8924c906e4237881aa3c1d5669d19
+# Parent  38425dc30b9a25d52fbb0548ea1b0d09aaed
+8252067: Change JavaFX release version in 11-dev to 11.0.9
+Reviewed-by: kcr
+
+diff -r 38425dc30b9a -r c0fe72db97a8 build.properties
+--- a/build.properties Thu Aug 20 10:24:03 2020 +0200
 b/build.properties Thu Aug 20 14:48:02 2020 +0200
+@@ -41,7 +41,7 @@
+ # UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE
+ jfx.release.major.version=11
+ jfx.release.minor.version=0
+-jfx.release.security.version=8
++jfx.release.security.version=9
+ jfx.release.patch.version=0
+ 
+ # Note: The release version is now calculated in build.gradle as the
+

diff --git a/dev-java/openjfx/openjfx-11.0.9_p0.ebuild 
b/dev-java/openjfx/openjfx-11.0.9_p0.ebuild
new file mode 100644
index 000..be554f4fb9c
--- /dev/null
+++ b/dev-java/openjfx/openjfx-11.0.9_p0.ebuild
@@ -0,0 +1,223 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PV="${PV/_p/+}"
+SLOT="${MY_PV%%[.+]*}"
+EGRADLE_VER="4.8"
+
+inherit flag-o-matic java-pkg-2 multiprocessing
+
+DESCRIPTION="Java OpenJFX client application platform"
+HOMEPAGE="https://openjfx.io;
+
+SRC_URI="https://hg.openjdk.java.net/${PN}/${SLOT}-dev/rt/archive/${MY_PV}.tar.bz2
 -> ${P}.tar.bz2
+   https://downloads.gradle.org/distributions/gradle-${EGRADLE_VER}-bin.zip
+   
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.1.0/lucene-sandbox-7.1.0.jar
+   
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-grouping/7.1.0/lucene-grouping-7.1.0.jar
+   
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.1.0/lucene-queryparser-7.1.0.jar
+   
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.1.0/lucene-queries-7.1.0.jar
+   
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.1.0/lucene-core-7.1.0.jar
+   
https://repo.maven.apache.org/maven2/org/antlr/gunit/3.5.2/gunit-3.5.2.jar
+   
https://repo1.maven.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2-complete.jar
+   https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
+"
+
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="-* ~amd64"
+
+IUSE="cpu_flags_x86_sse2 debug doc source +media"
+
+RDEPEND="
+   dev-java/swt:4.10[cairo,opengl]
+   dev-libs/atk
+   dev-libs/glib:2
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   

[gentoo-commits] proj/releng:master commit in: releases/specs/sparc/sparc64/, releases/kconfig/sparc/

2020-08-24 Thread Matt Turner
commit: 4e6ebec966b511294877aa2f02540ccd71cf82ce
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 20:41:17 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 20:41:17 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=4e6ebec9

sparc: Update kernel config

  - Enable more squashfs options
  - Enable hwmon/i2c modules
  - Enable options necessary for systemd

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

 releases/kconfig/sparc/installcd-5.4.48.config | 3841 
 .../sparc/sparc64/installcd-stage2-minimal.spec|2 +-
 2 files changed, 3842 insertions(+), 1 deletion(-)

diff --git a/releases/kconfig/sparc/installcd-5.4.48.config 
b/releases/kconfig/sparc/installcd-5.4.48.config
new file mode 100644
index ..23b446e9
--- /dev/null
+++ b/releases/kconfig/sparc/installcd-5.4.48.config
@@ -0,0 +1,3841 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# Linux/sparc64 5.4.48-gentoo Kernel Configuration
+#
+
+#
+# Compiler: gcc (Gentoo 9.3.0 p2) 9.3.0
+#
+CONFIG_CC_IS_GCC=y
+CONFIG_GCC_VERSION=90300
+CONFIG_CLANG_VERSION=0
+CONFIG_CC_CAN_LINK=y
+CONFIG_CC_HAS_ASM_GOTO=y
+CONFIG_CC_HAS_ASM_INLINE=y
+CONFIG_IRQ_WORK=y
+
+#
+# General setup
+#
+CONFIG_INIT_ENV_ARG_LIMIT=32
+# CONFIG_COMPILE_TEST is not set
+CONFIG_LOCALVERSION=""
+# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_BUILD_SALT=""
+CONFIG_DEFAULT_HOSTNAME="(none)"
+CONFIG_SWAP=y
+CONFIG_SYSVIPC=y
+CONFIG_SYSVIPC_SYSCTL=y
+CONFIG_POSIX_MQUEUE=y
+CONFIG_POSIX_MQUEUE_SYSCTL=y
+CONFIG_CROSS_MEMORY_ATTACH=y
+CONFIG_USELIB=y
+# CONFIG_AUDIT is not set
+CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+
+#
+# IRQ subsystem
+#
+CONFIG_GENERIC_IRQ_SHOW=y
+CONFIG_IRQ_PREFLOW_FASTEOI=y
+CONFIG_IRQ_DOMAIN=y
+CONFIG_GENERIC_MSI_IRQ=y
+CONFIG_SPARSE_IRQ=y
+# end of IRQ subsystem
+
+CONFIG_ARCH_CLOCKSOURCE_DATA=y
+CONFIG_GENERIC_TIME_VSYSCALL=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+
+#
+# Timers subsystem
+#
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ_COMMON=y
+# CONFIG_HZ_PERIODIC is not set
+CONFIG_NO_HZ_IDLE=y
+# CONFIG_NO_HZ_FULL is not set
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+# end of Timers subsystem
+
+CONFIG_PREEMPT_NONE=y
+# CONFIG_PREEMPT_VOLUNTARY is not set
+# CONFIG_PREEMPT is not set
+
+#
+# CPU/Task time and stats accounting
+#
+CONFIG_TICK_CPU_ACCOUNTING=y
+# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
+# CONFIG_BSD_PROCESS_ACCT is not set
+# CONFIG_TASKSTATS is not set
+# CONFIG_PSI is not set
+# end of CPU/Task time and stats accounting
+
+CONFIG_CPU_ISOLATION=y
+
+#
+# RCU Subsystem
+#
+CONFIG_TREE_RCU=y
+# CONFIG_RCU_EXPERT is not set
+CONFIG_SRCU=y
+CONFIG_TREE_SRCU=y
+CONFIG_RCU_STALL_COMMON=y
+CONFIG_RCU_NEED_SEGCBLIST=y
+# end of RCU Subsystem
+
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+# CONFIG_IKHEADERS is not set
+CONFIG_LOG_BUF_SHIFT=18
+CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
+CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
+
+#
+# Scheduler features
+#
+# end of Scheduler features
+
+CONFIG_CGROUPS=y
+# CONFIG_MEMCG is not set
+# CONFIG_BLK_CGROUP is not set
+# CONFIG_CGROUP_SCHED is not set
+# CONFIG_CGROUP_PIDS is not set
+# CONFIG_CGROUP_RDMA is not set
+# CONFIG_CGROUP_FREEZER is not set
+# CONFIG_CGROUP_HUGETLB is not set
+# CONFIG_CPUSETS is not set
+# CONFIG_CGROUP_DEVICE is not set
+# CONFIG_CGROUP_CPUACCT is not set
+CONFIG_CGROUP_BPF=y
+CONFIG_SOCK_CGROUP_DATA=y
+CONFIG_NAMESPACES=y
+CONFIG_UTS_NS=y
+CONFIG_IPC_NS=y
+# CONFIG_USER_NS is not set
+CONFIG_PID_NS=y
+CONFIG_NET_NS=y
+CONFIG_CHECKPOINT_RESTORE=y
+# CONFIG_SCHED_AUTOGROUP is not set
+# CONFIG_SYSFS_DEPRECATED is not set
+# CONFIG_RELAY is not set
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+CONFIG_RD_BZIP2=y
+CONFIG_RD_LZMA=y
+CONFIG_RD_XZ=y
+CONFIG_RD_LZO=y
+CONFIG_RD_LZ4=y
+CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
+CONFIG_SYSCTL=y
+CONFIG_HAVE_UID16=y
+CONFIG_SYSCTL_EXCEPTION_TRACE=y
+CONFIG_BPF=y
+# CONFIG_EXPERT is not set
+CONFIG_UID16=y
+CONFIG_MULTIUSER=y
+CONFIG_SGETMASK_SYSCALL=y
+CONFIG_SYSFS_SYSCALL=y
+CONFIG_FHANDLE=y
+CONFIG_POSIX_TIMERS=y
+CONFIG_PRINTK=y
+CONFIG_PRINTK_NMI=y
+CONFIG_BUG=y
+CONFIG_ELF_CORE=y
+CONFIG_BASE_FULL=y
+CONFIG_FUTEX=y
+CONFIG_FUTEX_PI=y
+CONFIG_EPOLL=y
+CONFIG_SIGNALFD=y
+CONFIG_TIMERFD=y
+CONFIG_EVENTFD=y
+CONFIG_SHMEM=y
+CONFIG_AIO=y
+CONFIG_IO_URING=y
+CONFIG_ADVISE_SYSCALLS=y
+CONFIG_MEMBARRIER=y
+CONFIG_KALLSYMS=y
+CONFIG_KALLSYMS_BASE_RELATIVE=y
+CONFIG_BPF_SYSCALL=y
+# CONFIG_USERFAULTFD is not set
+# CONFIG_EMBEDDED is not set
+CONFIG_HAVE_PERF_EVENTS=y
+CONFIG_PERF_USE_VMALLOC=y
+
+#
+# Kernel Performance Events And Counters
+#
+# CONFIG_PERF_EVENTS is not set
+# end of Kernel Performance Events And Counters
+
+CONFIG_VM_EVENT_COUNTERS=y
+# CONFIG_COMPAT_BRK is not set
+CONFIG_SLAB=y
+# CONFIG_SLUB is not set
+CONFIG_SLAB_MERGE_DEFAULT=y
+# CONFIG_SLAB_FREELIST_RANDOM is not set
+# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
+# CONFIG_PROFILING is not set
+# end of General setup
+

[gentoo-commits] proj/genkernel:master commit in: defaults/

2020-08-24 Thread Thomas Deutschmann
commit: f81f1204372a833a491ef0bcab1b6b3cc81f75d9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 24 20:25:53 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 24 20:25:53 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f81f1204

defaults/linuxrc: Hide first output until cmdline was parsed

This will make us honor QUIET kernel command-line argument and allow
full silent boot.

Link: https://forums.gentoo.org/viewtopic-t-1117988.html
Signed-off-by: Thomas Deutschmann  gentoo.org>

 defaults/linuxrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/defaults/linuxrc b/defaults/linuxrc
index e0704f7..9793fde 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -51,8 +51,6 @@ gk_ver="$(cat /etc/build_id)"
 gk_build_date="$(cat /etc/build_date)"
 kernel_ver="$(uname -r)"
 
-good_msg "${gk_ver} (${gk_build_date}). Linux kernel ${kernel_ver}"
-
 if [ "$0" = '/init' ]
 then
[ -e /linuxrc ] && run rm /linuxrc
@@ -466,6 +464,8 @@ then
fi
 fi
 
+good_msg "${gk_ver} (${gk_build_date}). Linux kernel ${kernel_ver}"
+
 if [ "${GK_BOOTFONT_DISABLED}" = '0' -a -e /lib/console/font ]
 then
hash setfont >/dev/null 2>&1 && run setfont /lib/console/font -C 
${CONSOLE} 2>&1



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

2020-08-24 Thread Jonas Stein
commit: c80fca90be7557f9422f131df9557ef08716b499
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Aug 24 19:35:13 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Aug 24 19:35:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80fca90

net-dns/bind: Drop maintainer

Dropped idl0r until there is time for this package again.
Ack'ed via IRC

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Jonas Stein  gentoo.org>

 net-dns/bind/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-dns/bind/metadata.xml b/net-dns/bind/metadata.xml
index 19f82e1fddc..e9cc55bb874 100644
--- a/net-dns/bind/metadata.xml
+++ b/net-dns/bind/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   id...@gentoo.org
-   Christian Ruppert
-   

zlog...@gentoo.org
Mikle Kolyada



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Default/

2020-08-24 Thread Sam James
commit: a064b9a47d0be5b68ac175507fa74789be42eb79
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a064b9a4

dev-perl/Class-Default: Stabilize 1.510.0-r2 amd64, #738212

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

 dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild 
b/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild
index 89820c36fd2..2b020ae02c1 100644
--- a/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild
+++ b/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Static calls apply to a default instantiation"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-24 Thread Sam James
commit: deb1af4969117c3f7be1ef285445f828c9ae0762
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb1af49

dev-perl/autobox: Stabilize 3.0.1-r1 amd64, #738212

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

 dev-perl/autobox/autobox-3.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/autobox/autobox-3.0.1-r1.ebuild 
b/dev-perl/autobox/autobox-3.0.1-r1.ebuild
index c962d33981e..8d3efbf04ca 100644
--- a/dev-perl/autobox/autobox-3.0.1-r1.ebuild
+++ b/dev-perl/autobox/autobox-3.0.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Call methods on native types"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Accessor-Lite/

2020-08-24 Thread Sam James
commit: 456aa9b97636b96e400c2b5e7398df3fc7bee1f9
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456aa9b9

dev-perl/Class-Accessor-Lite: Stabilize 0.80.0-r1 amd64, #738212

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

 dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild 
b/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild
index d6898c5ee3b..e471d3141ec 100644
--- a/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild
+++ b/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A minimalistic variant of Class::Accessor"
 # License note: perl X.y or later perl X
 # https://bugs.gentoo.org/718946#c5
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
 BDEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.360.0"
 PATCHES=(
"${FILESDIR}/${PN}-0.08-no-dot-inc.patch"



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

2020-08-24 Thread Sam James
commit: a8c5c4732e48fa929c5e0b5207671d0ccfc8f243
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c5c473

dev-perl/Clipboard: Stabilize 0.260.0 amd64, #738212

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

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild 
b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
index 86cb88516e0..0906dc42e2d 100644
--- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Method-Modifiers/

2020-08-24 Thread Sam James
commit: c3a2fe13dc2084f5f6f530765a556c5dd9b96f36
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a2fe13

dev-perl/Class-Method-Modifiers: Stabilize 2.130.0 amd64, #738212

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

 dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild 
b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild
index c433ded4096..b2ba3757904 100644
--- a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild
+++ b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides Moose-like method modifiers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-MethodMaker/

2020-08-24 Thread Sam James
commit: d98a0eb86718415166734c5f9c3107940a7ef60d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98a0eb8

dev-perl/Class-MethodMaker: Stabilize 2.240.0-r2 amd64, #738212

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

 dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r2.ebuild 
b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r2.ebuild
index 6384c8411d5..792034ef10b 100644
--- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r2.ebuild
+++ b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Create generic methods for OO Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/bareword-filehandles/

2020-08-24 Thread Sam James
commit: b1dafa4f21268b133bad6a7a6b4e05db2b3f3ac3
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dafa4f

dev-perl/bareword-filehandles: Stabilize 0.7.0-r1 amd64, #738212

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

 dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild 
b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
index f792bcf6f8a..d01fc56451b 100644
--- a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
+++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Disables bareword filehandles"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-XPath/

2020-08-24 Thread Sam James
commit: 42f246fa939f16c1b26dd06407be94cea2011a0d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f246fa

dev-perl/Class-XPath: Stabilize 1.400.0-r2 amd64, #738212

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

 dev-perl/Class-XPath/Class-XPath-1.400.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-XPath/Class-XPath-1.400.0-r2.ebuild 
b/dev-perl/Class-XPath/Class-XPath-1.400.0-r2.ebuild
index 8a2561dac23..e7247342a4a 100644
--- a/dev-perl/Class-XPath/Class-XPath-1.400.0-r2.ebuild
+++ b/dev-perl/Class-XPath/Class-XPath-1.400.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="adds xpath matching to object trees"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 sparc x86"
+KEYWORDS="amd64 ~ia64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-WhiteHole/

2020-08-24 Thread Sam James
commit: 9445df5f824e68dffdf0eb706b0a12a07f39c6b0
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9445df5f

dev-perl/Class-WhiteHole: Stabilize 0.40.0-r2 amd64, #738212

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

 dev-perl/Class-WhiteHole/Class-WhiteHole-0.40.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-WhiteHole/Class-WhiteHole-0.40.0-r2.ebuild 
b/dev-perl/Class-WhiteHole/Class-WhiteHole-0.40.0-r2.ebuild
index 4c82d3bb66f..c9db989cb37 100644
--- a/dev-perl/Class-WhiteHole/Class-WhiteHole-0.40.0-r2.ebuild
+++ b/dev-perl/Class-WhiteHole/Class-WhiteHole-0.40.0-r2.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="base class to treat unhandled method calls as errors"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-C3/

2020-08-24 Thread Sam James
commit: 8d55718de3d33aeda5f72b9f141e38095e6d3b95
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d55718d

dev-perl/Class-C3: Stabilize 0.340.0 amd64, #738212

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

 dev-perl/Class-C3/Class-C3-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-C3/Class-C3-0.340.0.ebuild 
b/dev-perl/Class-C3/Class-C3-0.340.0.ebuild
index 95a12b8675a..8e6ff6be53e 100644
--- a/dev-perl/Class-C3/Class-C3-0.340.0.ebuild
+++ b/dev-perl/Class-C3/Class-C3-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A pragma to use the C3 method resolution order algortihm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~ppc-aix ~ppc-macos 
~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~ppc-aix ~ppc-macos 
~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Data-Inheritable/

2020-08-24 Thread Sam James
commit: 9e98462168676497881f17fcc59b2f04c25e4ac2
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e984621

dev-perl/Class-Data-Inheritable: Stabilize 0.80.0-r3 amd64, #738212

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

 dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild 
b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild
index 5b917c6bf25..f4b8aec972f 100644
--- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild
+++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Inheritable, overridable class data"
 # License note: Artistic only for one file
 # https://bugs.gentoo.org/728662
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 PERL_RM_FILES=(
t/pod.t



  1   2   3   4   >